1
0.40 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.36 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.37 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.08 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
0.41 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"b\x0E _]iåL½žH¾Z¾T÷³ "
"Polyfilla-Pro-E130-Enduit-tres-fin-avec-un-temps-de-sechage-prolonge/PP-03002AA/ "
1
]
SELECT seo_path_info FROM seo_url WHERE (language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 ) AND ((sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 OR sales_channel_id IS NULL )) AND (seo_path_info = 'Polyfilla-Pro-E130-Enduit-tres-fin-avec-un-temps-de-sechage-prolonge/PP-03002AA/' ) AND (is_canonical = 1 ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1 ;
Copy
6
0.23 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"b\x0E _]iåL½žH¾Z¾T÷³ "
"Polyfilla-Pro-E130-Enduit-tres-fin-avec-un-temps-de-sechage-prolonge/PP-03002AA "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 ) AND ((sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 OR sales_channel_id IS NULL )) AND (seo_path_info = 'Polyfilla-Pro-E130-Enduit-tres-fin-avec-un-temps-de-sechage-prolonge/PP-03002AA' );
Copy
7
0.38 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"b\x0E _]iåL½žH¾Z¾T÷³ "
"vIPFQMTb5EEKKsm8P7ZWs97du5DF8FzH "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (token = 'vIPFQMTb5EEKKsm8P7ZWs97du5DF8FzH' ) LIMIT 1 ;
Copy
9
3.67 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
10
0.13 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"vIPFQMTb5EEKKsm8P7ZWs97du5DF8FzH "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'vIPFQMTb5EEKKsm8P7ZWs97du5DF8FzH' ;
Copy
11
0.51 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
12
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
13
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
14
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"b\x0E _]iåL½žH¾Z¾T÷³ "
b"CÕL P»L\x07 Ÿ3|-'i’\x16 "
]
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` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 )) AND (`country` . `id` IN (0x43D54C2050BB4C079F337C2D27699216 )) GROUP BY `country` . `id` ;
Copy
15
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"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
16
0.22 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"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
17
0.32 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
18
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
19
0.15 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
20
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"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
21
0.26 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"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
22
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
23
0.31 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
24
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
25
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 :
[
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
26
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
27
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
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.14 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"vIPFQMTb5EEKKsm8P7ZWs97du5DF8FzH "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (token = 'vIPFQMTb5EEKKsm8P7ZWs97du5DF8FzH' ) LIMIT 1 ;
Copy
30
0.75 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
31
0.10 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"vIPFQMTb5EEKKsm8P7ZWs97du5DF8FzH "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'vIPFQMTb5EEKKsm8P7ZWs97du5DF8FzH' ;
Copy
32
0.32 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.27 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.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
35
0.26 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"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) 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"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
37
0.31 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.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
39
0.15 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.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"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
41
0.22 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"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
42
0.10 ms
SELECT module . module , module . response FROM wbm_data_layer_modules module
SELECT module . module , module . response FROM wbm_data_layer_modules module ;
Copy
43
0.47 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `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
44
0.29 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
45
0.17 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
46
0.26 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
47
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
48
0.27 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.17 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"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
51
0.24 ms
SELECT `swag_social_shopping_sales_channel` . `id` FROM `swag_social_shopping_sales_channel` LEFT JOIN `sales_channel_domain` `swag_social_shopping_sales_channel.salesChannelDomain` ON `swag_social_shopping_sales_channel` . `sales_channel_domain_id` = `swag_social_shopping_sales_channel.salesChannelDomain` . `id` LEFT JOIN `sales_channel` `swag_social_shopping_sales_channel.salesChannel` ON `swag_social_shopping_sales_channel` . `sales_channel_id` = `swag_social_shopping_sales_channel.salesChannel` . `id` WHERE (`swag_social_shopping_sales_channel.salesChannelDomain` . `sales_channel_id` = ? AND `swag_social_shopping_sales_channel.salesChannel` . `active` = ? AND `swag_social_shopping_sales_channel` . `network` = ? )
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
"SwagSocialShopping\Component\Network\Pinterest "
]
SELECT `swag_social_shopping_sales_channel` . `id` FROM `swag_social_shopping_sales_channel` LEFT JOIN `sales_channel_domain` `swag_social_shopping_sales_channel.salesChannelDomain` ON `swag_social_shopping_sales_channel` . `sales_channel_domain_id` = `swag_social_shopping_sales_channel.salesChannelDomain` . `id` LEFT JOIN `sales_channel` `swag_social_shopping_sales_channel.salesChannel` ON `swag_social_shopping_sales_channel` . `sales_channel_id` = `swag_social_shopping_sales_channel.salesChannel` . `id` WHERE (`swag_social_shopping_sales_channel.salesChannelDomain` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND `swag_social_shopping_sales_channel.salesChannel` . `active` = 1 AND `swag_social_shopping_sales_channel` . `network` = 'SwagSocialShopping\\Component\\Network\\Pinterest' );
Copy
52
0.65 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `product_number` as `product.productNumber` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `parent_id` = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x03 —¸$ßUDR¬(ÛnsÏž/ "
]
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `product_number` as `product.productNumber` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `parent_id` = 0x0397B824DF554452AC28DB6E73CF9E2F ));
Copy
53
0.37 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category` . `id` = `category.mainCategories` . `category_id` AND `category` . version_id = `category.mainCategories` . category_version_id WHERE (`category` . `version_id` = ? ) AND (((`category.mainCategories` . `product_id` = ? AND `category.mainCategories` . `sales_channel_id` = ? AND (`category` . `path` LIKE ? OR `category` . `path` LIKE ? )))) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x03 —¸$ßUDR¬(ÛnsÏž/ "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"%|a4cb64e4dae94ea3a64e44a5b2b409fe|% "
"%|e5f9ac71126e493ea79d61460b3880b6|% "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category` . `id` = `category.mainCategories` . `category_id` AND `category` . version_id = `category.mainCategories` . category_version_id WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category.mainCategories` . `product_id` = 0x0397B824DF554452AC28DB6E73CF9E2F AND `category.mainCategories` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND (`category` . `path` LIKE '%|a4cb64e4dae94ea3a64e44a5b2b409fe|%' OR `category` . `path` LIKE '%|e5f9ac71126e493ea79d61460b3880b6|%' )))) LIMIT 1 ;
Copy
54
0.28 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `active` = ? AND (`category` . `path` LIKE ? OR `category` . `path` LIKE ? ))) AND (`category` . `id` IN (? , ? , ? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
true
"%|a4cb64e4dae94ea3a64e44a5b2b409fe|% "
"%|e5f9ac71126e493ea79d61460b3880b6|% "
b"ŽÍ/Èè¦I\x7F ·A#ƒEBÊ "
b"‘XÄ\x19 TþK\x1A ¥€(ê[ß`È "
b"ì¾d\x13 ©[C\x1F ¾'ÞŠµ|™$ "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `active` = 1 AND (`category` . `path` LIKE '%|a4cb64e4dae94ea3a64e44a5b2b409fe|%' OR `category` . `path` LIKE '%|e5f9ac71126e493ea79d61460b3880b6|%' ))) AND (`category` . `id` IN (0x8ECD2FC8E8A6497FADB74123834542CA , 0x9158C41954FE4B1AA58028EA5BDF60C8 , 0xECBE6413A95B431FBE27DE8AB57C9924 )) LIMIT 1 ;
Copy
55
0.75 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"‘XÄ\x19 TþK\x1A ¥€(ê[ß`È "
]
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 (0x9158C41954FE4B1AA58028EA5BDF60C8 ));
Copy
56
0.46 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
57
0.38 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
58
0.21 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
59
0.30 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"b\x0E _]iåL½žH¾Z¾T÷³ "
]
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` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) GROUP BY `jett_mce_setting` . `id` ;
Copy
60
0.44 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Çóãv€›5Ôx»À¸ì "
]
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 (0x018C43C7F3E376809B35D478BBC0B8EC );
Copy
61
0.46 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"b\x0E _]iåL½žH¾Z¾T÷³ "
]
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 (0x620E5F5D69E54CBD9E48BE5ABE54F7B3 );
Copy
62
0.17 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
63
0.15 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"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
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 (0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
64
0.31 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"b\x0E _]iåL½žH¾Z¾T÷³ "
]
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` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ;
Copy
65
0.52 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 :
[
"/detail/0397b824df554452ac28db6e73cf9e2f "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/detail/0397b824df554452ac28db6e73cf9e2f' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , 0x4C0336B2410543DAB1CAF2364F3A7874 , 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
66
0.12 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
67
0.26 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
68
0.33 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"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
69
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"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
70
0.31 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"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
71
0.31 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"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
72
0.68 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
73
0.41 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
74
0.19 ms
SELECT `sales_channel_domain` . `id` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` = ? ) LIMIT 1
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT `sales_channel_domain` . `id` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) LIMIT 1 ;
Copy
75
0.13 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 Å\x17 ÏïNrnĹÌMÂ\n
Ë«
"""
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `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 (0x018F17D88B4E726E8EFBDE4DB60AD3AE );
Copy
76
0.26 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id IS NULL ) AND (property . module = ? )
Parameters :
[
"frontend.detail.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id IS NULL ) AND (property . module = 'frontend.detail.page' );
Copy
77
0.14 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = ? ) AND (property . module = ? )
Parameters :
[
b"1ýOf\,L\x0E É\x16 mo╚▄êÑ "
"frontend.detail.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = 0x31EC4F665C2C4C0E90166D6FC8DC88A5 ) AND (property . module = 'frontend.detail.page' );
Copy
78
0.19 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = ? ) AND (property . module = ? )
Parameters :
[
b"B›>Ÿ±N@P¸è ˜3C^H "
"frontend.detail.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = 0x429B3E9FB14E4050B8E8A09833435E48 ) AND (property . module = 'frontend.detail.page' );
Copy
79
0.13 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = ? ) AND (property . module = ? )
Parameters :
[
b"òÙàù9ºC\x02 Ÿz³³ƒ+\x1F\x10 "
"frontend.detail.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = 0xF2D9E0F939BA43029F7AB3B3832B1F10 ) AND (property . module = 'frontend.detail.page' );
Copy
80
0.13 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = ? ) AND (property . module = ? )
Parameters :
[
b"F\x19 1O®\x14 B”œô{\x1A j·£· "
"frontend.detail.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = 0x4619314FAE1442949CF47B1A6AB7A3B7 ) AND (property . module = 'frontend.detail.page' );
Copy
81
0.14 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = ? ) AND (property . module = ? )
Parameters :
[
b"É?\x04 F-\x06 @å¬\x11 ¿L╝«s\x06 "
"frontend.detail.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = 0x903F04462D064086AA11A84CBCAE7306 ) AND (property . module = 'frontend.detail.page' );
Copy
82
0.18 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = ? ) AND (property . module = ? )
Parameters :
[
b"è\x10\x1C\x05 ™\x03 J\f ºåù«1Ç«{ "
"frontend.detail.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = 0xE8101C0599034A0CBAE5F9AB31C7AB7B ) AND (property . module = 'frontend.detail.page' );
Copy
83
1.81 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` . `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` , `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.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 (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 WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
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"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"/=\x1A mÅéI†¾G\x04 c©<ây "
]
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` . `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` ,
`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.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 (
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
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
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` . `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` , `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.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 (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 WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0x2F3D1A6DC5E94986BE470463A93CE279 ));
Copy
84
0.66 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"ì¾d\x13 ©[C\x1F ¾'ÞŠµ|™$ "
]
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 (0xECBE6413A95B431FBE27DE8AB57C9924 ));
Copy
85
0.30 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
b"/=\x1A mÅéI†¾G\x04 c©<ây "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = 0x2F3D1A6DC5E94986BE470463A93CE279 ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
86
0.22 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
b"/=\x1A mÅéI†¾G\x04 c©<ây "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = 0x2F3D1A6DC5E94986BE470463A93CE279 ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
87
1.61 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` . `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` , `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.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 (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 WHERE (`product` . `version_id` = ? ) AND ((`product` . `id` = ? ))
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"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"/=\x1A mÅéI†¾G\x04 c©<ây "
]
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` . `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` ,
`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.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 (
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
WHERE
(`product` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
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` . `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` , `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.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 (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 WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0x2F3D1A6DC5E94986BE470463A93CE279 ));
Copy
88
0.59 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.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"ì¾d\x13 ©[C\x1F ¾'ÞŠµ|™$ "
]
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 (0xECBE6413A95B431FBE27DE8AB57C9924 ));
Copy
89
0.18 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
90
0.20 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'fr-FR' ;
Copy
91
0.90 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"Y¸„\x18 &J:¤iØ>r=Ü\r "
b"‘XÄ\x19 TþK\x1A ¥€(ê[ß`È "
]
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 (0x59ADB88418264A3AA469D83E723DDC0D , 0x9158C41954FE4B1AA58028EA5BDF60C8 ));
Copy
92
5.36 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 :
[
"/detail/2f3d1a6dc5e94986be470463a93ce279 "
"/navigation/dd1ba816880040fdac3bf9839b3409e2 "
"/navigation/de547c6d204c418fbd3e1fb25e37cec1 "
"/navigation/09a0ede5b6024a1188169a1698257db0 "
"/navigation/dcae9805bf87402c91ff65192f4c6d39 "
"/navigation/6041ac629ff74981aaa6aa1fdb80d1c7 "
"/navigation/3e3786427f3745668d85c1700d8f6dc4 "
"/navigation/210a507d02494830ac7f9cd0e44bce63 "
"/navigation/018bd791dbe47781bd06a26ef992eb03 "
"/navigation/5d8ad572dd24426c8f3b5abc340cf1e0 "
"/navigation/c70243cec476472a9f27ef41f6de1263 "
"/navigation/0ea2ef9abda6407db54ad6bd17321ae1 "
"/navigation/8ca5e5a13d854c26bc06316d448e2e33 "
"/navigation/9dd9a7be22084026b3c0c80748a2b650 "
"/navigation/018bd7bb7bd5747ba6b2123e107ba46a "
"/navigation/d387b5437e08428081a4322725714c70 "
"/navigation/018bd7c74eee774c929fe063692f6438 "
"/navigation/018bd7c7c19e796a85772cc72155784c "
"/navigation/018bd7c7ed727223b82addcd3d99a0a6 "
"/navigation/746ef7d056884b43b9ea715e2ccd1004 "
"/navigation/6983903fa8f447fabe478a5d036ccce8 "
"/navigation/97539461afc94a4ba2e94ecc02c50e91 "
"/navigation/93a64522c07f41e9940a48687d7a9de9 "
"/navigation/6e671e43c0ec44909a7532fcc60799d0 "
"/navigation/76f654081d49467688f1fee985033186 "
"/navigation/018bd82e162f7661ab6352322801dcfa "
"/navigation/006a311f810f4a90a7d9edf3f3e04bdd "
"/navigation/303e495ddda64b9f97109f8f7277cb01 "
"/navigation/2fea4e8dc478455c80e78a7c9a9549db "
"/navigation/9df078f8c56c40be81590260a0e882d4 "
"/navigation/0f196697b9134f05aead0ee205778f3f "
"/navigation/0931c7404d334a70a9b26e19b7ff1596 "
"/navigation/136fb1d824db4650ab869d00dc563b92 "
"/navigation/f496849e2e1b4a8a9182eb3b9e5b4955 "
"/navigation/7259223ac335478f9ea3ee94ed686171 "
"/navigation/c83982e05cb644e4aad72edb7a050149 "
"/navigation/130430dbc57445fe88d5c7b0d1562b19 "
"/navigation/3a02503acba54961982efcd0637849ca "
"/navigation/9d359fd841a74f5d902f3fea0f7f267c "
"/navigation/edcdb491bab148af98891db83d714d64 "
"/navigation/ba18c8c299cd4d6cbbb002cc638ae476 "
"/navigation/018deecdd9f47c679274a757e35582dc "
"/navigation/d7396d7de88040e08752c05c50a42af0 "
"/navigation/018deb5bed6678d7bfab7d3c0c363929 "
"/navigation/80722507a8e04bf4adf8da352f09d9db "
"/navigation/018deb6a88ea7ab6bfd60014c57e78eb "
"/navigation/d310019432cf489a81a15c9e1b3fed12 "
"/navigation/7505bd05eb434a06a8e08f5ea45c8e22 "
"/navigation/57f6eea92ad2454199d66b3f373cd798 "
"/navigation/e17e79e0795d40198517b4b30f3c5958 "
"/navigation/9bcbce7f90e444889bf5793b1a1535bd "
"/navigation/7db6a3a4fd174e8f96e92f3fea8af73a "
"/navigation/ecb1ff13ef66444098ed6b1b393af6cb "
"/navigation/638264e5676c4392b5d6ffb0cf0bbd8a "
"/navigation/9158c41954fe4b1aa58028ea5bdf60c8 "
"/navigation/6ef3fd2f16c044eda561a923a4b0c5a4 "
"/navigation/83d4d1012f4443e8bca2d3c72324bd02 "
"/navigation/1272d660a184459cbd4f251d519c1434 "
"/navigation/275649d9330c4ab8b340197274ed1a17 "
"/navigation/f1617d75e5d04ce7b79057a11531e5d5 "
"/navigation/b9bc9f37ab0b4282b3184b084840fdc9 "
"/navigation/d77e7367ef464dc3bf2dea88916b924b "
"/navigation/a7a530ae60a84acbbeab8b1bbd936add "
"/navigation/e1bc84cfe0c24e16a48029293023f6d1 "
"/navigation/91d513b49de9404e9546bc56ff0108af "
"/navigation/d57fbe09e19e4e57911fc72993a81be6 "
"/navigation/133439abeb2f4264b9caf030a12ec3c7 "
"/navigation/94a57d259fbf4fa48b61e7b06c40aafb "
"/navigation/87341c2a85a34a339103d152f49662e9 "
"/navigation/15fe45c5d0f2453b96df8368d67e9931 "
"/navigation/976b49fac2ea4b83a8581f2b199d6e91 "
"/detail/269896df53174bc7acd92f6be1b8d7b9 "
"/navigation/1bf0d6251ac546aaa95723063f8aec23 "
"/navigation/e860a9f1b87e439db76f1f5672e5dcb5 "
"/navigation/a8051eaa592e4fa28286559bfdef221f "
"/navigation/2842a9b5ab7a49589e0c9ce67095dadf "
"/navigation/bc5142b6174c41778f8bfc5b5bff9d44 "
"/navigation/89acb45d240b4448951d2fdd8f27c069 "
"/navigation/153eaaec48aa4a22aab5ce4a4e032ce9 "
"/navigation/7c4f802d0e3b46f197ae3b7d804c2973 "
"/detail/018ec1db6eed73a3abbb360a8a985a15 "
"/detail/018ec1e138e573cfb106b39a38a9de18 "
"/detail/018ec1cb02f872dfa73fcbc845ee3aa9 "
"/navigation/2b0d8806038c47c3997225b405d890db "
"/navigation/00b058bc4b9148c9b0c7c616f6c9b8d5 "
"/navigation/a4cc9589f6eb4d6e9a2b9e7a04344ca1 "
"/navigation/be432b5bef5540ab97646bf296dda98b "
"/navigation/3a168a99437f4161bfb64f2d74bc59a1 "
"/navigation/b768cab78b6a4249b059f6402bb04ce6 "
"/navigation/81145ec808cd4e3dbfd9550ba1ebe0d7 "
"/detail/70858eb69d604037869ebb6566e56203 "
"/navigation/88fda88a92bb415a81ecdb55cad77a19 "
"/navigation/6f33b8b26fc74ed0ad29de64da1f9cdf "
"/navigation/06e0709e1ff542569f0ef0bf73748fd7 "
"/navigation/977b6fd0a4a444ec837febd2dec119a4 "
"/navigation/cc68f4e32abb4971a1aa983cd0fcff2f "
"/navigation/21dd1fc46966402d8661fbda2cf5e0bc "
"/navigation/c157e9398c3a4e47a4b5e93feb73b121 "
"/navigation/d1367ab402ca49e7837c3c50201d4cac "
"/navigation/f3df76b7c84b47f798c77d2f913eed91 "
"/navigation/f3e9be797473451baed3e8465a86dedb "
"/navigation/a3e75d8056de4f3f841aafa61044b6da "
"/navigation/77700d219eab4e12bd754dd31bcd7c45 "
"/navigation/18c287a81016486db014a6b12f842d80 "
"/navigation/614e860d3d7a4cd3a302edd00ccc384f "
"/navigation/a22732ded4cf4a9699bdf718383c2e0c "
"/navigation/9f765a78682e44f686358031d242dacb "
"/navigation/aeb3081167ff43e3a7cad358b73934cc "
"/navigation/05668311095d49f9959f90cad7a0cd4e "
"/navigation/d240c1d282874be8a650c49e4430d019 "
"/navigation/a9514ed3727c4e238d52b367305efecb "
"/navigation/ae92020fc70647f7a822e1a5ffc323cf "
"/navigation/e7f381b818a74e97bcb62a770dbc0a3f "
"/navigation/3885dbf3a63c4b1b84f85792fb8a4536 "
"/navigation/5aed49078d6f4a66be3c1c7b28f28ecc "
"/navigation/e998fa5f026b467d86418f9a053dde3a "
"/navigation/9bdb2d41fd05409380f2962a30a305ec "
"/navigation/019fef3ea2034a02923ff6e29b9fd586 "
"/navigation/8b3d60ccfcb647d5a92992f7ce2ba69e "
"/navigation/e5bd89229efa4fd8bdc40961e44af7c2 "
"/navigation/991eefe06ff64c17bf7d1200f5eff970 "
"/navigation/5e84685cc49b44ab9ac019c1d9aeea2b "
"/navigation/193cff7fd2fc47838b7709396d9f7bf8 "
"/navigation/8919cfec1b134954a3b45e934861ba4f "
"/navigation/54e57ca9300e4a1880421eea97d43da0 "
"/navigation/39012a41817f44af87d33cf4490d2b38 "
"/navigation/a016a87c446f4c9880f3f269f4ac16c1 "
"/navigation/64115a40330b4543b464cffdf12c345f "
"/navigation/08b13d7084154c92b2eb2075b287307c "
"/navigation/7641236cd7e545c19259015da0d7dafc "
"/navigation/018cf811d9a9772484a6c381d3249b6c "
"/navigation/1954e5bbe16a4d0dade155ad59ce4e01 "
"/navigation/d668890f1fca4488a358f0f4f7e6f931 "
"/navigation/018b615e1337726aa9da148cc7aa5fa4 "
"/navigation/018b61f0a9c674228b777f6b5eb4280a "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
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 ('/detail/2f3d1a6dc5e94986be470463a93ce279' , '/navigation/dd1ba816880040fdac3bf9839b3409e2' , '/navigation/de547c6d204c418fbd3e1fb25e37cec1' , '/navigation/09a0ede5b6024a1188169a1698257db0' , '/navigation/dcae9805bf87402c91ff65192f4c6d39' , '/navigation/6041ac629ff74981aaa6aa1fdb80d1c7' , '/navigation/3e3786427f3745668d85c1700d8f6dc4' , '/navigation/210a507d02494830ac7f9cd0e44bce63' , '/navigation/018bd791dbe47781bd06a26ef992eb03' , '/navigation/5d8ad572dd24426c8f3b5abc340cf1e0' , '/navigation/c70243cec476472a9f27ef41f6de1263' , '/navigation/0ea2ef9abda6407db54ad6bd17321ae1' , '/navigation/8ca5e5a13d854c26bc06316d448e2e33' , '/navigation/9dd9a7be22084026b3c0c80748a2b650' , '/navigation/018bd7bb7bd5747ba6b2123e107ba46a' , '/navigation/d387b5437e08428081a4322725714c70' , '/navigation/018bd7c74eee774c929fe063692f6438' , '/navigation/018bd7c7c19e796a85772cc72155784c' , '/navigation/018bd7c7ed727223b82addcd3d99a0a6' , '/navigation/746ef7d056884b43b9ea715e2ccd1004' , '/navigation/6983903fa8f447fabe478a5d036ccce8' , '/navigation/97539461afc94a4ba2e94ecc02c50e91' , '/navigation/93a64522c07f41e9940a48687d7a9de9' , '/navigation/6e671e43c0ec44909a7532fcc60799d0' , '/navigation/76f654081d49467688f1fee985033186' , '/navigation/018bd82e162f7661ab6352322801dcfa' , '/navigation/006a311f810f4a90a7d9edf3f3e04bdd' , '/navigation/303e495ddda64b9f97109f8f7277cb01' , '/navigation/2fea4e8dc478455c80e78a7c9a9549db' , '/navigation/9df078f8c56c40be81590260a0e882d4' , '/navigation/0f196697b9134f05aead0ee205778f3f' , '/navigation/0931c7404d334a70a9b26e19b7ff1596' , '/navigation/136fb1d824db4650ab869d00dc563b92' , '/navigation/f496849e2e1b4a8a9182eb3b9e5b4955' , '/navigation/7259223ac335478f9ea3ee94ed686171' , '/navigation/c83982e05cb644e4aad72edb7a050149' , '/navigation/130430dbc57445fe88d5c7b0d1562b19' , '/navigation/3a02503acba54961982efcd0637849ca' , '/navigation/9d359fd841a74f5d902f3fea0f7f267c' , '/navigation/edcdb491bab148af98891db83d714d64' , '/navigation/ba18c8c299cd4d6cbbb002cc638ae476' , '/navigation/018deecdd9f47c679274a757e35582dc' , '/navigation/d7396d7de88040e08752c05c50a42af0' , '/navigation/018deb5bed6678d7bfab7d3c0c363929' , '/navigation/80722507a8e04bf4adf8da352f09d9db' , '/navigation/018deb6a88ea7ab6bfd60014c57e78eb' , '/navigation/d310019432cf489a81a15c9e1b3fed12' , '/navigation/7505bd05eb434a06a8e08f5ea45c8e22' , '/navigation/57f6eea92ad2454199d66b3f373cd798' , '/navigation/e17e79e0795d40198517b4b30f3c5958' , '/navigation/9bcbce7f90e444889bf5793b1a1535bd' , '/navigation/7db6a3a4fd174e8f96e92f3fea8af73a' , '/navigation/ecb1ff13ef66444098ed6b1b393af6cb' , '/navigation/638264e5676c4392b5d6ffb0cf0bbd8a' , '/navigation/9158c41954fe4b1aa58028ea5bdf60c8' , '/navigation/6ef3fd2f16c044eda561a923a4b0c5a4' , '/navigation/83d4d1012f4443e8bca2d3c72324bd02' , '/navigation/1272d660a184459cbd4f251d519c1434' , '/navigation/275649d9330c4ab8b340197274ed1a17' , '/navigation/f1617d75e5d04ce7b79057a11531e5d5' , '/navigation/b9bc9f37ab0b4282b3184b084840fdc9' , '/navigation/d77e7367ef464dc3bf2dea88916b924b' , '/navigation/a7a530ae60a84acbbeab8b1bbd936add' , '/navigation/e1bc84cfe0c24e16a48029293023f6d1' , '/navigation/91d513b49de9404e9546bc56ff0108af' , '/navigation/d57fbe09e19e4e57911fc72993a81be6' , '/navigation/133439abeb2f4264b9caf030a12ec3c7' , '/navigation/94a57d259fbf4fa48b61e7b06c40aafb' , '/navigation/87341c2a85a34a339103d152f49662e9' , '/navigation/15fe45c5d0f2453b96df8368d67e9931' , '/navigation/976b49fac2ea4b83a8581f2b199d6e91' , '/detail/269896df53174bc7acd92f6be1b8d7b9' , '/navigation/1bf0d6251ac546aaa95723063f8aec23' , '/navigation/e860a9f1b87e439db76f1f5672e5dcb5' , '/navigation/a8051eaa592e4fa28286559bfdef221f' , '/navigation/2842a9b5ab7a49589e0c9ce67095dadf' , '/navigation/bc5142b6174c41778f8bfc5b5bff9d44' , '/navigation/89acb45d240b4448951d2fdd8f27c069' , '/navigation/153eaaec48aa4a22aab5ce4a4e032ce9' , '/navigation/7c4f802d0e3b46f197ae3b7d804c2973' , '/detail/018ec1db6eed73a3abbb360a8a985a15' , '/detail/018ec1e138e573cfb106b39a38a9de18' , '/detail/018ec1cb02f872dfa73fcbc845ee3aa9' , '/navigation/2b0d8806038c47c3997225b405d890db' , '/navigation/00b058bc4b9148c9b0c7c616f6c9b8d5' , '/navigation/a4cc9589f6eb4d6e9a2b9e7a04344ca1' , '/navigation/be432b5bef5540ab97646bf296dda98b' , '/navigation/3a168a99437f4161bfb64f2d74bc59a1' , '/navigation/b768cab78b6a4249b059f6402bb04ce6' , '/navigation/81145ec808cd4e3dbfd9550ba1ebe0d7' , '/detail/70858eb69d604037869ebb6566e56203' , '/navigation/88fda88a92bb415a81ecdb55cad77a19' , '/navigation/6f33b8b26fc74ed0ad29de64da1f9cdf' , '/navigation/06e0709e1ff542569f0ef0bf73748fd7' , '/navigation/977b6fd0a4a444ec837febd2dec119a4' , '/navigation/cc68f4e32abb4971a1aa983cd0fcff2f' , '/navigation/21dd1fc46966402d8661fbda2cf5e0bc' , '/navigation/c157e9398c3a4e47a4b5e93feb73b121' , '/navigation/d1367ab402ca49e7837c3c50201d4cac' , '/navigation/f3df76b7c84b47f798c77d2f913eed91' , '/navigation/f3e9be797473451baed3e8465a86dedb' , '/navigation/a3e75d8056de4f3f841aafa61044b6da' , '/navigation/77700d219eab4e12bd754dd31bcd7c45' , '/navigation/18c287a81016486db014a6b12f842d80' , '/navigation/614e860d3d7a4cd3a302edd00ccc384f' , '/navigation/a22732ded4cf4a9699bdf718383c2e0c' , '/navigation/9f765a78682e44f686358031d242dacb' , '/navigation/aeb3081167ff43e3a7cad358b73934cc' , '/navigation/05668311095d49f9959f90cad7a0cd4e' , '/navigation/d240c1d282874be8a650c49e4430d019' , '/navigation/a9514ed3727c4e238d52b367305efecb' , '/navigation/ae92020fc70647f7a822e1a5ffc323cf' , '/navigation/e7f381b818a74e97bcb62a770dbc0a3f' , '/navigation/3885dbf3a63c4b1b84f85792fb8a4536' , '/navigation/5aed49078d6f4a66be3c1c7b28f28ecc' , '/navigation/e998fa5f026b467d86418f9a053dde3a' , '/navigation/9bdb2d41fd05409380f2962a30a305ec' , '/navigation/019fef3ea2034a02923ff6e29b9fd586' , '/navigation/8b3d60ccfcb647d5a92992f7ce2ba69e' , '/navigation/e5bd89229efa4fd8bdc40961e44af7c2' , '/navigation/991eefe06ff64c17bf7d1200f5eff970' , '/navigation/5e84685cc49b44ab9ac019c1d9aeea2b' , '/navigation/193cff7fd2fc47838b7709396d9f7bf8' , '/navigation/8919cfec1b134954a3b45e934861ba4f' , '/navigation/54e57ca9300e4a1880421eea97d43da0' , '/navigation/39012a41817f44af87d33cf4490d2b38' , '/navigation/a016a87c446f4c9880f3f269f4ac16c1' , '/navigation/64115a40330b4543b464cffdf12c345f' , '/navigation/08b13d7084154c92b2eb2075b287307c' , '/navigation/7641236cd7e545c19259015da0d7dafc' , '/navigation/018cf811d9a9772484a6c381d3249b6c' , '/navigation/1954e5bbe16a4d0dade155ad59ce4e01' , '/navigation/d668890f1fca4488a358f0f4f7e6f931' , '/navigation/018b615e1337726aa9da148cc7aa5fa4' , '/navigation/018b61f0a9c674228b777f6b5eb4280a' )) AND (seo_url . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 ) AND (seo_url . sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
93
0.36 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"l›î.G\x08 OàžßP\x01 €Èéº "
b"""
~/ëàÕd@- ë\n
\x0F B]ü¸
"""
b"¥¶6o\x10 +A÷’LÚ¯+‹¿. "
b"®ÇÐj÷sFu¡®\r Ô˜£N= "
b"ʃ$Ã\t UCö¦Ÿ’0PxfW "
b"Þ$U¿Œ¢Kš„|ž9~@ri "
b"ã:╔\x06 ▀AÉɳ\x07 x\x01 E¦k "
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 , 0x6C9BEE2E47084FE09EDF500180C8E9BA , 0x7E2FEBE0D564402DA0EB0A0F425DFCB8 , 0xA5B6366F102B41F7924CDAAF2B8BBF2E , 0xAEC7D06AF7734675A1AE0DD498A34E3D , 0xCA8324C3095543F6A69F923050786657 , 0xDE2455BF8CA24B9A847C9E397E407269 , 0xF0C63AC906DF419090FC07780145DD6B , 0x018F51DC2DD875768A2EEC716B420000 , 0x018F51E2F49D7319B04105D4F9CDFF56 , 0xD40CF9900BD049508B93B3E9C880F8F6 );
Copy