1
0.45 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.38 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.46 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.13 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.62 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"/»_ââšMpªXTÎ|ãâ\v "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"widgets/cms/navigation/8919cfec1b134954a3b45e934861ba4f/filter/ "
1
]
SELECT seo_path_info FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 OR sales_channel_id IS NULL )) AND (seo_path_info = 'widgets/cms/navigation/8919cfec1b134954a3b45e934861ba4f/filter/' ) AND (is_canonical = 1 ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1 ;
Copy
6
0.37 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"/»_ââšMpªXTÎ|ãâ\v "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"widgets/cms/navigation/8919cfec1b134954a3b45e934861ba4f/filter "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 OR sales_channel_id IS NULL )) AND (seo_path_info = 'widgets/cms/navigation/8919cfec1b134954a3b45e934861ba4f/filter' );
Copy
7
0.28 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"/widgets/cms/navigation/8919cfec1b134954a3b45e934861ba4f/filter "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (path_info = '/widgets/cms/navigation/8919cfec1b134954a3b45e934861ba4f/filter' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
1.57 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
9
3.67 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"cfVgWPv6awGggi5PF2v8gc0sRyxxdrsD "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (token = 'cfVgWPv6awGggi5PF2v8gc0sRyxxdrsD' ) LIMIT 1 ;
Copy
10
1.38 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
11
0.17 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"cfVgWPv6awGggi5PF2v8gc0sRyxxdrsD "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'cfVgWPv6awGggi5PF2v8gc0sRyxxdrsD' ;
Copy
12
3.56 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
13
0.67 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
14
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
15
1.90 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
16
0.48 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.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
18
0.68 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
19
0.37 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
20
0.22 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
21
0.36 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.64 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
23
0.84 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
24
2.01 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
25
0.48 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
26
0.64 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
27
4.73 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
28
0.59 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
29
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
30
0.17 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"cfVgWPv6awGggi5PF2v8gc0sRyxxdrsD "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (token = 'cfVgWPv6awGggi5PF2v8gc0sRyxxdrsD' ) LIMIT 1 ;
Copy
31
1.13 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
32
0.12 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"cfVgWPv6awGggi5PF2v8gc0sRyxxdrsD "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'cfVgWPv6awGggi5PF2v8gc0sRyxxdrsD' ;
Copy
33
0.76 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
34
0.34 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
35
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
36
0.35 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.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
38
0.58 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
39
0.34 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
40
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
41
0.45 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
3.16 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
43
0.26 ms
SELECT module . module , module . response FROM wbm_data_layer_modules module
SELECT module . module , module . response FROM wbm_data_layer_modules module ;
Copy
44
0.23 ms
SELECT `cms_slot` . `id` FROM `cms_slot` WHERE (`cms_slot` . `version_id` = ? ) AND (`cms_slot` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì┼Õ├Ãq─│8)G»ñ\x03 w "
]
SELECT `cms_slot` . `id` FROM `cms_slot` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_slot` . `id` IN (0x018DC5E5C3C771C4B3382947AFA40377 )) LIMIT 1 ;
Copy
45
1.24 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.title` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` ) as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` ) as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` ) as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.languageId` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` , `cms_slot.translation.createdAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.languageId` , `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . cms_slot_id , `cms_slot.translation` . cms_slot_version_id , `cms_slot.translation` . config as `cms_slot.translation.config` , `cms_slot.translation` . custom_fields as `cms_slot.translation.customFields` , `cms_slot.translation` . created_at as `cms_slot.translation.createdAt` , `cms_slot.translation` . updated_at as `cms_slot.translation.updatedAt` , `cms_slot.translation` . cms_slot_id as `cms_slot.translation.cmsSlotId` , `cms_slot.translation` . language_id as `cms_slot.translation.languageId` , `cms_slot.translation` . cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . language_id = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . cms_slot_version_id = `cms_slot` . version_id LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id , `cms_slot.swagCmsExtensionsForm.translation` . title as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation` . success_message as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . receivers as `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation` . created_at as `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation` . language_id as `cms_slot.swagCmsExtensionsForm.translation.languageId` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation` . language_id = ? ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = ? ) AND (`cms_slot` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì┼Õ├Ãq─│8)G»ñ\x03 w "
]
SELECT
`cms_slot` . `id` as `cms_slot.id` ,
`cms_slot` . `version_id` as `cms_slot.versionId` ,
`cms_slot` . `type` as `cms_slot.type` ,
`cms_slot` . `slot` as `cms_slot.slot` ,
`cms_slot` . `locked` as `cms_slot.locked` ,
`cms_slot` . `cms_block_id` as `cms_slot.blockId` ,
`cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` ,
`cms_slot` . `created_at` as `cms_slot.createdAt` ,
`cms_slot` . `updated_at` as `cms_slot.updatedAt` ,
`cms_slot.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` ,
`cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` ,
`cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` ,
`cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` ,
`cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` ,
`cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` ,
`cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` ,
`cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.title` ,
COALESCE (
`cms_slot.swagCmsExtensionsForm.translation.title` ,
`cms_slot.swagCmsExtensionsForm.translation.title`
) as `cms_slot.swagCmsExtensionsForm.title` ,
`cms_slot.swagCmsExtensionsForm.translation.successMessage` ,
COALESCE (
`cms_slot.swagCmsExtensionsForm.translation.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.successMessage`
) as `cms_slot.swagCmsExtensionsForm.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation.receivers` ,
COALESCE (
`cms_slot.swagCmsExtensionsForm.translation.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.receivers`
) as `cms_slot.swagCmsExtensionsForm.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation.languageId` ,
`cms_slot.translation.config` ,
COALESCE (
`cms_slot.translation.config` , `cms_slot.translation.config`
) as `cms_slot.config` ,
`cms_slot.translation.customFields` ,
COALESCE (
`cms_slot.translation.customFields` ,
`cms_slot.translation.customFields`
) as `cms_slot.customFields` ,
`cms_slot.translation.createdAt` ,
`cms_slot.translation.updatedAt` ,
`cms_slot.translation.cmsSlotId` ,
`cms_slot.translation.languageId` ,
`cms_slot.translation.cmsSlotVersionId`
FROM
`cms_slot`
LEFT JOIN (
SELECT
`cms_slot.translation` . cms_slot_id ,
`cms_slot.translation` . cms_slot_version_id ,
`cms_slot.translation` . config as `cms_slot.translation.config` ,
`cms_slot.translation` . custom_fields as `cms_slot.translation.customFields` ,
`cms_slot.translation` . created_at as `cms_slot.translation.createdAt` ,
`cms_slot.translation` . updated_at as `cms_slot.translation.updatedAt` ,
`cms_slot.translation` . cms_slot_id as `cms_slot.translation.cmsSlotId` ,
`cms_slot.translation` . language_id as `cms_slot.translation.languageId` ,
`cms_slot.translation` . cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId`
FROM
`cms_slot_translation` `cms_slot.translation`
WHERE
`cms_slot.translation` . language_id = ?
) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id`
AND `cms_slot.cms_slot_translation` . cms_slot_version_id = `cms_slot` . version_id
LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id`
LEFT JOIN (
SELECT
`cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id ,
`cms_slot.swagCmsExtensionsForm.translation` . title as `cms_slot.swagCmsExtensionsForm.translation.title` ,
`cms_slot.swagCmsExtensionsForm.translation` . success_message as `cms_slot.swagCmsExtensionsForm.translation.successMessage` ,
`cms_slot.swagCmsExtensionsForm.translation` . receivers as `cms_slot.swagCmsExtensionsForm.translation.receivers` ,
`cms_slot.swagCmsExtensionsForm.translation` . created_at as `cms_slot.swagCmsExtensionsForm.translation.createdAt` ,
`cms_slot.swagCmsExtensionsForm.translation` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.updatedAt` ,
`cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` ,
`cms_slot.swagCmsExtensionsForm.translation` . language_id as `cms_slot.swagCmsExtensionsForm.translation.languageId`
FROM
`swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation`
WHERE
`cms_slot.swagCmsExtensionsForm.translation` . language_id = ?
) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id`
WHERE
(`cms_slot` . `version_id` = ? )
AND (
`cms_slot` . `id` IN (? )
)
Copy
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.title` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` ) as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` ) as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , COALESCE (`cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` ) as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation.languageId` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` , `cms_slot.translation.createdAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.languageId` , `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . cms_slot_id , `cms_slot.translation` . cms_slot_version_id , `cms_slot.translation` . config as `cms_slot.translation.config` , `cms_slot.translation` . custom_fields as `cms_slot.translation.customFields` , `cms_slot.translation` . created_at as `cms_slot.translation.createdAt` , `cms_slot.translation` . updated_at as `cms_slot.translation.updatedAt` , `cms_slot.translation` . cms_slot_id as `cms_slot.translation.cmsSlotId` , `cms_slot.translation` . language_id as `cms_slot.translation.languageId` , `cms_slot.translation` . cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . cms_slot_version_id = `cms_slot` . version_id LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id , `cms_slot.swagCmsExtensionsForm.translation` . title as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation` . success_message as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . receivers as `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation` . created_at as `cms_slot.swagCmsExtensionsForm.translation.createdAt` , `cms_slot.swagCmsExtensionsForm.translation` . updated_at as `cms_slot.swagCmsExtensionsForm.translation.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation` . swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId` , `cms_slot.swagCmsExtensionsForm.translation` . language_id as `cms_slot.swagCmsExtensionsForm.translation.languageId` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_slot` . `id` IN (0x018DC5E5C3C771C4B3382947AFA40377 ));
Copy
46
0.26 ms
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = ? ) ORDER BY `product_sorting` . `priority` DESC
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = 1 ) ORDER BY `product_sorting` . `priority` DESC ;
Copy
47
0.36 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.label` , `product_sorting.translation.label` ) as `product_sorting.label` , `product_sorting.translation.createdAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.productSortingId` , `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . product_sorting_id , `product_sorting.translation` . label as `product_sorting.translation.label` , `product_sorting.translation` . created_at as `product_sorting.translation.createdAt` , `product_sorting.translation` . updated_at as `product_sorting.translation.updatedAt` , `product_sorting.translation` . product_sorting_id as `product_sorting.translation.productSortingId` , `product_sorting.translation` . language_id as `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . language_id = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¸\¤\x12 )ÅM\x10 âͰþè¹s\x10 "
b"Ö4{š4?JÙ—A\x1A ó,\x0E ëã "
b"•õ3XÌÏH$†‹þ«j\:¯ "
b"vÌ\x18 —•\t I@‚åˆÖ‡8•O "
b"S'‚wYëFߣ\x01 ‘åå€îQ "
b"ÅÜÍ▄ß┘EÀ¿vÇ╣U\v ╚░ "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.label` , `product_sorting.translation.label` ) as `product_sorting.label` , `product_sorting.translation.createdAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.productSortingId` , `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . product_sorting_id , `product_sorting.translation` . label as `product_sorting.translation.label` , `product_sorting.translation` . created_at as `product_sorting.translation.createdAt` , `product_sorting.translation` . updated_at as `product_sorting.translation.updatedAt` , `product_sorting.translation` . product_sorting_id as `product_sorting.translation.productSortingId` , `product_sorting.translation` . language_id as `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0xF75CCF12298F4D1083D6F8E78AFB7310 , 0xD6347B9A343F4AD997411AF32C0EEBE3 , 0x95F53358CCCF4824868BFEAB6A5C3AAF , 0x76CC18979509494082E588D68738954F , 0x5327827759EB46DFA30191E5E580EE51 , 0x8F9AD6DCE1D945B7A87680B9550BC8B0 );
Copy
48
1.31 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"‰\x19 Ïì\e\x13 IT£´^“HaºO "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x8919CFEC1B134954A3B45E934861BA4F )) LIMIT 1 ;
Copy
49
1.82 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"‰\x19 Ïì\e\x13 IT£´^“HaºO "
]
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x8919CFEC1B134954A3B45E934861BA4F ));
Copy
50
1.32 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , COALESCE (`product_stream.translation.name` , `product_stream.translation.name` ) as `product_stream.name` , `product_stream.translation.description` , COALESCE (`product_stream.translation.description` , `product_stream.translation.description` ) as `product_stream.description` , `product_stream.translation.customFields` , COALESCE (`product_stream.translation.customFields` , `product_stream.translation.customFields` ) as `product_stream.customFields` , `product_stream.translation.createdAt` , `product_stream.translation.updatedAt` , `product_stream.translation.productStreamId` , `product_stream.translation.languageId` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . product_stream_id , `product_stream.translation` . name as `product_stream.translation.name` , `product_stream.translation` . description as `product_stream.translation.description` , `product_stream.translation` . custom_fields as `product_stream.translation.customFields` , `product_stream.translation` . created_at as `product_stream.translation.createdAt` , `product_stream.translation` . updated_at as `product_stream.translation.updatedAt` , `product_stream.translation` . product_stream_id as `product_stream.translation.productStreamId` , `product_stream.translation` . language_id as `product_stream.translation.languageId` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . language_id = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"Êž>‡o€GÄš\x0E _æ”0”’ "
]
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , COALESCE (`product_stream.translation.name` , `product_stream.translation.name` ) as `product_stream.name` , `product_stream.translation.description` , COALESCE (`product_stream.translation.description` , `product_stream.translation.description` ) as `product_stream.description` , `product_stream.translation.customFields` , COALESCE (`product_stream.translation.customFields` , `product_stream.translation.customFields` ) as `product_stream.customFields` , `product_stream.translation.createdAt` , `product_stream.translation.updatedAt` , `product_stream.translation.productStreamId` , `product_stream.translation.languageId` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . product_stream_id , `product_stream.translation` . name as `product_stream.translation.name` , `product_stream.translation` . description as `product_stream.translation.description` , `product_stream.translation` . custom_fields as `product_stream.translation.customFields` , `product_stream.translation` . created_at as `product_stream.translation.createdAt` , `product_stream.translation` . updated_at as `product_stream.translation.updatedAt` , `product_stream.translation` . product_stream_id as `product_stream.translation.productStreamId` , `product_stream.translation` . language_id as `product_stream.translation.languageId` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0xCA9E3E876F8047C49A0E5FE694309492 );
Copy
51
27.79 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND ((`product.manufacturer` . `id` = ? )) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"wí\x06 ¦¨¡Lë▓béÉ\x15 îı\e "
null
true
false
]
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND ((`product.manufacturer` . `id` = 0x77A106DDF9AD4C89B2628290158CD51B )) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
52
5.00 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , COALESCE (`product_manufacturer.translation.name` , `product_manufacturer.translation.name` ) as `product_manufacturer.name` , `product_manufacturer.translation.description` , COALESCE (`product_manufacturer.translation.description` , `product_manufacturer.translation.description` ) as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , COALESCE (`product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` ) as `product_manufacturer.customFields` , `product_manufacturer.translation.createdAt` , `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation.languageId` , `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . product_manufacturer_id , `product_manufacturer.translation` . product_manufacturer_version_id , `product_manufacturer.translation` . name as `product_manufacturer.translation.name` , `product_manufacturer.translation` . description as `product_manufacturer.translation.description` , `product_manufacturer.translation` . custom_fields as `product_manufacturer.translation.customFields` , `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` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . language_id = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . product_manufacturer_version_id = `product_manufacturer` . version_id WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"wí\x06 ¦¨¡Lë▓béÉ\x15 îı\e "
]
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , COALESCE (`product_manufacturer.translation.name` , `product_manufacturer.translation.name` ) as `product_manufacturer.name` , `product_manufacturer.translation.description` , COALESCE (`product_manufacturer.translation.description` , `product_manufacturer.translation.description` ) as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , COALESCE (`product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` ) as `product_manufacturer.customFields` , `product_manufacturer.translation.createdAt` , `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation.languageId` , `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . product_manufacturer_id , `product_manufacturer.translation` . product_manufacturer_version_id , `product_manufacturer.translation` . name as `product_manufacturer.translation.name` , `product_manufacturer.translation` . description as `product_manufacturer.translation.description` , `product_manufacturer.translation` . custom_fields as `product_manufacturer.translation.customFields` , `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` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . product_manufacturer_version_id = `product_manufacturer` . version_id WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x77A106DDF9AD4C89B2628290158CD51B ));
Copy
53
70.13 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND ((`product.manufacturer` . `id` = ? )) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"wí\x06 ¦¨¡Lë▓béÉ\x15 îı\e "
null
true
false
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruled40cf9900bd049508b93b3e9c880f8f6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruled40cf9900bd049508b93b3e9c880f8f6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.min` ,
MAX (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruled40cf9900bd049508b93b3e9c880f8f6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruled40cf9900bd049508b93b3e9c880f8f6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.max`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND (
(`product.manufacturer` . `id` = ? )
)
AND NOT (`product` . `display_group` < = > ? )
AND NOT (
IFNULL (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) < = > ?
AND `product` . `available` < = > ?
)
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule526d6930b1dd49d5ba77f629a6a477f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleadc7f28258b64f9aa877d237b34088ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec54c7c670e27454cb613c9d6d1e9e78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6c9bee2e47084fe09edf500180c8e9ba.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule7e2febe0d564402da0eb0a0f425dfcb8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea5b6366f102b41f7924cdaaf2b8bbf2e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleaec7d06af7734675a1ae0dd498a34e3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleca8324c3095543f6a69f923050786657.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulede2455bf8ca24b9a847c9e397e407269.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulef0c63ac906df419090fc07780145dd6b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51dc2dd875768a2eec716b420000.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018f51e2f49d7319b04105d4f9cdff56.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled40cf9900bd049508b93b3e9c880f8f6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND ((`product.manufacturer` . `id` = 0x77A106DDF9AD4C89B2628290158CD51B )) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 )));
Copy
54
28.44 ms
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND ((`product.manufacturer` . `id` = ? )) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"wí\x06 ¦¨¡Lë▓béÉ\x15 îı\e "
null
true
false
0
]
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND ((`product.manufacturer` . `id` = 0x77A106DDF9AD4C89B2628290158CD51B )) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
55
17.10 ms
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND ((`product.manufacturer` . `id` = ? )) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"wí\x06 ¦¨¡Lë▓béÉ\x15 îı\e "
null
true
false
true
]
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND ((`product.manufacturer` . `id` = 0x77A106DDF9AD4C89B2628290158CD51B )) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
56
44.52 ms
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND ((`product.manufacturer` . `id` = ? )) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"wí\x06 ¦¨¡Lë▓béÉ\x15 îı\e "
null
true
false
]
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND ((`product.manufacturer` . `id` = 0x77A106DDF9AD4C89B2628290158CD51B )) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product.properties` . `id` ;
Copy
57
30.03 ms
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND ((`product.manufacturer` . `id` = ? )) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
b"wí\x06 ¦¨¡Lë▓béÉ\x15 îı\e "
null
true
false
]
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_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 `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND ((`product.manufacturer` . `id` = 0x77A106DDF9AD4C89B2628290158CD51B )) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product.options` . `id` ;
Copy
58
1.69 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\x0F •é{\x1D <G6·Rš)€Ü"S "
b"èþVd|’CY«è^±ûø´a "
b"úV}7ðæL¦—†Å)¯7éb "
b"†‚íF;ÓL$”8à¡D\x05 uD "
b":äGô\x14 ‚OÕžV]<—‰ÈW "
b"""
ÊÀ+öAÿL\x12 ëk│\n
╩ÉnÑ
"""
b"""
\x7F lƒ%æÛJ2«\\n
ÊIßE\x13
"""
b"ææ╝Ë\x19 ºM¯Å\v ßú¿¨öì "
b"`êJî:ÍK‚Œòˆ²œ_mi "
b"\x08 ▀┌■ß\x7F B╔░NÃtì┴w "
b"9Z¥LàKOD„Â4\kw\x14 ý "
b"»\x11 ›¥¶ÇNé&íËë\x06 2\e "
b"³\x00\x0E ¦ðÌC½¬vûÜ\x00 ÈäN "
b"ÔÞ×+d½Hø¡ÍLéØoIµ "
b"Õ¯ÿl\x11\x11 G{ü├¥û*┴┤█ "
b"“\x08 êõ÷\r IÓ»%h<G\r H‡ "
b"/Üi1×°O3½|Üý×eˆü "
b"î1Ä\x1D ÿZOéô÷\x07 v ╝Øl "
b"Ì\x13 -¦lúDø–g1\x00 i "
b"b^îvÞ‡E£™¾µ 9Œ™¼ "
b"""
<Cq\n
&8MŒ¿Âæ.Ù®J\e
"""
b",\x15 u±$½@î£É|ؾþæ^ "
b"#Â[ËÎK¢¡÷ö`î]\x07 ì "
b"│╔ù ─]J#ìIRh\x18 Æ\x13 u "
b"N—·Ò\r GN¬„‰\x7F e4«è\x1A "
b"Ì>┘s;ÔD¥L\x13 Ø`ÒS▄ "
b"\x17 Û\x1C ╦^0JÅûÅR£▓Õå\x18 "
b"""
\n
\x07 ║Æ+\x10 CÈ┐´þ╚M^É\x0E
"""
b"F'vûZÏ@s‹léqgÁl\x06 "
b"┐8Á£¨=GBë‗░ÅÜzµ "
b":÷¦âW\v Di°Ž\x18\x12 XU€\x1E "
b"…ù#O]×L3œrþX*Õ’Á "
b"ƒ¼Þ\x07 òÑET€[|vÚ|pD "
b"oìmÈ┼\x1E KzÅÖM \x1A ╗Qö "
b"ž©’d 4GV®~ÈÔ\x1E\x14 PG "
b"ÞG\x16 ¤‰0F3¤÷œÉ£%<ì "
b"b¶î©4GPš ‘Ô~!\x18 Ç "
b"0Öü\x0E <uIÕ▒n{¢╚î ` "
b"\x1A\t\x19 ¥âÉMb£ª\r ╠+\x07 ¯y "
b"RD\x15 ,~ÞNºƒŠ‡JJþ_Á "
b"Émè¹1gBɉͼH¯\x13 Dñ "
b"t¦Sß›·D\x17 ¯×)×\x17 y\x7F 0 "
b"mH¡O▓âF#úY÷"`¦\x1A É "
b"""
É\n
ŸÎw¥IÖ¹øNtVå·\x7F
"""
b"ÒZF$Ê\x1D JŽ‚³x°¼BÌ\x17 "
b"ñrâÐM×H$²«Þ±\x18 ÑW\x1A "
b"\x03 0{iü^Oô▓╬/¨AéE "
b"êF+ŒfÝ@S—¹\x05 Lõ»¾ù "
b"""
Oe¬¼øøE<œ)½\x06\x16 \n
¿
"""
b"¶A\x13 *\x02 ÕF\x11 “…}C¯\x19 “è "
b"£\x13 þéÙ©C£¤VÓ#”z…Ð "
b"▀\x08 .Y®\x05 M¢òÜÕ\x0F ì█\t G "
b"ç4ëHlCGC¬üÁ▓\x1F └R¨ "
b"Ú░'OyKDÉÀìLsÇð┌D "
b"øÜÞ\)ÇM\x01 škþK\t §> "
b"è\r y¢ÂXMq¦ÁBúJ‘€Y "
b"À\x14 !T›¾Cl…3Ý×t-ºv "
b"ÝXÛ€LsBm¶X\x07 x^½ÑÜ "
b"˵á‰Ù\x04 Jo»Nkö¬6áý "
b"û╗Â]┴ñK╣ü1¦┬)»╠ "
b"@†òÚ‹‹Oå\r ´ÖY,Æf "
b"z¥”\x16 QO@v¯+b’J t_ "
b"D‘\x1A J&\x05 M׎áž!-\f ÕM "
b"a·¤çç¢F!¦ÓO,WÅý\x1C "
b".█/┐b┤D░ïìÚ]═ÛMê "
b"¯•\x13 ÏYhEW¤O8\x15 R\x11 e¹ "
b"«ƒ«§Ù^LÁŽÓÝöd^\x03 ¬ "
b"■T«në\v M\x04 üº┐ï┴\v `| "
b"=µùä¨ÕLp²<Å@éœÊf "
b"sµ’½\x03 (GÏ£i\v .yœtÅ "
b"+!\x18 └╚ØMâ╝\Q╦DM,ö "
b"zKj\e ╦>H¯ösÅæ░3:Ó "
b"MLÉ¿‹rEŸ´I˜Éç;\x12 z "
b"/¥„¸áµG\x03 †ìþ%…¸¨S "
b"I™¾ÎX\x05 A,¸j«\x17 éíp· "
b"\x05 ÌNTœåJ¯ž¸„¬\x15 ×œÒ "
b"\x14 Þ.ËÙøLKª\x06 ï\r Á¤=Þ "
b"\x19 ”\x13 ”HEJH‹ùG¥Øï=Í "
b"\x1D }\r Þy«O1´¤À¥Ø6i~ "
b"+ø{ü]>Géñ¾£-á©k: "
b",·ªkÿ\r Næª\x1F Gœ_Ò×s "
b"1¸¸NI~E®É&Ç\x10 (ÊÖ_ "
b"7cÇÔögBîØ═\SHf┤\x07 "
b"PŸô8\x03 ÕO%®ÁÙÀ4Á6X "
b"dzÉßÁÌK««\x7F èÚ`¿¯\x00 "
b"jsó•“<A\x04 ¥æ+3\f SÀ$ "
b"j¢ãê¯oG*°„97ÍôË "
b"o}\VM”I_€îÇ®óéáP "
b"â┐e\x04 d½NÑùÛd>Þü_\n "
b"èü\t Äã\e AÕ¿\x00 1C║ß┤Z "
b"è¬þÂ:Z@źTçıÅ$É5 "
b"“6¤o"ðIx„SâÝñéœè "
b"ùyƒÍ\r ùJÌü´¥µç║ƒ¬ "
b"¬!\x0E °ªˆK§˜ÔÂ\x18 8įi "
b"░'\x1E .é\x1E L÷ì‗\v «ûa¸\x0F "
b"""
¼)®ôââ@t—R2\x08 œu\n
ø
"""
b"""
Á´oºÔŒFiŽ:X\v \n
×Ûì
"""
b"Åå©o\r 'G·ˆfž¥õ\v ^j "
b"òp\x1E ¯ «D\x00 ˆJƒ\x03 9±X` "
b"·)=É¢fD`ÆÎÕ©â®7S "
b"ü[[àä¿M‘–J—ÍÝäØ "
b"\x16 L’\x00 £ôN¢®Þþ(˜6¦ "
b")»W\x14 ¾¥@¹¬{Ðwâ±Ùo "
b"T¸¦ùq§Cθ\x1F œ `ønµ "
b"[œwÖ¢ïCg¹mEÏþ»c\ "
b"wxÊ‘læGωæ]ᢾ8\e "
b"x\f\x14 (<ûMá–`þ×L‰¶\x0F "
b"ê/Q¢┬╠N\x0E ªÕ▓4#]\x1C ü "
b"ì$Õ]:¸Ao¡P\x1A ø`ÿo─ "
b"ÜÕìöþ`O┐ÂaÒ¬S@╔\e "
b"®e¢óu“BJŠÏºÊí\x07 •Ÿ "
b"ÂM\v\e HóK»»w\x0F Žô³\x03 s "
b"ÃÞ\x04 ÃÍùAÀ¦¶\x0E Áš´\x06 ` "
b"""
α\x06 3w¶O±¿\n
6IAÉ\x13 N
"""
b"¹\x11 h┘óhA2à\x1F »Ó╝þ\r É "
b"Q0);\r O\x19 ¿zj}€Š\e . "
b"V…û½\x04 ÄG%”¹Ì@\x07 }MC "
b"\¥P\x13 ÎÜK¾ž¬\x00 jŽ¢~¢ "
b"€E\x04 ÎMOOÚƒ¡ðÅ™\x04 ,\x12 "
b"€äxòÀžA(ƒ(\x13 Ø)’£© "
b"§\x02 àª\e A¦¼“xÂÆIÙ( "
b"®m%`¯\f @\x1A îì6gæFÔR "
b"„—wi¶ÉB”‚NU{Šžïç "
b"┤n÷╗▓GFºhmr¶\x10 ź "
b"\x1E ÁP[┐D@¬óûËþnð\x1C É "
b"$²$\x00 `qEü·\x04 ,\t ½R;\x1E "
b"'U”\x02 NHK‚@\x0F ÍŠ¨-Ò "
b"K2h”6ÜGÉ™è(šáúÈv "
b"R\x0E n§"UK,¦3O9GÞÅé "
b"sd£}vbL¦ªhƆnY\x04 w "
b"╩*×cÃbD¦ì\x10 âH■Âa\x1A "
b"ÖI|\t å\x01 M\x1D ¦Zú¥F®žü "
b"óÕyޝ‘@ižãƒ ™SP¢ "
b"ö@Š¥3CCú¬I\x0E\x15 Ìÿ\x17 © "
b"\x16 ¾‹hÌÆC\x06 ˜\x19 C”X\x15 Ýa "
b"5═\x01 ┼·?IóÅ8\x0F \\x02 ß╠° "
b"|ÙEMN┌HVØ╗ÿsÓ▀\x0F É "
b"É-JõóöGìñ?hå\x17 O\x1F Ä "
b"Ü█ÉònõOÚâà\x12 t4OÓ3 "
b"¯ìÍæ‘bMS”uð_ê¡)t "
b"$Ú»x–!D\x07 “<’‚\t J±W "
b"jü1Ž5rHןåÌ#a¦\x1E À "
b"å®@(┤╬OôÉ▀¨ï±│Ê\x14 "
b"""
í╣åç2ª@┴óØ\n
╠øÊ╚È
"""
b"¥ás%™©I\x13 €’\t\x1C Q\x01 [Ñ "
b"×¥**»ËH›ž‹,I~·Èx "
b"¯D§ãW\x1D HûüD)Ð▓ÄV+ "
b"0Â<,—3Np«\x7F wùÎ× $ "
b"Cì4<\x10 ýBñ—?sa^X*F "
b"Ÿ”\t ’4\x12 Oá…\x15\x04\x12 ï2Sl "
b"°—lâ\x04 FGn¦‡l©z1µê "
b"@{║\x19 ▓\x00 LÅÉ\x02 ^\x1D !!^A "
b""r\r ¹&▓O;àÅd▄¿3~ø "
b"ª\e ¬o(¤OP”pQSë9|‘ "
b"®ÚMn.ÐA\¸ìþ®ÅÖ\x1C Ž "
b"▄^J$Û`N&ç\x1E ╬╩¹Ïü¦ "
b"""
ç²ÄyÚ$@î—7ÙL\n
Õ?Å
"""
b"\x13 bë:\x08 äNQ„õ§IeI“e "
b"0\x1D\x0F DbÑB”î?ôºÇ\x00 0 "
b"L¼;\x1F ½¡@·œUÆàd[†x "
b"Òò~ük╝L)Ĭ*ߦFT¬ "
b"§Û\x1E §¸ÊM2©¤rÆyÔ6Ù "
b"0ÝÚH,\x19 KÍ¢Û…ý˃~© "
b"D\x13 Æ€yûJ@œ©)x\x00 Ég+ "
b"%Çâ0/³NÞ’§¬ë3»\x06 ˆ "
b"ùzÑ&í\x01 GLƒ :‰õ·"; "
b"╝Ñ\x04 L\x16 ØB½©║õ³\x08 *\x1F ╚ "
b"?▀ß└{±E¥ü\x19 4wÿ‗Ùñ "
b"B\x14 Þ=\x0F 2Lß³³®öÈ~\x01 $ "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x0F95E97B1D3C4736B7529A2980DC2253 , 0xE8FE56647C924359ABE85EB1FBF8B461 , 0xFA567D37F0E64CA69786C529AF37E962 , 0x8682ED463BD34C249438E0A144057544 , 0x3AE447F414824FD59E565D3C9789C857 , 0xD2B72B9441984C12896BB30ACA906EA5 , 0x7F6C8325E6DB4A32AB5C0ACA49DF4513 , 0x9191BCD319A74DEE8F0BE1A3A8F9948D , 0x60EA4AEE3ACD4B828CF288B29C5F6D69 , 0x08DFDAFEE17F42C9B04EC7748DC1F077 , 0x395AA54CE04B4F4484C2345C6B7714FD , 0xBB119BA5B6C74EE9AD26EDCBEB06321B , 0xB3000EA6F0CC43BDAC76FBDC00C8E44E , 0xE2E89E2B64AB489BADD64C829D6F49E6 , 0xE5EE986C1111477B81C3BE962AC1B4DB , 0x9308EAF5F70D49D3BB25683C470D4887 , 0x2FDC6931D7B04F33BD7CDCFDD76588FC , 0x8C318E1D985A4F8293F6077620BC9D6C , 0xCC132DA66CFA44F896EE9FA767310069 , 0x625EEE76DE8745A399BEB520398C99BC , 0x3C43710A26384D8CBFC2E62ED9AE4A1B , 0x2C1575F124AB408C9C907C9DF3E7915E , 0x23C25BC38BCE4BA2A1F7F660EE5D07EC , 0xB3C99720C45D4A238D49526818921375 , 0x4E97B7D20D474EAC84897F6534ABE81A , 0xDE3ED9733BE244F0BE4C139D60E353DC , 0x17EA1CCB5E304A8F968F529CB2E58618 , 0x0A07BA922B1043D4BFEFE7C84D5E900E , 0x462776FB5ACF40738B6CE97167C16C06 , 0xBF38B59CF93D474289F2B08F9A7AF0E6 , 0x3AF7A6E2570B4469B08E18125855801E , 0x85F9234F5DD74C339C72FE582AD592C1 , 0x83BCDE07F2D14554805B7C76DA7C7044 , 0x6F8D6DD4C51E4B7A8F994DFF1ABB5194 , 0x9EA9926420344756AE7EC8D41E145047 , 0xDE4716A489304633A4F79CC9A3253CEC , 0xAD62B6EEA93447509AA091D47E2118C7 , 0x3099810E3C7549E5B16E7BBDC88CFF60 , 0x1A0919BE83904D629CA60DCC2B07EE79 , 0x5244152C7EDE4EBA838A874A4AFE5FC1 , 0xC96DE8B9316742C989CDBC48AF1344F1 , 0x74A653DF9BB74417AFD729D717797F30 , 0x6D48AD4FB2834623A359F62260DD1A90 , 0xC90A9FCE77A549D6B9F84E7456E5B77F , 0xD25A4624CA1D4A8E82B378B0BC42CC17 , 0xF172E2D04DD74824B2ABDEB118D1571A , 0x03307B69815E4F93B2CE2FF9F0418245 , 0xEA462B8C66DD405397B9054CF5BBBEF9 , 0x4F65ACBCF8F8453C9C29BD0616200ABF , 0xB641132A02D5461193857D43AF1993E8 , 0xA313FEE9D9A943A3A456D323947A85D0 , 0xDF082E59A9054DBD959AE50F8DDB0947 , 0x873489486C434743AA81B5B21FC052F9 , 0xE9B0274F794B4490B78D4C7380D0DA44 , 0xF8DCDE5C29C74D019A6BFEAD4B09A73E , 0xE80D79A2C2584D71A6C142FA4A918059 , 0xC01421549BBE436C8533DDD7742DBA76 , 0xDD58DB804C73426DB65807785EBDD1DC , 0xCBB5E189D9044A6FBB4E6BF6AC36E1FD , 0x96BBB65DC1A44BF0B98131DDC229AFCC , 0x4086F2DA8B8B4FE5AD0DB4D6592CC666 , 0x7AA59416514F4076AF2B62924A20745F , 0x44911A4A26054DD78EE19E212D0CD54D , 0x61B7A4E7E7A24621A6D34F2C57C5FD1C , 0x2EDB2FBF62B444B08B8DE95DCDEA4D88 , 0xAF9513CF59684557A44F3815521165B9 , 0xAB83ABA7D95E4CC18ED3DDF6645E03AC , 0xFE54AE6E890B4D0481A7BF8BC10B607C , 0x3DB5F9E4A8D54C70B23CC540E99CCA66 , 0x73B592BD032847CFA3690B2E799C74C5 , 0x2B2118C0C89D4D83BC5C51CB444D2C94 , 0x7A4B6A1BCB3E48EE94738F91B0333AE0 , 0x4D4CC9BF8B72459FB44998C9E73B127A , 0x2FA584B8E1B5470386ECFE2585B8A853 , 0x4999BECE5805412CB86AAB17E9ED70B7 , 0x05CC4E549CE54AAF9EB884AC15D79CD2 , 0x14DE2ECBD9F84C4BAA06EF0DC1A43DDE , 0x1994139448454A488BF947A5D8EF3DCD , 0x1D7D0DDE79AB4F31B4A4C0A5D836697E , 0x2B9B7B815D3E4782A4F39C2DA0B86B3A , 0x2CB7AA6BFF0D4EE6AA1F479C5FD2D773 , 0x31F7F74E497E45A99026801028D2995F , 0x376380E29467428C9DCD5C534866B407 , 0x509FF43803D54F25AEC1D9C034C13658 , 0x647A90E1B5DE4BAEAE7F8AE960A8EE00 , 0x6A73F395933C4104A5E62B330C53C024 , 0x6AA2E3EAAF6F472AB0843937CDF4CB20 , 0x6F7D5C564D94495F80EEC7AEF3E9E150 , 0x83BF650464AB4EA597EA643EE8815F0A , 0x8A81098EC61B41E5A8003143BAE1B45A , 0x8AAAE7B63A5A408FA75487D58F249035 , 0x9336A46F22F049788453E2DDF1E99CE8 , 0x97799FD60D974ADE81EFBEE687BA9FAA , 0xAC210EB0AA884BA798D4C21838C4AF69 , 0xB0271E2E821E4CF68DF20BAE9661F70F , 0xBC29AEF4E2E24074975232089C750AF8 , 0xC1B46FBAD48C46698E3A580B0AD7DBEC , 0xC5E5A96F0D2747B788669EA5F50B5E6A , 0xF2701EAFA0AB4400884A830339B15860 , 0xFA293D90BD66446092D7E5B883A93753 , 0xFC5B5BE0E4BF4D91964AC297CDDDE4D8 , 0x164C9200A3F44EA2AEADDEFE289836A6 , 0x29BB5714BEA540B9AC7BD077E2B1D96F , 0x54B8A6F971A743CEB81F9CA060F86EB5 , 0x5B9C77D6A2EF4367B96D45CFFEBB635C , 0x7778CA916CE647CF89E65DE1A2BE381B , 0x780C14283CFB4DE19660FED74C89B60F , 0x882F51BDC2CC4E0EA6E5B234235D1C81 , 0x8D24E55D3AF7416FAD501A9B60986FC4 , 0x9AE58D94E7604FBFB661E3AA5340C91B , 0xAE65A2F37593424A8ACFBACAED07959F , 0xC24D0B1B48F34BBBBB770F8EF4B30373 , 0xC3DE04C3CDF941C0A6B60EC19AB40660 , 0xCEB1063377B64FB1BF0A364941C9134E , 0xFB1168D9A2684132851FAFE0BCE70D90 , 0x5130293BAD0D4F19BF7A6A7D808A1B2E , 0x5685FBBD04C4472594B9CC40077D4D43 , 0x5CA55013CEDC4BBE9EAC006A8EA27EA2 , 0x804504CE4D4F4FDA83A1F0C599042C12 , 0x80E478F2C09E4128832813D82992A3A9 , 0xA702E0AAAD1B41A6BC9378C2C649D928 , 0xA96D2560EE0C401A8C8D36679146E252 , 0x84977769B6C94294824E557B8A9EEFE7 , 0xB46EC7FABBB24746A7686D72F4108FA7 , 0x1EB5505BBF4440AAA296D3E76ED01C90 , 0x24B22400607145FCB7042C09BD523B1E , 0x275594024E484BC282400FCD8AA82DD2 , 0x4B32689436DC47C999E8289AE1FAC876 , 0x520E6EA722554B2CA6334F3947DEC5E9 , 0x7364A37D76624CA6AA68C6866E590477 , 0xCA2A9E63C76244DD8D108348FEB6611A , 0xD6497C09E5014D1DA65AFAA546AE9EFC , 0xF3D5798EAF9140699EE383A0995350A2 , 0xF6408AA5334343FAAC490E15CCFF17A9 , 0x16BE8B68CCC64306981943945815DD61 , 0x35CD01C5FA3F49A28F380F5C02E1CCF8 , 0x7CEB454D4EDA48569DBB9873E0DF0F90 , 0x902D4AE4A294478DA43F6886174F1F8E , 0x9ADB90956EE44FE983851274344FE033 , 0xAFECCDE691624D539475F05FEAA12974 , 0x24DABB7896214407933C9282094AB157 , 0x6AFC318E357248D79FE5CC2361A61EC0 , 0x86A94028B4CE4F9390DFF98BF1B3D214 , 0xA1B9868732A640C1A29D0ACC9BD2C8D4 , 0xA5E1732599A949138092091C51015BD1 , 0xD7A52A2ABBCB489B9E8B2C497EB7C878 , 0xEE44F5C6571D4896814429D1B28E562B , 0x30C23C2C97334E70AB7F77F9CED7A024 , 0x43EC343C10FD42F1973F73615E582A46 , 0x9F94099234124FE185150412EF32536C , 0xB0976CE20446476EA6876CA97A31B5EA , 0x407BBA19B2004C8F90025E1D21215E41 , 0x22720DFB26B24F3B858F64DCA8337E9B , 0xAA1BAC6F28A44F5094705153EB397C91 , 0xAEDA4D6E2ED0415CB8ECFEAEC5D61C8E , 0xDC5E4A24EA604E26871ECECAFBD881DD , 0xE7B2C479DA2440EE9737D94C0AD53FC5 , 0x1362EB3A08E44E5184F5A74965499365 , 0x301D0F4462D142C294EE3FF4BAC70030 , 0x4CBC3B1FBDA140B79C55C6E0645B8678 , 0xE3957E816BBC4C298EAA2AE1DD4654AA , 0xA7DB1EA7B8CA4D32A9A472C679D436D9 , 0x30DDDA482C194BCDA2DB85FDCB837EA9 , 0x4413C68079FB4A409CA9297800C9672B , 0x25C7E2302FB34EDE92A7ACEB33BB0688 , 0xF97AD126ED01474C83203A89F5B7223B , 0xBCA5044C169D42ABB8BAE4FC082A1FC8 , 0x3FDFE1C07BF145BE8119347798F2EBA4 , 0x4214DE3D0F324CDFB3B3AEF6C87E0124 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
59
1.31 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) as `property_group_option.media.title` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) as `property_group_option.media.customFields` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name as `property_group_option.translation.name` , `property_group_option.translation` . position as `property_group_option.translation.position` , `property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . language_id = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . property_group_id , `property_group_option.group.translation` . name as `property_group_option.group.translation.name` , `property_group_option.group.translation` . description as `property_group_option.group.translation.description` , `property_group_option.group.translation` . position as `property_group_option.group.translation.position` , `property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . language_id = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . media_id , `property_group_option.media.translation` . title as `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields as `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at as `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at as `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id as `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id as `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . language_id = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x05 ÌNTœåJ¯ž¸„¬\x15 ×œÒ "
b"\x0F •é{\x1D <G6·Rš)€Ü"S "
b"\x14 Þ.ËÙøLKª\x06 ï\r Á¤=Þ "
b"\x16 ¾‹hÌÆC\x06 ˜\x19 C”X\x15 Ýa "
b"\x19 ”\x13 ”HEJH‹ùG¥Øï=Í "
b")»W\x14 ¾¥@¹¬{Ðwâ±Ùo "
b"+ø{ü]>Géñ¾£-á©k: "
b"0ÝÚH,\x19 KÍ¢Û…ý˃~© "
b"7cÇÔögBîØ═\SHf┤\x07 "
b"B\x14 Þ=\x0F 2Lß³³®öÈ~\x01 $ "
b"Cì4<\x10 ýBñ—?sa^X*F "
b"D\x13 Æ€yûJ@œ©)x\x00 Ég+ "
b"F'vûZÏ@s‹léqgÁl\x06 "
b"L¼;\x1F ½¡@·œUÆàd[†x "
b"Q0);\r O\x19 ¿zj}€Š\e . "
b"T¸¦ùq§Cθ\x1F œ `ønµ "
b"V…û½\x04 ÄG%”¹Ì@\x07 }MC "
b"[œwÖ¢ïCg¹mEÏþ»c\ "
b"\¥P\x13 ÎÜK¾ž¬\x00 jŽ¢~¢ "
b"`êJî:ÍK‚Œòˆ²œ_mi "
b"jsó•“<A\x04 ¥æ+3\f SÀ$ "
b"j¢ãê¯oG*°„97ÍôË "
b"jü1Ž5rHןåÌ#a¦\x1E À "
b"mH¡O▓âF#úY÷"`¦\x1A É "
b"o}\VM”I_€îÇ®óéáP "
b"sd£}vbL¦ªhƆnY\x04 w "
b"x\f\x14 (<ûMá–`þ×L‰¶\x0F "
b"""
\x7F lƒ%æÛJ2«\\n
ÊIßE\x13
"""
b"€äxòÀžA(ƒ(\x13 Ø)’£© "
b"â┐e\x04 d½NÑùÛd>Þü_\n "
b"…ù#O]×L3œrþX*Õ’Á "
b"ç4ëHlCGC¬üÁ▓\x1F └R¨ "
b"ê/Q¢┬╠N\x0E ªÕ▓4#]\x1C ü "
b"èü\t Äã\e AÕ¿\x00 1C║ß┤Z "
b"î1Ä\x1D ÿZOéô÷\x07 v ╝Øl "
b"“6¤o"ðIx„SâÝñéœè "
b"ùyƒÍ\r ùJÌü´¥µç║ƒ¬ "
b"Ü█ÉònõOÚâà\x12 t4OÓ3 "
b"ÜÕìöþ`O┐ÂaÒ¬S@╔\e "
b"ž©’d 4GV®~ÈÔ\x1E\x14 PG "
b"Ÿ”\t ’4\x12 Oá…\x15\x04\x12 ï2Sl "
b"§Û\x1E §¸ÊM2©¤rÆyÔ6Ù "
b"®m%`¯\f @\x1A îì6gæFÔR "
b"¬!\x0E °ªˆK§˜ÔÂ\x18 8įi "
b"¯ìÍæ‘bMS”uð_ê¡)t "
b"░'\x1E .é\x1E L÷ì‗\v «ûa¸\x0F "
b"°—lâ\x04 FGn¦‡l©z1µê "
b"│╔ù ─]J#ìIRh\x18 Æ\x13 u "
b"┤n÷╗▓GFºhmr¶\x10 ź "
b"""
Á´oºÔŒFiŽ:X\v \n
×Ûì
"""
b"ÂM\v\e HóK»»w\x0F Žô³\x03 s "
b"""
α\x06 3w¶O±¿\n
6IAÉ\x13 N
"""
b"ÝXÛ€LsBm¶X\x07 x^½ÑÜ "
b"ÞG\x16 ¤‰0F3¤÷œÉ£%<ì "
b"¯D§ãW\x1D HûüD)Ð▓ÄV+ "
b"ö@Š¥3CCú¬I\x0E\x15 Ìÿ\x17 © "
b"ùzÑ&í\x01 GLƒ :‰õ·"; "
b"·)=É¢fD`ÆÎÕ©â®7S "
b"úV}7ðæL¦—†Å)¯7éb "
b"ü[[àä¿M‘–J—ÍÝäØ "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.languageId` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
COALESCE (
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title`
) as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
COALESCE (
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt`
) as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
COALESCE (
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields`
) as `property_group_option.media.customFields` ,
`property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation.languageId` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) as `property_group_option.customFields` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
LEFT JOIN (
SELECT
`property_group_option.translation` . property_group_option_id ,
`property_group_option.translation` . name as `property_group_option.translation.name` ,
`property_group_option.translation` . position as `property_group_option.translation.position` ,
`property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` ,
`property_group_option.translation` . created_at as `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id as `property_group_option.translation.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . language_id = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . property_group_id ,
`property_group_option.group.translation` . name as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . description as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . position as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` ,
`property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . language_id = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . media_id ,
`property_group_option.media.translation` . title as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . alt as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . custom_fields as `property_group_option.media.translation.customFields` ,
`property_group_option.media.translation` . created_at as `property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation` . updated_at as `property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation` . media_id as `property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation` . language_id as `property_group_option.media.translation.languageId`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . language_id = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) as `property_group_option.media.title` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) as `property_group_option.media.customFields` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name as `property_group_option.translation.name` , `property_group_option.translation` . position as `property_group_option.translation.position` , `property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . property_group_id , `property_group_option.group.translation` . name as `property_group_option.group.translation.name` , `property_group_option.group.translation` . description as `property_group_option.group.translation.description` , `property_group_option.group.translation` . position as `property_group_option.group.translation.position` , `property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . media_id , `property_group_option.media.translation` . title as `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields as `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at as `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at as `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id as `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id as `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (0x05CC4E549CE54AAF9EB884AC15D79CD2 , 0x0F95E97B1D3C4736B7529A2980DC2253 , 0x14DE2ECBD9F84C4BAA06EF0DC1A43DDE , 0x16BE8B68CCC64306981943945815DD61 , 0x1994139448454A488BF947A5D8EF3DCD , 0x29BB5714BEA540B9AC7BD077E2B1D96F , 0x2B9B7B815D3E4782A4F39C2DA0B86B3A , 0x30DDDA482C194BCDA2DB85FDCB837EA9 , 0x376380E29467428C9DCD5C534866B407 , 0x4214DE3D0F324CDFB3B3AEF6C87E0124 , 0x43EC343C10FD42F1973F73615E582A46 , 0x4413C68079FB4A409CA9297800C9672B , 0x462776FB5ACF40738B6CE97167C16C06 , 0x4CBC3B1FBDA140B79C55C6E0645B8678 , 0x5130293BAD0D4F19BF7A6A7D808A1B2E , 0x54B8A6F971A743CEB81F9CA060F86EB5 , 0x5685FBBD04C4472594B9CC40077D4D43 , 0x5B9C77D6A2EF4367B96D45CFFEBB635C , 0x5CA55013CEDC4BBE9EAC006A8EA27EA2 , 0x60EA4AEE3ACD4B828CF288B29C5F6D69 , 0x6A73F395933C4104A5E62B330C53C024 , 0x6AA2E3EAAF6F472AB0843937CDF4CB20 , 0x6AFC318E357248D79FE5CC2361A61EC0 , 0x6D48AD4FB2834623A359F62260DD1A90 , 0x6F7D5C564D94495F80EEC7AEF3E9E150 , 0x7364A37D76624CA6AA68C6866E590477 , 0x780C14283CFB4DE19660FED74C89B60F , 0x7F6C8325E6DB4A32AB5C0ACA49DF4513 , 0x80E478F2C09E4128832813D82992A3A9 , 0x83BF650464AB4EA597EA643EE8815F0A , 0x85F9234F5DD74C339C72FE582AD592C1 , 0x873489486C434743AA81B5B21FC052F9 , 0x882F51BDC2CC4E0EA6E5B234235D1C81 , 0x8A81098EC61B41E5A8003143BAE1B45A , 0x8C318E1D985A4F8293F6077620BC9D6C , 0x9336A46F22F049788453E2DDF1E99CE8 , 0x97799FD60D974ADE81EFBEE687BA9FAA , 0x9ADB90956EE44FE983851274344FE033 , 0x9AE58D94E7604FBFB661E3AA5340C91B , 0x9EA9926420344756AE7EC8D41E145047 , 0x9F94099234124FE185150412EF32536C , 0xA7DB1EA7B8CA4D32A9A472C679D436D9 , 0xA96D2560EE0C401A8C8D36679146E252 , 0xAC210EB0AA884BA798D4C21838C4AF69 , 0xAFECCDE691624D539475F05FEAA12974 , 0xB0271E2E821E4CF68DF20BAE9661F70F , 0xB0976CE20446476EA6876CA97A31B5EA , 0xB3C99720C45D4A238D49526818921375 , 0xB46EC7FABBB24746A7686D72F4108FA7 , 0xC1B46FBAD48C46698E3A580B0AD7DBEC , 0xC24D0B1B48F34BBBBB770F8EF4B30373 , 0xCEB1063377B64FB1BF0A364941C9134E , 0xDD58DB804C73426DB65807785EBDD1DC , 0xDE4716A489304633A4F79CC9A3253CEC , 0xEE44F5C6571D4896814429D1B28E562B , 0xF6408AA5334343FAAC490E15CCFF17A9 , 0xF97AD126ED01474C83203A89F5B7223B , 0xFA293D90BD66446092D7E5B883A93753 , 0xFA567D37F0E64CA69786C529AF37E962 , 0xFC5B5BE0E4BF4D91964AC297CDDDE4D8 );
Copy
60
0.89 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"\x0F •é{\x1D <G6·Rš)€Ü"S "
b"èþVd|’CY«è^±ûø´a "
b"úV}7ðæL¦—†Å)¯7éb "
b"†‚íF;ÓL$”8à¡D\x05 uD "
b":äGô\x14 ‚OÕžV]<—‰ÈW "
b"""
ÊÀ+öAÿL\x12 ëk│\n
╩ÉnÑ
"""
b"""
\x7F lƒ%æÛJ2«\\n
ÊIßE\x13
"""
b"ææ╝Ë\x19 ºM¯Å\v ßú¿¨öì "
b"`êJî:ÍK‚Œòˆ²œ_mi "
b"\x08 ▀┌■ß\x7F B╔░NÃtì┴w "
b"9Z¥LàKOD„Â4\kw\x14 ý "
b"»\x11 ›¥¶ÇNé&íËë\x06 2\e "
b"³\x00\x0E ¦ðÌC½¬vûÜ\x00 ÈäN "
b"ÔÞ×+d½Hø¡ÍLéØoIµ "
b"Õ¯ÿl\x11\x11 G{ü├¥û*┴┤█ "
b"“\x08 êõ÷\r IÓ»%h<G\r H‡ "
b"/Üi1×°O3½|Üý×eˆü "
b"î1Ä\x1D ÿZOéô÷\x07 v ╝Øl "
b"Ì\x13 -¦lúDø–g1\x00 i "
b"b^îvÞ‡E£™¾µ 9Œ™¼ "
b"""
<Cq\n
&8MŒ¿Âæ.Ù®J\e
"""
b",\x15 u±$½@î£É|ؾþæ^ "
b"#Â[ËÎK¢¡÷ö`î]\x07 ì "
b"│╔ù ─]J#ìIRh\x18 Æ\x13 u "
b"N—·Ò\r GN¬„‰\x7F e4«è\x1A "
b"Ì>┘s;ÔD¥L\x13 Ø`ÒS▄ "
b"\x17 Û\x1C ╦^0JÅûÅR£▓Õå\x18 "
b"""
\n
\x07 ║Æ+\x10 CÈ┐´þ╚M^É\x0E
"""
b"F'vûZÏ@s‹léqgÁl\x06 "
b"┐8Á£¨=GBë‗░ÅÜzµ "
b":÷¦âW\v Di°Ž\x18\x12 XU€\x1E "
b"…ù#O]×L3œrþX*Õ’Á "
b"ƒ¼Þ\x07 òÑET€[|vÚ|pD "
b"oìmÈ┼\x1E KzÅÖM \x1A ╗Qö "
b"ž©’d 4GV®~ÈÔ\x1E\x14 PG "
b"ÞG\x16 ¤‰0F3¤÷œÉ£%<ì "
b"b¶î©4GPš ‘Ô~!\x18 Ç "
b"0Öü\x0E <uIÕ▒n{¢╚î ` "
b"\x1A\t\x19 ¥âÉMb£ª\r ╠+\x07 ¯y "
b"RD\x15 ,~ÞNºƒŠ‡JJþ_Á "
b"Émè¹1gBɉͼH¯\x13 Dñ "
b"t¦Sß›·D\x17 ¯×)×\x17 y\x7F 0 "
b"mH¡O▓âF#úY÷"`¦\x1A É "
b"""
É\n
ŸÎw¥IÖ¹øNtVå·\x7F
"""
b"ÒZF$Ê\x1D JŽ‚³x°¼BÌ\x17 "
b"ñrâÐM×H$²«Þ±\x18 ÑW\x1A "
b"\x03 0{iü^Oô▓╬/¨AéE "
b"êF+ŒfÝ@S—¹\x05 Lõ»¾ù "
b"""
Oe¬¼øøE<œ)½\x06\x16 \n
¿
"""
b"¶A\x13 *\x02 ÕF\x11 “…}C¯\x19 “è "
b"£\x13 þéÙ©C£¤VÓ#”z…Ð "
b"▀\x08 .Y®\x05 M¢òÜÕ\x0F ì█\t G "
b"ç4ëHlCGC¬üÁ▓\x1F └R¨ "
b"Ú░'OyKDÉÀìLsÇð┌D "
b"øÜÞ\)ÇM\x01 škþK\t §> "
b"è\r y¢ÂXMq¦ÁBúJ‘€Y "
b"À\x14 !T›¾Cl…3Ý×t-ºv "
b"ÝXÛ€LsBm¶X\x07 x^½ÑÜ "
b"˵á‰Ù\x04 Jo»Nkö¬6áý "
b"û╗Â]┴ñK╣ü1¦┬)»╠ "
b"@†òÚ‹‹Oå\r ´ÖY,Æf "
b"z¥”\x16 QO@v¯+b’J t_ "
b"D‘\x1A J&\x05 M׎áž!-\f ÕM "
b"a·¤çç¢F!¦ÓO,WÅý\x1C "
b".█/┐b┤D░ïìÚ]═ÛMê "
b"¯•\x13 ÏYhEW¤O8\x15 R\x11 e¹ "
b"«ƒ«§Ù^LÁŽÓÝöd^\x03 ¬ "
b"■T«në\v M\x04 üº┐ï┴\v `| "
b"=µùä¨ÕLp²<Å@éœÊf "
b"sµ’½\x03 (GÏ£i\v .yœtÅ "
b"+!\x18 └╚ØMâ╝\Q╦DM,ö "
b"zKj\e ╦>H¯ösÅæ░3:Ó "
b"MLÉ¿‹rEŸ´I˜Éç;\x12 z "
b"/¥„¸áµG\x03 †ìþ%…¸¨S "
b"I™¾ÎX\x05 A,¸j«\x17 éíp· "
b"\x05 ÌNTœåJ¯ž¸„¬\x15 ×œÒ "
b"\x14 Þ.ËÙøLKª\x06 ï\r Á¤=Þ "
b"\x19 ”\x13 ”HEJH‹ùG¥Øï=Í "
b"\x1D }\r Þy«O1´¤À¥Ø6i~ "
b"+ø{ü]>Géñ¾£-á©k: "
b",·ªkÿ\r Næª\x1F Gœ_Ò×s "
b"1¸¸NI~E®É&Ç\x10 (ÊÖ_ "
b"7cÇÔögBîØ═\SHf┤\x07 "
b"PŸô8\x03 ÕO%®ÁÙÀ4Á6X "
b"dzÉßÁÌK««\x7F èÚ`¿¯\x00 "
b"jsó•“<A\x04 ¥æ+3\f SÀ$ "
b"j¢ãê¯oG*°„97ÍôË "
b"o}\VM”I_€îÇ®óéáP "
b"â┐e\x04 d½NÑùÛd>Þü_\n "
b"èü\t Äã\e AÕ¿\x00 1C║ß┤Z "
b"è¬þÂ:Z@źTçıÅ$É5 "
b"“6¤o"ðIx„SâÝñéœè "
b"ùyƒÍ\r ùJÌü´¥µç║ƒ¬ "
b"¬!\x0E °ªˆK§˜ÔÂ\x18 8įi "
b"░'\x1E .é\x1E L÷ì‗\v «ûa¸\x0F "
b"""
¼)®ôââ@t—R2\x08 œu\n
ø
"""
b"""
Á´oºÔŒFiŽ:X\v \n
×Ûì
"""
b"Åå©o\r 'G·ˆfž¥õ\v ^j "
b"òp\x1E ¯ «D\x00 ˆJƒ\x03 9±X` "
b"·)=É¢fD`ÆÎÕ©â®7S "
b"ü[[àä¿M‘–J—ÍÝäØ "
b"\x16 L’\x00 £ôN¢®Þþ(˜6¦ "
b")»W\x14 ¾¥@¹¬{Ðwâ±Ùo "
b"T¸¦ùq§Cθ\x1F œ `ønµ "
b"[œwÖ¢ïCg¹mEÏþ»c\ "
b"wxÊ‘læGωæ]ᢾ8\e "
b"x\f\x14 (<ûMá–`þ×L‰¶\x0F "
b"ê/Q¢┬╠N\x0E ªÕ▓4#]\x1C ü "
b"ì$Õ]:¸Ao¡P\x1A ø`ÿo─ "
b"ÜÕìöþ`O┐ÂaÒ¬S@╔\e "
b"®e¢óu“BJŠÏºÊí\x07 •Ÿ "
b"ÂM\v\e HóK»»w\x0F Žô³\x03 s "
b"ÃÞ\x04 ÃÍùAÀ¦¶\x0E Áš´\x06 ` "
b"""
α\x06 3w¶O±¿\n
6IAÉ\x13 N
"""
b"¹\x11 h┘óhA2à\x1F »Ó╝þ\r É "
b"Q0);\r O\x19 ¿zj}€Š\e . "
b"V…û½\x04 ÄG%”¹Ì@\x07 }MC "
b"\¥P\x13 ÎÜK¾ž¬\x00 jŽ¢~¢ "
b"€E\x04 ÎMOOÚƒ¡ðÅ™\x04 ,\x12 "
b"€äxòÀžA(ƒ(\x13 Ø)’£© "
b"§\x02 àª\e A¦¼“xÂÆIÙ( "
b"®m%`¯\f @\x1A îì6gæFÔR "
b"„—wi¶ÉB”‚NU{Šžïç "
b"┤n÷╗▓GFºhmr¶\x10 ź "
b"\x1E ÁP[┐D@¬óûËþnð\x1C É "
b"$²$\x00 `qEü·\x04 ,\t ½R;\x1E "
b"'U”\x02 NHK‚@\x0F ÍŠ¨-Ò "
b"K2h”6ÜGÉ™è(šáúÈv "
b"R\x0E n§"UK,¦3O9GÞÅé "
b"sd£}vbL¦ªhƆnY\x04 w "
b"╩*×cÃbD¦ì\x10 âH■Âa\x1A "
b"ÖI|\t å\x01 M\x1D ¦Zú¥F®žü "
b"óÕyޝ‘@ižãƒ ™SP¢ "
b"ö@Š¥3CCú¬I\x0E\x15 Ìÿ\x17 © "
b"\x16 ¾‹hÌÆC\x06 ˜\x19 C”X\x15 Ýa "
b"5═\x01 ┼·?IóÅ8\x0F \\x02 ß╠° "
b"|ÙEMN┌HVØ╗ÿsÓ▀\x0F É "
b"É-JõóöGìñ?hå\x17 O\x1F Ä "
b"Ü█ÉònõOÚâà\x12 t4OÓ3 "
b"¯ìÍæ‘bMS”uð_ê¡)t "
b"$Ú»x–!D\x07 “<’‚\t J±W "
b"jü1Ž5rHןåÌ#a¦\x1E À "
b"å®@(┤╬OôÉ▀¨ï±│Ê\x14 "
b"""
í╣åç2ª@┴óØ\n
╠øÊ╚È
"""
b"¥ás%™©I\x13 €’\t\x1C Q\x01 [Ñ "
b"×¥**»ËH›ž‹,I~·Èx "
b"¯D§ãW\x1D HûüD)Ð▓ÄV+ "
b"0Â<,—3Np«\x7F wùÎ× $ "
b"Cì4<\x10 ýBñ—?sa^X*F "
b"Ÿ”\t ’4\x12 Oá…\x15\x04\x12 ï2Sl "
b"°—lâ\x04 FGn¦‡l©z1µê "
b"@{║\x19 ▓\x00 LÅÉ\x02 ^\x1D !!^A "
b""r\r ¹&▓O;àÅd▄¿3~ø "
b"ª\e ¬o(¤OP”pQSë9|‘ "
b"®ÚMn.ÐA\¸ìþ®ÅÖ\x1C Ž "
b"▄^J$Û`N&ç\x1E ╬╩¹Ïü¦ "
b"""
ç²ÄyÚ$@î—7ÙL\n
Õ?Å
"""
b"\x13 bë:\x08 äNQ„õ§IeI“e "
b"0\x1D\x0F DbÑB”î?ôºÇ\x00 0 "
b"L¼;\x1F ½¡@·œUÆàd[†x "
b"Òò~ük╝L)Ĭ*ߦFT¬ "
b"§Û\x1E §¸ÊM2©¤rÆyÔ6Ù "
b"0ÝÚH,\x19 KÍ¢Û…ý˃~© "
b"D\x13 Æ€yûJ@œ©)x\x00 Ég+ "
b"%Çâ0/³NÞ’§¬ë3»\x06 ˆ "
b"ùzÑ&í\x01 GLƒ :‰õ·"; "
b"╝Ñ\x04 L\x16 ØB½©║õ³\x08 *\x1F ╚ "
b"?▀ß└{±E¥ü\x19 4wÿ‗Ùñ "
b"B\x14 Þ=\x0F 2Lß³³®öÈ~\x01 $ "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
OFFSET
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x0F95E97B1D3C4736B7529A2980DC2253 , 0xE8FE56647C924359ABE85EB1FBF8B461 , 0xFA567D37F0E64CA69786C529AF37E962 , 0x8682ED463BD34C249438E0A144057544 , 0x3AE447F414824FD59E565D3C9789C857 , 0xD2B72B9441984C12896BB30ACA906EA5 , 0x7F6C8325E6DB4A32AB5C0ACA49DF4513 , 0x9191BCD319A74DEE8F0BE1A3A8F9948D , 0x60EA4AEE3ACD4B828CF288B29C5F6D69 , 0x08DFDAFEE17F42C9B04EC7748DC1F077 , 0x395AA54CE04B4F4484C2345C6B7714FD , 0xBB119BA5B6C74EE9AD26EDCBEB06321B , 0xB3000EA6F0CC43BDAC76FBDC00C8E44E , 0xE2E89E2B64AB489BADD64C829D6F49E6 , 0xE5EE986C1111477B81C3BE962AC1B4DB , 0x9308EAF5F70D49D3BB25683C470D4887 , 0x2FDC6931D7B04F33BD7CDCFDD76588FC , 0x8C318E1D985A4F8293F6077620BC9D6C , 0xCC132DA66CFA44F896EE9FA767310069 , 0x625EEE76DE8745A399BEB520398C99BC , 0x3C43710A26384D8CBFC2E62ED9AE4A1B , 0x2C1575F124AB408C9C907C9DF3E7915E , 0x23C25BC38BCE4BA2A1F7F660EE5D07EC , 0xB3C99720C45D4A238D49526818921375 , 0x4E97B7D20D474EAC84897F6534ABE81A , 0xDE3ED9733BE244F0BE4C139D60E353DC , 0x17EA1CCB5E304A8F968F529CB2E58618 , 0x0A07BA922B1043D4BFEFE7C84D5E900E , 0x462776FB5ACF40738B6CE97167C16C06 , 0xBF38B59CF93D474289F2B08F9A7AF0E6 , 0x3AF7A6E2570B4469B08E18125855801E , 0x85F9234F5DD74C339C72FE582AD592C1 , 0x83BCDE07F2D14554805B7C76DA7C7044 , 0x6F8D6DD4C51E4B7A8F994DFF1ABB5194 , 0x9EA9926420344756AE7EC8D41E145047 , 0xDE4716A489304633A4F79CC9A3253CEC , 0xAD62B6EEA93447509AA091D47E2118C7 , 0x3099810E3C7549E5B16E7BBDC88CFF60 , 0x1A0919BE83904D629CA60DCC2B07EE79 , 0x5244152C7EDE4EBA838A874A4AFE5FC1 , 0xC96DE8B9316742C989CDBC48AF1344F1 , 0x74A653DF9BB74417AFD729D717797F30 , 0x6D48AD4FB2834623A359F62260DD1A90 , 0xC90A9FCE77A549D6B9F84E7456E5B77F , 0xD25A4624CA1D4A8E82B378B0BC42CC17 , 0xF172E2D04DD74824B2ABDEB118D1571A , 0x03307B69815E4F93B2CE2FF9F0418245 , 0xEA462B8C66DD405397B9054CF5BBBEF9 , 0x4F65ACBCF8F8453C9C29BD0616200ABF , 0xB641132A02D5461193857D43AF1993E8 , 0xA313FEE9D9A943A3A456D323947A85D0 , 0xDF082E59A9054DBD959AE50F8DDB0947 , 0x873489486C434743AA81B5B21FC052F9 , 0xE9B0274F794B4490B78D4C7380D0DA44 , 0xF8DCDE5C29C74D019A6BFEAD4B09A73E , 0xE80D79A2C2584D71A6C142FA4A918059 , 0xC01421549BBE436C8533DDD7742DBA76 , 0xDD58DB804C73426DB65807785EBDD1DC , 0xCBB5E189D9044A6FBB4E6BF6AC36E1FD , 0x96BBB65DC1A44BF0B98131DDC229AFCC , 0x4086F2DA8B8B4FE5AD0DB4D6592CC666 , 0x7AA59416514F4076AF2B62924A20745F , 0x44911A4A26054DD78EE19E212D0CD54D , 0x61B7A4E7E7A24621A6D34F2C57C5FD1C , 0x2EDB2FBF62B444B08B8DE95DCDEA4D88 , 0xAF9513CF59684557A44F3815521165B9 , 0xAB83ABA7D95E4CC18ED3DDF6645E03AC , 0xFE54AE6E890B4D0481A7BF8BC10B607C , 0x3DB5F9E4A8D54C70B23CC540E99CCA66 , 0x73B592BD032847CFA3690B2E799C74C5 , 0x2B2118C0C89D4D83BC5C51CB444D2C94 , 0x7A4B6A1BCB3E48EE94738F91B0333AE0 , 0x4D4CC9BF8B72459FB44998C9E73B127A , 0x2FA584B8E1B5470386ECFE2585B8A853 , 0x4999BECE5805412CB86AAB17E9ED70B7 , 0x05CC4E549CE54AAF9EB884AC15D79CD2 , 0x14DE2ECBD9F84C4BAA06EF0DC1A43DDE , 0x1994139448454A488BF947A5D8EF3DCD , 0x1D7D0DDE79AB4F31B4A4C0A5D836697E , 0x2B9B7B815D3E4782A4F39C2DA0B86B3A , 0x2CB7AA6BFF0D4EE6AA1F479C5FD2D773 , 0x31F7F74E497E45A99026801028D2995F , 0x376380E29467428C9DCD5C534866B407 , 0x509FF43803D54F25AEC1D9C034C13658 , 0x647A90E1B5DE4BAEAE7F8AE960A8EE00 , 0x6A73F395933C4104A5E62B330C53C024 , 0x6AA2E3EAAF6F472AB0843937CDF4CB20 , 0x6F7D5C564D94495F80EEC7AEF3E9E150 , 0x83BF650464AB4EA597EA643EE8815F0A , 0x8A81098EC61B41E5A8003143BAE1B45A , 0x8AAAE7B63A5A408FA75487D58F249035 , 0x9336A46F22F049788453E2DDF1E99CE8 , 0x97799FD60D974ADE81EFBEE687BA9FAA , 0xAC210EB0AA884BA798D4C21838C4AF69 , 0xB0271E2E821E4CF68DF20BAE9661F70F , 0xBC29AEF4E2E24074975232089C750AF8 , 0xC1B46FBAD48C46698E3A580B0AD7DBEC , 0xC5E5A96F0D2747B788669EA5F50B5E6A , 0xF2701EAFA0AB4400884A830339B15860 , 0xFA293D90BD66446092D7E5B883A93753 , 0xFC5B5BE0E4BF4D91964AC297CDDDE4D8 , 0x164C9200A3F44EA2AEADDEFE289836A6 , 0x29BB5714BEA540B9AC7BD077E2B1D96F , 0x54B8A6F971A743CEB81F9CA060F86EB5 , 0x5B9C77D6A2EF4367B96D45CFFEBB635C , 0x7778CA916CE647CF89E65DE1A2BE381B , 0x780C14283CFB4DE19660FED74C89B60F , 0x882F51BDC2CC4E0EA6E5B234235D1C81 , 0x8D24E55D3AF7416FAD501A9B60986FC4 , 0x9AE58D94E7604FBFB661E3AA5340C91B , 0xAE65A2F37593424A8ACFBACAED07959F , 0xC24D0B1B48F34BBBBB770F8EF4B30373 , 0xC3DE04C3CDF941C0A6B60EC19AB40660 , 0xCEB1063377B64FB1BF0A364941C9134E , 0xFB1168D9A2684132851FAFE0BCE70D90 , 0x5130293BAD0D4F19BF7A6A7D808A1B2E , 0x5685FBBD04C4472594B9CC40077D4D43 , 0x5CA55013CEDC4BBE9EAC006A8EA27EA2 , 0x804504CE4D4F4FDA83A1F0C599042C12 , 0x80E478F2C09E4128832813D82992A3A9 , 0xA702E0AAAD1B41A6BC9378C2C649D928 , 0xA96D2560EE0C401A8C8D36679146E252 , 0x84977769B6C94294824E557B8A9EEFE7 , 0xB46EC7FABBB24746A7686D72F4108FA7 , 0x1EB5505BBF4440AAA296D3E76ED01C90 , 0x24B22400607145FCB7042C09BD523B1E , 0x275594024E484BC282400FCD8AA82DD2 , 0x4B32689436DC47C999E8289AE1FAC876 , 0x520E6EA722554B2CA6334F3947DEC5E9 , 0x7364A37D76624CA6AA68C6866E590477 , 0xCA2A9E63C76244DD8D108348FEB6611A , 0xD6497C09E5014D1DA65AFAA546AE9EFC , 0xF3D5798EAF9140699EE383A0995350A2 , 0xF6408AA5334343FAAC490E15CCFF17A9 , 0x16BE8B68CCC64306981943945815DD61 , 0x35CD01C5FA3F49A28F380F5C02E1CCF8 , 0x7CEB454D4EDA48569DBB9873E0DF0F90 , 0x902D4AE4A294478DA43F6886174F1F8E , 0x9ADB90956EE44FE983851274344FE033 , 0xAFECCDE691624D539475F05FEAA12974 , 0x24DABB7896214407933C9282094AB157 , 0x6AFC318E357248D79FE5CC2361A61EC0 , 0x86A94028B4CE4F9390DFF98BF1B3D214 , 0xA1B9868732A640C1A29D0ACC9BD2C8D4 , 0xA5E1732599A949138092091C51015BD1 , 0xD7A52A2ABBCB489B9E8B2C497EB7C878 , 0xEE44F5C6571D4896814429D1B28E562B , 0x30C23C2C97334E70AB7F77F9CED7A024 , 0x43EC343C10FD42F1973F73615E582A46 , 0x9F94099234124FE185150412EF32536C , 0xB0976CE20446476EA6876CA97A31B5EA , 0x407BBA19B2004C8F90025E1D21215E41 , 0x22720DFB26B24F3B858F64DCA8337E9B , 0xAA1BAC6F28A44F5094705153EB397C91 , 0xAEDA4D6E2ED0415CB8ECFEAEC5D61C8E , 0xDC5E4A24EA604E26871ECECAFBD881DD , 0xE7B2C479DA2440EE9737D94C0AD53FC5 , 0x1362EB3A08E44E5184F5A74965499365 , 0x301D0F4462D142C294EE3FF4BAC70030 , 0x4CBC3B1FBDA140B79C55C6E0645B8678 , 0xE3957E816BBC4C298EAA2AE1DD4654AA , 0xA7DB1EA7B8CA4D32A9A472C679D436D9 , 0x30DDDA482C194BCDA2DB85FDCB837EA9 , 0x4413C68079FB4A409CA9297800C9672B , 0x25C7E2302FB34EDE92A7ACEB33BB0688 , 0xF97AD126ED01474C83203A89F5B7223B , 0xBCA5044C169D42ABB8BAE4FC082A1FC8 , 0x3FDFE1C07BF145BE8119347798F2EBA4 , 0x4214DE3D0F324CDFB3B3AEF6C87E0124 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
61
0.52 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