1
0.39 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.42 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.43 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
4
0.12 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
5
2.46 ms
SELECT seo_path_info FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND (seo_path_info = ? ) AND (is_canonical = ? ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"blog/Il-vous-reste-de-la-peinture-Voici-quelsques-conseils/ "
1
]
SELECT seo_path_info FROM seo_url WHERE (language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 ) AND ((sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED OR sales_channel_id IS NULL )) AND (seo_path_info = 'blog/Il-vous-reste-de-la-peinture-Voici-quelsques-conseils/' ) AND (is_canonical = 1 ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1 ;
Copy
6
0.51 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 = ? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"blog/Il-vous-reste-de-la-peinture-Voici-quelsques-conseils "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 ) AND ((sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED OR sales_channel_id IS NULL )) AND (seo_path_info = 'blog/Il-vous-reste-de-la-peinture-Voici-quelsques-conseils' );
Copy
7
0.34 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
8
0.31 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"ACWAXVqymQaHGMPgaj4Ks1t4zQTgdOn7 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND (token = 'ACWAXVqymQaHGMPgaj4Ks1t4zQTgdOn7' ) LIMIT 1 ;
Copy
9
0.35 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"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
]
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 = 0x12A33AEE1C1F4096AC63AC013D88CBED
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
10
0.13 ms
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = ?
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = 0x4C0336B2410543DAB1CAF2364F3A7874 ;
Copy
11
0.99 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.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `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.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.fallback_1.languageId` , `sales_channel.currency.translation.languageId` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.fallback_1.languageId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `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` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` , `sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` , `sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id` AND `sales_channel.translation.fallback_1` . language_id = ? 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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `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` , `sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` , `sales_channel.currency.translation.fallback_1` . short_name as `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.fallback_1` . name as `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.fallback_1` . custom_fields as `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.fallback_1` . created_at as `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.fallback_1` . updated_at as `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.fallback_1` . currency_id as `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.fallback_1` . language_id as `sales_channel.currency.translation.fallback_1.languageId` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.fallback_1` . `currency_id` AND `sales_channel.currency.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
]
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.analytics` . `id` as `sales_channel.analytics.id` ,
`sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` ,
`sales_channel.analytics` . `active` as `sales_channel.analytics.active` ,
`sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` ,
`sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` ,
`sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` ,
`sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` ,
`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.fallback_1.shortName` ,
`sales_channel.currency.translation.shortName` ,
COALESCE (
`sales_channel.currency.translation.fallback_1.shortName` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName`
) as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.fallback_1.name` ,
`sales_channel.currency.translation.name` ,
COALESCE (
`sales_channel.currency.translation.fallback_1.name` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name`
) as `sales_channel.currency.name` ,
`sales_channel.currency.translation.fallback_1.customFields` ,
`sales_channel.currency.translation.customFields` ,
COALESCE (
`sales_channel.currency.translation.fallback_1.customFields` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields`
) as `sales_channel.currency.customFields` ,
`sales_channel.currency.translation.fallback_1.createdAt` ,
`sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation.fallback_1.updatedAt` ,
`sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation.fallback_1.currencyId` ,
`sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation.fallback_1.languageId` ,
`sales_channel.currency.translation.languageId` ,
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) as `sales_channel.name` ,
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled` ,
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) as `sales_channel.homeName` ,
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords` ,
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) as `sales_channel.customFields` ,
`sales_channel.translation.fallback_1.createdAt` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.fallback_1.updatedAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.fallback_1.salesChannelId` ,
`sales_channel.translation.salesChannelId` ,
`sales_channel.translation.fallback_1.languageId` ,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . sales_channel_id ,
`sales_channel.translation` . name as `sales_channel.translation.name` ,
`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` ,
`sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` ,
`sales_channel.translation` . created_at as `sales_channel.translation.createdAt` ,
`sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` ,
`sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` ,
`sales_channel.translation` . language_id as `sales_channel.translation.languageId` ,
`sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` ,
`sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` ,
`sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` ,
`sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id`
AND `sales_channel.translation.fallback_1` . language_id = ?
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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `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` ,
`sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` ,
`sales_channel.currency.translation.fallback_1` . short_name as `sales_channel.currency.translation.fallback_1.shortName` ,
`sales_channel.currency.translation.fallback_1` . name as `sales_channel.currency.translation.fallback_1.name` ,
`sales_channel.currency.translation.fallback_1` . custom_fields as `sales_channel.currency.translation.fallback_1.customFields` ,
`sales_channel.currency.translation.fallback_1` . created_at as `sales_channel.currency.translation.fallback_1.createdAt` ,
`sales_channel.currency.translation.fallback_1` . updated_at as `sales_channel.currency.translation.fallback_1.updatedAt` ,
`sales_channel.currency.translation.fallback_1` . currency_id as `sales_channel.currency.translation.fallback_1.currencyId` ,
`sales_channel.currency.translation.fallback_1` . language_id as `sales_channel.currency.translation.fallback_1.languageId`
FROM
`currency_translation` `sales_channel.currency.translation`
LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.fallback_1` . `currency_id`
AND `sales_channel.currency.translation.fallback_1` . language_id = ?
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.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `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.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.fallback_1.languageId` , `sales_channel.currency.translation.languageId` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.fallback_1.languageId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `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` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` , `sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` , `sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id` AND `sales_channel.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `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` , `sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` , `sales_channel.currency.translation.fallback_1` . short_name as `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.fallback_1` . name as `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.fallback_1` . custom_fields as `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.fallback_1` . created_at as `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.fallback_1` . updated_at as `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.fallback_1` . currency_id as `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.fallback_1` . language_id as `sales_channel.currency.translation.fallback_1.languageId` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.fallback_1` . `currency_id` AND `sales_channel.currency.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0x12A33AEE1C1F4096AC63AC013D88CBED );
Copy
12
0.17 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
13
0.15 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"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
]
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 (0x12A33AEE1C1F4096AC63AC013D88CBED ));
Copy
14
0.29 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.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `currency.translation.languageId` 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` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` , `currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = ? WHERE `currency.translation` . language_id = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
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.fallback_1.shortName` ,
`currency.translation.shortName` ,
COALESCE (
`currency.translation.fallback_1.shortName` ,
`currency.translation.shortName` ,
`currency.translation.shortName`
) as `currency.shortName` ,
`currency.translation.fallback_1.name` ,
`currency.translation.name` ,
COALESCE (
`currency.translation.fallback_1.name` ,
`currency.translation.name` , `currency.translation.name`
) as `currency.name` ,
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
COALESCE (
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
`currency.translation.customFields`
) as `currency.customFields` ,
`currency.translation.fallback_1.createdAt` ,
`currency.translation.createdAt` ,
`currency.translation.fallback_1.updatedAt` ,
`currency.translation.updatedAt` ,
`currency.translation.fallback_1.currencyId` ,
`currency.translation.currencyId` ,
`currency.translation.fallback_1.languageId` ,
`currency.translation.languageId`
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` ,
`currency.translation` . created_at as `currency.translation.createdAt` ,
`currency.translation` . updated_at as `currency.translation.updatedAt` ,
`currency.translation` . currency_id as `currency.translation.currencyId` ,
`currency.translation` . language_id as `currency.translation.languageId` ,
`currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` ,
`currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` ,
`currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` ,
`currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` ,
`currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` ,
`currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` ,
`currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId`
FROM
`currency_translation` `currency.translation`
LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id`
AND `currency.translation.fallback_1` . language_id = ?
WHERE
`currency.translation` . language_id = ?
) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id`
WHERE
`currency` . `id` IN (? )
Copy
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.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `currency.translation.languageId` 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` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` , `currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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.39 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` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.fallback_1.name` , `country.translation.name` , COALESCE (`country.translation.fallback_1.name` , `country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , COALESCE (`country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.fallback_1.customFields` , `country.translation.customFields` , COALESCE (`country.translation.fallback_1.customFields` , `country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.fallback_1.createdAt` , `country.translation.createdAt` , `country.translation.fallback_1.updatedAt` , `country.translation.updatedAt` , `country.translation.fallback_1.countryId` , `country.translation.countryId` , `country.translation.fallback_1.languageId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` , `country.translation.fallback_1` . name as `country.translation.fallback_1.name` , `country.translation.fallback_1` . address_format as `country.translation.fallback_1.addressFormat` , `country.translation.fallback_1` . custom_fields as `country.translation.fallback_1.customFields` , `country.translation.fallback_1` . created_at as `country.translation.fallback_1.createdAt` , `country.translation.fallback_1` . updated_at as `country.translation.fallback_1.updatedAt` , `country.translation.fallback_1` . country_id as `country.translation.fallback_1.countryId` , `country.translation.fallback_1` . language_id as `country.translation.fallback_1.languageId` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation` . `country_id` = `country.translation.fallback_1` . `country_id` AND `country.translation.fallback_1` . language_id = ? WHERE `country.translation` . language_id = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"█Ä?«│óC[ì2└~║│▄p "
]
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` . `created_at` as `country.createdAt` ,
`country` . `updated_at` as `country.updatedAt` ,
`country.translation.fallback_1.name` ,
`country.translation.name` ,
COALESCE (
`country.translation.fallback_1.name` ,
`country.translation.name` , `country.translation.name`
) as `country.name` ,
`country.translation.fallback_1.addressFormat` ,
`country.translation.addressFormat` ,
COALESCE (
`country.translation.fallback_1.addressFormat` ,
`country.translation.addressFormat` ,
`country.translation.addressFormat`
) as `country.addressFormat` ,
`country.translation.fallback_1.customFields` ,
`country.translation.customFields` ,
COALESCE (
`country.translation.fallback_1.customFields` ,
`country.translation.customFields` ,
`country.translation.customFields`
) as `country.customFields` ,
`country.translation.fallback_1.createdAt` ,
`country.translation.createdAt` ,
`country.translation.fallback_1.updatedAt` ,
`country.translation.updatedAt` ,
`country.translation.fallback_1.countryId` ,
`country.translation.countryId` ,
`country.translation.fallback_1.languageId` ,
`country.translation.languageId`
FROM
`country`
LEFT JOIN (
SELECT
`country.translation` . country_id ,
`country.translation` . name as `country.translation.name` ,
`country.translation` . address_format as `country.translation.addressFormat` ,
`country.translation` . custom_fields as `country.translation.customFields` ,
`country.translation` . created_at as `country.translation.createdAt` ,
`country.translation` . updated_at as `country.translation.updatedAt` ,
`country.translation` . country_id as `country.translation.countryId` ,
`country.translation` . language_id as `country.translation.languageId` ,
`country.translation.fallback_1` . name as `country.translation.fallback_1.name` ,
`country.translation.fallback_1` . address_format as `country.translation.fallback_1.addressFormat` ,
`country.translation.fallback_1` . custom_fields as `country.translation.fallback_1.customFields` ,
`country.translation.fallback_1` . created_at as `country.translation.fallback_1.createdAt` ,
`country.translation.fallback_1` . updated_at as `country.translation.fallback_1.updatedAt` ,
`country.translation.fallback_1` . country_id as `country.translation.fallback_1.countryId` ,
`country.translation.fallback_1` . language_id as `country.translation.fallback_1.languageId`
FROM
`country_translation` `country.translation`
LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation` . `country_id` = `country.translation.fallback_1` . `country_id`
AND `country.translation.fallback_1` . language_id = ?
WHERE
`country.translation` . language_id = ?
) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id`
WHERE
`country` . `id` IN (? )
Copy
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` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.fallback_1.name` , `country.translation.name` , COALESCE (`country.translation.fallback_1.name` , `country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , COALESCE (`country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.fallback_1.customFields` , `country.translation.customFields` , COALESCE (`country.translation.fallback_1.customFields` , `country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.fallback_1.createdAt` , `country.translation.createdAt` , `country.translation.fallback_1.updatedAt` , `country.translation.updatedAt` , `country.translation.fallback_1.countryId` , `country.translation.countryId` , `country.translation.fallback_1.languageId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` , `country.translation.fallback_1` . name as `country.translation.fallback_1.name` , `country.translation.fallback_1` . address_format as `country.translation.fallback_1.addressFormat` , `country.translation.fallback_1` . custom_fields as `country.translation.fallback_1.customFields` , `country.translation.fallback_1` . created_at as `country.translation.fallback_1.createdAt` , `country.translation.fallback_1` . updated_at as `country.translation.fallback_1.updatedAt` , `country.translation.fallback_1` . country_id as `country.translation.fallback_1.countryId` , `country.translation.fallback_1` . language_id as `country.translation.fallback_1.languageId` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation` . `country_id` = `country.translation.fallback_1` . `country_id` AND `country.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `country.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0xDB8E3FAEB3A2435B8D32C07EBAB3DC70 );
Copy
16
0.39 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.fallback_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.fallback_1.name` , `customer_group.translation.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` , `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.createdAt` , `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.updatedAt` , `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.customerGroupId` , `customer_group.translation.fallback_1.languageId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name as `customer_group.translation.name` , `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` , `customer_group.translation` . custom_fields as `customer_group.translation.customFields` , `customer_group.translation` . created_at as `customer_group.translation.createdAt` , `customer_group.translation` . updated_at as `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id as `customer_group.translation.languageId` , `customer_group.translation.fallback_1` . name as `customer_group.translation.fallback_1.name` , `customer_group.translation.fallback_1` . registration_title as `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.fallback_1` . registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.fallback_1` . registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1` . registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.fallback_1` . custom_fields as `customer_group.translation.fallback_1.customFields` , `customer_group.translation.fallback_1` . created_at as `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.fallback_1` . updated_at as `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.fallback_1` . customer_group_id as `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.fallback_1` . language_id as `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.fallback_1` . `customer_group_id` AND `customer_group.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
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.fallback_1.name` ,
`customer_group.translation.name` ,
COALESCE (
`customer_group.translation.fallback_1.name` ,
`customer_group.translation.name` ,
`customer_group.translation.name`
) as `customer_group.name` ,
`customer_group.translation.fallback_1.registrationTitle` ,
`customer_group.translation.registrationTitle` ,
COALESCE (
`customer_group.translation.fallback_1.registrationTitle` ,
`customer_group.translation.registrationTitle` ,
`customer_group.translation.registrationTitle`
) as `customer_group.registrationTitle` ,
`customer_group.translation.fallback_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` ,
COALESCE (
`customer_group.translation.fallback_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction`
) as `customer_group.registrationIntroduction` ,
`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
COALESCE (
`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration`
) as `customer_group.registrationOnlyCompanyRegistration` ,
`customer_group.translation.fallback_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` ,
COALESCE (
`customer_group.translation.fallback_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription`
) as `customer_group.registrationSeoMetaDescription` ,
`customer_group.translation.fallback_1.customFields` ,
`customer_group.translation.customFields` ,
COALESCE (
`customer_group.translation.fallback_1.customFields` ,
`customer_group.translation.customFields` ,
`customer_group.translation.customFields`
) as `customer_group.customFields` ,
`customer_group.translation.fallback_1.createdAt` ,
`customer_group.translation.createdAt` ,
`customer_group.translation.fallback_1.updatedAt` ,
`customer_group.translation.updatedAt` ,
`customer_group.translation.fallback_1.customerGroupId` ,
`customer_group.translation.customerGroupId` ,
`customer_group.translation.fallback_1.languageId` ,
`customer_group.translation.languageId`
FROM
`customer_group`
LEFT JOIN (
SELECT
`customer_group.translation` . customer_group_id ,
`customer_group.translation` . name as `customer_group.translation.name` ,
`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` ,
`customer_group.translation` . custom_fields as `customer_group.translation.customFields` ,
`customer_group.translation` . created_at as `customer_group.translation.createdAt` ,
`customer_group.translation` . updated_at as `customer_group.translation.updatedAt` ,
`customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` ,
`customer_group.translation` . language_id as `customer_group.translation.languageId` ,
`customer_group.translation.fallback_1` . name as `customer_group.translation.fallback_1.name` ,
`customer_group.translation.fallback_1` . registration_title as `customer_group.translation.fallback_1.registrationTitle` ,
`customer_group.translation.fallback_1` . registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction` ,
`customer_group.translation.fallback_1` . registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.fallback_1` . registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription` ,
`customer_group.translation.fallback_1` . custom_fields as `customer_group.translation.fallback_1.customFields` ,
`customer_group.translation.fallback_1` . created_at as `customer_group.translation.fallback_1.createdAt` ,
`customer_group.translation.fallback_1` . updated_at as `customer_group.translation.fallback_1.updatedAt` ,
`customer_group.translation.fallback_1` . customer_group_id as `customer_group.translation.fallback_1.customerGroupId` ,
`customer_group.translation.fallback_1` . language_id as `customer_group.translation.fallback_1.languageId`
FROM
`customer_group_translation` `customer_group.translation`
LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.fallback_1` . `customer_group_id`
AND `customer_group.translation.fallback_1` . language_id = ?
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 (? )
Copy
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.fallback_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.fallback_1.name` , `customer_group.translation.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` , `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.createdAt` , `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.updatedAt` , `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.customerGroupId` , `customer_group.translation.fallback_1.languageId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name as `customer_group.translation.name` , `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` , `customer_group.translation` . custom_fields as `customer_group.translation.customFields` , `customer_group.translation` . created_at as `customer_group.translation.createdAt` , `customer_group.translation` . updated_at as `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id as `customer_group.translation.languageId` , `customer_group.translation.fallback_1` . name as `customer_group.translation.fallback_1.name` , `customer_group.translation.fallback_1` . registration_title as `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.fallback_1` . registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.fallback_1` . registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1` . registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.fallback_1` . custom_fields as `customer_group.translation.fallback_1.customFields` , `customer_group.translation.fallback_1` . created_at as `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.fallback_1` . updated_at as `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.fallback_1` . customer_group_id as `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.fallback_1` . language_id as `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.fallback_1` . `customer_group_id` AND `customer_group.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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.20 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.12 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.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.fallback_1.typeName` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` , `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.fallback_1.languageId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` 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` , `tax_rule.type.translation` . created_at as `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at as `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id as `tax_rule.type.translation.languageId` , `tax_rule.type.translation.fallback_1` . type_name as `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.fallback_1` . created_at as `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.fallback_1` . updated_at as `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.fallback_1` . tax_rule_type_id as `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.fallback_1` . language_id as `tax_rule.type.translation.fallback_1.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.fallback_1` . `tax_rule_type_id` AND `tax_rule.type.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 òeýzápæÿüÓ└$õ┘\x06 "
b"\x01 •eì}ÍrÕª\e ®àj‘0X "
b"\x01 •eù„ïp<ºª¦¿õ™Â¿ "
b"\x01 •eù‡)qÛ‘åBø3ëtc "
b"\x01 òÇA─_p'Å.ZÖð\x1F ¢e "
b"\x01 •€AÈ8pD¥.,»\x08 c\x05 ' "
b"\x01 •€Q«*q€±ž\x01 0vžÙ³ "
b"\x01 •€Q²øqĈÏ0 Æ»ºE "
b"\x01 •ŽÊÖ\t qk‚/€+lè‚2 "
b"\x01 •ŽÊÚÌrM»CxÐÄ|4] "
b"\x01 •ŽÊÝ°pþ€Þ\x0E\f ‰6PÄ "
b"\x01 òÅÁ┼Öp%╣â®~´├\x08 ý "
b"\x01 òÅÁ╩zp4¥4Êúª▀│\x1A "
b"\x01 òÅÁ╬\x08 r=îÀƒ‗\x1E @«ì "
b"\x01 òÅÁÐìrÆÆø³bÔl├ "
b"\x01 òÅÁÈipýªç─g¶ÙÌ{ "
b"\x01 òÅÁÏ]q©»Tiæj¦\x1C , "
b"\x01 òÅÁ▄JsO║ê\x05 F┤z~U "
b"\x01 òÅÁ▀\r r¶ÿ.Cf\x14 ð "
b"\x01 òÅÁÒ\x7F p¥╣*,a¶'\e Æ "
b"\x01 òÅÁÞ\x05 ryèóG%D,┌ù "
b"\x01 •³ÓU0s\x1F Àmö/¾\x10 Ù "
b"\x01 •³Ó[±p*·ÏÌ\x04 ¢t\x14 Ñ "
b"\x01 •³Ó`Ys]ƒË¥š¬““˜ "
b"\x01 •³Óewrš¼!ym5Ã(\e "
b"\x01 •³Ói\x00 s!°&mfµ±¾, "
b"\x01 •³ÓoŽq\x18 ŠP96Ú&ž| "
b"\x01 ò│Ës\e pçÅB┼\x08\x1F ╗¶é "
b"\x01 •³Óv\x13 q»——×ÜúØk\x14 "
b"""
\x01 •³Óy‘s\x13 µŒq\x11\x1D \r\n
\x1A
"""
b"\x01 •³Ó\x7F ‡q¼•˜W\x10 [Áab "
b"\x01 •´\x04 XLp ¹D\x1D ÇÆ\e #‹ "
b"""
\x01 ò┤\x04 ]7p\x14 úó\r\n
M¢\x13 ì
"""
b"\x01 ò┤\x04 `ur»ÂèEkÉêyl "
b"\x01 ò┤\t ªcqÖì°tê>\x1D äÚ "
b"\x01 •´\t ¬zpëŠe+–\x1F ä\x1D \ "
b"""
\x01 •´\t ³\n
pn»Ö¹Œkl\x04 }
"""
b"\x01 •´\t ¶Îq¥¶Ø©e\x04 Kûþ "
b"\x01 •´\t ¹·r\x18 „\v RÎC–&6 "
b"\x01 •´\t ½=q\x1F ¹\x11 ½eá)+{ "
b"\x01 •´\t ºrG¯\x00 ËNæw ‰ "
b"\x01 ò┤\t ┼¾püïbìÂ┬ùø² "
b"\x01 •´\t ÉÒs.–•\x1F Rt›¿Ù "
b"\x01 •´\t Í3pà¾<–gµ\x11 Âì "
b"\x01 •Ç•#‡rr¿ \x1D ¦Y¹Œ\ "
b"\x01 òÃò&Åq᪦³º®\x1D $" "
b"\x01 •Ç•(árä¦9ˆ\x06 Œ&'\e "
b"\x01 •Ç™\x08 7pË»r7¿ças‘ "
b"\x01 •Ç™\x0E ìp|«É§û„\x1D\x0E R "
b"\x01 •Ç™\x11 Øp{¯$\x04 ®3\x1C ý' "
b"\x01 òÃÖ\x14 ıs\x1A «\x1A àLJ└Éd "
b"\x01 òÃÖ\x17 Èr\x08 ©┌\f ½@ü┤¥ "
b"\x01 •Ç™\x1A ‡s½“#³ÉI\Î' "
b"\x01 •Ç™\x1D\x1E rºº\ßbøÌ#P "
b"\x01 òÃÖ\x1F ÇrıÉÍð\½▄╦ó "
b"\x01 •Ç™!ósº‘M\x16 £àwö[ "
b"\x01 •Ç™$¬rA Xq\e\x18 žRµ "
b"\x16 ÒHü¦\x00 D±╣b\x17 gM█æ> "
b"*Ø\x00 Ö×EMMìtkèWDØÚ "
b"É¡Ïåk|MðÜ5Ò\x18 (\x19\x11 § "
b"ÏŒv\x12 ó[\x1F ÄÕó Î\x1D eƒ "
b"Ó1©uz1I¨ª\x14 é ‘\x01 †Š "
b"áêÝâIe\x1D Ð\x08 ¨\x01 S“¢\x1A "
]
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.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.fallback_1.typeName` ,
`tax_rule.type.translation.typeName` ,
COALESCE (
`tax_rule.type.translation.fallback_1.typeName` ,
`tax_rule.type.translation.typeName` ,
`tax_rule.type.translation.typeName`
) as `tax_rule.type.typeName` ,
`tax_rule.type.translation.fallback_1.createdAt` ,
`tax_rule.type.translation.createdAt` ,
`tax_rule.type.translation.fallback_1.updatedAt` ,
`tax_rule.type.translation.updatedAt` ,
`tax_rule.type.translation.fallback_1.taxRuleTypeId` ,
`tax_rule.type.translation.taxRuleTypeId` ,
`tax_rule.type.translation.fallback_1.languageId` ,
`tax_rule.type.translation.languageId` ,
`tax_rule` . `created_at` as `tax_rule.createdAt` ,
`tax_rule` . `updated_at` as `tax_rule.updatedAt`
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` ,
`tax_rule.type.translation` . created_at as `tax_rule.type.translation.createdAt` ,
`tax_rule.type.translation` . updated_at as `tax_rule.type.translation.updatedAt` ,
`tax_rule.type.translation` . tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId` ,
`tax_rule.type.translation` . language_id as `tax_rule.type.translation.languageId` ,
`tax_rule.type.translation.fallback_1` . type_name as `tax_rule.type.translation.fallback_1.typeName` ,
`tax_rule.type.translation.fallback_1` . created_at as `tax_rule.type.translation.fallback_1.createdAt` ,
`tax_rule.type.translation.fallback_1` . updated_at as `tax_rule.type.translation.fallback_1.updatedAt` ,
`tax_rule.type.translation.fallback_1` . tax_rule_type_id as `tax_rule.type.translation.fallback_1.taxRuleTypeId` ,
`tax_rule.type.translation.fallback_1` . language_id as `tax_rule.type.translation.fallback_1.languageId`
FROM
`tax_rule_type_translation` `tax_rule.type.translation`
LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.fallback_1` . `tax_rule_type_id`
AND `tax_rule.type.translation.fallback_1` . language_id = ?
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 (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
)
Copy
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.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.fallback_1.typeName` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` , `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.fallback_1.languageId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` 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` , `tax_rule.type.translation` . created_at as `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at as `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id as `tax_rule.type.translation.languageId` , `tax_rule.type.translation.fallback_1` . type_name as `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.fallback_1` . created_at as `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.fallback_1` . updated_at as `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.fallback_1` . tax_rule_type_id as `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.fallback_1` . language_id as `tax_rule.type.translation.fallback_1.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.fallback_1` . `tax_rule_type_id` AND `tax_rule.type.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0x019565EC7AA070919881E0C024E4D906 , 0x019565EC7DCD72D5AA1BAEE06A913058 , 0x019565F984EF703CBAAAA6BFF599C2BF , 0x019565F9872971DB91E542F833EB7463 , 0x01958041C45F70278F2E5A99D01FBD65 , 0x01958041C8387044A52E2CBB08630527 , 0x01958051AB2A7180B19E0130769ED9B3 , 0x01958051B2F871C488CF3020C6BBBA45 , 0x01958ECAD609716B822F802B6CE88232 , 0x01958ECADACC724DBB4378D0C47C345D , 0x01958ECADDB070FE80DE0E0C893650C4 , 0x01958FB5C5997025B983A97EEFC308EC , 0x01958FB5CA7A7034BE34D2A3A6DFB31A , 0x01958FB5CE08723D8CB79FF21E40AE8D , 0x01958FB5D18D729292C7F7FC62E26CC3 , 0x01958FB5D46970ECA687C467F4EBDE7B , 0x01958FB5D85D71B8AF5469916ADD1C2C , 0x01958FB5DC4A734FBA880546B47A7E55 , 0x01958FB5DF0D72F4982E436614D0B6FF , 0x01958FB5E37F70BEB92A2C61F4271B92 , 0x01958FB5E80572798AA24725442CDA97 , 0x0195B3D35530731FADC06DF62FBE10D9 , 0x0195B3D35BB1702AB7CFCC04A27414D1 , 0x0195B3D36059735D83CBA59AAC939398 , 0x0195B3D36577729ABC21796D35C3281B , 0x0195B3D369007321B0266D66B5B1BE2C , 0x0195B3D36F8E71188A503936DA269E7C , 0x0195B3D3731B70878F42C5081FBBF482 , 0x0195B3D3761371BB9797D7DCFAD86B14 , 0x0195B3D379917313B58C71111D0D0A1A , 0x0195B3D37F8771BC959857105BC16162 , 0x0195B404584C7020B9441DC7C61B238B , 0x0195B4045D377014A3A20D0A4DBD138D , 0x0195B404607572AFB68A456B9088796C , 0x0195B409A66371998DF874883E1D84E9 , 0x0195B409AC7A70EB8A652B961FE41D5C , 0x0195B409B30A706EBBD6B98C6B6C047D , 0x0195B409B6CE71A5B6D8A965044BFBFE , 0x0195B409B9B77218840B52CE43962636 , 0x0195B409BD3D711FB911BD65E1292B7B , 0x0195B409C2BA7247AF00CB4EE677A089 , 0x0195B409C5F370818B628DB6C2979BFD , 0x0195B409C9D2732E96951F52749BBFD9 , 0x0195B409CD3370E0BE3C9667B511C2EC , 0x0195C79523877272BFA01DA659B98C5C , 0x0195C795268F71A0A6DDFCA7A91D2422 , 0x0195C79528E172E4A63988068C26271B , 0x0195C799083770CBBB7237BFE7617391 , 0x0195C7990EEC707CABC9A7FB841D0E52 , 0x0195C79911D8707BAF2404AE331CFD27 , 0x0195C79914D5731AAE1A854C4AC09064 , 0x0195C79917D47208B8DA0CAB4081B4BE , 0x0195C7991A8773BD9323B3C9495CCE27 , 0x0195C7991D1E72BABA5CDF62F8CC2350 , 0x0195C7991F8072D590D6D05CABDCCBA2 , 0x0195C79921F373BA914D16A3E077F65B , 0x0195C79924AC7241A058711B189E52B5 , 0x16E34881DD0044F1B96217674DDB913E , 0x2A9D00999E454D4D8D746B8A57449DE9 , 0x90ADD8866B7C4DD09A35E318281911F5 , 0xCF8C7612F35B1F20C4D5F3A0CE1D6583 , 0xD331A9757A3149A8AA14E9A09101868A , 0xE1EADDE24965AD1DD008A8015393A21A ));
Copy
19
0.72 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.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `payment_method.translation.languageId` FROM `payment_method` 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` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` , `payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = ? 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 `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.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` , `payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÉjÑbœhKãƒrÍÆv@`æ "
]
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.fallback_1.title` ,
`payment_method.media.translation.title` ,
COALESCE (
`payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title`
) as `payment_method.media.title` ,
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt`
) as `payment_method.media.alt` ,
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields` ,
`payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.createdAt` ,
`payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.updatedAt` ,
`payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.mediaId` ,
`payment_method.media.translation.fallback_1.languageId` ,
`payment_method.media.translation.languageId` ,
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
`payment_method.translation.name`
) as `payment_method.name` ,
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName` ,
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
`payment_method.translation.description`
) as `payment_method.description` ,
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields`
) as `payment_method.customFields` ,
`payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.createdAt` ,
`payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.updatedAt` ,
`payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.paymentMethodId` ,
`payment_method.translation.fallback_1.languageId` ,
`payment_method.translation.languageId`
FROM
`payment_method`
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` ,
`payment_method.translation` . created_at as `payment_method.translation.createdAt` ,
`payment_method.translation` . updated_at as `payment_method.translation.updatedAt` ,
`payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` ,
`payment_method.translation` . language_id as `payment_method.translation.languageId` ,
`payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` ,
`payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` ,
`payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId`
FROM
`payment_method_translation` `payment_method.translation`
LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id`
AND `payment_method.translation.fallback_1` . language_id = ?
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 `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.media.translation` . media_id ,
`payment_method.media.translation` . title as `payment_method.media.translation.title` ,
`payment_method.media.translation` . alt as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` ,
`payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` ,
`payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` ,
`payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` ,
`payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` ,
`payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `payment_method.media.translation`
LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id`
AND `payment_method.media.translation.fallback_1` . language_id = ?
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.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `payment_method.translation.languageId` FROM `payment_method` 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` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` , `payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 `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.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` , `payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0xC96AD1629C684BE38372CDC6764060E6 );
Copy
20
0.15 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"=ä:UKàDl…áPÐ\x1E ]†¹ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x3DE43A554BE0446C85E150D01E5D86B9 );
Copy
21
0.92 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.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `shipping_method.deliveryTime.translation.languageId` , `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.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = ? 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 `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.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` , `shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` , `shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ? 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` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` , `shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¡Èͦ\x15 ŽK“€€¾#ýí0® "
]
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.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1.languageId` ,
`shipping_method.deliveryTime.translation.languageId` ,
`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.fallback_1.title` ,
`shipping_method.media.translation.title` ,
COALESCE (
`shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title`
) as `shipping_method.media.title` ,
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt` ,
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields` ,
`shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation.fallback_1.languageId` ,
`shipping_method.media.translation.languageId` ,
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name`
) as `shipping_method.name` ,
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description`
) as `shipping_method.description` ,
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl` ,
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields`
) as `shipping_method.customFields` ,
`shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.createdAt` ,
`shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.updatedAt` ,
`shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.shippingMethodId` ,
`shipping_method.translation.fallback_1.languageId` ,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation` . shipping_method_id ,
`shipping_method.translation` . name as `shipping_method.translation.name` ,
`shipping_method.translation` . description as `shipping_method.translation.description` ,
`shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` ,
`shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` ,
`shipping_method.translation` . created_at as `shipping_method.translation.createdAt` ,
`shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` ,
`shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` ,
`shipping_method.translation` . language_id as `shipping_method.translation.languageId` ,
`shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id`
AND `shipping_method.translation.fallback_1` . language_id = ?
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 `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.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` ,
`shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` ,
`shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id`
AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ?
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` . title as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` ,
`shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` ,
`shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `shipping_method.media.translation`
LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id`
AND `shipping_method.media.translation.fallback_1` . language_id = ?
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.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `shipping_method.deliveryTime.translation.languageId` , `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.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 `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.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` , `shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` , `shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` , `shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0xA1C8CDA6158E4B938080BE23FDED30AE );
Copy
22
0.14 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"""
úÌÚh/™M,©ƒ\x1C \n
IŸÕÏ
"""
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xFACCDA682F994D2CA9831C0A499FD5CF );
Copy
23
0.14 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"█Ä?«│óC[ì2└~║│▄p "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0xDB8E3FAEB3A2435B8D32C07EBAB3DC70 ) LIMIT 1 ;
Copy
24
1.03 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
25
0.10 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"ACWAXVqymQaHGMPgaj4Ks1t4zQTgdOn7 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'ACWAXVqymQaHGMPgaj4Ks1t4zQTgdOn7' ;
Copy
26
0.38 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
27
0.30 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
28
0.16 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
29
0.17 ms
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE ((`country.salesChannels` . `id` = ? )) AND (`country` . `id` IN (? )) GROUP BY `country` . `id`
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
b"█Ä?«│óC[ì2└~║│▄p "
]
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE ((`country.salesChannels` . `id` = 0x12A33AEE1C1F4096AC63AC013D88CBED )) AND (`country` . `id` IN (0xDB8E3FAEB3A2435B8D32C07EBAB3DC70 )) GROUP BY `country` . `id` ;
Copy
30
0.30 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
31
0.24 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
32
0.34 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
33
0.28 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
34
0.16 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
35
0.30 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
36
0.23 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
37
0.38 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
38
0.28 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
39
0.20 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
40
0.25 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
41
0.34 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
42
0.26 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
43
0.18 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
44
0.11 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"ACWAXVqymQaHGMPgaj4Ks1t4zQTgdOn7 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND (token = 'ACWAXVqymQaHGMPgaj4Ks1t4zQTgdOn7' ) LIMIT 1 ;
Copy
45
1.18 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
46
0.15 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"ACWAXVqymQaHGMPgaj4Ks1t4zQTgdOn7 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'ACWAXVqymQaHGMPgaj4Ks1t4zQTgdOn7' ;
Copy
47
0.43 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
48
0.36 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
49
0.20 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
50
0.28 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
51
0.24 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
52
0.34 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
53
0.24 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
54
0.19 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
55
0.28 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
56
0.29 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
57
0.14 ms
SELECT module . module , module . response FROM wbm_data_layer_modules module
SELECT module . module , module . response FROM wbm_data_layer_modules module ;
Copy
58
0.65 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
59
0.32 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
60
0.20 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
61
0.30 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
62
0.35 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
63
0.25 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
64
0.19 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
65
6.13 ms
SELECT `h1webblog_blog` . `id` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = ? WHERE `h1webblog_blog.translation` . language_id = ? ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` WHERE ((((`h1webblog_blog` . `published_at` < = ? ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = ? ) AND COALESCE (`h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = ? )) AND (`h1webblog_blog` . `id` IN (? )) GROUP BY `h1webblog_blog` . `id`
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
"2025-04-16 02:56:43 "
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
1
b"#R<P´@G$½Ij)2O\v î "
]
SELECT `h1webblog_blog` . `id` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `h1webblog_blog.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` WHERE ((((`h1webblog_blog` . `published_at` < = '2025-04-16 02:56:43' ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND COALESCE (`h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = 1 )) AND (`h1webblog_blog` . `id` IN (0x23523C50B4404724BD496A29324F0BEE )) GROUP BY `h1webblog_blog` . `id` ;
Copy
66
8.75 ms
SELECT `h1webblog_blog` . `id` as `h1webblog_blog.id` , `h1webblog_blog` . `media_id` as `h1webblog_blog.mediaId` , `h1webblog_blog.media` . `id` as `h1webblog_blog.media.id` , `h1webblog_blog.media` . `user_id` as `h1webblog_blog.media.userId` , `h1webblog_blog.media` . `media_folder_id` as `h1webblog_blog.media.mediaFolderId` , `h1webblog_blog.media` . `mime_type` as `h1webblog_blog.media.mimeType` , `h1webblog_blog.media` . `file_extension` as `h1webblog_blog.media.fileExtension` , `h1webblog_blog.media` . `uploaded_at` as `h1webblog_blog.media.uploadedAt` , `h1webblog_blog.media` . `file_name` as `h1webblog_blog.media.fileName` , `h1webblog_blog.media` . `file_size` as `h1webblog_blog.media.fileSize` , `h1webblog_blog.media` . `media_type` as `h1webblog_blog.media.mediaTypeRaw` , `h1webblog_blog.media` . `meta_data` as `h1webblog_blog.media.metaData` , `h1webblog_blog.media` . `config` as `h1webblog_blog.media.config` , `h1webblog_blog.media` . `path` as `h1webblog_blog.media.path` , `h1webblog_blog.media` . `private` as `h1webblog_blog.media.private` , `h1webblog_blog.media` . `thumbnails_ro` as `h1webblog_blog.media.thumbnailsRo` , `h1webblog_blog.media` . `created_at` as `h1webblog_blog.media.createdAt` , `h1webblog_blog.media` . `updated_at` as `h1webblog_blog.media.updatedAt` , `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , COALESCE (`h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation.title` ) as `h1webblog_blog.media.title` , `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , COALESCE (`h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation.alt` ) as `h1webblog_blog.media.alt` , `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , COALESCE (`h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation.customFields` ) as `h1webblog_blog.media.customFields` , `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation.fallback_1.languageId` , `h1webblog_blog.media.translation.languageId` , `h1webblog_blog` . `category_tree` as `h1webblog_blog.categoryTree` , `h1webblog_blog` . `tag_ids` as `h1webblog_blog.tagIds` , `h1webblog_blog` . `property_ids` as `h1webblog_blog.propertyIds` , `h1webblog_blog` . `option_ids` as `h1webblog_blog.optionIds` , `h1webblog_blog` . `published_at` as `h1webblog_blog.publishedAt` , `h1webblog_blog` . `created_at` as `h1webblog_blog.createdAt` , `h1webblog_blog` . `updated_at` as `h1webblog_blog.updatedAt` , `h1webblog_blog` . `custom_fields` as `h1webblog_blog.customFields` , `h1webblog_blog` . `cms_page_id` as `h1webblog_blog.cmsPageId` , `h1webblog_blog` . `cms_page_version_id` as `h1webblog_blog.cmsPageVersionId` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `h1webblog_category` `h1webblog_blog.categories.mapping`
WHERE `h1webblog_blog.categories.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.categories.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.tags.mapping` . `tag_id` ) SEPARATOR '||' )
FROM `h1webblog_tag` `h1webblog_blog.tags.mapping`
WHERE `h1webblog_blog.tags.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.tags.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `h1webblog_property` `h1webblog_blog.properties.mapping`
WHERE `h1webblog_blog.properties.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.properties.id_mapping` , `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , COALESCE (`h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , `h1webblog_blog.translation.title` ) as `h1webblog_blog.title` , `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , COALESCE (`h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , `h1webblog_blog.translation.content` ) as `h1webblog_blog.content` , `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , COALESCE (`h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation.shortContent` ) as `h1webblog_blog.shortContent` , `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , COALESCE (`h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation.keywords` ) as `h1webblog_blog.keywords` , `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , COALESCE (`h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation.metaDescription` ) as `h1webblog_blog.metaDescription` , `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , COALESCE (`h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation.metaTitle` ) as `h1webblog_blog.metaTitle` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , COALESCE (`h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation.isActive` ) as `h1webblog_blog.isActive` , `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , COALESCE (`h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation.slotConfig` ) as `h1webblog_blog.slotConfig` , `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.languageId` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = ? WHERE `h1webblog_blog.translation` . language_id = ? ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `media` `h1webblog_blog.media` ON `h1webblog_blog` . `media_id` = `h1webblog_blog.media` . `id` LEFT JOIN (SELECT `h1webblog_blog.media.translation` . media_id , `h1webblog_blog.media.translation` . title as `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation` . alt as `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation` . custom_fields as `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation` . created_at as `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation` . updated_at as `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation` . media_id as `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation` . language_id as `h1webblog_blog.media.translation.languageId` , `h1webblog_blog.media.translation.fallback_1` . title as `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.fallback_1` . alt as `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.fallback_1` . custom_fields as `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.fallback_1` . created_at as `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.fallback_1` . updated_at as `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.fallback_1` . media_id as `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.fallback_1` . language_id as `h1webblog_blog.media.translation.fallback_1.languageId` FROM `media_translation` `h1webblog_blog.media.translation` LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_1` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_1` . `media_id` AND `h1webblog_blog.media.translation.fallback_1` . language_id = ? WHERE `h1webblog_blog.media.translation` . language_id = ? ) `h1webblog_blog.media.media_translation` ON `h1webblog_blog.media.media_translation` . `media_id` = `h1webblog_blog.media` . `id` WHERE `h1webblog_blog` . `id` IN (? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"#R<P´@G$½Ij)2O\v î "
]
SELECT
`h1webblog_blog` . `id` as `h1webblog_blog.id` ,
`h1webblog_blog` . `media_id` as `h1webblog_blog.mediaId` ,
`h1webblog_blog.media` . `id` as `h1webblog_blog.media.id` ,
`h1webblog_blog.media` . `user_id` as `h1webblog_blog.media.userId` ,
`h1webblog_blog.media` . `media_folder_id` as `h1webblog_blog.media.mediaFolderId` ,
`h1webblog_blog.media` . `mime_type` as `h1webblog_blog.media.mimeType` ,
`h1webblog_blog.media` . `file_extension` as `h1webblog_blog.media.fileExtension` ,
`h1webblog_blog.media` . `uploaded_at` as `h1webblog_blog.media.uploadedAt` ,
`h1webblog_blog.media` . `file_name` as `h1webblog_blog.media.fileName` ,
`h1webblog_blog.media` . `file_size` as `h1webblog_blog.media.fileSize` ,
`h1webblog_blog.media` . `media_type` as `h1webblog_blog.media.mediaTypeRaw` ,
`h1webblog_blog.media` . `meta_data` as `h1webblog_blog.media.metaData` ,
`h1webblog_blog.media` . `config` as `h1webblog_blog.media.config` ,
`h1webblog_blog.media` . `path` as `h1webblog_blog.media.path` ,
`h1webblog_blog.media` . `private` as `h1webblog_blog.media.private` ,
`h1webblog_blog.media` . `thumbnails_ro` as `h1webblog_blog.media.thumbnailsRo` ,
`h1webblog_blog.media` . `created_at` as `h1webblog_blog.media.createdAt` ,
`h1webblog_blog.media` . `updated_at` as `h1webblog_blog.media.updatedAt` ,
`h1webblog_blog.media.translation.fallback_1.title` ,
`h1webblog_blog.media.translation.title` ,
COALESCE (
`h1webblog_blog.media.translation.fallback_1.title` ,
`h1webblog_blog.media.translation.title` ,
`h1webblog_blog.media.translation.title`
) as `h1webblog_blog.media.title` ,
`h1webblog_blog.media.translation.fallback_1.alt` ,
`h1webblog_blog.media.translation.alt` ,
COALESCE (
`h1webblog_blog.media.translation.fallback_1.alt` ,
`h1webblog_blog.media.translation.alt` ,
`h1webblog_blog.media.translation.alt`
) as `h1webblog_blog.media.alt` ,
`h1webblog_blog.media.translation.fallback_1.customFields` ,
`h1webblog_blog.media.translation.customFields` ,
COALESCE (
`h1webblog_blog.media.translation.fallback_1.customFields` ,
`h1webblog_blog.media.translation.customFields` ,
`h1webblog_blog.media.translation.customFields`
) as `h1webblog_blog.media.customFields` ,
`h1webblog_blog.media.translation.fallback_1.createdAt` ,
`h1webblog_blog.media.translation.createdAt` ,
`h1webblog_blog.media.translation.fallback_1.updatedAt` ,
`h1webblog_blog.media.translation.updatedAt` ,
`h1webblog_blog.media.translation.fallback_1.mediaId` ,
`h1webblog_blog.media.translation.mediaId` ,
`h1webblog_blog.media.translation.fallback_1.languageId` ,
`h1webblog_blog.media.translation.languageId` ,
`h1webblog_blog` . `category_tree` as `h1webblog_blog.categoryTree` ,
`h1webblog_blog` . `tag_ids` as `h1webblog_blog.tagIds` ,
`h1webblog_blog` . `property_ids` as `h1webblog_blog.propertyIds` ,
`h1webblog_blog` . `option_ids` as `h1webblog_blog.optionIds` ,
`h1webblog_blog` . `published_at` as `h1webblog_blog.publishedAt` ,
`h1webblog_blog` . `created_at` as `h1webblog_blog.createdAt` ,
`h1webblog_blog` . `updated_at` as `h1webblog_blog.updatedAt` ,
`h1webblog_blog` . `custom_fields` as `h1webblog_blog.customFields` ,
`h1webblog_blog` . `cms_page_id` as `h1webblog_blog.cmsPageId` ,
`h1webblog_blog` . `cms_page_version_id` as `h1webblog_blog.cmsPageVersionId` ,
(
SELECT
GROUP_CONCAT (
HEX (
`h1webblog_blog.categories.mapping` . `category_id`
) SEPARATOR '||'
)
FROM
`h1webblog_category` `h1webblog_blog.categories.mapping`
WHERE
`h1webblog_blog.categories.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
) as `h1webblog_blog.categories.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`h1webblog_blog.tags.mapping` . `tag_id`
) SEPARATOR '||'
)
FROM
`h1webblog_tag` `h1webblog_blog.tags.mapping`
WHERE
`h1webblog_blog.tags.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
) as `h1webblog_blog.tags.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`h1webblog_blog.properties.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`h1webblog_property` `h1webblog_blog.properties.mapping`
WHERE
`h1webblog_blog.properties.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
) as `h1webblog_blog.properties.id_mapping` ,
`h1webblog_blog.translation.fallback_1.title` ,
`h1webblog_blog.translation.title` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.title` ,
`h1webblog_blog.translation.title` ,
`h1webblog_blog.translation.title`
) as `h1webblog_blog.title` ,
`h1webblog_blog.translation.fallback_1.content` ,
`h1webblog_blog.translation.content` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.content` ,
`h1webblog_blog.translation.content` ,
`h1webblog_blog.translation.content`
) as `h1webblog_blog.content` ,
`h1webblog_blog.translation.fallback_1.shortContent` ,
`h1webblog_blog.translation.shortContent` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.shortContent` ,
`h1webblog_blog.translation.shortContent` ,
`h1webblog_blog.translation.shortContent`
) as `h1webblog_blog.shortContent` ,
`h1webblog_blog.translation.fallback_1.keywords` ,
`h1webblog_blog.translation.keywords` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.keywords` ,
`h1webblog_blog.translation.keywords` ,
`h1webblog_blog.translation.keywords`
) as `h1webblog_blog.keywords` ,
`h1webblog_blog.translation.fallback_1.metaDescription` ,
`h1webblog_blog.translation.metaDescription` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.metaDescription` ,
`h1webblog_blog.translation.metaDescription` ,
`h1webblog_blog.translation.metaDescription`
) as `h1webblog_blog.metaDescription` ,
`h1webblog_blog.translation.fallback_1.metaTitle` ,
`h1webblog_blog.translation.metaTitle` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.metaTitle` ,
`h1webblog_blog.translation.metaTitle` ,
`h1webblog_blog.translation.metaTitle`
) as `h1webblog_blog.metaTitle` ,
`h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.isActive` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.isActive` ,
`h1webblog_blog.translation.isActive`
) as `h1webblog_blog.isActive` ,
`h1webblog_blog.translation.fallback_1.slotConfig` ,
`h1webblog_blog.translation.slotConfig` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.slotConfig` ,
`h1webblog_blog.translation.slotConfig` ,
`h1webblog_blog.translation.slotConfig`
) as `h1webblog_blog.slotConfig` ,
`h1webblog_blog.translation.fallback_1.createdAt` ,
`h1webblog_blog.translation.createdAt` ,
`h1webblog_blog.translation.fallback_1.updatedAt` ,
`h1webblog_blog.translation.updatedAt` ,
`h1webblog_blog.translation.fallback_1.h1webblogBlogId` ,
`h1webblog_blog.translation.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_1.languageId` ,
`h1webblog_blog.translation.languageId`
FROM
`h1webblog_blog`
LEFT JOIN (
SELECT
`h1webblog_blog.translation` . h1webblog_blog_id ,
`h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` ,
`h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` ,
`h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` ,
`h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` ,
`h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` ,
`h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` ,
`h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` ,
`h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` ,
`h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` ,
`h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` ,
`h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` ,
`h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` ,
`h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` ,
`h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` ,
`h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` ,
`h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` ,
`h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` ,
`h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` ,
`h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` ,
`h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` ,
`h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` ,
`h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId`
FROM
`h1webblog_blog_translation` `h1webblog_blog.translation`
LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id`
AND `h1webblog_blog.translation.fallback_1` . language_id = ?
WHERE
`h1webblog_blog.translation` . language_id = ?
) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
LEFT JOIN `media` `h1webblog_blog.media` ON `h1webblog_blog` . `media_id` = `h1webblog_blog.media` . `id`
LEFT JOIN (
SELECT
`h1webblog_blog.media.translation` . media_id ,
`h1webblog_blog.media.translation` . title as `h1webblog_blog.media.translation.title` ,
`h1webblog_blog.media.translation` . alt as `h1webblog_blog.media.translation.alt` ,
`h1webblog_blog.media.translation` . custom_fields as `h1webblog_blog.media.translation.customFields` ,
`h1webblog_blog.media.translation` . created_at as `h1webblog_blog.media.translation.createdAt` ,
`h1webblog_blog.media.translation` . updated_at as `h1webblog_blog.media.translation.updatedAt` ,
`h1webblog_blog.media.translation` . media_id as `h1webblog_blog.media.translation.mediaId` ,
`h1webblog_blog.media.translation` . language_id as `h1webblog_blog.media.translation.languageId` ,
`h1webblog_blog.media.translation.fallback_1` . title as `h1webblog_blog.media.translation.fallback_1.title` ,
`h1webblog_blog.media.translation.fallback_1` . alt as `h1webblog_blog.media.translation.fallback_1.alt` ,
`h1webblog_blog.media.translation.fallback_1` . custom_fields as `h1webblog_blog.media.translation.fallback_1.customFields` ,
`h1webblog_blog.media.translation.fallback_1` . created_at as `h1webblog_blog.media.translation.fallback_1.createdAt` ,
`h1webblog_blog.media.translation.fallback_1` . updated_at as `h1webblog_blog.media.translation.fallback_1.updatedAt` ,
`h1webblog_blog.media.translation.fallback_1` . media_id as `h1webblog_blog.media.translation.fallback_1.mediaId` ,
`h1webblog_blog.media.translation.fallback_1` . language_id as `h1webblog_blog.media.translation.fallback_1.languageId`
FROM
`media_translation` `h1webblog_blog.media.translation`
LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_1` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_1` . `media_id`
AND `h1webblog_blog.media.translation.fallback_1` . language_id = ?
WHERE
`h1webblog_blog.media.translation` . language_id = ?
) `h1webblog_blog.media.media_translation` ON `h1webblog_blog.media.media_translation` . `media_id` = `h1webblog_blog.media` . `id`
WHERE
`h1webblog_blog` . `id` IN (? )
Copy
SELECT `h1webblog_blog` . `id` as `h1webblog_blog.id` , `h1webblog_blog` . `media_id` as `h1webblog_blog.mediaId` , `h1webblog_blog.media` . `id` as `h1webblog_blog.media.id` , `h1webblog_blog.media` . `user_id` as `h1webblog_blog.media.userId` , `h1webblog_blog.media` . `media_folder_id` as `h1webblog_blog.media.mediaFolderId` , `h1webblog_blog.media` . `mime_type` as `h1webblog_blog.media.mimeType` , `h1webblog_blog.media` . `file_extension` as `h1webblog_blog.media.fileExtension` , `h1webblog_blog.media` . `uploaded_at` as `h1webblog_blog.media.uploadedAt` , `h1webblog_blog.media` . `file_name` as `h1webblog_blog.media.fileName` , `h1webblog_blog.media` . `file_size` as `h1webblog_blog.media.fileSize` , `h1webblog_blog.media` . `media_type` as `h1webblog_blog.media.mediaTypeRaw` , `h1webblog_blog.media` . `meta_data` as `h1webblog_blog.media.metaData` , `h1webblog_blog.media` . `config` as `h1webblog_blog.media.config` , `h1webblog_blog.media` . `path` as `h1webblog_blog.media.path` , `h1webblog_blog.media` . `private` as `h1webblog_blog.media.private` , `h1webblog_blog.media` . `thumbnails_ro` as `h1webblog_blog.media.thumbnailsRo` , `h1webblog_blog.media` . `created_at` as `h1webblog_blog.media.createdAt` , `h1webblog_blog.media` . `updated_at` as `h1webblog_blog.media.updatedAt` , `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , COALESCE (`h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation.title` ) as `h1webblog_blog.media.title` , `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , COALESCE (`h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation.alt` ) as `h1webblog_blog.media.alt` , `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , COALESCE (`h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation.customFields` ) as `h1webblog_blog.media.customFields` , `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation.fallback_1.languageId` , `h1webblog_blog.media.translation.languageId` , `h1webblog_blog` . `category_tree` as `h1webblog_blog.categoryTree` , `h1webblog_blog` . `tag_ids` as `h1webblog_blog.tagIds` , `h1webblog_blog` . `property_ids` as `h1webblog_blog.propertyIds` , `h1webblog_blog` . `option_ids` as `h1webblog_blog.optionIds` , `h1webblog_blog` . `published_at` as `h1webblog_blog.publishedAt` , `h1webblog_blog` . `created_at` as `h1webblog_blog.createdAt` , `h1webblog_blog` . `updated_at` as `h1webblog_blog.updatedAt` , `h1webblog_blog` . `custom_fields` as `h1webblog_blog.customFields` , `h1webblog_blog` . `cms_page_id` as `h1webblog_blog.cmsPageId` , `h1webblog_blog` . `cms_page_version_id` as `h1webblog_blog.cmsPageVersionId` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `h1webblog_category` `h1webblog_blog.categories.mapping`
WHERE `h1webblog_blog.categories.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.categories.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.tags.mapping` . `tag_id` ) SEPARATOR '||' )
FROM `h1webblog_tag` `h1webblog_blog.tags.mapping`
WHERE `h1webblog_blog.tags.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.tags.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `h1webblog_property` `h1webblog_blog.properties.mapping`
WHERE `h1webblog_blog.properties.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.properties.id_mapping` , `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , COALESCE (`h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , `h1webblog_blog.translation.title` ) as `h1webblog_blog.title` , `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , COALESCE (`h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , `h1webblog_blog.translation.content` ) as `h1webblog_blog.content` , `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , COALESCE (`h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation.shortContent` ) as `h1webblog_blog.shortContent` , `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , COALESCE (`h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation.keywords` ) as `h1webblog_blog.keywords` , `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , COALESCE (`h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation.metaDescription` ) as `h1webblog_blog.metaDescription` , `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , COALESCE (`h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation.metaTitle` ) as `h1webblog_blog.metaTitle` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , COALESCE (`h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation.isActive` ) as `h1webblog_blog.isActive` , `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , COALESCE (`h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation.slotConfig` ) as `h1webblog_blog.slotConfig` , `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.languageId` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `h1webblog_blog.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `media` `h1webblog_blog.media` ON `h1webblog_blog` . `media_id` = `h1webblog_blog.media` . `id` LEFT JOIN (SELECT `h1webblog_blog.media.translation` . media_id , `h1webblog_blog.media.translation` . title as `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation` . alt as `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation` . custom_fields as `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation` . created_at as `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation` . updated_at as `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation` . media_id as `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation` . language_id as `h1webblog_blog.media.translation.languageId` , `h1webblog_blog.media.translation.fallback_1` . title as `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.fallback_1` . alt as `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.fallback_1` . custom_fields as `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.fallback_1` . created_at as `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.fallback_1` . updated_at as `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.fallback_1` . media_id as `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.fallback_1` . language_id as `h1webblog_blog.media.translation.fallback_1.languageId` FROM `media_translation` `h1webblog_blog.media.translation` LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_1` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_1` . `media_id` AND `h1webblog_blog.media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `h1webblog_blog.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.media.media_translation` ON `h1webblog_blog.media.media_translation` . `media_id` = `h1webblog_blog.media` . `id` WHERE `h1webblog_blog` . `id` IN (0x23523C50B4404724BD496A29324F0BEE );
Copy
67
0.94 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.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
'¾\¡¼TG¡²«Üy\n
WÕ
"""
b"‹=`Ìü¶GÕ©)’÷Î+¦ž "
b"ä\x11 <œ%ÄM˜¡WìÙ}5×S "
]
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.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_1.categoryVersionId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name as `category.translation.name` ,
`category.translation` . breadcrumb as `category.translation.breadcrumb` ,
`category.translation` . slot_config as `category.translation.slotConfig` ,
`category.translation` . link_type as `category.translation.linkType` ,
`category.translation` . internal_link as `category.translation.internalLink` ,
`category.translation` . external_link as `category.translation.externalLink` ,
`category.translation` . link_new_tab as `category.translation.linkNewTab` ,
`category.translation` . description as `category.translation.description` ,
`category.translation` . meta_title as `category.translation.metaTitle` ,
`category.translation` . meta_description as `category.translation.metaDescription` ,
`category.translation` . keywords as `category.translation.keywords` ,
`category.translation` . custom_fields as `category.translation.customFields` ,
`category.translation` . created_at as `category.translation.createdAt` ,
`category.translation` . updated_at as `category.translation.updatedAt` ,
`category.translation` . category_id as `category.translation.categoryId` ,
`category.translation` . language_id as `category.translation.languageId` ,
`category.translation` . category_version_id as `category.translation.categoryVersionId` ,
`category.translation.fallback_1` . name as `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description as `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
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.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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 (0x27BE5CA1BC5447A1B2ABDC79AD0A57D5 , 0x8B3D60CCFCB647D5A92992F7CE2BA69E , 0xE4113C9C25C44D98A157ECD97D35D753 ));
Copy
68
1.02 ms
SELECT `tag` . `id` as `tag.id` , `tag` . `name` as `tag.name` , `tag` . `created_at` as `tag.createdAt` , `tag` . `updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag` . `id` IN (? , ? , ? )
Parameters :
[
b"-:ÕàëaM┴ôkõ»a¬\v ì "
b"wo#Ž.H\x00 ‡·vÆе à "
b"‹åÂã6\x01 Jɤͦ*Š]s\x01 "
]
SELECT `tag` . `id` as `tag.id` , `tag` . `name` as `tag.name` , `tag` . `created_at` as `tag.createdAt` , `tag` . `updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag` . `id` IN (0x2D3AE58589614DC1936BE4AF61AA0B8D , 0x776F23C5BD2E480087B776C6D0B5A0C3 , 0x8BE5C2E336014AC9A4CDA62A8A5D7301 );
Copy
69
1.14 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.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = ? 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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` , `property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = ? WHERE `property_group_option.group.translation` . language_id = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
m\x1C\x18 \n
…uEŽ„\x10\x1E üà®lO
"""
b"}àxg;\e JÞ®ü"\ë▓>\x01 "
b"¯2ì\x18 ]½AR¸*\‘rTªm "
b"Êù-ÙjO`ªŒiÞLd\x10 . "
b"ñ‹åýrJC¡§èf˜å=Âè "
]
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.fallback_1.name` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) as `property_group_option.group.name` ,
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) as `property_group_option.group.description` ,
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) as `property_group_option.group.position` ,
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields` ,
`property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.fallback_1.languageId` ,
`property_group_option.group.translation.languageId` ,
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) as `property_group_option.customFields` ,
`property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1.languageId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
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` ,
`property_group_option.translation` . created_at as `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id as `property_group_option.translation.languageId` ,
`property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id`
AND `property_group_option.translation.fallback_1` . language_id = ?
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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` ,
`property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` ,
`property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id`
AND `property_group_option.group.translation.fallback_1` . language_id = ?
WHERE
`property_group_option.group.translation` . language_id = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
WHERE
`property_group_option` . `id` IN (? , ? , ? , ? , ? )
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.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` , `property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `property_group_option.group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (0x6D1C180A8575458E84101EFCE0AE6C4F , 0x7D8578673B1B4AE8A981225C89B23E01 , 0xAF32EC185DBD4152B82A5C917254AA6D , 0xCAF92DADD96A4F60AA8C69DE4C64102E , 0xF18BE5FD724A43A1A7E86698E53DC2E8 );
Copy
70
2.88 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"-:ÕàëaM┴ôkõ»a¬\v ì "
1
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0x2D3AE58589614DC1936BE4AF61AA0B8D AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
71
2.95 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"wo#Ž.H\x00 ‡·vÆе à "
1
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0x776F23C5BD2E480087B776C6D0B5A0C3 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
72
1.54 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"‹åÂã6\x01 Jɤͦ*Š]s\x01 "
1
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0x8BE5C2E336014AC9A4CDA62A8A5D7301 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
73
0.22 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (((`category` . `path` LIKE ? OR `category` . `path` LIKE ? ))) AND (`category` . `id` IN (? , ? , ? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|c9bf874afefe4d80b3e9fa5c1f7dd5c9|% "
"%|bef76c4cb64444bf937bbcae511a0616|% "
b"""
'¾\¡¼TG¡²«Üy\n
WÕ
"""
b"‹=`Ìü¶GÕ©)’÷Î+¦ž "
b"ä\x11 <œ%ÄM˜¡WìÙ}5×S "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category` . `path` LIKE '%|c9bf874afefe4d80b3e9fa5c1f7dd5c9|%' OR `category` . `path` LIKE '%|bef76c4cb64444bf937bbcae511a0616|%' ))) AND (`category` . `id` IN (0x27BE5CA1BC5447A1B2ABDC79AD0A57D5 , 0x8B3D60CCFCB647D5A92992F7CE2BA69E , 0xE4113C9C25C44D98A157ECD97D35D753 )) LIMIT 1 ;
Copy
74
0.61 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.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
'¾\¡¼TG¡²«Üy\n
WÕ
"""
]
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.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_1.categoryVersionId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name as `category.translation.name` ,
`category.translation` . breadcrumb as `category.translation.breadcrumb` ,
`category.translation` . slot_config as `category.translation.slotConfig` ,
`category.translation` . link_type as `category.translation.linkType` ,
`category.translation` . internal_link as `category.translation.internalLink` ,
`category.translation` . external_link as `category.translation.externalLink` ,
`category.translation` . link_new_tab as `category.translation.linkNewTab` ,
`category.translation` . description as `category.translation.description` ,
`category.translation` . meta_title as `category.translation.metaTitle` ,
`category.translation` . meta_description as `category.translation.metaDescription` ,
`category.translation` . keywords as `category.translation.keywords` ,
`category.translation` . custom_fields as `category.translation.customFields` ,
`category.translation` . created_at as `category.translation.createdAt` ,
`category.translation` . updated_at as `category.translation.updatedAt` ,
`category.translation` . category_id as `category.translation.categoryId` ,
`category.translation` . language_id as `category.translation.languageId` ,
`category.translation` . category_version_id as `category.translation.categoryVersionId` ,
`category.translation.fallback_1` . name as `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description as `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
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.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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 (0x27BE5CA1BC5447A1B2ABDC79AD0A57D5 ));
Copy
75
0.35 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.fallback_1.name` , `cms_page.translation.name` , COALESCE (`cms_page.translation.fallback_1.name` , `cms_page.translation.name` , `cms_page.translation.name` ) as `cms_page.name` , `cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , `cms_page.translation.customFields` ) as `cms_page.customFields` , `cms_page.translation.fallback_1.createdAt` , `cms_page.translation.createdAt` , `cms_page.translation.fallback_1.updatedAt` , `cms_page.translation.updatedAt` , `cms_page.translation.fallback_1.cmsPageId` , `cms_page.translation.cmsPageId` , `cms_page.translation.fallback_1.languageId` , `cms_page.translation.languageId` , `cms_page.translation.fallback_1.cmsPageVersionId` , `cms_page.translation.cmsPageVersionId` 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` , `cms_page.translation` . created_at as `cms_page.translation.createdAt` , `cms_page.translation` . updated_at as `cms_page.translation.updatedAt` , `cms_page.translation` . cms_page_id as `cms_page.translation.cmsPageId` , `cms_page.translation` . language_id as `cms_page.translation.languageId` , `cms_page.translation` . cms_page_version_id as `cms_page.translation.cmsPageVersionId` , `cms_page.translation.fallback_1` . name as `cms_page.translation.fallback_1.name` , `cms_page.translation.fallback_1` . custom_fields as `cms_page.translation.fallback_1.customFields` , `cms_page.translation.fallback_1` . created_at as `cms_page.translation.fallback_1.createdAt` , `cms_page.translation.fallback_1` . updated_at as `cms_page.translation.fallback_1.updatedAt` , `cms_page.translation.fallback_1` . cms_page_id as `cms_page.translation.fallback_1.cmsPageId` , `cms_page.translation.fallback_1` . language_id as `cms_page.translation.fallback_1.languageId` , `cms_page.translation.fallback_1` . cms_page_version_id as `cms_page.translation.fallback_1.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_1` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.fallback_1` . `cms_page_id` AND `cms_page.translation.fallback_1` . language_id = ? AND `cms_page.translation` . cms_page_version_id = `cms_page.translation.fallback_1` . cms_page_version_id 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x1E a8Ìí\x1E KqÅÞiS\x0F Re± "
]
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.fallback_1.name` ,
`cms_page.translation.name` ,
COALESCE (
`cms_page.translation.fallback_1.name` ,
`cms_page.translation.name` , `cms_page.translation.name`
) as `cms_page.name` ,
`cms_page.translation.fallback_1.customFields` ,
`cms_page.translation.customFields` ,
COALESCE (
`cms_page.translation.fallback_1.customFields` ,
`cms_page.translation.customFields` ,
`cms_page.translation.customFields`
) as `cms_page.customFields` ,
`cms_page.translation.fallback_1.createdAt` ,
`cms_page.translation.createdAt` ,
`cms_page.translation.fallback_1.updatedAt` ,
`cms_page.translation.updatedAt` ,
`cms_page.translation.fallback_1.cmsPageId` ,
`cms_page.translation.cmsPageId` ,
`cms_page.translation.fallback_1.languageId` ,
`cms_page.translation.languageId` ,
`cms_page.translation.fallback_1.cmsPageVersionId` ,
`cms_page.translation.cmsPageVersionId`
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` ,
`cms_page.translation` . created_at as `cms_page.translation.createdAt` ,
`cms_page.translation` . updated_at as `cms_page.translation.updatedAt` ,
`cms_page.translation` . cms_page_id as `cms_page.translation.cmsPageId` ,
`cms_page.translation` . language_id as `cms_page.translation.languageId` ,
`cms_page.translation` . cms_page_version_id as `cms_page.translation.cmsPageVersionId` ,
`cms_page.translation.fallback_1` . name as `cms_page.translation.fallback_1.name` ,
`cms_page.translation.fallback_1` . custom_fields as `cms_page.translation.fallback_1.customFields` ,
`cms_page.translation.fallback_1` . created_at as `cms_page.translation.fallback_1.createdAt` ,
`cms_page.translation.fallback_1` . updated_at as `cms_page.translation.fallback_1.updatedAt` ,
`cms_page.translation.fallback_1` . cms_page_id as `cms_page.translation.fallback_1.cmsPageId` ,
`cms_page.translation.fallback_1` . language_id as `cms_page.translation.fallback_1.languageId` ,
`cms_page.translation.fallback_1` . cms_page_version_id as `cms_page.translation.fallback_1.cmsPageVersionId`
FROM
`cms_page_translation` `cms_page.translation`
LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_1` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.fallback_1` . `cms_page_id`
AND `cms_page.translation.fallback_1` . language_id = ?
AND `cms_page.translation` . cms_page_version_id = `cms_page.translation.fallback_1` . cms_page_version_id
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 (? )
)
Copy
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.fallback_1.name` , `cms_page.translation.name` , COALESCE (`cms_page.translation.fallback_1.name` , `cms_page.translation.name` , `cms_page.translation.name` ) as `cms_page.name` , `cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , `cms_page.translation.customFields` ) as `cms_page.customFields` , `cms_page.translation.fallback_1.createdAt` , `cms_page.translation.createdAt` , `cms_page.translation.fallback_1.updatedAt` , `cms_page.translation.updatedAt` , `cms_page.translation.fallback_1.cmsPageId` , `cms_page.translation.cmsPageId` , `cms_page.translation.fallback_1.languageId` , `cms_page.translation.languageId` , `cms_page.translation.fallback_1.cmsPageVersionId` , `cms_page.translation.cmsPageVersionId` 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` , `cms_page.translation` . created_at as `cms_page.translation.createdAt` , `cms_page.translation` . updated_at as `cms_page.translation.updatedAt` , `cms_page.translation` . cms_page_id as `cms_page.translation.cmsPageId` , `cms_page.translation` . language_id as `cms_page.translation.languageId` , `cms_page.translation` . cms_page_version_id as `cms_page.translation.cmsPageVersionId` , `cms_page.translation.fallback_1` . name as `cms_page.translation.fallback_1.name` , `cms_page.translation.fallback_1` . custom_fields as `cms_page.translation.fallback_1.customFields` , `cms_page.translation.fallback_1` . created_at as `cms_page.translation.fallback_1.createdAt` , `cms_page.translation.fallback_1` . updated_at as `cms_page.translation.fallback_1.updatedAt` , `cms_page.translation.fallback_1` . cms_page_id as `cms_page.translation.fallback_1.cmsPageId` , `cms_page.translation.fallback_1` . language_id as `cms_page.translation.fallback_1.languageId` , `cms_page.translation.fallback_1` . cms_page_version_id as `cms_page.translation.fallback_1.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_1` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.fallback_1` . `cms_page_id` AND `cms_page.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `cms_page.translation` . cms_page_version_id = `cms_page.translation.fallback_1` . cms_page_version_id 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 (0x1E6138DEA11E4B718FE869530F5265F1 ));
Copy
76
1.60 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.fallback_1.title` , `cms_section.backgroundMedia.translation.title` , COALESCE (`cms_section.backgroundMedia.translation.fallback_1.title` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` ) as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` ) as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` ) as `cms_section.backgroundMedia.customFields` , `cms_section.backgroundMedia.translation.fallback_1.createdAt` , `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation.fallback_1.updatedAt` , `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation.fallback_1.mediaId` , `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation.fallback_1.languageId` , `cms_section.backgroundMedia.translation.languageId` 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` . title as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . alt as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . custom_fields as `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation` . created_at as `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation` . updated_at as `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation` . media_id as `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation` . language_id as `cms_section.backgroundMedia.translation.languageId` , `cms_section.backgroundMedia.translation.fallback_1` . title as `cms_section.backgroundMedia.translation.fallback_1.title` , `cms_section.backgroundMedia.translation.fallback_1` . alt as `cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.fallback_1` . custom_fields as `cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.fallback_1` . created_at as `cms_section.backgroundMedia.translation.fallback_1.createdAt` , `cms_section.backgroundMedia.translation.fallback_1` . updated_at as `cms_section.backgroundMedia.translation.fallback_1.updatedAt` , `cms_section.backgroundMedia.translation.fallback_1` . media_id as `cms_section.backgroundMedia.translation.fallback_1.mediaId` , `cms_section.backgroundMedia.translation.fallback_1` . language_id as `cms_section.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_1` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.fallback_1` . `media_id` AND `cms_section.backgroundMedia.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x1E a8Ìí\x1E KqÅÞiS\x0F Re± "
]
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.fallback_1.title` ,
`cms_section.backgroundMedia.translation.title` ,
COALESCE (
`cms_section.backgroundMedia.translation.fallback_1.title` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title`
) as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.fallback_1.alt` ,
`cms_section.backgroundMedia.translation.alt` ,
COALESCE (
`cms_section.backgroundMedia.translation.fallback_1.alt` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt`
) as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.fallback_1.customFields` ,
`cms_section.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_section.backgroundMedia.translation.fallback_1.customFields` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields`
) as `cms_section.backgroundMedia.customFields` ,
`cms_section.backgroundMedia.translation.fallback_1.createdAt` ,
`cms_section.backgroundMedia.translation.createdAt` ,
`cms_section.backgroundMedia.translation.fallback_1.updatedAt` ,
`cms_section.backgroundMedia.translation.updatedAt` ,
`cms_section.backgroundMedia.translation.fallback_1.mediaId` ,
`cms_section.backgroundMedia.translation.mediaId` ,
`cms_section.backgroundMedia.translation.fallback_1.languageId` ,
`cms_section.backgroundMedia.translation.languageId`
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` . title as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . alt as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . custom_fields as `cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation` . created_at as `cms_section.backgroundMedia.translation.createdAt` ,
`cms_section.backgroundMedia.translation` . updated_at as `cms_section.backgroundMedia.translation.updatedAt` ,
`cms_section.backgroundMedia.translation` . media_id as `cms_section.backgroundMedia.translation.mediaId` ,
`cms_section.backgroundMedia.translation` . language_id as `cms_section.backgroundMedia.translation.languageId` ,
`cms_section.backgroundMedia.translation.fallback_1` . title as `cms_section.backgroundMedia.translation.fallback_1.title` ,
`cms_section.backgroundMedia.translation.fallback_1` . alt as `cms_section.backgroundMedia.translation.fallback_1.alt` ,
`cms_section.backgroundMedia.translation.fallback_1` . custom_fields as `cms_section.backgroundMedia.translation.fallback_1.customFields` ,
`cms_section.backgroundMedia.translation.fallback_1` . created_at as `cms_section.backgroundMedia.translation.fallback_1.createdAt` ,
`cms_section.backgroundMedia.translation.fallback_1` . updated_at as `cms_section.backgroundMedia.translation.fallback_1.updatedAt` ,
`cms_section.backgroundMedia.translation.fallback_1` . media_id as `cms_section.backgroundMedia.translation.fallback_1.mediaId` ,
`cms_section.backgroundMedia.translation.fallback_1` . language_id as `cms_section.backgroundMedia.translation.fallback_1.languageId`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_1` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.fallback_1` . `media_id`
AND `cms_section.backgroundMedia.translation.fallback_1` . language_id = ?
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.fallback_1.title` , `cms_section.backgroundMedia.translation.title` , COALESCE (`cms_section.backgroundMedia.translation.fallback_1.title` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` ) as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` ) as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` ) as `cms_section.backgroundMedia.customFields` , `cms_section.backgroundMedia.translation.fallback_1.createdAt` , `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation.fallback_1.updatedAt` , `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation.fallback_1.mediaId` , `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation.fallback_1.languageId` , `cms_section.backgroundMedia.translation.languageId` 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` . title as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . alt as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . custom_fields as `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation` . created_at as `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation` . updated_at as `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation` . media_id as `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation` . language_id as `cms_section.backgroundMedia.translation.languageId` , `cms_section.backgroundMedia.translation.fallback_1` . title as `cms_section.backgroundMedia.translation.fallback_1.title` , `cms_section.backgroundMedia.translation.fallback_1` . alt as `cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.fallback_1` . custom_fields as `cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.fallback_1` . created_at as `cms_section.backgroundMedia.translation.fallback_1.createdAt` , `cms_section.backgroundMedia.translation.fallback_1` . updated_at as `cms_section.backgroundMedia.translation.fallback_1.updatedAt` , `cms_section.backgroundMedia.translation.fallback_1` . media_id as `cms_section.backgroundMedia.translation.fallback_1.mediaId` , `cms_section.backgroundMedia.translation.fallback_1` . language_id as `cms_section.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_1` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.fallback_1` . `media_id` AND `cms_section.backgroundMedia.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0x1E6138DEA11E4B718FE869530F5265F1 )));
Copy
77
1.78 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.fallback_1.title` , `cms_block.backgroundMedia.translation.title` , COALESCE (`cms_block.backgroundMedia.translation.fallback_1.title` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` ) as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` ) as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` ) as `cms_block.backgroundMedia.customFields` , `cms_block.backgroundMedia.translation.fallback_1.createdAt` , `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation.fallback_1.updatedAt` , `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation.fallback_1.mediaId` , `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation.fallback_1.languageId` , `cms_block.backgroundMedia.translation.languageId` 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` . title as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . alt as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . custom_fields as `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation` . created_at as `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation` . updated_at as `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation` . media_id as `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation` . language_id as `cms_block.backgroundMedia.translation.languageId` , `cms_block.backgroundMedia.translation.fallback_1` . title as `cms_block.backgroundMedia.translation.fallback_1.title` , `cms_block.backgroundMedia.translation.fallback_1` . alt as `cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.fallback_1` . custom_fields as `cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.fallback_1` . created_at as `cms_block.backgroundMedia.translation.fallback_1.createdAt` , `cms_block.backgroundMedia.translation.fallback_1` . updated_at as `cms_block.backgroundMedia.translation.fallback_1.updatedAt` , `cms_block.backgroundMedia.translation.fallback_1` . media_id as `cms_block.backgroundMedia.translation.fallback_1.mediaId` , `cms_block.backgroundMedia.translation.fallback_1` . language_id as `cms_block.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_1` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.fallback_1` . `media_id` AND `cms_block.backgroundMedia.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x17 ß®%.&Lî½~·…®‹¸ô "
b"œìȦ-\x08 @²ƒ)\x00 Y\x03 ˆB« "
b"øè\x18 Ü?jA\x0E œ\x1C ùø›Z\e ö "
]
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.fallback_1.title` ,
`cms_block.backgroundMedia.translation.title` ,
COALESCE (
`cms_block.backgroundMedia.translation.fallback_1.title` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title`
) as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.fallback_1.alt` ,
`cms_block.backgroundMedia.translation.alt` ,
COALESCE (
`cms_block.backgroundMedia.translation.fallback_1.alt` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt`
) as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.fallback_1.customFields` ,
`cms_block.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_block.backgroundMedia.translation.fallback_1.customFields` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields`
) as `cms_block.backgroundMedia.customFields` ,
`cms_block.backgroundMedia.translation.fallback_1.createdAt` ,
`cms_block.backgroundMedia.translation.createdAt` ,
`cms_block.backgroundMedia.translation.fallback_1.updatedAt` ,
`cms_block.backgroundMedia.translation.updatedAt` ,
`cms_block.backgroundMedia.translation.fallback_1.mediaId` ,
`cms_block.backgroundMedia.translation.mediaId` ,
`cms_block.backgroundMedia.translation.fallback_1.languageId` ,
`cms_block.backgroundMedia.translation.languageId`
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` . title as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . alt as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . custom_fields as `cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation` . created_at as `cms_block.backgroundMedia.translation.createdAt` ,
`cms_block.backgroundMedia.translation` . updated_at as `cms_block.backgroundMedia.translation.updatedAt` ,
`cms_block.backgroundMedia.translation` . media_id as `cms_block.backgroundMedia.translation.mediaId` ,
`cms_block.backgroundMedia.translation` . language_id as `cms_block.backgroundMedia.translation.languageId` ,
`cms_block.backgroundMedia.translation.fallback_1` . title as `cms_block.backgroundMedia.translation.fallback_1.title` ,
`cms_block.backgroundMedia.translation.fallback_1` . alt as `cms_block.backgroundMedia.translation.fallback_1.alt` ,
`cms_block.backgroundMedia.translation.fallback_1` . custom_fields as `cms_block.backgroundMedia.translation.fallback_1.customFields` ,
`cms_block.backgroundMedia.translation.fallback_1` . created_at as `cms_block.backgroundMedia.translation.fallback_1.createdAt` ,
`cms_block.backgroundMedia.translation.fallback_1` . updated_at as `cms_block.backgroundMedia.translation.fallback_1.updatedAt` ,
`cms_block.backgroundMedia.translation.fallback_1` . media_id as `cms_block.backgroundMedia.translation.fallback_1.mediaId` ,
`cms_block.backgroundMedia.translation.fallback_1` . language_id as `cms_block.backgroundMedia.translation.fallback_1.languageId`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_1` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.fallback_1` . `media_id`
AND `cms_block.backgroundMedia.translation.fallback_1` . language_id = ?
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.fallback_1.title` , `cms_block.backgroundMedia.translation.title` , COALESCE (`cms_block.backgroundMedia.translation.fallback_1.title` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` ) as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` ) as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` ) as `cms_block.backgroundMedia.customFields` , `cms_block.backgroundMedia.translation.fallback_1.createdAt` , `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation.fallback_1.updatedAt` , `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation.fallback_1.mediaId` , `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation.fallback_1.languageId` , `cms_block.backgroundMedia.translation.languageId` 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` . title as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . alt as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . custom_fields as `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation` . created_at as `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation` . updated_at as `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation` . media_id as `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation` . language_id as `cms_block.backgroundMedia.translation.languageId` , `cms_block.backgroundMedia.translation.fallback_1` . title as `cms_block.backgroundMedia.translation.fallback_1.title` , `cms_block.backgroundMedia.translation.fallback_1` . alt as `cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.fallback_1` . custom_fields as `cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.fallback_1` . created_at as `cms_block.backgroundMedia.translation.fallback_1.createdAt` , `cms_block.backgroundMedia.translation.fallback_1` . updated_at as `cms_block.backgroundMedia.translation.fallback_1.updatedAt` , `cms_block.backgroundMedia.translation.fallback_1` . media_id as `cms_block.backgroundMedia.translation.fallback_1.mediaId` , `cms_block.backgroundMedia.translation.fallback_1` . language_id as `cms_block.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_1` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.fallback_1` . `media_id` AND `cms_block.backgroundMedia.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0x17DFAE252E264CEEBD7EB785AE8BB8F4 , 0x9CECC8A62D0840B283290059038842AB , 0xF8E818DC3F6A410E9C1CF9F89B5A1BF6 )));
Copy
78
4.61 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.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` ) as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` ) as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` ) as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` , `cms_slot.swagCmsExtensionsForm.translation.languageId` , `cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` , `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.createdAt` , `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.languageId` , `cms_slot.translation.fallback_1.cmsSlotVersionId` , `cms_slot.translation.cmsSlotVersionId` 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` , `cms_slot.translation` . created_at as `cms_slot.translation.createdAt` , `cms_slot.translation` . updated_at as `cms_slot.translation.updatedAt` , `cms_slot.translation` . cms_slot_id as `cms_slot.translation.cmsSlotId` , `cms_slot.translation` . language_id as `cms_slot.translation.languageId` , `cms_slot.translation` . cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` , `cms_slot.translation.fallback_1` . config as `cms_slot.translation.fallback_1.config` , `cms_slot.translation.fallback_1` . custom_fields as `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.fallback_1` . created_at as `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.fallback_1` . updated_at as `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.fallback_1` . cms_slot_id as `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.fallback_1` . language_id as `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.fallback_1` . cms_slot_version_id as `cms_slot.translation.fallback_1.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.fallback_1` . `cms_slot_id` AND `cms_slot.translation.fallback_1` . language_id = ? AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_1` . cms_slot_version_id 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 LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id , `cms_slot.swagCmsExtensionsForm.translation` . title as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation` . success_message as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . receivers as `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation` . created_at as `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation` . language_id as `cms_slot.swagCmsExtensionsForm.translation.languageId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . title as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . success_message as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . receivers as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . created_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.fallback_1` ON `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . `swag_cms_extensions_form_id` AND `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id = ? WHERE `cms_slot.swagCmsExtensionsForm.translation` . language_id = ? ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x02 a\x1A Îð\x11 MΧè)OJÃoZ "
b"\x04 $—\x1A ú¶DÒ»b\f 2-\e à\x1C "
b"\x15 ˜4âK‰NŸ‹\x16 ¨Ø\x00\x04 ¯\x15 "
b""oUœk\x1A O\x0E šÄ¹y;ç#\x7F "
b"@†ñR,.E”•¨Ø!78ê¯ "
b"bú‚®7ãOz»³,\x1D ·¿Üa "
b"Á¦┬B ÄEq│\x10 ¶{²┌ü├ "
b"B«y’#\x05 B7²ú-®Ç×æÓ "
b"ÒSrÖ8—C؃ÀgÍÐ4¯c "
]
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.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` ,
`cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` ,
`cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` ,
`cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` ,
`cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` ,
`cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` ,
`cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` ,
`cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` ,
`cms_slot.swagCmsExtensionsForm.translation.title` ,
COALESCE (
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` ,
`cms_slot.swagCmsExtensionsForm.translation.title` ,
`cms_slot.swagCmsExtensionsForm.translation.title`
) as `cms_slot.swagCmsExtensionsForm.title` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.successMessage` ,
COALESCE (
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.successMessage`
) as `cms_slot.swagCmsExtensionsForm.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.receivers` ,
COALESCE (
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.receivers`
) as `cms_slot.swagCmsExtensionsForm.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` ,
`cms_slot.swagCmsExtensionsForm.translation.languageId` ,
`cms_slot.translation.fallback_1.config` ,
`cms_slot.translation.config` ,
COALESCE (
`cms_slot.translation.fallback_1.config` ,
`cms_slot.translation.config` ,
`cms_slot.translation.config`
) as `cms_slot.config` ,
`cms_slot.translation.fallback_1.customFields` ,
`cms_slot.translation.customFields` ,
COALESCE (
`cms_slot.translation.fallback_1.customFields` ,
`cms_slot.translation.customFields` ,
`cms_slot.translation.customFields`
) as `cms_slot.customFields` ,
`cms_slot.translation.fallback_1.createdAt` ,
`cms_slot.translation.createdAt` ,
`cms_slot.translation.fallback_1.updatedAt` ,
`cms_slot.translation.updatedAt` ,
`cms_slot.translation.fallback_1.cmsSlotId` ,
`cms_slot.translation.cmsSlotId` ,
`cms_slot.translation.fallback_1.languageId` ,
`cms_slot.translation.languageId` ,
`cms_slot.translation.fallback_1.cmsSlotVersionId` ,
`cms_slot.translation.cmsSlotVersionId`
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` ,
`cms_slot.translation` . created_at as `cms_slot.translation.createdAt` ,
`cms_slot.translation` . updated_at as `cms_slot.translation.updatedAt` ,
`cms_slot.translation` . cms_slot_id as `cms_slot.translation.cmsSlotId` ,
`cms_slot.translation` . language_id as `cms_slot.translation.languageId` ,
`cms_slot.translation` . cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` ,
`cms_slot.translation.fallback_1` . config as `cms_slot.translation.fallback_1.config` ,
`cms_slot.translation.fallback_1` . custom_fields as `cms_slot.translation.fallback_1.customFields` ,
`cms_slot.translation.fallback_1` . created_at as `cms_slot.translation.fallback_1.createdAt` ,
`cms_slot.translation.fallback_1` . updated_at as `cms_slot.translation.fallback_1.updatedAt` ,
`cms_slot.translation.fallback_1` . cms_slot_id as `cms_slot.translation.fallback_1.cmsSlotId` ,
`cms_slot.translation.fallback_1` . language_id as `cms_slot.translation.fallback_1.languageId` ,
`cms_slot.translation.fallback_1` . cms_slot_version_id as `cms_slot.translation.fallback_1.cmsSlotVersionId`
FROM
`cms_slot_translation` `cms_slot.translation`
LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.fallback_1` . `cms_slot_id`
AND `cms_slot.translation.fallback_1` . language_id = ?
AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_1` . cms_slot_version_id
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
LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id`
LEFT JOIN (
SELECT
`cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id ,
`cms_slot.swagCmsExtensionsForm.translation` . title as `cms_slot.swagCmsExtensionsForm.translation.title` ,
`cms_slot.swagCmsExtensionsForm.translation` . success_message as `cms_slot.swagCmsExtensionsForm.translation.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation` . receivers as `cms_slot.swagCmsExtensionsForm.translation.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation` . created_at as `cms_slot.swagCmsExtensionsForm.translation.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation` . language_id as `cms_slot.swagCmsExtensionsForm.translation.languageId` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . title as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . success_message as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . receivers as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . created_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId`
FROM
`swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation`
LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.fallback_1` ON `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . `swag_cms_extensions_form_id`
AND `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id = ?
WHERE
`cms_slot.swagCmsExtensionsForm.translation` . language_id = ?
) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id`
WHERE
(`cms_slot` . `version_id` = ? )
AND (
(
`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
)
)
Copy
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.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` ) as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` ) as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` ) as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` , `cms_slot.swagCmsExtensionsForm.translation.languageId` , `cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` , `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.createdAt` , `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.languageId` , `cms_slot.translation.fallback_1.cmsSlotVersionId` , `cms_slot.translation.cmsSlotVersionId` 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` , `cms_slot.translation` . created_at as `cms_slot.translation.createdAt` , `cms_slot.translation` . updated_at as `cms_slot.translation.updatedAt` , `cms_slot.translation` . cms_slot_id as `cms_slot.translation.cmsSlotId` , `cms_slot.translation` . language_id as `cms_slot.translation.languageId` , `cms_slot.translation` . cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` , `cms_slot.translation.fallback_1` . config as `cms_slot.translation.fallback_1.config` , `cms_slot.translation.fallback_1` . custom_fields as `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.fallback_1` . created_at as `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.fallback_1` . updated_at as `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.fallback_1` . cms_slot_id as `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.fallback_1` . language_id as `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.fallback_1` . cms_slot_version_id as `cms_slot.translation.fallback_1.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.fallback_1` . `cms_slot_id` AND `cms_slot.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_1` . cms_slot_version_id 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 LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id , `cms_slot.swagCmsExtensionsForm.translation` . title as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation` . success_message as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . receivers as `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation` . created_at as `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation` . language_id as `cms_slot.swagCmsExtensionsForm.translation.languageId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . title as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . success_message as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . receivers as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . created_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.fallback_1` ON `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . `swag_cms_extensions_form_id` AND `cms_slot.swagCmsExtensionsForm.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `cms_slot.swagCmsExtensionsForm.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x02611ACEF0114DCEA7E8294F4AC36F5A , 0x0424971AFAB644D2BB620C322D1BE01C , 0x159834E24B894E9F8B16A8D80004AF15 , 0x226F559C6B1A4F0E9AC4B9793BE7237F , 0x4086F1522C2E459495A8D8213738EAAF , 0x62FA82AE37E34F7ABBB32C1DB7BFDC61 , 0xB5DDC242208E4571B310F47BFDDA81C3 , 0x42AB799223054237B2FA2DAEC7D7E6D3 , 0xD25372D6389743D883C067CDD034AF63 )));
Copy
79
0.44 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.fallback_1.name` , `product_stream.translation.name` , COALESCE (`product_stream.translation.fallback_1.name` , `product_stream.translation.name` , `product_stream.translation.name` ) as `product_stream.name` , `product_stream.translation.fallback_1.description` , `product_stream.translation.description` , COALESCE (`product_stream.translation.fallback_1.description` , `product_stream.translation.description` , `product_stream.translation.description` ) as `product_stream.description` , `product_stream.translation.fallback_1.customFields` , `product_stream.translation.customFields` , COALESCE (`product_stream.translation.fallback_1.customFields` , `product_stream.translation.customFields` , `product_stream.translation.customFields` ) as `product_stream.customFields` , `product_stream.translation.fallback_1.createdAt` , `product_stream.translation.createdAt` , `product_stream.translation.fallback_1.updatedAt` , `product_stream.translation.updatedAt` , `product_stream.translation.fallback_1.productStreamId` , `product_stream.translation.productStreamId` , `product_stream.translation.fallback_1.languageId` , `product_stream.translation.languageId` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . product_stream_id , `product_stream.translation` . name as `product_stream.translation.name` , `product_stream.translation` . description as `product_stream.translation.description` , `product_stream.translation` . custom_fields as `product_stream.translation.customFields` , `product_stream.translation` . created_at as `product_stream.translation.createdAt` , `product_stream.translation` . updated_at as `product_stream.translation.updatedAt` , `product_stream.translation` . product_stream_id as `product_stream.translation.productStreamId` , `product_stream.translation` . language_id as `product_stream.translation.languageId` , `product_stream.translation.fallback_1` . name as `product_stream.translation.fallback_1.name` , `product_stream.translation.fallback_1` . description as `product_stream.translation.fallback_1.description` , `product_stream.translation.fallback_1` . custom_fields as `product_stream.translation.fallback_1.customFields` , `product_stream.translation.fallback_1` . created_at as `product_stream.translation.fallback_1.createdAt` , `product_stream.translation.fallback_1` . updated_at as `product_stream.translation.fallback_1.updatedAt` , `product_stream.translation.fallback_1` . product_stream_id as `product_stream.translation.fallback_1.productStreamId` , `product_stream.translation.fallback_1` . language_id as `product_stream.translation.fallback_1.languageId` FROM `product_stream_translation` `product_stream.translation` LEFT JOIN `product_stream_translation` `product_stream.translation.fallback_1` ON `product_stream.translation` . `product_stream_id` = `product_stream.translation.fallback_1` . `product_stream_id` AND `product_stream.translation.fallback_1` . language_id = ? WHERE `product_stream.translation` . language_id = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"└tdÆó\x19 H\x19 ö\v üRk¸\x1F ı "
]
SELECT
`product_stream` . `id` as `product_stream.id` ,
`product_stream` . `api_filter` as `product_stream.apiFilter` ,
`product_stream` . `invalid` as `product_stream.invalid` ,
`product_stream` . `created_at` as `product_stream.createdAt` ,
`product_stream` . `updated_at` as `product_stream.updatedAt` ,
`product_stream.translation.fallback_1.name` ,
`product_stream.translation.name` ,
COALESCE (
`product_stream.translation.fallback_1.name` ,
`product_stream.translation.name` ,
`product_stream.translation.name`
) as `product_stream.name` ,
`product_stream.translation.fallback_1.description` ,
`product_stream.translation.description` ,
COALESCE (
`product_stream.translation.fallback_1.description` ,
`product_stream.translation.description` ,
`product_stream.translation.description`
) as `product_stream.description` ,
`product_stream.translation.fallback_1.customFields` ,
`product_stream.translation.customFields` ,
COALESCE (
`product_stream.translation.fallback_1.customFields` ,
`product_stream.translation.customFields` ,
`product_stream.translation.customFields`
) as `product_stream.customFields` ,
`product_stream.translation.fallback_1.createdAt` ,
`product_stream.translation.createdAt` ,
`product_stream.translation.fallback_1.updatedAt` ,
`product_stream.translation.updatedAt` ,
`product_stream.translation.fallback_1.productStreamId` ,
`product_stream.translation.productStreamId` ,
`product_stream.translation.fallback_1.languageId` ,
`product_stream.translation.languageId`
FROM
`product_stream`
LEFT JOIN (
SELECT
`product_stream.translation` . product_stream_id ,
`product_stream.translation` . name as `product_stream.translation.name` ,
`product_stream.translation` . description as `product_stream.translation.description` ,
`product_stream.translation` . custom_fields as `product_stream.translation.customFields` ,
`product_stream.translation` . created_at as `product_stream.translation.createdAt` ,
`product_stream.translation` . updated_at as `product_stream.translation.updatedAt` ,
`product_stream.translation` . product_stream_id as `product_stream.translation.productStreamId` ,
`product_stream.translation` . language_id as `product_stream.translation.languageId` ,
`product_stream.translation.fallback_1` . name as `product_stream.translation.fallback_1.name` ,
`product_stream.translation.fallback_1` . description as `product_stream.translation.fallback_1.description` ,
`product_stream.translation.fallback_1` . custom_fields as `product_stream.translation.fallback_1.customFields` ,
`product_stream.translation.fallback_1` . created_at as `product_stream.translation.fallback_1.createdAt` ,
`product_stream.translation.fallback_1` . updated_at as `product_stream.translation.fallback_1.updatedAt` ,
`product_stream.translation.fallback_1` . product_stream_id as `product_stream.translation.fallback_1.productStreamId` ,
`product_stream.translation.fallback_1` . language_id as `product_stream.translation.fallback_1.languageId`
FROM
`product_stream_translation` `product_stream.translation`
LEFT JOIN `product_stream_translation` `product_stream.translation.fallback_1` ON `product_stream.translation` . `product_stream_id` = `product_stream.translation.fallback_1` . `product_stream_id`
AND `product_stream.translation.fallback_1` . language_id = ?
WHERE
`product_stream.translation` . language_id = ?
) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id`
WHERE
`product_stream` . `id` IN (? )
Copy
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.fallback_1.name` , `product_stream.translation.name` , COALESCE (`product_stream.translation.fallback_1.name` , `product_stream.translation.name` , `product_stream.translation.name` ) as `product_stream.name` , `product_stream.translation.fallback_1.description` , `product_stream.translation.description` , COALESCE (`product_stream.translation.fallback_1.description` , `product_stream.translation.description` , `product_stream.translation.description` ) as `product_stream.description` , `product_stream.translation.fallback_1.customFields` , `product_stream.translation.customFields` , COALESCE (`product_stream.translation.fallback_1.customFields` , `product_stream.translation.customFields` , `product_stream.translation.customFields` ) as `product_stream.customFields` , `product_stream.translation.fallback_1.createdAt` , `product_stream.translation.createdAt` , `product_stream.translation.fallback_1.updatedAt` , `product_stream.translation.updatedAt` , `product_stream.translation.fallback_1.productStreamId` , `product_stream.translation.productStreamId` , `product_stream.translation.fallback_1.languageId` , `product_stream.translation.languageId` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . product_stream_id , `product_stream.translation` . name as `product_stream.translation.name` , `product_stream.translation` . description as `product_stream.translation.description` , `product_stream.translation` . custom_fields as `product_stream.translation.customFields` , `product_stream.translation` . created_at as `product_stream.translation.createdAt` , `product_stream.translation` . updated_at as `product_stream.translation.updatedAt` , `product_stream.translation` . product_stream_id as `product_stream.translation.productStreamId` , `product_stream.translation` . language_id as `product_stream.translation.languageId` , `product_stream.translation.fallback_1` . name as `product_stream.translation.fallback_1.name` , `product_stream.translation.fallback_1` . description as `product_stream.translation.fallback_1.description` , `product_stream.translation.fallback_1` . custom_fields as `product_stream.translation.fallback_1.customFields` , `product_stream.translation.fallback_1` . created_at as `product_stream.translation.fallback_1.createdAt` , `product_stream.translation.fallback_1` . updated_at as `product_stream.translation.fallback_1.updatedAt` , `product_stream.translation.fallback_1` . product_stream_id as `product_stream.translation.fallback_1.productStreamId` , `product_stream.translation.fallback_1` . language_id as `product_stream.translation.fallback_1.languageId` FROM `product_stream_translation` `product_stream.translation` LEFT JOIN `product_stream_translation` `product_stream.translation.fallback_1` ON `product_stream.translation` . `product_stream_id` = `product_stream.translation.fallback_1` . `product_stream_id` AND `product_stream.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `product_stream.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0xC0746492A2194819940B81526BF71FD5 );
Copy
80
2.95 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.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` 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` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"öú`¨»ñCé¿╚ìäò/é£ "
b"êN¨·CžHÜ—W\x14 +VÌîJ "
b"ó«•r!\x1A OÛš,·2#Z(» "
]
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.fallback_1.title` ,
`media.translation.title` ,
COALESCE (
`media.translation.fallback_1.title` ,
`media.translation.title` , `media.translation.title`
) as `media.title` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` ,
COALESCE (
`media.translation.fallback_1.alt` ,
`media.translation.alt` , `media.translation.alt`
) as `media.alt` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
COALESCE (
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
`media.translation.customFields`
) as `media.customFields` ,
`media.translation.fallback_1.createdAt` ,
`media.translation.createdAt` ,
`media.translation.fallback_1.updatedAt` ,
`media.translation.updatedAt` ,
`media.translation.fallback_1.mediaId` ,
`media.translation.mediaId` ,
`media.translation.fallback_1.languageId` ,
`media.translation.languageId`
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` . title as `media.translation.title` ,
`media.translation` . alt as `media.translation.alt` ,
`media.translation` . custom_fields as `media.translation.customFields` ,
`media.translation` . created_at as `media.translation.createdAt` ,
`media.translation` . updated_at as `media.translation.updatedAt` ,
`media.translation` . media_id as `media.translation.mediaId` ,
`media.translation` . language_id as `media.translation.languageId` ,
`media.translation.fallback_1` . title as `media.translation.fallback_1.title` ,
`media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` ,
`media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` ,
`media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` ,
`media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` ,
`media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` ,
`media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId`
FROM
`media_translation` `media.translation`
LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id`
AND `media.translation.fallback_1` . language_id = ?
WHERE
`media.translation` . language_id = ?
) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id`
LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id`
WHERE
(
(
(
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
)
AND (
`media` . `id` IN (? , ? , ? )
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` 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` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0x94A360F9AFA44382A8C88D84952F829C , 0xEA4EA8B7439E48DC9757142B56CCEE4A , 0xF3AB9572211A4FDB9A2CB732235A28BB ));
Copy
81
283.84 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_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 (SELECT `product.properties.mapping` . `product_id` as id , `product.properties.mapping` . `product_version_id` FROM `product_property` `product.properties.mapping` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product.properties` . `id` IN (? , ? ))) `product.properties_1` ON `product` . `properties` = `product.properties_1` . `id` AND `product` . `version_id` = `product.properties_1` . `product_version_id` LEFT JOIN (SELECT `product.properties.mapping` . `product_id` as id , `product.properties.mapping` . `product_version_id` FROM `product_property` `product.properties.mapping` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product.properties` . `id` = ? )) `product.properties_2` ON `product` . `properties` = `product.properties_2` . `id` AND `product` . `version_id` = `product.properties_2` . `product_version_id` LEFT JOIN (SELECT `product.properties.mapping` . `product_id` as id , `product.properties.mapping` . `product_version_id` FROM `product_property` `product.properties.mapping` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product.properties` . `id` IN (? , ? , ? ))) `product.properties_3` ON `product` . `properties` = `product.properties_3` . `id` AND `product` . `version_id` = `product.properties_3` . `product_version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_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` WHERE (`product` . `version_id` = ? ) AND ((((`product.properties_1` . id IS NOT NULL AND (`product.properties_2` . id IS NOT NULL OR (`product.properties_3` . id IS NOT NULL )) AND (NOT (`product.manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))) AND (NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? )) AND (NOT ((`product` . `id` IN (? ) OR `product` . `parent_id` IN (? )))))) AND NOT (`product` . `display_group` < = > ? ) AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) GROUP BY `product` . `display_group` ORDER BY MIN (`product.cover` . `id` ) ASC , MIN (IFNULL (`product` . `release_date` , `product.parent` . `release_date` )) ASC LIMIT 10
Parameters :
[
b"ü\x05 C#&çH¿à\x17\x07 {H+"& "
b"&šÄ»ƒÚOQ´m¢[t·#h "
b"\x14 Þ.ËÙøLKª\x06 ï\r Á¤=Þ "
b"ö@Š¥3CCú¬I\x0E\x15 Ìÿ\x17 © "
b"Q0);\r O\x19 ¿zj}€Š\e . "
b"ùzÑ&í\x01 GLƒ :‰õ·"; "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"¥Ä\x01 Ãz}J\x02 ”gÇ9h\x1A ž¥ "
b"L®Û’.fL{¤Ï\r ô7o‡U "
b"ZYáç°ÕG“šwrKC¦ûl "
b"(;À\x1E ˆ)JG›jÑ÷kÍ\x05 Ç "
b"ım├äK÷G\x12 åı£É\x16 °\x1E "
b"ºåõ{_vA׃‰íp¼é1‚ "
b"\e\x02 ñÆ–ØGÖšÕ¿|HÉ·ž "
b"\x07\x02 2âoûN¬¾D¤\x03\x00 ᣉ "
b"Éß\x0E ~£ÂEf”³Y¹³=\t Œ "
b"×Ô┴î\x06 ÅEGï)6?ðè \x7F "
b"Z\x04 2r’ôAz…‚\x18 ÷å‘jý "
b"\x18 ñ¶®Y.C9ÅıªÃ¾ÈN, "
"1 "
b"\x01 ‹üÇ%é~\x06 §Fæ–&y{ž "
b"\x01 ‹üÇ%é~\x06 §Fæ–&y{ž "
null
10
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
true
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_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 (SELECT `product.properties.mapping` . `product_id` as id , `product.properties.mapping` . `product_version_id` FROM `product_property` `product.properties.mapping` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product.properties` . `id` IN (0x81054323268748A88517077B482B2226 , 0x269AC4BB83DA4F51B46DA25B74B72368 ))) `product.properties_1` ON `product` . `properties` = `product.properties_1` . `id` AND `product` . `version_id` = `product.properties_1` . `product_version_id` LEFT JOIN (SELECT `product.properties.mapping` . `product_id` as id , `product.properties.mapping` . `product_version_id` FROM `product_property` `product.properties.mapping` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product.properties` . `id` = 0x14DE2ECBD9F84C4BAA06EF0DC1A43DDE )) `product.properties_2` ON `product` . `properties` = `product.properties_2` . `id` AND `product` . `version_id` = `product.properties_2` . `product_version_id` LEFT JOIN (SELECT `product.properties.mapping` . `product_id` as id , `product.properties.mapping` . `product_version_id` FROM `product_property` `product.properties.mapping` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product.properties` . `id` IN (0xF6408AA5334343FAAC490E15CCFF17A9 , 0x5130293BAD0D4F19BF7A6A7D808A1B2E , 0xF97AD126ED01474C83203A89F5B7223B ))) `product.properties_3` ON `product` . `properties` = `product.properties_3` . `id` AND `product` . `version_id` = `product.properties_3` . `product_version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_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` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.properties_1` . id IS NOT NULL AND (`product.properties_2` . id IS NOT NULL OR (`product.properties_3` . id IS NOT NULL )) AND (NOT (`product.manufacturer` . `id` IN (0xA5C401C37A7D4A029467C739681A9EA5 , 0x4CAEDB922E664C7BA4CF0DF4376F8755 , 0x5A59E1E7B0D547939A77724B43A6FB6C , 0x283BC01E88294A479B6AD1F76BCD05C7 , 0xD56DC3844BF6471286D59C90F016F81E , 0xBAE5F57B5F7641D78389ED70BCE93182 , 0x1B02F1C696D847D69AD5BF7C48C9B79E , 0x070232E26FFB4EACBE44A40300E1A389 , 0xC9DF0E7EA3C2456694B359B9B33D098C , 0x9EE2C18C068F45478B29363FD08A207F , 0x5A04327292F4417A858218F7E5916AFD , 0x18A4F4A9592E43398FD5A6C7F3D44E2C ))) AND (NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > '1' )) AND (NOT ((`product` . `id` IN (0x018BFCC725E97E06A746E69626797B9E ) OR `product` . `parent_id` IN (0x018BFCC725E97E06A746E69626797B9E )))))) AND NOT (`product` . `display_group` < = > NULL ) AND ((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x12A33AEE1C1F4096AC63AC013D88CBED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) GROUP BY `product` . `display_group` ORDER BY MIN (`product.cover` . `id` ) ASC , MIN (IFNULL (`product` . `release_date` , `product.parent` . `release_date` )) ASC LIMIT 10 ;
Copy
82
12.69 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` . `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` . `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` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `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` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , COALESCE (`product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) as `product.manufacturer.name` , `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) as `product.manufacturer.description` , `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) as `product.manufacturer.customFields` , `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.fallback_1.productManufacturerVersionId` , `product.manufacturer.translation.productManufacturerVersionId` , `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.fallback_1.shortCode` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.fallback_1.shortCode` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.fallback_1.name` , `product.unit.translation.name` , COALESCE (`product.unit.translation.fallback_1.name` , `product.unit.translation.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.fallback_1.customFields` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.fallback_1.customFields` , `product.unit.translation.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `product.unit.translation.fallback_1.createdAt` , `product.unit.translation.createdAt` , `product.unit.translation.fallback_1.updatedAt` , `product.unit.translation.updatedAt` , `product.unit.translation.fallback_1.unitId` , `product.unit.translation.unitId` , `product.unit.translation.fallback_1.languageId` , `product.unit.translation.languageId` , `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.fallback_1.name` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.fallback_1.name` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.deliveryTime.translation.fallback_1.createdAt` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.fallback_1.updatedAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.fallback_1.deliveryTimeId` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.fallback_1.languageId` , `product.deliveryTime.translation.languageId` , `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.fallback_1.title` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.fallback_1.title` , `product.cover.media.translation.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover.media.translation.fallback_1.createdAt` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.fallback_1.updatedAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.fallback_1.mediaId` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.fallback_1.languageId` , `product.cover.media.translation.languageId` , `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.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` , `product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` , `product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` , `product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` , `product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` , `product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` , `product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` , `product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` , `product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` , `product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` , `product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` , `product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` , COALESCE (`product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` ) as `product.swagCustomizedProductsTemplate.displayName` , `product.swagCustomizedProductsTemplate.translation.fallback_1.description` , `product.swagCustomizedProductsTemplate.translation.description` , COALESCE (`product.swagCustomizedProductsTemplate.translation.fallback_1.description` , `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation.description` ) as `product.swagCustomizedProductsTemplate.description` , `product.swagCustomizedProductsTemplate.translation.fallback_1.createdAt` , `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1.updatedAt` , `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.fallback_1.languageId` , `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` , `product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1.createdAt` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1.updatedAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.fallback_1.productId` , `product.parent.translation.fallback_1.productId` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.fallback_1.languageId` , `product.parent.translation.fallback_1.languageId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.fallback_1.productVersionId` , `product.parent.translation.fallback_1.productVersionId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` 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 (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_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` , `product.translation.fallback_1` . meta_description as `product.translation.fallback_1.metaDescription` , `product.translation.fallback_1` . name as `product.translation.fallback_1.name` , `product.translation.fallback_1` . keywords as `product.translation.fallback_1.keywords` , `product.translation.fallback_1` . description as `product.translation.fallback_1.description` , `product.translation.fallback_1` . meta_title as `product.translation.fallback_1.metaTitle` , `product.translation.fallback_1` . pack_unit as `product.translation.fallback_1.packUnit` , `product.translation.fallback_1` . pack_unit_plural as `product.translation.fallback_1.packUnitPlural` , `product.translation.fallback_1` . custom_search_keywords as `product.translation.fallback_1.customSearchKeywords` , `product.translation.fallback_1` . slot_config as `product.translation.fallback_1.slotConfig` , `product.translation.fallback_1` . custom_fields as `product.translation.fallback_1.customFields` , `product.translation.fallback_1` . created_at as `product.translation.fallback_1.createdAt` , `product.translation.fallback_1` . updated_at as `product.translation.fallback_1.updatedAt` , `product.translation.fallback_1` . product_id as `product.translation.fallback_1.productId` , `product.translation.fallback_1` . language_id as `product.translation.fallback_1.languageId` , `product.translation.fallback_1` . product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id` AND `product.translation.fallback_1` . language_id = ? AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id 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_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` , `product.parent.translation.fallback_1` . meta_description as `product.parent.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1` . name as `product.parent.translation.fallback_1.name` , `product.parent.translation.fallback_1` . keywords as `product.parent.translation.fallback_1.keywords` , `product.parent.translation.fallback_1` . description as `product.parent.translation.fallback_1.description` , `product.parent.translation.fallback_1` . meta_title as `product.parent.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1` . pack_unit as `product.parent.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1` . pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1` . custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1` . slot_config as `product.parent.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1` . custom_fields as `product.parent.translation.fallback_1.customFields` , `product.parent.translation.fallback_1` . created_at as `product.parent.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1` . updated_at as `product.parent.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1` . product_id as `product.parent.translation.fallback_1.productId` , `product.parent.translation.fallback_1` . language_id as `product.parent.translation.fallback_1.languageId` , `product.parent.translation.fallback_1` . product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id` AND `product.parent.translation.fallback_1` . language_id = ? AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_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 `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id` AND IFNULL (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) = `product.swagCustomizedProductsTemplate` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . product_manufacturer_id , `product.manufacturer.translation` . product_manufacturer_version_id , `product.manufacturer.translation` . name as `product.manufacturer.translation.name` , `product.manufacturer.translation` . description as `product.manufacturer.translation.description` , `product.manufacturer.translation` . custom_fields as `product.manufacturer.translation.customFields` , `product.manufacturer.translation` . created_at as `product.manufacturer.translation.createdAt` , `product.manufacturer.translation` . updated_at as `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation` . product_manufacturer_id as `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation` . language_id as `product.manufacturer.translation.languageId` , `product.manufacturer.translation` . product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` , `product.manufacturer.translation.fallback_1` . name as `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.fallback_1` . description as `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.fallback_1` . custom_fields as `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.fallback_1` . created_at as `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.fallback_1` . updated_at as `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.fallback_1` . product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.fallback_1` . language_id as `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_1` . `product_manufacturer_id` AND `product.manufacturer.translation.fallback_1` . language_id = ? AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id WHERE `product.manufacturer.translation` . language_id = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . product_manufacturer_version_id = `product.manufacturer` . version_id LEFT JOIN (SELECT `product.unit.translation` . unit_id , `product.unit.translation` . short_code as `product.unit.translation.shortCode` , `product.unit.translation` . name as `product.unit.translation.name` , `product.unit.translation` . custom_fields as `product.unit.translation.customFields` , `product.unit.translation` . created_at as `product.unit.translation.createdAt` , `product.unit.translation` . updated_at as `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id as `product.unit.translation.unitId` , `product.unit.translation` . language_id as `product.unit.translation.languageId` , `product.unit.translation.fallback_1` . short_code as `product.unit.translation.fallback_1.shortCode` , `product.unit.translation.fallback_1` . name as `product.unit.translation.fallback_1.name` , `product.unit.translation.fallback_1` . custom_fields as `product.unit.translation.fallback_1.customFields` , `product.unit.translation.fallback_1` . created_at as `product.unit.translation.fallback_1.createdAt` , `product.unit.translation.fallback_1` . updated_at as `product.unit.translation.fallback_1.updatedAt` , `product.unit.translation.fallback_1` . unit_id as `product.unit.translation.fallback_1.unitId` , `product.unit.translation.fallback_1` . language_id as `product.unit.translation.fallback_1.languageId` FROM `unit_translation` `product.unit.translation` LEFT JOIN `unit_translation` `product.unit.translation.fallback_1` ON `product.unit.translation` . `unit_id` = `product.unit.translation.fallback_1` . `unit_id` AND `product.unit.translation.fallback_1` . language_id = ? 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` , `product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId` , `product.deliveryTime.translation.fallback_1` . name as `product.deliveryTime.translation.fallback_1.name` , `product.deliveryTime.translation.fallback_1` . custom_fields as `product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.fallback_1` . created_at as `product.deliveryTime.translation.fallback_1.createdAt` , `product.deliveryTime.translation.fallback_1` . updated_at as `product.deliveryTime.translation.fallback_1.updatedAt` , `product.deliveryTime.translation.fallback_1` . delivery_time_id as `product.deliveryTime.translation.fallback_1.deliveryTimeId` , `product.deliveryTime.translation.fallback_1` . language_id as `product.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_1` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `product.deliveryTime.translation.fallback_1` . language_id = ? 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` . title as `product.cover.media.translation.title` , `product.cover.media.translation` . alt as `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id as `product.cover.media.translation.languageId` , `product.cover.media.translation.fallback_1` . title as `product.cover.media.translation.fallback_1.title` , `product.cover.media.translation.fallback_1` . alt as `product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.fallback_1` . custom_fields as `product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.fallback_1` . created_at as `product.cover.media.translation.fallback_1.createdAt` , `product.cover.media.translation.fallback_1` . updated_at as `product.cover.media.translation.fallback_1.updatedAt` , `product.cover.media.translation.fallback_1` . media_id as `product.cover.media.translation.fallback_1.mediaId` , `product.cover.media.translation.fallback_1` . language_id as `product.cover.media.translation.fallback_1.languageId` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.fallback_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.fallback_1` . `media_id` AND `product.cover.media.translation.fallback_1` . language_id = ? WHERE `product.cover.media.translation` . language_id = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id , `product.swagCustomizedProductsTemplate.translation` . display_name as `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation` . description as `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation` . created_at as `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation` . updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation` . language_id as `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . display_name as `product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . description as `product.swagCustomizedProductsTemplate.translation.fallback_1.description` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . created_at as `product.swagCustomizedProductsTemplate.translation.fallback_1.createdAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . updated_at as `product.swagCustomizedProductsTemplate.translation.fallback_1.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . language_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.languageId` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateVersionId` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` LEFT JOIN `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation.fallback_1` ON `product.swagCustomizedProductsTemplate.translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate.translation.fallback_1` . `swag_customized_products_template_id` AND `product.swagCustomizedProductsTemplate.translation.fallback_1` . language_id = ? AND `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_version_id WHERE `product.swagCustomizedProductsTemplate.translation` . language_id = ? ) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate` . version_id WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"&\v ÇSŸ‘FاAÚå\x1A ,‹\x19 "
b"""
\x05 SÛ1&ÂLeª•‚\n
:Q†C
"""
b"\x01 ‹f\x01 sq8¤&‰»å¢=¸ "
b"\x01 Œ\x15\x07 EHq–“6Ô\x0F ÜÀóÊ "
b"\x01 Œ\x15 LÕvrK·?MlZÒáj "
b"fú\v oÊ╩F;ܬkh╦Ä¶Ø "
b"Yòœâ$˜I?›T•\x02 y\x1A áj "
b"""
\x13\e \n
“aA¤…µ¬:+À6ý
"""
b"\x07 Êæòr4CúØb¶Ã╦mÇl "
b"\x1F S¹│sÊC┐▒쬲éü`\x16 "
]
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` . `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` . `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` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`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` ,
COALESCE (
`product` . `swag_customized_products_template_id` ,
`product.parent` . `swag_customized_products_template_id`
) as `product.swagCustomizedProductsTemplateId` ,
COALESCE (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) as `product.swagCustomizedProductsTemplateVersionId` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.fallback_1.name` ,
`product.manufacturer.translation.name` ,
COALESCE (
`product.manufacturer.translation.fallback_1.name` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name`
) as `product.manufacturer.name` ,
`product.manufacturer.translation.fallback_1.description` ,
`product.manufacturer.translation.description` ,
COALESCE (
`product.manufacturer.translation.fallback_1.description` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description`
) as `product.manufacturer.description` ,
`product.manufacturer.translation.fallback_1.customFields` ,
`product.manufacturer.translation.customFields` ,
COALESCE (
`product.manufacturer.translation.fallback_1.customFields` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields`
) as `product.manufacturer.customFields` ,
`product.manufacturer.translation.fallback_1.createdAt` ,
`product.manufacturer.translation.createdAt` ,
`product.manufacturer.translation.fallback_1.updatedAt` ,
`product.manufacturer.translation.updatedAt` ,
`product.manufacturer.translation.fallback_1.productManufacturerId` ,
`product.manufacturer.translation.productManufacturerId` ,
`product.manufacturer.translation.fallback_1.languageId` ,
`product.manufacturer.translation.languageId` ,
`product.manufacturer.translation.fallback_1.productManufacturerVersionId` ,
`product.manufacturer.translation.productManufacturerVersionId` ,
`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.fallback_1.shortCode` ,
`product.unit.translation.shortCode` ,
COALESCE (
`product.unit.translation.fallback_1.shortCode` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode`
) as `product.unit.shortCode` ,
`product.unit.translation.fallback_1.name` ,
`product.unit.translation.name` ,
COALESCE (
`product.unit.translation.fallback_1.name` ,
`product.unit.translation.name` ,
`product.unit.translation.name`
) as `product.unit.name` ,
`product.unit.translation.fallback_1.customFields` ,
`product.unit.translation.customFields` ,
COALESCE (
`product.unit.translation.fallback_1.customFields` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields`
) as `product.unit.customFields` ,
`product.unit.translation.fallback_1.createdAt` ,
`product.unit.translation.createdAt` ,
`product.unit.translation.fallback_1.updatedAt` ,
`product.unit.translation.updatedAt` ,
`product.unit.translation.fallback_1.unitId` ,
`product.unit.translation.unitId` ,
`product.unit.translation.fallback_1.languageId` ,
`product.unit.translation.languageId` ,
`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.fallback_1.name` ,
`product.deliveryTime.translation.name` ,
COALESCE (
`product.deliveryTime.translation.fallback_1.name` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name`
) as `product.deliveryTime.name` ,
`product.deliveryTime.translation.fallback_1.customFields` ,
`product.deliveryTime.translation.customFields` ,
COALESCE (
`product.deliveryTime.translation.fallback_1.customFields` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields`
) as `product.deliveryTime.customFields` ,
`product.deliveryTime.translation.fallback_1.createdAt` ,
`product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation.fallback_1.updatedAt` ,
`product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation.fallback_1.languageId` ,
`product.deliveryTime.translation.languageId` ,
`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.fallback_1.title` ,
`product.cover.media.translation.title` ,
COALESCE (
`product.cover.media.translation.fallback_1.title` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title`
) as `product.cover.media.title` ,
`product.cover.media.translation.fallback_1.alt` ,
`product.cover.media.translation.alt` ,
COALESCE (
`product.cover.media.translation.fallback_1.alt` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt`
) as `product.cover.media.alt` ,
`product.cover.media.translation.fallback_1.customFields` ,
`product.cover.media.translation.customFields` ,
COALESCE (
`product.cover.media.translation.fallback_1.customFields` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields`
) as `product.cover.media.customFields` ,
`product.cover.media.translation.fallback_1.createdAt` ,
`product.cover.media.translation.createdAt` ,
`product.cover.media.translation.fallback_1.updatedAt` ,
`product.cover.media.translation.updatedAt` ,
`product.cover.media.translation.fallback_1.mediaId` ,
`product.cover.media.translation.mediaId` ,
`product.cover.media.translation.fallback_1.languageId` ,
`product.cover.media.translation.languageId` ,
`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.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` ,
`product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` ,
`product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` ,
`product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` ,
`product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` ,
`product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` ,
`product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` ,
`product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` ,
`product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` ,
`product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` ,
`product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` ,
`product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` ,
`product.swagCustomizedProductsTemplate.translation.displayName` ,
COALESCE (
`product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` ,
`product.swagCustomizedProductsTemplate.translation.displayName` ,
`product.swagCustomizedProductsTemplate.translation.displayName`
) as `product.swagCustomizedProductsTemplate.displayName` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.description` ,
`product.swagCustomizedProductsTemplate.translation.description` ,
COALESCE (
`product.swagCustomizedProductsTemplate.translation.fallback_1.description` ,
`product.swagCustomizedProductsTemplate.translation.description` ,
`product.swagCustomizedProductsTemplate.translation.description`
) as `product.swagCustomizedProductsTemplate.description` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.createdAt` ,
`product.swagCustomizedProductsTemplate.translation.createdAt` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.languageId` ,
`product.swagCustomizedProductsTemplate.translation.languageId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateVersionId` ,
`product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` ,
`product.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.fallback_1.name` ,
`product.parent.translation.fallback_1.name` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.fallback_1.name` ,
`product.parent.translation.fallback_1.name` ,
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) as `product.name` ,
`product.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) as `product.keywords` ,
`product.translation.fallback_1.description` ,
`product.parent.translation.fallback_1.description` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.fallback_1.description` ,
`product.parent.translation.fallback_1.description` ,
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) as `product.description` ,
`product.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) as `product.packUnit` ,
`product.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) as `product.customFields` ,
`product.translation.fallback_1.createdAt` ,
`product.parent.translation.fallback_1.createdAt` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.fallback_1.updatedAt` ,
`product.parent.translation.fallback_1.updatedAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.fallback_1.productId` ,
`product.parent.translation.fallback_1.productId` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.fallback_1.languageId` ,
`product.parent.translation.fallback_1.languageId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.fallback_1.productVersionId` ,
`product.parent.translation.fallback_1.productVersionId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
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 (
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_search_keywords as `product.translation.customSearchKeywords` ,
`product.translation` . slot_config as `product.translation.slotConfig` ,
`product.translation` . custom_fields as `product.translation.customFields` ,
`product.translation` . created_at as `product.translation.createdAt` ,
`product.translation` . updated_at as `product.translation.updatedAt` ,
`product.translation` . product_id as `product.translation.productId` ,
`product.translation` . language_id as `product.translation.languageId` ,
`product.translation` . product_version_id as `product.translation.productVersionId` ,
`product.translation.fallback_1` . meta_description as `product.translation.fallback_1.metaDescription` ,
`product.translation.fallback_1` . name as `product.translation.fallback_1.name` ,
`product.translation.fallback_1` . keywords as `product.translation.fallback_1.keywords` ,
`product.translation.fallback_1` . description as `product.translation.fallback_1.description` ,
`product.translation.fallback_1` . meta_title as `product.translation.fallback_1.metaTitle` ,
`product.translation.fallback_1` . pack_unit as `product.translation.fallback_1.packUnit` ,
`product.translation.fallback_1` . pack_unit_plural as `product.translation.fallback_1.packUnitPlural` ,
`product.translation.fallback_1` . custom_search_keywords as `product.translation.fallback_1.customSearchKeywords` ,
`product.translation.fallback_1` . slot_config as `product.translation.fallback_1.slotConfig` ,
`product.translation.fallback_1` . custom_fields as `product.translation.fallback_1.customFields` ,
`product.translation.fallback_1` . created_at as `product.translation.fallback_1.createdAt` ,
`product.translation.fallback_1` . updated_at as `product.translation.fallback_1.updatedAt` ,
`product.translation.fallback_1` . product_id as `product.translation.fallback_1.productId` ,
`product.translation.fallback_1` . language_id as `product.translation.fallback_1.languageId` ,
`product.translation.fallback_1` . product_version_id as `product.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.translation`
LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id`
AND `product.translation.fallback_1` . language_id = ?
AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id
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_search_keywords as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config as `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields as `product.parent.translation.customFields` ,
`product.parent.translation` . created_at as `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at as `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id as `product.parent.translation.productId` ,
`product.parent.translation` . language_id as `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` ,
`product.parent.translation.fallback_1` . meta_description as `product.parent.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1` . name as `product.parent.translation.fallback_1.name` ,
`product.parent.translation.fallback_1` . keywords as `product.parent.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1` . description as `product.parent.translation.fallback_1.description` ,
`product.parent.translation.fallback_1` . meta_title as `product.parent.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1` . pack_unit as `product.parent.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1` . pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1` . custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1` . slot_config as `product.parent.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1` . custom_fields as `product.parent.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1` . created_at as `product.parent.translation.fallback_1.createdAt` ,
`product.parent.translation.fallback_1` . updated_at as `product.parent.translation.fallback_1.updatedAt` ,
`product.parent.translation.fallback_1` . product_id as `product.parent.translation.fallback_1.productId` ,
`product.parent.translation.fallback_1` . language_id as `product.parent.translation.fallback_1.languageId` ,
`product.parent.translation.fallback_1` . product_version_id as `product.parent.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.parent.translation`
LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id`
AND `product.parent.translation.fallback_1` . language_id = ?
AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_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 `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id`
AND IFNULL (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) = `product.swagCustomizedProductsTemplate` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . product_manufacturer_id ,
`product.manufacturer.translation` . product_manufacturer_version_id ,
`product.manufacturer.translation` . name as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . description as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . custom_fields as `product.manufacturer.translation.customFields` ,
`product.manufacturer.translation` . created_at as `product.manufacturer.translation.createdAt` ,
`product.manufacturer.translation` . updated_at as `product.manufacturer.translation.updatedAt` ,
`product.manufacturer.translation` . product_manufacturer_id as `product.manufacturer.translation.productManufacturerId` ,
`product.manufacturer.translation` . language_id as `product.manufacturer.translation.languageId` ,
`product.manufacturer.translation` . product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` ,
`product.manufacturer.translation.fallback_1` . name as `product.manufacturer.translation.fallback_1.name` ,
`product.manufacturer.translation.fallback_1` . description as `product.manufacturer.translation.fallback_1.description` ,
`product.manufacturer.translation.fallback_1` . custom_fields as `product.manufacturer.translation.fallback_1.customFields` ,
`product.manufacturer.translation.fallback_1` . created_at as `product.manufacturer.translation.fallback_1.createdAt` ,
`product.manufacturer.translation.fallback_1` . updated_at as `product.manufacturer.translation.fallback_1.updatedAt` ,
`product.manufacturer.translation.fallback_1` . product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId` ,
`product.manufacturer.translation.fallback_1` . language_id as `product.manufacturer.translation.fallback_1.languageId` ,
`product.manufacturer.translation.fallback_1` . product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_1` . `product_manufacturer_id`
AND `product.manufacturer.translation.fallback_1` . language_id = ?
AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id
WHERE
`product.manufacturer.translation` . language_id = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . product_manufacturer_version_id = `product.manufacturer` . version_id
LEFT JOIN (
SELECT
`product.unit.translation` . unit_id ,
`product.unit.translation` . short_code as `product.unit.translation.shortCode` ,
`product.unit.translation` . name as `product.unit.translation.name` ,
`product.unit.translation` . custom_fields as `product.unit.translation.customFields` ,
`product.unit.translation` . created_at as `product.unit.translation.createdAt` ,
`product.unit.translation` . updated_at as `product.unit.translation.updatedAt` ,
`product.unit.translation` . unit_id as `product.unit.translation.unitId` ,
`product.unit.translation` . language_id as `product.unit.translation.languageId` ,
`product.unit.translation.fallback_1` . short_code as `product.unit.translation.fallback_1.shortCode` ,
`product.unit.translation.fallback_1` . name as `product.unit.translation.fallback_1.name` ,
`product.unit.translation.fallback_1` . custom_fields as `product.unit.translation.fallback_1.customFields` ,
`product.unit.translation.fallback_1` . created_at as `product.unit.translation.fallback_1.createdAt` ,
`product.unit.translation.fallback_1` . updated_at as `product.unit.translation.fallback_1.updatedAt` ,
`product.unit.translation.fallback_1` . unit_id as `product.unit.translation.fallback_1.unitId` ,
`product.unit.translation.fallback_1` . language_id as `product.unit.translation.fallback_1.languageId`
FROM
`unit_translation` `product.unit.translation`
LEFT JOIN `unit_translation` `product.unit.translation.fallback_1` ON `product.unit.translation` . `unit_id` = `product.unit.translation.fallback_1` . `unit_id`
AND `product.unit.translation.fallback_1` . language_id = ?
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` ,
`product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId` ,
`product.deliveryTime.translation.fallback_1` . name as `product.deliveryTime.translation.fallback_1.name` ,
`product.deliveryTime.translation.fallback_1` . custom_fields as `product.deliveryTime.translation.fallback_1.customFields` ,
`product.deliveryTime.translation.fallback_1` . created_at as `product.deliveryTime.translation.fallback_1.createdAt` ,
`product.deliveryTime.translation.fallback_1` . updated_at as `product.deliveryTime.translation.fallback_1.updatedAt` ,
`product.deliveryTime.translation.fallback_1` . delivery_time_id as `product.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`product.deliveryTime.translation.fallback_1` . language_id as `product.deliveryTime.translation.fallback_1.languageId`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_1` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.fallback_1` . `delivery_time_id`
AND `product.deliveryTime.translation.fallback_1` . language_id = ?
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` . title as `product.cover.media.translation.title` ,
`product.cover.media.translation` . alt as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` ,
`product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` ,
`product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` ,
`product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` ,
`product.cover.media.translation` . language_id as `product.cover.media.translation.languageId` ,
`product.cover.media.translation.fallback_1` . title as `product.cover.media.translation.fallback_1.title` ,
`product.cover.media.translation.fallback_1` . alt as `product.cover.media.translation.fallback_1.alt` ,
`product.cover.media.translation.fallback_1` . custom_fields as `product.cover.media.translation.fallback_1.customFields` ,
`product.cover.media.translation.fallback_1` . created_at as `product.cover.media.translation.fallback_1.createdAt` ,
`product.cover.media.translation.fallback_1` . updated_at as `product.cover.media.translation.fallback_1.updatedAt` ,
`product.cover.media.translation.fallback_1` . media_id as `product.cover.media.translation.fallback_1.mediaId` ,
`product.cover.media.translation.fallback_1` . language_id as `product.cover.media.translation.fallback_1.languageId`
FROM
`media_translation` `product.cover.media.translation`
LEFT JOIN `media_translation` `product.cover.media.translation.fallback_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.fallback_1` . `media_id`
AND `product.cover.media.translation.fallback_1` . language_id = ?
WHERE
`product.cover.media.translation` . language_id = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id ,
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id ,
`product.swagCustomizedProductsTemplate.translation` . display_name as `product.swagCustomizedProductsTemplate.translation.displayName` ,
`product.swagCustomizedProductsTemplate.translation` . description as `product.swagCustomizedProductsTemplate.translation.description` ,
`product.swagCustomizedProductsTemplate.translation` . created_at as `product.swagCustomizedProductsTemplate.translation.createdAt` ,
`product.swagCustomizedProductsTemplate.translation` . updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation` . language_id as `product.swagCustomizedProductsTemplate.translation.languageId` ,
`product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1` . display_name as `product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1` . description as `product.swagCustomizedProductsTemplate.translation.fallback_1.description` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1` . created_at as `product.swagCustomizedProductsTemplate.translation.fallback_1.createdAt` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1` . updated_at as `product.swagCustomizedProductsTemplate.translation.fallback_1.updatedAt` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1` . language_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.languageId` ,
`product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateVersionId`
FROM
`swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation`
LEFT JOIN `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation.fallback_1` ON `product.swagCustomizedProductsTemplate.translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate.translation.fallback_1` . `swag_customized_products_template_id`
AND `product.swagCustomizedProductsTemplate.translation.fallback_1` . language_id = ?
AND `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_version_id
WHERE
`product.swagCustomizedProductsTemplate.translation` . language_id = ?
) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id`
AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate` . version_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` . `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` . `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` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `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` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , COALESCE (`product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) as `product.manufacturer.name` , `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) as `product.manufacturer.description` , `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) as `product.manufacturer.customFields` , `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.fallback_1.productManufacturerVersionId` , `product.manufacturer.translation.productManufacturerVersionId` , `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.fallback_1.shortCode` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.fallback_1.shortCode` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.fallback_1.name` , `product.unit.translation.name` , COALESCE (`product.unit.translation.fallback_1.name` , `product.unit.translation.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.fallback_1.customFields` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.fallback_1.customFields` , `product.unit.translation.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `product.unit.translation.fallback_1.createdAt` , `product.unit.translation.createdAt` , `product.unit.translation.fallback_1.updatedAt` , `product.unit.translation.updatedAt` , `product.unit.translation.fallback_1.unitId` , `product.unit.translation.unitId` , `product.unit.translation.fallback_1.languageId` , `product.unit.translation.languageId` , `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.fallback_1.name` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.fallback_1.name` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.deliveryTime.translation.fallback_1.createdAt` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.fallback_1.updatedAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.fallback_1.deliveryTimeId` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.fallback_1.languageId` , `product.deliveryTime.translation.languageId` , `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.fallback_1.title` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.fallback_1.title` , `product.cover.media.translation.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover.media.translation.fallback_1.createdAt` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.fallback_1.updatedAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.fallback_1.mediaId` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.fallback_1.languageId` , `product.cover.media.translation.languageId` , `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.swagCustomizedProductsTemplate` . `id` as `product.swagCustomizedProductsTemplate.id` , `product.swagCustomizedProductsTemplate` . `version_id` as `product.swagCustomizedProductsTemplate.versionId` , `product.swagCustomizedProductsTemplate` . `parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId` , `product.swagCustomizedProductsTemplate` . `internal_name` as `product.swagCustomizedProductsTemplate.internalName` , `product.swagCustomizedProductsTemplate` . `active` as `product.swagCustomizedProductsTemplate.active` , `product.swagCustomizedProductsTemplate` . `step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep` , `product.swagCustomizedProductsTemplate` . `confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput` , `product.swagCustomizedProductsTemplate` . `options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse` , `product.swagCustomizedProductsTemplate` . `decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree` , `product.swagCustomizedProductsTemplate` . `media_id` as `product.swagCustomizedProductsTemplate.mediaId` , `product.swagCustomizedProductsTemplate` . `created_at` as `product.swagCustomizedProductsTemplate.createdAt` , `product.swagCustomizedProductsTemplate` . `updated_at` as `product.swagCustomizedProductsTemplate.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` , COALESCE (`product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation.displayName` ) as `product.swagCustomizedProductsTemplate.displayName` , `product.swagCustomizedProductsTemplate.translation.fallback_1.description` , `product.swagCustomizedProductsTemplate.translation.description` , COALESCE (`product.swagCustomizedProductsTemplate.translation.fallback_1.description` , `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation.description` ) as `product.swagCustomizedProductsTemplate.description` , `product.swagCustomizedProductsTemplate.translation.fallback_1.createdAt` , `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1.updatedAt` , `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.fallback_1.languageId` , `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` , `product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1.createdAt` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1.updatedAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.fallback_1.productId` , `product.parent.translation.fallback_1.productId` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.fallback_1.languageId` , `product.parent.translation.fallback_1.languageId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.fallback_1.productVersionId` , `product.parent.translation.fallback_1.productVersionId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` 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 (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_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` , `product.translation.fallback_1` . meta_description as `product.translation.fallback_1.metaDescription` , `product.translation.fallback_1` . name as `product.translation.fallback_1.name` , `product.translation.fallback_1` . keywords as `product.translation.fallback_1.keywords` , `product.translation.fallback_1` . description as `product.translation.fallback_1.description` , `product.translation.fallback_1` . meta_title as `product.translation.fallback_1.metaTitle` , `product.translation.fallback_1` . pack_unit as `product.translation.fallback_1.packUnit` , `product.translation.fallback_1` . pack_unit_plural as `product.translation.fallback_1.packUnitPlural` , `product.translation.fallback_1` . custom_search_keywords as `product.translation.fallback_1.customSearchKeywords` , `product.translation.fallback_1` . slot_config as `product.translation.fallback_1.slotConfig` , `product.translation.fallback_1` . custom_fields as `product.translation.fallback_1.customFields` , `product.translation.fallback_1` . created_at as `product.translation.fallback_1.createdAt` , `product.translation.fallback_1` . updated_at as `product.translation.fallback_1.updatedAt` , `product.translation.fallback_1` . product_id as `product.translation.fallback_1.productId` , `product.translation.fallback_1` . language_id as `product.translation.fallback_1.languageId` , `product.translation.fallback_1` . product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id` AND `product.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id 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_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` , `product.parent.translation.fallback_1` . meta_description as `product.parent.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1` . name as `product.parent.translation.fallback_1.name` , `product.parent.translation.fallback_1` . keywords as `product.parent.translation.fallback_1.keywords` , `product.parent.translation.fallback_1` . description as `product.parent.translation.fallback_1.description` , `product.parent.translation.fallback_1` . meta_title as `product.parent.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1` . pack_unit as `product.parent.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1` . pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1` . custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1` . slot_config as `product.parent.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1` . custom_fields as `product.parent.translation.fallback_1.customFields` , `product.parent.translation.fallback_1` . created_at as `product.parent.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1` . updated_at as `product.parent.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1` . product_id as `product.parent.translation.fallback_1.productId` , `product.parent.translation.fallback_1` . language_id as `product.parent.translation.fallback_1.languageId` , `product.parent.translation.fallback_1` . product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id` AND `product.parent.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_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 `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product` . `swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate` . `id` AND IFNULL (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) = `product.swagCustomizedProductsTemplate` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . product_manufacturer_id , `product.manufacturer.translation` . product_manufacturer_version_id , `product.manufacturer.translation` . name as `product.manufacturer.translation.name` , `product.manufacturer.translation` . description as `product.manufacturer.translation.description` , `product.manufacturer.translation` . custom_fields as `product.manufacturer.translation.customFields` , `product.manufacturer.translation` . created_at as `product.manufacturer.translation.createdAt` , `product.manufacturer.translation` . updated_at as `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation` . product_manufacturer_id as `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation` . language_id as `product.manufacturer.translation.languageId` , `product.manufacturer.translation` . product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` , `product.manufacturer.translation.fallback_1` . name as `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.fallback_1` . description as `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.fallback_1` . custom_fields as `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.fallback_1` . created_at as `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.fallback_1` . updated_at as `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.fallback_1` . product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.fallback_1` . language_id as `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_1` . `product_manufacturer_id` AND `product.manufacturer.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id WHERE `product.manufacturer.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . product_manufacturer_version_id = `product.manufacturer` . version_id LEFT JOIN (SELECT `product.unit.translation` . unit_id , `product.unit.translation` . short_code as `product.unit.translation.shortCode` , `product.unit.translation` . name as `product.unit.translation.name` , `product.unit.translation` . custom_fields as `product.unit.translation.customFields` , `product.unit.translation` . created_at as `product.unit.translation.createdAt` , `product.unit.translation` . updated_at as `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id as `product.unit.translation.unitId` , `product.unit.translation` . language_id as `product.unit.translation.languageId` , `product.unit.translation.fallback_1` . short_code as `product.unit.translation.fallback_1.shortCode` , `product.unit.translation.fallback_1` . name as `product.unit.translation.fallback_1.name` , `product.unit.translation.fallback_1` . custom_fields as `product.unit.translation.fallback_1.customFields` , `product.unit.translation.fallback_1` . created_at as `product.unit.translation.fallback_1.createdAt` , `product.unit.translation.fallback_1` . updated_at as `product.unit.translation.fallback_1.updatedAt` , `product.unit.translation.fallback_1` . unit_id as `product.unit.translation.fallback_1.unitId` , `product.unit.translation.fallback_1` . language_id as `product.unit.translation.fallback_1.languageId` FROM `unit_translation` `product.unit.translation` LEFT JOIN `unit_translation` `product.unit.translation.fallback_1` ON `product.unit.translation` . `unit_id` = `product.unit.translation.fallback_1` . `unit_id` AND `product.unit.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` , `product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId` , `product.deliveryTime.translation.fallback_1` . name as `product.deliveryTime.translation.fallback_1.name` , `product.deliveryTime.translation.fallback_1` . custom_fields as `product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.fallback_1` . created_at as `product.deliveryTime.translation.fallback_1.createdAt` , `product.deliveryTime.translation.fallback_1` . updated_at as `product.deliveryTime.translation.fallback_1.updatedAt` , `product.deliveryTime.translation.fallback_1` . delivery_time_id as `product.deliveryTime.translation.fallback_1.deliveryTimeId` , `product.deliveryTime.translation.fallback_1` . language_id as `product.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_1` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `product.deliveryTime.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` . title as `product.cover.media.translation.title` , `product.cover.media.translation` . alt as `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id as `product.cover.media.translation.languageId` , `product.cover.media.translation.fallback_1` . title as `product.cover.media.translation.fallback_1.title` , `product.cover.media.translation.fallback_1` . alt as `product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.fallback_1` . custom_fields as `product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.fallback_1` . created_at as `product.cover.media.translation.fallback_1.createdAt` , `product.cover.media.translation.fallback_1` . updated_at as `product.cover.media.translation.fallback_1.updatedAt` , `product.cover.media.translation.fallback_1` . media_id as `product.cover.media.translation.fallback_1.mediaId` , `product.cover.media.translation.fallback_1` . language_id as `product.cover.media.translation.fallback_1.languageId` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.fallback_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.fallback_1` . `media_id` AND `product.cover.media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` LEFT JOIN (SELECT `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id , `product.swagCustomizedProductsTemplate.translation` . display_name as `product.swagCustomizedProductsTemplate.translation.displayName` , `product.swagCustomizedProductsTemplate.translation` . description as `product.swagCustomizedProductsTemplate.translation.description` , `product.swagCustomizedProductsTemplate.translation` . created_at as `product.swagCustomizedProductsTemplate.translation.createdAt` , `product.swagCustomizedProductsTemplate.translation` . updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation` . language_id as `product.swagCustomizedProductsTemplate.translation.languageId` , `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . display_name as `product.swagCustomizedProductsTemplate.translation.fallback_1.displayName` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . description as `product.swagCustomizedProductsTemplate.translation.fallback_1.description` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . created_at as `product.swagCustomizedProductsTemplate.translation.fallback_1.createdAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . updated_at as `product.swagCustomizedProductsTemplate.translation.fallback_1.updatedAt` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateId` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . language_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.languageId` , `product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.fallback_1.swagCustomizedProductsTemplateVersionId` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` LEFT JOIN `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation.fallback_1` ON `product.swagCustomizedProductsTemplate.translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate.translation.fallback_1` . `swag_customized_products_template_id` AND `product.swagCustomizedProductsTemplate.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `product.swagCustomizedProductsTemplate.translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate.translation.fallback_1` . swag_customized_products_template_version_id WHERE `product.swagCustomizedProductsTemplate.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . `swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate` . `id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` . swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate` . version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x260BC7539F9146D8A741DAE51A2C8B19 , 0x0553DB3126C24C65AA95820A3A518643 , 0x018B66AD01737138A42689BBE5A23DB8 , 0x018C1507454871969336D40FDCC0F3CA , 0x018C154CD576724BB73F4D6C5AD2E16A , 0x66A30B6FD2CA463B9AAA6B68CB8EF49D , 0x59F29CE22498493F9B549502791AE16A , 0x131B0AAD936141A485B5AC3A2BC036FD , 0x07D29195723443A39D62F4C7CB6D806C , 0x1F53FBB373D243BFB18DAAFD82816016 ));
Copy
83
1.16 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.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = ? 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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` , `property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = ? WHERE `property_group_option.group.translation` . language_id = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"˵á‰Ù\x04 Jo»Nkö¬6áý "
b"/cd„\x01 =D[‡sD,½*/ "
b"ÞG\x16 ¤‰0F3¤÷œÉ£%<ì "
b"\x11 W\v u3>E%ëÿ¸9[üÀõ "
b"r>\x0E Q\x07\x08 FŽ°\iã¼–R0 "
b"\x02 Jw&8\x08 L×Ø-üÎÁ\x08 :\x1D "
b"\x0F •é{\x1D <G6·Rš)€Ü"S "
b"│╔ù ─]J#ìIRh\x18 Æ\x13 u "
b"èþVd|’CY«è^±ûø´a "
b"╔$\x00\x04 ØTFë┤gçe\x17 Øy "
b"úV}7ðæL¦—†Å)¯7éb "
b"“\x08 êõ÷\r IÓ»%h<G\r H‡ "
b"úV}7ðæL¦—†Å)¯7éb "
b"\x0F •é{\x1D <G6·Rš)€Ü"S "
b"╔$\x00\x04 ØTFë┤gçe\x17 Øy "
b"│╔ù ─]J#ìIRh\x18 Æ\x13 u "
b"èþVd|’CY«è^±ûø´a "
b"│╔ù ─]J#ìIRh\x18 Æ\x13 u "
b"╔$\x00\x04 ØTFë┤gçe\x17 Øy "
]
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.fallback_1.name` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) as `property_group_option.group.name` ,
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) as `property_group_option.group.description` ,
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) as `property_group_option.group.position` ,
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields` ,
`property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.fallback_1.languageId` ,
`property_group_option.group.translation.languageId` ,
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) as `property_group_option.customFields` ,
`property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1.languageId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
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` ,
`property_group_option.translation` . created_at as `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id as `property_group_option.translation.languageId` ,
`property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id`
AND `property_group_option.translation.fallback_1` . language_id = ?
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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` ,
`property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` ,
`property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id`
AND `property_group_option.group.translation.fallback_1` . language_id = ?
WHERE
`property_group_option.group.translation` . language_id = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
WHERE
`property_group_option` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ?
)
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.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` , `property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `property_group_option.group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (0xCBB5E189D9044A6FBB4E6BF6AC36E1FD , 0x2F636484013D445B87AD73442CBD2A2F , 0xDE4716A489304633A4F79CC9A3253CEC , 0x11570B75333E45258998F7395B81B7E4 , 0x723E0E510708468EB05C69E3BC965230 , 0x024A772638084C9E9D2D81D7B5083A1D , 0x0F95E97B1D3C4736B7529A2980DC2253 , 0xB3C99720C45D4A238D49526818921375 , 0xE8FE56647C924359ABE85EB1FBF8B461 , 0xC92400049D544689B467876517209D79 , 0xFA567D37F0E64CA69786C529AF37E962 , 0x9308EAF5F70D49D3BB25683C470D4887 , 0xFA567D37F0E64CA69786C529AF37E962 , 0x0F95E97B1D3C4736B7529A2980DC2253 , 0xC92400049D544689B467876517209D79 , 0xB3C99720C45D4A238D49526818921375 , 0xE8FE56647C924359ABE85EB1FBF8B461 , 0xB3C99720C45D4A238D49526818921375 , 0xC92400049D544689B467876517209D79 );
Copy
84
0.32 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 ‹f\x01 sq8¤&‰»å¢=¸ "
b"\x01 Œ\x15\x07 EHq–“6Ô\x0F ÜÀóÊ "
b"\x01 Œ\x15 LÕvrK·?MlZÒáj "
b"""
\x05 SÛ1&ÂLeª•‚\n
:Q†C
"""
b"\x07 Êæòr4CúØb¶Ã╦mÇl "
b"""
\x13\e \n
“aA¤…µ¬:+À6ý
"""
b"\x1F S¹│sÊC┐▒쬲éü`\x16 "
b"&\v ÇSŸ‘FاAÚå\x1A ,‹\x19 "
b"Yòœâ$˜I?›T•\x02 y\x1A áj "
b"fú\v oÊ╩F;ܬkh╦Ä¶Ø "
b"┬ØF@ÿñAðÑ'GÍ8ê%d "
b"\x1A êã˜ÃÿE:ŠåQ¯OEËØ "
b"°”X6\x04 ±Kꫯû @&Œ\x16 "
b"\x1F Sï¦3aD\x00 Øtú\x01 T|\x08 : "
b">ãË|ÓœH>‰€\x11 ‰\x01 å5Ð "
b"\r \t T]RøH‗óıìv#\┐~ "
b"^>Ž\x02 lTL@´æs\t ¹¢ê1 "
b"ð\x19 üGÝÞO† žb1Xsl\x0F "
b"Í…µ8Ý\x13 O\x1E ª\x13 xïðS]G "
b"”\x06 £\x05 BZIC¤Q†÷F,ËA "
]
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 (0x018B66AD01737138A42689BBE5A23DB8 , 0x018C1507454871969336D40FDCC0F3CA , 0x018C154CD576724BB73F4D6C5AD2E16A , 0x0553DB3126C24C65AA95820A3A518643 , 0x07D29195723443A39D62F4C7CB6D806C , 0x131B0AAD936141A485B5AC3A2BC036FD , 0x1F53FBB373D243BFB18DAAFD82816016 , 0x260BC7539F9146D8A741DAE51A2C8B19 , 0x59F29CE22498493F9B549502791AE16A , 0x66A30B6FD2CA463B9AAA6B68CB8EF49D , 0xC29D464098A441D0A52747D638882564 , 0x1AEAE398C3FF453A8AE551AF4F45CBD8 , 0xB094583604B14BEAABAFFBA040268C16 , 0x1F538BDD336144009D74A301547C083A , 0x3EE3CB7CD39C483E8980118901E535D0 , 0x0D09545D529B48F2A2D58D76235CBF7E , 0x5E3E8E026C544C40B4E67309B9A2EA31 , 0xF019FC47DDDE4F86A09E623158736C0F , 0xCD85B538DD134F1EAA1378EFF0535D47 , 0x9406A305425A4943A45186F7462CCB41 )));
Copy
85
0.48 ms
SELECT `swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` , `swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` , `swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` , `swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` , `swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` , `swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` , `swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` , `swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` , `swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` , `swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` , `swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` , `swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` , `swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` , `swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` , `swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` , `swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` , `swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` , `swag_customized_products_template_option.translation.fallback_1.displayName` , `swag_customized_products_template_option.translation.displayName` , COALESCE (`swag_customized_products_template_option.translation.fallback_1.displayName` , `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation.displayName` ) as `swag_customized_products_template_option.displayName` , `swag_customized_products_template_option.translation.fallback_1.description` , `swag_customized_products_template_option.translation.description` , COALESCE (`swag_customized_products_template_option.translation.fallback_1.description` , `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation.description` ) as `swag_customized_products_template_option.description` , `swag_customized_products_template_option.translation.fallback_1.placeholder` , `swag_customized_products_template_option.translation.placeholder` , COALESCE (`swag_customized_products_template_option.translation.fallback_1.placeholder` , `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation.placeholder` ) as `swag_customized_products_template_option.placeholder` , `swag_customized_products_template_option.translation.fallback_1.createdAt` , `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation.fallback_1.updatedAt` , `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.fallback_1.languageId` , `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionVersionId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option` LEFT JOIN (SELECT `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id , `swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` , `swag_customized_products_template_option.translation.fallback_1` . display_name as `swag_customized_products_template_option.translation.fallback_1.displayName` , `swag_customized_products_template_option.translation.fallback_1` . description as `swag_customized_products_template_option.translation.fallback_1.description` , `swag_customized_products_template_option.translation.fallback_1` . placeholder as `swag_customized_products_template_option.translation.fallback_1.placeholder` , `swag_customized_products_template_option.translation.fallback_1` . created_at as `swag_customized_products_template_option.translation.fallback_1.createdAt` , `swag_customized_products_template_option.translation.fallback_1` . updated_at as `swag_customized_products_template_option.translation.fallback_1.updatedAt` , `swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.fallback_1` . language_id as `swag_customized_products_template_option.translation.fallback_1.languageId` , `swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation` LEFT JOIN `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation.fallback_1` ON `swag_customized_products_template_option.translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option.translation.fallback_1` . `swag_customized_products_template_option_id` AND `swag_customized_products_template_option.translation.fallback_1` . language_id = ? AND `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_version_id WHERE `swag_customized_products_template_option.translation` . language_id = ? ) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id` AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id WHERE (`swag_customized_products_template_option` . `version_id` = ? ) AND ((`swag_customized_products_template_option` . `template_id` IN (? ))) ORDER BY `swag_customized_products_template_option` . `position` ASC
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ôƒ¸\f .ÛHû²£Ä°vY¤å "
]
SELECT
`swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` ,
`swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` ,
`swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` ,
`swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` ,
`swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` ,
`swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` ,
`swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` ,
`swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` ,
`swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` ,
`swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` ,
`swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` ,
`swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` ,
`swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` ,
`swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` ,
`swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` ,
`swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` ,
`swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` ,
`swag_customized_products_template_option.translation.fallback_1.displayName` ,
`swag_customized_products_template_option.translation.displayName` ,
COALESCE (
`swag_customized_products_template_option.translation.fallback_1.displayName` ,
`swag_customized_products_template_option.translation.displayName` ,
`swag_customized_products_template_option.translation.displayName`
) as `swag_customized_products_template_option.displayName` ,
`swag_customized_products_template_option.translation.fallback_1.description` ,
`swag_customized_products_template_option.translation.description` ,
COALESCE (
`swag_customized_products_template_option.translation.fallback_1.description` ,
`swag_customized_products_template_option.translation.description` ,
`swag_customized_products_template_option.translation.description`
) as `swag_customized_products_template_option.description` ,
`swag_customized_products_template_option.translation.fallback_1.placeholder` ,
`swag_customized_products_template_option.translation.placeholder` ,
COALESCE (
`swag_customized_products_template_option.translation.fallback_1.placeholder` ,
`swag_customized_products_template_option.translation.placeholder` ,
`swag_customized_products_template_option.translation.placeholder`
) as `swag_customized_products_template_option.placeholder` ,
`swag_customized_products_template_option.translation.fallback_1.createdAt` ,
`swag_customized_products_template_option.translation.createdAt` ,
`swag_customized_products_template_option.translation.fallback_1.updatedAt` ,
`swag_customized_products_template_option.translation.updatedAt` ,
`swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionId` ,
`swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` ,
`swag_customized_products_template_option.translation.fallback_1.languageId` ,
`swag_customized_products_template_option.translation.languageId` ,
`swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionVersionId` ,
`swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId`
FROM
`swag_customized_products_template_option`
LEFT JOIN (
SELECT
`swag_customized_products_template_option.translation` . swag_customized_products_template_option_id ,
`swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id ,
`swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` ,
`swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` ,
`swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` ,
`swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` ,
`swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` ,
`swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` ,
`swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` ,
`swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` ,
`swag_customized_products_template_option.translation.fallback_1` . display_name as `swag_customized_products_template_option.translation.fallback_1.displayName` ,
`swag_customized_products_template_option.translation.fallback_1` . description as `swag_customized_products_template_option.translation.fallback_1.description` ,
`swag_customized_products_template_option.translation.fallback_1` . placeholder as `swag_customized_products_template_option.translation.fallback_1.placeholder` ,
`swag_customized_products_template_option.translation.fallback_1` . created_at as `swag_customized_products_template_option.translation.fallback_1.createdAt` ,
`swag_customized_products_template_option.translation.fallback_1` . updated_at as `swag_customized_products_template_option.translation.fallback_1.updatedAt` ,
`swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionId` ,
`swag_customized_products_template_option.translation.fallback_1` . language_id as `swag_customized_products_template_option.translation.fallback_1.languageId` ,
`swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionVersionId`
FROM
`swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation`
LEFT JOIN `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation.fallback_1` ON `swag_customized_products_template_option.translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option.translation.fallback_1` . `swag_customized_products_template_option_id`
AND `swag_customized_products_template_option.translation.fallback_1` . language_id = ?
AND `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_version_id
WHERE
`swag_customized_products_template_option.translation` . language_id = ?
) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id`
AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id
WHERE
(
`swag_customized_products_template_option` . `version_id` = ?
)
AND (
(
`swag_customized_products_template_option` . `template_id` IN (? )
)
)
ORDER BY
`swag_customized_products_template_option` . `position` ASC
Copy
SELECT `swag_customized_products_template_option` . `id` as `swag_customized_products_template_option.id` , `swag_customized_products_template_option` . `version_id` as `swag_customized_products_template_option.versionId` , `swag_customized_products_template_option` . `template_version_id` as `swag_customized_products_template_option.templateVersionId` , `swag_customized_products_template_option` . `type` as `swag_customized_products_template_option.type` , `swag_customized_products_template_option` . `type_properties` as `swag_customized_products_template_option.typeProperties` , `swag_customized_products_template_option` . `item_number` as `swag_customized_products_template_option.itemNumber` , `swag_customized_products_template_option` . `required` as `swag_customized_products_template_option.required` , `swag_customized_products_template_option` . `one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge` , `swag_customized_products_template_option` . `relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge` , `swag_customized_products_template_option` . `advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge` , `swag_customized_products_template_option` . `position` as `swag_customized_products_template_option.position` , `swag_customized_products_template_option` . `price` as `swag_customized_products_template_option.price` , `swag_customized_products_template_option` . `percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge` , `swag_customized_products_template_option` . `template_id` as `swag_customized_products_template_option.templateId` , `swag_customized_products_template_option` . `tax_id` as `swag_customized_products_template_option.taxId` , `swag_customized_products_template_option` . `created_at` as `swag_customized_products_template_option.createdAt` , `swag_customized_products_template_option` . `updated_at` as `swag_customized_products_template_option.updatedAt` , `swag_customized_products_template_option.translation.fallback_1.displayName` , `swag_customized_products_template_option.translation.displayName` , COALESCE (`swag_customized_products_template_option.translation.fallback_1.displayName` , `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation.displayName` ) as `swag_customized_products_template_option.displayName` , `swag_customized_products_template_option.translation.fallback_1.description` , `swag_customized_products_template_option.translation.description` , COALESCE (`swag_customized_products_template_option.translation.fallback_1.description` , `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation.description` ) as `swag_customized_products_template_option.description` , `swag_customized_products_template_option.translation.fallback_1.placeholder` , `swag_customized_products_template_option.translation.placeholder` , COALESCE (`swag_customized_products_template_option.translation.fallback_1.placeholder` , `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation.placeholder` ) as `swag_customized_products_template_option.placeholder` , `swag_customized_products_template_option.translation.fallback_1.createdAt` , `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation.fallback_1.updatedAt` , `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.fallback_1.languageId` , `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionVersionId` , `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option` LEFT JOIN (SELECT `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id , `swag_customized_products_template_option.translation` . display_name as `swag_customized_products_template_option.translation.displayName` , `swag_customized_products_template_option.translation` . description as `swag_customized_products_template_option.translation.description` , `swag_customized_products_template_option.translation` . placeholder as `swag_customized_products_template_option.translation.placeholder` , `swag_customized_products_template_option.translation` . created_at as `swag_customized_products_template_option.translation.createdAt` , `swag_customized_products_template_option.translation` . updated_at as `swag_customized_products_template_option.translation.updatedAt` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation` . language_id as `swag_customized_products_template_option.translation.languageId` , `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` , `swag_customized_products_template_option.translation.fallback_1` . display_name as `swag_customized_products_template_option.translation.fallback_1.displayName` , `swag_customized_products_template_option.translation.fallback_1` . description as `swag_customized_products_template_option.translation.fallback_1.description` , `swag_customized_products_template_option.translation.fallback_1` . placeholder as `swag_customized_products_template_option.translation.fallback_1.placeholder` , `swag_customized_products_template_option.translation.fallback_1` . created_at as `swag_customized_products_template_option.translation.fallback_1.createdAt` , `swag_customized_products_template_option.translation.fallback_1` . updated_at as `swag_customized_products_template_option.translation.fallback_1.updatedAt` , `swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionId` , `swag_customized_products_template_option.translation.fallback_1` . language_id as `swag_customized_products_template_option.translation.fallback_1.languageId` , `swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.fallback_1.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation` LEFT JOIN `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation.fallback_1` ON `swag_customized_products_template_option.translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option.translation.fallback_1` . `swag_customized_products_template_option_id` AND `swag_customized_products_template_option.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `swag_customized_products_template_option.translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option.translation.fallback_1` . swag_customized_products_template_option_version_id WHERE `swag_customized_products_template_option.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation` . `swag_customized_products_template_option_id` = `swag_customized_products_template_option` . `id` AND `swag_customized_products_template_option.swag_customized_products_template_option_translation` . swag_customized_products_template_option_version_id = `swag_customized_products_template_option` . version_id WHERE (`swag_customized_products_template_option` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option` . `template_id` IN (0xF483B80C2EDB48FBB2A3C4B07659A4E5 ))) ORDER BY `swag_customized_products_template_option` . `position` ASC ;
Copy
86
0.17 ms
SELECT `swag_customized_products_template_option_price` . `id` as `swag_customized_products_template_option_price.id` , `swag_customized_products_template_option_price` . `version_id` as `swag_customized_products_template_option_price.versionId` , `swag_customized_products_template_option_price` . `template_option_id` as `swag_customized_products_template_option_price.templateOptionId` , `swag_customized_products_template_option_price` . `template_option_version_id` as `swag_customized_products_template_option_price.templateOptionVersionId` , `swag_customized_products_template_option_price` . `price` as `swag_customized_products_template_option_price.price` , `swag_customized_products_template_option_price` . `percentage_surcharge` as `swag_customized_products_template_option_price.percentageSurcharge` , `swag_customized_products_template_option_price` . `rule_id` as `swag_customized_products_template_option_price.ruleId` , `swag_customized_products_template_option_price` . `created_at` as `swag_customized_products_template_option_price.createdAt` , `swag_customized_products_template_option_price` . `updated_at` as `swag_customized_products_template_option_price.updatedAt` FROM `swag_customized_products_template_option_price` WHERE (`swag_customized_products_template_option_price` . `version_id` = ? ) AND ((`swag_customized_products_template_option_price` . `template_option_id` IN (? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"l´ªØ:╝CÖæHe┴ÂzÞ▄ "
]
SELECT `swag_customized_products_template_option_price` . `id` as `swag_customized_products_template_option_price.id` , `swag_customized_products_template_option_price` . `version_id` as `swag_customized_products_template_option_price.versionId` , `swag_customized_products_template_option_price` . `template_option_id` as `swag_customized_products_template_option_price.templateOptionId` , `swag_customized_products_template_option_price` . `template_option_version_id` as `swag_customized_products_template_option_price.templateOptionVersionId` , `swag_customized_products_template_option_price` . `price` as `swag_customized_products_template_option_price.price` , `swag_customized_products_template_option_price` . `percentage_surcharge` as `swag_customized_products_template_option_price.percentageSurcharge` , `swag_customized_products_template_option_price` . `rule_id` as `swag_customized_products_template_option_price.ruleId` , `swag_customized_products_template_option_price` . `created_at` as `swag_customized_products_template_option_price.createdAt` , `swag_customized_products_template_option_price` . `updated_at` as `swag_customized_products_template_option_price.updatedAt` FROM `swag_customized_products_template_option_price` WHERE (`swag_customized_products_template_option_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option_price` . `template_option_id` IN (0x6CEFA69D3ABC4399914865C1B67AE8DC )));
Copy
87
0.47 ms
SELECT `swag_customized_products_template_option_value` . `id` as `swag_customized_products_template_option_value.id` , `swag_customized_products_template_option_value` . `version_id` as `swag_customized_products_template_option_value.versionId` , `swag_customized_products_template_option_value` . `template_option_id` as `swag_customized_products_template_option_value.templateOptionId` , `swag_customized_products_template_option_value` . `template_option_version_id` as `swag_customized_products_template_option_value.templateOptionVersionId` , `swag_customized_products_template_option_value` . `value` as `swag_customized_products_template_option_value.value` , `swag_customized_products_template_option_value` . `item_number` as `swag_customized_products_template_option_value.itemNumber` , `swag_customized_products_template_option_value` . `default` as `swag_customized_products_template_option_value.default` , `swag_customized_products_template_option_value` . `one_time_surcharge` as `swag_customized_products_template_option_value.oneTimeSurcharge` , `swag_customized_products_template_option_value` . `relative_surcharge` as `swag_customized_products_template_option_value.relativeSurcharge` , `swag_customized_products_template_option_value` . `advanced_surcharge` as `swag_customized_products_template_option_value.advancedSurcharge` , `swag_customized_products_template_option_value` . `position` as `swag_customized_products_template_option_value.position` , `swag_customized_products_template_option_value` . `price` as `swag_customized_products_template_option_value.price` , `swag_customized_products_template_option_value` . `percentage_surcharge` as `swag_customized_products_template_option_value.percentageSurcharge` , `swag_customized_products_template_option_value` . `tax_id` as `swag_customized_products_template_option_value.taxId` , `swag_customized_products_template_option_value` . `created_at` as `swag_customized_products_template_option_value.createdAt` , `swag_customized_products_template_option_value` . `updated_at` as `swag_customized_products_template_option_value.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_1.displayName` , `swag_customized_products_template_option_value.translation.displayName` , COALESCE (`swag_customized_products_template_option_value.translation.fallback_1.displayName` , `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation.displayName` ) as `swag_customized_products_template_option_value.displayName` , `swag_customized_products_template_option_value.translation.fallback_1.createdAt` , `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation.fallback_1.updatedAt` , `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.fallback_1.languageId` , `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueVersionId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value` LEFT JOIN (SELECT `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id , `swag_customized_products_template_option_value.translation` . display_name as `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation` . created_at as `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation` . updated_at as `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation` . language_id as `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` , `swag_customized_products_template_option_value.translation.fallback_1` . display_name as `swag_customized_products_template_option_value.translation.fallback_1.displayName` , `swag_customized_products_template_option_value.translation.fallback_1` . created_at as `swag_customized_products_template_option_value.translation.fallback_1.createdAt` , `swag_customized_products_template_option_value.translation.fallback_1` . updated_at as `swag_customized_products_template_option_value.translation.fallback_1.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.fallback_1` . language_id as `swag_customized_products_template_option_value.translation.fallback_1.languageId` , `swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation` LEFT JOIN `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation.fallback_1` ON `swag_customized_products_template_option_value.translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value.translation.fallback_1` . `swag_customized_products_template_option_value_id` AND `swag_customized_products_template_option_value.translation.fallback_1` . language_id = ? AND `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_version_id WHERE `swag_customized_products_template_option_value.translation` . language_id = ? ) `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` ON `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value` . `id` AND `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value` . version_id WHERE (`swag_customized_products_template_option_value` . `version_id` = ? ) AND ((`swag_customized_products_template_option_value` . `template_option_id` IN (? ))) ORDER BY `swag_customized_products_template_option_value` . `position` ASC
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"l´ªØ:╝CÖæHe┴ÂzÞ▄ "
]
SELECT
`swag_customized_products_template_option_value` . `id` as `swag_customized_products_template_option_value.id` ,
`swag_customized_products_template_option_value` . `version_id` as `swag_customized_products_template_option_value.versionId` ,
`swag_customized_products_template_option_value` . `template_option_id` as `swag_customized_products_template_option_value.templateOptionId` ,
`swag_customized_products_template_option_value` . `template_option_version_id` as `swag_customized_products_template_option_value.templateOptionVersionId` ,
`swag_customized_products_template_option_value` . `value` as `swag_customized_products_template_option_value.value` ,
`swag_customized_products_template_option_value` . `item_number` as `swag_customized_products_template_option_value.itemNumber` ,
`swag_customized_products_template_option_value` . `default` as `swag_customized_products_template_option_value.default` ,
`swag_customized_products_template_option_value` . `one_time_surcharge` as `swag_customized_products_template_option_value.oneTimeSurcharge` ,
`swag_customized_products_template_option_value` . `relative_surcharge` as `swag_customized_products_template_option_value.relativeSurcharge` ,
`swag_customized_products_template_option_value` . `advanced_surcharge` as `swag_customized_products_template_option_value.advancedSurcharge` ,
`swag_customized_products_template_option_value` . `position` as `swag_customized_products_template_option_value.position` ,
`swag_customized_products_template_option_value` . `price` as `swag_customized_products_template_option_value.price` ,
`swag_customized_products_template_option_value` . `percentage_surcharge` as `swag_customized_products_template_option_value.percentageSurcharge` ,
`swag_customized_products_template_option_value` . `tax_id` as `swag_customized_products_template_option_value.taxId` ,
`swag_customized_products_template_option_value` . `created_at` as `swag_customized_products_template_option_value.createdAt` ,
`swag_customized_products_template_option_value` . `updated_at` as `swag_customized_products_template_option_value.updatedAt` ,
`swag_customized_products_template_option_value.translation.fallback_1.displayName` ,
`swag_customized_products_template_option_value.translation.displayName` ,
COALESCE (
`swag_customized_products_template_option_value.translation.fallback_1.displayName` ,
`swag_customized_products_template_option_value.translation.displayName` ,
`swag_customized_products_template_option_value.translation.displayName`
) as `swag_customized_products_template_option_value.displayName` ,
`swag_customized_products_template_option_value.translation.fallback_1.createdAt` ,
`swag_customized_products_template_option_value.translation.createdAt` ,
`swag_customized_products_template_option_value.translation.fallback_1.updatedAt` ,
`swag_customized_products_template_option_value.translation.updatedAt` ,
`swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueId` ,
`swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` ,
`swag_customized_products_template_option_value.translation.fallback_1.languageId` ,
`swag_customized_products_template_option_value.translation.languageId` ,
`swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueVersionId` ,
`swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId`
FROM
`swag_customized_products_template_option_value`
LEFT JOIN (
SELECT
`swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id ,
`swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id ,
`swag_customized_products_template_option_value.translation` . display_name as `swag_customized_products_template_option_value.translation.displayName` ,
`swag_customized_products_template_option_value.translation` . created_at as `swag_customized_products_template_option_value.translation.createdAt` ,
`swag_customized_products_template_option_value.translation` . updated_at as `swag_customized_products_template_option_value.translation.updatedAt` ,
`swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` ,
`swag_customized_products_template_option_value.translation` . language_id as `swag_customized_products_template_option_value.translation.languageId` ,
`swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` ,
`swag_customized_products_template_option_value.translation.fallback_1` . display_name as `swag_customized_products_template_option_value.translation.fallback_1.displayName` ,
`swag_customized_products_template_option_value.translation.fallback_1` . created_at as `swag_customized_products_template_option_value.translation.fallback_1.createdAt` ,
`swag_customized_products_template_option_value.translation.fallback_1` . updated_at as `swag_customized_products_template_option_value.translation.fallback_1.updatedAt` ,
`swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueId` ,
`swag_customized_products_template_option_value.translation.fallback_1` . language_id as `swag_customized_products_template_option_value.translation.fallback_1.languageId` ,
`swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueVersionId`
FROM
`swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation`
LEFT JOIN `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation.fallback_1` ON `swag_customized_products_template_option_value.translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value.translation.fallback_1` . `swag_customized_products_template_option_value_id`
AND `swag_customized_products_template_option_value.translation.fallback_1` . language_id = ?
AND `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_version_id
WHERE
`swag_customized_products_template_option_value.translation` . language_id = ?
) `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` ON `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value` . `id`
AND `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value` . version_id
WHERE
(
`swag_customized_products_template_option_value` . `version_id` = ?
)
AND (
(
`swag_customized_products_template_option_value` . `template_option_id` IN (? )
)
)
ORDER BY
`swag_customized_products_template_option_value` . `position` ASC
Copy
SELECT `swag_customized_products_template_option_value` . `id` as `swag_customized_products_template_option_value.id` , `swag_customized_products_template_option_value` . `version_id` as `swag_customized_products_template_option_value.versionId` , `swag_customized_products_template_option_value` . `template_option_id` as `swag_customized_products_template_option_value.templateOptionId` , `swag_customized_products_template_option_value` . `template_option_version_id` as `swag_customized_products_template_option_value.templateOptionVersionId` , `swag_customized_products_template_option_value` . `value` as `swag_customized_products_template_option_value.value` , `swag_customized_products_template_option_value` . `item_number` as `swag_customized_products_template_option_value.itemNumber` , `swag_customized_products_template_option_value` . `default` as `swag_customized_products_template_option_value.default` , `swag_customized_products_template_option_value` . `one_time_surcharge` as `swag_customized_products_template_option_value.oneTimeSurcharge` , `swag_customized_products_template_option_value` . `relative_surcharge` as `swag_customized_products_template_option_value.relativeSurcharge` , `swag_customized_products_template_option_value` . `advanced_surcharge` as `swag_customized_products_template_option_value.advancedSurcharge` , `swag_customized_products_template_option_value` . `position` as `swag_customized_products_template_option_value.position` , `swag_customized_products_template_option_value` . `price` as `swag_customized_products_template_option_value.price` , `swag_customized_products_template_option_value` . `percentage_surcharge` as `swag_customized_products_template_option_value.percentageSurcharge` , `swag_customized_products_template_option_value` . `tax_id` as `swag_customized_products_template_option_value.taxId` , `swag_customized_products_template_option_value` . `created_at` as `swag_customized_products_template_option_value.createdAt` , `swag_customized_products_template_option_value` . `updated_at` as `swag_customized_products_template_option_value.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_1.displayName` , `swag_customized_products_template_option_value.translation.displayName` , COALESCE (`swag_customized_products_template_option_value.translation.fallback_1.displayName` , `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation.displayName` ) as `swag_customized_products_template_option_value.displayName` , `swag_customized_products_template_option_value.translation.fallback_1.createdAt` , `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation.fallback_1.updatedAt` , `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.fallback_1.languageId` , `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueVersionId` , `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value` LEFT JOIN (SELECT `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id , `swag_customized_products_template_option_value.translation` . display_name as `swag_customized_products_template_option_value.translation.displayName` , `swag_customized_products_template_option_value.translation` . created_at as `swag_customized_products_template_option_value.translation.createdAt` , `swag_customized_products_template_option_value.translation` . updated_at as `swag_customized_products_template_option_value.translation.updatedAt` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation` . language_id as `swag_customized_products_template_option_value.translation.languageId` , `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` , `swag_customized_products_template_option_value.translation.fallback_1` . display_name as `swag_customized_products_template_option_value.translation.fallback_1.displayName` , `swag_customized_products_template_option_value.translation.fallback_1` . created_at as `swag_customized_products_template_option_value.translation.fallback_1.createdAt` , `swag_customized_products_template_option_value.translation.fallback_1` . updated_at as `swag_customized_products_template_option_value.translation.fallback_1.updatedAt` , `swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueId` , `swag_customized_products_template_option_value.translation.fallback_1` . language_id as `swag_customized_products_template_option_value.translation.fallback_1.languageId` , `swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.fallback_1.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation` LEFT JOIN `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation.fallback_1` ON `swag_customized_products_template_option_value.translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value.translation.fallback_1` . `swag_customized_products_template_option_value_id` AND `swag_customized_products_template_option_value.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `swag_customized_products_template_option_value.translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value.translation.fallback_1` . swag_customized_products_template_option_value_version_id WHERE `swag_customized_products_template_option_value.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` ON `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . `swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value` . `id` AND `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` . swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value` . version_id WHERE (`swag_customized_products_template_option_value` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_option_value` . `template_option_id` IN (0x6CEFA69D3ABC4399914865C1B67AE8DC ))) ORDER BY `swag_customized_products_template_option_value` . `position` ASC ;
Copy
88
0.17 ms
SELECT `swag_customized_products_template_exclusion` . `id` as `swag_customized_products_template_exclusion.id` , `swag_customized_products_template_exclusion` . `version_id` as `swag_customized_products_template_exclusion.versionId` , `swag_customized_products_template_exclusion` . `name` as `swag_customized_products_template_exclusion.name` , `swag_customized_products_template_exclusion` . `template_id` as `swag_customized_products_template_exclusion.templateId` , `swag_customized_products_template_exclusion` . `template_version_id` as `swag_customized_products_template_exclusion.templateVersionId` , `swag_customized_products_template_exclusion` . `created_at` as `swag_customized_products_template_exclusion.createdAt` , `swag_customized_products_template_exclusion` . `updated_at` as `swag_customized_products_template_exclusion.updatedAt` FROM `swag_customized_products_template_exclusion` WHERE (`swag_customized_products_template_exclusion` . `version_id` = ? ) AND ((`swag_customized_products_template_exclusion` . `template_id` IN (? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ôƒ¸\f .ÛHû²£Ä°vY¤å "
]
SELECT `swag_customized_products_template_exclusion` . `id` as `swag_customized_products_template_exclusion.id` , `swag_customized_products_template_exclusion` . `version_id` as `swag_customized_products_template_exclusion.versionId` , `swag_customized_products_template_exclusion` . `name` as `swag_customized_products_template_exclusion.name` , `swag_customized_products_template_exclusion` . `template_id` as `swag_customized_products_template_exclusion.templateId` , `swag_customized_products_template_exclusion` . `template_version_id` as `swag_customized_products_template_exclusion.templateVersionId` , `swag_customized_products_template_exclusion` . `created_at` as `swag_customized_products_template_exclusion.createdAt` , `swag_customized_products_template_exclusion` . `updated_at` as `swag_customized_products_template_exclusion.updatedAt` FROM `swag_customized_products_template_exclusion` WHERE (`swag_customized_products_template_exclusion` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`swag_customized_products_template_exclusion` . `template_id` IN (0xF483B80C2EDB48FBB2A3C4B07659A4E5 )));
Copy
89
0.35 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"Ùá:r\x0E jMZ…Êq§\x14 tý "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xD9E13A720E6A4D5A85CA71A71474FDA0 );
Copy
90
0.12 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"hÆØ\x08 ‡iMiŸÙäìÊ4WÉ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x68C6D80887694D699FD9E4ECCA3457C9 );
Copy
91
0.10 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ‹gOÚ§xƘ“VG\t ;L "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018B674FDAA778C69893564709AD3B4C );
Copy
92
0.14 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 î\x15 \r Ò╬s(¢Ô¢ü┤w3` "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018C150DE3CE7328BDE2BD81B4773360 );
Copy
93
0.13 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 Œ\x15 F*]}OƒB’\\x17\x01 l5 "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018C15462A5D7D4F8342925C17016C35 );
Copy
94
0.09 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 î9xÅ╬{─ôüª«\¨Þ╗ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018C39788FCE7BC49381A6AE5CF9E8BB );
Copy
95
0.08 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"˜!DŸ\x0E ŽLdª§\r \x13\x0F àd’ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x9821449F0E8E4C64AAA70D130FE06492 );
Copy
96
0.08 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ŽÒŽ›9\x7F ™Š\x0F ¾ç¶\x12 qY "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018ED28E9B397F998A0FBEE7B6127159 );
Copy
97
0.16 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ŒÏ±æ…pá 3–\v ‘s\x00 i "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018CCFB1E68570E1A033960B91730069 );
Copy
98
0.14 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 Œ÷Í\x15\x1D }ý•zŠ}›º/ú "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018CF7CD151D7DFD957A8A7D9BBA2FFA );
Copy
99
0.41 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.fallback_1.shortCode` , `unit.translation.shortCode` , COALESCE (`unit.translation.fallback_1.shortCode` , `unit.translation.shortCode` , `unit.translation.shortCode` ) as `unit.shortCode` , `unit.translation.fallback_1.name` , `unit.translation.name` , COALESCE (`unit.translation.fallback_1.name` , `unit.translation.name` , `unit.translation.name` ) as `unit.name` , `unit.translation.fallback_1.customFields` , `unit.translation.customFields` , COALESCE (`unit.translation.fallback_1.customFields` , `unit.translation.customFields` , `unit.translation.customFields` ) as `unit.customFields` , `unit.translation.fallback_1.createdAt` , `unit.translation.createdAt` , `unit.translation.fallback_1.updatedAt` , `unit.translation.updatedAt` , `unit.translation.fallback_1.unitId` , `unit.translation.unitId` , `unit.translation.fallback_1.languageId` , `unit.translation.languageId` 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` , `unit.translation` . created_at as `unit.translation.createdAt` , `unit.translation` . updated_at as `unit.translation.updatedAt` , `unit.translation` . unit_id as `unit.translation.unitId` , `unit.translation` . language_id as `unit.translation.languageId` , `unit.translation.fallback_1` . short_code as `unit.translation.fallback_1.shortCode` , `unit.translation.fallback_1` . name as `unit.translation.fallback_1.name` , `unit.translation.fallback_1` . custom_fields as `unit.translation.fallback_1.customFields` , `unit.translation.fallback_1` . created_at as `unit.translation.fallback_1.createdAt` , `unit.translation.fallback_1` . updated_at as `unit.translation.fallback_1.updatedAt` , `unit.translation.fallback_1` . unit_id as `unit.translation.fallback_1.unitId` , `unit.translation.fallback_1` . language_id as `unit.translation.fallback_1.languageId` FROM `unit_translation` `unit.translation` LEFT JOIN `unit_translation` `unit.translation.fallback_1` ON `unit.translation` . `unit_id` = `unit.translation.fallback_1` . `unit_id` AND `unit.translation.fallback_1` . language_id = ? WHERE `unit.translation` . language_id = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.fallback_1.shortCode` , `unit.translation.shortCode` , COALESCE (`unit.translation.fallback_1.shortCode` , `unit.translation.shortCode` , `unit.translation.shortCode` ) as `unit.shortCode` , `unit.translation.fallback_1.name` , `unit.translation.name` , COALESCE (`unit.translation.fallback_1.name` , `unit.translation.name` , `unit.translation.name` ) as `unit.name` , `unit.translation.fallback_1.customFields` , `unit.translation.customFields` , COALESCE (`unit.translation.fallback_1.customFields` , `unit.translation.customFields` , `unit.translation.customFields` ) as `unit.customFields` , `unit.translation.fallback_1.createdAt` , `unit.translation.createdAt` , `unit.translation.fallback_1.updatedAt` , `unit.translation.updatedAt` , `unit.translation.fallback_1.unitId` , `unit.translation.unitId` , `unit.translation.fallback_1.languageId` , `unit.translation.languageId` 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` , `unit.translation` . created_at as `unit.translation.createdAt` , `unit.translation` . updated_at as `unit.translation.updatedAt` , `unit.translation` . unit_id as `unit.translation.unitId` , `unit.translation` . language_id as `unit.translation.languageId` , `unit.translation.fallback_1` . short_code as `unit.translation.fallback_1.shortCode` , `unit.translation.fallback_1` . name as `unit.translation.fallback_1.name` , `unit.translation.fallback_1` . custom_fields as `unit.translation.fallback_1.customFields` , `unit.translation.fallback_1` . created_at as `unit.translation.fallback_1.createdAt` , `unit.translation.fallback_1` . updated_at as `unit.translation.fallback_1.updatedAt` , `unit.translation.fallback_1` . unit_id as `unit.translation.fallback_1.unitId` , `unit.translation.fallback_1` . language_id as `unit.translation.fallback_1.languageId` FROM `unit_translation` `unit.translation` LEFT JOIN `unit_translation` `unit.translation.fallback_1` ON `unit.translation` . `unit_id` = `unit.translation.fallback_1` . `unit_id` AND `unit.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `unit.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
100
0.40 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
101
0.32 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
102
0.19 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
103
0.60 ms
SELECT `promotion` . `id` FROM `promotion` LEFT JOIN `acris_promotion_display` `promotion.acrisPromotionDisplay` ON `promotion` . `id` = `promotion.acrisPromotionDisplay` . `promotion_id` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion` . `id` = `promotion.salesChannels` . `promotion_id` WHERE ((`promotion` . `active` = ? AND `promotion.salesChannels` . `sales_channel_id` = ? AND ((`promotion` . `valid_from` < = > ? AND `promotion` . `valid_until` < = > ? ) OR (`promotion` . `valid_from` < = > ? AND (`promotion` . `valid_until` > ? )) OR ((`promotion` . `valid_from` < = ? ) AND `promotion` . `valid_until` < = > ? ) OR ((`promotion` . `valid_from` < = ? ) AND (`promotion` . `valid_until` > ? ))) AND `promotion` . `use_codes` = ? ) AND NOT (`promotion.acrisPromotionDisplay` . `display_position` < = > ? )) GROUP BY `promotion` . `id` ORDER BY MAX (`promotion` . `priority` ) DESC
Parameters :
[
true
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
null
null
null
"2025-04-16 02:56:43 "
"2025-04-16 02:56:43 "
null
"2025-04-16 02:56:43 "
"2025-04-16 02:56:43 "
false
"onlyCart "
]
SELECT `promotion` . `id` FROM `promotion` LEFT JOIN `acris_promotion_display` `promotion.acrisPromotionDisplay` ON `promotion` . `id` = `promotion.acrisPromotionDisplay` . `promotion_id` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion` . `id` = `promotion.salesChannels` . `promotion_id` WHERE ((`promotion` . `active` = 1 AND `promotion.salesChannels` . `sales_channel_id` = 0x12A33AEE1C1F4096AC63AC013D88CBED AND ((`promotion` . `valid_from` < = > NULL AND `promotion` . `valid_until` < = > NULL ) OR (`promotion` . `valid_from` < = > NULL AND (`promotion` . `valid_until` > '2025-04-16 02:56:43' )) OR ((`promotion` . `valid_from` < = '2025-04-16 02:56:43' ) AND `promotion` . `valid_until` < = > NULL ) OR ((`promotion` . `valid_from` < = '2025-04-16 02:56:43' ) AND (`promotion` . `valid_until` > '2025-04-16 02:56:43' ))) AND `promotion` . `use_codes` = 0 ) AND NOT (`promotion.acrisPromotionDisplay` . `display_position` < = > 'onlyCart' )) GROUP BY `promotion` . `id` ORDER BY MAX (`promotion` . `priority` ) DESC ;
Copy
104
22.61 ms
SELECT LOWER (HEX (`h1webblog_blog.properties` . `id` )) as `properties.key` , COUNT (`h1webblog_blog` . `id` ) as `properties.count` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = ? WHERE `h1webblog_blog.translation` . language_id = ? ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` LEFT JOIN `h1webblog_property` `h1webblog_blog.properties.mapping` ON `h1webblog_blog` . `id` = `h1webblog_blog.properties.mapping` . `h1webblog_blog_id` LEFT JOIN `property_group_option` `h1webblog_blog.properties` ON `h1webblog_blog.properties.mapping` . `property_group_option_id` = `h1webblog_blog.properties` . `id` WHERE (((`h1webblog_blog` . `published_at` < = ? ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = ? ) AND COALESCE (`h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = ? ) GROUP BY `h1webblog_blog.properties` . `id`
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
"2025-04-16 02:56:43 "
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
1
]
SELECT LOWER (HEX (`h1webblog_blog.properties` . `id` )) as `properties.key` , COUNT (`h1webblog_blog` . `id` ) as `properties.count` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `h1webblog_blog.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` LEFT JOIN `h1webblog_property` `h1webblog_blog.properties.mapping` ON `h1webblog_blog` . `id` = `h1webblog_blog.properties.mapping` . `h1webblog_blog_id` LEFT JOIN `property_group_option` `h1webblog_blog.properties` ON `h1webblog_blog.properties.mapping` . `property_group_option_id` = `h1webblog_blog.properties` . `id` WHERE (((`h1webblog_blog` . `published_at` < = '2025-04-16 02:56:43' ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND COALESCE (`h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = 1 ) GROUP BY `h1webblog_blog.properties` . `id` ;
Copy
105
2.09 ms
SELECT LOWER (HEX (`h1webblog_blog.options` . `id` )) as `options.key` , COUNT (`h1webblog_blog` . `id` ) as `options.count` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = ? WHERE `h1webblog_blog.translation` . language_id = ? ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` LEFT JOIN `h1webblog_option` `h1webblog_blog.options.mapping` ON `h1webblog_blog` . `id` = `h1webblog_blog.options.mapping` . `h1webblog_blog_id` LEFT JOIN `property_group_option` `h1webblog_blog.options` ON `h1webblog_blog.options.mapping` . `property_group_option_id` = `h1webblog_blog.options` . `id` WHERE (((`h1webblog_blog` . `published_at` < = ? ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = ? ) AND COALESCE (`h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = ? ) GROUP BY `h1webblog_blog.options` . `id`
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
"2025-04-16 02:56:43 "
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
1
]
SELECT LOWER (HEX (`h1webblog_blog.options` . `id` )) as `options.key` , COUNT (`h1webblog_blog` . `id` ) as `options.count` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `h1webblog_blog.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` LEFT JOIN `h1webblog_option` `h1webblog_blog.options.mapping` ON `h1webblog_blog` . `id` = `h1webblog_blog.options.mapping` . `h1webblog_blog_id` LEFT JOIN `property_group_option` `h1webblog_blog.options` ON `h1webblog_blog.options.mapping` . `property_group_option_id` = `h1webblog_blog.options` . `id` WHERE (((`h1webblog_blog` . `published_at` < = '2025-04-16 02:56:43' ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND COALESCE (`h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = 1 ) GROUP BY `h1webblog_blog.options` . `id` ;
Copy
106
2.34 ms
SELECT `h1webblog_blog` . `id` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = ? WHERE `h1webblog_blog.translation` . language_id = ? ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` WHERE (((`h1webblog_blog` . `published_at` < = ? ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = ? ) AND COALESCE (`h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = ? ) GROUP BY `h1webblog_blog` . `id` ORDER BY MAX (`h1webblog_blog` . `published_at` ) DESC LIMIT 4
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
"2025-04-16 02:56:43 "
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
1
]
SELECT `h1webblog_blog` . `id` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `h1webblog_blog.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `h1webblog_blog_visibility` `h1webblog_blog.visibilities` ON `h1webblog_blog` . `id` = `h1webblog_blog.visibilities` . `blog_id` WHERE (((`h1webblog_blog` . `published_at` < = '2025-04-16 02:56:43' ) AND `h1webblog_blog.visibilities` . `sales_channel_id` = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND COALESCE (`h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` ) = 1 ) GROUP BY `h1webblog_blog` . `id` ORDER BY MAX (`h1webblog_blog` . `published_at` ) DESC LIMIT 4 ;
Copy
107
2.56 ms
SELECT `h1webblog_blog` . `id` as `h1webblog_blog.id` , `h1webblog_blog` . `media_id` as `h1webblog_blog.mediaId` , `h1webblog_blog.media` . `id` as `h1webblog_blog.media.id` , `h1webblog_blog.media` . `user_id` as `h1webblog_blog.media.userId` , `h1webblog_blog.media` . `media_folder_id` as `h1webblog_blog.media.mediaFolderId` , `h1webblog_blog.media` . `mime_type` as `h1webblog_blog.media.mimeType` , `h1webblog_blog.media` . `file_extension` as `h1webblog_blog.media.fileExtension` , `h1webblog_blog.media` . `uploaded_at` as `h1webblog_blog.media.uploadedAt` , `h1webblog_blog.media` . `file_name` as `h1webblog_blog.media.fileName` , `h1webblog_blog.media` . `file_size` as `h1webblog_blog.media.fileSize` , `h1webblog_blog.media` . `media_type` as `h1webblog_blog.media.mediaTypeRaw` , `h1webblog_blog.media` . `meta_data` as `h1webblog_blog.media.metaData` , `h1webblog_blog.media` . `config` as `h1webblog_blog.media.config` , `h1webblog_blog.media` . `path` as `h1webblog_blog.media.path` , `h1webblog_blog.media` . `private` as `h1webblog_blog.media.private` , `h1webblog_blog.media` . `thumbnails_ro` as `h1webblog_blog.media.thumbnailsRo` , `h1webblog_blog.media` . `created_at` as `h1webblog_blog.media.createdAt` , `h1webblog_blog.media` . `updated_at` as `h1webblog_blog.media.updatedAt` , `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , COALESCE (`h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation.title` ) as `h1webblog_blog.media.title` , `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , COALESCE (`h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation.alt` ) as `h1webblog_blog.media.alt` , `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , COALESCE (`h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation.customFields` ) as `h1webblog_blog.media.customFields` , `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation.fallback_1.languageId` , `h1webblog_blog.media.translation.languageId` , `h1webblog_blog` . `category_tree` as `h1webblog_blog.categoryTree` , `h1webblog_blog` . `tag_ids` as `h1webblog_blog.tagIds` , `h1webblog_blog` . `property_ids` as `h1webblog_blog.propertyIds` , `h1webblog_blog` . `option_ids` as `h1webblog_blog.optionIds` , `h1webblog_blog` . `published_at` as `h1webblog_blog.publishedAt` , `h1webblog_blog` . `created_at` as `h1webblog_blog.createdAt` , `h1webblog_blog` . `updated_at` as `h1webblog_blog.updatedAt` , `h1webblog_blog` . `custom_fields` as `h1webblog_blog.customFields` , `h1webblog_blog` . `cms_page_id` as `h1webblog_blog.cmsPageId` , `h1webblog_blog` . `cms_page_version_id` as `h1webblog_blog.cmsPageVersionId` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.tags.mapping` . `tag_id` ) SEPARATOR '||' )
FROM `h1webblog_tag` `h1webblog_blog.tags.mapping`
WHERE `h1webblog_blog.tags.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.tags.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `h1webblog_property` `h1webblog_blog.properties.mapping`
WHERE `h1webblog_blog.properties.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.properties.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `h1webblog_option` `h1webblog_blog.options.mapping`
WHERE `h1webblog_blog.options.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.options.id_mapping` , `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , COALESCE (`h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , `h1webblog_blog.translation.title` ) as `h1webblog_blog.title` , `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , COALESCE (`h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , `h1webblog_blog.translation.content` ) as `h1webblog_blog.content` , `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , COALESCE (`h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation.shortContent` ) as `h1webblog_blog.shortContent` , `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , COALESCE (`h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation.keywords` ) as `h1webblog_blog.keywords` , `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , COALESCE (`h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation.metaDescription` ) as `h1webblog_blog.metaDescription` , `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , COALESCE (`h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation.metaTitle` ) as `h1webblog_blog.metaTitle` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , COALESCE (`h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation.isActive` ) as `h1webblog_blog.isActive` , `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , COALESCE (`h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation.slotConfig` ) as `h1webblog_blog.slotConfig` , `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.languageId` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = ? WHERE `h1webblog_blog.translation` . language_id = ? ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `media` `h1webblog_blog.media` ON `h1webblog_blog` . `media_id` = `h1webblog_blog.media` . `id` LEFT JOIN (SELECT `h1webblog_blog.media.translation` . media_id , `h1webblog_blog.media.translation` . title as `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation` . alt as `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation` . custom_fields as `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation` . created_at as `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation` . updated_at as `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation` . media_id as `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation` . language_id as `h1webblog_blog.media.translation.languageId` , `h1webblog_blog.media.translation.fallback_1` . title as `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.fallback_1` . alt as `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.fallback_1` . custom_fields as `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.fallback_1` . created_at as `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.fallback_1` . updated_at as `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.fallback_1` . media_id as `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.fallback_1` . language_id as `h1webblog_blog.media.translation.fallback_1.languageId` FROM `media_translation` `h1webblog_blog.media.translation` LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_1` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_1` . `media_id` AND `h1webblog_blog.media.translation.fallback_1` . language_id = ? WHERE `h1webblog_blog.media.translation` . language_id = ? ) `h1webblog_blog.media.media_translation` ON `h1webblog_blog.media.media_translation` . `media_id` = `h1webblog_blog.media` . `id` WHERE `h1webblog_blog` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì}ûF¼q┴┐zc\x11 "¦▀Ê "
b"\x01 ìâÍZÁy×ÿ´qız\v ® "
b"\x01 ì\x16 ·Þ\x12 u!É"\x19 m¨└-\x18 "
b"\x01 Œýî\x04 }\x19 ¡ÆPÌÄ\x1C U\x01 "
]
SELECT
`h1webblog_blog` . `id` as `h1webblog_blog.id` ,
`h1webblog_blog` . `media_id` as `h1webblog_blog.mediaId` ,
`h1webblog_blog.media` . `id` as `h1webblog_blog.media.id` ,
`h1webblog_blog.media` . `user_id` as `h1webblog_blog.media.userId` ,
`h1webblog_blog.media` . `media_folder_id` as `h1webblog_blog.media.mediaFolderId` ,
`h1webblog_blog.media` . `mime_type` as `h1webblog_blog.media.mimeType` ,
`h1webblog_blog.media` . `file_extension` as `h1webblog_blog.media.fileExtension` ,
`h1webblog_blog.media` . `uploaded_at` as `h1webblog_blog.media.uploadedAt` ,
`h1webblog_blog.media` . `file_name` as `h1webblog_blog.media.fileName` ,
`h1webblog_blog.media` . `file_size` as `h1webblog_blog.media.fileSize` ,
`h1webblog_blog.media` . `media_type` as `h1webblog_blog.media.mediaTypeRaw` ,
`h1webblog_blog.media` . `meta_data` as `h1webblog_blog.media.metaData` ,
`h1webblog_blog.media` . `config` as `h1webblog_blog.media.config` ,
`h1webblog_blog.media` . `path` as `h1webblog_blog.media.path` ,
`h1webblog_blog.media` . `private` as `h1webblog_blog.media.private` ,
`h1webblog_blog.media` . `thumbnails_ro` as `h1webblog_blog.media.thumbnailsRo` ,
`h1webblog_blog.media` . `created_at` as `h1webblog_blog.media.createdAt` ,
`h1webblog_blog.media` . `updated_at` as `h1webblog_blog.media.updatedAt` ,
`h1webblog_blog.media.translation.fallback_1.title` ,
`h1webblog_blog.media.translation.title` ,
COALESCE (
`h1webblog_blog.media.translation.fallback_1.title` ,
`h1webblog_blog.media.translation.title` ,
`h1webblog_blog.media.translation.title`
) as `h1webblog_blog.media.title` ,
`h1webblog_blog.media.translation.fallback_1.alt` ,
`h1webblog_blog.media.translation.alt` ,
COALESCE (
`h1webblog_blog.media.translation.fallback_1.alt` ,
`h1webblog_blog.media.translation.alt` ,
`h1webblog_blog.media.translation.alt`
) as `h1webblog_blog.media.alt` ,
`h1webblog_blog.media.translation.fallback_1.customFields` ,
`h1webblog_blog.media.translation.customFields` ,
COALESCE (
`h1webblog_blog.media.translation.fallback_1.customFields` ,
`h1webblog_blog.media.translation.customFields` ,
`h1webblog_blog.media.translation.customFields`
) as `h1webblog_blog.media.customFields` ,
`h1webblog_blog.media.translation.fallback_1.createdAt` ,
`h1webblog_blog.media.translation.createdAt` ,
`h1webblog_blog.media.translation.fallback_1.updatedAt` ,
`h1webblog_blog.media.translation.updatedAt` ,
`h1webblog_blog.media.translation.fallback_1.mediaId` ,
`h1webblog_blog.media.translation.mediaId` ,
`h1webblog_blog.media.translation.fallback_1.languageId` ,
`h1webblog_blog.media.translation.languageId` ,
`h1webblog_blog` . `category_tree` as `h1webblog_blog.categoryTree` ,
`h1webblog_blog` . `tag_ids` as `h1webblog_blog.tagIds` ,
`h1webblog_blog` . `property_ids` as `h1webblog_blog.propertyIds` ,
`h1webblog_blog` . `option_ids` as `h1webblog_blog.optionIds` ,
`h1webblog_blog` . `published_at` as `h1webblog_blog.publishedAt` ,
`h1webblog_blog` . `created_at` as `h1webblog_blog.createdAt` ,
`h1webblog_blog` . `updated_at` as `h1webblog_blog.updatedAt` ,
`h1webblog_blog` . `custom_fields` as `h1webblog_blog.customFields` ,
`h1webblog_blog` . `cms_page_id` as `h1webblog_blog.cmsPageId` ,
`h1webblog_blog` . `cms_page_version_id` as `h1webblog_blog.cmsPageVersionId` ,
(
SELECT
GROUP_CONCAT (
HEX (
`h1webblog_blog.tags.mapping` . `tag_id`
) SEPARATOR '||'
)
FROM
`h1webblog_tag` `h1webblog_blog.tags.mapping`
WHERE
`h1webblog_blog.tags.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
) as `h1webblog_blog.tags.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`h1webblog_blog.properties.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`h1webblog_property` `h1webblog_blog.properties.mapping`
WHERE
`h1webblog_blog.properties.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
) as `h1webblog_blog.properties.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`h1webblog_blog.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`h1webblog_option` `h1webblog_blog.options.mapping`
WHERE
`h1webblog_blog.options.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
) as `h1webblog_blog.options.id_mapping` ,
`h1webblog_blog.translation.fallback_1.title` ,
`h1webblog_blog.translation.title` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.title` ,
`h1webblog_blog.translation.title` ,
`h1webblog_blog.translation.title`
) as `h1webblog_blog.title` ,
`h1webblog_blog.translation.fallback_1.content` ,
`h1webblog_blog.translation.content` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.content` ,
`h1webblog_blog.translation.content` ,
`h1webblog_blog.translation.content`
) as `h1webblog_blog.content` ,
`h1webblog_blog.translation.fallback_1.shortContent` ,
`h1webblog_blog.translation.shortContent` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.shortContent` ,
`h1webblog_blog.translation.shortContent` ,
`h1webblog_blog.translation.shortContent`
) as `h1webblog_blog.shortContent` ,
`h1webblog_blog.translation.fallback_1.keywords` ,
`h1webblog_blog.translation.keywords` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.keywords` ,
`h1webblog_blog.translation.keywords` ,
`h1webblog_blog.translation.keywords`
) as `h1webblog_blog.keywords` ,
`h1webblog_blog.translation.fallback_1.metaDescription` ,
`h1webblog_blog.translation.metaDescription` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.metaDescription` ,
`h1webblog_blog.translation.metaDescription` ,
`h1webblog_blog.translation.metaDescription`
) as `h1webblog_blog.metaDescription` ,
`h1webblog_blog.translation.fallback_1.metaTitle` ,
`h1webblog_blog.translation.metaTitle` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.metaTitle` ,
`h1webblog_blog.translation.metaTitle` ,
`h1webblog_blog.translation.metaTitle`
) as `h1webblog_blog.metaTitle` ,
`h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.isActive` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.isActive` ,
`h1webblog_blog.translation.isActive`
) as `h1webblog_blog.isActive` ,
`h1webblog_blog.translation.fallback_1.slotConfig` ,
`h1webblog_blog.translation.slotConfig` ,
COALESCE (
`h1webblog_blog.translation.fallback_1.slotConfig` ,
`h1webblog_blog.translation.slotConfig` ,
`h1webblog_blog.translation.slotConfig`
) as `h1webblog_blog.slotConfig` ,
`h1webblog_blog.translation.fallback_1.createdAt` ,
`h1webblog_blog.translation.createdAt` ,
`h1webblog_blog.translation.fallback_1.updatedAt` ,
`h1webblog_blog.translation.updatedAt` ,
`h1webblog_blog.translation.fallback_1.h1webblogBlogId` ,
`h1webblog_blog.translation.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_1.languageId` ,
`h1webblog_blog.translation.languageId`
FROM
`h1webblog_blog`
LEFT JOIN (
SELECT
`h1webblog_blog.translation` . h1webblog_blog_id ,
`h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` ,
`h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` ,
`h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` ,
`h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` ,
`h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` ,
`h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` ,
`h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` ,
`h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` ,
`h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` ,
`h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` ,
`h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` ,
`h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` ,
`h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` ,
`h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` ,
`h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` ,
`h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` ,
`h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` ,
`h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` ,
`h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` ,
`h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` ,
`h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` ,
`h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` ,
`h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` ,
`h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId`
FROM
`h1webblog_blog_translation` `h1webblog_blog.translation`
LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id`
AND `h1webblog_blog.translation.fallback_1` . language_id = ?
WHERE
`h1webblog_blog.translation` . language_id = ?
) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id`
LEFT JOIN `media` `h1webblog_blog.media` ON `h1webblog_blog` . `media_id` = `h1webblog_blog.media` . `id`
LEFT JOIN (
SELECT
`h1webblog_blog.media.translation` . media_id ,
`h1webblog_blog.media.translation` . title as `h1webblog_blog.media.translation.title` ,
`h1webblog_blog.media.translation` . alt as `h1webblog_blog.media.translation.alt` ,
`h1webblog_blog.media.translation` . custom_fields as `h1webblog_blog.media.translation.customFields` ,
`h1webblog_blog.media.translation` . created_at as `h1webblog_blog.media.translation.createdAt` ,
`h1webblog_blog.media.translation` . updated_at as `h1webblog_blog.media.translation.updatedAt` ,
`h1webblog_blog.media.translation` . media_id as `h1webblog_blog.media.translation.mediaId` ,
`h1webblog_blog.media.translation` . language_id as `h1webblog_blog.media.translation.languageId` ,
`h1webblog_blog.media.translation.fallback_1` . title as `h1webblog_blog.media.translation.fallback_1.title` ,
`h1webblog_blog.media.translation.fallback_1` . alt as `h1webblog_blog.media.translation.fallback_1.alt` ,
`h1webblog_blog.media.translation.fallback_1` . custom_fields as `h1webblog_blog.media.translation.fallback_1.customFields` ,
`h1webblog_blog.media.translation.fallback_1` . created_at as `h1webblog_blog.media.translation.fallback_1.createdAt` ,
`h1webblog_blog.media.translation.fallback_1` . updated_at as `h1webblog_blog.media.translation.fallback_1.updatedAt` ,
`h1webblog_blog.media.translation.fallback_1` . media_id as `h1webblog_blog.media.translation.fallback_1.mediaId` ,
`h1webblog_blog.media.translation.fallback_1` . language_id as `h1webblog_blog.media.translation.fallback_1.languageId`
FROM
`media_translation` `h1webblog_blog.media.translation`
LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_1` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_1` . `media_id`
AND `h1webblog_blog.media.translation.fallback_1` . language_id = ?
WHERE
`h1webblog_blog.media.translation` . language_id = ?
) `h1webblog_blog.media.media_translation` ON `h1webblog_blog.media.media_translation` . `media_id` = `h1webblog_blog.media` . `id`
WHERE
`h1webblog_blog` . `id` IN (? , ? , ? , ? )
Copy
SELECT `h1webblog_blog` . `id` as `h1webblog_blog.id` , `h1webblog_blog` . `media_id` as `h1webblog_blog.mediaId` , `h1webblog_blog.media` . `id` as `h1webblog_blog.media.id` , `h1webblog_blog.media` . `user_id` as `h1webblog_blog.media.userId` , `h1webblog_blog.media` . `media_folder_id` as `h1webblog_blog.media.mediaFolderId` , `h1webblog_blog.media` . `mime_type` as `h1webblog_blog.media.mimeType` , `h1webblog_blog.media` . `file_extension` as `h1webblog_blog.media.fileExtension` , `h1webblog_blog.media` . `uploaded_at` as `h1webblog_blog.media.uploadedAt` , `h1webblog_blog.media` . `file_name` as `h1webblog_blog.media.fileName` , `h1webblog_blog.media` . `file_size` as `h1webblog_blog.media.fileSize` , `h1webblog_blog.media` . `media_type` as `h1webblog_blog.media.mediaTypeRaw` , `h1webblog_blog.media` . `meta_data` as `h1webblog_blog.media.metaData` , `h1webblog_blog.media` . `config` as `h1webblog_blog.media.config` , `h1webblog_blog.media` . `path` as `h1webblog_blog.media.path` , `h1webblog_blog.media` . `private` as `h1webblog_blog.media.private` , `h1webblog_blog.media` . `thumbnails_ro` as `h1webblog_blog.media.thumbnailsRo` , `h1webblog_blog.media` . `created_at` as `h1webblog_blog.media.createdAt` , `h1webblog_blog.media` . `updated_at` as `h1webblog_blog.media.updatedAt` , `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , COALESCE (`h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation.title` ) as `h1webblog_blog.media.title` , `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , COALESCE (`h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation.alt` ) as `h1webblog_blog.media.alt` , `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , COALESCE (`h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation.customFields` ) as `h1webblog_blog.media.customFields` , `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation.fallback_1.languageId` , `h1webblog_blog.media.translation.languageId` , `h1webblog_blog` . `category_tree` as `h1webblog_blog.categoryTree` , `h1webblog_blog` . `tag_ids` as `h1webblog_blog.tagIds` , `h1webblog_blog` . `property_ids` as `h1webblog_blog.propertyIds` , `h1webblog_blog` . `option_ids` as `h1webblog_blog.optionIds` , `h1webblog_blog` . `published_at` as `h1webblog_blog.publishedAt` , `h1webblog_blog` . `created_at` as `h1webblog_blog.createdAt` , `h1webblog_blog` . `updated_at` as `h1webblog_blog.updatedAt` , `h1webblog_blog` . `custom_fields` as `h1webblog_blog.customFields` , `h1webblog_blog` . `cms_page_id` as `h1webblog_blog.cmsPageId` , `h1webblog_blog` . `cms_page_version_id` as `h1webblog_blog.cmsPageVersionId` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.tags.mapping` . `tag_id` ) SEPARATOR '||' )
FROM `h1webblog_tag` `h1webblog_blog.tags.mapping`
WHERE `h1webblog_blog.tags.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.tags.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `h1webblog_property` `h1webblog_blog.properties.mapping`
WHERE `h1webblog_blog.properties.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.properties.id_mapping` , (SELECT GROUP_CONCAT (HEX (`h1webblog_blog.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `h1webblog_option` `h1webblog_blog.options.mapping`
WHERE `h1webblog_blog.options.mapping` . `h1webblog_blog_id` = `h1webblog_blog` . `id` ) as `h1webblog_blog.options.id_mapping` , `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , COALESCE (`h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.title` , `h1webblog_blog.translation.title` ) as `h1webblog_blog.title` , `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , COALESCE (`h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.content` , `h1webblog_blog.translation.content` ) as `h1webblog_blog.content` , `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , COALESCE (`h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation.shortContent` ) as `h1webblog_blog.shortContent` , `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , COALESCE (`h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation.keywords` ) as `h1webblog_blog.keywords` , `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , COALESCE (`h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation.metaDescription` ) as `h1webblog_blog.metaDescription` , `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , COALESCE (`h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation.metaTitle` ) as `h1webblog_blog.metaTitle` , `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , COALESCE (`h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation.isActive` ) as `h1webblog_blog.isActive` , `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , COALESCE (`h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation.slotConfig` ) as `h1webblog_blog.slotConfig` , `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1.languageId` , `h1webblog_blog.translation.languageId` FROM `h1webblog_blog` LEFT JOIN (SELECT `h1webblog_blog.translation` . h1webblog_blog_id , `h1webblog_blog.translation` . title as `h1webblog_blog.translation.title` , `h1webblog_blog.translation` . content as `h1webblog_blog.translation.content` , `h1webblog_blog.translation` . short_content as `h1webblog_blog.translation.shortContent` , `h1webblog_blog.translation` . keywords as `h1webblog_blog.translation.keywords` , `h1webblog_blog.translation` . meta_description as `h1webblog_blog.translation.metaDescription` , `h1webblog_blog.translation` . meta_title as `h1webblog_blog.translation.metaTitle` , `h1webblog_blog.translation` . is_active as `h1webblog_blog.translation.isActive` , `h1webblog_blog.translation` . slot_config as `h1webblog_blog.translation.slotConfig` , `h1webblog_blog.translation` . created_at as `h1webblog_blog.translation.createdAt` , `h1webblog_blog.translation` . updated_at as `h1webblog_blog.translation.updatedAt` , `h1webblog_blog.translation` . h1webblog_blog_id as `h1webblog_blog.translation.h1webblogBlogId` , `h1webblog_blog.translation` . language_id as `h1webblog_blog.translation.languageId` , `h1webblog_blog.translation.fallback_1` . title as `h1webblog_blog.translation.fallback_1.title` , `h1webblog_blog.translation.fallback_1` . content as `h1webblog_blog.translation.fallback_1.content` , `h1webblog_blog.translation.fallback_1` . short_content as `h1webblog_blog.translation.fallback_1.shortContent` , `h1webblog_blog.translation.fallback_1` . keywords as `h1webblog_blog.translation.fallback_1.keywords` , `h1webblog_blog.translation.fallback_1` . meta_description as `h1webblog_blog.translation.fallback_1.metaDescription` , `h1webblog_blog.translation.fallback_1` . meta_title as `h1webblog_blog.translation.fallback_1.metaTitle` , `h1webblog_blog.translation.fallback_1` . is_active as `h1webblog_blog.translation.fallback_1.isActive` , `h1webblog_blog.translation.fallback_1` . slot_config as `h1webblog_blog.translation.fallback_1.slotConfig` , `h1webblog_blog.translation.fallback_1` . created_at as `h1webblog_blog.translation.fallback_1.createdAt` , `h1webblog_blog.translation.fallback_1` . updated_at as `h1webblog_blog.translation.fallback_1.updatedAt` , `h1webblog_blog.translation.fallback_1` . h1webblog_blog_id as `h1webblog_blog.translation.fallback_1.h1webblogBlogId` , `h1webblog_blog.translation.fallback_1` . language_id as `h1webblog_blog.translation.fallback_1.languageId` FROM `h1webblog_blog_translation` `h1webblog_blog.translation` LEFT JOIN `h1webblog_blog_translation` `h1webblog_blog.translation.fallback_1` ON `h1webblog_blog.translation` . `h1webblog_blog_id` = `h1webblog_blog.translation.fallback_1` . `h1webblog_blog_id` AND `h1webblog_blog.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `h1webblog_blog.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.h1webblog_blog_translation` ON `h1webblog_blog.h1webblog_blog_translation` . `h1webblog_blog_id` = `h1webblog_blog` . `id` LEFT JOIN `media` `h1webblog_blog.media` ON `h1webblog_blog` . `media_id` = `h1webblog_blog.media` . `id` LEFT JOIN (SELECT `h1webblog_blog.media.translation` . media_id , `h1webblog_blog.media.translation` . title as `h1webblog_blog.media.translation.title` , `h1webblog_blog.media.translation` . alt as `h1webblog_blog.media.translation.alt` , `h1webblog_blog.media.translation` . custom_fields as `h1webblog_blog.media.translation.customFields` , `h1webblog_blog.media.translation` . created_at as `h1webblog_blog.media.translation.createdAt` , `h1webblog_blog.media.translation` . updated_at as `h1webblog_blog.media.translation.updatedAt` , `h1webblog_blog.media.translation` . media_id as `h1webblog_blog.media.translation.mediaId` , `h1webblog_blog.media.translation` . language_id as `h1webblog_blog.media.translation.languageId` , `h1webblog_blog.media.translation.fallback_1` . title as `h1webblog_blog.media.translation.fallback_1.title` , `h1webblog_blog.media.translation.fallback_1` . alt as `h1webblog_blog.media.translation.fallback_1.alt` , `h1webblog_blog.media.translation.fallback_1` . custom_fields as `h1webblog_blog.media.translation.fallback_1.customFields` , `h1webblog_blog.media.translation.fallback_1` . created_at as `h1webblog_blog.media.translation.fallback_1.createdAt` , `h1webblog_blog.media.translation.fallback_1` . updated_at as `h1webblog_blog.media.translation.fallback_1.updatedAt` , `h1webblog_blog.media.translation.fallback_1` . media_id as `h1webblog_blog.media.translation.fallback_1.mediaId` , `h1webblog_blog.media.translation.fallback_1` . language_id as `h1webblog_blog.media.translation.fallback_1.languageId` FROM `media_translation` `h1webblog_blog.media.translation` LEFT JOIN `media_translation` `h1webblog_blog.media.translation.fallback_1` ON `h1webblog_blog.media.translation` . `media_id` = `h1webblog_blog.media.translation.fallback_1` . `media_id` AND `h1webblog_blog.media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `h1webblog_blog.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `h1webblog_blog.media.media_translation` ON `h1webblog_blog.media.media_translation` . `media_id` = `h1webblog_blog.media` . `id` WHERE `h1webblog_blog` . `id` IN (0x018D7D9646AC71C1BF7A631122DDDFD2 , 0x018D83D65AB5799E98EF71D57A0BF0A9 , 0x018D16FAE81275219022196DF9C02D18 , 0x018CFDC3AE047D19A1C650CCC41C5501 );
Copy
108
0.22 ms
SELECT `tag` . `id` as `tag.id` , `tag` . `name` as `tag.name` , `tag` . `created_at` as `tag.createdAt` , `tag` . `updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"‹åÂã6\x01 Jɤͦ*Š]s\x01 "
b"©ý¨¶]Ð@\x14 „3nCSê\x11 # "
b"Ñ\x13 éÊ‹2E\e \x07 i·Ñ¼E± "
b"ïêÂÝ7ÅK╗Âþ~b\x17 Zí╝ "
b"©ý¨¶]Ð@\x14 „3nCSê\x11 # "
b"ü´%X\x0F wD\x02 ¼\x01 ¸╔ãƒà\x18 "
b"©ý¨¶]Ð@\x14 „3nCSê\x11 # "
b"¨ËÉmºQD═®\x11 Â+ß4DI "
]
SELECT `tag` . `id` as `tag.id` , `tag` . `name` as `tag.name` , `tag` . `created_at` as `tag.createdAt` , `tag` . `updated_at` as `tag.updatedAt` FROM `tag` WHERE `tag` . `id` IN (0x8BE5C2E336014AC9A4CDA62A8A5D7301 , 0xA9FDA8B65DD0401484336E4353EA1123 , 0xD113E9CA8B32451BAD0769B7D1BC45B1 , 0x8B88B6ED378F4BBBB6E77E62175AA1BC , 0xA9FDA8B65DD0401484336E4353EA1123 , 0x81EF25580F774402AC01F7C9C69F8518 , 0xA9FDA8B65DD0401484336E4353EA1123 , 0xF9D3906DA75144CDA911B62BE1344449 );
Copy
109
0.64 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.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = ? 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` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"4¾ý\x13 f7E\x18 ¨Ô?5ϵQ‰ "
b"•ö§\x1C\x18\x1D Ef®k\x18 ؽR)\e "
b"Ô…~N\x00 !LY©\x05 ¢+ZîRQ "
b"ñ‹åýrJC¡§èf˜å=Âè "
b"""
¹Ü‗\f\v \n
B7Å]\x1C ╗\r ╣xþ
"""
b"4¾ý\x13 f7E\x18 ¨Ô?5ϵQ‰ "
b"Âz^ÿ6¾L\f ¹=‰\x02 ß5\x1D x "
b"Ô…~N\x00 !LY©\x05 ¢+ZîRQ "
b"ñ‹åýrJC¡§èf˜å=Âè "
]
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.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) as `property_group_option.customFields` ,
`property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1.languageId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
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` ,
`property_group_option.translation` . created_at as `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id as `property_group_option.translation.languageId` ,
`property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id`
AND `property_group_option.translation.fallback_1` . language_id = ?
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`
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.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` WHERE `property_group_option` . `id` IN (0x34BEFD1366374518A8D43F35CFB55189 , 0x95F6A71C181D4566AE6B18D8BD52291B , 0xD4857E4E00214C59A905A22B5AEE5251 , 0xF18BE5FD724A43A1A7E86698E53DC2E8 , 0xFB9AF20C0B0A42378F5D1CBB0DB978E7 , 0x34BEFD1366374518A8D43F35CFB55189 , 0xC27A5EFF36BE4C0CB93D8902DF351D78 , 0xD4857E4E00214C59A905A22B5AEE5251 , 0xF18BE5FD724A43A1A7E86698E53DC2E8 );
Copy
110
0.23 ms
SELECT `h1webblog_blog_visibility` . `id` as `h1webblog_blog_visibility.id` , `h1webblog_blog_visibility` . `blog_id` as `h1webblog_blog_visibility.blogId` , `h1webblog_blog_visibility` . `h1webblog_blog_version_id` as `h1webblog_blog_visibility.h1webblogBlogVersionId` , `h1webblog_blog_visibility` . `sales_channel_id` as `h1webblog_blog_visibility.salesChannelId` , `h1webblog_blog_visibility` . `created_at` as `h1webblog_blog_visibility.createdAt` , `h1webblog_blog_visibility` . `updated_at` as `h1webblog_blog_visibility.updatedAt` FROM `h1webblog_blog_visibility` WHERE (`h1webblog_blog_visibility` . `blog_id` IN (? , ? , ? , ? ))
Parameters :
[
b"\x01 Œýî\x04 }\x19 ¡ÆPÌÄ\x1C U\x01 "
b"\x01 ì\x16 ·Þ\x12 u!É"\x19 m¨└-\x18 "
b"\x01 ì}ûF¼q┴┐zc\x11 "¦▀Ê "
b"\x01 ìâÍZÁy×ÿ´qız\v ® "
]
SELECT `h1webblog_blog_visibility` . `id` as `h1webblog_blog_visibility.id` , `h1webblog_blog_visibility` . `blog_id` as `h1webblog_blog_visibility.blogId` , `h1webblog_blog_visibility` . `h1webblog_blog_version_id` as `h1webblog_blog_visibility.h1webblogBlogVersionId` , `h1webblog_blog_visibility` . `sales_channel_id` as `h1webblog_blog_visibility.salesChannelId` , `h1webblog_blog_visibility` . `created_at` as `h1webblog_blog_visibility.createdAt` , `h1webblog_blog_visibility` . `updated_at` as `h1webblog_blog_visibility.updatedAt` FROM `h1webblog_blog_visibility` WHERE (`h1webblog_blog_visibility` . `blog_id` IN (0x018CFDC3AE047D19A1C650CCC41C5501 , 0x018D16FAE81275219022196DF9C02D18 , 0x018D7D9646AC71C1BF7A631122DDDFD2 , 0x018D83D65AB5799E98EF71D57A0BF0A9 ));
Copy
111
0.26 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ìj6ò╩s4Ø¥¸ÅßKý╣ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018D6A3695CA73349DBEF78FE14BECB9 );
Copy
112
0.12 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ì~O\e\x11 tªàû)õ^&"ð "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018D7E4F1B1174A6859629E45E2622D0 );
Copy
113
0.13 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ì\r àö¾x?╣\x1D BWEÁ¸╔ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018D0D8594F3783FB91D425745B5F7C9 );
Copy
114
0.13 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 Œüø\ˆ}¨°ëÌ\x1C\x19 Ò¬Ž "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018CFCF85C887DA8B0EBCC1C19D2AC8E );
Copy
115
1.94 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"ü´%X\x0F wD\x02 ¼\x01 ¸╔ãƒà\x18 "
1
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0x81EF25580F774402AC01F7C9C69F8518 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
116
1.63 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"©ý¨¶]Ð@\x14 „3nCSê\x11 # "
1
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0xA9FDA8B65DD0401484336E4353EA1123 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
117
2.12 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"¨ËÉmºQD═®\x11 Â+ß4DI "
1
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0xF9D3906DA75144CDA911B62BE1344449 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
118
0.21 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"©ý¨¶]Ð@\x14 „3nCSê\x11 # "
1
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0xA9FDA8B65DD0401484336E4353EA1123 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
119
1.27 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"ïêÂÝ7ÅK╗Âþ~b\x17 Zí╝ "
1
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0x8B88B6ED378F4BBBB6E77E62175AA1BC AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
120
0.23 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"‹åÂã6\x01 Jɤͦ*Š]s\x01 "
1
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0x8BE5C2E336014AC9A4CDA62A8A5D7301 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
121
0.20 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"©ý¨¶]Ð@\x14 „3nCSê\x11 # "
1
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0xA9FDA8B65DD0401484336E4353EA1123 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
122
1.19 ms
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = ? AND `seo_url` . `is_canonical` = ? AND `seo_url` . `language_id` = ? )
Parameters :
[
b"Ñ\x13 éÊ‹2E\e \x07 i·Ñ¼E± "
1
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT `seo_url` . `id` as `seo_url.id` , `seo_url` . `sales_channel_id` as `seo_url.salesChannelId` , `seo_url` . `language_id` as `seo_url.languageId` , `seo_url` . `foreign_key` as `seo_url.foreignKey` , `seo_url` . `route_name` as `seo_url.routeName` , `seo_url` . `path_info` as `seo_url.pathInfo` , `seo_url` . `seo_path_info` as `seo_url.seoPathInfo` , `seo_url` . `is_canonical` as `seo_url.isCanonical` , `seo_url` . `is_modified` as `seo_url.isModified` , `seo_url` . `is_deleted` as `seo_url.isDeleted` , `seo_url` . `custom_fields` as `seo_url.customFields` , `seo_url` . `created_at` as `seo_url.createdAt` , `seo_url` . `updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url` . `foreign_key` = 0xD113E9CA8B32451BAD0769B7D1BC45B1 AND `seo_url` . `is_canonical` = 1 AND `seo_url` . `language_id` = 0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
123
1.49 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.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `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.fallback_1.title` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) as `property_group_option.media.title` , `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) as `property_group_option.media.alt` , `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) as `property_group_option.media.customFields` , `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.fallback_1.languageId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = ? 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 `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.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` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` , `property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = ? 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` . title as `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields as `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at as `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at as `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id as `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id as `property_group_option.media.translation.languageId` , `property_group_option.media.translation.fallback_1` . title as `property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.fallback_1` . alt as `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.fallback_1` . custom_fields as `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.fallback_1` . created_at as `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.fallback_1` . updated_at as `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.fallback_1` . media_id as `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.fallback_1` . language_id as `property_group_option.media.translation.fallback_1.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.fallback_1` . `media_id` AND `property_group_option.media.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"4¾ý\x13 f7E\x18 ¨Ô?5ϵQ‰ "
b"}àxg;\e JÞ®ü"\ë▓>\x01 "
b"¯2ì\x18 ]½AR¸*\‘rTªm "
b"Êù-ÙjO`ªŒiÞLd\x10 . "
b"ñ‹åýrJC¡§èf˜å=Âè "
b"û–c:BLHŽ¾\x00 w+¤\v $\x05 "
b"""
¹Ü‗\f\v \n
B7Å]\x1C ╗\r ╣xþ
"""
b"=„m¦lXG8³\x1D êï”ÛÔ\x02 "
b"""
m\x1C\x18 \n
…uEŽ„\x10\x1E üà®lO
"""
b"╣[Ñ\x05 xôB\x01 ¢█¯─É¡2> "
b"Ô…~N\x00 !LY©\x05 ¢+ZîRQ "
b"Þ•ÚÚoHI\x10 Š¾ŽÁ1Ôå· "
b"Ἁ¿\x16 ÈB‘Š*~,Ë*¤þ "
b"\x14 ä‹RôìGÍ¥/Ù”´ãYÉ "
b"óGã]â3K\x1C óbô0Ø┐×¼ "
b"•ö§\x1C\x18\x1D Ef®k\x18 ؽR)\e "
b"Âz^ÿ6¾L\f ¹=‰\x02 ß5\x1D x "
b"A`À\x1A õ›B¸»=zù\x12 u¸Š "
b"a\x1E âÙçøL0„{š8Bë\x04 I "
]
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.fallback_1.name` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) as `property_group_option.group.name` ,
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) as `property_group_option.group.description` ,
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) as `property_group_option.group.position` ,
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields` ,
`property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.fallback_1.languageId` ,
`property_group_option.group.translation.languageId` ,
`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.fallback_1.title` ,
`property_group_option.media.translation.title` ,
COALESCE (
`property_group_option.media.translation.fallback_1.title` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title`
) as `property_group_option.media.title` ,
`property_group_option.media.translation.fallback_1.alt` ,
`property_group_option.media.translation.alt` ,
COALESCE (
`property_group_option.media.translation.fallback_1.alt` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt`
) as `property_group_option.media.alt` ,
`property_group_option.media.translation.fallback_1.customFields` ,
`property_group_option.media.translation.customFields` ,
COALESCE (
`property_group_option.media.translation.fallback_1.customFields` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields`
) as `property_group_option.media.customFields` ,
`property_group_option.media.translation.fallback_1.createdAt` ,
`property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation.fallback_1.updatedAt` ,
`property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation.fallback_1.mediaId` ,
`property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation.fallback_1.languageId` ,
`property_group_option.media.translation.languageId` ,
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) as `property_group_option.customFields` ,
`property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1.languageId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
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` ,
`property_group_option.translation` . created_at as `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id as `property_group_option.translation.languageId` ,
`property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id`
AND `property_group_option.translation.fallback_1` . language_id = ?
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 `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.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` ,
`property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` ,
`property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id`
AND `property_group_option.group.translation.fallback_1` . language_id = ?
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` . title as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . alt as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . custom_fields as `property_group_option.media.translation.customFields` ,
`property_group_option.media.translation` . created_at as `property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation` . updated_at as `property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation` . media_id as `property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation` . language_id as `property_group_option.media.translation.languageId` ,
`property_group_option.media.translation.fallback_1` . title as `property_group_option.media.translation.fallback_1.title` ,
`property_group_option.media.translation.fallback_1` . alt as `property_group_option.media.translation.fallback_1.alt` ,
`property_group_option.media.translation.fallback_1` . custom_fields as `property_group_option.media.translation.fallback_1.customFields` ,
`property_group_option.media.translation.fallback_1` . created_at as `property_group_option.media.translation.fallback_1.createdAt` ,
`property_group_option.media.translation.fallback_1` . updated_at as `property_group_option.media.translation.fallback_1.updatedAt` ,
`property_group_option.media.translation.fallback_1` . media_id as `property_group_option.media.translation.fallback_1.mediaId` ,
`property_group_option.media.translation.fallback_1` . language_id as `property_group_option.media.translation.fallback_1.languageId`
FROM
`media_translation` `property_group_option.media.translation`
LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.fallback_1` . `media_id`
AND `property_group_option.media.translation.fallback_1` . language_id = ?
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.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `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.fallback_1.title` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) as `property_group_option.media.title` , `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) as `property_group_option.media.alt` , `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) as `property_group_option.media.customFields` , `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.fallback_1.languageId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_1.languageId` , `property_group_option.translation.languageId` FROM `property_group_option` 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` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` , `property_group_option.translation.fallback_1` . name as `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position as `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields as `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at as `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at as `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 `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.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` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` , `property_group_option.group.translation.fallback_1` . name as `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description as `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position as `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields as `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at as `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at as `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` . title as `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields as `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at as `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at as `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id as `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id as `property_group_option.media.translation.languageId` , `property_group_option.media.translation.fallback_1` . title as `property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.fallback_1` . alt as `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.fallback_1` . custom_fields as `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.fallback_1` . created_at as `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.fallback_1` . updated_at as `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.fallback_1` . media_id as `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.fallback_1` . language_id as `property_group_option.media.translation.fallback_1.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.fallback_1` . `media_id` AND `property_group_option.media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0x34BEFD1366374518A8D43F35CFB55189 , 0x7D8578673B1B4AE8A981225C89B23E01 , 0xAF32EC185DBD4152B82A5C917254AA6D , 0xCAF92DADD96A4F60AA8C69DE4C64102E , 0xF18BE5FD724A43A1A7E86698E53DC2E8 , 0xFB96633A424C488EBE00772BA40B2405 , 0xFB9AF20C0B0A42378F5D1CBB0DB978E7 , 0x3D846DA66C584738B31DEAEF94DBD402 , 0x6D1C180A8575458E84101EFCE0AE6C4F , 0xB95BA50578934201BDDBEEC490AD323E , 0xD4857E4E00214C59A905A22B5AEE5251 , 0xDE95DADA6F4849108ABE8EC131D4E5B7 , 0xE1BC89BF16C842918A2A7E2CCB2AA4FE , 0x14E48B52F4EC47CDA52FD994B4E359C9 , 0xA247C65D83334B1CA26293309DBF9EAC , 0x95F6A71C181D4566AE6B18D8BD52291B , 0xC27A5EFF36BE4C0CB93D8902DF351D78 , 0x4160C01AF59B42B8BB3D7AF91275B88A , 0x611EE2D9E7F84C30847B9A3842EB0449 );
Copy
124
0.42 ms
SELECT `jett_mce_setting` . `id` FROM `jett_mce_setting` LEFT JOIN `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping` ON `jett_mce_setting` . `id` = `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` LEFT JOIN `sales_channel` `jett_mce_setting.salesChannels` ON `jett_mce_setting.salesChannels.mapping` . `sales_channel_id` = `jett_mce_setting.salesChannels` . `id` WHERE (`jett_mce_setting.salesChannels` . `id` = ? ) GROUP BY `jett_mce_setting` . `id`
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
]
SELECT `jett_mce_setting` . `id` FROM `jett_mce_setting` LEFT JOIN `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping` ON `jett_mce_setting` . `id` = `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` LEFT JOIN `sales_channel` `jett_mce_setting.salesChannels` ON `jett_mce_setting.salesChannels.mapping` . `sales_channel_id` = `jett_mce_setting.salesChannels` . `id` WHERE (`jett_mce_setting.salesChannels` . `id` = 0x12A33AEE1C1F4096AC63AC013D88CBED ) GROUP BY `jett_mce_setting` . `id` ;
Copy
125
0.36 ms
SELECT `jett_mce_setting` . `id` as `jett_mce_setting.id` , `jett_mce_setting` . `active` as `jett_mce_setting.active` , `jett_mce_setting` . `label` as `jett_mce_setting.label` , `jett_mce_setting` . `api_key` as `jett_mce_setting.apiKey` , `jett_mce_setting` . `list_id` as `jett_mce_setting.listId` , `jett_mce_setting` . `list_name` as `jett_mce_setting.listName` , `jett_mce_setting` . `store_id` as `jett_mce_setting.storeId` , `jett_mce_setting` . `store_name` as `jett_mce_setting.storeName` , `jett_mce_setting` . `store_domain_id` as `jett_mce_setting.storeDomainId` , `jett_mce_setting` . `store_currency_code` as `jett_mce_setting.storeCurrencyCode` , `jett_mce_setting` . `store_connected_site` as `jett_mce_setting.storeConnectedSite` , `jett_mce_setting` . `embed_connected_site` as `jett_mce_setting.embedConnectedSite` , `jett_mce_setting` . `customer_groups` as `jett_mce_setting.customerGroups` , `jett_mce_setting` . `subscriber_status` as `jett_mce_setting.subscriberStatus` , `jett_mce_setting` . `abandoned_carts` as `jett_mce_setting.abandonedCarts` , `jett_mce_setting` . `log_storage_period` as `jett_mce_setting.logStoragePeriod` , `jett_mce_setting` . `sync_limit` as `jett_mce_setting.syncLimit` , `jett_mce_setting` . `stats` as `jett_mce_setting.stats` , `jett_mce_setting` . `merge_fields` as `jett_mce_setting.mergeFields` , `jett_mce_setting` . `subscriber_sync_active` as `jett_mce_setting.subscriberSyncActive` , `jett_mce_setting` . `sync_all_languages` as `jett_mce_setting.syncAllLanguages` , `jett_mce_setting` . `sync_custom_fields_active` as `jett_mce_setting.syncCustomFieldsActive` , `jett_mce_setting` . `vendor_option` as `jett_mce_setting.vendorOption` , `jett_mce_setting` . `stats_sync_date` as `jett_mce_setting.statsSyncDate` , `jett_mce_setting` . `last_sync_date_for_orders` as `jett_mce_setting.lastSyncDateForOrders` , `jett_mce_setting` . `last_sync_date_for_products` as `jett_mce_setting.lastSyncDateForProducts` , `jett_mce_setting` . `last_sync_date_for_customers` as `jett_mce_setting.lastSyncDateForCustomers` , `jett_mce_setting` . `last_sync_date_for_subscribers` as `jett_mce_setting.lastSyncDateForSubscribers` , `jett_mce_setting` . `created_at` as `jett_mce_setting.createdAt` , `jett_mce_setting` . `updated_at` as `jett_mce_setting.updatedAt` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping`
WHERE `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.salesChannels.id_mapping` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.languages.mapping` . `language_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_language` `jett_mce_setting.languages.mapping`
WHERE `jett_mce_setting.languages.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.languages.id_mapping` FROM `jett_mce_setting` WHERE `jett_mce_setting` . `id` IN (? )
Parameters :
[
b"\x01 îCÐY>s«Å¢§?J#─ã "
]
SELECT `jett_mce_setting` . `id` as `jett_mce_setting.id` , `jett_mce_setting` . `active` as `jett_mce_setting.active` , `jett_mce_setting` . `label` as `jett_mce_setting.label` , `jett_mce_setting` . `api_key` as `jett_mce_setting.apiKey` , `jett_mce_setting` . `list_id` as `jett_mce_setting.listId` , `jett_mce_setting` . `list_name` as `jett_mce_setting.listName` , `jett_mce_setting` . `store_id` as `jett_mce_setting.storeId` , `jett_mce_setting` . `store_name` as `jett_mce_setting.storeName` , `jett_mce_setting` . `store_domain_id` as `jett_mce_setting.storeDomainId` , `jett_mce_setting` . `store_currency_code` as `jett_mce_setting.storeCurrencyCode` , `jett_mce_setting` . `store_connected_site` as `jett_mce_setting.storeConnectedSite` , `jett_mce_setting` . `embed_connected_site` as `jett_mce_setting.embedConnectedSite` , `jett_mce_setting` . `customer_groups` as `jett_mce_setting.customerGroups` , `jett_mce_setting` . `subscriber_status` as `jett_mce_setting.subscriberStatus` , `jett_mce_setting` . `abandoned_carts` as `jett_mce_setting.abandonedCarts` , `jett_mce_setting` . `log_storage_period` as `jett_mce_setting.logStoragePeriod` , `jett_mce_setting` . `sync_limit` as `jett_mce_setting.syncLimit` , `jett_mce_setting` . `stats` as `jett_mce_setting.stats` , `jett_mce_setting` . `merge_fields` as `jett_mce_setting.mergeFields` , `jett_mce_setting` . `subscriber_sync_active` as `jett_mce_setting.subscriberSyncActive` , `jett_mce_setting` . `sync_all_languages` as `jett_mce_setting.syncAllLanguages` , `jett_mce_setting` . `sync_custom_fields_active` as `jett_mce_setting.syncCustomFieldsActive` , `jett_mce_setting` . `vendor_option` as `jett_mce_setting.vendorOption` , `jett_mce_setting` . `stats_sync_date` as `jett_mce_setting.statsSyncDate` , `jett_mce_setting` . `last_sync_date_for_orders` as `jett_mce_setting.lastSyncDateForOrders` , `jett_mce_setting` . `last_sync_date_for_products` as `jett_mce_setting.lastSyncDateForProducts` , `jett_mce_setting` . `last_sync_date_for_customers` as `jett_mce_setting.lastSyncDateForCustomers` , `jett_mce_setting` . `last_sync_date_for_subscribers` as `jett_mce_setting.lastSyncDateForSubscribers` , `jett_mce_setting` . `created_at` as `jett_mce_setting.createdAt` , `jett_mce_setting` . `updated_at` as `jett_mce_setting.updatedAt` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping`
WHERE `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.salesChannels.id_mapping` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.languages.mapping` . `language_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_language` `jett_mce_setting.languages.mapping`
WHERE `jett_mce_setting.languages.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.languages.id_mapping` FROM `jett_mce_setting` WHERE `jett_mce_setting` . `id` IN (0x018C43D1593E73AE8FBDF53F4A23C4C6 );
Copy
126
0.41 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.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `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` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` 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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
]
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.analytics` . `id` as `sales_channel.analytics.id` ,
`sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` ,
`sales_channel.analytics` . `active` as `sales_channel.analytics.active` ,
`sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` ,
`sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` ,
`sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` ,
`sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) as `sales_channel.customFields` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.salesChannelId` ,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . sales_channel_id ,
`sales_channel.translation` . name as `sales_channel.translation.name` ,
`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` ,
`sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` ,
`sales_channel.translation` . created_at as `sales_channel.translation.createdAt` ,
`sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` ,
`sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` ,
`sales_channel.translation` . language_id as `sales_channel.translation.languageId`
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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `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.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `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` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` 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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE `sales_channel` . `id` IN (0x12A33AEE1C1F4096AC63AC013D88CBED );
Copy
127
0.12 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE `language` . `id` IN (? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE `language` . `id` IN (0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
128
0.22 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
JSON_UNQUOTE (JSON_EXTRACT (`domain` . custom_fields , '$.isoCode' )) AS overriddenLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
JSON_UNQUOTE (JSON_EXTRACT (`domain` . custom_fields , '$.isoCode' )) AS overriddenLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x12A33AEE1C1F4096AC63AC013D88CBED ;
Copy
129
0.78 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? , ? )
Parameters :
[
"/h1webblog/23523c50b4404724bd496a29324f0bee "
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/h1webblog/23523c50b4404724bd496a29324f0bee' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x12A33AEE1C1F4096AC63AC013D88CBED AND `language_id` IN (0x4C0336B2410543DAB1CAF2364F3A7874 , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
130
0.10 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
131
0.32 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = ? AND `payment_method` . `active` = ? )
Parameters :
[
"Kiener\MolliePayments\Handler\Method\ApplePayPayment "
true
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' AND `payment_method` . `active` = 1 );
Copy
132
0.34 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
133
0.24 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
134
0.24 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
135
0.27 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
136
0.60 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.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.fallback_1.languageId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `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` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` , `sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` , `sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id` AND `sales_channel.translation.fallback_1` . language_id = ? 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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE (`sales_channel` . `active` = ? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
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.analytics` . `id` as `sales_channel.analytics.id` ,
`sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` ,
`sales_channel.analytics` . `active` as `sales_channel.analytics.active` ,
`sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` ,
`sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` ,
`sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` ,
`sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) as `sales_channel.name` ,
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled` ,
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) as `sales_channel.homeName` ,
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords` ,
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) as `sales_channel.customFields` ,
`sales_channel.translation.fallback_1.createdAt` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.fallback_1.updatedAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.fallback_1.salesChannelId` ,
`sales_channel.translation.salesChannelId` ,
`sales_channel.translation.fallback_1.languageId` ,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . sales_channel_id ,
`sales_channel.translation` . name as `sales_channel.translation.name` ,
`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` ,
`sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` ,
`sales_channel.translation` . created_at as `sales_channel.translation.createdAt` ,
`sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` ,
`sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` ,
`sales_channel.translation` . language_id as `sales_channel.translation.languageId` ,
`sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` ,
`sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` ,
`sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` ,
`sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id`
AND `sales_channel.translation.fallback_1` . language_id = ?
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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id`
WHERE
(`sales_channel` . `active` = ? )
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.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.fallback_1.languageId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `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` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` , `sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` , `sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id` AND `sales_channel.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE (`sales_channel` . `active` = 1 );
Copy
137
0.22 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"\x10\x1E\x15 J¹$M\x0E •‘˜\x7F ƒ! ± "
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
b"(\r ─\x1C «ôM\x13 ôÔó8ÅC9c "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
b"¸R$ô\x07 jHl¢\x00 ¹JÐÒ/Ç "
b"¿¤éßj¹Fû°ï?eÀߊ^ "
]
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 (0x101E154AB9244D0E9591987F8321A0B1 , 0x12A33AEE1C1F4096AC63AC013D88CBED , 0x280DC41CAE934D1393E2A2388F433963 , 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 , 0xB85224F4076A486CA200B94AD0D22FC7 , 0xBFA4E9DF6AB946FBB0EF3F65C0DF8A5E ));
Copy
138
0.12 ms
SELECT `sales_channel_domain` . `id` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` = ? ) LIMIT 1
Parameters :
[
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
]
SELECT `sales_channel_domain` . `id` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` = 0x12A33AEE1C1F4096AC63AC013D88CBED ) LIMIT 1 ;
Copy
139
0.11 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` . `id` IN (? )
Parameters :
[
b"\x01 ôl╬\x1A °wÙö¢ØF~°6\x1D "
]
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` . `id` IN (0x01936CCE1AF877EB94BD9D467EF8361D );
Copy
140
0.15 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
141
0.32 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'fr-FR' ;
Copy
142
0.13 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"©\x01 ؾßÎOàº÷Iç┤ò\x12 Ñ "
]
SELECT iso FROM snippet_set WHERE id = 0xB8019DF3E1D74F85A7F64987B49512A5 ;
Copy
143
0.21 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName
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"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName
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 = 0x12A33AEE1C1F4096AC63AC013D88CBED
;
Copy
144
0.15 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
145
0.14 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
146
0.12 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
147
0.37 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
148
0.35 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
149
0.17 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
150
0.15 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
151
0.14 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
152
0.13 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
153
0.12 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
154
0.12 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
155
0.12 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
156
0.13 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
157
0.16 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
158
0.13 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
159
0.13 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
160
0.12 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
161
0.13 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
162
0.14 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
163
0.16 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
164
0.13 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
165
0.12 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
166
0.13 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
167
0.14 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
168
0.12 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
169
0.15 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
170
0.13 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
171
0.35 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
172
0.16 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
173
0.17 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
174
0.20 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
175
3.65 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"©\x01 ؾßÎOàº÷Iç┤ò\x12 Ñ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0xB8019DF3E1D74F85A7F64987B49512A5 ;
Copy
176
13.90 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 :
[
"/h1webblog/23523c50b4404724bd496a29324f0bee "
"/navigation/56733c6b3a044ae9965b3c13f2925c0c "
"/navigation/4fe4c94356c2412ba963a90346b348ff "
"/navigation/c3df301421b54025beab5df9532996ba "
"/navigation/1e86af6954a7464187ae2841d377ca36 "
"/navigation/ed447ebc75d04659afdc2bd2f95f0b0e "
"/navigation/08f530a967544d848bb4ee6cc7ed71b1 "
"/navigation/20896fec0c5749088c2eb32f3aef73f3 "
"/navigation/0fc658d884f143ffba28936732ccda62 "
"/navigation/636e017a2f7c41b4a83717aadcf28e2c "
"/navigation/89b73cc8033b47a9944e9bd3ed3180f6 "
"/navigation/e052b9af99ce4a89b6d1b17e76674f69 "
"/navigation/ea548e6db300435eba69e4a8159b6870 "
"/navigation/cb8a8d3be3264cad9360617d6ea8a82e "
"/navigation/28280a50959e4cfbb23c4e9ea9aa035d "
"/navigation/e382243a35c04841ab05dad6ab11eed3 "
"/navigation/bccf50b98a57484197961b64fa89b341 "
"/navigation/fe211fc1ab064a71ba6b293248b02161 "
"/navigation/d5136295e8c2490094116b763ecacde3 "
"/navigation/82934ed8064549679b148f0a375babd8 "
"/navigation/562d6d02d1704fb38e8e0ae2fd37cbbf "
"/navigation/018e0dbf66007bfbb131c67a69136642 "
"/navigation/626a2ffd129448619433d89d37917a3f "
"/navigation/4b199327fd3f4f6b8f0ff3c4fbda8a46 "
"/navigation/018e0dbf9cb179a6b9f9416f6405efb1 "
"/navigation/0bc133e718b44e6d8d9308c0c0209e90 "
"/navigation/018e0ddbbd377b26b905eeaa6109ee30 "
"/navigation/018e0ddbe49e779ebb20b827782da63a "
"/navigation/018e0ddc0bc8750a814cf7a41d40b522 "
"/navigation/969e3eb8be734156a19cbf880ab2b1a4 "
"/navigation/018e0dd141c77280a03aa8bbf6315ae9 "
"/navigation/018e0dd1c0a67a0f84ae9a80b9418fbd "
"/navigation/cdc9d859a44a4987ad79fa631636967c "
"/navigation/28ea578d1640479eb8fc79d455c21ee6 "
"/navigation/018e0ddcdb7070fabd82660a5e777e1a "
"/navigation/62c6f5c00dcf420288ab37456456941c "
"/navigation/018e0dd96abb7d6d9b37cfa4d71c4511 "
"/navigation/349f7f9ceff8423a8dc2c227f3c53917 "
"/navigation/018e7636fcfc703bbc48bb901d5d548a "
"/navigation/024e6514a8a5425a9a68c61ef18e5138 "
"/navigation/46ed5d14f62e408c8e0254ba8afe09d2 "
"/navigation/07bbeda177e54aaf839ba9ef00199128 "
"/navigation/cfb5113a20774b7ebc4dbc51fec7a302 "
"/navigation/ac89ad3ef45a4a63a2e633f49c03ee8f "
"/navigation/3d6ff942a28f40ba8686c8c46205599f "
"/navigation/22a55ecccb6e48dfa6c089c187989362 "
"/navigation/a9cba26ba3e34ed1b5e35ffdd3444db2 "
"/navigation/6a11edba36794783b5cdb70e472b48ab "
"/navigation/935eac22393b4b7abd4679659e0bea28 "
"/navigation/548da761afc04baaa19b7d5b1b676dea "
"/navigation/19839664a1764919b828f068b538bf2e "
"/navigation/ecbe6413a95b431fbe27de8ab57c9924 "
"/navigation/ffc656ea3c0d471abff1b6c7dee7e0a3 "
"/navigation/81133aba38d24196afaf83c36fc98e82 "
"/navigation/bdd910a8688741e9b0c32de6fa21d047 "
"/navigation/2c8519b679654cd8b7309006b54cb856 "
"/navigation/354efddb41154f3085c398485e08e942 "
"/navigation/e1af8c41d2e34eb7a7a2dfcff515efe0 "
"/navigation/76484ddd28f94a53b45875ddab4e3126 "
"/navigation/3984c6ba204e48e4a24e528aa992dfe5 "
"/navigation/0678a92e768945b78dba9a9508847148 "
"/navigation/fdce41fd64eb4fb482e757b0ad951359 "
"/navigation/30727c1ee2b94d46a6216cc54c446733 "
"/navigation/89c17be1388c46d7a043ec2b2dfc239f "
"/navigation/9ae515aeb1154b33aef18c6d49d5f056 "
"/navigation/15a97b958e674817b3b49fd925cbf0e5 "
"/navigation/2446bf82830e454baa7fc723bb3a72c1 "
"/detail/269896df53174bc7acd92f6be1b8d7b9 "
"/navigation/a6894e0ba8c748898602f082975e8626 "
"/navigation/787a4265476b49eeb86c233bd5ad5493 "
"/navigation/55d98277350e414680fc3d9a07103e9a "
"/navigation/1d48d59e425540c7af04316864e80a83 "
"/navigation/688133a2d8bc4ac9b0cde20983c68694 "
"/navigation/fc76fe7a8a804d05935d6f08ba56fb58 "
"/navigation/22a2d10c4bce45ff9123628fb20823ca "
"/navigation/fa99508bbb8b43f19bea7dd659489b93 "
"/navigation/1452c0671c7d425b88f8d56690f65342 "
"/detail/70858eb69d604037869ebb6566e56203 "
"/navigation/1ccc58f92a1244da88463c1d3383ceb4 "
"/navigation/52d7fd0ec84e45c6bba264a88e60a2f7 "
"/navigation/f428562cbaf8498b80a72ff5e5f918a1 "
"/navigation/433cb684c3c4402fb8a351ca472743cb "
"/navigation/511475c57cf140509e46d654c5144954 "
"/navigation/1cf423ba739044c68ffe69e0ac563209 "
"/navigation/f69c2963f3f04a2199cd14b1ef37564e "
"/navigation/b6b322d22aa24523bf08574cd44784e7 "
"/navigation/b76de36e355042a69aee4a30747f86a0 "
"/navigation/14c51e3a7dcc460c9728191ded2df0f0 "
"/navigation/722e0144f70749a38eec2a75e6c691cd "
"/navigation/992f7ebcafa14053b1fa87eba7647436 "
"/navigation/9fe111266dae45ac9a11986a81c16b31 "
"/navigation/d06b121d7f3e4d938573ae231e044573 "
"/navigation/9fe28bebe4d047d7b0daa7d2e497fe5a "
"/navigation/eec3ef7f465941f18bae26c8343d539e "
"/navigation/11f9e3f2f3ad44bd8988c23e0155eb0f "
"/navigation/27c3cd0926f048ca9c488854822cc951 "
"/navigation/27d9fb6abf54462db6c194c3a66a2450 "
"/navigation/179cfa3f76f04612ad42dcca584cca11 "
"/navigation/e5e15f803e704d5f8a5b86076cb714b4 "
"/navigation/662cb48964b44939ba064b14fd184e8d "
"/navigation/98451a5c824f495aac3cd90af439cb35 "
"/navigation/98414e9e90714de380ce24884654835c "
"/navigation/f814913cb30741799902322eb5719c08 "
"/navigation/85c7c49f03c44494a4459ba72c37f0af "
"/navigation/77d126ee8c754cfdb494f675030e4bf1 "
"/navigation/265af7f5de7d4681923b9824fb394275 "
"/navigation/0348f61a37eb4b48931122e856ca4530 "
"/navigation/b3c4f2cc864b496f9543d96a870f4294 "
"/navigation/27be5ca1bc5447a1b2abdc79ad0a57d5 "
"/navigation/81bd61656a5140a1af8895767561dac6 "
"/navigation/fcfbca3d75194c08860a313ac7133578 "
"/navigation/dbd8d119a4594280bf8440d3aa261f06 "
"/navigation/92ead273a77c4472b0d87714bdb2b418 "
"/navigation/0e25440a37c8472895bbacd5c129308b "
"/navigation/5083f3991db14bab8a3ded17916b430e "
"/navigation/bdab70487cc144bf97240585d90ab69a "
"/detail/018c7d5a9f6e7175a9db54217de4b7dc "
"/detail/260bc7539f9146d8a741dae51a2c8b19 "
"/detail/0553db3126c24c65aa95820a3a518643 "
"/detail/018b66ad01737138a42689bbe5a23db8 "
"/detail/018c1507454871969336d40fdcc0f3ca "
"/detail/018c154cd576724bb73f4d6c5ad2e16a "
"/detail/66a30b6fd2ca463b9aaa6b68cb8ef49d "
"/detail/59f29ce22498493f9b549502791ae16a "
"/detail/131b0aad936141a485b5ac3a2bc036fd "
"/detail/07d29195723443a39d62f4c7cb6d806c "
"/detail/1f53fbb373d243bfb18daafd82816016 "
"/h1webblog/018d7d9646ac71c1bf7a631122dddfd2 "
"/h1webblog/018d83d65ab5799e98ef71d57a0bf0a9 "
"/h1webblog/018d16fae81275219022196df9c02d18 "
"/h1webblog/018cfdc3ae047d19a1c650ccc41c5501 "
"/navigation/ec5a52a12a114ec8bb8832ca6135213d "
"/navigation/1e8779e1c9f549cab4b1887ad096d31d "
"/navigation/ad61554d7ad24675b73411f8706165fd "
"/navigation/b3725d76e48f4817b6382f4d8d7d7d74 "
"/navigation/95b0c9a5b13f4a4da64a5018ba17545c "
"/navigation/9ecb1a34cf8147b0b6fbe99f059aedce "
"/navigation/160b1d431e9d4bab9b5f7328e26f196e "
"/navigation/018b6207e4aa7112947f7083f94c34dd "
"/navigation/2e59675cf6094ef2870ebd9e8080b16d "
"/detail/fb2a1e73e51846f2975e6505341e821d "
"/navigation/77debe7e8c704013abd00b55ddeb0f5c "
"/navigation/018b61f19ac07668a0df86e65b0dace6 "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
]
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 ('/h1webblog/23523c50b4404724bd496a29324f0bee' , '/navigation/56733c6b3a044ae9965b3c13f2925c0c' , '/navigation/4fe4c94356c2412ba963a90346b348ff' , '/navigation/c3df301421b54025beab5df9532996ba' , '/navigation/1e86af6954a7464187ae2841d377ca36' , '/navigation/ed447ebc75d04659afdc2bd2f95f0b0e' , '/navigation/08f530a967544d848bb4ee6cc7ed71b1' , '/navigation/20896fec0c5749088c2eb32f3aef73f3' , '/navigation/0fc658d884f143ffba28936732ccda62' , '/navigation/636e017a2f7c41b4a83717aadcf28e2c' , '/navigation/89b73cc8033b47a9944e9bd3ed3180f6' , '/navigation/e052b9af99ce4a89b6d1b17e76674f69' , '/navigation/ea548e6db300435eba69e4a8159b6870' , '/navigation/cb8a8d3be3264cad9360617d6ea8a82e' , '/navigation/28280a50959e4cfbb23c4e9ea9aa035d' , '/navigation/e382243a35c04841ab05dad6ab11eed3' , '/navigation/bccf50b98a57484197961b64fa89b341' , '/navigation/fe211fc1ab064a71ba6b293248b02161' , '/navigation/d5136295e8c2490094116b763ecacde3' , '/navigation/82934ed8064549679b148f0a375babd8' , '/navigation/562d6d02d1704fb38e8e0ae2fd37cbbf' , '/navigation/018e0dbf66007bfbb131c67a69136642' , '/navigation/626a2ffd129448619433d89d37917a3f' , '/navigation/4b199327fd3f4f6b8f0ff3c4fbda8a46' , '/navigation/018e0dbf9cb179a6b9f9416f6405efb1' , '/navigation/0bc133e718b44e6d8d9308c0c0209e90' , '/navigation/018e0ddbbd377b26b905eeaa6109ee30' , '/navigation/018e0ddbe49e779ebb20b827782da63a' , '/navigation/018e0ddc0bc8750a814cf7a41d40b522' , '/navigation/969e3eb8be734156a19cbf880ab2b1a4' , '/navigation/018e0dd141c77280a03aa8bbf6315ae9' , '/navigation/018e0dd1c0a67a0f84ae9a80b9418fbd' , '/navigation/cdc9d859a44a4987ad79fa631636967c' , '/navigation/28ea578d1640479eb8fc79d455c21ee6' , '/navigation/018e0ddcdb7070fabd82660a5e777e1a' , '/navigation/62c6f5c00dcf420288ab37456456941c' , '/navigation/018e0dd96abb7d6d9b37cfa4d71c4511' , '/navigation/349f7f9ceff8423a8dc2c227f3c53917' , '/navigation/018e7636fcfc703bbc48bb901d5d548a' , '/navigation/024e6514a8a5425a9a68c61ef18e5138' , '/navigation/46ed5d14f62e408c8e0254ba8afe09d2' , '/navigation/07bbeda177e54aaf839ba9ef00199128' , '/navigation/cfb5113a20774b7ebc4dbc51fec7a302' , '/navigation/ac89ad3ef45a4a63a2e633f49c03ee8f' , '/navigation/3d6ff942a28f40ba8686c8c46205599f' , '/navigation/22a55ecccb6e48dfa6c089c187989362' , '/navigation/a9cba26ba3e34ed1b5e35ffdd3444db2' , '/navigation/6a11edba36794783b5cdb70e472b48ab' , '/navigation/935eac22393b4b7abd4679659e0bea28' , '/navigation/548da761afc04baaa19b7d5b1b676dea' , '/navigation/19839664a1764919b828f068b538bf2e' , '/navigation/ecbe6413a95b431fbe27de8ab57c9924' , '/navigation/ffc656ea3c0d471abff1b6c7dee7e0a3' , '/navigation/81133aba38d24196afaf83c36fc98e82' , '/navigation/bdd910a8688741e9b0c32de6fa21d047' , '/navigation/2c8519b679654cd8b7309006b54cb856' , '/navigation/354efddb41154f3085c398485e08e942' , '/navigation/e1af8c41d2e34eb7a7a2dfcff515efe0' , '/navigation/76484ddd28f94a53b45875ddab4e3126' , '/navigation/3984c6ba204e48e4a24e528aa992dfe5' , '/navigation/0678a92e768945b78dba9a9508847148' , '/navigation/fdce41fd64eb4fb482e757b0ad951359' , '/navigation/30727c1ee2b94d46a6216cc54c446733' , '/navigation/89c17be1388c46d7a043ec2b2dfc239f' , '/navigation/9ae515aeb1154b33aef18c6d49d5f056' , '/navigation/15a97b958e674817b3b49fd925cbf0e5' , '/navigation/2446bf82830e454baa7fc723bb3a72c1' , '/detail/269896df53174bc7acd92f6be1b8d7b9' , '/navigation/a6894e0ba8c748898602f082975e8626' , '/navigation/787a4265476b49eeb86c233bd5ad5493' , '/navigation/55d98277350e414680fc3d9a07103e9a' , '/navigation/1d48d59e425540c7af04316864e80a83' , '/navigation/688133a2d8bc4ac9b0cde20983c68694' , '/navigation/fc76fe7a8a804d05935d6f08ba56fb58' , '/navigation/22a2d10c4bce45ff9123628fb20823ca' , '/navigation/fa99508bbb8b43f19bea7dd659489b93' , '/navigation/1452c0671c7d425b88f8d56690f65342' , '/detail/70858eb69d604037869ebb6566e56203' , '/navigation/1ccc58f92a1244da88463c1d3383ceb4' , '/navigation/52d7fd0ec84e45c6bba264a88e60a2f7' , '/navigation/f428562cbaf8498b80a72ff5e5f918a1' , '/navigation/433cb684c3c4402fb8a351ca472743cb' , '/navigation/511475c57cf140509e46d654c5144954' , '/navigation/1cf423ba739044c68ffe69e0ac563209' , '/navigation/f69c2963f3f04a2199cd14b1ef37564e' , '/navigation/b6b322d22aa24523bf08574cd44784e7' , '/navigation/b76de36e355042a69aee4a30747f86a0' , '/navigation/14c51e3a7dcc460c9728191ded2df0f0' , '/navigation/722e0144f70749a38eec2a75e6c691cd' , '/navigation/992f7ebcafa14053b1fa87eba7647436' , '/navigation/9fe111266dae45ac9a11986a81c16b31' , '/navigation/d06b121d7f3e4d938573ae231e044573' , '/navigation/9fe28bebe4d047d7b0daa7d2e497fe5a' , '/navigation/eec3ef7f465941f18bae26c8343d539e' , '/navigation/11f9e3f2f3ad44bd8988c23e0155eb0f' , '/navigation/27c3cd0926f048ca9c488854822cc951' , '/navigation/27d9fb6abf54462db6c194c3a66a2450' , '/navigation/179cfa3f76f04612ad42dcca584cca11' , '/navigation/e5e15f803e704d5f8a5b86076cb714b4' , '/navigation/662cb48964b44939ba064b14fd184e8d' , '/navigation/98451a5c824f495aac3cd90af439cb35' , '/navigation/98414e9e90714de380ce24884654835c' , '/navigation/f814913cb30741799902322eb5719c08' , '/navigation/85c7c49f03c44494a4459ba72c37f0af' , '/navigation/77d126ee8c754cfdb494f675030e4bf1' , '/navigation/265af7f5de7d4681923b9824fb394275' , '/navigation/0348f61a37eb4b48931122e856ca4530' , '/navigation/b3c4f2cc864b496f9543d96a870f4294' , '/navigation/27be5ca1bc5447a1b2abdc79ad0a57d5' , '/navigation/81bd61656a5140a1af8895767561dac6' , '/navigation/fcfbca3d75194c08860a313ac7133578' , '/navigation/dbd8d119a4594280bf8440d3aa261f06' , '/navigation/92ead273a77c4472b0d87714bdb2b418' , '/navigation/0e25440a37c8472895bbacd5c129308b' , '/navigation/5083f3991db14bab8a3ded17916b430e' , '/navigation/bdab70487cc144bf97240585d90ab69a' , '/detail/018c7d5a9f6e7175a9db54217de4b7dc' , '/detail/260bc7539f9146d8a741dae51a2c8b19' , '/detail/0553db3126c24c65aa95820a3a518643' , '/detail/018b66ad01737138a42689bbe5a23db8' , '/detail/018c1507454871969336d40fdcc0f3ca' , '/detail/018c154cd576724bb73f4d6c5ad2e16a' , '/detail/66a30b6fd2ca463b9aaa6b68cb8ef49d' , '/detail/59f29ce22498493f9b549502791ae16a' , '/detail/131b0aad936141a485b5ac3a2bc036fd' , '/detail/07d29195723443a39d62f4c7cb6d806c' , '/detail/1f53fbb373d243bfb18daafd82816016' , '/h1webblog/018d7d9646ac71c1bf7a631122dddfd2' , '/h1webblog/018d83d65ab5799e98ef71d57a0bf0a9' , '/h1webblog/018d16fae81275219022196df9c02d18' , '/h1webblog/018cfdc3ae047d19a1c650ccc41c5501' , '/navigation/ec5a52a12a114ec8bb8832ca6135213d' , '/navigation/1e8779e1c9f549cab4b1887ad096d31d' , '/navigation/ad61554d7ad24675b73411f8706165fd' , '/navigation/b3725d76e48f4817b6382f4d8d7d7d74' , '/navigation/95b0c9a5b13f4a4da64a5018ba17545c' , '/navigation/9ecb1a34cf8147b0b6fbe99f059aedce' , '/navigation/160b1d431e9d4bab9b5f7328e26f196e' , '/navigation/018b6207e4aa7112947f7083f94c34dd' , '/navigation/2e59675cf6094ef2870ebd9e8080b16d' , '/detail/fb2a1e73e51846f2975e6505341e821d' , '/navigation/77debe7e8c704013abd00b55ddeb0f5c' , '/navigation/018b61f19ac07668a0df86e65b0dace6' )) AND (seo_url . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 ) AND (seo_url . sales_channel_id = 0x12A33AEE1C1F4096AC63AC013D88CBED OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
177
0.50 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"Rmi0±ÝIÕºwö)¦¤w÷ "
b"Çò‚X¶Oš¨wÒ7³@ˆ® "
b"ÅL|g\x0E 'EL¶\x13 ÉÖÑéç‹ "
b"\x06 ³A"@&H\x1A Ø\x10 Öex¿¼Z "
b"l›î.G\x08 OàžßP\x01 €Èéº "
b"¥¶6o\x10 +A÷’LÚ¯+‹¿. "
b"ã:╔\x06 ▀AÉɳ\x07 x\x01 E¦k "
b"\x01 ì1‗tXurÂÊȳ2íø\x06 "
b"\x01 ÅQ▄-Ïuvè.ýqkB\x00\x00 "
b"\x01 ÅQÔ¶Øs\x19 ░A\x05 Ȩ═ V "
b"È\f ¨É\v ðIPïô│Ú╚Ç°÷ "
]
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 (0x526D6930B1DD49D5BA77F629A6A477F7 , 0xADC7F28258B64F9AA877D237B34088AE , 0xC54C7C670E27454CB613C9D6D1E9E78B , 0x06FC41224026481A9D10996578A8AC5A , 0x6C9BEE2E47084FE09EDF500180C8E9BA , 0xA5B6366F102B41F7924CDAAF2B8BBF2E , 0xF0C63AC906DF419090FC07780145DD6B , 0x018D31F274587572B6D2D4FC32A19B06 , 0x018F51DC2DD875768A2EEC716B420000 , 0x018F51E2F49D7319B04105D4F9CDFF56 , 0xD40CF9900BD049508B93B3E9C880F8F6 );
Copy