Query Metrics

50 Database Queries
32 Different statements
105.52 ms Query time

Queries

Group similar statements

# Time Info
1 0.44 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.43 ms
# dbal-plugin-loader
        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`;
Parameters:
[]
3 0.50 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;
Parameters:
[]
4 0.16 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',''))
Parameters:
[]
5 0.69 ms
SELECT seo_path_info FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?) AND (is_canonical = ?) ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"b\x0E_]iåL½žH¾Z¾T÷³"
  "widgets/cms/navigation/9dd9a7be22084026b3c0c80748a2b650/filter/"
  1
]
6 0.30 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?)
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"b\x0E_]iåL½žH¾Z¾T÷³"
  "widgets/cms/navigation/9dd9a7be22084026b3c0c80748a2b650/filter"
]
7 0.27 ms
# seo-url::resolve-fallback
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"L\x036²A\x05CÚ±Êò6O:xt"
  b"b\x0E_]iåL½žH¾Z¾T÷³"
  "/widgets/cms/navigation/9dd9a7be22084026b3c0c80748a2b650/filter"
]
8 0.38 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"b\x0E_]iåL½žH¾Z¾T÷³"
  "7fuyEyMAYUqvrDikS2Dw52RJfvbFrLh8"
]
9 1.37 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
10 0.15 ms
#cart-persister::load
                SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "7fuyEyMAYUqvrDikS2Dw52RJfvbFrLh8"
]
11 0.71 ms
# app-scripts::refresh::read
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
]
12 0.50 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`
Parameters:
[]
13 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`
Parameters:
[]
14 0.31 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"
]
15 6.17 ms
# app-scripts::refresh::read
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
]
16 0.87 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`
Parameters:
[]
17 0.16 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
18 0.43 ms
# app-scripts::refresh::read
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
]
19 0.28 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
20 0.16 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
21 0.60 ms
# app-scripts::refresh::read
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
]
22 0.35 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`
Parameters:
[]
23 0.16 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
24 0.12 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"b\x0E_]iåL½žH¾Z¾T÷³"
  "7fuyEyMAYUqvrDikS2Dw52RJfvbFrLh8"
]
25 1.05 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
26 0.12 ms
#cart-persister::load
                SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "7fuyEyMAYUqvrDikS2Dw52RJfvbFrLh8"
]
27 0.38 ms
# app-scripts::refresh::read
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
]
28 0.27 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
29 0.16 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
30 0.45 ms
# app-scripts::refresh::read
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
]
31 0.27 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
32 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`
Parameters:
[]
33 0.11 ms
SELECT module.module, module.response FROM wbm_data_layer_modules module
Parameters:
[]
34 0.30 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"\fP‘íÍ|J\x05¸qóÐfÒ²Ç"
]
35 3.07 ms
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.swagCmsExtensionsForm`.`id` as `cms_slot.swagCmsExtensionsForm.id`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId`, `cms_slot.swagCmsExtensionsForm`.`is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate`, `cms_slot.swagCmsExtensionsForm`.`technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName`, `cms_slot.swagCmsExtensionsForm`.`mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId`, `cms_slot.swagCmsExtensionsForm`.`created_at` as `cms_slot.swagCmsExtensionsForm.createdAt`, `cms_slot.swagCmsExtensionsForm`.`updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title`, `cms_slot.swagCmsExtensionsForm.translation.title`, COALESCE(`cms_slot.swagCmsExtensionsForm.translation.fallback_1.title`,`cms_slot.swagCmsExtensionsForm.translation.title`,`cms_slot.swagCmsExtensionsForm.translation.title`) as `cms_slot.swagCmsExtensionsForm.title`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.successMessage`, COALESCE(`cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage`,`cms_slot.swagCmsExtensionsForm.translation.successMessage`,`cms_slot.swagCmsExtensionsForm.translation.successMessage`) as `cms_slot.swagCmsExtensionsForm.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers`, `cms_slot.swagCmsExtensionsForm.translation.receivers`, COALESCE(`cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers`,`cms_slot.swagCmsExtensionsForm.translation.receivers`,`cms_slot.swagCmsExtensionsForm.translation.receivers`) as `cms_slot.swagCmsExtensionsForm.receivers`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt`, `cms_slot.swagCmsExtensionsForm.translation.createdAt`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId`, `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId`, `cms_slot.swagCmsExtensionsForm.translation.languageId`, `cms_slot.translation.fallback_1.config`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.fallback_1.config`,`cms_slot.translation.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.fallback_1.customFields`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.fallback_1.customFields`,`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) as `cms_slot.customFields`, `cms_slot.translation.fallback_1.createdAt`, `cms_slot.translation.createdAt`, `cms_slot.translation.fallback_1.updatedAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.fallback_1.cmsSlotId`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.fallback_1.languageId`, `cms_slot.translation.languageId`, `cms_slot.translation.fallback_1.cmsSlotVersionId`, `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.cms_slot_id, `cms_slot.translation`.cms_slot_version_id, `cms_slot.translation`.config as `cms_slot.translation.config`, `cms_slot.translation`.custom_fields as `cms_slot.translation.customFields`, `cms_slot.translation`.created_at as `cms_slot.translation.createdAt`, `cms_slot.translation`.updated_at as `cms_slot.translation.updatedAt`, `cms_slot.translation`.cms_slot_id as `cms_slot.translation.cmsSlotId`, `cms_slot.translation`.language_id as `cms_slot.translation.languageId`, `cms_slot.translation`.cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId`, `cms_slot.translation.fallback_1`.config as `cms_slot.translation.fallback_1.config`, `cms_slot.translation.fallback_1`.custom_fields as `cms_slot.translation.fallback_1.customFields`, `cms_slot.translation.fallback_1`.created_at as `cms_slot.translation.fallback_1.createdAt`, `cms_slot.translation.fallback_1`.updated_at as `cms_slot.translation.fallback_1.updatedAt`, `cms_slot.translation.fallback_1`.cms_slot_id as `cms_slot.translation.fallback_1.cmsSlotId`, `cms_slot.translation.fallback_1`.language_id as `cms_slot.translation.fallback_1.languageId`, `cms_slot.translation.fallback_1`.cms_slot_version_id as `cms_slot.translation.fallback_1.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation`.`cms_slot_id` = `cms_slot.translation.fallback_1`.`cms_slot_id` AND `cms_slot.translation.fallback_1`.language_id = ? AND `cms_slot.translation`.cms_slot_version_id = `cms_slot.translation.fallback_1`.cms_slot_version_id WHERE `cms_slot.translation`.language_id = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.cms_slot_version_id = `cms_slot`.version_id LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot`.`id` = `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation`.swag_cms_extensions_form_id, `cms_slot.swagCmsExtensionsForm.translation`.title as `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation`.success_message as `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation`.receivers as `cms_slot.swagCmsExtensionsForm.translation.receivers`, `cms_slot.swagCmsExtensionsForm.translation`.created_at as `cms_slot.swagCmsExtensionsForm.translation.createdAt`, `cms_slot.swagCmsExtensionsForm.translation`.updated_at as `cms_slot.swagCmsExtensionsForm.translation.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation`.swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId`, `cms_slot.swagCmsExtensionsForm.translation`.language_id as `cms_slot.swagCmsExtensionsForm.translation.languageId`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.title as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.title`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.success_message as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.receivers as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.receivers`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.created_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.createdAt`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.updated_at as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.swagCmsExtensionsFormId`, `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.language_id as `cms_slot.swagCmsExtensionsForm.translation.fallback_1.languageId` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` LEFT JOIN `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation.fallback_1` ON `cms_slot.swagCmsExtensionsForm.translation`.`swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.`swag_cms_extensions_form_id` AND `cms_slot.swagCmsExtensionsForm.translation.fallback_1`.language_id = ? WHERE `cms_slot.swagCmsExtensionsForm.translation`.language_id = ?) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation`.`swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm`.`id` WHERE (`cms_slot`.`version_id` = ?) AND (`cms_slot`.`id` IN (?))
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\fP‘íÍ|J\x05¸qóÐfÒ²Ç"
]
36 0.25 ms
# product-listing::load-sortings::search-ids
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
  true
]
37 0.38 ms
# product-listing::load-sortings::read
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.fallback_1.label`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.fallback_1.label`,`product_sorting.translation.label`,`product_sorting.translation.label`) as `product_sorting.label`, `product_sorting.translation.fallback_1.createdAt`, `product_sorting.translation.createdAt`, `product_sorting.translation.fallback_1.updatedAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.fallback_1.productSortingId`, `product_sorting.translation.productSortingId`, `product_sorting.translation.fallback_1.languageId`, `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`, `product_sorting.translation.fallback_1`.label as `product_sorting.translation.fallback_1.label`, `product_sorting.translation.fallback_1`.created_at as `product_sorting.translation.fallback_1.createdAt`, `product_sorting.translation.fallback_1`.updated_at as `product_sorting.translation.fallback_1.updatedAt`, `product_sorting.translation.fallback_1`.product_sorting_id as `product_sorting.translation.fallback_1.productSortingId`, `product_sorting.translation.fallback_1`.language_id as `product_sorting.translation.fallback_1.languageId` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.fallback_1` ON `product_sorting.translation`.`product_sorting_id` = `product_sorting.translation.fallback_1`.`product_sorting_id` AND `product_sorting.translation.fallback_1`.language_id = ? 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"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¸\¤\x12)ÅM\x10âͰþè¹s\x10"
  b"Ö4{š4?JÙ—A\x1Aó,\x0Eëã"
  b"•õ3XÌÏH$†‹þ«j\:¯"
  b"\x18—•\tI@‚åˆÖ‡8•O"
  b"S'‚wYëFߣ\x01‘åå€îQ"
  b"ÅÜÍ▄ß┘EÀ¿vÇ╣U\v╚░"
]
38 0.31 ms
# product-listing-route::category-loading::search-ids
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"Ø┘º¥"\x08@&│└╚\x07HóÂP"
]
39 0.11 ms
# product-listing-route::category-loading::read
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"Ø┘º¥"\x08@&│└╚\x07HóÂP"
]
40 2.28 ms
# product-listing-route::loading::aggregation::manufacturer
SELECT LOWER(HEX(IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) 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"Ø┘º¥"\x08@&│└╚\x07HóÂP"
  null
  true
  false
]
41 0.43 ms
# manufacturer-aggregation::read
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.fallback_1.name`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.fallback_1.name`,`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.fallback_1.description`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.fallback_1.description`,`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.fallback_1.customFields`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.fallback_1.customFields`,`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.fallback_1.createdAt`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.fallback_1.updatedAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.fallback_1.productManufacturerId`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.fallback_1.languageId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.fallback_1.productManufacturerVersionId`, `product_manufacturer.translation.productManufacturerVersionId` 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`, `product_manufacturer.translation.fallback_1`.name as `product_manufacturer.translation.fallback_1.name`, `product_manufacturer.translation.fallback_1`.description as `product_manufacturer.translation.fallback_1.description`, `product_manufacturer.translation.fallback_1`.custom_fields as `product_manufacturer.translation.fallback_1.customFields`, `product_manufacturer.translation.fallback_1`.created_at as `product_manufacturer.translation.fallback_1.createdAt`, `product_manufacturer.translation.fallback_1`.updated_at as `product_manufacturer.translation.fallback_1.updatedAt`, `product_manufacturer.translation.fallback_1`.product_manufacturer_id as `product_manufacturer.translation.fallback_1.productManufacturerId`, `product_manufacturer.translation.fallback_1`.language_id as `product_manufacturer.translation.fallback_1.languageId`, `product_manufacturer.translation.fallback_1`.product_manufacturer_version_id as `product_manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product_manufacturer.translation.fallback_1` ON `product_manufacturer.translation`.`product_manufacturer_id` = `product_manufacturer.translation.fallback_1`.`product_manufacturer_id` AND `product_manufacturer.translation.fallback_1`.language_id = ? AND `product_manufacturer.translation`.product_manufacturer_version_id = `product_manufacturer.translation.fallback_1`.product_manufacturer_version_id WHERE `product_manufacturer.translation`.language_id = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?))
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"_ÀsIgGM¢½t\x10…’S@O"
  b"çäbE„\x10D+”žfóí ¹õ"
  b"\x06¦¨¡Lë▓béÉ\x15îı\e"
  b"\x114Ž”H#»Y\rmeC&‚"
]
42 10.55 ms
# product-listing-route::loading::aggregation::price
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`, "$.rule484067bd6ad2481f8f0591a8569deeea.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`, "$.rule484067bd6ad2481f8f0591a8569deeea.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`, "$.rule484067bd6ad2481f8f0591a8569deeea.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`, "$.rule484067bd6ad2481f8f0591a8569deeea.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_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (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"Ø┘º¥"\x08@&│└╚\x07HóÂP"
  null
  true
  false
]
43 8.81 ms
# product-listing-route::loading::aggregation::rating-exists
SELECT MAX(IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`)) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND 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"Ø┘º¥"\x08@&│└╚\x07HóÂP"
  null
  true
  false
  0
]
44 1.79 ms
# product-listing-route::loading::aggregation::shipping-free-filter
SELECT MAX(IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`)) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND 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"Ø┘º¥"\x08@&│└╚\x07HóÂP"
  null
  true
  false
  true
]
45 27.48 ms
# product-listing-route::loading::aggregation::properties
SELECT LOWER(HEX(`product.properties`.`id`)) as `properties.key`, COUNT(`product`.`id`) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id`  AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) 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"Ø┘º¥"\x08@&│└╚\x07HóÂP"
  null
  true
  false
]
46 16.79 ms
# product-listing-route::loading::aggregation::options
SELECT LOWER(HEX(`product.options`.`id`)) as `options.key`, COUNT(`product`.`id`) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id`  AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) 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"Ø┘º¥"\x08@&│└╚\x07HóÂP"
  null
  true
  false
]
47 1.12 ms
# product-listing::property-filter::search-ids
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"ç4ëHlCGC¬üÁ▓\x1F└R¨"
  b"àE÷½\x18ŸNàŽ}~É\x1D\x1C\x08§"
  b"ÞG\x16¤‰0F3¤÷œÉ£%<ì"
  b"°JñJ0èK╦Åç\x06lhç\x02¡"
  b"┘/8ØãaL-¥ï'P  ^\x0E"
  b"¹<\x05ö\x17GFÞ°\x0E?\x0F²?l="
  b"¼£n“8=BÖ˜Gÿ?Ÿ¶­¿"
  b"â5Ê‘*¸D¢”º¸\x14'KE\v"
  b"‘V° ZJHvŸ\x1Dª]·\x1EÔ8"
  b"×o§]\x19.H\x0Eìб;[\x05Ä\x0E"
  b"¨ØfÞAyB6øò¢Ë¨üFú"
  b"§Û\x1E§¸ÊM2©¤rÆyÔ6Ù"
  b"\x11<kùüéF\x1A‹W‹ï€5\x00\x14"
  b"થG£╣HÕ»?4ü║\x17Ôõ"
  b"\ežú‚uíC¨ºÍ,뚬$¸"
  b"É–È<[-DK„¹F>øÀgÜ"
  b"ì:ô\f┐[D%┐ì×╣,=_├"
  b"a6¼aõÄBɤn\x01§;qéú"
  b"û1>D 5IЇQ\x0EÜ›\x06òI"
  b"▀│i7iÝCç┐\x1CW\\x00ÆåØ"
  b"l┌}¾ô¬Ae╣è$ÍPrÅê"
  b"\Ô²\x07¦„AÁŒ6äCáÎz "
  b""­»É±/N7Ĭ 6ı╬\x17\v"
  b"´Ûn…“ÒOÖ¶Êè·ù‚[Ž"
  b"ì4\f aŠK¢ˆš\x13;GñÔ‹"
  b"gÓùrëŽH®¯š¯÷y#…\x03"
  b"v½«½(½F-Ÿ­Ô°\x11Qy²"
  b"üÑ<{_0G/┐²B\\t¾.Å"
  b"Ržt€ãòOÇ‹/eäûÍ[ø"
  b"&þRì\x16‗L\x14ä\x1C©üg'´u"
  b"­~;"à±J¶“Dà˜•·\x16J"
  b"‰V;ü®\fG/³\x07+%T¶‡Å"
  b"e›\x1A,þ†Bá¥Úfð·ƒñc"
  b"š«„ˆëÇ@;œãqñ’\x04\v\v"
  b"\tîE_#\x02F9‹Nu,Ø#•Œ"
  b"Ãá_çeÂL?’*támÞF\n"
  b"èþVd|’CY«è^±ûø´a"
  b"/ÆÁçwvN\v©©æû\fàZ|"
  b"‰lîÚ÷5@”€dè1ÒVj…"
  b"║s5?#áDnü┬Ï#×ÿiË"
  b"¦ (?XŽKÖ¼rp6„â¬H"
  b"º6\x16$$aCººýfž`ûšã"
  b"ÎÞ\x08Z\x02‹DʲËX6~Èù["
  b"3øŽ‰«6Kç·ÿf>ö_ÚN"
  b"¬|­Þ\eñD¥É& *áØq}"
  b"Ì>┘s;ÔD­¥L\x13Ø`ÒS▄"
  b"~\x04É\x11­¼OtºYw'æf÷\x0F"
  b"¿´Õ}T\x05Kµ±›™~ÙÓXa"
  b"\x05Y”ÂÖÚHø®O\x12á·È‹ô"
  b"`£ƒ%r7JØÿRÕ-îXÖe"
  b"I¦m:þ%IQ‰þOá(Ž\x07""
  b"6hX%B\x16O\x1F¿R åWcäÁ"
  b"þ\r┬¦ï│F¹î80║©¿ü%"
  b"§î:`CTHÅÄè\x00╩`Ê(¯"
  b"Tت~J1F×êa#\x07\x07┼'¹"
  b"ççJ–§\x18CÆ…Ô+—¥ª\x1C\r"
  b"JKtöì‰J†±ä%5µf[Ø"
  b"\eu\x1CN9;Cúìm:\x1A£Ù\tÑ"
  b"=|!Ð ¾@:¯5Åá¹àf "
  b"™Œk¤¬ÏL-€\x08ÐSr¨t/"
  b"g_n\x1E¡XG\x12Ž\x14dø4Æx\x04"
  b"³5\rtÉéG%¥ËÌ┼Éb[q"
  b"ãÈR´`4KY░\x04\v«ü\x1C»z"
  b"}hîçûuJO·\x19î×À«4Ó"
  b"""
    [´█\x13\x7FèC\x03óƒþ0\n
    øfü
    """
  b"Óg\x7F\x16\x03ºDÄ„>ÃfÞdêÞ"
  b"+8³G©¶\f\x1CéPÎAT"
  b"€[‹užKLi²\x02\x04~›ð­)"
  b"\x00{–Œ,EFW¹ñ.9¦k˜j"
  b"\x14\x10Å\x1DL÷ª‹_9\x7F’^…"
  b"""
    ÷─êÿ\x14!G┘ì░\n
    £O\x08»É
    """
  b"³¨“¢Œ%JŸš[­Ô±ºè©"
  b"D╣L2¿═J╝åTÇhö\x11Éü"
  b"ZäÆtdÎC▓Ç\x14ú¥Éð\x06J"
  b"Ò‡/\x15¥ÍLÏ›oxù\v¾®U"
  b"_6û­ý%@ÅüƒUâ┘Ý ¸"
  b"å®ú¯ªVL'»ÔMѪ\rŽ¥"
  b"\x05\x0F1J±¢Ö\v\v°ãÚØ"
  b"\x1C\x1Al‰¥ïE£‰CÇ\x1E!þÆp"
  b"E\x7F ¤ö\eIS¸ /\x07#1cì"
  b"¥»Ï(\x13ŽO¿ª¬Vý“\x1Dº\x1E"
  b"á.÷<\x01uJ~ä®┘Ø\x12+jM"
  b"SsŸA„_N%“<:—Z·À›"
  b"Ì\x16ÚöPPD޼ §­të\x07\x16"
  b"┐8Á£¨=GBë‗░ÅÜz­µ"
  b"ÝÊ.X†öGö£`Ò]{¡\e="
  b"\x02\r╚®ù@8Éæ«5£\x05Ý\x16"
  b"Ü䥽\x03\x19@< pÖ@5”\x06\e"
  b""º,ø¹ÃBŸ‰Å*3e÷%\x12"
  b"y6åð▓¶JlÖöÑ´ÅÌì·"
  b"^åÇ\x08×\x1AKª­ƒšÇžh¶z"
  b"Gm\x0ExîZL¯³ëžÙÔ¿\x04P"
  b"Á\x1CâaÀ:B\x15»ÑœgSùy°"
  b"8õÅÑ┬sD,׿\x1F┘▄uq³"
  b">\f£┘▓hCÅå!Яõf.S"
  b"Ϻ«GpÌBN©—Æ\x17ÕØxX"
  b";壯\x17WM¾Š\e\x11+ThŒ3"
  b"î\x11õD­îG³‹ÌqñS\t"
  b"‰I»OÎ&Iþ«ù¢³JŠ@\x17"
  b"T_Æwý\x1DBjŠ0*\x17\x16"
  b"‘ªŒŽ½+HÊ…Îö2çè&å"
  b"Á׈\x11WsFM¸²\x01ÞŒŠyÅ"
  b"ìMº0\x04äJÏÅ/%┬PXÎ┌"
  b"e5”Ž\x1F^GÏ­b5è©|óƒ"
  b"R’ÈñnIΪx¾z.ñÏ™"
  b"I\x1A\x15f\x1C\x05L£çïÅPÁ\x06 h"
  b" SŠŸ\råL«€DV±9ޝÎ"
  b"rõ6['ýOÜžÀs+Œ «u"
  b"³It5ÅÇC'ž\x13˜üZ\x1A"
  b"Íþm+UAM·¸ñ4|CC¿L"
  b"Hå $_ÝD»€î¿kåŽÇw"
  b"·°ªƒ?!@Y½…Û°ã8\x7F&"
  b"8ÿô\x03õ•G<‘Zœž\rµbÚ"
  b"Q╚▒\x184VOûü%&Xþ¯]]"
  b"ÌŒ8ü9DG\x06²C‚^Ì,\x1Fð"
  b"\x1FŒ²aÆÿJd³¸™N&m\t0"
  b"""
    Q4Úþ×ÂL±Å¤┐\n
    \x05ý╚t
    """
  b"\e\vð‗\eÉIMòß¿x'╩ÄD"
  b"ØZ\x15k^0B└¥éÎÀÙj{\x01"
  b"\x01Ôpd\x00¬Bñ…Rˆû,%,È"
  b"Qn¦AòyK\x06ÂÉ\eÎr!\>"
  b"0Öü\x0E<uIÕ▒n{¢╚î `"
  b"®ih¬ØüF`Ñ8(4º\x11ı\x1E"
  b"+pG5mÀBY¡Kì³yµ*¶"
  b"1.ôàþVI@½\"þ¤ê\x05~"
  b"ææ╝Ë\x19ºM¯Å\vßú¿¨öì"
  b"’}ñÿ›;Bö¿\½N£¥\v"
  b"""
    é\n
    )ª/BÄ–õ†‰"=\x0E©
    """
  b"É┬\v\x04\x1DýC±ïáıÐl©\v"
  b"©Ü^Ѓ˜B=±–°¢\té·ð"
  b"ÕÍûO\x046OA–\x13çòª~%À"
  b"wôÂ`Ú\x11MˆŸÚb¸™'èŽ"
  b"àû\x0Fvös@&”ZÒ°Ê\x12ˆÜ"
  b"RK(Ù²¾Mf³Ëz'JÊÆÿ"
  b"{M_YfºO¬…\x18œ<pðõ\n"
  b"èl8&‡wO†¼Êò\vk£FK"
  b"´&(6Ø%N‹¼üJ4x°£ö"
  b"cÆ0ñ?Ë@´„…ºIŸAõï"
  b"–á5¦n\rAЕ\x02æÃÉåä†"
  b"ZuÚ_'­Kc®”\x06\x12\x07}m?"
  b"rþ©XÈîIzž\x10Ä{Z8ÚÃ"
  b"ªC°J09D‹Œý_Ç^½õo"
  b"\x02Jw&8\x08Lר-üÎÁ\x08:\x1D"
  b"@Éy6¹¢Cîë╬╦\x03-¥o4"
  b"ã\x15òç0‡H§ª\x04{2\v\x17‡9"
  b"_v3┼9╚A#åØ6÷±cÙy"
  b"2×ÄüþÑEãò▀nµî)ï'"
  b"}óßâ\x12çA¢²÷âõO\x16Ã\r"
  b"Íe åÜ@I╔ü\x12├´I\x0EØK"
  b"cýñD òJݘf›?Û´t4"
  b"\x17–4šî×O\x0F³mÃ\x1A\x0EG؃"
  b"N@2<„ D\x17®ÙÚ\x1A¼Åª\x03"
  b"ÐÀšMÏKNĈj,±€ÒtÏ"
  b"ƒ#;DôH@ê¶Ã#ß*çÐ\x12"
  b"æ\x00\x07\x01ЖIÙ…c\x18\x04/S\x0EÖ"
  b"’"l8\x1EqLØŽÐ|chu£œ"
  b"¸\x14i“o7I\x1EŒ”3±4 Yð"
  b"úÃW–ð&M¼–2c‹P8\x04Ñ"
  b"Y¬!ļL±º«6F‗ØÿT"
  b""U®¶õ¼Lס[ü╔.3(Ô"
  b"\x14Þ.ËÙøLKª\x06ï\rÁ¤=Þ"
  b"\x19\x13”HEJH‹ùG¥Øï=Í"
  b"&šÄ»ƒÚOQ´m¢[t·#h"
  b"+ø{ü]>Géñ¾£-á©k:"
  b"7cÇÔögBîØ═\SHf┤\x07"
  b"jsó•“<A\x04¥æ+3\fSÀ$"
  b"o}\VM”I_€îÇ®óéáP"
  b"x\f\x14(<ûMá–`þ×L‰¶\x0F"
  b"ü\x05C#&çH¿à\x17\x07{H+"&"
  b"“6¤o"ðIx„SâÝñéœè"
  b"""
    Á´oºÔŒFiŽ:X\v\n
    ×Ûì
    """
  b"ÝXÛ€LsBm¶X\x07x^½ÑÜ"
  b"ü[[àä¿M‘–J—ÍÝäØ"
  b")»W\x14¾¥@¹¬{Ðwâ±Ùo"
  b",·ªkÿ\rNæª\x1FGœ_Ò×s"
  b"T”oãH“Gð›»\x1EÊ\x11Xÿu"
  b"ê/Q¢┬╠N\x0EªÕ▓4#]\x1Cü"
  b"‰—\x1A¡½èM·–žfQ`õJ’"
  b"èü\tÄã\eAÕ¿\x001C║ß┤Z"
  b"░9\x07R*ÍCu£¼Ø\x03\x02▓╬"
  b"°—lâ\x04FGn¦‡l©z1µê"
  b"¾ób\x0E\x7FÇO–¾¢p\x08\x101\x04Ã"
  b"Åå©o\r'G·ˆfž¥õ\v^j"
  b"ÖI|\tå\x01M\x1D¦Zú¥F®žü"
  b"ö@Š¥3CCú¬I\x0E\x15Ìÿ\x17©"
  b"ß*PL:'E¤—yƒÕår¢®"
  b"¶¹\x00\x01ú KFÉ\t¬_▒õ±h"
  b"ÂM\v\eHóK»»w\x0FŽô³\x03s"
  b"ϸϻ©\x7FA7öR¹╩ôéØÁ"
  b"ÜØ¦âghB\x03ûêFÉÓ└╠D"
  b"Ÿ”\t’4\x12Oá…\x15\x04\x12ï2Sl"
  b"ËüíÇ·▀B©©\x07‗}"M\x07\x02"
  b"\x1F\x14╣kACÅûMò¥ÈÕɳ"
  b"K‰MÃ\r`D–´ð0Ÿš\x14\x1E£"
  b"Èú©┘SûJyÅÒk;\x1Ex<─"
  b"ì\eW─8óFHÆ4ø¥û╔WÃ"
  b"-½t\x11{&KWÆì1À_`Ô│"
  b"?Ä+€øëN„¡Bï\x14•B¿°"
  b"\x05ÌNTœåJ¯ž¸„¬\x15לÒ"
  b"â┐e\x04d½NÑùÛd>Þü_\n"
  b"\x08êõ÷\rIÓ»%h<G\rH‡"
  b"ùyƒÍ\rùJÌü´¥µç║ƒ¬"
  b"¬!\x0E°ªˆK§˜ÔÂ\x188įi"
  b"░'\x1E\x1EL÷ì‗\v«ûa¸\x0F"
  b"ÃÞ\x04ÃÍùAÀ¦¶\x0EÁš´\x06`"
  b"¹\x11h┘óhA2à\x1F»Ó╝þ\rÉ"
  b"Ö5L¯óEL´âçƒÉÇ©Hr"
  b"odâÈ"ÐK6§RÔ˜ËÎWÝ"
]
48 2.53 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.fallback_1.name`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.fallback_1.name`,`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.fallback_1.description`,`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.fallback_1.position`,`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.fallback_1.customFields`,`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.fallback_1.languageId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.fallback_1.title`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.fallback_1.title`,`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.fallback_1.alt`,`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.fallback_1.customFields`,`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.fallback_1.languageId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.fallback_1.name`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.fallback_1.name`,`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.fallback_1.position`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.fallback_1.position`,`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.fallback_1.customFields`,`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.createdAt`, `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.fallback_1.languageId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId`, `property_group_option.translation.fallback_1`.name as `property_group_option.translation.fallback_1.name`, `property_group_option.translation.fallback_1`.position as `property_group_option.translation.fallback_1.position`, `property_group_option.translation.fallback_1`.custom_fields as `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.fallback_1`.created_at as `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.fallback_1`.updated_at as `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.fallback_1`.property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.fallback_1`.language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation`.`property_group_option_id` = `property_group_option.translation.fallback_1`.`property_group_option_id` AND `property_group_option.translation.fallback_1`.language_id = ? WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId`, `property_group_option.group.translation.fallback_1`.name as `property_group_option.group.translation.fallback_1.name`, `property_group_option.group.translation.fallback_1`.description as `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.fallback_1`.position as `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.fallback_1`.custom_fields as `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.fallback_1`.created_at as `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.fallback_1`.updated_at as `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.fallback_1`.property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.fallback_1`.language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation`.`property_group_id` = `property_group_option.group.translation.fallback_1`.`property_group_id` AND `property_group_option.group.translation.fallback_1`.language_id = ? WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title as `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId`, `property_group_option.media.translation.fallback_1`.title as `property_group_option.media.translation.fallback_1.title`, `property_group_option.media.translation.fallback_1`.alt as `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.fallback_1`.custom_fields as `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.fallback_1`.created_at as `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.fallback_1`.updated_at as `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.fallback_1`.media_id as `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.fallback_1`.language_id as `property_group_option.media.translation.fallback_1.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation`.`media_id` = `property_group_option.media.translation.fallback_1`.`media_id` AND `property_group_option.media.translation.fallback_1`.language_id = ? WHERE `property_group_option.media.translation`.language_id = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"L\x036²A\x05CÚ±Êò6O:xt"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x05ÌNTœåJ¯ž¸„¬\x15לÒ"
  b"\x14Þ.ËÙøLKª\x06ï\rÁ¤=Þ"
  b"\x19\x13”HEJH‹ùG¥Øï=Í"
  b")»W\x14¾¥@¹¬{Ðwâ±Ùo"
  b"+ø{ü]>Géñ¾£-á©k:"
  b"7cÇÔögBîØ═\SHf┤\x07"
  b"K‰MÃ\r`D–´ð0Ÿš\x14\x1E£"
  b"jsó•“<A\x04¥æ+3\fSÀ$"
  b"odâÈ"ÐK6§RÔ˜ËÎWÝ"
  b"o}\VM”I_€îÇ®óéáP"
  b"x\f\x14(<ûMá–`þ×L‰¶\x0F"
  b"â┐e\x04d½NÑùÛd>Þü_\n"
  b"ç4ëHlCGC¬üÁ▓\x1F└R¨"
  b"ê/Q¢┬╠N\x0EªÕ▓4#]\x1Cü"
  b"‰lîÚ÷5@”€dè1ÒVj…"
  b"‰—\x1A¡½èM·–žfQ`õJ’"
  b"èü\tÄã\eAÕ¿\x001C║ß┤Z"
  b"“6¤o"ðIx„SâÝñéœè"
  b"ùyƒÍ\rùJÌü´¥µç║ƒ¬"
  b"ÜØ¦âghB\x03ûêFÉÓ└╠D"
  b"Ÿ”\t’4\x12Oá…\x15\x04\x12ï2Sl"
  b"§Û\x1E§¸ÊM2©¤rÆyÔ6Ù"
  b"¬!\x0E°ªˆK§˜ÔÂ\x188įi"
  b"░'\x1E\x1EL÷ì‗\v«ûa¸\x0F"
  b"°—lâ\x04FGn¦‡l©z1µê"
  b"¼£n“8=BÖ˜Gÿ?Ÿ¶­¿"
  b"¾ób\x0E\x7FÇO–¾¢p\x08\x101\x04Ã"
  b"""
    Á´oºÔŒFiŽ:X\v\n
    ×Ûì
    """
  b"ÂM\v\eHóK»»w\x0FŽô³\x03s"
  b"ËüíÇ·▀B©©\x07‗}"M\x07\x02"
  b"Èú©┘SûJyÅÒk;\x1Ex<─"
  b"ϸϻ©\x7FA7öR¹╩ôéØÁ"
  b"ÝXÛ€LsBm¶X\x07x^½ÑÜ"
  b"ÞG\x16¤‰0F3¤÷œÉ£%<ì"
  b"\x1F\x14╣kACÅûMò¥ÈÕɳ"
  b"ö@Š¥3CCú¬I\x0E\x15Ìÿ\x17©"
  b"ü[[àä¿M‘–J—ÍÝäØ"
]
49 4.33 ms
# product-listing::property-filter::search-ids
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"ç4ëHlCGC¬üÁ▓\x1F└R¨"
  b"àE÷½\x18ŸNàŽ}~É\x1D\x1C\x08§"
  b"ÞG\x16¤‰0F3¤÷œÉ£%<ì"
  b"°JñJ0èK╦Åç\x06lhç\x02¡"
  b"┘/8ØãaL-¥ï'P  ^\x0E"
  b"¹<\x05ö\x17GFÞ°\x0E?\x0F²?l="
  b"¼£n“8=BÖ˜Gÿ?Ÿ¶­¿"
  b"â5Ê‘*¸D¢”º¸\x14'KE\v"
  b"‘V° ZJHvŸ\x1Dª]·\x1EÔ8"
  b"×o§]\x19.H\x0Eìб;[\x05Ä\x0E"
  b"¨ØfÞAyB6øò¢Ë¨üFú"
  b"§Û\x1E§¸ÊM2©¤rÆyÔ6Ù"
  b"\x11<kùüéF\x1A‹W‹ï€5\x00\x14"
  b"થG£╣HÕ»?4ü║\x17Ôõ"
  b"\ežú‚uíC¨ºÍ,뚬$¸"
  b"É–È<[-DK„¹F>øÀgÜ"
  b"ì:ô\f┐[D%┐ì×╣,=_├"
  b"a6¼aõÄBɤn\x01§;qéú"
  b"û1>D 5IЇQ\x0EÜ›\x06òI"
  b"▀│i7iÝCç┐\x1CW\\x00ÆåØ"
  b"l┌}¾ô¬Ae╣è$ÍPrÅê"
  b"\Ô²\x07¦„AÁŒ6äCáÎz "
  b""­»É±/N7Ĭ 6ı╬\x17\v"
  b"´Ûn…“ÒOÖ¶Êè·ù‚[Ž"
  b"ì4\f aŠK¢ˆš\x13;GñÔ‹"
  b"gÓùrëŽH®¯š¯÷y#…\x03"
  b"v½«½(½F-Ÿ­Ô°\x11Qy²"
  b"üÑ<{_0G/┐²B\\t¾.Å"
  b"Ržt€ãòOÇ‹/eäûÍ[ø"
  b"&þRì\x16‗L\x14ä\x1C©üg'´u"
  b"­~;"à±J¶“Dà˜•·\x16J"
  b"‰V;ü®\fG/³\x07+%T¶‡Å"
  b"e›\x1A,þ†Bá¥Úfð·ƒñc"
  b"š«„ˆëÇ@;œãqñ’\x04\v\v"
  b"\tîE_#\x02F9‹Nu,Ø#•Œ"
  b"Ãá_çeÂL?’*támÞF\n"
  b"èþVd|’CY«è^±ûø´a"
  b"/ÆÁçwvN\v©©æû\fàZ|"
  b"‰lîÚ÷5@”€dè1ÒVj…"
  b"║s5?#áDnü┬Ï#×ÿiË"
  b"¦ (?XŽKÖ¼rp6„â¬H"
  b"º6\x16$$aCººýfž`ûšã"
  b"ÎÞ\x08Z\x02‹DʲËX6~Èù["
  b"3øŽ‰«6Kç·ÿf>ö_ÚN"
  b"¬|­Þ\eñD¥É& *áØq}"
  b"Ì>┘s;ÔD­¥L\x13Ø`ÒS▄"
  b"~\x04É\x11­¼OtºYw'æf÷\x0F"
  b"¿´Õ}T\x05Kµ±›™~ÙÓXa"
  b"\x05Y”ÂÖÚHø®O\x12á·È‹ô"
  b"`£ƒ%r7JØÿRÕ-îXÖe"
  b"I¦m:þ%IQ‰þOá(Ž\x07""
  b"6hX%B\x16O\x1F¿R åWcäÁ"
  b"þ\r┬¦ï│F¹î80║©¿ü%"
  b"§î:`CTHÅÄè\x00╩`Ê(¯"
  b"Tت~J1F×êa#\x07\x07┼'¹"
  b"ççJ–§\x18CÆ…Ô+—¥ª\x1C\r"
  b"JKtöì‰J†±ä%5µf[Ø"
  b"\eu\x1CN9;Cúìm:\x1A£Ù\tÑ"
  b"=|!Ð ¾@:¯5Åá¹àf "
  b"™Œk¤¬ÏL-€\x08ÐSr¨t/"
  b"g_n\x1E¡XG\x12Ž\x14dø4Æx\x04"
  b"³5\rtÉéG%¥ËÌ┼Éb[q"
  b"ãÈR´`4KY░\x04\v«ü\x1C»z"
  b"}hîçûuJO·\x19î×À«4Ó"
  b"""
    [´█\x13\x7FèC\x03óƒþ0\n
    øfü
    """
  b"Óg\x7F\x16\x03ºDÄ„>ÃfÞdêÞ"
  b"+8³G©¶\f\x1CéPÎAT"
  b"€[‹užKLi²\x02\x04~›ð­)"
  b"\x00{–Œ,EFW¹ñ.9¦k˜j"
  b"\x14\x10Å\x1DL÷ª‹_9\x7F’^…"
  b"""
    ÷─êÿ\x14!G┘ì░\n
    £O\x08»É
    """
  b"³¨“¢Œ%JŸš[­Ô±ºè©"
  b"D╣L2¿═J╝åTÇhö\x11Éü"
  b"ZäÆtdÎC▓Ç\x14ú¥Éð\x06J"
  b"Ò‡/\x15¥ÍLÏ›oxù\v¾®U"
  b"_6û­ý%@ÅüƒUâ┘Ý ¸"
  b"å®ú¯ªVL'»ÔMѪ\rŽ¥"
  b"\x05\x0F1J±¢Ö\v\v°ãÚØ"
  b"\x1C\x1Al‰¥ïE£‰CÇ\x1E!þÆp"
  b"E\x7F ¤ö\eIS¸ /\x07#1cì"
  b"¥»Ï(\x13ŽO¿ª¬Vý“\x1Dº\x1E"
  b"á.÷<\x01uJ~ä®┘Ø\x12+jM"
  b"SsŸA„_N%“<:—Z·À›"
  b"Ì\x16ÚöPPD޼ §­të\x07\x16"
  b"┐8Á£¨=GBë‗░ÅÜz­µ"
  b"ÝÊ.X†öGö£`Ò]{¡\e="
  b"\x02\r╚®ù@8Éæ«5£\x05Ý\x16"
  b"Ü䥽\x03\x19@< pÖ@5”\x06\e"
  b""º,ø¹ÃBŸ‰Å*3e÷%\x12"
  b"y6åð▓¶JlÖöÑ´ÅÌì·"
  b"^åÇ\x08×\x1AKª­ƒšÇžh¶z"
  b"Gm\x0ExîZL¯³ëžÙÔ¿\x04P"
  b"Á\x1CâaÀ:B\x15»ÑœgSùy°"
  b"8õÅÑ┬sD,׿\x1F┘▄uq³"
  b">\f£┘▓hCÅå!Яõf.S"
  b"Ϻ«GpÌBN©—Æ\x17ÕØxX"
  b";壯\x17WM¾Š\e\x11+ThŒ3"
  b"î\x11õD­îG³‹ÌqñS\t"
  b"‰I»OÎ&Iþ«ù¢³JŠ@\x17"
  b"T_Æwý\x1DBjŠ0*\x17\x16"
  b"‘ªŒŽ½+HÊ…Îö2çè&å"
  b"Á׈\x11WsFM¸²\x01ÞŒŠyÅ"
  b"ìMº0\x04äJÏÅ/%┬PXÎ┌"
  b"e5”Ž\x1F^GÏ­b5è©|óƒ"
  b"R’ÈñnIΪx¾z.ñÏ™"
  b"I\x1A\x15f\x1C\x05L£çïÅPÁ\x06 h"
  b" SŠŸ\råL«€DV±9ޝÎ"
  b"rõ6['ýOÜžÀs+Œ «u"
  b"³It5ÅÇC'ž\x13˜üZ\x1A"
  b"Íþm+UAM·¸ñ4|CC¿L"
  b"Hå $_ÝD»€î¿kåŽÇw"
  b"·°ªƒ?!@Y½…Û°ã8\x7F&"
  b"8ÿô\x03õ•G<‘Zœž\rµbÚ"
  b"Q╚▒\x184VOûü%&Xþ¯]]"
  b"ÌŒ8ü9DG\x06²C‚^Ì,\x1Fð"
  b"\x1FŒ²aÆÿJd³¸™N&m\t0"
  b"""
    Q4Úþ×ÂL±Å¤┐\n
    \x05ý╚t
    """
  b"\e\vð‗\eÉIMòß¿x'╩ÄD"
  b"ØZ\x15k^0B└¥éÎÀÙj{\x01"
  b"\x01Ôpd\x00¬Bñ…Rˆû,%,È"
  b"Qn¦AòyK\x06ÂÉ\eÎr!\>"
  b"0Öü\x0E<uIÕ▒n{¢╚î `"
  b"®ih¬ØüF`Ñ8(4º\x11ı\x1E"
  b"+pG5mÀBY¡Kì³yµ*¶"
  b"1.ôàþVI@½\"þ¤ê\x05~"
  b"ææ╝Ë\x19ºM¯Å\vßú¿¨öì"
  b"’}ñÿ›;Bö¿\½N£¥\v"
  b"""
    é\n
    )ª/BÄ–õ†‰"=\x0E©
    """
  b"É┬\v\x04\x1DýC±ïáıÐl©\v"
  b"©Ü^Ѓ˜B=±–°¢\té·ð"
  b"ÕÍûO\x046OA–\x13çòª~%À"
  b"wôÂ`Ú\x11MˆŸÚb¸™'èŽ"
  b"àû\x0Fvös@&”ZÒ°Ê\x12ˆÜ"
  b"RK(Ù²¾Mf³Ëz'JÊÆÿ"
  b"{M_YfºO¬…\x18œ<pðõ\n"
  b"èl8&‡wO†¼Êò\vk£FK"
  b"´&(6Ø%N‹¼üJ4x°£ö"
  b"cÆ0ñ?Ë@´„…ºIŸAõï"
  b"–á5¦n\rAЕ\x02æÃÉåä†"
  b"ZuÚ_'­Kc®”\x06\x12\x07}m?"
  b"rþ©XÈîIzž\x10Ä{Z8ÚÃ"
  b"ªC°J09D‹Œý_Ç^½õo"
  b"\x02Jw&8\x08Lר-üÎÁ\x08:\x1D"
  b"@Éy6¹¢Cîë╬╦\x03-¥o4"
  b"ã\x15òç0‡H§ª\x04{2\v\x17‡9"
  b"_v3┼9╚A#åØ6÷±cÙy"
  b"2×ÄüþÑEãò▀nµî)ï'"
  b"}óßâ\x12çA¢²÷âõO\x16Ã\r"
  b"Íe åÜ@I╔ü\x12├´I\x0EØK"
  b"cýñD òJݘf›?Û´t4"
  b"\x17–4šî×O\x0F³mÃ\x1A\x0EG؃"
  b"N@2<„ D\x17®ÙÚ\x1A¼Åª\x03"
  b"ÐÀšMÏKNĈj,±€ÒtÏ"
  b"ƒ#;DôH@ê¶Ã#ß*çÐ\x12"
  b"æ\x00\x07\x01ЖIÙ…c\x18\x04/S\x0EÖ"
  b"’"l8\x1EqLØŽÐ|chu£œ"
  b"¸\x14i“o7I\x1EŒ”3±4 Yð"
  b"úÃW–ð&M¼–2c‹P8\x04Ñ"
  b"Y¬!ļL±º«6F‗ØÿT"
  b""U®¶õ¼Lס[ü╔.3(Ô"
  b"\x14Þ.ËÙøLKª\x06ï\rÁ¤=Þ"
  b"\x19\x13”HEJH‹ùG¥Øï=Í"
  b"&šÄ»ƒÚOQ´m¢[t·#h"
  b"+ø{ü]>Géñ¾£-á©k:"
  b"7cÇÔögBîØ═\SHf┤\x07"
  b"jsó•“<A\x04¥æ+3\fSÀ$"
  b"o}\VM”I_€îÇ®óéáP"
  b"x\f\x14(<ûMá–`þ×L‰¶\x0F"
  b"ü\x05C#&çH¿à\x17\x07{H+"&"
  b"“6¤o"ðIx„SâÝñéœè"
  b"""
    Á´oºÔŒFiŽ:X\v\n
    ×Ûì
    """
  b"ÝXÛ€LsBm¶X\x07x^½ÑÜ"
  b"ü[[àä¿M‘–J—ÍÝäØ"
  b")»W\x14¾¥@¹¬{Ðwâ±Ùo"
  b",·ªkÿ\rNæª\x1FGœ_Ò×s"
  b"T”oãH“Gð›»\x1EÊ\x11Xÿu"
  b"ê/Q¢┬╠N\x0EªÕ▓4#]\x1Cü"
  b"‰—\x1A¡½èM·–žfQ`õJ’"
  b"èü\tÄã\eAÕ¿\x001C║ß┤Z"
  b"░9\x07R*ÍCu£¼Ø\x03\x02▓╬"
  b"°—lâ\x04FGn¦‡l©z1µê"
  b"¾ób\x0E\x7FÇO–¾¢p\x08\x101\x04Ã"
  b"Åå©o\r'G·ˆfž¥õ\v^j"
  b"ÖI|\tå\x01M\x1D¦Zú¥F®žü"
  b"ö@Š¥3CCú¬I\x0E\x15Ìÿ\x17©"
  b"ß*PL:'E¤—yƒÕår¢®"
  b"¶¹\x00\x01ú KFÉ\t¬_▒õ±h"
  b"ÂM\v\eHóK»»w\x0FŽô³\x03s"
  b"ϸϻ©\x7FA7öR¹╩ôéØÁ"
  b"ÜØ¦âghB\x03ûêFÉÓ└╠D"
  b"Ÿ”\t’4\x12Oá…\x15\x04\x12ï2Sl"
  b"ËüíÇ·▀B©©\x07‗}"M\x07\x02"
  b"\x1F\x14╣kACÅûMò¥ÈÕɳ"
  b"K‰MÃ\r`D–´ð0Ÿš\x14\x1E£"
  b"Èú©┘SûJyÅÒk;\x1Ex<─"
  b"ì\eW─8óFHÆ4ø¥û╔WÃ"
  b"-½t\x11{&KWÆì1À_`Ô│"
  b"?Ä+€øëN„¡Bï\x14•B¿°"
  b"\x05ÌNTœåJ¯ž¸„¬\x15לÒ"
  b"â┐e\x04d½NÑùÛd>Þü_\n"
  b"\x08êõ÷\rIÓ»%h<G\rH‡"
  b"ùyƒÍ\rùJÌü´¥µç║ƒ¬"
  b"¬!\x0E°ªˆK§˜ÔÂ\x188įi"
  b"░'\x1E\x1EL÷ì‗\v«ûa¸\x0F"
  b"ÃÞ\x04ÃÍùAÀ¦¶\x0EÁš´\x06`"
  b"¹\x11h┘óhA2à\x1F»Ó╝þ\rÉ"
  b"Ö5L¯óEL´âçƒÉÇ©Hr"
  b"odâÈ"ÐK6§RÔ˜ËÎWÝ"
]
50 6.29 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"Rmi0±ÝIÕºwö)¦¤w÷"
  b"­Çò‚X¶Oš¨wÒ7³@ˆ®"
  b"ÅL|g\x0E'EL¶\x13ÉÖÑéç‹"
  b"l›î.G\x08OàžßP\x01€Èéº"
  b"""
    ~/ëàÕd@- ë\n
    \x0FB]ü¸
    """
  b"¥¶6o\x10+A÷’LÚ¯+‹¿."
  b"®ÇÐj÷sFu¡®\rÔ˜£N="
  b"ʃ$Ã\tUCö¦Ÿ’0PxfW"
  b"Þ$U¿Œ¢Kš„|ž9~@ri"
  b"­ã:╔\x06▀AÉɳ\x07x\x01E¦k"
  b"H@g¢jÊH\x1FÅ\x05æ¿VدÛ"
  b"\x01ÅQ▄-Ïuvè.ýqkB\x00\x00"
  b"\x01ÅQÔ¶Øs\x19░A\x05Ȩ═ V"
  b"È\f¨É\vðIPïô│Ú╚ǰ÷"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.