GET https://nlen.tintrio.dev/navigation/a25ef12db09d4c2fb1d5824a4d89314e

Query Metrics

142 Database Queries
71 Different statements
673.46 ms Query time

Queries

Group similar statements

# Time Info
1 0.37 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.34 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.40 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.12 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
5 0.72 ms
SELECT seo_path_info FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?) AND (is_canonical = ?) ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "Paint"
  1
]
6 0.23 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"/»_ââšMpªXTÎ|ãâ\v"
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "Paint/"
]
7 0.45 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "MolliePayments.config.%"
]
8 0.50 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "twuEjndwXdeysoJLl1c9Q3gqiu5PjvGd"
]
9 1.70 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
10 0.13 ms
#cart-persister::load
                SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "twuEjndwXdeysoJLl1c9Q3gqiu5PjvGd"
]
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.38 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
13 0.21 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
14 0.23 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"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  b"\x02ØdzÉ’CD’dž%Eý`("
]
15 0.39 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "MolliePayments.config.%"
]
16 0.26 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "MolliePayments.config.%"
]
17 0.44 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
]
18 0.33 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:
[]
19 0.19 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
20 0.32 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "MolliePayments.config.%"
]
21 0.45 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "MolliePayments.config.%"
]
22 0.56 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
]
23 0.31 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
24 0.16 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
25 0.30 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "MolliePayments.config.%"
]
26 0.31 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
]
27 0.25 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
28 0.16 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
29 0.12 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "twuEjndwXdeysoJLl1c9Q3gqiu5PjvGd"
]
30 0.77 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
31 0.10 ms
#cart-persister::load
                SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "twuEjndwXdeysoJLl1c9Q3gqiu5PjvGd"
]
32 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
]
33 0.34 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
34 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:
[]
35 0.28 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "MolliePayments.config.%"
]
36 0.22 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "MolliePayments.config.%"
]
37 0.35 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
]
38 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:
[]
39 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:
[]
40 0.26 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "MolliePayments.config.%"
]
41 0.26 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "MolliePayments.config.%"
]
42 0.11 ms
SELECT module.module, module.response FROM wbm_data_layer_modules module
Parameters:
[]
43 0.62 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
]
44 0.33 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:
[]
45 0.17 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
46 0.28 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "MolliePayments.config.%"
]
47 0.36 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
]
48 0.25 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
49 0.17 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
50 1.08 ms
# category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ó^±-░ØL/▒ıéJMë1N"
]
51 0.40 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"@øë\x04ãn@+¶”›\x16*NU”"
]
52 1.14 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (`media`.`id` = ? AND (`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹^«F³róªn$=ç»hQ"
  false
  true
  "product_download"
]
53 0.29 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01‹^«F³róªn$=ç»hQ"
]
54 0.65 ms
# category::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`, COALESCE(`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`,`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`) as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`, COALESCE(`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`,`cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`) as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.updatedAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.cmsPageId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.languageId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.cmsPageVersionId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt`, `cms_page.translation.name`, COALESCE(`cms_page.translation.name`,`cms_page.translation.name`) as `cms_page.name`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.customFields`,`cms_page.translation.customFields`) as `cms_page.customFields`, `cms_page.translation.createdAt`, `cms_page.translation.updatedAt`, `cms_page.translation.cmsPageId`, `cms_page.translation.languageId`, `cms_page.translation.cmsPageVersionId` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.cms_page_id, `cms_page.translation`.cms_page_version_id, `cms_page.translation`.name as `cms_page.translation.name`, `cms_page.translation`.custom_fields as `cms_page.translation.customFields`, `cms_page.translation`.created_at as `cms_page.translation.createdAt`, `cms_page.translation`.updated_at as `cms_page.translation.updatedAt`, `cms_page.translation`.cms_page_id as `cms_page.translation.cmsPageId`, `cms_page.translation`.language_id as `cms_page.translation.languageId`, `cms_page.translation`.cms_page_version_id as `cms_page.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.language_id = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.cms_page_version_id = `cms_page`.version_id LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page`.`id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`id` LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` LEFT JOIN (SELECT `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.cms_page_id, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.cms_page_version_id, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.name as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.custom_fields as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.created_at as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.updated_at as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.updatedAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.cms_page_id as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.cmsPageId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.language_id as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.languageId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.cms_page_version_id as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` WHERE `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.language_id = ?) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation`.`cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation`.cms_page_version_id = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.version_id WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b">`ŒˆƒªBH¯\x052õ¨-°2"
]
55 0.74 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation`.`id` as `cms_section.swagCmsExtensionsScrollNavigation.id`, `cms_section.swagCmsExtensionsScrollNavigation`.`active` as `cms_section.swagCmsExtensionsScrollNavigation.active`, `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId`, `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation`.`created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt`, `cms_section.swagCmsExtensionsScrollNavigation`.`updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`, COALESCE(`cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`,`cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`) as `cms_section.swagCmsExtensionsScrollNavigation.displayName`, `cms_section.swagCmsExtensionsScrollNavigation.translation.createdAt`, `cms_section.swagCmsExtensionsScrollNavigation.translation.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation.translation.swagCmsExtensionsScrollNavigationId`, `cms_section.swagCmsExtensionsScrollNavigation.translation.languageId`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) as `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.languageId` FROM `cms_section` LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section`.`id` = `cms_section.swagCmsExtensionsScrollNavigation`.`id` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.swagCmsExtensionsScrollNavigation.translation`.swag_cms_extensions_scroll_navigation_id, `cms_section.swagCmsExtensionsScrollNavigation.translation`.display_name as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`, `cms_section.swagCmsExtensionsScrollNavigation.translation`.created_at as `cms_section.swagCmsExtensionsScrollNavigation.translation.createdAt`, `cms_section.swagCmsExtensionsScrollNavigation.translation`.updated_at as `cms_section.swagCmsExtensionsScrollNavigation.translation.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation.translation`.swag_cms_extensions_scroll_navigation_id as `cms_section.swagCmsExtensionsScrollNavigation.translation.swagCmsExtensionsScrollNavigationId`, `cms_section.swagCmsExtensionsScrollNavigation.translation`.language_id as `cms_section.swagCmsExtensionsScrollNavigation.translation.languageId` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` WHERE `cms_section.swagCmsExtensionsScrollNavigation.translation`.language_id = ?) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation`.`swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation`.`id` LEFT JOIN `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`id` AND `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`version_id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.media_id, `cms_section.backgroundMedia.translation`.title as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.alt as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.custom_fields as `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation`.created_at as `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation`.updated_at as `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation`.media_id as `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation`.language_id as `cms_section.backgroundMedia.translation.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.language_id = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b">`ŒˆƒªBH¯\x052õ¨-°2"
]
56 0.18 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
57 1.91 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.swagCmsExtensionsBlockRule`.`id` as `cms_block.swagCmsExtensionsBlockRule.id`, `cms_block.swagCmsExtensionsBlockRule`.`inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted`, `cms_block.swagCmsExtensionsBlockRule`.`visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId`, `cms_block.swagCmsExtensionsBlockRule`.`cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId`, `cms_block.swagCmsExtensionsBlockRule`.`cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId`, `cms_block.swagCmsExtensionsBlockRule`.`created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt`, `cms_block.swagCmsExtensionsBlockRule`.`updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt`, `cms_block.swagCmsExtensionsQuickview`.`id` as `cms_block.swagCmsExtensionsQuickview.id`, `cms_block.swagCmsExtensionsQuickview`.`active` as `cms_block.swagCmsExtensionsQuickview.active`, `cms_block.swagCmsExtensionsQuickview`.`cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId`, `cms_block.swagCmsExtensionsQuickview`.`cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId`, `cms_block.swagCmsExtensionsQuickview`.`created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt`, `cms_block.swagCmsExtensionsQuickview`.`updated_at` as `cms_block.swagCmsExtensionsQuickview.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) as `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.languageId` FROM `cms_block` LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block`.`id` = `cms_block.swagCmsExtensionsBlockRule`.`cms_block_id` LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block`.`id` = `cms_block.swagCmsExtensionsQuickview`.`cms_block_id` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule`.`visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.media_id, `cms_block.backgroundMedia.translation`.title as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.alt as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.custom_fields as `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation`.created_at as `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation`.updated_at as `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation`.media_id as `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation`.language_id as `cms_block.backgroundMedia.translation.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.language_id = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01îüÒ%Ùw‗£╬ÊÚdU/¼"
  b"\x01îüÒØ─rsìgcsÏ= t"
  b"SÈË\x16\x15oCÙ¢²"Ú²ÀyA"
  b"k\f`¿Ž\vC›¯ª?„ž€\x0E"
]
58 2.32 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.swagCmsExtensionsForm`.`id` as `cms_slot.swagCmsExtensionsForm.id`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId`, `cms_slot.swagCmsExtensionsForm`.`is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate`, `cms_slot.swagCmsExtensionsForm`.`technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName`, `cms_slot.swagCmsExtensionsForm`.`mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId`, `cms_slot.swagCmsExtensionsForm`.`created_at` as `cms_slot.swagCmsExtensionsForm.createdAt`, `cms_slot.swagCmsExtensionsForm`.`updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.title`, COALESCE(`cms_slot.swagCmsExtensionsForm.translation.title`,`cms_slot.swagCmsExtensionsForm.translation.title`) as `cms_slot.swagCmsExtensionsForm.title`, `cms_slot.swagCmsExtensionsForm.translation.successMessage`, COALESCE(`cms_slot.swagCmsExtensionsForm.translation.successMessage`,`cms_slot.swagCmsExtensionsForm.translation.successMessage`) as `cms_slot.swagCmsExtensionsForm.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.receivers`, COALESCE(`cms_slot.swagCmsExtensionsForm.translation.receivers`,`cms_slot.swagCmsExtensionsForm.translation.receivers`) as `cms_slot.swagCmsExtensionsForm.receivers`, `cms_slot.swagCmsExtensionsForm.translation.createdAt`, `cms_slot.swagCmsExtensionsForm.translation.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId`, `cms_slot.swagCmsExtensionsForm.translation.languageId`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) as `cms_slot.customFields`, `cms_slot.translation.createdAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.languageId`, `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.cms_slot_id, `cms_slot.translation`.cms_slot_version_id, `cms_slot.translation`.config as `cms_slot.translation.config`, `cms_slot.translation`.custom_fields as `cms_slot.translation.customFields`, `cms_slot.translation`.created_at as `cms_slot.translation.createdAt`, `cms_slot.translation`.updated_at as `cms_slot.translation.updatedAt`, `cms_slot.translation`.cms_slot_id as `cms_slot.translation.cmsSlotId`, `cms_slot.translation`.language_id as `cms_slot.translation.languageId`, `cms_slot.translation`.cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.language_id = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.cms_slot_version_id = `cms_slot`.version_id LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot`.`id` = `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation`.swag_cms_extensions_form_id, `cms_slot.swagCmsExtensionsForm.translation`.title as `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation`.success_message as `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation`.receivers as `cms_slot.swagCmsExtensionsForm.translation.receivers`, `cms_slot.swagCmsExtensionsForm.translation`.created_at as `cms_slot.swagCmsExtensionsForm.translation.createdAt`, `cms_slot.swagCmsExtensionsForm.translation`.updated_at as `cms_slot.swagCmsExtensionsForm.translation.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation`.swag_cms_extensions_form_id as `cms_slot.swagCmsExtensionsForm.translation.swagCmsExtensionsFormId`, `cms_slot.swagCmsExtensionsForm.translation`.language_id as `cms_slot.swagCmsExtensionsForm.translation.languageId` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation`.language_id = ?) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation`.`swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm`.`id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01îüÒ0^|ê¿¡░7\x0FûyQ"
  b"\x01îüÒ│çu\x7F¢╣>┌oƒ£Y"
  b"4¬þ\x0F:@Á¬\x0E\x12à&±\x12I"
  b"heÖñsØK²Å■÷Ø\x13\x12"
  b"=©k\x10\x1F\x00Meˆ¸Z´´~žu"
  b"\x7Fl\x15É\x10\x11O╔ÿ>╣×╬í▀¸"
  b"°˜*ÕähOá—j\x08‰âÆžã"
  b"ú\†CtñF…‘eþV‹\x07áÊ"
]
59 0.93 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
]
60 0.53 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.label`, COALESCE(`product_sorting.translation.label`,`product_sorting.translation.label`) as `product_sorting.label`, `product_sorting.translation.createdAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.productSortingId`, `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.product_sorting_id, `product_sorting.translation`.label as `product_sorting.translation.label`, `product_sorting.translation`.created_at as `product_sorting.translation.createdAt`, `product_sorting.translation`.updated_at as `product_sorting.translation.updatedAt`, `product_sorting.translation`.product_sorting_id as `product_sorting.translation.productSortingId`, `product_sorting.translation`.language_id as `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.language_id = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¸\¤\x12)ÅM\x10âÍ°þè¹s\x10"
  b"Ö4{š4?JÙ—A\x1Aó,\x0Eëã"
  b"•õ3XÌÏH$†‹þ«j\:¯"
  b"\x18—•\tI@‚åˆÖ‡8•O"
  b"S'‚wYëFߣ\x01‘åå€îQ"
  b"ÅÜÍ▄ß┘EÀ¿vÇ╣U\v╚░"
]
61 0.18 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"ó^±-░ØL/▒ıéJMë1N"
]
62 0.12 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"ó^±-░ØL/▒ıéJMë1N"
]
63 63.44 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id 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 (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `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 `product`.`display_group` ORDER BY MAX(`product`.`sales`) DESC, MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC, MIN(`product`.`id`) ASC LIMIT 24
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  true
  b"ó^±-░ØL/▒ıéJMë1N"
  null
  true
  false
]
64 43.58 ms
SELECT COUNT(*) FROM (# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id 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 (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `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 `product`.`display_group`) total
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  true
  b"ó^±-░ØL/▒ıéJMë1N"
  null
  true
  false
]
65 26.58 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"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  true
  b"ó^±-░ØL/▒ıéJMë1N"
  null
  true
  false
]
66 0.90 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.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"çäbE„\x10D+”žfóí ¹õ"
  b"\f\tŠ°\x7FAHT©"§=.KVj"
  b"_ÀsIgGM¢½t\x10…’S@O"
  b")k ¦".E~ì­c¯.Ò▓N"
  b"\x00Ãk\x18Ýi@A•ÿ\x0F»÷iÆþ"
  b"ºåõ{_vA׃‰íp¼é1‚"
  b"ì\x1DîdùfK\x02©Ù¯,\x01 \x18"
  b"╔9ƒ?_ìG\x17│MÃ\r>│\x7F#"
  b"þò\x18N~°NͺÏ(Ç3\x10 ë"
  b"\x18ñ¶®Y.C9ÅıªÃ¾ÈN,"
  b"\x03\x10„Qê¤H\x1E½V,رŒ!;"
  b"Ü\x1FèÙÇ~J`¨\x0E\x1CM\x0Eë\x14Í"
  b"\x114Ž”H#»Y\rmeC&‚"
  b"ü£│`.T@póþ▄øõvÊ\x10"
  b"\x1EÞhÈM>›ž«sÊ\x13Í”"
  b"Êð¼Ø\x1C5LA‚¼Ëü©Ø­Ø"
  b"\x0FÁp©>6AX¿aýXk{[Ã"
  b"Z\x042r’ôAz…‚\x18÷å‘jý"
  b"K]\x06;ÖzFቺþž{8A¾"
]
67 117.15 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule10df26a2f9bd49b2858b3181a51eb374.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(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`, "$.ruleca4f6a977d3a40d68b1c54bfa3c841f3.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`, "$.rule018e74d6788175129ea4b12d0d25e4ef.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`, "$.rule10df26a2f9bd49b2858b3181a51eb374.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(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`, "$.ruleca4f6a977d3a40d68b1c54bfa3c841f3.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`, "$.rule018e74d6788175129ea4b12d0d25e4ef.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`, "$.rule10df26a2f9bd49b2858b3181a51eb374.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(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`, "$.ruleca4f6a977d3a40d68b1c54bfa3c841f3.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`, "$.rule018e74d6788175129ea4b12d0d25e4ef.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`, "$.rule10df26a2f9bd49b2858b3181a51eb374.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(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`, "$.ruleca4f6a977d3a40d68b1c54bfa3c841f3.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`, "$.rule018e74d6788175129ea4b12d0d25e4ef.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"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  true
  b"ó^±-░ØL/▒ıéJMë1N"
  null
  true
  false
]
68 24.67 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"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  true
  b"ó^±-░ØL/▒ıéJMë1N"
  null
  true
  false
  0
]
69 24.61 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"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  true
  b"ó^±-░ØL/▒ıéJMë1N"
  null
  true
  false
  true
]
70 204.29 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"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  true
  b"ó^±-░ØL/▒ıéJMë1N"
  null
  true
  false
]
71 45.83 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"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  true
  b"ó^±-░ØL/▒ıéJMë1N"
  null
  true
  false
]
72 1.35 ms
# product-listing-loader::resolve-previews
            SELECT
                parent.variant_listing_config as variantListingConfig,
                LOWER(HEX(child.id)) as id,
                LOWER(HEX(parent.id)) as parentId
             FROM product as child
                INNER JOIN product as parent
                    ON parent.id = child.parent_id
                    AND parent.version_id = child.version_id
             WHERE child.version_id = ?
             AND child.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    <ÙO\n
    6ìK쫘žv2Ðiì
    """
  b"\x01Ä├s\Nr\eâd\x07\x10*ÙLÉ"
  b"""
    \x01‹ØÇ”\x01q¼¶\n
    ¦KD7·~
    """
  b"\x01Ä═\x0FodsNóüɨkEs]"
  b"\x01ŽÍ\x13ó\x03rƒœÔ£–\x06\x1D"
  b",wHêª\eHV¼\x19\r4\x18áWØ"
  b"=Âíô?ãEý¢Î‡é(µ<Ú"
  b"\t`kAFÐNê§ï»‘ ¹‘æ"
  b"²3\t,0ù@7Ƀ¥\x07í~o#"
  b"+ôX§èðHe³ÚA‡"í^c"
  b"\v‹A›ZÊKi±VÔ|å·¦²"
  b"\x0F™ø?‚¾CýœP­¹\rU¥Œ"
  b"PâC\x1D\x03ŠKv‡÷s\x17ñÿ3È"
  b"{æ_\x00J\eM÷¯„ã\x10™«Fä"
  b"\x08£Þ\e\x1CßN\x02œGQLÌûSê"
  b"s4gªNLOÑ•çA\vÃ\x01ýf"
  b"t\x05úï\x18SE[Ÿû.[\x11*µd"
  b"\x04Ë\x00Þ\x1D­J┐¡²ª\x16çì[ "
  b"\t¼lÖ\x14‚JÝ€ûïÄ2N[E"
  b"\x01u`\x15)ŒO\x08˜E~•\x17ðŸ·"
  b"D8Â0ú\x0FBN§œ•Î9f§_"
  b"\x12â<iŒ0D0·¾Š`m¶\x00w"
  b"%å'\x0FT©@*˜›h\x1A‚6ˆ\n"
  b"\x01ŽR:¶ïq1´AŠ²ýW0ì"
]
73 0.90 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  true
  true
  false
  b"""
    \n
    Ø\x15\x1Fà×B¤»[\x7F\x02Ày\x07ı
    """
  b"|§4ÏZ4JÄŸ®°°ç¡‘¯"
  b"Î\rv\x03h"NE—h£ñg£0‰"
  b"\x08³2A@Ï å.üJŒy}"
  b"å£ÂÍ!èAüÅı¨0[ñ\tÌ"
  b";d¶Ê■ÕJ ë d²ÉS\x042"
  b"""
    \n
    åçÀL\x07L\x06ºÉ¸8│E\x1F 
    """
  b"­œvdEHMb¦f˜a\x02Íök"
  b"""
    š€*}EVKµŽv\n
    \x19Ï\tˆ]
    """
  b"aüÔ¼\x0F^B!ÿñ½2>râ┐"
  b"±îf˜zÀGæ®]GHȘޕ"
  b"¦\x16┴6\x08üIú¬õ¡─▀˨""
  b"\x07N±│ÕCSد¿Mû\x10Ír"
  b"ÐQÅBµ Mo“éßÑþ½*¬"
  b"\t)¤a\t\tK©¥lô]tOK\"
  b"û*\x1E\x18Fò—^e\x054\x1E\x1D"
  b"#YP‡7ÚL»™\t\x13ãèÝO\x04"
  b"\eŠýF“eHO¦‡?ÿZÇL["
  b"\x12ºDÞ‰¡Lb³–ñšW\x10ÎÈ"
  b"ZT8†úmDn£d˜žtú Î"
  b"oLØ\x1A╠þM\x15óò\\x05Æ╝lâ"
  b"UÛQÔ‹0J6•+G)kpë’"
  b"\x00÷exÓSH╝║9\x15É\x04┤p°"
  b"""
    ´à\x7F¯\x0F¢C\x18ä\n
    ض┌ND¥
    """
]
74 0.86 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  true
  b"#YP‡7ÚL»™\t\x13ãèÝO\x04"
  b"\x08³2A@Ï å.üJŒy}"
  b"|§4ÏZ4JÄŸ®°°ç¡‘¯"
  b"å£ÂÍ!èAüÅı¨0[ñ\tÌ"
  b";d¶Ê■ÕJ ë d²ÉS\x042"
  b"û*\x1E\x18Fò—^e\x054\x1E\x1D"
  b"\eŠýF“eHO¦‡?ÿZÇL["
  b"""
    š€*}EVKµŽv\n
    \x19Ï\tˆ]
    """
  b"""
    ´à\x7F¯\x0F¢C\x18ä\n
    ض┌ND¥
    """
  b"\t)¤a\t\tK©¥lô]tOK\"
  b"±îf˜zÀGæ®]GHȘޕ"
  b"¦\x16┴6\x08üIú¬õ¡─▀˨""
  b"ZT8†úmDn£d˜žtú Î"
  b"\x00÷exÓSH╝║9\x15É\x04┤p°"
  b"­œvdEHMb¦f˜a\x02Íök"
  b"oLØ\x1A╠þM\x15óò\\x05Æ╝lâ"
  b"UÛQÔ‹0J6•+G)kpë’"
  b"""
    \n
    åçÀL\x07L\x06ºÉ¸8│E\x1F 
    """
  b"aüÔ¼\x0F^B!ÿñ½2>râ┐"
  b"""
    \n
    Ø\x15\x1Fà×B¤»[\x7F\x02Ày\x07ı
    """
  b"\x12ºDÞ‰¡Lb³–ñšW\x10ÎÈ"
  b"\x07N±│ÕCSد¿Mû\x10Ír"
  b"ÐQÅBµ Mo“éßÑþ½*¬"
  b"Î\rv\x03h"NE—h£ñg£0‰"
]
75 25.46 ms
# product-listing-route::loading::read
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, COALESCE(`product`.`swag_customized_products_template_id`, `product.parent`.`swag_customized_products_template_id`) as `product.swagCustomizedProductsTemplateId`, COALESCE(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) as `product.swagCustomizedProductsTemplateVersionId`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.swagCustomizedProductsTemplate`.`id` as `product.swagCustomizedProductsTemplate.id`, `product.swagCustomizedProductsTemplate`.`version_id` as `product.swagCustomizedProductsTemplate.versionId`, `product.swagCustomizedProductsTemplate`.`parent_version_id` as `product.swagCustomizedProductsTemplate.parentVersionId`, `product.swagCustomizedProductsTemplate`.`internal_name` as `product.swagCustomizedProductsTemplate.internalName`, `product.swagCustomizedProductsTemplate`.`active` as `product.swagCustomizedProductsTemplate.active`, `product.swagCustomizedProductsTemplate`.`step_by_step` as `product.swagCustomizedProductsTemplate.stepByStep`, `product.swagCustomizedProductsTemplate`.`confirm_input` as `product.swagCustomizedProductsTemplate.confirmInput`, `product.swagCustomizedProductsTemplate`.`options_auto_collapse` as `product.swagCustomizedProductsTemplate.optionsAutoCollapse`, `product.swagCustomizedProductsTemplate`.`decision_tree` as `product.swagCustomizedProductsTemplate.decisionTree`, `product.swagCustomizedProductsTemplate`.`media_id` as `product.swagCustomizedProductsTemplate.mediaId`, `product.swagCustomizedProductsTemplate`.`created_at` as `product.swagCustomizedProductsTemplate.createdAt`, `product.swagCustomizedProductsTemplate`.`updated_at` as `product.swagCustomizedProductsTemplate.updatedAt`, `product.swagCustomizedProductsTemplate.translation.displayName`, COALESCE(`product.swagCustomizedProductsTemplate.translation.displayName`,`product.swagCustomizedProductsTemplate.translation.displayName`) as `product.swagCustomizedProductsTemplate.displayName`, `product.swagCustomizedProductsTemplate.translation.description`, COALESCE(`product.swagCustomizedProductsTemplate.translation.description`,`product.swagCustomizedProductsTemplate.translation.description`) as `product.swagCustomizedProductsTemplate.description`, `product.swagCustomizedProductsTemplate.translation.createdAt`, `product.swagCustomizedProductsTemplate.translation.updatedAt`, `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId`, `product.swagCustomizedProductsTemplate.translation.languageId`, `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId`, (SELECT GROUP_CONCAT(HEX(`product.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `product_category` `product.categories.mapping`
                  WHERE `product.categories.mapping`.`product_id` = `product`.`categories` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `swag_customized_products_template` `product.swagCustomizedProductsTemplate` ON `product`.`swagCustomizedProductsTemplate` = `product.swagCustomizedProductsTemplate`.`id` AND IFNULL(`product`.`swag_customized_products_template_version_id`, `product.parent`.`swag_customized_products_template_version_id`) = `product.swagCustomizedProductsTemplate`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN (SELECT `product.swagCustomizedProductsTemplate.translation`.swag_customized_products_template_id, `product.swagCustomizedProductsTemplate.translation`.swag_customized_products_template_version_id, `product.swagCustomizedProductsTemplate.translation`.display_name as `product.swagCustomizedProductsTemplate.translation.displayName`, `product.swagCustomizedProductsTemplate.translation`.description as `product.swagCustomizedProductsTemplate.translation.description`, `product.swagCustomizedProductsTemplate.translation`.created_at as `product.swagCustomizedProductsTemplate.translation.createdAt`, `product.swagCustomizedProductsTemplate.translation`.updated_at as `product.swagCustomizedProductsTemplate.translation.updatedAt`, `product.swagCustomizedProductsTemplate.translation`.swag_customized_products_template_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateId`, `product.swagCustomizedProductsTemplate.translation`.language_id as `product.swagCustomizedProductsTemplate.translation.languageId`, `product.swagCustomizedProductsTemplate.translation`.swag_customized_products_template_version_id as `product.swagCustomizedProductsTemplate.translation.swagCustomizedProductsTemplateVersionId` FROM `swag_customized_products_template_translation` `product.swagCustomizedProductsTemplate.translation` WHERE `product.swagCustomizedProductsTemplate.translation`.language_id = ?) `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation` ON `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation`.`swag_customized_products_template_id` = `product.swagCustomizedProductsTemplate`.`id` AND `product.swagCustomizedProductsTemplate.swag_customized_products_template_translation`.swag_customized_products_template_version_id = `product.swagCustomizedProductsTemplate`.version_id LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"#YP‡7ÚL»™\t\x13ãèÝO\x04"
  b"\x08³2A@Ï å.üJŒy}"
  b"|§4ÏZ4JÄŸ®°°ç¡‘¯"
  b"å£ÂÍ!èAüÅı¨0[ñ\tÌ"
  b";d¶Ê■ÕJ ë d²ÉS\x042"
  b"û*\x1E\x18Fò—^e\x054\x1E\x1D"
  b"\eŠýF“eHO¦‡?ÿZÇL["
  b"""
    š€*}EVKµŽv\n
    \x19Ï\tˆ]
    """
  b"""
    ´à\x7F¯\x0F¢C\x18ä\n
    ض┌ND¥
    """
  b"\t)¤a\t\tK©¥lô]tOK\"
  b"±îf˜zÀGæ®]GHȘޕ"
  b"¦\x16┴6\x08üIú¬õ¡─▀˨""
  b"ZT8†úmDn£d˜žtú Î"
  b"\x00÷exÓSH╝║9\x15É\x04┤p°"
  b"­œvdEHMb¦f˜a\x02Íök"
  b"oLØ\x1A╠þM\x15óò\\x05Æ╝lâ"
  b"UÛQÔ‹0J6•+G)kpë’"
  b"""
    \n
    åçÀL\x07L\x06ºÉ¸8│E\x1F 
    """
  b"aüÔ¼\x0F^B!ÿñ½2>râ┐"
  b"""
    \n
    Ø\x15\x1Fà×B¤»[\x7F\x02Ày\x07ı
    """
  b"\x12ºDÞ‰¡Lb³–ñšW\x10ÎÈ"
  b"\x07N±│ÕCSد¿Mû\x10Ír"
  b"ÐQÅBµ Mo“éßÑþ½*¬"
  b"Î\rv\x03h"NE—h£ñg£0‰"
]
76 0.76 ms
# product-listing-route::loading::association::swagCustomizedProductsTemplate::association::options::read
SELECT `swag_customized_products_template_option`.`id` as `swag_customized_products_template_option.id`, `swag_customized_products_template_option`.`version_id` as `swag_customized_products_template_option.versionId`, `swag_customized_products_template_option`.`template_version_id` as `swag_customized_products_template_option.templateVersionId`, `swag_customized_products_template_option`.`type` as `swag_customized_products_template_option.type`, `swag_customized_products_template_option`.`type_properties` as `swag_customized_products_template_option.typeProperties`, `swag_customized_products_template_option`.`item_number` as `swag_customized_products_template_option.itemNumber`, `swag_customized_products_template_option`.`required` as `swag_customized_products_template_option.required`, `swag_customized_products_template_option`.`one_time_surcharge` as `swag_customized_products_template_option.oneTimeSurcharge`, `swag_customized_products_template_option`.`relative_surcharge` as `swag_customized_products_template_option.relativeSurcharge`, `swag_customized_products_template_option`.`advanced_surcharge` as `swag_customized_products_template_option.advancedSurcharge`, `swag_customized_products_template_option`.`position` as `swag_customized_products_template_option.position`, `swag_customized_products_template_option`.`price` as `swag_customized_products_template_option.price`, `swag_customized_products_template_option`.`percentage_surcharge` as `swag_customized_products_template_option.percentageSurcharge`, `swag_customized_products_template_option`.`template_id` as `swag_customized_products_template_option.templateId`, `swag_customized_products_template_option`.`tax_id` as `swag_customized_products_template_option.taxId`, `swag_customized_products_template_option`.`created_at` as `swag_customized_products_template_option.createdAt`, `swag_customized_products_template_option`.`updated_at` as `swag_customized_products_template_option.updatedAt`, `swag_customized_products_template_option.translation.displayName`, COALESCE(`swag_customized_products_template_option.translation.displayName`,`swag_customized_products_template_option.translation.displayName`) as `swag_customized_products_template_option.displayName`, `swag_customized_products_template_option.translation.description`, COALESCE(`swag_customized_products_template_option.translation.description`,`swag_customized_products_template_option.translation.description`) as `swag_customized_products_template_option.description`, `swag_customized_products_template_option.translation.placeholder`, COALESCE(`swag_customized_products_template_option.translation.placeholder`,`swag_customized_products_template_option.translation.placeholder`) as `swag_customized_products_template_option.placeholder`, `swag_customized_products_template_option.translation.createdAt`, `swag_customized_products_template_option.translation.updatedAt`, `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId`, `swag_customized_products_template_option.translation.languageId`, `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option` LEFT JOIN (SELECT `swag_customized_products_template_option.translation`.swag_customized_products_template_option_id, `swag_customized_products_template_option.translation`.swag_customized_products_template_option_version_id, `swag_customized_products_template_option.translation`.display_name as `swag_customized_products_template_option.translation.displayName`, `swag_customized_products_template_option.translation`.description as `swag_customized_products_template_option.translation.description`, `swag_customized_products_template_option.translation`.placeholder as `swag_customized_products_template_option.translation.placeholder`, `swag_customized_products_template_option.translation`.created_at as `swag_customized_products_template_option.translation.createdAt`, `swag_customized_products_template_option.translation`.updated_at as `swag_customized_products_template_option.translation.updatedAt`, `swag_customized_products_template_option.translation`.swag_customized_products_template_option_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionId`, `swag_customized_products_template_option.translation`.language_id as `swag_customized_products_template_option.translation.languageId`, `swag_customized_products_template_option.translation`.swag_customized_products_template_option_version_id as `swag_customized_products_template_option.translation.swagCustomizedProductsTemplateOptionVersionId` FROM `swag_customized_products_template_option_translation` `swag_customized_products_template_option.translation` WHERE `swag_customized_products_template_option.translation`.language_id = ?) `swag_customized_products_template_option.swag_customized_products_template_option_translation` ON `swag_customized_products_template_option.swag_customized_products_template_option_translation`.`swag_customized_products_template_option_id` = `swag_customized_products_template_option`.`id` AND `swag_customized_products_template_option.swag_customized_products_template_option_translation`.swag_customized_products_template_option_version_id = `swag_customized_products_template_option`.version_id WHERE (`swag_customized_products_template_option`.`version_id` = ?) AND ((`swag_customized_products_template_option`.`template_id` IN (?))) ORDER BY `swag_customized_products_template_option`.`position` ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ôƒ¸\f.ÛHû²£Ä°vY¤å"
]
77 0.16 ms
# product-listing-route::loading::association::swagCustomizedProductsTemplate::association::options::association::prices::read
SELECT `swag_customized_products_template_option_price`.`id` as `swag_customized_products_template_option_price.id`, `swag_customized_products_template_option_price`.`version_id` as `swag_customized_products_template_option_price.versionId`, `swag_customized_products_template_option_price`.`template_option_id` as `swag_customized_products_template_option_price.templateOptionId`, `swag_customized_products_template_option_price`.`template_option_version_id` as `swag_customized_products_template_option_price.templateOptionVersionId`, `swag_customized_products_template_option_price`.`price` as `swag_customized_products_template_option_price.price`, `swag_customized_products_template_option_price`.`percentage_surcharge` as `swag_customized_products_template_option_price.percentageSurcharge`, `swag_customized_products_template_option_price`.`rule_id` as `swag_customized_products_template_option_price.ruleId`, `swag_customized_products_template_option_price`.`created_at` as `swag_customized_products_template_option_price.createdAt`, `swag_customized_products_template_option_price`.`updated_at` as `swag_customized_products_template_option_price.updatedAt` FROM `swag_customized_products_template_option_price` WHERE (`swag_customized_products_template_option_price`.`version_id` = ?) AND ((`swag_customized_products_template_option_price`.`template_option_id` IN (?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"l´ªØ:╝CÖæHe┴ÂzÞ▄"
]
78 0.34 ms
# product-listing-route::loading::association::swagCustomizedProductsTemplate::association::options::association::values::read
SELECT `swag_customized_products_template_option_value`.`id` as `swag_customized_products_template_option_value.id`, `swag_customized_products_template_option_value`.`version_id` as `swag_customized_products_template_option_value.versionId`, `swag_customized_products_template_option_value`.`template_option_id` as `swag_customized_products_template_option_value.templateOptionId`, `swag_customized_products_template_option_value`.`template_option_version_id` as `swag_customized_products_template_option_value.templateOptionVersionId`, `swag_customized_products_template_option_value`.`value` as `swag_customized_products_template_option_value.value`, `swag_customized_products_template_option_value`.`item_number` as `swag_customized_products_template_option_value.itemNumber`, `swag_customized_products_template_option_value`.`default` as `swag_customized_products_template_option_value.default`, `swag_customized_products_template_option_value`.`one_time_surcharge` as `swag_customized_products_template_option_value.oneTimeSurcharge`, `swag_customized_products_template_option_value`.`relative_surcharge` as `swag_customized_products_template_option_value.relativeSurcharge`, `swag_customized_products_template_option_value`.`advanced_surcharge` as `swag_customized_products_template_option_value.advancedSurcharge`, `swag_customized_products_template_option_value`.`position` as `swag_customized_products_template_option_value.position`, `swag_customized_products_template_option_value`.`price` as `swag_customized_products_template_option_value.price`, `swag_customized_products_template_option_value`.`percentage_surcharge` as `swag_customized_products_template_option_value.percentageSurcharge`, `swag_customized_products_template_option_value`.`tax_id` as `swag_customized_products_template_option_value.taxId`, `swag_customized_products_template_option_value`.`created_at` as `swag_customized_products_template_option_value.createdAt`, `swag_customized_products_template_option_value`.`updated_at` as `swag_customized_products_template_option_value.updatedAt`, `swag_customized_products_template_option_value.translation.displayName`, COALESCE(`swag_customized_products_template_option_value.translation.displayName`,`swag_customized_products_template_option_value.translation.displayName`) as `swag_customized_products_template_option_value.displayName`, `swag_customized_products_template_option_value.translation.createdAt`, `swag_customized_products_template_option_value.translation.updatedAt`, `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId`, `swag_customized_products_template_option_value.translation.languageId`, `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value` LEFT JOIN (SELECT `swag_customized_products_template_option_value.translation`.swag_customized_products_template_option_value_id, `swag_customized_products_template_option_value.translation`.swag_customized_products_template_option_value_version_id, `swag_customized_products_template_option_value.translation`.display_name as `swag_customized_products_template_option_value.translation.displayName`, `swag_customized_products_template_option_value.translation`.created_at as `swag_customized_products_template_option_value.translation.createdAt`, `swag_customized_products_template_option_value.translation`.updated_at as `swag_customized_products_template_option_value.translation.updatedAt`, `swag_customized_products_template_option_value.translation`.swag_customized_products_template_option_value_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueId`, `swag_customized_products_template_option_value.translation`.language_id as `swag_customized_products_template_option_value.translation.languageId`, `swag_customized_products_template_option_value.translation`.swag_customized_products_template_option_value_version_id as `swag_customized_products_template_option_value.translation.swagCustomizedProductsTemplateOptionValueVersionId` FROM `swag_customized_products_template_option_value_translation` `swag_customized_products_template_option_value.translation` WHERE `swag_customized_products_template_option_value.translation`.language_id = ?) `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation` ON `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation`.`swag_customized_products_template_option_value_id` = `swag_customized_products_template_option_value`.`id` AND `swag_customized_products_template_option_value.swag_customized_products_template_option_value_translation`.swag_customized_products_template_option_value_version_id = `swag_customized_products_template_option_value`.version_id WHERE (`swag_customized_products_template_option_value`.`version_id` = ?) AND ((`swag_customized_products_template_option_value`.`template_option_id` IN (?))) ORDER BY `swag_customized_products_template_option_value`.`position` ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"l´ªØ:╝CÖæHe┴ÂzÞ▄"
]
79 0.14 ms
# product-listing-route::loading::association::swagCustomizedProductsTemplate::association::exclusions::read
SELECT `swag_customized_products_template_exclusion`.`id` as `swag_customized_products_template_exclusion.id`, `swag_customized_products_template_exclusion`.`version_id` as `swag_customized_products_template_exclusion.versionId`, `swag_customized_products_template_exclusion`.`name` as `swag_customized_products_template_exclusion.name`, `swag_customized_products_template_exclusion`.`template_id` as `swag_customized_products_template_exclusion.templateId`, `swag_customized_products_template_exclusion`.`template_version_id` as `swag_customized_products_template_exclusion.templateVersionId`, `swag_customized_products_template_exclusion`.`created_at` as `swag_customized_products_template_exclusion.createdAt`, `swag_customized_products_template_exclusion`.`updated_at` as `swag_customized_products_template_exclusion.updatedAt` FROM `swag_customized_products_template_exclusion` WHERE (`swag_customized_products_template_exclusion`.`version_id` = ?) AND ((`swag_customized_products_template_exclusion`.`template_id` IN (?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ôƒ¸\f.ÛHû²£Ä°vY¤å"
]
80 28.35 ms
# product-listing-route::loading::association::categories::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\x08õ0©gTM„‹´îlÇíq±"
  b"\x11øY9L¦Jœ‘yù1³„‰é"
  b"\x19|Â`12EÓ¤è\fò*\x03,/"
  b"\x19ù¦¡Œç@°˜ÊÜ«(\\x13\x06"
  b"1}ó†%²Gã»\x11yùßï.="
  b"<lç*▓èOF░W{¥ÑìϪ"
  b"GV\x07Ö‗ü@ÂÖm\x13}┴(\x13q"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"cn\x01z/|A´¨7\x17ªÜòŽ,"
  b"iâÉ?¿¶G·¥Gè]\x03l╠Þ"
  b"n¹ç\x18bÝLÍš\x05-äïß×\x7F"
  b"ÇõüÔ9\x1ABê▓r­çá!l\x15"
  b"ƒ\x15¿\x00G¤D)«5€“ôÔ€¯"
  b"—S”a¯ÉJK¢éNÌ\x02Å\x0E"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"½\x10cÚÉ[@eüÔ ╗)Z\x10è"
  b"ÍKƒ\x07[GDí¼©  }.‚£"
  b"ËçÁC~\x08BÇüñ2'%qLp"
  b"Ô\x16591ÿL|’®tƒ\x18Ñ›Ç"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"Þçm¶ö\x11E6¯ß'\x18î±vo"
  b"ã‚$:5ÀHA«\x05ÚÖ«\x11îÓ"
  b"çDu]î…Mç¹\x05¥,ØeÏ&"
  b"èÿl—\x05ÍHШ×?ìKªô1"
  b"êTŽm³\x00C^ºiä¨\x15›hp"
  b"§\x11ÎS´╗FNæig·ËèJÉ"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\x08õ0©gTM„‹´îlÇíq±"
  b"\x0FÆXØ„ñCÿº(“g2ÌÚb"
  b"""
    !\n
    P}\x02IH0¬\x7FœÐäKÎc
    """
  b"7òõ‘]\x7FC+“] \x1EõkîR"
  b"B ~µ2¡L˜ˆXzFÜçäk"
  b"D│ılÑ▄OÙóÔ!äz»É\f"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"_Ü´ûWè@=˜1%\x15'84Û"
  b"g!Fw\x07hEQ…OÊQU¹\x05Ú"
  b"ng\x1EC└ýDÉÜu2³ã\x07Öð"
  b"pbz/&\x04DI¢Ì/ö\x06\x1Cüþ"
  b"v\x0F\x10çæ±J҅ݲÏÅ\x07ÿù"
  b"wp\r!ž«N\x12½uMÓ\eÍ|E"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"ŽÀpØ\x17LG(•ÚêL\x16o\v'"
  b"""
    ôªE"└\x7FAÚö\n
    Hh}zØÚ
    """
  b"—{oФ¤Dìƒ\x7FëÒÞÁ\x19¤"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"¿ÏjSLÓKؘ—†q}¥å\x11"
  b"ÁWé9Œ:NG¤µé?ës±!"
  b"Æš\x07?¹S@\x08«Þ'â•dù¼"
  b"ÒŸ§Ô˽Mm¶D\x07­u\rWD"
  b"ËNÅ,¼9@\x04ÁêM¬dxÚ¿"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"ßÙ1¾vPC\x04·èÌ@Y]\x00r"
  b"à*æ¹Ë"Fõƒ¹\x18F\x14\vÓv"
  b"çDu]î…Mç¹\x05¥,ØeÏ&"
  b"ô\ÁÒ…\x06J»«™»gÙº­’"
  b"þ!\x1FÁ«\x06Jqºk)2H°!a"
  b"\x00Ðw_\x16­MìŒ\n\fž¹Ñ’·"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\x08õ0©gTM„‹´îlÇíq±"
  b"\x0FÆXØ„ñCÿº(“g2ÌÚb"
  b"""
    !\n
    P}\x02IH0¬\x7FœÐäKÎc
    """
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"Z÷Q7rrGê™ø6'\x17[hn"
  b"nž[»\x11ÃK_©{¨TPiJC"
  b"pbz/&\x04DI¢Ì/ö\x06\x1Cüþ"
  b"wp\r!ž«N\x12½uMÓ\eÍ|E"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"ŽÀpØ\x17LG(•ÚêL\x16o\v'"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"¨»œ°\v¦Gä°1ê²Y\x05\("
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"ßÙ1¾vPC\x04·èÌ@Y]\x00r"
  b"à*æ¹Ë"Fõƒ¹\x18F\x14\vÓv"
  b"çDu]î…Mç¹\x05¥,ØeÏ&"
  b"ô\ÁÒ…\x06J»«™»gÙº­’"
  b"°║╗â*ØOõ▒¬,ý¡═9¥"
  b"þ!\x1FÁ«\x06Jqºk)2H°!a"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\x02\x17Î\x03\x10aCŒžY(¾´•A™"
  b"\v5ÉÜ0¼JÖ´Ø¥[ë¡\x1DI"
  b"\v»R\x10ù\x1EBü™z BÅD\x03Õ"
  b"<lç*▓èOF░W{¥ÑìϪ"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"cn\x01z/|A´¨7\x17ªÜòŽ,"
  b"lè┤<u1EQ▒╚ì3XG©┤"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"ÉH║]½\x19Eàûéu└c<9Ø"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"úÅ\x061ú▒B\x7Fí2ME¢Ê<‗"
  b"¦(’p\x1FÔA\x11 -Ù„¡œ$Ú"
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"ËçÁC~\x08BÇüñ2'%qLp"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"ßÙ1¾vPC\x04·èÌ@Y]\x00r"
  b"à*æ¹Ë"Fõƒ¹\x18F\x14\vÓv"
  b"ôñ©ÁåÞFÚ·,+!Rö·‰"
  b"§\x11ÎS´╗FNæig·ËèJÉ"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\x08õ0©gTM„‹´îlÇíq±"
  b"\x11øY9L¦Jœ‘yù1³„‰é"
  b"\x19|Â`12EÓ¤è\fò*\x03,/"
  b"\x19ù¦¡Œç@°˜ÊÜ«(\\x13\x06"
  b"1}ó†%²Gã»\x11yùßï.="
  b"<lç*▓èOF░W{¥ÑìϪ"
  b"GV\x07Ö‗ü@ÂÖm\x13}┴(\x13q"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"cn\x01z/|A´¨7\x17ªÜòŽ,"
  b"iâÉ?¿¶G·¥Gè]\x03l╠Þ"
  b"ÇõüÔ9\x1ABê▓r­çá!l\x15"
  b"ƒ\x15¿\x00G¤D)«5€“ôÔ€¯"
  b"—S”a¯ÉJK¢éNÌ\x02Å\x0E"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"½\x10cÚÉ[@eüÔ ╗)Z\x10è"
  b"ÍKƒ\x07[GDí¼©  }.‚£"
  b"ËçÁC~\x08BÇüñ2'%qLp"
  b"Ô\x16591ÿL|’®tƒ\x18Ñ›Ç"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"Þçm¶ö\x11E6¯ß'\x18î±vo"
  b"ã‚$:5ÀHA«\x05ÚÖ«\x11îÓ"
  b"çDu]î…Mç¹\x05¥,ØeÏ&"
  b"èÿl—\x05ÍHШ×?ìKªô1"
  b"êTŽm³\x00C^ºiä¨\x15›hp"
  b"§\x11ÎS´╗FNæig·ËèJÉ"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\x02\x17Î\x03\x10aCŒžY(¾´•A™"
  b"\x05\x11\t]I¨òƒÉ╩Îá═N"
  b"\x08\x1DLuHŠ¤~¡ë”\x04¦ã"
  b"\v5ÉÜ0¼JÖ´Ø¥[ë¡\x1DI"
  b"\v»R\x10ù\x1EBü™z BÅD\x03Õ"
  b"<lç*▓èOF░W{¥ÑìϪ"
  b"P+¡Ê┬ ALëóÅ ╬Òx!"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"cn\x01z/|A´¨7\x17ªÜòŽ,"
  b"lè┤<u1EQ▒╚ì3XG©┤"
  b"sôýˆª\x1ENV¨åX\x1A‚ðËÞ"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"…ù[=§ LÖ¤QíGzàX\x01"
  b"ÉH║]½\x19Eàûéu└c<9Ø"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"úÅ\x061ú▒B\x7Fí2ME¢Ê<‗"
  b"ѪÎÑÑÐJü©8M1òpH\x0E"
  b"¦(’p\x1FÔA\x11 -Ù„¡œ$Ú"
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"©³áz┘qJÌÿ┘┐Ø╗?N7"
  b"ËçÁC~\x08BÇüñ2'%qLp"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"ßÙ1¾vPC\x04·èÌ@Y]\x00r"
  b"à*æ¹Ë"Fõƒ¹\x18F\x14\vÓv"
  b"Ô\x00:¥Ô█Evï┼░[-Ðì9"
  b"çDu]î…Mç¹\x05¥,ØeÏ&"
  b"ôñ©ÁåÞFÚ·,+!Rö·‰"
  b"§\x11ÎS´╗FNæig·ËèJÉ"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\x01‹\ãüVr—›¯\x08K\t\x12Ý>"
  b"""
    \x01‹eè{xwd´\x02]y\n
    0c1
    """
  b"\x01‹f\x0E\x14[}탔ŽÄ\x12Æ2$"
  b"^®Â[jÅI\x1FŒ"7'!cR;"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"ˆý_Òª…BÒƒ§\x00—@Bѳ"
  b"""
    ôªE"└\x7FAÚö\n
    Hh}zØÚ
    """
  b"ó^±-░ØL/▒ıéJMë1N"
  b"ÑÅÊ\x10╩ôJȪ█e ╝qm "
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"Ç\x02CÎÄvG*Ÿ'ïAöÞ\x12c"
  b"ÒŸ§Ô˽Mm¶D\x07­u\rWD"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"à*æ¹Ë"Fõƒ¹\x18F\x14\vÓv"
  b"\x00Ðw_\x16­MìŒ\n\fž¹Ñ’·"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\x08õ0©gTM„‹´îlÇíq±"
  b"\x0FÆXØ„ñCÿº(“g2ÌÚb"
  b"""
    !\n
    P}\x02IH0¬\x7FœÐäKÎc
    """
  b",£îÌ1oI\x15­|\x03úèF\x11\x08"
  b"7òõ‘]\x7FC+“] \x1EõkîR"
  b"SSc‰!VHh»s\x06 ;óÍä"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"pbz/&\x04DI¢Ì/ö\x06\x1Cüþ"
  b"v\x0F\x10çæ±J҅ݲÏÅ\x07ÿù"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"ŽÀpØ\x17LG(•ÚêL\x16o\v'"
  b"""
    ôªE"└\x7FAÚö\n
    Hh}zØÚ
    """
  b"”¬Ç\x13BeHl´áe\x11\x08›Fr"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"¿ÏjSLÓKؘ—†q}¥å\x11"
  b"ÒŸ§Ô˽Mm¶D\x07­u\rWD"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"ßÙ1¾vPC\x04·èÌ@Y]\x00r"
  b"ô\ÁÒ…\x06J»«™»gÙº­’"
  b"þ!\x1FÁ«\x06Jqºk)2H°!a"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\x02\x17Î\x03\x10aCŒžY(¾´•A™"
  b"\x08\x1DLuHŠ¤~¡ë”\x04¦ã"
  b"\v5ÉÜ0¼JÖ´Ø¥[ë¡\x1DI"
  b"\v»R\x10ù\x1EBü™z BÅD\x03Õ"
  b"\x12ªTô(ÛLC­MUÖ¦\x01¹m"
  b" ‰oì\fWI\x08Œ.³/:ïsó"
  b"6‡:ÒN\x04Dj”»8QSLdi"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"^®Â[jÅI\x1FŒ"7'!cR;"
  b"sôýˆª\x1ENV¨åX\x1A‚ðËÞ"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"…ù[=§ LÖ¤QíGzàX\x01"
  b"ÉH║]½\x19Eàûéu└c<9Ø"
  b"—´íúyh@îˆPY€¿\v\e'"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"úÅ\x061ú▒B\x7Fí2ME¢Ê<‗"
  b"ÑÅÊ\x10╩ôJȪ█e ╝qm "
  b"ѪÎÑÑÐJü©8M1òpH\x0E"
  b"¦(’p\x1FÔA\x11 -Ù„¡œ$Ú"
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"©³áz┘qJÌÿ┘┐Ø╗?N7"
  b"¼ÏP¹ŠWHA—–\edú‰³A"
  b"Ç\x02CÎÄvG*Ÿ'ïAöÞ\x12c"
  b"╦èì;Ò&L¡ô`a}n¿¿."
  b"ÍKƒ\x07[GDí¼©  }.‚£"
  b"ËçÁC~\x08BÇüñ2'%qLp"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"Þçm¶ö\x11E6¯ß'\x18î±vo"
  b"ßÙ1¾vPC\x04·èÌ@Y]\x00r"
  b"à*æ¹Ë"Fõƒ¹\x18F\x14\vÓv"
  b"Ô\x00:¥Ô█Evï┼░[-Ðì9"
  b"çDu]î…Mç¹\x05¥,ØeÏ&"
  b"\x08õ0©gTM„‹´îlÇíq±"
  b"\x0F{¶v\r®M^³àÌURúq‡"
  b" ‰oì\fWI\x08Œ.³/:ïsó"
  b"^®Â[jÅI\x1FŒ"7'!cR;"
  b"""
    ôªE"└\x7FAÚö\n
    Hh}zØÚ
    """
  b"ÑÅÊ\x10╩ôJȪ█e ╝qm "
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"ÁWé9Œ:NG¤µé?ës±!"
  b"Ç\x02CÎÄvG*Ÿ'ïAöÞ\x12c"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"çDu]î…Mç¹\x05¥,ØeÏ&"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\v5ÉÜ0¼JÖ´Ø¥[ë¡\x1DI"
  b"<lç*▓èOF░W{¥ÑìϪ"
  b"GV\x07Ö‗ü@ÂÖm\x13}┴(\x13q"
  b"IH¥OÞ<C¤™¤Cª…\x16\x04q"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"W\x02%“'\x18NÛ þBY%Icv"
  b"cn\x01z/|A´¨7\x17ªÜòŽ,"
  b"lè┤<u1EQ▒╚ì3XG©┤"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"ÍKƒ\x07[GDí¼©  }.‚£"
  b"ËçÁC~\x08BÇüñ2'%qLp"
  b"Ô\x16591ÿL|’®tƒ\x18Ñ›Ç"
  b"Øó‘oÍàN«³ü ¯æcPõ"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"Þçm¶ö\x11E6¯ß'\x18î±vo"
  b"ßÙ1¾vPC\x04·èÌ@Y]\x00r"
  b"à*æ¹Ë"Fõƒ¹\x18F\x14\vÓv"
  b"ã‚$:5ÀHA«\x05ÚÖ«\x11îÓ"
  b"óßv·ÈKG÷˜Ç}/‘>í‘"
  b"ô\ÁÒ…\x06J»«™»gÙº­’"
  b"§\x11ÎS´╗FNæig·ËèJÉ"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b" ‰oì\fWI\x08Œ.³/:ïsó"
  b"B ~µ2¡L˜ˆXzFÜçäk"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"^®Â[jÅI\x1FŒ"7'!cR;"
  b"ŽÀpØ\x17LG(•ÚêL\x16o\v'"
  b"”¬Ç\x13BeHl´áe\x11\x08›Fr"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"ÑÅÊ\x10╩ôJȪ█e ╝qm "
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"¼ÏP¹ŠWHA—–\edú‰³A"
  b"Ç\x02CÎÄvG*Ÿ'ïAöÞ\x12c"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"ßÙ1¾vPC\x04·èÌ@Y]\x00r"
  b"çDu]î…Mç¹\x05¥,ØeÏ&"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\x01‹\ãüVr—›¯\x08K\t\x12Ý>"
  b"""
    \x01‹eè{xwd´\x02]y\n
    0c1
    """
  b"\x01‹f\x0E\x14[}탔ŽÄ\x12Æ2$"
  b"""
    !\n
    P}\x02IH0¬\x7FœÐäKÎc
    """
  b"pbz/&\x04DI¢Ì/ö\x06\x1Cüþ"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"çDu]î…Mç¹\x05¥,ØeÏ&"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\x02\x17Î\x03\x10aCŒžY(¾´•A™"
  b"\x08\x1DLuHŠ¤~¡ë”\x04¦ã"
  b"\v5ÉÜ0¼JÖ´Ø¥[ë¡\x1DI"
  b"\v»R\x10ù\x1EBü™z BÅD\x03Õ"
  b"<lç*▓èOF░W{¥ÑìϪ"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"cn\x01z/|A´¨7\x17ªÜòŽ,"
  b"lè┤<u1EQ▒╚ì3XG©┤"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"…ù[=§ LÖ¤QíGzàX\x01"
  b"ÉH║]½\x19Eàûéu└c<9Ø"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"úÅ\x061ú▒B\x7Fí2ME¢Ê<‗"
  b"¦(’p\x1FÔA\x11 -Ù„¡œ$Ú"
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"©³áz┘qJÌÿ┘┐Ø╗?N7"
  b"ËçÁC~\x08BÇüñ2'%qLp"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"ßÙ1¾vPC\x04·èÌ@Y]\x00r"
  b"à*æ¹Ë"Fõƒ¹\x18F\x14\vÓv"
  b"Ô\x00:¥Ô█Evï┼░[-Ðì9"
  b"çDu]î…Mç¹\x05¥,ØeÏ&"
  b"ôñ©ÁåÞFÚ·,+!Rö·‰"
  b"§\x11ÎS´╗FNæig·ËèJÉ"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\v5ÉÜ0¼JÖ´Ø¥[ë¡\x1DI"
  b"<lç*▓èOF░W{¥ÑìϪ"
  b"cn\x01z/|A´¨7\x17ªÜòŽ,"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"ÁWé9Œ:NG¤µé?ës±!"
  b"ËçÁC~\x08BÇüñ2'%qLp"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"ßÙ1¾vPC\x04·èÌ@Y]\x00r"
  b"à*æ¹Ë"Fõƒ¹\x18F\x14\vÓv"
  b"çDu]î…Mç¹\x05¥,ØeÏ&"
  b"§\x11ÎS´╗FNæig·ËèJÉ"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\x08õ0©gTM„‹´îlÇíq±"
  b"\x0FÆXØ„ñCÿº(“g2ÌÚb"
  b"\x14R└g\x1C}B[ê°ıfÉ÷SB"
  b"""
    !\n
    P}\x02IH0¬\x7FœÐäKÎc
    """
  b"B ~µ2¡L˜ˆXzFÜçäk"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"pbz/&\x04DI¢Ì/ö\x06\x1Cüþ"
  b"s\x7F÷\x18¶jA\x01ìo6hÚZ3ì"
  b"v\x0F\x10çæ±J҅ݲÏÅ\x07ÿù"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"Ø┘º¥"\x08@&│└╚\x07HóÂP"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"à*æ¹Ë"Fõƒ¹\x18F\x14\vÓv"
  b"þ!\x1FÁ«\x06Jqºk)2H°!a"
  b"\x0F{¶v\r®M^³àÌURúq‡"
  b" ‰oì\fWI\x08Œ.³/:ïsó"
  b"^®Â[jÅI\x1FŒ"7'!cR;"
  b"ÑÅÊ\x10╩ôJȪ█e ╝qm "
  b"¼ÏP¹ŠWHA—–\edú‰³A"
  b"Ç\x02CÎÄvG*Ÿ'ïAöÞ\x12c"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\x01ïÎæ█õwü¢\x06ón¨ÆÙ\x03"
  b"\x0FÆXØ„ñCÿº(“g2ÌÚb"
  b"""
    !\n
    P}\x02IH0¬\x7FœÐäKÎc
    """
  b"A-]æJZCz×ÍýØı¢%\n"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"o3¸²oÇNЭ)ÞdÚ\x1Fœß"
  b"pbz/&\x04DI¢Ì/ö\x06\x1Cüþ"
  b"v\x0F\x10çæ±J҅ݲÏÅ\x07ÿù"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"ŽÀpØ\x17LG(•ÚêL\x16o\v'"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"ßÙ1¾vPC\x04·èÌ@Y]\x00r"
  b"à*æ¹Ë"Fõƒ¹\x18F\x14\vÓv"
  b"çDu]î…Mç¹\x05¥,ØeÏ&"
  b"þ!\x1FÁ«\x06Jqºk)2H°!a"
  b"\x08õ0©gTM„‹´îlÇíq±"
  b"\x0F{¶v\r®M^³àÌURúq‡"
  b" ‰oì\fWI\x08Œ.³/:ïsó"
  b"6‡:ÒN\x04Dj”»8QSLdi"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"^®Â[jÅI\x1FŒ"7'!cR;"
  b"am’o\x14¶Hx¿1/Œ#ÏB4"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"—{oФ¤Dìƒ\x7FëÒÞÁ\x19¤"
  b"—´íúyh@îˆPY€¿\v\e'"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"ÑÅÊ\x10╩ôJȪ█e ╝qm "
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"Ç\x02CÎÄvG*Ÿ'ïAöÞ\x12c"
  b"╦èì;Ò&L¡ô`a}n¿¿."
  b"ÍKƒ\x07[GDí¼©  }.‚£"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"Þçm¶ö\x11E6¯ß'\x18î±vo"
  b"ßÙ1¾vPC\x04·èÌ@Y]\x00r"
  b"à*æ¹Ë"Fõƒ¹\x18F\x14\vÓv"
  b"êTŽm³\x00C^ºiä¨\x15›hp"
  b"\v5ÉÜ0¼JÖ´Ø¥[ë¡\x1DI"
  b"GV\x07Ö‗ü@ÂÖm\x13}┴(\x13q"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"lè┤<u1EQ▒╚ì3XG©┤"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"Ào1Á]RIìü\x05¹\x06Õ\x1F\x17"
  b"ÍKƒ\x07[GDí¼©  }.‚£"
  b"ËçÁC~\x08BÇüñ2'%qLp"
  b"Ô\x16591ÿL|’®tƒ\x18Ñ›Ç"
  b"Øó‘oÍàN«³ü ¯æcPõ"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"Þçm¶ö\x11E6¯ß'\x18î±vo"
  b"ßÙ1¾vPC\x04·èÌ@Y]\x00r"
  b"ã‚$:5ÀHA«\x05ÚÖ«\x11îÓ"
  b"êTŽm³\x00C^ºiä¨\x15›hp"
  b"ô\ÁÒ…\x06J»«™»gÙº­’"
  b"\x02\x17Î\x03\x10aCŒžY(¾´•A™"
  b"\v5ÉÜ0¼JÖ´Ø¥[ë¡\x1DI"
  b"<lç*▓èOF░W{¥ÑìϪ"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"cn\x01z/|A´¨7\x17ªÜòŽ,"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"…ù[=§ LÖ¤QíGzàX\x01"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"¦(’p\x1FÔA\x11 -Ù„¡œ$Ú"
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"Ào1Á]RIìü\x05¹\x06Õ\x1F\x17"
  b"©³áz┘qJÌÿ┘┐Ø╗?N7"
  b"ËçÁC~\x08BÇüñ2'%qLp"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"ßÙ1¾vPC\x04·èÌ@Y]\x00r"
  b"à*æ¹Ë"Fõƒ¹\x18F\x14\vÓv"
  b"§\x11ÎS´╗FNæig·ËèJÉ"
  b"\v5ÉÜ0¼JÖ´Ø¥[ë¡\x1DI"
  b"6‡:ÒN\x04Dj”»8QSLdi"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"…ù[=§ LÖ¤QíGzàX\x01"
  b"—´íúyh@îˆPY€¿\v\e'"
  b"˜\x00ܽ§–D£“G\t,CCÝ¢"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"­gZ²\x18{G\e›2á,Q/­å"
  b"Ào1Á]RIìü\x05¹\x06Õ\x1F\x17"
  b"¼ÏP¹ŠWHA—–\edú‰³A"
  b"Ç\x02CÎÄvG*Ÿ'ïAöÞ\x12c"
  b"╦èì;Ò&L¡ô`a}n¿¿."
  b"ÍKƒ\x07[GDí¼©  }.‚£"
  b"ËçÁC~\x08BÇüñ2'%qLp"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"Þçm¶ö\x11E6¯ß'\x18î±vo"
  b"ßÙ1¾vPC\x04·èÌ@Y]\x00r"
  b"\x011gT!–K\x1C‘&.W‡ñíü"
  b"\x08õ0©gTM„‹´îlÇíq±"
  b"\x11øY9L¦Jœ‘yù1³„‰é"
  b"\x19|Â`12EÓ¤è\fò*\x03,/"
  b"\x19ù¦¡Œç@°˜ÊÜ«(\\x13\x06"
  b"1}ó†%²Gã»\x11yùßï.="
  b"<lç*▓èOF░W{¥ÑìϪ"
  b"GV\x07Ö‗ü@ÂÖm\x13}┴(\x13q"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"cn\x01z/|A´¨7\x17ªÜòŽ,"
  b"iâÉ?¿¶G·¥Gè]\x03l╠Þ"
  b"n¹ç\x18bÝLÍš\x05-äïß×\x7F"
  b"ÇõüÔ9\x1ABê▓r­çá!l\x15"
  b"ƒ\x15¿\x00G¤D)«5€“ôÔ€¯"
  b"—S”a¯ÉJK¢éNÌ\x02Å\x0E"
  b"ó^±-░ØL/▒ıéJMë1N"
  b"½\x10cÚÉ[@eüÔ ╗)Z\x10è"
  b"ÍKƒ\x07[GDí¼©  }.‚£"
  b"ËçÁC~\x08BÇüñ2'%qLp"
  b"Ô\x16591ÿL|’®tƒ\x18Ñ›Ç"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"Þçm¶ö\x11E6¯ß'\x18î±vo"
  b"ã‚$:5ÀHA«\x05ÚÖ«\x11îÓ"
  b"çDu]î…Mç¹\x05¥,ØeÏ&"
  b"èÿl—\x05ÍHШ×?ìKªô1"
  b"êTŽm³\x00C^ºiä¨\x15›hp"
  b"§\x11ÎS´╗FNæig·ËèJÉ"
  b"\x07:\x06õ‰3J ®÷Ó.ö†Ü!"
  b"\x15þEÅÐòE;–߃hÖ~™1"
  b"\x19ƒ–d¡vI\x19¸(ðhµ8¿."
  b"\x19ù¦¡Œç@°˜ÊÜ«(\\x13\x06"
  b"IH¥OÞ<C¤™¤Cª…\x16\x04q"
  b"Vs<k:\x04Jé–[<\x13ò’\\f"
  b"W\x02%“'\x18NÛ þBY%Icv"
  b"}.Df~\x11D‘»Ø\x01µpdU©"
  b"\x7FÖÏbPAHjôàì?╠ðƒû"
  b"ƒ\x15¿\x00G¤D)«5€“ôÔ€¯"
  b"—S”a¯ÉJK¢éNÌ\x02Å\x0E"
  b"ùkI·┬ÛKâ¿X\x1F+\x19Ønæ"
  b"¡ï1©™¦AD™\x07Õ{l\x12Ó."
  b"ó^±-░ØL/▒ıéJMë1N"
  b"ÍKƒ\x07[GDí¼©  }.‚£"
  b"ÔdFQC\x1AH‡œ\x1E?OVOSÜ"
  b"Õ\x13b•èÂI\x00\x11kv>ÊÍã"
  b"Ý\e¨\x16ˆ\x00@ý¬;ùƒ›4\tâ"
  b"Þçm¶ö\x11E6¯ß'\x18î±vo"
  b"à*æ¹Ë"Fõƒ¹\x18F\x14\vÓv"
  b"■╩─\x03_ÒClÜ\x14Ýð┘©\eì"
]
81 0.54 ms
# product-listing-route::loading::association::prices::read
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00÷exÓSH╝║9\x15É\x04┤p°"
  b"\t)¤a\t\tK©¥lô]tOK\"
  b"""
    \n
    åçÀL\x07L\x06ºÉ¸8│E\x1F 
    """
  b"""
    \n
    Ø\x15\x1Fà×B¤»[\x7F\x02Ày\x07ı
    """
  b"\x12ºDÞ‰¡Lb³–ñšW\x10ÎÈ"
  b"\eŠýF“eHO¦‡?ÿZÇL["
  b"#YP‡7ÚL»™\t\x13ãèÝO\x04"
  b"\x08³2A@Ï å.üJŒy}"
  b";d¶Ê■ÕJ ë d²ÉS\x042"
  b"UÛQÔ‹0J6•+G)kpë’"
  b"ZT8†úmDn£d˜žtú Î"
  b"aüÔ¼\x0F^B!ÿñ½2>râ┐"
  b"oLØ\x1A╠þM\x15óò\\x05Æ╝lâ"
  b"|§4ÏZ4JÄŸ®°°ç¡‘¯"
  b"å£ÂÍ!èAüÅı¨0[ñ\tÌ"
  b"""
    š€*}EVKµŽv\n
    \x19Ï\tˆ]
    """
  b"­œvdEHMb¦f˜a\x02Íök"
  b"±îf˜zÀGæ®]GHȘޕ"
  b"Î\rv\x03h"NE—h£ñg£0‰"
  b"ÐQÅBµ Mo“éßÑþ½*¬"
  b"\x07N±│ÕCSد¿Mû\x10Ír"
  b"¦\x16┴6\x08üIú¬õ¡─▀˨""
  b"""
    ´à\x7F¯\x0F¢C\x18ä\n
    ض┌ND¥
    """
  b"û*\x1E\x18Fò—^e\x054\x1E\x1D"
]
82 0.52 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"lãÏv|ÔLDµ…mÈ\x13ý¿é"
]
83 0.11 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x11qÜÔˆJJÕ \fä=#õcô"
]
84 0.12 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"þ¬R\x1EtzJ˨¹_Ålà·¥"
]
85 0.11 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x1FA\r»S L░º6É╦\x1A\x07Ýø"
]
86 0.11 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"bC×Í5DEW…‚ƒÝ·ã\t#"
]
87 0.10 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"ÚÃwÐ.¾Nv†T7Pæ\rÜÕ"
]
88 0.10 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"Äü¦¶§]HÂÑ£hÄn0¨\"
]
89 0.09 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01ŽÃ7α{\x13ƒ"Æ€m\x14"
]
90 0.09 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01ŽÃDEI}R¦Öø2!v¸."
]
91 0.11 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01Ä\t▄üûxl£Ç,¨]®$ª"
]
92 0.10 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"=oï\x10íVNv±M\x07²Ý«l_"
]
93 0.09 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01ŽÃMúªpR·¬÷ÙŒ’\t\x1A"
]
94 0.09 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01ŽÃO½¿qâ¸õu}µì€µ"
]
95 0.09 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01ŽÃRù\x05ué¨K\x12»k„îÏ"
]
96 0.09 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01ŽÃ\\x1F»w/‘‰3v\\x11Ú\x01"
]
97 0.11 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x15}\x17\x1D‘£I]´â§µãLФ"
]
98 0.10 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"ôý+'ÓbI#¬Z@\x14xaô°"
]
99 0.11 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x14}ì x©L8┐$Çê®+5Â"
]
100 0.09 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01ŽÃY´2y¨µ\fþ°‚mSú"
]
101 0.09 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"""
    Ã:£{t\x08D{¢´d*\n
    \x0E\x03®
    """
]
102 0.10 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01ŽÌ^\x1Aps‹¡³ì©ª»½I"
]
103 0.10 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"""
    \x01ŽÌ­ÂP{N©\n
    \x0F“[—
    """
]
104 0.09 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01ŽÌ¤T›y¢“Œ=:}z\x08í"
]
105 0.09 ms
SELECT `fishn_webp_media`.`id` as `fishn_webp_media.id`, `fishn_webp_media`.`media_id` as `fishn_webp_media.mediaId`, `fishn_webp_media`.`converted_media_id` as `fishn_webp_media.convertedMediaId`, `fishn_webp_media`.`status` as `fishn_webp_media.status`, `fishn_webp_media`.`created_at` as `fishn_webp_media.createdAt`, `fishn_webp_media`.`updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media`.`media_id` = ?)
Parameters:
[
  b"\x01ŽÌ¨ås{¸¤Ú\x18\x0E£tÈ\t"
]
106 0.25 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) as `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) as `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation`.unit_id, `unit.translation`.short_code as `unit.translation.shortCode`, `unit.translation`.name as `unit.translation.name`, `unit.translation`.custom_fields as `unit.translation.customFields`, `unit.translation`.created_at as `unit.translation.createdAt`, `unit.translation`.updated_at as `unit.translation.updatedAt`, `unit.translation`.unit_id as `unit.translation.unitId`, `unit.translation`.language_id as `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.language_id = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
107 0.40 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
]
108 0.39 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:
[]
109 0.19 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
110 2.10 ms
# cart::promotion::search-ids
SELECT `promotion`.`id` FROM `promotion` LEFT JOIN `acris_promotion_display` `promotion.acrisPromotionDisplay` ON `promotion`.`id` = `promotion.acrisPromotionDisplay`.`promotion_id` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion`.`id` = `promotion.salesChannels`.`promotion_id` WHERE ((`promotion`.`active` = ? AND `promotion.salesChannels`.`sales_channel_id` = ? AND ((`promotion`.`valid_from` <=> ? AND `promotion`.`valid_until` <=> ?) OR (`promotion`.`valid_from` <=> ? AND (`promotion`.`valid_until` > ?)) OR ((`promotion`.`valid_from` <= ?) AND `promotion`.`valid_until` <=> ?) OR ((`promotion`.`valid_from` <= ?) AND (`promotion`.`valid_until` > ?))) AND `promotion`.`use_codes` = ?) AND NOT (`promotion.acrisPromotionDisplay`.`display_position` <=> ?)) GROUP BY `promotion`.`id` ORDER BY MAX(`promotion`.`priority`) DESC
Parameters:
[
  true
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  null
  null
  null
  "2025-04-05 02:22:07"
  "2025-04-05 02:22:07"
  null
  "2025-04-05 02:22:07"
  "2025-04-05 02:22:07"
  false
  "onlyCart"
]
111 6.75 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"│╔ù ─]J#ìIRh\x18Æ\x13u"
  b"(Ðk\x0E‗uFRº}■ùWìòù"
  b"F'vûZÏ@s‹léqgÁl\x06"
  b"”ë¹\x13"4EN¹\x18\x1A)8/eÊ"
  b"\x0F•é{\x1D<G6·Rš)€Ü"S"
  b"å\x05\x17âDÛÁ\x04$.¼v9Å"
  b"\r¤XLÿ»ÂèÍŽlúm"
  b"╔$\x00\x04ØTFë┤gçe\x17 Øy"
  b"""
    \x7Flƒ%æÛJ2«\\n
    ÊIßE\x13
    """
  b"èl8&‡wO†¼Êò\vk£FK"
  b"èþVd|’CY«è^±ûø´a"
  b"Ðñ*ð2£C═üB)U<\x006U"
  b"\x13¸üØÎF\x1F╗Ã¥‗Zq┴\t"
  b"úV}7ðæL¦—†Å)¯7éb"
  b"r>\x0EQ\x07\x08FŽ°\iã¼–R0"
  b"""
    \n
    "╝▀@Dj▒d~Å\x18Ùê&
    """
  b"""
    \n
     óÐ^ÍJ“¿!Óþ»˜™ª
    """
  b")»W\x14¾¥@¹¬{Ðwâ±Ùo"
  b"ž©’d 4GV®~ÈÔ\x1E\x14PG"
  b"©i\ezÛ=I\r¦\fr\x13tT\x14×"
  b"”£*Ð\vÎEɆÔæIÌSµ\v"
  b"\x01‹7j³JtªŒg?fŸ‘[¤"
  b"\x01ï7k\x1F´v\x04ø´=}üP\x08A"
  b"\x01‹7jðÃq¸†õ\x10ÀŸò<Ö"
  b"\x15Ëd*šgLœš˜u‡cÈxÏ"
  b"¾î└Å#ÌGÅ▒7NáU■µë"
  b"­›Ðr<ûJ[¯|®uyH5¡"
  b"¨R¸ÈÝMIƒ╣─Ñd7Fü3"
  b"Ã1ê¶%ÚNz§=^@›×/>"
  b"""
    \x01‹<µØ™qK€çÁ¯\x11\n
    †E
    """
  b"""
    \n
    e•›·3@Ö³=À ÉD\x19p
    """
  b"9┬\ÝÅÝGÂÅXZb=åÖØ"
  b"""
    \x16/úã®èD\n
    ¦ÈÖo®Á5r
    """
  b">)¢FضFæÇ>7Ì_óðþ"
  b"ê]Ý\B\x04@p ‚&Íû¡ —"
  b"""
    D_õé\x08\x05GÙ‡HÁ\n
    :'Ýz
    """
  b"H0mÚÆ]A¯¾Çƒ4ôNxü"
  b"Ø'³9┴@┌Ü@ÖÏ-¨Á\x0F"
  b"ÁcïGzãN[œÚn±÷lØÊ"
  b"*ƒÞ±d4N\x14¹%µæ’²ÉÕ"
  b"U7DÅi\fN·‰x…;FLó¸"
  b"²,@═âpH─ì■p╚59\x15u"
  b"öŽîq­H@«²eŠG\x01.L3"
  b"À1:¢‗\x18@ÏÄå_\x12vØ!""
  b"ô/\x1F\\x01éF#¦‡“\x1C\v\x12"
  b"\e)R£j/GÌ«i™ì:RŠ™"
  b"¤\x00░l╩\x18Mìñ¨_╚ÉË®╬"
  b"ìùq╝Å│HUüÉFEZ»wo"
  b"ÄôI„\x1FÇH\f²‹Á¬\x7F¥[X"
  b"2—,\x08«VDO¶tÄíÄL\x03L"
  b"å█8a└lN\x05ôøÞqü>z\f"
  b"\x01ŠõcY€s¬´ˆú`Üÿ\x12_"
  b"`êJî:ÍK‚Œòˆ²œ_mi"
  b"\x01Šõc­Cwh·šÕ†`¯U­"
  b"\x01Šõc”Atâ¥Ö\x19ª÷ª·9"
  b"\x01Šõcx\x04w瘖·»\x00ú·U"
  b"Ø“½ÏHaB¢£ñ7\x15C$î\x1A"
  b"±(±½\x05òD\x17ƒÑÈ&Û\x1D\e$"
  b"£Ý^oì\rGèÀ\vëHÀ\x1A\x02Ç"
  b"┼³ì\x05\r«E&×/ªO4êD\x13"
  b"7ny█wÙOãéì\vFv╗¬└"
  b"\x01‹p"kŸ|²ƒvjÆÈià\x13"
  b"\x01‹p"¢ƒ|r’±9\x15ð‡¸î"
  b"›Ð\e\x07„FI%³.X÷Gf\f¯"
  b"2÷åé\x1F6HWˆ"\x08³\x0F»¾\"
  b"5)ƒ\x06\x1F=ON”—(¦_ï›ø"
  b"WvÜx¿cAZ´\x1E\x11ûŠ‹Œ"
  b"«ÔáìÉü@y’ˆ)\x06jÏN8"
  b"ÞG\x16¤‰0F3¤÷œÉ£%<ì"
  b"{P àÿrB÷¦)]µu/û€"
  b"’Ñrò\x16~H½ ©2Ó\x1CE{\x1A"
  b"\x01‹Î\v’Ûz€ƒ›„CýËŒP"
  b"6hX%B\x16O\x1F¿R åWcäÁ"
  b"RK(Ù²¾Mf³Ëz'JÊÆÿ"
  b"·°ªƒ?!@Y½…Û°ã8\x7F&"
  b"\x01‹Î\fL/rÒ¼ùM+\x19U&r"
  b"\x08êõ÷\rIÓ»%h<G\rH‡"
  b"\x01‹Ò’¢}s\x03©ÛÔ*¥÷\x0E9"
  b"/cd„\x01=D[‡­sD,½*/"
  b"\x08èT\x04ÃÏ@Ž™\x04^èwêï}"
  b"\x16\féÁ\x02\x05BIØslTª┴═¯"
  b"÷╠.H~ÄA‗╝´ëR\x04Åd0"
  b"\x11W\vu3>E%ëÿ¸9[üÀõ"
  b"y‡ŽjÓYGFš™íŠ"¢•\x08"
  b"½ž\x19\x0F-ØC§Ž+Ö®co(’"
  b"\x01Šï†\v®vž©‘š\x03–ß›À"
  b"\x01Œ9LC5z+‡öÎî¤>mô"
  b"\x01Œ9LÖˆwö­ÏÞ¢î1+J"
  b"\x01Šï‡\x12YrÚ©\f^ý!v.“"
  b"\x01Šï‡žÜr—“‹ü\x13Ô§PE"
  b"\x01Šï‡æmuXŠ\x05¯Ž¡¦ƒÿ"
  b"\x01Šï‰˜î\x7F)˜QÈ×@\x1E\x1A¿"
  b"\x01Šï‰ø0t\x03ž\x1E…Þe¾ôÈ"
  b"\x01ŠïŠ\«s\x15—Ä\x0EésïZ~"
  b"\x01ŠïŠª=vÒ‘ý‰U—\x1FA6"
  b"\x01Šï‹\x06(x\x0F 5öš„%Ò\f"
  b"\x01Šï‹¬\x18pW±\x17aÄdJýÞ"
  b"\x01è´ÉW(r\x17é«Hd\x042H╝"
  b"\x01Œ9ZùSv"¬òL¢#°¿¥"
  b"\x01Šï’tô|c‡Ô•Ï†³BK"
  b"\x01Šï“-çx\x19•µ‡9\x12øÿF"
  b"\x01Šï“t~xð–}vž§òPñ"
  b"\x01Šï“Æ%}÷´\x00¦î\x14\x1AëT"
  b"\x01è´ö\x15¹w┌É\x1DId\vg\x7FÖ"
  b"\x01Šï”#W{M¸0Rñ[»•g"
  b"¶▒\x0FÞR5@èü©«õu┬¤z"
  b"›ãb\x16b½E—²|óox„\x1A\x04"
  b"ˆ£¡stáFØ»å\x7FàXo‡ï"
  b"ý_D\x06é´A\r”Rô_&B5¼"
  b"\x01Šï•˜=u\x7F½sÙã\fúÏÁ"
  b"\x01Šï•öÅ~.³Š1ÉÀae}"
  b"\x01Šï–K²tJµ!Np\x07©(ô"
  b"\x01è´ùͱy*ú\x12\x15ÝîÅ`\x1F"
  b"\x01è´ÿ\x13ßqãæ┐\x0E6$ì¹\f"
  b"\x01Šï˜:“p…¼\x14'ƒWY‰Ò"
  b"\x01è´ÿmóq\x02Øç\x0E¤³mÐÈ"
  b"\x01è´ÿ─k\x7FjüC( ðdJ_"
  b"\x01Šï…“/qƒ±\x1CÛÃg•ø¬"
  b"\x1F'¹êQÜL¡·ˆC"0ÖGÊ"
  b"\x01Œ:ßJTu°‘Ÿ`*f;\e"
  b"\x01Œ:ß¾ízX¬\x11Çr\x0Fi#I"
  b"ßÀgùº×K½ŠÛ#$ýDŽ)"
  b"\x01Œ:àv°wÒ›ÕäÛv\x1C÷¡"
  b"\x01Œ:á\x05Tzõ™6+Lµ‰\x00\x10"
  b"sÖ$eUXFãù-░ëÍþÅF"
  b"óEU[7+G…¨,hXY§\e¿"
  b"""
    \n
    ɳ‘\x14MEHŽ¬ó\vÚÈLŽ
    """
  b"%„;m9ÓI¶…ëò\x11L«pd"
  b"¥¾´ ÈÃBö­¢ ÏY²\x05\x17"
  b"Ò?7öyuLg¾Yz:ïƒÃû"
  b"\x1FØ!#ÓVE‘¤ç”\x00Á\x1E3J"
  b"‡s\x1AÙœ›F¯‚\x184\x17[\x10"
  b"0²l_¨àIn²õüáFž{m"
  b"\x1DzB@ßÐGw¦\x06\x0F\x08ëõ®"
  b"ÖÌÚŠ&GC”«äIT·\x01¯Š"
  b"5ÙŠ»Å»MÖ“„:\x00õì»{"
  b"\x01Œ>‘\x01Øu ¨\e6Ë€Ó:U"
  b"\x01î>Å║╝\x7FÝÖ¦ÐÎ]│╔8"
  b"\x01î>ÉÿswC»zÒflîðI"
  b"\x01î>Éb5zª¿z¬øî®e¡"
  b"\x01î>ÉÊÂ|╠új}°³\x05À""
  b"\x01Œ>‘¨â\x7FK—}œ$3³ù¦"
  b"\x01Œ>‘ˆ\{+¸ƒPydá!."
  b"\x01î>É=àv«ƒÚººÊ\x1E╩k"
  b"\x01î>É\x12Ëy¾ñU╠&/│Gv"
  b"\x01Œ>‘+iwøŠ"ñ?\x13\x18E"
  b"Ê{ý¹ŽCDª“¨xÃø:ºö"
  b"""
    \x01î?©ß¹yJ×Å\x07\x13\x0E\n
    v\n
    """
  b"""
    \x01Šï†®7rY±\n
    Œ¹¥¥±\v
    """
  b"DV¥N\x00ÌB3†m“'‰\x0FÁÈ"
  b"\x01Œ?óA…|à¥5¼\rßMø\e"
  b"\x01î?‗pTsúÁ̬/üeÓ²"
  b"\x01î?¾ô─s\x1CÄØ╬ó$\x15²î"
  b"\x01ŒC‡e\x15qz¯/\x19˜ã5çÿ"
  b"ÿ·Ré\x04ŽDµ†½¾°Wó• "
  b"\x01îg┬\│yØÁÜ/═Ñ■\x1A"
  b"""
    SûöÖÏ\n
    JØÜé¥?axQÛ
    """
  b"8jŠ~\x19?JŠ¨\tG\x11y½ét"
  b"3Û5)\x17\x08Gø‘®9\x0E¶(±´"
  b" ¤:mqòI¡–¼J:Àe\x13\x07"
  b"î,╣Û/Ñ@ËØ/:\x03\x10\x07"
  b"üQ?¦4ÖCO┐/«Ó│F¿\x18"
  b"\x1Fv^qM\x02‡nâ6@Ewí"
  b"Ó\x17\x00·M¸@ò‚—¥­UŠìû"
  b"qøUS\x10ˆN\x17„îZ€\vKLš"
  b"""
    o\n
    \x07&A}I}ì÷\e╬å\x19V^
    """
  b"–œ½…U>B®•ÚÓ\x01»Qr„"
  b"""
    )«^øjµIúº\n
    F 1Ðfæ
    """
  b"\e\tÍ\x7FKÛØ*\x19(▓╠nÇ"
  b"ÔÀ>§ý\t@@Åη*ÖÛ$b"
  b"\x0E,ªq5pCÀªÜá1Öׯ0"
  b"0ü³°õ¼A‚¾Hôr'!\x18O"
  b"├Å$X┴ØIz┐ƒþ9─\x1EJo"
  b"""
    wíd‹\n
    ÒK\x06•—ÍDb(к
    """
  b"\x1D¥€´¸lD.¾×E`Ñ[°@"
  b"\x14┴®\e¦óFìïãO:¸eQÏ"
  b"tP}è{ L\x10”h\x19\x06¦ û\e"
  b"®ë}¥¬êBJ¹oÍáÙDî\x04"
  b"]‰¸%kþCÚ—+Z\x13\e…Q\x1C"
  b"¨\x03'\x04—&Fï˜Å"ÑÈÓFÌ"
  b"Â\x14\x17#ùiNƒÁþ%ì╩‗\x19"
  b"AçÝ©Ë’E„¦\x1Aº±[Å´q"
  b"Þ\x146xð‰B\x01–ÜS¥±ÌUÃ"
  b"ùqë█\x10iMüí╔W▀╔\x07\x0FN"
  b"ÝÖãùÅ)Er“ù’\x05$ƒœ‘"
  b"═}¢p3.G]é}üójz╩n"
  b"\x00¿}•/J¥–™"\x13\x1Cåa®"
  b"ßÁš \x1CIGðˆ²{œÏeh5"
  b"┌$©Ë\x106OíÂÓ╚É)9Ï_"
  b"\x18 2¢Õ¿G\tœ”\x0FÙÌÿ?Õ"
  b"\x08é\x12É$hJ¬ó╣┬Wk└ÊÚ"
  b"²ÈEÐæçB†¼ƒˆûÍ\x0FÁ›"
  b"Oi\x06çƒÐLí ¸ÓãëO\tñ"
  b"§\x1C\r?K¹¶ªêuR,]_"
  b"F\x19y,\x16yHf±EØ2"*g "
  b"ác[ƒ9█M╩ìSò@g\‗t"
  b"o\x1E4κ\x06N:¦Ó"\x03\v0Ó¢"
  b"ãÈR´`4KY░\x04\v«ü\x1C»z"
  b"H\võì\x14LK\x7F›uüó5•\x06;"
  b"\x1C¯ÅW|àM³‰Ræ2méVA"
  b"^ƒùÂÈ«MV»ÐôÏ´ñG/"
  b"\x01ì¤╠®█p5Â×\ré´ƒ┐┬"
  b"\x19²æ|;¤BÛ¾\x1Aâ\x02ß™…¥"
  b"\x01ì¤╠]ƒyO¢é;G▀,■n"
  b"Ò3”ƒÛ}F\x14”®Â·V–\x1Fz"
  b"""
    ÷─êÿ\x14!G┘ì░\n
    £O\x08»É
    """
  b"5\x1C¡g\x0FTJ©üòÅ\x13ÔlÆö"
  b"žð“jM\x1CJ@½ÕQ°q{IL"
  b"\x01Œ9ÿ\vˆyV¿u§\x14݆u"
  b"\x01Œ9ÿ}~p¦žïN\x14«G\x1Eô"
  b"\x01Œ:\x01~ës\x12²ré\x19ƒ}\r}"
  b"\x15\x12VX\x0EöJ»¼\x02q\x07j\x00"
  b"F3{9-QOA”\x08º-8\x14î\v"
  b"Q2]ļ£Gb¾tÅûÔaÛæ"
  b"[\`duŒN˦±è-Õï4Q"
  b"ˆŠ8cS—Cv±m‹¤“\x18Ð\x00"
  b"ò\x14\x15” mN\x04§\x16–õO×éµ"
  b"\x01Šï‘¿1rмîKI AX"
  b"\x01Žž\x15Û1}î¯SºC3\x1Câ1"
  b"\x01Ä×ûüÇt«©┐ÛE╝*.\x02"
  b"\x01Ä׬®ºs\x11Ø\x12[\v\x10O"
  b"Á‰ïÈ"õIi±WauîL!""
  b"\f³¥œá*@VªSzÍö’‘5"
  b"\x01Äñ\t[Î|\eçFS┼ÅÙÑ┼"
  b"\x01Ä«L,┤t³®Ü\rÉb@{6"
  b"\x01Ž®KÛ‘xQ–#3OŠ"þë"
  b"\x01Ž®KšYrš—\x07CÃüy‹è"
  b"\Ô²\x07¦„AÁŒ6äCáÎz "
  b"+=Ï=kÜCý¾/샬ù\x0F%"
  b"{M_YfºO¬…\x18œ<pðõ\n"
  b"©Ü^Ѓ˜B=±–°¢\té·ð"
  b"nAßÔo]L┴Á9▄ü┴\x11ç═"
  b"É┬\v\x04\x1DýC±ïáıÐl©\v"
  b"'8\x14dCUIn¸\x1AP'’\x1D€D"
  b"ª<¡Ë¶øM¯¾žÈDYß>ä"
  b"á\tNö¹\x02JUž?¡®g\x1C÷È"
  b"Ö[¤@ [NÊŒqg\x7F\x05Ä"
  b"Ê\x13Ñ└\x14hC┼ÅkÄä<7¶F"
  b"ï▀\x15 ì×GBåÚyeÆ´\x0E("
  b"Á$\t─ÅLCÆÿ!ÐíQ▀å¤"
  b"\x12»<\x1D‹‚E\e¯d<_ï/•R"
  b"á wÕY¬Ig­Ò\x07Õ²CÞ–"
  b"¨ØfÞAyB6øò¢Ë¨üFú"
  b"\x14\x1CIÅ°D)ë█└H@¾¡‗"
  b"\x02Jw&8\x08L×Ø-üÎÁ\x08:\x1D"
  b"Žó\f\f9&B2‘\x026¸,WÎŒ"
  b"–á5¦n\rAЕ\x02æÃÉåä†"
  b"¿´Õ}T\x05Kµ±›™~ÙÓXa"
  b"…/ªÅá‘@T£ÄZJºô®#"
  b"î\x11õD­îG³‹ÌqñS\t"
  b"¨ƒ}Ÿ×JFI´ÞOÅÑAŽ\x16"
  b"Øâ¨0Ö\eCÙ¿·í¬ýÿsc"
  b"ÎÞ\x08Z\x02‹DʲËX6~Èù["
  b"qÉ_Gì╝CÞóÐ!ZC┴ûP"
  b"«á*CìºM\x06çs´├Íؾ\x1E"
  b"žm\x05P2¡M‰’˜G®õ`ûÞ"
  b"‰I»OÎ&Iþ«ù¢³JŠ@\x17"
  b"°JñJ0èK╦Åç\x06lhç\x02¡"
  b"\x05Y”ÂÖÚHø®O\x12á·È‹ô"
  b"}ÊØ”ðPK\x06¼\x1F\x03{uj\x1Dó"
  b"=═C{PÑC╠á@#_Þɲ"
  b"î\fõ鼿D\e░èe┐▀Z~É"
  b"µÌ!dñFAT¼k\x16ÚútÔp"
  b"\x05\x0F1J±¢Ö\v\v°ãÚØ"
  b"I¦m:þ%IQ‰þOá(Ž\x07""
  b"¥»Ï(\x13ŽO¿ª¬Vý“\x1Dº\x1E"
  b"N@2<„ D\x17®ÙÚ\x1A¼Åª\x03"
  b"óÝ"JU\x10L9¹¢\x1C—2\x05o\x18"
  b"gÓùrëŽH®¯š¯÷y#…\x03"
  b"™@ë%F›Iƒ²Ó\fÃ;•\x08Ò"
  b"´Ûn…“ÒOÖ¶Êè·ù‚[Ž"
  b"˵á‰Ù\x04Jo»Nkö¬6áý"
  b"aЫÖøÉKu╗¥░ãV_uµ"
  b"±E†Þ1lMu–Æ.܃du3"
  b"?Ä+€øëN„¡Bï\x14•B¿°"
  b"ß\x012^\x04VN\x1CÆ@´\x07jü:\x07"
  b"^åÇ\x08×\x1AKª­ƒšÇžh¶z"
  b"|ùþëÞ5C®„Àk\x02\x14·\x1C*"
  b"ix\x7F¨ìÓBÂ░L:"¯v■º"
  b"žÉƒRUÑC$¿»a\x7F\v»î«"
  b"¼£n“8=BÖ˜Gÿ?Ÿ¶­¿"
  b"â5Ê‘*¸D¢”º¸\x14'KE\v"
  b"‘V° ZJHvŸ\x1Dª]·\x1EÔ8"
  b"Å\x1EíŸz\x1AEµ’„KŠò²¦È"
  b"è┐ë\x1Diı@\x10¡\x1F┌┬─\x05Åj"
  b"wôÂ`Ú\x11MˆŸÚb¸™'èŽ"
  b"&F:?\x05WI2³”˜g@•ã¶"
  b"×o§]\x19.H\x0Eìб;[\x05Ä\x0E"
  b"§Û\x1E§¸ÊM2©¤rÆyÔ6Ù"
  b"\x1F\x08ÿžªeCj¨ ²db%íZ"
  b"Ó\ØE├\x16O·Ä[¿Z■3¿<"
  b"\}Ò½oiLL­íXQVø-\x14"
  b" SŠŸ\råL«€DV±9Ž¯Î"
  b"¹<\x05ö\x17GFÞ°\x0E?\x0F²?l="
  b"\e\vð‗\eÉIMòß¿x'╩ÄD"
  b"\x04†U9Ò$H¹¥|“AŸD‡V"
  b"w²W_evO\x7F¦t4O¡ò ˆ"
  b"ÿ1Ý«“\x04J­±ÚÆÃ&P)Ò"
  b"´ýÐV'7AD‚NÐé—˜p "
  b"a6¼aõÄBɤn\x01§;qéú"
  b"D╣L2¿═J╝åTÇhö\x11Éü"
  b"àä\x0EçÎUA9¨µfÍ­Ž÷¬"
  b"rõ6['ýOÜžÀs+Œ «u"
  b"…ù#O]×L3œrþX*Õ’Á"
  b"´&(6Ø%N‹¼üJ4x°£ö"
  b"\x11e\x14ëì\x1CKîç¤Å┴À\x15\x08§"
  b"Sñf]a®CìÖÊ¿:to­¦"
  b"Å÷\x1D\x079ÿ@NŽyl┐xZ,"
  b"ù\x15\x06ïs»H\x18—5•#¦$ Ý"
  b"š/Ç•\fóFa¶[pìP¶&\x04"
  b"_v3┼9╚A#åØ6÷±cÙy"
  b"Ü\vT8╬·H¡Å¢▒<i\x14/c"
  b"\x0E\x1AJ…–ðN…·\vÒäׄ1Ý"
  b"""
    mä<\x03HRI\n
    ½\x066±░ÐØ]
    """
  b"ÃÀßÓˉEûšë´Ò\fÞËÖ"
  b"l┌}¾ô¬Ae╣è$ÍPrÅê"
  b"F6$7M'NøšÆ—âßF”t"
  b"[|…ý±³O&¬\x11œ¦\x006ëÝ"
  b"”6)\x04âèBE“ÄfFP\x02ö¥"
  b"`™<\x17\x07²B\x19šÜ\x0E\x14g¥dÂ"
  b"Ì}üzúUO€…¥Wft·\x1DÊ"
  b"T_Æwý\x1DBjŠ0*\x17\x16"
  b"_6û­ý%@ÅüƒUâ┘Ý ¸"
  b"╗ ùk\x16¬EBƒ#x+'ÅgY"
  b"ÊCàÝ\x12ÁI4µ½µ\x08\x028S\x11"
  b"§sú‹…IFô¦k\t\x04ë’z\x15"
  b"G\x10átî$J!‡´kD\vÔ×\x00"
  b"ÈWKDºEOzö╚ÔT"¹ßØ"
  b"""
    þµ\n
    hõÈMv–¿©~8n…W
    """
  b"¥jÝT±[Hmú­×äɺÆw"
  b"\x06©\v¥;Nø³jHõú"
  b"g_n\x1E¡XG\x12Ž\x14dø4Æx\x04"
  b"¹„)‘êCBì©©QNb–€N"
  b"""
    ¯Ý\n
    Q0ñK▒ú┴vü─xÈÕ
    """
  b"úÈÄ)\x0E>M~—<PÏÕäìš"
  b"ìÚÄ\rÚ¸OCîÀß╦Þ³óf"
  b"¸­ü¡òéF\x19‰º¼D¹\t¯\x15"
  b"ƒ#;DôH@ê¶Ã#ß*çÐ\x12"
  b"ʨ\t\x15Q\x18@¿’˜ðŨ³ö]"
  b"ÎÉáY\x00$EıîðTQi-'¿"
  b"iPû▄\x04"JJú£µÃÅPñI"
  b"¦ (?XŽKÖ¼rp6„â¬H"
  b"ú¼í7a\fHPÉSæÞ\x18\x13"
  b"ƒT]‘\x07ýKT±¬\x1E³ÿRex"
  b"\x10\x06òXE╔@ıÉ¢\x10.Z▄HZ"
  b"nœYô¼¥@~´‘–w»õ\x12ì"
  b"³¨“¢Œ%JŸš[­Ô±ºè©"
  b"-9¬\n}ÑF´€ß\x00\v/¦Y˜"
  b"\x01Ôpd\x00¬Bñ…Rˆû,%,È"
  b"‰V;ü®\fG/³\x07+%T¶‡Å"
  b"\x16¾‹hÌÆC\x06˜\x19C”X\x15Ýa"
  b"p'\x1A~Pø@²‡áò¡ZWí¼"
  b"ãZŸµ+öHš´”IÝS¥~\e"
  b"è!Ø1\x15¤O┘øõ1é\x1D}┐\x03"
  b"Þ,µ®5DFäë½╬=Å╗\x1FE"
  b"œ±õ·Âz@n¥®…m#â8k"
  b"¬|­Þ\eñD¥É& *áØq}"
  b"+8³G©¶\f\x1CéPÎAT"
  b"e›\x1A,þ†Bá¥Úfð·ƒñc"
  b"ç4ëHlCGC¬üÁ▓\x1F└R¨"
  b"m\x02É7(█JO╣ƒ¹┬╝áøz"
  b"\tîE_#\x02F9‹Nu,Ø#•Œ"
  b"Íþm+UAM·¸ñ4|CC¿L"
  b"░9\x07R*ÍCu£¼Ø\x03\x02▓╬"
  b"•Jý\x043öJ\x05¾\x08ƨM@\x06Ä"
  b"\├«l‗ K┌│ù70Ø\t\x19Î"
  b")&¨K®{GU ÛqjoÅš¨"
  b"âFóø@aMn¿¾ÊaVú¾,"
  b"U¥3yUâF³ˆ á‡uâ/ã"
  b"/ÆÁçwvN\v©©æû\fàZ|"
  b"‰lîÚ÷5@”€dè1ÒVj…"
  b"Ä©úÝŽ(A-‰ïóÛDÀr\x0F"
  b"ó#]ó‹±Kã“\x06\x0F8\x05imú"
  b"×”¿\x18FŽ@È›Pt›¦&'\x1F"
  b"y\x10 s‚\FÓŒ‰\”]]\x1Fë"
  b"\x01\fþIHl¡ê\x03\x7F\r;"
  b"kŠ“M"~E™‡èóÄŽÓ8\x0F"
  b"¯▒2H┴·FXë\vyÐ▓ƒ¿Å"
  b"º6\x16$$aCººýfž`ûšã"
  b"\eÐùI®¸C-¤ÐWm†zÍ'"
  b"8õÅÑ┬sD,׿\x1F┘▄uq³"
  b"Ü䥽\x03\x19@< pÖ@5”\x06\e"
  b"Q╚▒\x184VOûü%&Xþ¯]]"
  b"\x01yi\x02\x1EtDª¨Ò=¡á\x00\x15}"
  b"ÏaJ\rV0I!ªÚ‘v©§¹?"
  b"\x15.ýÅDµŠiÞì\x19°!£"
  b")Ì╩\võhF¸Ø)\x04\x13\x06═┘"
  b"ÍØ\x00é\x12ÅG\x1C«\x04Íl¸>­y"
  b"cÆ0ñ?Ë@´„…ºIŸAõï"
  b".[·loÛH`‹/fm\x041´¼"
  b"Hå $_ÝD»€î¿kåŽÇw"
  b"2×ÄüþÑEãò▀nµî)ï'"
  b"ÝÊ.X†öGö£`Ò]{¡\e="
  b"æ\x00\x07\x01ЖIÙ…c\x18\x04/S\x0EÖ"
  b"ôPàÌ\x061B\x07§ÇèáƤ¥º"
  b"<\x19õ\x0E\x01AÇ¿ºÚ¼äI"ª"
  b"\x01\x1CšIj¢E\x01™Œ“¸ÃH¶ú"
  b"ÛcúøËnH\x02•ox£¬Þ‹ƒ"
  b"ÓCH½Yc@–“½s”3Q\x06"
  b"´²3‘%\x14B>³÷¥Öá\x17\x1D"
  b"ó|\x1E¹‰¢G鱉Ö'rÒÑœ"
  b"\x18\x01¾1#GL†²×í\x1Cê\x10·!"
  b"\x0Fw\x15ÝüšHÿš‚ú~góùÓ"
  b">f³¶"¹FºŒ;‘i[D\x0EB"
  b"µq52ÜSNÓ£ì \fîÅ\x0F"
  b"]ÑöÇÚJMv‰)\x03ý{\t¥\x06"
  b"cýñD òJݘf›?Û´t4"
  b"ò´ôD½ÅA\eÄøuµîV³!"
  b"ðŽh\x17üÞF¯ %Rƒs\x13+n"
  b"ççJ–§\x18CÆ…Ô+—¥ª\x1C\r"
  b"Å╗XiÇßEîòNª\x04\x06I"
  b"¼‗\x1E4╔ø@}Ø;é\rÌM=]"
  b"œ\x17ÿ‚´"G?ª§]A¯ÀS\x16"
  b"U¸¶ºâ\x7FE\x7F²¡YÔa˜Ž\x0F"
  b"JKtöì‰J†±ä%5µf[Ø"
  b"\eu\x1CN9;Cúìm:\x1A£Ù\tÑ"
  b"3¿È\x02oüKÏ :x¸p"\x01 "
  b"³5\rtÉéG%¥ËÌ┼Éb[q"
  b"¼g\x18ÿ\f\vFȲ.0y×ͱz"
  b"™Œk¤¬ÏL-€\x08ÐSr¨t/"
  b"""
    îﮞneN\n
    žïZΟë¬(
    """
  b"6ŽçÿàµGæ»\x03Föl~ÛÔ"
  b"ó¸\x04-61O\x01‡K…AÝh·’"
  b"\x00/^\x7F=lL®ù¹»w\nü3l"
  b"ÉGÍæ\x14└K7┐zƒÞ¸õÅü"
  b"Ê­ê\x1Dá\x12MbŒ³\x06ÄÓLÂê"
  b"Óg\x7F\x16\x03ºDÄ„>ÃfÞdêÞ"
  b"╗ù£\x10N E╬ØXßæÖ=\x11+"
  b"6sûÜç°O0│ÝçØÔ■\x1F"
  b"œ¡Øg\x1D\x10E\x11…̪O\x14ÝRº"
  b"b\x1DB{ž~O„†<.ºªÛ\x13N"
  b"€[‹užKLi²\x02\x04~›ð­)"
  b"puÝ£8”Fׅͽi[b÷“"
  b"ˆ*» \x13¤L&ŒA•2Ud.\x16"
  b"•µ*дyCñ¿©u?wGÌ\x08"
  b"<¡Y\x1ED¥AŽ¸\x16Ë7ò\x1E‹t"
  b"$AwâÁ>Fù╝Êwƒt┌Å1"
  b"\x1AG‘Ñž,D¯°ê‰m\x0F\x1C\x06u"
  b"´èqlVsA┌░Nó/ü\x1D\x07»"
  b"˜\x1E_rÀœNñµðå#W8~W"
  b"Ãá_çeÂL?’*támÞF\n"
  b"iÅÖi1{E║¼4ñ©¶4Ë\x15"
  b"+pG5mÀBY¡Kì³yµ*¶"
  b"+&Øs\x7F1L\x7F˜\x03òQ—„[\x1E"
  b"ZäÆtdÎC▓Ç\x14ú¥Éð\x06J"
  b"Ò‡/\x15¥ÍLÏ›oxù\v¾®U"
  b"ì┘WuéÀNõªƒä┬(SÕ]"
  b"º\x0EM}þìASæõt└┴Ã\x1D\x19"
  b"""
    ‡ç¡Å\x17H&£AT¦1\n
    ã™
    """
  b"Y‚w×ábNÞ«Ín9Þ\x7F\x05Q"
  b"È£åŽÍJF¼¡Ã\x7FæSe\x14"
  b"‡Ì¹Æ§¾CJ¦ñ‘\x18å…\x08\x05"
  b"E\x7F ¤ö\eIS¸ /\x07#1cì"
  b"¨Ök6©òMh½'\x07œº·»ž"
  b"á.÷<\x01uJ~ä®┘Ø\x12+jM"
  b"\táÅH\x10èJ-ůe;┘p±\x13"
  b"Ì\x16ÚöPPDŽ¼ §­të\x07\x16"
  b"\x02\r╚®ù@8Éæ«5£\x05Ý\x16"
  b"ìgE\x11\ebI›¥ö…# o¶¦"
  b"™‰d¶ŒÁC•¼°$¡q\x19"
  b"§î:`CTHÅÄè\x00╩`Ê(¯"
  b"«ßíé…ÔD\x1F±VLÕ\x10\x17"
  b"Ê“\x11AóŒ@Ú³O}ÿ¸lì¯"
  b"Á\x1CâaÀ:B\x15»ÑœgSùy°"
  b"Ïù\x02\fšôDÿµ’Ø+œÕŒ°"
  b"=|!Ð ¾@:¯5Åá¹àf "
  b"ÌŒ8ü9DG\x06²C‚^Ì,\x1Fð"
  b">\f£┘▓hCÅå!Яõf.S"
  b"7d¬£Ó\x01D.¢z╣ü¡)|d"
  b"KKlı¿3Gq×?wìK┬ݸ"
  b"\x03Øÿ-WõAX «\x0E¿\x04Íâ\x11"
  b"ãy\x06$pêOÅùî\x1D┼Xºû|"
  b"—¤\x17@Š:H\x1CŽ2\x1F–s[¼Ô"
  b"¢‘3f·hGj£%‰®Qs¥Æ"
  b"(>¾Îž˜Hk°xM+ç4èÚ"
  b"0âȤ‘DM=°+°\x14kÂ"%"
  b"Zø=\x15âWCuøØ░┼VI¯©"
  b"ÓPB2B^@Ó¡“wår:ùY"
  b"¸\x14i“o7I\x1EŒ”3±4 Yð"
  b"#°o($ÄGĪºi`t¯&ñ"
  b"Üü‰ðE#D=“¬×x÷uÌ\t"
  b"'@\ewì.Nuú┤Å┬w└Ü´"
  b"d#ö\x03╗4Ne»ø;cùŤÌ"
  b"ì*vùÉ\x08@\x16\x0E\x13\x15Ƶ"
  b"R’ÈñnIΪx¾z.ñÏ™"
  b"·¿\etëL\®=P\x03\x0E "
  b"\x02i\x1F@2E╩╝Å\x1EæWvƒ\x1F"
  b"0ßÂ?šÿAçŽeSÑ\r±û½"
  b"ûâ`êÑŸD˜† Î¶?þ.p"
  b"òïü\x14\x13\x00@Ÿ¤ª7öÒˆGZ"
  b"y£%lVíC>¡êÔ§{4#\x02"
  b"Ÿ[Áyj\x7FMOŒƒtv5Ô–°"
  b"\eŠ™Á>ƒCÔŠ\x14onßÄÅÀ"
  b"þýRñœ~A “O®»GæÚÂ"
  b"\x1FŒ²aÆÿJd³¸™N&m\t0"
  b"ïÞá·P\x1AH\x07ž.S[ØX)\x1E"
  b"ØZ\x15k^0B└¥éÎÀÙj{\x01"
  b"Yà4\x01í½Luˆ„š\x054\x01‡#"
  b"6I\v•?ÉLº\vJÀH«\fb"
  b"x!¯?\x0FÞC¨µä\x13EèTv_"
  b"ØA\x1EÿÏWL}¯SR\x03ÖìÇ\x03"
  b"7-5\x19²-A׺´Ê€ˆœ³8"
  b"U/\x1F\x1D=»EÝ╣yôÂ┼ŃØ"
  b"X·dŒ\x00\fIÜ“\tP\x13\x13\x1D\x1Ab"
  b"1.ôàþVI@½\"þ¤ê\x05~"
  b"¬\x18ÇAŠ4Iì£!X³Î´ÂÙ"
  b"""
    é\n
    )ª/BÄ–õ†‰"=\x0E©
    """
  b"\x00§\x1DTéA„™Ú\x16•®qí5"
  b"bVó╬wÐFì¡\x08╣ãÿjZÐ"
  b"ÕÍûO\x046OA–\x13çòª~%À"
  b"üÑ<{_0G/┐²B\\t¾.Å"
  b":aG…x;Er‹\x01 úêh.P"
  b")6èÏOWLñ™¥r6l#÷É"
  b"›Þ¦+\x19QE\x7F¬ŒÌ±—héÑ"
  b"ì:ô\f┐[D%┐ì×╣,=_├"
  b"ë\x0F\x1A†²‚H~µù¥Å×}î'"
  b"║s5?#áDnü┬Ï#×ÿiË"
  b"¡rt\x04\x0EJØ’X@ÖÀŽýÏ"
  b"ZuÚ_'­Kc®”\x06\x12\x07}m?"
  b"´\x1CT\x0F\x15OU ‘*+'š[C"
  b"ç#-ŸÑ°@€°¹®ÔQ?È2"
  b"å®ú¯ªVL'»ÔMѪ\rŽ¥"
  b"ÇhÁ\x00│IHá؃Ãó▓wl\x0E"
  b"‘ªŒŽ½+HÊ…Îö2çè&å"
  b"Ñ3\x14^.-Mx“5É£Ò’\x07Ç"
  b"‰ö"Å—·D¹ŒûšêåR9J"
  b"û1>D 5IЇQ\x0EÜ›\x06òI"
  b"³c\r\x0E^kBͺ‘\x1DÐ\x15ÄX\x19"
  b"""
    ▓ü+1\x1D╠N┬çYHÄ\n
    ÆõZ
    """
  b"¹▄æiY▄N\x1D¬SòEÅ\x02"
  b"Íe åÜ@I╔ü\x12├´I\x0EØK"
  b"\x17–4šî×O\x0F³mÃ\x1A\x0EG؃"
  b"f·IÕ\x04îE†œïu\r\x02\f"
  b"I\x1A\x15f\x1C\x05L£çïÅPÁ\x06 h"
  b"Þ¾ºÜÀ¼L\x03—e\x1F&¾H!<"
  b"┐ã╦\x05\x02[E\x06É\x15T¦|Ô┐f"
  b"&þRì\x16‗L\x14ä\x1C©üg'´u"
  b"’"l8\x1EqLØŽÐ|chu£œ"
  b"┌┘¢oÂ\vO\x18É┌¿p1îz░"
  b"2Þý(–îO²¥\r79<\x02÷p"
  b"""
    [´█\x13\x7FèC\x03óƒþ0\n
    øfü
    """
  b"\x11<kùüéF\x1A‹W‹ï€5\x00\x14"
  b"\x05ÌNTœåJ¯ž¸„¬\x15לÒ"
  b"\x19\x13”HEJH‹ùG¥Øï=Í"
  b",·ªkÿ\rNæª\x1FGœ_Ò×s"
  b"BJ×\x045ïA\x15–8rƒVßRH"
  b"L¼;\x1F½¡@·œUÆàd[†x"
  b"sd£}vbL¦ªhƆnY\x04w"
  b"ü\x05C#&çH¿à\x17\x07{H+"&"
  b"""
    †Ê\,¢\n
    D­Ž¬Ç\f|™[l
    """
  b"‰—\x1A¡½èM·–žfQ`õJ’"
  b"èü\tÄã\eAÕ¿\x001C║ß┤Z"
  b"ùyƒÍ\rùJÌü´¥µç║ƒ¬"
  b"Ÿ”\t’4\x12Oá…\x15\x04\x12ï2Sl"
  b"®m%`¯\f@\x1Aîì6gæFÔR"
  b"°—lâ\x04FGn¦‡l©z1µê"
  b"ÃÞ\x04ÃÍùAÀ¦¶\x0EÁš´\x06`"
  b"Åå©o\r'G·ˆfž¥õ\v^j"
  b"ùzÑ&í\x01GLƒ :‰õ·";"
  b"\t„&\x05|\x04E\x0Fš”ÐЖAçŒ"
  b"\x14Þ.ËÙøLKª\x06ï\rÁ¤=Þ"
  b"\x1F\x05K\r„VAE€Ìݪ…ûbÑ"
  b"$Ú»x–!D\x07“<’‚\tJ±W"
  b")÷ÜK~TB¨‹\x11\x1Di”S…b"
  b"+i\x15;ÍÛKhˆ…y\x05Î\f Ö"
  b"ECc╚\t4N÷Ø3µ®\fæ²Ë"
  b"H|>·Ñ\x03B\x02«DÒÓîI\x1A\x01"
  b"Q0);­\rO\x19¿zj}€Š\e."
  b"T¸¦ùq§Cθ\x1Fœ `ønµ"
  b"ZÜÞjÎ&J+œìf–›ÅõÁ"
  b"[œwÖ¢ïCg¹mEÏþ»c\"
  b"c$>\x02ØSI¡›\x07¥Â3„¢H"
  b"jsó•“<A\x04¥æ+3\fSÀ$"
  b"vW9œ8ØC\x0F®ã«\x12¯~6k"
  b"}f¨LT×D¸†×cR\x11É°\e"
  b"•ò\x1E h\x19C½¦Ð˜ê¦ÝÞ\x00"
  b"░'\x1E\x1EL÷ì‗\v«ûa¸\x0F"
  b"""
    ¼)®ôââ@t—R2\x08œu\n
    ø
    """
  b"Ѫ]E˜ÊG&‰¦\x0FœÜ_î¡"
  b"×¥**»ËH›ž‹,I~·Èx"
  b"ϸϻ©\x7FA7öR¹╩ôéØÁ"
  b"þ╬┬Åèz@'░}ÌÚó$┼█"
  b"îÖl\f\x19éGi§Ïê³%!|X"
  b"òp\x1E¯ «D\x00ˆJƒ\x039±X`"
  b"ö@Š¥3CCú¬I\x0E\x15Ìÿ\x17©"
  b"&šÄ»ƒÚOQ´m¢[t·#h"
  b"+ø{ü]>Géñ¾£-á©k:"
  b"7cÇÔögBîØ═\SHf┤\x07"
  b"K‰MÃ\r`D–´ð0Ÿš\x14\x1E£"
  b"k©–IMºC\x04¢ìŠ\x10\x12ôã½"
  b"o}\VM”I_€îÇ®óéáP"
  b"x\f\x14(<ûMá–`þ×L‰¶\x0F"
  b"“6¤o"ðIx„SâÝñéœè"
  b"•†‚­L$L\x15º´¥l[\†\x1F"
  b"ÜئâghB\x03ûêFÉÓ└╠D"
  b"¾ób\x0E\x7FÇO–¾¢p\x08\x101\x04Ã"
  b"""
    Á´oºÔŒFiŽ:X\v\n
    ×Ûì
    """
  b"ê—{6°ŽGʾ&TLÁV\x1DŠ"
  b"ü[[àä¿M‘–J—ÍÝäØ"
  b"""
    \n
    ‘ðœ\x01ÚMº¶‰Í*“ÅdÊ
    """
  b"%\ "[„Nã ›\vÔÄÆúø"
  b"¿"TV+ÙMHü£Ê╔K¥\fã"
  b"óÕyŽ¯‘@ižãƒ ™SP¢"
  b"!\x02<\x11\x11áAò¢3™5?3“Š"
  b"®e¢óu“BJŠÏºÊí\x07•Ÿ"
  b"ÂM\v\eHóK»»w\x0FŽô³\x03s"
  b"Í▄Ë·§\x1D@RɬÂ┘É1¯\x18"
  b"à.;I¤ùK§ \x13ˆ…n ˜\x14"
  b"¶¹\x00\x01ú KFÉ\t¬_▒õ±h"
  b"j¹sjÊ)@p¹¦»“ϼqù"
  b"€äxòÀžA(ƒ(\x13Ø)’£©"
  b"ê/Q¢┬╠N\x0EªÕ▓4#]\x1Cü"
  b"ÖI|\tå\x01M\x1D¦Zú¥F®žü"
  b"¦*s\╣ÁN~ÉÊÒ\x03|·iG"
  b"áÇÄ\vÅõB\x15²»öcz\x11Ÿ›"
  b"\x01Šõ¼†\x1EpyŸ|55gó\¸"
  b"5═\x01┼·?IóÅ8\x0F\\x02ß╠°"
  b"ÜÕìöþ`O┐ÂaÒ¬S@╔\e"
  b"Ø|ioE^G┴öy&ÓQ¤9\n"
  b"\x1F\x14╣kACÅûMò¥ÈÕɳ"
  b"D\x13Æ€yûJ@œ©)x\x00Ég+"
  b"ø~þ?5üLÞòÙU░ÌoÌ´"
  b"×À#╠:pLÑÀÍØÉ5x}\x11"
  b"P™‹Ù2\tJtµÖ\x13@6%\x0F¿"
  b"¹\x11h┘óhA2à\x1F»Ó╝þ\rÉ"
  b"\x1E\x1E´íå=DNìÉÈ&ÔXGö"
  b"\¥P\x13ÎÜK¾ž¬\x00jŽ¢~¢"
  b"jü1Ž5rHןåÌ#a¦\x1EÀ"
  b"Ü█ÉònõOÚâà\x12t4OÓ3"
  b"\x00‘«„hTD†œêêó/;\x07ü"
  b"V…û½\x04ÄG%”¹Ì@\x07}MC"
  b"""
    W╝┐ËÌ`CѼóØ#\x02\n
    sn
    """
  b"j¢ãê¯oG*°„97ÍôË "
  b"\x01ŠïºÁási”PÂ)èš\x1A/"
  b"ܶŒÙƒ…KÌ¢q\v\x06…ÅŸÍ"
  b" ¾BGÏ­J3¥çÛ\rGc˜\x14"
  b"I{Ö~ígCc\x102)ýî"
  b"ZVi\x1C5▄@╗ü«äÛh¸╦\x14"
  b"odâÈ"ÐK6§RÔ˜ËÎWÝ"
  b"\f[çƒû¹D宨T¸&˜+Ý"
  b"ÝXÛ€LsBm¶X\x07x^½ÑÜ"
  b"dzÉßÁÌK««\x7FèÚ`¿¯\x00"
  b"·)=É¢fD`ÆÎÕ©â®7S"
  b"á~Ä.Ç<L£ Ã\x043…âKÕ"
  b"\x19WŠÉˆôEù¸EÏ]‚\t"
  b"""
    í╣åç2ª@┴óØ\n
    ╠øÊ╚È
    """
  b"¥ás%™©I\x13€’\t\x1CQ\x01"
  b"▄^J$Û`N&ç\x1E╬╩¹Ïü¦"
  b"""
    ç²ÄyÚ$@î—7ÙL\n
    Õ?Å
    """
  b"\x07\x08š²–ÂA\x19¿\x1E¯‰=Òb\x12"
  b"%Çâ0/³NÞ’§¬ë3»\x06ˆ"
  b"T”oãH“Gð›»\x1EÊ\x11Xÿu"
  b"\x01Šõc9Ü~Š¡¸=ì\x7F_p6"
  b"\x01ŠõcÅ\x04x\x12£GÉ80¦‹o"
  b"G\x18▀‗3íN\x7Fì─a&\x1C├┬ë"
  b"â┐e\x04d½NÑùÛd>Þü_\n"
  b"\x16L’\x00£ôN¢®­Þþ(˜6¦"
  b""r\r¹&▓O;àÅd▄¿3~ø"
  b"?d_\\x17îJáµ\x012ÿÚÝÜt"
  b"]┌I\x03\x00iA3Ø<┴|┘&░\x10"
  b"hèq™ª%G\x12ˆ˜šë‹Dõ2"
  b"mØ«Qu¬E'½#·®\x0E!K©"
  b"ä;gû\x04fJ\x19·äÔõwÇ5Ñ"
  b"ïH4#DhMŸ¥®\x07ä\x176OW"
  b"ß*PL:'E¤—yƒÕår¢®"
  b"\x1EÁP[┐D@¬óûËþnð\x1CÉ"
  b"$²$\x00`qEü·\x04,\t½R;\x1E"
  b"]v’Ç9qG0‹ÖN˜Ý £^"
  b"7Mîu“LЮVzךm„K"
  b"´*ÓSå¹O£’]‹-=×'ï"
  b"-Z/1e\tH©ìPC°M_ô¶"
  b"çbäçééD½›5¡\x11Þå(2"
  b"WÝxµ€D@½ƒˆ\x1CÚ¾0èŒ"
  b"$÷ú¦┴²KËÉ=║UÍN´º"
  b"G\x02Å#2PL\x0E¹~Èqùfì\x1A"
  b"\x13bë:\x08äNQ„õ§IeI“e"
  b"\^R▓×ÆCmÁØ(\x7Fý\x01┌@"
  b"ì\eW─8óFHÆ4ø¥û╔WÃ"
  b"ì$Õ]:¸Ao¡P\x1Aø`ÿo─"
  b"“¨’\x02’¨J\x03´{B¿N¡Rg"
  b"£É=®Ä›HÎ’À\x19å»e|†"
  b"߶\x19\x1DÚ´I¦‰\x10š„\x11Huó"
  b"\r$©┌ÓØDy▓è\x1Dm2ÅHr"
  b"NßøÝwII\x17†||ú¿„¿g"
  b"fþéºÃgOû¨\v¯\x02ÒMxä"
  b"▀;\ef#¯I/Éé¦|8\x12"
  b"ßfü\x11\x17²F3¬½[ú]|VÀ"
  b"à\x05½Q\x18óBWºÎpì\x05\n"
  b"‹FÈ­‘fO£œ¥ŠåTÊen"
  b"2=ž*ùüI²¦Î‡[T–\Ü"
  b"—–j}l‡I\e¨MZ\x15ÅÞ|½"
  b"®ÚMn.ÐA\¸ìþ®ÅÖ\x1CŽ"
  b"\x04\x0EUqÀIùÜ┼ö_Zü\x0F2"
  b"Èú©┘SûJyÅÒk;\x1Ex<─"
  b"\x01Šï†k×p¹†0…¶‹ÞÁX"
  b"\x01è´Æ%\x12|ýòØs¾ª³î┤"
  b"\x01Šï”“\x12\x7F\x01›É\r>8l®4"
  b" o%2å!Hñ¸\x124qé\x17åU"
  b""}\x15\twýLûåØÇ\x18\x03\x19""
  b"""
    ["\n
    §Å\x0E@‘™¤\x01ìŽ\x1E\x1A;
    """
  b"Ö5L¯óEL´âçƒÉÇ©Hr"
  b"╩ì¢s_ÝDíÿ╝è2'&;Á"
  b"ÎÖ\x10‹Ï:M0¤é\x14ì*‚G\f"
  b"ôÔ5‹£âBåŒ×4»íŒ —"
  b"\x01É×*z\M\x04¥³%N|*Mp"
  b"K2h”6ÜGÉ™è(šáúÈv"
  b"É-JõóöGìñ?hå\x17O\x1FÄ"
  b"¥ìxì¢\x15H™¦Nú\x052ߪ\x03"
  b"╝Ñ\x04L\x16ØB½©║õ³\x08*\x1F"
  b"\x02Â:³”\rGί\x00\x1AN­…¸"
  b"\x12(­18øL'£‚dáê¯ù¼"
  b"\x14P¢Ôþ•Kj©Ù|0d\f\x19\x15"
  b"\x14âÝb\x03bH\x10× Éä\x04\x05"
  b"\x16\x12õiåËN+¦ŸN\x1CŽ«•X"
  b"\x18ºÔy\vJM"ªjØæ¨ä)p"
  b"\x19õÿ^¼öHi‚Å·•„çÛ\x18"
  b"\x1A\x16\x15I\vøN\x16†õ¤,î£V\x19"
  b"\x1C\x00"hÃëE\t¬Kj\x1DÙ¨Xs"
  b"\x1D\x16\x1A¥Fo˜‚Áô¨+%â"
  b"#Uáv`>GØÀ\x0FÓá(X~X"
  b"&-'ÑRÉBçå3¾c─\x15\x12ä"
  b")ûPµäFJN—ô!+c†\x19´"
  b".\x0F9>\x0F;KO¦h<MÚk»š"
  b"0?ewŸM÷‰L0€Ëù\x10£"
  b"8¬}ÎôCG{€ïÅð™)WÊ"
  b">\x1Dê!/¼LQüg¼\x023/¿ö"
  b"@V&@-(N\x01¶uÄj\x08†¹Ï"
  b"""
    CºyçkýE\n
    ¸Ž‰0f_¿†
    """
  b"D\x1D\x08üG(ÀÇ\rÓ¡þÜ\x1D"
  b"E^\x1ETU%FÙ¨_6¥„D>]"
  b"Qx\x18!ƒÎLÉ£\x08¸Óä³L¹"
  b"Tû´y\x05¢Cµ’â!ÑÚw=Œ"
  b"X\x1Dn€O£G‡™¹\x1F¬JbPÏ"
  b"""
    X°°w\n
    ø@`«Y\r\x02$Ù8U
    """
  b"[\x18ü¸àpC]ºÿB»å%Œ}"
  b"b•‹rjõH\x18›©ì\x01áÛÉJ"
  b"eýJG?WB®Ž²¾°^¨ò³"
  b"hŸŒ•-P@\v¬‹6PA\û½"
  b"iX\x01\x16Ž´OZ—¥Xš'³@Ò"
  b"‚Ê\x16–ß\x1CE`ªËÈ–´ªFP"
  b"ƒ\x12YõÐ\vD:„yvÒ) µë"
  b"‡Ä¤\x12\x06ùDìŠ8´[^Ÿ•\x19"
  b"êj©GÄ\x17NlØECIN¤\x08$"
  b"ŒÐÌz7\fH„¿ü\x10ß¹¼M\x08"
  b"ºÍ█o\x191O'ü¾P│\x01╣╗Ã"
  b"°Øµ\x10àSF5˜î95£ló¤"
  b"·\r–`»—Ež»%êaC\x105\x1A"
  b"º\x05Wð%áJ¸›\x18\†©¸¼\x16"
  b"ºÕ¿#~âHm›53]s\x02·>"
  b"»»\x05˜ÛhKA´Ý&DÑ\x07V:"
  b"¼\x13\x05Øz³H3¶CB“èbz¼"
  b"Ï\\x07ùRšB\x1D\x1Aÿ%¸?u©"
  b"Ö”š\x1C ¦Mi©PMØ@ Gä"
  b"ÖÂÁ\x0E˜PJ„‹qú¬AZg@"
  b"×s›"¶á@P€‘\x05ÈBò\x0Fì"
  b"ëré,]@BN·zS;ýüîÝ"
  b"ø\x1CJÇIÌKžœlºGs§ç×"
  b"ýWÓÚ3ìDCž\x13Ð!êÝï"
  b"\ežú‚uíC¨ºÍ,뚬$¸"
  b"àû\x0Fvös@&”ZÒ°Ê\x12ˆÜ"
  b"0Â<,—3Np«\x7FwùÎ× $"
  b"×é┘\x14bæMBì±A®Ô-Ã'"
  b"„—wi¶ÉB”‚NU{Šžïç"
  b"?Gòì╠HM\x19ôÁ@Þõº[2"
  b"\tÅ)gÌ)NŒže5’@²J±"
  b"Ùiá▓ã|Oo│©\x08aÉ[í\x19"
  b"\x1D}\rÞy«O1´¤À¥Ø6i~"
  b"!ëÑ17…@ü–µ;\x0EŸ5Ö•"
  b"\x01ì┼ı\x15QvGÄO\x19╠▄ïê\x11"
  b"<"Wí¢fNMž£LÍ%õȯ"
  b"Œc\v¡I»Gà‘V½NþE¿J"
  b"\x1E=VP÷¡N¸ŠÖFάéÞx"
  b"¥ºa4Î\x06J®µx\x08@4ýq§"
  b"¸­\x1EÒ$JH\x07±) Ÿ/ßg¥"
  b"jAKØXpB\r´u•\x08›ÝÜH"
  b"\x00Q┴g├¶OÓöôÐìè~Ìu"
  b"ËüíÇ·▀B©©\x07‗}"M\x07\x02"
  b"\x00ÏÄ1¦ÙB¬…\x1FÀ0ÞqŠ\"
  b"\x18 w+\x18öFk’ÄÌB L‘ó"
  b"\x19QÂ├NØD¦öT\tÊ|│ºË"
  b"U\x1FÚg1oEë‚\x03­aðÔ8Í"
  b"Å!─®‗\x00Ié»s>╗ù│þÙ"
  b"-½t\x11{&KWÆì1À_`Ô│"
  b"'\x19=╚ÅKI╠½╝$▓?\x1Cú\x03"
  b"j H▄ØuC\x18¡\x0F\x07£ÄÚ§└"
  b"ÕÕúä│hHpØMÂå│*ç■"
  b"\x07AíE\x01\x1FOÉ×%Ób■\x04ªª"
  b"PŸô8\x03ÕO%®ÁÙÀ4Á6X"
  b"¨y\x16\t\žLX‘vPÆ\x1F’2Û"
  b"¯ìÍæ‘bMS”uð_ê¡)t"
  b"""
    \x1E‹Â\x17\n
    ±GÌ»oLÛnGMÃ
    """
  b"\x01‹Ø;]Ny\x1C¥§YT¯à\x18ã"
  b"H\týØ­£Eæµ)U?7\x10÷-"
  b"•æ´B]ûEö™\x1DÚ÷ä(´\x17"
  b"äÝ¥”ë-C\f¤JßP¡áfk"
  b"\x1CB.g9A0”Füæ\x1Eaî "
  b"Òò~ük╝L)Ĭ*ߦFT¬"
  b"""
    \x03ÑŽï\n
    ·Kö•±jú\x1D‚2\x1A
    """
  b"\x15_wÁ̃J>ŠÉh\x0E¨\x16Ð["
  b"¥Þâ`\x01úN ­pA\x03ÿ¶v«"
  b"|ÙEMN┌HVØ╗ÿsÓ▀\x0FÉ"
  b"""
    \n
    WÙÞÇAí§8d\x03é ¦.
    """
  b"¾ó░ì÷ÔHìïæ+m\x13©‗%"
  b"ÁW\x00Þ\x01\x13H€€\x1ARHÂÄaá"
  b"\x19>ÚÝ×üJÈ›Üo9ä/Gy"
  b"ãKN£=¸M¸äªbÿ2ì87"
  b"¦/»±ºBHE‹^é„9%FB"
  b"uUË\x04Ë\x1FFŸºŠÞ\x0F\x12c’^"
  b"wxÊ‘læGωæ]ᢾ8\e"
  b"Z:*x&\x0FM@±m‰Y­°ùå"
  b"·A¾Ú,»ESŽƒ æÙ\x05.j"
  b"\x18n¹°:QAá’ï+Ãfz”Ï"
  b"1…U¸7!L}šú6\x17ÿ6r*"
  b"29æ\x14Ñv@\x1C©VC\x12\x0E$"
  b"O\x077Ï÷ðN»¯\x0E°aIh®e"
  b"\x04\v«(»sB·ü\x08]äe¯\x08ï"
  b"'U”\x02NHK‚@\x0FÍŠ¨-Ò"
  b"è¬þÂ:Z@źTçıÅ$É5"
  b"þ±Ñ&|yB¿“ñè\x12w•\x1E\x10"
  b"ëœÇH±\vH€ˆÐù=›»ç\x0E"
  b"¯¢šŠû\x01Dï¼å¦í-6ô8"
  b"0(ìs▒BE╬ëê\x04\x19­$Ïe"
  b"øhØ\x00\nÒN\rÉ\TÅCå_\x12"
  b"†àƒ©6.EÒ¬‹Y+þfj\x15"
  b"Cì4<\x10ýBñ—?sa^X*F"
  b"²?éu,>Cƒ“åŽY¦ÐV'"
  b"ìŽ=ïî0L=¤7\x11\x02\x01"
  b"À\rq%JïNÍ°B¨:TX¢Ä"
  b"\x06\x19ÓzOm‚lnì2¯év"
  b"†Èü.0Ž@K¥Ãô¥¼\x1C\x03q"
  b"\x08ÝoÉÌ╝IõæøÕK}³═\t"
  b"¯D§ãW\x1DHûüD)Ð▓ÄV+"
  b"3“zC9WCÿ¶Ù–€K¯Â;"
  b"½ËùýÁ~G¼ƒóGÈÑb™)"
  b"=)wÅC\x7FH2áÄ\x08ÆÀRÜ\x01"
  b"\x01ï©~ж|‗ûÌUÅ8│F╩"
  b"§\x02ભ\eA¦¼“xÂÆIÙ("
  b"»Û\x19\x0F\x1A¢HÉ«I╣4\\x10Fh"
  b")Ê·þâ\x05OP”Kh“±v4n"
  b"@{║\x19\x00LÅÉ\x02^\x1D!!^A"
  b"\f~b\x0EIVH‗åç\x03┐>Lüù"
  b"A„Îææ@G‡"’o}"×7"
  b".Õ<>EBOÍš\x1E\x10†€Eàf"
  b"WÇHØÄëNP°ieú÷êtï"
  b"[¸═`MÛD{ïì\x13û7╬ëâ"
  b"z€I‹\x13lEµ¤€ƒ<\x0F‡/¶"
  b"\x02-░êD┴ìù=ÏÿÎa±"
  b"¨ä╝)#BK[üý\t\x0FR\x16ÙL"
  b"Œ6§ßò]O\x0Eˆë­Ø\tšÆ5"
  b"EI╣\v\r6IÝÅ|\x12\x12eÞì"
  b"3È­~Ö\x14Kõ›Ó*™ôñÖe"
  b"{Ië‹rëCW¾¹ ð—“'Â"
  b"È\x17ÿ^kbHx»ô$\x0F—r{U"
  b"""
    ßßÝæiÐGŖ缜\n
    -éå
    """
  b":f1„\x0EÄJa§b¤Õ„°Â\x04"
  b";ü«ñJÀ@\x0EÄü\rP╠┐ùs"
  b"ð…˜ÿ\x14Ç@ß³§Î©\x07‚X¼"
  b"ÃÀâðp\x11A)É║P¹ò-█S"
  b"\x10├7ÕH\x1AÖ\x7F\x1D¬WÊ©h"
  b"’oøm¾\I×–â\tuD¦dÞ"
  b"?▀ß└{±E¥ü\x194wÿ‗Ùñ"
  b"«N`á8·E †Ä8ò\tI_Ë"
  b"¯\x15âDÞ£F\x11‹!Ù.-v\x04|"
  b"Ådÿä\e½NKÑ!^?┘ÿS§"
  b"B£M&g°E-Â.ìò«Ò4ò"
  b"å®@(┤╬OôÉ▀¨ï±│Ê\x14"
  b"Åï\x0F+µVCÔ®w<O]J l"
  b"+¿YÖľLŒ¡!.\x03½^3\x14"
  b"\x08DW|†\x12Hõ—4\x00M\x02µºA"
  b"\x0Fájò¾®BìªIQ6\x1DÏ\x12Ú"
  b"p™:³}1MZŠê^“%úâ\x0F"
  b"ÚW3\x07║oG÷è:ÃI@╝Ø\x12"
]
112 2.82 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.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title as `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.language_id = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x00‘«„hTD†œêêó/;\x07ü"
  b"\x01‹Ø;]Ny\x1C¥§YT¯à\x18ã"
  b"\x05ÌNTœåJ¯ž¸„¬\x15לÒ"
  b"\x0Fw\x15ÝüšHÿš‚ú~góùÓ"
  b"\x0F•é{\x1D<G6·Rš)€Ü"S"
  b"\x0Fájò¾®BìªIQ6\x1DÏ\x12Ú"
  b"\x14Þ.ËÙøLKª\x06ï\rÁ¤=Þ"
  b"\x16¾‹hÌÆC\x06˜\x19C”X\x15Ýa"
  b"\x19\x13”HEJH‹ùG¥Øï=Í"
  b"\x19²æ|;¤BÛ¾\x1Aâ\x02ß™…¥"
  b"\x1F\x05K\r„VAE€Ìݪ…ûbÑ"
  b"\r¤XLÿ»ÂèÍŽlúm"
  b"!\x02<\x11\x11áAò¢3™5?3“Š"
  b"#°o($ÄGĪºi`t¯&ñ"
  b")»W\x14¾¥@¹¬{Ðwâ±Ùo"
  b"+ø{ü]>Géñ¾£-á©k:"
  b"1…U¸7!L}šú6\x17ÿ6r*"
  b"3“zC9WCÿ¶Ù–€K¯Â;"
  b"7cÇÔögBîØ═\SHf┤\x07"
  b"7ny█wÙOãéì\vFv╗¬└"
  b"=═C{PÑC╠á@#_Þɲ"
  b"?d_\\x17îJáµ\x012ÿÚÝÜt"
  b"BJ×\x045ïA\x15–8rƒVßRH"
  b"Cì4<\x10ýBñ—?sa^X*F"
  b"D\x13Æ€yûJ@œ©)x\x00Ég+"
  b"F'vûZÏ@s‹léqgÁl\x06"
  b"G\x02Å#2PL\x0E¹~Èqùfì\x1A"
  b"G\x18▀‗3íN\x7Fì─a&\x1C├┬ë"
  b"H\võì\x14LK\x7F›uüó5•\x06;"
  b"H|>·Ñ\x03B\x02«DÒÓîI\x1A\x01"
  b"K‰MÃ\r`D–´ð0Ÿš\x14\x1E£"
  b"L¼;\x1F½¡@·œUÆàd[†x"
  b"Q0);­\rO\x19¿zj}€Š\e."
  b"T¸¦ùq§Cθ\x1Fœ `ønµ"
  b"U7DÅi\fN·‰x…;FLó¸"
  b"V…û½\x04ÄG%”¹Ì@\x07}MC"
  b"""
    W╝┐ËÌ`CѼóØ#\x02\n
    sn
    """
  b"ZÜÞjÎ&J+œìf–›ÅõÁ"
  b"[œwÖ¢ïCg¹mEÏþ»c\"
  b"\¥P\x13ÎÜK¾ž¬\x00jŽ¢~¢"
  b"]┌I\x03\x00iA3Ø<┴|┘&░\x10"
  b"`êJî:ÍK‚Œòˆ²œ_mi"
  b"c$>\x02ØSI¡›\x07¥Â3„¢H"
  b"fþéºÃgOû¨\v¯\x02ÒMxä"
  b"hèq™ª%G\x12ˆ˜šë‹Dõ2"
  b"jsó•“<A\x04¥æ+3\fSÀ$"
  b"j¢ãê¯oG*°„97ÍôË "
  b"jü1Ž5rHןåÌ#a¦\x1EÀ"
  b"kŠ“M"~E™‡èóÄŽÓ8\x0F"
  b"""
    mä<\x03HRI\n
    ½\x066±░ÐØ]
    """
  b"mØ«Qu¬E'½#·®\x0E!K©"
  b"o\x1E4κ\x06N:¦Ó"\x03\v0Ó¢"
  b"odâÈ"ÐK6§RÔ˜ËÎWÝ"
  b"o}\VM”I_€îÇ®óéáP"
  b"r>\x0EQ\x07\x08FŽ°\iã¼–R0"
  b"sd£}vbL¦ªhƆnY\x04w"
  b"\x02-░êD┴ìù=ÏÿÎa±"
  b"vW9œ8ØC\x0F®ã«\x12¯~6k"
  b"x\f\x14(<ûMá–`þ×L‰¶\x0F"
  b"z€I‹\x13lEµ¤€ƒ<\x0F‡/¶"
  b"{Ië‹rëCW¾¹ ð—“'Â"
  b"}f¨LT×D¸†×cR\x11É°\e"
  b"}ÊØ”ðPK\x06¼\x1F\x03{uj\x1Dó"
  b"""
    \x7Flƒ%æÛJ2«\\n
    ÊIßE\x13
    """
  b"€äxòÀžA(ƒ(\x13Ø)’£©"
  b"â┐e\x04d½NÑùÛd>Þü_\n"
  b"…ù#O]×L3œrþX*Õ’Á"
  b"ç4ëHlCGC¬üÁ▓\x1F└R¨"
  b"ˆ*» \x13¤L&ŒA•2Ud.\x16"
  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"”ë¹\x13"4EN¹\x18\x1A)8/eÊ"
  b"•ò\x1E h\x19C½¦Ð˜ê¦ÝÞ\x00"
  b"ùyƒÍ\rùJÌü´¥µç║ƒ¬"
  b"ÜئâghB\x03ûêFÉÓ└╠D"
  b"Ü█ÉònõOÚâà\x12t4OÓ3"
  b"ÜÕìöþ`O┐ÂaÒ¬S@╔\e"
  b"œ\x17ÿ‚´"G?ª§]A¯ÀS\x16"
  b"Ø'³9┴@┌Ü@ÖÏ-¨Á\x0F"
  b"Ø|ioE^G┴öy&ÓQ¤9\n"
  b"ž©’d 4GV®~ÈÔ\x1E\x14PG"
  b"žÉƒRUÑC$¿»a\x7F\v»î«"
  b"Ÿ”\t’4\x12Oá…\x15\x04\x12ï2Sl"
  b"ú¼í7a\fHPÉSæÞ\x18\x13"
  b"¥ºa4Î\x06J®µx\x08@4ýq§"
  b"§Û\x1E§¸ÊM2©¤rÆyÔ6Ù"
  b"¿"TV+ÙMHü£Ê╔K¥\fã"
  b"®m%`¯\f@\x1Aîì6gæFÔR"
  b"«ßíé…ÔD\x1F±VLÕ\x10\x17"
  b"¯ìÍæ‘bMS”uð_ê¡)t"
  b"░'\x1E\x1EL÷ì‗\v«ûa¸\x0F"
  b"°—lâ\x04FGn¦‡l©z1µê"
  b"│╔ù ─]J#ìIRh\x18Æ\x13u"
  b"´*ÓSå¹O£’]‹-=×'ï"
  b"Á$\t─ÅLCÆÿ!ÐíQ▀å¤"
  b"¹„)‘êCBì©©QNb–€N"
  b"¼£n“8=BÖ˜Gÿ?Ÿ¶­¿"
  b"½ËùýÁ~G¼ƒóGÈÑb™)"
  b"¾ób\x0E\x7FÇO–¾¢p\x08\x101\x04Ã"
  b"ÁcïGzãN[œÚn±÷lØÊ"
  b"""
    Á´oºÔŒFiŽ:X\v\n
    ×Ûì
    """
  b"ÂM\v\eHóK»»w\x0FŽô³\x03s"
  b"┼³ì\x05\r«E&×/ªO4êD\x13"
  b"ʨ\t\x15Q\x18@¿’˜ðŨ³ö]"
  b"Ì}üzúUO€…¥Wft·\x1DÊ"
  b"Ðñ*ð2£C═üB)U<\x006U"
  b"ËüíÇ·▀B©©\x07‗}"M\x07\x02"
  b"Èú©┘SûJyÅÒk;\x1Ex<─"
  b"Ö[¤@ [NÊŒqg\x7F\x05Ä"
  b"Í▄Ë·§\x1D@RɬÂ┘É1¯\x18"
  b"ϸϻ©\x7FA7öR¹╩ôéØÁ"
  b"ܶŒÙƒ…KÌ¢q\v\x06…ÅŸÍ"
  b"¦*s\╣ÁN~ÉÊÒ\x03|·iG"
  b"ÝXÛ€LsBm¶X\x07x^½ÑÜ"
  b"ÞG\x16¤‰0F3¤÷œÉ£%<ì"
  b"\x1F\x14╣kACÅûMò¥ÈÕɳ"
  b"à.;I¤ùK§ \x13ˆ…n ˜\x14"
  b"ä;gû\x04fJ\x19·äÔõwÇ5Ñ"
  b"þ╬┬Åèz@'░}ÌÚó$┼█"
  b"ÚW3\x07║oG÷è:ÃI@╝Ø\x12"
  b"ê—{6°ŽGʾ&TLÁV\x1DŠ"
  b"¯D§ãW\x1DHûüD)Ð▓ÄV+"
  b"îÖl\f\x19éGi§Ïê³%!|X"
  b"ïH4#DhMŸ¥®\x07ä\x176OW"
  b"ö@Š¥3CCú¬I\x0E\x15Ìÿ\x17©"
  b"ùzÑ&í\x01GLƒ :‰õ·";"
  b"·)=É¢fD`ÆÎÕ©â®7S"
  b"úV}7ðæL¦—†Å)¯7éb"
  b"ü[[àä¿M‘–J—ÍÝäØ"
  b"ÿ·Ré\x04ŽDµ†½¾°Wó• "
]
113 3.48 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"│╔ù ─]J#ìIRh\x18Æ\x13u"
  b"(Ðk\x0E‗uFRº}■ùWìòù"
  b"F'vûZÏ@s‹léqgÁl\x06"
  b"”ë¹\x13"4EN¹\x18\x1A)8/eÊ"
  b"\x0F•é{\x1D<G6·Rš)€Ü"S"
  b"å\x05\x17âDÛÁ\x04$.¼v9Å"
  b"\r¤XLÿ»ÂèÍŽlúm"
  b"╔$\x00\x04ØTFë┤gçe\x17 Øy"
  b"""
    \x7Flƒ%æÛJ2«\\n
    ÊIßE\x13
    """
  b"èl8&‡wO†¼Êò\vk£FK"
  b"èþVd|’CY«è^±ûø´a"
  b"Ðñ*ð2£C═üB)U<\x006U"
  b"\x13¸üØÎF\x1F╗Ã¥‗Zq┴\t"
  b"úV}7ðæL¦—†Å)¯7éb"
  b"r>\x0EQ\x07\x08FŽ°\iã¼–R0"
  b"""
    \n
    "╝▀@Dj▒d~Å\x18Ùê&
    """
  b"""
    \n
     óÐ^ÍJ“¿!Óþ»˜™ª
    """
  b")»W\x14¾¥@¹¬{Ðwâ±Ùo"
  b"ž©’d 4GV®~ÈÔ\x1E\x14PG"
  b"©i\ezÛ=I\r¦\fr\x13tT\x14×"
  b"”£*Ð\vÎEɆÔæIÌSµ\v"
  b"\x01‹7j³JtªŒg?fŸ‘[¤"
  b"\x01ï7k\x1F´v\x04ø´=}üP\x08A"
  b"\x01‹7jðÃq¸†õ\x10ÀŸò<Ö"
  b"\x15Ëd*šgLœš˜u‡cÈxÏ"
  b"¾î└Å#ÌGÅ▒7NáU■µë"
  b"­›Ðr<ûJ[¯|®uyH5¡"
  b"¨R¸ÈÝMIƒ╣─Ñd7Fü3"
  b"Ã1ê¶%ÚNz§=^@›×/>"
  b"""
    \x01‹<µØ™qK€çÁ¯\x11\n
    †E
    """
  b"""
    \n
    e•›·3@Ö³=À ÉD\x19p
    """
  b"9┬\ÝÅÝGÂÅXZb=åÖØ"
  b"""
    \x16/úã®èD\n
    ¦ÈÖo®Á5r
    """
  b">)¢FضFæÇ>7Ì_óðþ"
  b"ê]Ý\B\x04@p ‚&Íû¡ —"
  b"""
    D_õé\x08\x05GÙ‡HÁ\n
    :'Ýz
    """
  b"H0mÚÆ]A¯¾Çƒ4ôNxü"
  b"Ø'³9┴@┌Ü@ÖÏ-¨Á\x0F"
  b"ÁcïGzãN[œÚn±÷lØÊ"
  b"*ƒÞ±d4N\x14¹%µæ’²ÉÕ"
  b"U7DÅi\fN·‰x…;FLó¸"
  b"²,@═âpH─ì■p╚59\x15u"
  b"öŽîq­H@«²eŠG\x01.L3"
  b"À1:¢‗\x18@ÏÄå_\x12vØ!""
  b"ô/\x1F\\x01éF#¦‡“\x1C\v\x12"
  b"\e)R£j/GÌ«i™ì:RŠ™"
  b"¤\x00░l╩\x18Mìñ¨_╚ÉË®╬"
  b"ìùq╝Å│HUüÉFEZ»wo"
  b"ÄôI„\x1FÇH\f²‹Á¬\x7F¥[X"
  b"2—,\x08«VDO¶tÄíÄL\x03L"
  b"å█8a└lN\x05ôøÞqü>z\f"
  b"\x01ŠõcY€s¬´ˆú`Üÿ\x12_"
  b"`êJî:ÍK‚Œòˆ²œ_mi"
  b"\x01Šõc­Cwh·šÕ†`¯U­"
  b"\x01Šõc”Atâ¥Ö\x19ª÷ª·9"
  b"\x01Šõcx\x04w瘖·»\x00ú·U"
  b"Ø“½ÏHaB¢£ñ7\x15C$î\x1A"
  b"±(±½\x05òD\x17ƒÑÈ&Û\x1D\e$"
  b"£Ý^oì\rGèÀ\vëHÀ\x1A\x02Ç"
  b"┼³ì\x05\r«E&×/ªO4êD\x13"
  b"7ny█wÙOãéì\vFv╗¬└"
  b"\x01‹p"kŸ|²ƒvjÆÈià\x13"
  b"\x01‹p"¢ƒ|r’±9\x15ð‡¸î"
  b"›Ð\e\x07„FI%³.X÷Gf\f¯"
  b"2÷åé\x1F6HWˆ"\x08³\x0F»¾\"
  b"5)ƒ\x06\x1F=ON”—(¦_ï›ø"
  b"WvÜx¿cAZ´\x1E\x11ûŠ‹Œ"
  b"«ÔáìÉü@y’ˆ)\x06jÏN8"
  b"ÞG\x16¤‰0F3¤÷œÉ£%<ì"
  b"{P àÿrB÷¦)]µu/û€"
  b"’Ñrò\x16~H½ ©2Ó\x1CE{\x1A"
  b"\x01‹Î\v’Ûz€ƒ›„CýËŒP"
  b"6hX%B\x16O\x1F¿R åWcäÁ"
  b"RK(Ù²¾Mf³Ëz'JÊÆÿ"
  b"·°ªƒ?!@Y½…Û°ã8\x7F&"
  b"\x01‹Î\fL/rÒ¼ùM+\x19U&r"
  b"\x08êõ÷\rIÓ»%h<G\rH‡"
  b"\x01‹Ò’¢}s\x03©ÛÔ*¥÷\x0E9"
  b"/cd„\x01=D[‡­sD,½*/"
  b"\x08èT\x04ÃÏ@Ž™\x04^èwêï}"
  b"\x16\féÁ\x02\x05BIØslTª┴═¯"
  b"÷╠.H~ÄA‗╝´ëR\x04Åd0"
  b"\x11W\vu3>E%ëÿ¸9[üÀõ"
  b"y‡ŽjÓYGFš™íŠ"¢•\x08"
  b"½ž\x19\x0F-ØC§Ž+Ö®co(’"
  b"\x01Šï†\v®vž©‘š\x03–ß›À"
  b"\x01Œ9LC5z+‡öÎî¤>mô"
  b"\x01Œ9LÖˆwö­ÏÞ¢î1+J"
  b"\x01Šï‡\x12YrÚ©\f^ý!v.“"
  b"\x01Šï‡žÜr—“‹ü\x13Ô§PE"
  b"\x01Šï‡æmuXŠ\x05¯Ž¡¦ƒÿ"
  b"\x01Šï‰˜î\x7F)˜QÈ×@\x1E\x1A¿"
  b"\x01Šï‰ø0t\x03ž\x1E…Þe¾ôÈ"
  b"\x01ŠïŠ\«s\x15—Ä\x0EésïZ~"
  b"\x01ŠïŠª=vÒ‘ý‰U—\x1FA6"
  b"\x01Šï‹\x06(x\x0F 5öš„%Ò\f"
  b"\x01Šï‹¬\x18pW±\x17aÄdJýÞ"
  b"\x01è´ÉW(r\x17é«Hd\x042H╝"
  b"\x01Œ9ZùSv"¬òL¢#°¿¥"
  b"\x01Šï’tô|c‡Ô•Ï†³BK"
  b"\x01Šï“-çx\x19•µ‡9\x12øÿF"
  b"\x01Šï“t~xð–}vž§òPñ"
  b"\x01Šï“Æ%}÷´\x00¦î\x14\x1AëT"
  b"\x01è´ö\x15¹w┌É\x1DId\vg\x7FÖ"
  b"\x01Šï”#W{M¸0Rñ[»•g"
  b"¶▒\x0FÞR5@èü©«õu┬¤z"
  b"›ãb\x16b½E—²|óox„\x1A\x04"
  b"ˆ£¡stáFØ»å\x7FàXo‡ï"
  b"ý_D\x06é´A\r”Rô_&B5¼"
  b"\x01Šï•˜=u\x7F½sÙã\fúÏÁ"
  b"\x01Šï•öÅ~.³Š1ÉÀae}"
  b"\x01Šï–K²tJµ!Np\x07©(ô"
  b"\x01è´ùͱy*ú\x12\x15ÝîÅ`\x1F"
  b"\x01è´ÿ\x13ßqãæ┐\x0E6$ì¹\f"
  b"\x01Šï˜:“p…¼\x14'ƒWY‰Ò"
  b"\x01è´ÿmóq\x02Øç\x0E¤³mÐÈ"
  b"\x01è´ÿ─k\x7FjüC( ðdJ_"
  b"\x01Šï…“/qƒ±\x1CÛÃg•ø¬"
  b"\x1F'¹êQÜL¡·ˆC"0ÖGÊ"
  b"\x01Œ:ßJTu°‘Ÿ`*f;\e"
  b"\x01Œ:ß¾ízX¬\x11Çr\x0Fi#I"
  b"ßÀgùº×K½ŠÛ#$ýDŽ)"
  b"\x01Œ:àv°wÒ›ÕäÛv\x1C÷¡"
  b"\x01Œ:á\x05Tzõ™6+Lµ‰\x00\x10"
  b"sÖ$eUXFãù-░ëÍþÅF"
  b"óEU[7+G…¨,hXY§\e¿"
  b"""
    \n
    ɳ‘\x14MEHŽ¬ó\vÚÈLŽ
    """
  b"%„;m9ÓI¶…ëò\x11L«pd"
  b"¥¾´ ÈÃBö­¢ ÏY²\x05\x17"
  b"Ò?7öyuLg¾Yz:ïƒÃû"
  b"\x1FØ!#ÓVE‘¤ç”\x00Á\x1E3J"
  b"‡s\x1AÙœ›F¯‚\x184\x17[\x10"
  b"0²l_¨àIn²õüáFž{m"
  b"\x1DzB@ßÐGw¦\x06\x0F\x08ëõ®"
  b"ÖÌÚŠ&GC”«äIT·\x01¯Š"
  b"5ÙŠ»Å»MÖ“„:\x00õì»{"
  b"\x01Œ>‘\x01Øu ¨\e6Ë€Ó:U"
  b"\x01î>Å║╝\x7FÝÖ¦ÐÎ]│╔8"
  b"\x01î>ÉÿswC»zÒflîðI"
  b"\x01î>Éb5zª¿z¬øî®e¡"
  b"\x01î>ÉÊÂ|╠új}°³\x05À""
  b"\x01Œ>‘¨â\x7FK—}œ$3³ù¦"
  b"\x01Œ>‘ˆ\{+¸ƒPydá!."
  b"\x01î>É=àv«ƒÚººÊ\x1E╩k"
  b"\x01î>É\x12Ëy¾ñU╠&/│Gv"
  b"\x01Œ>‘+iwøŠ"ñ?\x13\x18E"
  b"Ê{ý¹ŽCDª“¨xÃø:ºö"
  b"""
    \x01î?©ß¹yJ×Å\x07\x13\x0E\n
    v\n
    """
  b"""
    \x01Šï†®7rY±\n
    Œ¹¥¥±\v
    """
  b"DV¥N\x00ÌB3†m“'‰\x0FÁÈ"
  b"\x01Œ?óA…|à¥5¼\rßMø\e"
  b"\x01î?‗pTsúÁ̬/üeÓ²"
  b"\x01î?¾ô─s\x1CÄØ╬ó$\x15²î"
  b"\x01ŒC‡e\x15qz¯/\x19˜ã5çÿ"
  b"ÿ·Ré\x04ŽDµ†½¾°Wó• "
  b"\x01îg┬\│yØÁÜ/═Ñ■\x1A"
  b"""
    SûöÖÏ\n
    JØÜé¥?axQÛ
    """
  b"8jŠ~\x19?JŠ¨\tG\x11y½ét"
  b"3Û5)\x17\x08Gø‘®9\x0E¶(±´"
  b" ¤:mqòI¡–¼J:Àe\x13\x07"
  b"î,╣Û/Ñ@ËØ/:\x03\x10\x07"
  b"üQ?¦4ÖCO┐/«Ó│F¿\x18"
  b"\x1Fv^qM\x02‡nâ6@Ewí"
  b"Ó\x17\x00·M¸@ò‚—¥­UŠìû"
  b"qøUS\x10ˆN\x17„îZ€\vKLš"
  b"""
    o\n
    \x07&A}I}ì÷\e╬å\x19V^
    """
  b"–œ½…U>B®•ÚÓ\x01»Qr„"
  b"""
    )«^øjµIúº\n
    F 1Ðfæ
    """
  b"\e\tÍ\x7FKÛØ*\x19(▓╠nÇ"
  b"ÔÀ>§ý\t@@Åη*ÖÛ$b"
  b"\x0E,ªq5pCÀªÜá1Öׯ0"
  b"0ü³°õ¼A‚¾Hôr'!\x18O"
  b"├Å$X┴ØIz┐ƒþ9─\x1EJo"
  b"""
    wíd‹\n
    ÒK\x06•—ÍDb(к
    """
  b"\x1D¥€´¸lD.¾×E`Ñ[°@"
  b"\x14┴®\e¦óFìïãO:¸eQÏ"
  b"tP}è{ L\x10”h\x19\x06¦ û\e"
  b"®ë}¥¬êBJ¹oÍáÙDî\x04"
  b"]‰¸%kþCÚ—+Z\x13\e…Q\x1C"
  b"¨\x03'\x04—&Fï˜Å"ÑÈÓFÌ"
  b"Â\x14\x17#ùiNƒÁþ%ì╩‗\x19"
  b"AçÝ©Ë’E„¦\x1Aº±[Å´q"
  b"Þ\x146xð‰B\x01–ÜS¥±ÌUÃ"
  b"ùqë█\x10iMüí╔W▀╔\x07\x0FN"
  b"ÝÖãùÅ)Er“ù’\x05$ƒœ‘"
  b"═}¢p3.G]é}üójz╩n"
  b"\x00¿}•/J¥–™"\x13\x1Cåa®"
  b"ßÁš \x1CIGðˆ²{œÏeh5"
  b"┌$©Ë\x106OíÂÓ╚É)9Ï_"
  b"\x18 2¢Õ¿G\tœ”\x0FÙÌÿ?Õ"
  b"\x08é\x12É$hJ¬ó╣┬Wk└ÊÚ"
  b"²ÈEÐæçB†¼ƒˆûÍ\x0FÁ›"
  b"Oi\x06çƒÐLí ¸ÓãëO\tñ"
  b"§\x1C\r?K¹¶ªêuR,]_"
  b"F\x19y,\x16yHf±EØ2"*g "
  b"ác[ƒ9█M╩ìSò@g\‗t"
  b"o\x1E4κ\x06N:¦Ó"\x03\v0Ó¢"
  b"ãÈR´`4KY░\x04\v«ü\x1C»z"
  b"H\võì\x14LK\x7F›uüó5•\x06;"
  b"\x1C¯ÅW|àM³‰Ræ2méVA"
  b"^ƒùÂÈ«MV»ÐôÏ´ñG/"
  b"\x01ì¤╠®█p5Â×\ré´ƒ┐┬"
  b"\x19²æ|;¤BÛ¾\x1Aâ\x02ß™…¥"
  b"\x01ì¤╠]ƒyO¢é;G▀,■n"
  b"Ò3”ƒÛ}F\x14”®Â·V–\x1Fz"
  b"""
    ÷─êÿ\x14!G┘ì░\n
    £O\x08»É
    """
  b"5\x1C¡g\x0FTJ©üòÅ\x13ÔlÆö"
  b"žð“jM\x1CJ@½ÕQ°q{IL"
  b"\x01Œ9ÿ\vˆyV¿u§\x14݆u"
  b"\x01Œ9ÿ}~p¦žïN\x14«G\x1Eô"
  b"\x01Œ:\x01~ës\x12²ré\x19ƒ}\r}"
  b"\x15\x12VX\x0EöJ»¼\x02q\x07j\x00"
  b"F3{9-QOA”\x08º-8\x14î\v"
  b"Q2]ļ£Gb¾tÅûÔaÛæ"
  b"[\`duŒN˦±è-Õï4Q"
  b"ˆŠ8cS—Cv±m‹¤“\x18Ð\x00"
  b"ò\x14\x15” mN\x04§\x16–õO×éµ"
  b"\x01Šï‘¿1rмîKI AX"
  b"\x01Žž\x15Û1}î¯SºC3\x1Câ1"
  b"\x01Ä×ûüÇt«©┐ÛE╝*.\x02"
  b"\x01Ä׬®ºs\x11Ø\x12[\v\x10O"
  b"Á‰ïÈ"õIi±WauîL!""
  b"\f³¥œá*@VªSzÍö’‘5"
  b"\x01Äñ\t[Î|\eçFS┼ÅÙÑ┼"
  b"\x01Ä«L,┤t³®Ü\rÉb@{6"
  b"\x01Ž®KÛ‘xQ–#3OŠ"þë"
  b"\x01Ž®KšYrš—\x07CÃüy‹è"
  b"\Ô²\x07¦„AÁŒ6äCáÎz "
  b"+=Ï=kÜCý¾/샬ù\x0F%"
  b"{M_YfºO¬…\x18œ<pðõ\n"
  b"©Ü^Ѓ˜B=±–°¢\té·ð"
  b"nAßÔo]L┴Á9▄ü┴\x11ç═"
  b"É┬\v\x04\x1DýC±ïáıÐl©\v"
  b"'8\x14dCUIn¸\x1AP'’\x1D€D"
  b"ª<¡Ë¶øM¯¾žÈDYß>ä"
  b"á\tNö¹\x02JUž?¡®g\x1C÷È"
  b"Ö[¤@ [NÊŒqg\x7F\x05Ä"
  b"Ê\x13Ñ└\x14hC┼ÅkÄä<7¶F"
  b"ï▀\x15 ì×GBåÚyeÆ´\x0E("
  b"Á$\t─ÅLCÆÿ!ÐíQ▀å¤"
  b"\x12»<\x1D‹‚E\e¯d<_ï/•R"
  b"á wÕY¬Ig­Ò\x07Õ²CÞ–"
  b"¨ØfÞAyB6øò¢Ë¨üFú"
  b"\x14\x1CIÅ°D)ë█└H@¾¡‗"
  b"\x02Jw&8\x08L×Ø-üÎÁ\x08:\x1D"
  b"Žó\f\f9&B2‘\x026¸,WÎŒ"
  b"–á5¦n\rAЕ\x02æÃÉåä†"
  b"¿´Õ}T\x05Kµ±›™~ÙÓXa"
  b"…/ªÅá‘@T£ÄZJºô®#"
  b"î\x11õD­îG³‹ÌqñS\t"
  b"¨ƒ}Ÿ×JFI´ÞOÅÑAŽ\x16"
  b"Øâ¨0Ö\eCÙ¿·í¬ýÿsc"
  b"ÎÞ\x08Z\x02‹DʲËX6~Èù["
  b"qÉ_Gì╝CÞóÐ!ZC┴ûP"
  b"«á*CìºM\x06çs´├Íؾ\x1E"
  b"žm\x05P2¡M‰’˜G®õ`ûÞ"
  b"‰I»OÎ&Iþ«ù¢³JŠ@\x17"
  b"°JñJ0èK╦Åç\x06lhç\x02¡"
  b"\x05Y”ÂÖÚHø®O\x12á·È‹ô"
  b"}ÊØ”ðPK\x06¼\x1F\x03{uj\x1Dó"
  b"=═C{PÑC╠á@#_Þɲ"
  b"î\fõ鼿D\e░èe┐▀Z~É"
  b"µÌ!dñFAT¼k\x16ÚútÔp"
  b"\x05\x0F1J±¢Ö\v\v°ãÚØ"
  b"I¦m:þ%IQ‰þOá(Ž\x07""
  b"¥»Ï(\x13ŽO¿ª¬Vý“\x1Dº\x1E"
  b"N@2<„ D\x17®ÙÚ\x1A¼Åª\x03"
  b"óÝ"JU\x10L9¹¢\x1C—2\x05o\x18"
  b"gÓùrëŽH®¯š¯÷y#…\x03"
  b"™@ë%F›Iƒ²Ó\fÃ;•\x08Ò"
  b"´Ûn…“ÒOÖ¶Êè·ù‚[Ž"
  b"˵á‰Ù\x04Jo»Nkö¬6áý"
  b"aЫÖøÉKu╗¥░ãV_uµ"
  b"±E†Þ1lMu–Æ.܃du3"
  b"?Ä+€øëN„¡Bï\x14•B¿°"
  b"ß\x012^\x04VN\x1CÆ@´\x07jü:\x07"
  b"^åÇ\x08×\x1AKª­ƒšÇžh¶z"
  b"|ùþëÞ5C®„Àk\x02\x14·\x1C*"
  b"ix\x7F¨ìÓBÂ░L:"¯v■º"
  b"žÉƒRUÑC$¿»a\x7F\v»î«"
  b"¼£n“8=BÖ˜Gÿ?Ÿ¶­¿"
  b"â5Ê‘*¸D¢”º¸\x14'KE\v"
  b"‘V° ZJHvŸ\x1Dª]·\x1EÔ8"
  b"Å\x1EíŸz\x1AEµ’„KŠò²¦È"
  b"è┐ë\x1Diı@\x10¡\x1F┌┬─\x05Åj"
  b"wôÂ`Ú\x11MˆŸÚb¸™'èŽ"
  b"&F:?\x05WI2³”˜g@•ã¶"
  b"×o§]\x19.H\x0Eìб;[\x05Ä\x0E"
  b"§Û\x1E§¸ÊM2©¤rÆyÔ6Ù"
  b"\x1F\x08ÿžªeCj¨ ²db%íZ"
  b"Ó\ØE├\x16O·Ä[¿Z■3¿<"
  b"\}Ò½oiLL­íXQVø-\x14"
  b" SŠŸ\råL«€DV±9Ž¯Î"
  b"¹<\x05ö\x17GFÞ°\x0E?\x0F²?l="
  b"\e\vð‗\eÉIMòß¿x'╩ÄD"
  b"\x04†U9Ò$H¹¥|“AŸD‡V"
  b"w²W_evO\x7F¦t4O¡ò ˆ"
  b"ÿ1Ý«“\x04J­±ÚÆÃ&P)Ò"
  b"´ýÐV'7AD‚NÐé—˜p "
  b"a6¼aõÄBɤn\x01§;qéú"
  b"D╣L2¿═J╝åTÇhö\x11Éü"
  b"àä\x0EçÎUA9¨µfÍ­Ž÷¬"
  b"rõ6['ýOÜžÀs+Œ «u"
  b"…ù#O]×L3œrþX*Õ’Á"
  b"´&(6Ø%N‹¼üJ4x°£ö"
  b"\x11e\x14ëì\x1CKîç¤Å┴À\x15\x08§"
  b"Sñf]a®CìÖÊ¿:to­¦"
  b"Å÷\x1D\x079ÿ@NŽyl┐xZ,"
  b"ù\x15\x06ïs»H\x18—5•#¦$ Ý"
  b"š/Ç•\fóFa¶[pìP¶&\x04"
  b"_v3┼9╚A#åØ6÷±cÙy"
  b"Ü\vT8╬·H¡Å¢▒<i\x14/c"
  b"\x0E\x1AJ…–ðN…·\vÒäׄ1Ý"
  b"""
    mä<\x03HRI\n
    ½\x066±░ÐØ]
    """
  b"ÃÀßÓˉEûšë´Ò\fÞËÖ"
  b"l┌}¾ô¬Ae╣è$ÍPrÅê"
  b"F6$7M'NøšÆ—âßF”t"
  b"[|…ý±³O&¬\x11œ¦\x006ëÝ"
  b"”6)\x04âèBE“ÄfFP\x02ö¥"
  b"`™<\x17\x07²B\x19šÜ\x0E\x14g¥dÂ"
  b"Ì}üzúUO€…¥Wft·\x1DÊ"
  b"T_Æwý\x1DBjŠ0*\x17\x16"
  b"_6û­ý%@ÅüƒUâ┘Ý ¸"
  b"╗ ùk\x16¬EBƒ#x+'ÅgY"
  b"ÊCàÝ\x12ÁI4µ½µ\x08\x028S\x11"
  b"§sú‹…IFô¦k\t\x04ë’z\x15"
  b"G\x10átî$J!‡´kD\vÔ×\x00"
  b"ÈWKDºEOzö╚ÔT"¹ßØ"
  b"""
    þµ\n
    hõÈMv–¿©~8n…W
    """
  b"¥jÝT±[Hmú­×äɺÆw"
  b"\x06©\v¥;Nø³jHõú"
  b"g_n\x1E¡XG\x12Ž\x14dø4Æx\x04"
  b"¹„)‘êCBì©©QNb–€N"
  b"""
    ¯Ý\n
    Q0ñK▒ú┴vü─xÈÕ
    """
  b"úÈÄ)\x0E>M~—<PÏÕäìš"
  b"ìÚÄ\rÚ¸OCîÀß╦Þ³óf"
  b"¸­ü¡òéF\x19‰º¼D¹\t¯\x15"
  b"ƒ#;DôH@ê¶Ã#ß*çÐ\x12"
  b"ʨ\t\x15Q\x18@¿’˜ðŨ³ö]"
  b"ÎÉáY\x00$EıîðTQi-'¿"
  b"iPû▄\x04"JJú£µÃÅPñI"
  b"¦ (?XŽKÖ¼rp6„â¬H"
  b"ú¼í7a\fHPÉSæÞ\x18\x13"
  b"ƒT]‘\x07ýKT±¬\x1E³ÿRex"
  b"\x10\x06òXE╔@ıÉ¢\x10.Z▄HZ"
  b"nœYô¼¥@~´‘–w»õ\x12ì"
  b"³¨“¢Œ%JŸš[­Ô±ºè©"
  b"-9¬\n}ÑF´€ß\x00\v/¦Y˜"
  b"\x01Ôpd\x00¬Bñ…Rˆû,%,È"
  b"‰V;ü®\fG/³\x07+%T¶‡Å"
  b"\x16¾‹hÌÆC\x06˜\x19C”X\x15Ýa"
  b"p'\x1A~Pø@²‡áò¡ZWí¼"
  b"ãZŸµ+öHš´”IÝS¥~\e"
  b"è!Ø1\x15¤O┘øõ1é\x1D}┐\x03"
  b"Þ,µ®5DFäë½╬=Å╗\x1FE"
  b"œ±õ·Âz@n¥®…m#â8k"
  b"¬|­Þ\eñD¥É& *áØq}"
  b"+8³G©¶\f\x1CéPÎAT"
  b"e›\x1A,þ†Bá¥Úfð·ƒñc"
  b"ç4ëHlCGC¬üÁ▓\x1F└R¨"
  b"m\x02É7(█JO╣ƒ¹┬╝áøz"
  b"\tîE_#\x02F9‹Nu,Ø#•Œ"
  b"Íþm+UAM·¸ñ4|CC¿L"
  b"░9\x07R*ÍCu£¼Ø\x03\x02▓╬"
  b"•Jý\x043öJ\x05¾\x08ƨM@\x06Ä"
  b"\├«l‗ K┌│ù70Ø\t\x19Î"
  b")&¨K®{GU ÛqjoÅš¨"
  b"âFóø@aMn¿¾ÊaVú¾,"
  b"U¥3yUâF³ˆ á‡uâ/ã"
  b"/ÆÁçwvN\v©©æû\fàZ|"
  b"‰lîÚ÷5@”€dè1ÒVj…"
  b"Ä©úÝŽ(A-‰ïóÛDÀr\x0F"
  b"ó#]ó‹±Kã“\x06\x0F8\x05imú"
  b"×”¿\x18FŽ@È›Pt›¦&'\x1F"
  b"y\x10 s‚\FÓŒ‰\”]]\x1Fë"
  b"\x01\fþIHl¡ê\x03\x7F\r;"
  b"kŠ“M"~E™‡èóÄŽÓ8\x0F"
  b"¯▒2H┴·FXë\vyÐ▓ƒ¿Å"
  b"º6\x16$$aCººýfž`ûšã"
  b"\eÐùI®¸C-¤ÐWm†zÍ'"
  b"8õÅÑ┬sD,׿\x1F┘▄uq³"
  b"Ü䥽\x03\x19@< pÖ@5”\x06\e"
  b"Q╚▒\x184VOûü%&Xþ¯]]"
  b"\x01yi\x02\x1EtDª¨Ò=¡á\x00\x15}"
  b"ÏaJ\rV0I!ªÚ‘v©§¹?"
  b"\x15.ýÅDµŠiÞì\x19°!£"
  b")Ì╩\võhF¸Ø)\x04\x13\x06═┘"
  b"ÍØ\x00é\x12ÅG\x1C«\x04Íl¸>­y"
  b"cÆ0ñ?Ë@´„…ºIŸAõï"
  b".[·loÛH`‹/fm\x041´¼"
  b"Hå $_ÝD»€î¿kåŽÇw"
  b"2×ÄüþÑEãò▀nµî)ï'"
  b"ÝÊ.X†öGö£`Ò]{¡\e="
  b"æ\x00\x07\x01ЖIÙ…c\x18\x04/S\x0EÖ"
  b"ôPàÌ\x061B\x07§ÇèáƤ¥º"
  b"<\x19õ\x0E\x01AÇ¿ºÚ¼äI"ª"
  b"\x01\x1CšIj¢E\x01™Œ“¸ÃH¶ú"
  b"ÛcúøËnH\x02•ox£¬Þ‹ƒ"
  b"ÓCH½Yc@–“½s”3Q\x06"
  b"´²3‘%\x14B>³÷¥Öá\x17\x1D"
  b"ó|\x1E¹‰¢G鱉Ö'rÒÑœ"
  b"\x18\x01¾1#GL†²×í\x1Cê\x10·!"
  b"\x0Fw\x15ÝüšHÿš‚ú~góùÓ"
  b">f³¶"¹FºŒ;‘i[D\x0EB"
  b"µq52ÜSNÓ£ì \fîÅ\x0F"
  b"]ÑöÇÚJMv‰)\x03ý{\t¥\x06"
  b"cýñD òJݘf›?Û´t4"
  b"ò´ôD½ÅA\eÄøuµîV³!"
  b"ðŽh\x17üÞF¯ %Rƒs\x13+n"
  b"ççJ–§\x18CÆ…Ô+—¥ª\x1C\r"
  b"Å╗XiÇßEîòNª\x04\x06I"
  b"¼‗\x1E4╔ø@}Ø;é\rÌM=]"
  b"œ\x17ÿ‚´"G?ª§]A¯ÀS\x16"
  b"U¸¶ºâ\x7FE\x7F²¡YÔa˜Ž\x0F"
  b"JKtöì‰J†±ä%5µf[Ø"
  b"\eu\x1CN9;Cúìm:\x1A£Ù\tÑ"
  b"3¿È\x02oüKÏ :x¸p"\x01 "
  b"³5\rtÉéG%¥ËÌ┼Éb[q"
  b"¼g\x18ÿ\f\vFȲ.0y×ͱz"
  b"™Œk¤¬ÏL-€\x08ÐSr¨t/"
  b"""
    îﮞneN\n
    žïZΟë¬(
    """
  b"6ŽçÿàµGæ»\x03Föl~ÛÔ"
  b"ó¸\x04-61O\x01‡K…AÝh·’"
  b"\x00/^\x7F=lL®ù¹»w\nü3l"
  b"ÉGÍæ\x14└K7┐zƒÞ¸õÅü"
  b"Ê­ê\x1Dá\x12MbŒ³\x06ÄÓLÂê"
  b"Óg\x7F\x16\x03ºDÄ„>ÃfÞdêÞ"
  b"╗ù£\x10N E╬ØXßæÖ=\x11+"
  b"6sûÜç°O0│ÝçØÔ■\x1F"
  b"œ¡Øg\x1D\x10E\x11…̪O\x14ÝRº"
  b"b\x1DB{ž~O„†<.ºªÛ\x13N"
  b"€[‹užKLi²\x02\x04~›ð­)"
  b"puÝ£8”Fׅͽi[b÷“"
  b"ˆ*» \x13¤L&ŒA•2Ud.\x16"
  b"•µ*дyCñ¿©u?wGÌ\x08"
  b"<¡Y\x1ED¥AŽ¸\x16Ë7ò\x1E‹t"
  b"$AwâÁ>Fù╝Êwƒt┌Å1"
  b"\x1AG‘Ñž,D¯°ê‰m\x0F\x1C\x06u"
  b"´èqlVsA┌░Nó/ü\x1D\x07»"
  b"˜\x1E_rÀœNñµðå#W8~W"
  b"Ãá_çeÂL?’*támÞF\n"
  b"iÅÖi1{E║¼4ñ©¶4Ë\x15"
  b"+pG5mÀBY¡Kì³yµ*¶"
  b"+&Øs\x7F1L\x7F˜\x03òQ—„[\x1E"
  b"ZäÆtdÎC▓Ç\x14ú¥Éð\x06J"
  b"Ò‡/\x15¥ÍLÏ›oxù\v¾®U"
  b"ì┘WuéÀNõªƒä┬(SÕ]"
  b"º\x0EM}þìASæõt└┴Ã\x1D\x19"
  b"""
    ‡ç¡Å\x17H&£AT¦1\n
    ã™
    """
  b"Y‚w×ábNÞ«Ín9Þ\x7F\x05Q"
  b"È£åŽÍJF¼¡Ã\x7FæSe\x14"
  b"‡Ì¹Æ§¾CJ¦ñ‘\x18å…\x08\x05"
  b"E\x7F ¤ö\eIS¸ /\x07#1cì"
  b"¨Ök6©òMh½'\x07œº·»ž"
  b"á.÷<\x01uJ~ä®┘Ø\x12+jM"
  b"\táÅH\x10èJ-ůe;┘p±\x13"
  b"Ì\x16ÚöPPDŽ¼ §­të\x07\x16"
  b"\x02\r╚®ù@8Éæ«5£\x05Ý\x16"
  b"ìgE\x11\ebI›¥ö…# o¶¦"
  b"™‰d¶ŒÁC•¼°$¡q\x19"
  b"§î:`CTHÅÄè\x00╩`Ê(¯"
  b"«ßíé…ÔD\x1F±VLÕ\x10\x17"
  b"Ê“\x11AóŒ@Ú³O}ÿ¸lì¯"
  b"Á\x1CâaÀ:B\x15»ÑœgSùy°"
  b"Ïù\x02\fšôDÿµ’Ø+œÕŒ°"
  b"=|!Ð ¾@:¯5Åá¹àf "
  b"ÌŒ8ü9DG\x06²C‚^Ì,\x1Fð"
  b">\f£┘▓hCÅå!Яõf.S"
  b"7d¬£Ó\x01D.¢z╣ü¡)|d"
  b"KKlı¿3Gq×?wìK┬ݸ"
  b"\x03Øÿ-WõAX «\x0E¿\x04Íâ\x11"
  b"ãy\x06$pêOÅùî\x1D┼Xºû|"
  b"—¤\x17@Š:H\x1CŽ2\x1F–s[¼Ô"
  b"¢‘3f·hGj£%‰®Qs¥Æ"
  b"(>¾Îž˜Hk°xM+ç4èÚ"
  b"0âȤ‘DM=°+°\x14kÂ"%"
  b"Zø=\x15âWCuøØ░┼VI¯©"
  b"ÓPB2B^@Ó¡“wår:ùY"
  b"¸\x14i“o7I\x1EŒ”3±4 Yð"
  b"#°o($ÄGĪºi`t¯&ñ"
  b"Üü‰ðE#D=“¬×x÷uÌ\t"
  b"'@\ewì.Nuú┤Å┬w└Ü´"
  b"d#ö\x03╗4Ne»ø;cùŤÌ"
  b"ì*vùÉ\x08@\x16\x0E\x13\x15Ƶ"
  b"R’ÈñnIΪx¾z.ñÏ™"
  b"·¿\etëL\®=P\x03\x0E "
  b"\x02i\x1F@2E╩╝Å\x1EæWvƒ\x1F"
  b"0ßÂ?šÿAçŽeSÑ\r±û½"
  b"ûâ`êÑŸD˜† Î¶?þ.p"
  b"òïü\x14\x13\x00@Ÿ¤ª7öÒˆGZ"
  b"y£%lVíC>¡êÔ§{4#\x02"
  b"Ÿ[Áyj\x7FMOŒƒtv5Ô–°"
  b"\eŠ™Á>ƒCÔŠ\x14onßÄÅÀ"
  b"þýRñœ~A “O®»GæÚÂ"
  b"\x1FŒ²aÆÿJd³¸™N&m\t0"
  b"ïÞá·P\x1AH\x07ž.S[ØX)\x1E"
  b"ØZ\x15k^0B└¥éÎÀÙj{\x01"
  b"Yà4\x01í½Luˆ„š\x054\x01‡#"
  b"6I\v•?ÉLº\vJÀH«\fb"
  b"x!¯?\x0FÞC¨µä\x13EèTv_"
  b"ØA\x1EÿÏWL}¯SR\x03ÖìÇ\x03"
  b"7-5\x19²-A׺´Ê€ˆœ³8"
  b"U/\x1F\x1D=»EÝ╣yôÂ┼ŃØ"
  b"X·dŒ\x00\fIÜ“\tP\x13\x13\x1D\x1Ab"
  b"1.ôàþVI@½\"þ¤ê\x05~"
  b"¬\x18ÇAŠ4Iì£!X³Î´ÂÙ"
  b"""
    é\n
    )ª/BÄ–õ†‰"=\x0E©
    """
  b"\x00§\x1DTéA„™Ú\x16•®qí5"
  b"bVó╬wÐFì¡\x08╣ãÿjZÐ"
  b"ÕÍûO\x046OA–\x13çòª~%À"
  b"üÑ<{_0G/┐²B\\t¾.Å"
  b":aG…x;Er‹\x01 úêh.P"
  b")6èÏOWLñ™¥r6l#÷É"
  b"›Þ¦+\x19QE\x7F¬ŒÌ±—héÑ"
  b"ì:ô\f┐[D%┐ì×╣,=_├"
  b"ë\x0F\x1A†²‚H~µù¥Å×}î'"
  b"║s5?#áDnü┬Ï#×ÿiË"
  b"¡rt\x04\x0EJØ’X@ÖÀŽýÏ"
  b"ZuÚ_'­Kc®”\x06\x12\x07}m?"
  b"´\x1CT\x0F\x15OU ‘*+'š[C"
  b"ç#-ŸÑ°@€°¹®ÔQ?È2"
  b"å®ú¯ªVL'»ÔMѪ\rŽ¥"
  b"ÇhÁ\x00│IHá؃Ãó▓wl\x0E"
  b"‘ªŒŽ½+HÊ…Îö2çè&å"
  b"Ñ3\x14^.-Mx“5É£Ò’\x07Ç"
  b"‰ö"Å—·D¹ŒûšêåR9J"
  b"û1>D 5IЇQ\x0EÜ›\x06òI"
  b"³c\r\x0E^kBͺ‘\x1DÐ\x15ÄX\x19"
  b"""
    ▓ü+1\x1D╠N┬çYHÄ\n
    ÆõZ
    """
  b"¹▄æiY▄N\x1D¬SòEÅ\x02"
  b"Íe åÜ@I╔ü\x12├´I\x0EØK"
  b"\x17–4šî×O\x0F³mÃ\x1A\x0EG؃"
  b"f·IÕ\x04îE†œïu\r\x02\f"
  b"I\x1A\x15f\x1C\x05L£çïÅPÁ\x06 h"
  b"Þ¾ºÜÀ¼L\x03—e\x1F&¾H!<"
  b"┐ã╦\x05\x02[E\x06É\x15T¦|Ô┐f"
  b"&þRì\x16‗L\x14ä\x1C©üg'´u"
  b"’"l8\x1EqLØŽÐ|chu£œ"
  b"┌┘¢oÂ\vO\x18É┌¿p1îz░"
  b"2Þý(–îO²¥\r79<\x02÷p"
  b"""
    [´█\x13\x7FèC\x03óƒþ0\n
    øfü
    """
  b"\x11<kùüéF\x1A‹W‹ï€5\x00\x14"
  b"\x05ÌNTœåJ¯ž¸„¬\x15לÒ"
  b"\x19\x13”HEJH‹ùG¥Øï=Í"
  b",·ªkÿ\rNæª\x1FGœ_Ò×s"
  b"BJ×\x045ïA\x15–8rƒVßRH"
  b"L¼;\x1F½¡@·œUÆàd[†x"
  b"sd£}vbL¦ªhƆnY\x04w"
  b"ü\x05C#&çH¿à\x17\x07{H+"&"
  b"""
    †Ê\,¢\n
    D­Ž¬Ç\f|™[l
    """
  b"‰—\x1A¡½èM·–žfQ`õJ’"
  b"èü\tÄã\eAÕ¿\x001C║ß┤Z"
  b"ùyƒÍ\rùJÌü´¥µç║ƒ¬"
  b"Ÿ”\t’4\x12Oá…\x15\x04\x12ï2Sl"
  b"®m%`¯\f@\x1Aîì6gæFÔR"
  b"°—lâ\x04FGn¦‡l©z1µê"
  b"ÃÞ\x04ÃÍùAÀ¦¶\x0EÁš´\x06`"
  b"Åå©o\r'G·ˆfž¥õ\v^j"
  b"ùzÑ&í\x01GLƒ :‰õ·";"
  b"\t„&\x05|\x04E\x0Fš”ÐЖAçŒ"
  b"\x14Þ.ËÙøLKª\x06ï\rÁ¤=Þ"
  b"\x1F\x05K\r„VAE€Ìݪ…ûbÑ"
  b"$Ú»x–!D\x07“<’‚\tJ±W"
  b")÷ÜK~TB¨‹\x11\x1Di”S…b"
  b"+i\x15;ÍÛKhˆ…y\x05Î\f Ö"
  b"ECc╚\t4N÷Ø3µ®\fæ²Ë"
  b"H|>·Ñ\x03B\x02«DÒÓîI\x1A\x01"
  b"Q0);­\rO\x19¿zj}€Š\e."
  b"T¸¦ùq§Cθ\x1Fœ `ønµ"
  b"ZÜÞjÎ&J+œìf–›ÅõÁ"
  b"[œwÖ¢ïCg¹mEÏþ»c\"
  b"c$>\x02ØSI¡›\x07¥Â3„¢H"
  b"jsó•“<A\x04¥æ+3\fSÀ$"
  b"vW9œ8ØC\x0F®ã«\x12¯~6k"
  b"}f¨LT×D¸†×cR\x11É°\e"
  b"•ò\x1E h\x19C½¦Ð˜ê¦ÝÞ\x00"
  b"░'\x1E\x1EL÷ì‗\v«ûa¸\x0F"
  b"""
    ¼)®ôââ@t—R2\x08œu\n
    ø
    """
  b"Ѫ]E˜ÊG&‰¦\x0FœÜ_î¡"
  b"×¥**»ËH›ž‹,I~·Èx"
  b"ϸϻ©\x7FA7öR¹╩ôéØÁ"
  b"þ╬┬Åèz@'░}ÌÚó$┼█"
  b"îÖl\f\x19éGi§Ïê³%!|X"
  b"òp\x1E¯ «D\x00ˆJƒ\x039±X`"
  b"ö@Š¥3CCú¬I\x0E\x15Ìÿ\x17©"
  b"&šÄ»ƒÚOQ´m¢[t·#h"
  b"+ø{ü]>Géñ¾£-á©k:"
  b"7cÇÔögBîØ═\SHf┤\x07"
  b"K‰MÃ\r`D–´ð0Ÿš\x14\x1E£"
  b"k©–IMºC\x04¢ìŠ\x10\x12ôã½"
  b"o}\VM”I_€îÇ®óéáP"
  b"x\f\x14(<ûMá–`þ×L‰¶\x0F"
  b"“6¤o"ðIx„SâÝñéœè"
  b"•†‚­L$L\x15º´¥l[\†\x1F"
  b"ÜئâghB\x03ûêFÉÓ└╠D"
  b"¾ób\x0E\x7FÇO–¾¢p\x08\x101\x04Ã"
  b"""
    Á´oºÔŒFiŽ:X\v\n
    ×Ûì
    """
  b"ê—{6°ŽGʾ&TLÁV\x1DŠ"
  b"ü[[àä¿M‘–J—ÍÝäØ"
  b"""
    \n
    ‘ðœ\x01ÚMº¶‰Í*“ÅdÊ
    """
  b"%\ "[„Nã ›\vÔÄÆúø"
  b"¿"TV+ÙMHü£Ê╔K¥\fã"
  b"óÕyŽ¯‘@ižãƒ ™SP¢"
  b"!\x02<\x11\x11áAò¢3™5?3“Š"
  b"®e¢óu“BJŠÏºÊí\x07•Ÿ"
  b"ÂM\v\eHóK»»w\x0FŽô³\x03s"
  b"Í▄Ë·§\x1D@RɬÂ┘É1¯\x18"
  b"à.;I¤ùK§ \x13ˆ…n ˜\x14"
  b"¶¹\x00\x01ú KFÉ\t¬_▒õ±h"
  b"j¹sjÊ)@p¹¦»“ϼqù"
  b"€äxòÀžA(ƒ(\x13Ø)’£©"
  b"ê/Q¢┬╠N\x0EªÕ▓4#]\x1Cü"
  b"ÖI|\tå\x01M\x1D¦Zú¥F®žü"
  b"¦*s\╣ÁN~ÉÊÒ\x03|·iG"
  b"áÇÄ\vÅõB\x15²»öcz\x11Ÿ›"
  b"\x01Šõ¼†\x1EpyŸ|55gó\¸"
  b"5═\x01┼·?IóÅ8\x0F\\x02ß╠°"
  b"ÜÕìöþ`O┐ÂaÒ¬S@╔\e"
  b"Ø|ioE^G┴öy&ÓQ¤9\n"
  b"\x1F\x14╣kACÅûMò¥ÈÕɳ"
  b"D\x13Æ€yûJ@œ©)x\x00Ég+"
  b"ø~þ?5üLÞòÙU░ÌoÌ´"
  b"×À#╠:pLÑÀÍØÉ5x}\x11"
  b"P™‹Ù2\tJtµÖ\x13@6%\x0F¿"
  b"¹\x11h┘óhA2à\x1F»Ó╝þ\rÉ"
  b"\x1E\x1E´íå=DNìÉÈ&ÔXGö"
  b"\¥P\x13ÎÜK¾ž¬\x00jŽ¢~¢"
  b"jü1Ž5rHןåÌ#a¦\x1EÀ"
  b"Ü█ÉònõOÚâà\x12t4OÓ3"
  b"\x00‘«„hTD†œêêó/;\x07ü"
  b"V…û½\x04ÄG%”¹Ì@\x07}MC"
  b"""
    W╝┐ËÌ`CѼóØ#\x02\n
    sn
    """
  b"j¢ãê¯oG*°„97ÍôË "
  b"\x01ŠïºÁási”PÂ)èš\x1A/"
  b"ܶŒÙƒ…KÌ¢q\v\x06…ÅŸÍ"
  b" ¾BGÏ­J3¥çÛ\rGc˜\x14"
  b"I{Ö~ígCc\x102)ýî"
  b"ZVi\x1C5▄@╗ü«äÛh¸╦\x14"
  b"odâÈ"ÐK6§RÔ˜ËÎWÝ"
  b"\f[çƒû¹D宨T¸&˜+Ý"
  b"ÝXÛ€LsBm¶X\x07x^½ÑÜ"
  b"dzÉßÁÌK««\x7FèÚ`¿¯\x00"
  b"·)=É¢fD`ÆÎÕ©â®7S"
  b"á~Ä.Ç<L£ Ã\x043…âKÕ"
  b"\x19WŠÉˆôEù¸EÏ]‚\t"
  b"""
    í╣åç2ª@┴óØ\n
    ╠øÊ╚È
    """
  b"¥ás%™©I\x13€’\t\x1CQ\x01"
  b"▄^J$Û`N&ç\x1E╬╩¹Ïü¦"
  b"""
    ç²ÄyÚ$@î—7ÙL\n
    Õ?Å
    """
  b"\x07\x08š²–ÂA\x19¿\x1E¯‰=Òb\x12"
  b"%Çâ0/³NÞ’§¬ë3»\x06ˆ"
  b"T”oãH“Gð›»\x1EÊ\x11Xÿu"
  b"\x01Šõc9Ü~Š¡¸=ì\x7F_p6"
  b"\x01ŠõcÅ\x04x\x12£GÉ80¦‹o"
  b"G\x18▀‗3íN\x7Fì─a&\x1C├┬ë"
  b"â┐e\x04d½NÑùÛd>Þü_\n"
  b"\x16L’\x00£ôN¢®­Þþ(˜6¦"
  b""r\r¹&▓O;àÅd▄¿3~ø"
  b"?d_\\x17îJáµ\x012ÿÚÝÜt"
  b"]┌I\x03\x00iA3Ø<┴|┘&░\x10"
  b"hèq™ª%G\x12ˆ˜šë‹Dõ2"
  b"mØ«Qu¬E'½#·®\x0E!K©"
  b"ä;gû\x04fJ\x19·äÔõwÇ5Ñ"
  b"ïH4#DhMŸ¥®\x07ä\x176OW"
  b"ß*PL:'E¤—yƒÕår¢®"
  b"\x1EÁP[┐D@¬óûËþnð\x1CÉ"
  b"$²$\x00`qEü·\x04,\t½R;\x1E"
  b"]v’Ç9qG0‹ÖN˜Ý £^"
  b"7Mîu“LЮVzךm„K"
  b"´*ÓSå¹O£’]‹-=×'ï"
  b"-Z/1e\tH©ìPC°M_ô¶"
  b"çbäçééD½›5¡\x11Þå(2"
  b"WÝxµ€D@½ƒˆ\x1CÚ¾0èŒ"
  b"$÷ú¦┴²KËÉ=║UÍN´º"
  b"G\x02Å#2PL\x0E¹~Èqùfì\x1A"
  b"\x13bë:\x08äNQ„õ§IeI“e"
  b"\^R▓×ÆCmÁØ(\x7Fý\x01┌@"
  b"ì\eW─8óFHÆ4ø¥û╔WÃ"
  b"ì$Õ]:¸Ao¡P\x1Aø`ÿo─"
  b"“¨’\x02’¨J\x03´{B¿N¡Rg"
  b"£É=®Ä›HÎ’À\x19å»e|†"
  b"߶\x19\x1DÚ´I¦‰\x10š„\x11Huó"
  b"\r$©┌ÓØDy▓è\x1Dm2ÅHr"
  b"NßøÝwII\x17†||ú¿„¿g"
  b"fþéºÃgOû¨\v¯\x02ÒMxä"
  b"▀;\ef#¯I/Éé¦|8\x12"
  b"ßfü\x11\x17²F3¬½[ú]|VÀ"
  b"à\x05½Q\x18óBWºÎpì\x05\n"
  b"‹FÈ­‘fO£œ¥ŠåTÊen"
  b"2=ž*ùüI²¦Î‡[T–\Ü"
  b"—–j}l‡I\e¨MZ\x15ÅÞ|½"
  b"®ÚMn.ÐA\¸ìþ®ÅÖ\x1CŽ"
  b"\x04\x0EUqÀIùÜ┼ö_Zü\x0F2"
  b"Èú©┘SûJyÅÒk;\x1Ex<─"
  b"\x01Šï†k×p¹†0…¶‹ÞÁX"
  b"\x01è´Æ%\x12|ýòØs¾ª³î┤"
  b"\x01Šï”“\x12\x7F\x01›É\r>8l®4"
  b" o%2å!Hñ¸\x124qé\x17åU"
  b""}\x15\twýLûåØÇ\x18\x03\x19""
  b"""
    ["\n
    §Å\x0E@‘™¤\x01ìŽ\x1E\x1A;
    """
  b"Ö5L¯óEL´âçƒÉÇ©Hr"
  b"╩ì¢s_ÝDíÿ╝è2'&;Á"
  b"ÎÖ\x10‹Ï:M0¤é\x14ì*‚G\f"
  b"ôÔ5‹£âBåŒ×4»íŒ —"
  b"\x01É×*z\M\x04¥³%N|*Mp"
  b"K2h”6ÜGÉ™è(šáúÈv"
  b"É-JõóöGìñ?hå\x17O\x1FÄ"
  b"¥ìxì¢\x15H™¦Nú\x052ߪ\x03"
  b"╝Ñ\x04L\x16ØB½©║õ³\x08*\x1F"
  b"\x02Â:³”\rGί\x00\x1AN­…¸"
  b"\x12(­18øL'£‚dáê¯ù¼"
  b"\x14P¢Ôþ•Kj©Ù|0d\f\x19\x15"
  b"\x14âÝb\x03bH\x10× Éä\x04\x05"
  b"\x16\x12õiåËN+¦ŸN\x1CŽ«•X"
  b"\x18ºÔy\vJM"ªjØæ¨ä)p"
  b"\x19õÿ^¼öHi‚Å·•„çÛ\x18"
  b"\x1A\x16\x15I\vøN\x16†õ¤,î£V\x19"
  b"\x1C\x00"hÃëE\t¬Kj\x1DÙ¨Xs"
  b"\x1D\x16\x1A¥Fo˜‚Áô¨+%â"
  b"#Uáv`>GØÀ\x0FÓá(X~X"
  b"&-'ÑRÉBçå3¾c─\x15\x12ä"
  b")ûPµäFJN—ô!+c†\x19´"
  b".\x0F9>\x0F;KO¦h<MÚk»š"
  b"0?ewŸM÷‰L0€Ëù\x10£"
  b"8¬}ÎôCG{€ïÅð™)WÊ"
  b">\x1Dê!/¼LQüg¼\x023/¿ö"
  b"@V&@-(N\x01¶uÄj\x08†¹Ï"
  b"""
    CºyçkýE\n
    ¸Ž‰0f_¿†
    """
  b"D\x1D\x08üG(ÀÇ\rÓ¡þÜ\x1D"
  b"E^\x1ETU%FÙ¨_6¥„D>]"
  b"Qx\x18!ƒÎLÉ£\x08¸Óä³L¹"
  b"Tû´y\x05¢Cµ’â!ÑÚw=Œ"
  b"X\x1Dn€O£G‡™¹\x1F¬JbPÏ"
  b"""
    X°°w\n
    ø@`«Y\r\x02$Ù8U
    """
  b"[\x18ü¸àpC]ºÿB»å%Œ}"
  b"b•‹rjõH\x18›©ì\x01áÛÉJ"
  b"eýJG?WB®Ž²¾°^¨ò³"
  b"hŸŒ•-P@\v¬‹6PA\û½"
  b"iX\x01\x16Ž´OZ—¥Xš'³@Ò"
  b"‚Ê\x16–ß\x1CE`ªËÈ–´ªFP"
  b"ƒ\x12YõÐ\vD:„yvÒ) µë"
  b"‡Ä¤\x12\x06ùDìŠ8´[^Ÿ•\x19"
  b"êj©GÄ\x17NlØECIN¤\x08$"
  b"ŒÐÌz7\fH„¿ü\x10ß¹¼M\x08"
  b"ºÍ█o\x191O'ü¾P│\x01╣╗Ã"
  b"°Øµ\x10àSF5˜î95£ló¤"
  b"·\r–`»—Ež»%êaC\x105\x1A"
  b"º\x05Wð%áJ¸›\x18\†©¸¼\x16"
  b"ºÕ¿#~âHm›53]s\x02·>"
  b"»»\x05˜ÛhKA´Ý&DÑ\x07V:"
  b"¼\x13\x05Øz³H3¶CB“èbz¼"
  b"Ï\\x07ùRšB\x1D\x1Aÿ%¸?u©"
  b"Ö”š\x1C ¦Mi©PMØ@ Gä"
  b"ÖÂÁ\x0E˜PJ„‹qú¬AZg@"
  b"×s›"¶á@P€‘\x05ÈBò\x0Fì"
  b"ëré,]@BN·zS;ýüîÝ"
  b"ø\x1CJÇIÌKžœlºGs§ç×"
  b"ýWÓÚ3ìDCž\x13Ð!êÝï"
  b"\ežú‚uíC¨ºÍ,뚬$¸"
  b"àû\x0Fvös@&”ZÒ°Ê\x12ˆÜ"
  b"0Â<,—3Np«\x7FwùÎ× $"
  b"×é┘\x14bæMBì±A®Ô-Ã'"
  b"„—wi¶ÉB”‚NU{Šžïç"
  b"?Gòì╠HM\x19ôÁ@Þõº[2"
  b"\tÅ)gÌ)NŒže5’@²J±"
  b"Ùiá▓ã|Oo│©\x08aÉ[í\x19"
  b"\x1D}\rÞy«O1´¤À¥Ø6i~"
  b"!ëÑ17…@ü–µ;\x0EŸ5Ö•"
  b"\x01ì┼ı\x15QvGÄO\x19╠▄ïê\x11"
  b"<"Wí¢fNMž£LÍ%õȯ"
  b"Œc\v¡I»Gà‘V½NþE¿J"
  b"\x1E=VP÷¡N¸ŠÖFάéÞx"
  b"¥ºa4Î\x06J®µx\x08@4ýq§"
  b"¸­\x1EÒ$JH\x07±) Ÿ/ßg¥"
  b"jAKØXpB\r´u•\x08›ÝÜH"
  b"\x00Q┴g├¶OÓöôÐìè~Ìu"
  b"ËüíÇ·▀B©©\x07‗}"M\x07\x02"
  b"\x00ÏÄ1¦ÙB¬…\x1FÀ0ÞqŠ\"
  b"\x18 w+\x18öFk’ÄÌB L‘ó"
  b"\x19QÂ├NØD¦öT\tÊ|│ºË"
  b"U\x1FÚg1oEë‚\x03­aðÔ8Í"
  b"Å!─®‗\x00Ié»s>╗ù│þÙ"
  b"-½t\x11{&KWÆì1À_`Ô│"
  b"'\x19=╚ÅKI╠½╝$▓?\x1Cú\x03"
  b"j H▄ØuC\x18¡\x0F\x07£ÄÚ§└"
  b"ÕÕúä│hHpØMÂå│*ç■"
  b"\x07AíE\x01\x1FOÉ×%Ób■\x04ªª"
  b"PŸô8\x03ÕO%®ÁÙÀ4Á6X"
  b"¨y\x16\t\žLX‘vPÆ\x1F’2Û"
  b"¯ìÍæ‘bMS”uð_ê¡)t"
  b"""
    \x1E‹Â\x17\n
    ±GÌ»oLÛnGMÃ
    """
  b"\x01‹Ø;]Ny\x1C¥§YT¯à\x18ã"
  b"H\týØ­£Eæµ)U?7\x10÷-"
  b"•æ´B]ûEö™\x1DÚ÷ä(´\x17"
  b"äÝ¥”ë-C\f¤JßP¡áfk"
  b"\x1CB.g9A0”Füæ\x1Eaî "
  b"Òò~ük╝L)Ĭ*ߦFT¬"
  b"""
    \x03ÑŽï\n
    ·Kö•±jú\x1D‚2\x1A
    """
  b"\x15_wÁ̃J>ŠÉh\x0E¨\x16Ð["
  b"¥Þâ`\x01úN ­pA\x03ÿ¶v«"
  b"|ÙEMN┌HVØ╗ÿsÓ▀\x0FÉ"
  b"""
    \n
    WÙÞÇAí§8d\x03é ¦.
    """
  b"¾ó░ì÷ÔHìïæ+m\x13©‗%"
  b"ÁW\x00Þ\x01\x13H€€\x1ARHÂÄaá"
  b"\x19>ÚÝ×üJÈ›Üo9ä/Gy"
  b"ãKN£=¸M¸äªbÿ2ì87"
  b"¦/»±ºBHE‹^é„9%FB"
  b"uUË\x04Ë\x1FFŸºŠÞ\x0F\x12c’^"
  b"wxÊ‘læGωæ]ᢾ8\e"
  b"Z:*x&\x0FM@±m‰Y­°ùå"
  b"·A¾Ú,»ESŽƒ æÙ\x05.j"
  b"\x18n¹°:QAá’ï+Ãfz”Ï"
  b"1…U¸7!L}šú6\x17ÿ6r*"
  b"29æ\x14Ñv@\x1C©VC\x12\x0E$"
  b"O\x077Ï÷ðN»¯\x0E°aIh®e"
  b"\x04\v«(»sB·ü\x08]äe¯\x08ï"
  b"'U”\x02NHK‚@\x0FÍŠ¨-Ò"
  b"è¬þÂ:Z@źTçıÅ$É5"
  b"þ±Ñ&|yB¿“ñè\x12w•\x1E\x10"
  b"ëœÇH±\vH€ˆÐù=›»ç\x0E"
  b"¯¢šŠû\x01Dï¼å¦í-6ô8"
  b"0(ìs▒BE╬ëê\x04\x19­$Ïe"
  b"øhØ\x00\nÒN\rÉ\TÅCå_\x12"
  b"†àƒ©6.EÒ¬‹Y+þfj\x15"
  b"Cì4<\x10ýBñ—?sa^X*F"
  b"²?éu,>Cƒ“åŽY¦ÐV'"
  b"ìŽ=ïî0L=¤7\x11\x02\x01"
  b"À\rq%JïNÍ°B¨:TX¢Ä"
  b"\x06\x19ÓzOm‚lnì2¯év"
  b"†Èü.0Ž@K¥Ãô¥¼\x1C\x03q"
  b"\x08ÝoÉÌ╝IõæøÕK}³═\t"
  b"¯D§ãW\x1DHûüD)Ð▓ÄV+"
  b"3“zC9WCÿ¶Ù–€K¯Â;"
  b"½ËùýÁ~G¼ƒóGÈÑb™)"
  b"=)wÅC\x7FH2áÄ\x08ÆÀRÜ\x01"
  b"\x01ï©~ж|‗ûÌUÅ8│F╩"
  b"§\x02ભ\eA¦¼“xÂÆIÙ("
  b"»Û\x19\x0F\x1A¢HÉ«I╣4\\x10Fh"
  b")Ê·þâ\x05OP”Kh“±v4n"
  b"@{║\x19\x00LÅÉ\x02^\x1D!!^A"
  b"\f~b\x0EIVH‗åç\x03┐>Lüù"
  b"A„Îææ@G‡"’o}"×7"
  b".Õ<>EBOÍš\x1E\x10†€Eàf"
  b"WÇHØÄëNP°ieú÷êtï"
  b"[¸═`MÛD{ïì\x13û7╬ëâ"
  b"z€I‹\x13lEµ¤€ƒ<\x0F‡/¶"
  b"\x02-░êD┴ìù=ÏÿÎa±"
  b"¨ä╝)#BK[üý\t\x0FR\x16ÙL"
  b"Œ6§ßò]O\x0Eˆë­Ø\tšÆ5"
  b"EI╣\v\r6IÝÅ|\x12\x12eÞì"
  b"3È­~Ö\x14Kõ›Ó*™ôñÖe"
  b"{Ië‹rëCW¾¹ ð—“'Â"
  b"È\x17ÿ^kbHx»ô$\x0F—r{U"
  b"""
    ßßÝæiÐGŖ缜\n
    -éå
    """
  b":f1„\x0EÄJa§b¤Õ„°Â\x04"
  b";ü«ñJÀ@\x0EÄü\rP╠┐ùs"
  b"ð…˜ÿ\x14Ç@ß³§Î©\x07‚X¼"
  b"ÃÀâðp\x11A)É║P¹ò-█S"
  b"\x10├7ÕH\x1AÖ\x7F\x1D¬WÊ©h"
  b"’oøm¾\I×–â\tuD¦dÞ"
  b"?▀ß└{±E¥ü\x194wÿ‗Ùñ"
  b"«N`á8·E †Ä8ò\tI_Ë"
  b"¯\x15âDÞ£F\x11‹!Ù.-v\x04|"
  b"Ådÿä\e½NKÑ!^?┘ÿS§"
  b"B£M&g°E-Â.ìò«Ò4ò"
  b"å®@(┤╬OôÉ▀¨ï±│Ê\x14"
  b"Åï\x0F+µVCÔ®w<O]J l"
  b"+¿YÖľLŒ¡!.\x03½^3\x14"
  b"\x08DW|†\x12Hõ—4\x00M\x02µºA"
  b"\x0Fájò¾®BìªIQ6\x1DÏ\x12Ú"
  b"p™:³}1MZŠê^“%úâ\x0F"
  b"ÚW3\x07║oG÷è:ÃI@╝Ø\x12"
]
114 0.56 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
]
115 0.31 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
116 0.18 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
117 0.23 ms
SELECT `jett_mce_setting`.`id` FROM `jett_mce_setting` LEFT JOIN `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping` ON `jett_mce_setting`.`id` = `jett_mce_setting.salesChannels.mapping`.`jett_mce_setting_id`  LEFT JOIN `sales_channel` `jett_mce_setting.salesChannels` ON `jett_mce_setting.salesChannels.mapping`.`sales_channel_id` = `jett_mce_setting.salesChannels`.`id`  WHERE (`jett_mce_setting.salesChannels`.`id` = ?) GROUP BY `jett_mce_setting`.`id`
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
]
118 0.30 ms
SELECT `jett_mce_setting`.`id` as `jett_mce_setting.id`, `jett_mce_setting`.`active` as `jett_mce_setting.active`, `jett_mce_setting`.`label` as `jett_mce_setting.label`, `jett_mce_setting`.`api_key` as `jett_mce_setting.apiKey`, `jett_mce_setting`.`list_id` as `jett_mce_setting.listId`, `jett_mce_setting`.`list_name` as `jett_mce_setting.listName`, `jett_mce_setting`.`store_id` as `jett_mce_setting.storeId`, `jett_mce_setting`.`store_name` as `jett_mce_setting.storeName`, `jett_mce_setting`.`store_domain_id` as `jett_mce_setting.storeDomainId`, `jett_mce_setting`.`store_currency_code` as `jett_mce_setting.storeCurrencyCode`, `jett_mce_setting`.`store_connected_site` as `jett_mce_setting.storeConnectedSite`, `jett_mce_setting`.`embed_connected_site` as `jett_mce_setting.embedConnectedSite`, `jett_mce_setting`.`customer_groups` as `jett_mce_setting.customerGroups`, `jett_mce_setting`.`subscriber_status` as `jett_mce_setting.subscriberStatus`, `jett_mce_setting`.`abandoned_carts` as `jett_mce_setting.abandonedCarts`, `jett_mce_setting`.`log_storage_period` as `jett_mce_setting.logStoragePeriod`, `jett_mce_setting`.`sync_limit` as `jett_mce_setting.syncLimit`, `jett_mce_setting`.`stats` as `jett_mce_setting.stats`, `jett_mce_setting`.`merge_fields` as `jett_mce_setting.mergeFields`, `jett_mce_setting`.`subscriber_sync_active` as `jett_mce_setting.subscriberSyncActive`, `jett_mce_setting`.`sync_all_languages` as `jett_mce_setting.syncAllLanguages`, `jett_mce_setting`.`sync_custom_fields_active` as `jett_mce_setting.syncCustomFieldsActive`, `jett_mce_setting`.`vendor_option` as `jett_mce_setting.vendorOption`, `jett_mce_setting`.`stats_sync_date` as `jett_mce_setting.statsSyncDate`, `jett_mce_setting`.`last_sync_date_for_orders` as `jett_mce_setting.lastSyncDateForOrders`, `jett_mce_setting`.`last_sync_date_for_products` as `jett_mce_setting.lastSyncDateForProducts`, `jett_mce_setting`.`last_sync_date_for_customers` as `jett_mce_setting.lastSyncDateForCustomers`, `jett_mce_setting`.`last_sync_date_for_subscribers` as `jett_mce_setting.lastSyncDateForSubscribers`, `jett_mce_setting`.`created_at` as `jett_mce_setting.createdAt`, `jett_mce_setting`.`updated_at` as `jett_mce_setting.updatedAt`, (SELECT GROUP_CONCAT(HEX(`jett_mce_setting.salesChannels.mapping`.`sales_channel_id`) SEPARATOR '||')
                  FROM `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping`
                  WHERE `jett_mce_setting.salesChannels.mapping`.`jett_mce_setting_id` = `jett_mce_setting`.`id` ) as `jett_mce_setting.salesChannels.id_mapping`, (SELECT GROUP_CONCAT(HEX(`jett_mce_setting.languages.mapping`.`language_id`) SEPARATOR '||')
                  FROM `jett_mce_setting_language` `jett_mce_setting.languages.mapping`
                  WHERE `jett_mce_setting.languages.mapping`.`jett_mce_setting_id` = `jett_mce_setting`.`id` ) as `jett_mce_setting.languages.id_mapping` FROM `jett_mce_setting` WHERE `jett_mce_setting`.`id` IN (?)
Parameters:
[
  b"\x01ŒCÏ+A}8Žuõß¹”1±"
]
119 0.39 ms
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel.analytics`.`id` as `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` as `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` as `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` as `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` as `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` as `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` as `sales_channel.analytics.updatedAt`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
]
120 0.12 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE `language`.`id` IN (?)
Parameters:
[
  b"É(Ü\x17ÎWI\x05¾ù%-Ò¤hò"
]
121 0.21 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          JSON_UNQUOTE(JSON_EXTRACT(`domain`.custom_fields, '$.isoCode')) AS overriddenLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
]
122 0.39 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?, ?)
Parameters:
[
  "/navigation/a25ef12db09d4c2fb1d5824a4d89314e"
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  b"É(Ü\x17ÎWI\x05¾ù%-Ò¤hò"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
123 0.11 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
124 0.36 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
125 0.32 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "MolliePayments.config.%"
]
126 0.23 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "MolliePayments.config.%"
]
127 0.22 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "MolliePayments.config.%"
]
128 0.23 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  "MolliePayments.config.%"
]
129 0.46 ms
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel.analytics`.`id` as `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` as `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` as `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` as `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` as `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` as `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` as `sales_channel.analytics.updatedAt`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` WHERE (`sales_channel`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
130 0.19 ms
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x10\x1E\x15J¹$M\x0E•‘˜\x7Fƒ! ±"
  b"\x12£:î\x1C\x1F@–¬c¬\x01=ˆËí"
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
  b"b\x0E_]iåL½žH¾Z¾T÷³"
  b"¸R$ô\x07jHl¢\x00¹JÐÒ/Ç"
  b"¿¤éßj¹Fû°ï?eÀߊ^"
]
131 0.12 ms
SELECT `sales_channel_domain`.`id` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` = ?) LIMIT 1
Parameters:
[
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
]
132 0.11 ms
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE `sales_channel_domain`.`id` IN (?)
Parameters:
[
  b"\x01“lÌ‘Ìp^¤môÜŽaùÀ"
]
133 0.94 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id IS NULL) AND (property.module = ?)
Parameters:
[
  "frontend.navigation.page"
]
134 0.18 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"\x16\x16†}JP¾\x7F¿Û»\x1DíÓ"
  "frontend.navigation.page"
]
135 0.20 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"pFÒ\x1D¦ôDÄ¢¤\x1F\x19Tßl˜"
  "frontend.navigation.page"
]
136 0.15 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"}\x17Y║§ÄC;ó¦%┌îŨD"
  "frontend.navigation.page"
]
137 0.39 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ó^±-░ØL/▒ıéJMë1N"
]
138 0.14 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
139 0.32 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "en-GB"
]
140 0.61 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ó^±-░ØL/▒ıéJMë1N"
]
141 8.47 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/navigation/a25ef12db09d4c2fb1d5824a4d89314e"
  "/navigation/61d457a234704561af39d170020f5ea7"
  "/navigation/27760e34bb6b4a68a30a6b9706f5053a"
  "/navigation/df2f2cf973254d428e0bd43e02139619"
  "/navigation/a6f3af1160b440ee910b23230b3e0db4"
  "/navigation/0131675421964b1c91262e5787f1edfc"
  "/navigation/a58fd210ca934ad4a6db6520bc716dff"
  "/navigation/70627a2f26044449bdde2f94061c81e7"
  "/navigation/35169d1beafe46d0bad67c6c6a3baa33"
  "/navigation/3c6c872ab28a4f46b0577bbea58dd8a6"
  "/navigation/80e481e2391a4288b272f087a0216c15"
  "/navigation/ab1063e9905b406581e2ffbb295a108a"
  "/navigation/dffc71a8655c409d8982830b3618345f"
  "/navigation/cd4b83075b4744edbca920207d2e82a3"
  "/navigation/36873ad24e04446a94bb3851534c6469"
  "/navigation/960d3f3db3704983a4e4d5ae2b38954e"
  "/navigation/47560799f28140b6996d137dc1281371"
  "/navigation/11f859394ca64a9c9179f931b38489e9"
  "/navigation/8315bf0047a44429ab358093f4d480af"
  "/navigation/3bf69875f938409ca10434725f25a0d6"
  "/navigation/2bb1b3f88687481988fa07fb3792ea17"
  "/navigation/b5453a9adf3744d5b33f42c6fd116893"
  "/navigation/65c1f118c0e64084b0bb3adcbca390fb"
  "/navigation/7622a9d1ad88483a994ebe50ed586d41"
  "/navigation/abe2ef49aa5e46a6aaff1610966e5289"
  "/navigation/cfee3254abda43e293bd7e2bd7ef212a"
  "/navigation/7e5164adeb2749e0831d031b525d33ef"
  "/navigation/db7e4dbb1b55445c96e8e25c1af884bd"
  "/navigation/dd319d77b66d448599d2ff07b43e706a"
  "/navigation/b6fa02d50ee647cf96d7dadbefcda9fd"
  "/navigation/f654de84690f4623bd927b9a61b1a9a6"
  "/navigation/bca125937851488b9345ec44ad724559"
  "/navigation/5f5a5cb00fc2433c86cfafdb15ef0fab"
  "/navigation/d2da177276da477cb2aabf563d3133f9"
  "/navigation/10346e8c0f8a4238b6b93a5fd6932721"
  "/navigation/77fc98a0f83d4dfda385e6d6f8ea3060"
  "/navigation/1b22804006d440d1824c2ee4b56f49cf"
  "/navigation/665cce3e75c149a192d3a53efceddb30"
  "/navigation/018deee7937775d789947579fa0664a0"
  "/navigation/018deee8451171d1a1d3cad850d4309e"
  "/navigation/018deee87a557321b059542e24a83e11"
  "/navigation/018deede01a870e4bea1cc52c1bbd392"
  "/navigation/1d798955900546c3becb38227b33918c"
  "/navigation/a0c7ebb092564bc9b1d4fd9b6246d9cc"
  "/navigation/3dd34987e7fd43d18380142e0ead2410"
  "/navigation/a789778dc5c244f8b2d5a9f3cab4c1ff"
  "/navigation/5ab5926d530b49cca7fe3a4d41d6d8e2"
  "/navigation/f3216c982c87425a96f6bf6bef38ab16"
  "/navigation/5b84f5f11aae4557b0ce44bbd99ff7af"
  "/navigation/997d02c7f03243ada73cc4275d15c933"
  "/navigation/8ecd2fc8e8a6497fadb74123834542ca"
  "/navigation/431b480849d94927bb528b3dd7f9eccb"
  "/navigation/1fcd1507a6c04153ba12e486c328e324"
  "/navigation/59ce85d626844006abb1dfbcc99d6dba"
  "/navigation/5fe6bc2b9fd84739a3570ba811d18e7c"
  "/navigation/d8a1f534667c4feda0c788668ab4f57e"
  "/navigation/586d6d51747e4279a93ca5ba1781e11d"
  "/navigation/073a06f589334aa0aef7d32ef686dc21"
  "/navigation/985b8b74c0a948b6a9348237e06e92fd"
  "/navigation/f27fc066855e42cd913c980a803ac581"
  "/navigation/b199071ba50e4f9db29ae1634aa24ec5"
  "/navigation/3d99fc4095924c2fb150091ff0410607"
  "/navigation/267f805333b244a79f20d98c0a63da38"
  "/navigation/8863d19e1da9439f84eea2b422c4a347"
  "/navigation/7f99d8625041486a93858d3fccd09f96"
  "/detail/269896df53174bc7acd92f6be1b8d7b9"
  "/navigation/a55bf23678304597af9e9e355cc9fa49"
  "/navigation/9b736b168b164f239fc58b096783fe79"
  "/navigation/77debe7e8c704013abd00b55ddeb0f5c"
  "/navigation/00f717086dfa41efb11852111fdcffb1"
  "/navigation/db6d286f04e84fb3997f9c58f1972123"
  "/navigation/a3097b390efa4967b7f8071ceef240fc"
  "/navigation/8fe20c8de5a144b78f3539b4fbcd13b4"
  "/navigation/0e792795c1c84b52932bdd1ac226082f"
  "/navigation/84ffc6f58e804b888f60d11f960c8abf"
  "/navigation/c8b7251db57f43c6937d9b5f90c31bc9"
  "/navigation/737ff618f46a41018d6f3668e95a338d"
  "/detail/70858eb69d604037869ebb6566e56203"
  "/navigation/f1e1e0d48dfe42ccb459771aa3edf01f"
  "/navigation/4c3781abf08f4441b2ddf71a03562232"
  "/navigation/26dd76d221cc46d6ade790b1fe1f65cf"
  "/navigation/a8cdd80c004c4253a318ec92618bb192"
  "/navigation/d53c5efa984e42be94a300ecf63b60ad"
  "/navigation/1e5e16cb07e447c8a5d8433d54257c00"
  "/navigation/15d216a38c70470998ce626b08b9bd09"
  "/navigation/e174e6e668494d528e324cac7ee7883f"
  "/navigation/2b034fcdaad84f16aee6363084ac5703"
  "/navigation/63f0ffab9cdd4c0681564dbcee832791"
  "/navigation/650c6a83a42c4e36ab4aae80d9b10616"
  "/navigation/f13c3883c9ef4baaaaf32f1c0ac0b415"
  "/navigation/8ec070d8174c472895daea4c166f0b27"
  "/navigation/9048ba5dab194585968275c0633c399d"
  "/navigation/0bbb5210f91e42fc997a2042c54403d5"
  "/navigation/82a6af1ccf84410388459cdd249851d5"
  "/navigation/bebda414df96444dbba57e99c6e5982a"
  "/navigation/42207eb532a14c9888587a46dce7e46b"
  "/navigation/f4f1a9c1e5de46dab72c2b2152f6b789"
  "/navigation/12aa54f428db4c43ad4d55d6a601b96d"
  "/navigation/a66fbd11713c42dc98dddb4f5adbb005"
  "/navigation/60316f4227b94b488316a9fe77d10f60"
  "/navigation/dc7daf9e740b4f75b415e85f0ea2c7b8"
  "/navigation/ca67b7d059bd42b1bca8df2b1d0f535b"
  "/navigation/00d0775f16ad4dec8c0a0c9eb9d192b7"
  "/navigation/e2003abee2db45768bc5b05b2dd18d39"
  "/navigation/547f148f94594f5f9bbb60aa45757d91"
  "/navigation/f0b6d7d1208f452fbba62fd5b48722ac"
  "/navigation/08312f2e38b340ceb823a42339b78314"
  "/navigation/e891242f09a941aab6a68d92f43463ea"
  "/navigation/e4113c9c25c44d98a157ecd97d35d753"
  "/navigation/811b6317c941485cb63a23c96c1d8c86"
  "/navigation/aaa8ed74b5d34c11b5a79aee139944dd"
  "/navigation/661a6e85a1e54196a2f818086c435401"
  "/navigation/70239c5ed0cd42ffb88e818fe4dabd46"
  "/navigation/0b713bf1fe2d47eebc88e5b5b316b61f"
  "/navigation/087b0b54abc14dafbb140510abdc43ae"
  "/navigation/00b6459a4fbd42fc8c926d206c59e836"
  "/navigation/64115a40330b4543b464cffdf12c345f"
  "/navigation/1954e5bbe16a4d0dade155ad59ce4e01"
  "/navigation/d668890f1fca4488a358f0f4f7e6f931"
  "/detail/2359508737da4cbb990913e3e8dd4f04"
  "/detail/27dc08b3324140cfa0e52efc4a8c797d"
  "/detail/7ca734cf5a344ac49faeb0b0e7a191af"
  "/detail/869cb6d6218a41818fd5f9305ba409de"
  "/detail/3b64f4d2fee54a20892064fd90530432"
  "/detail/fb2a1e73e51846f2975e6505341e821d"
  "/detail/1b8afd469365484fa6873fff5ac74c5b"
  "/detail/9a802a7d45564bb58e760a19cf09885d"
  "/detail/ef857fee0fbd4318840a9df4da4e44be"
  "/detail/0929a46109094ba9a56cf45d744f4b5c"
  "/detail/b1ee66987ac047e6ae5d4748c898de95"
  "/detail/dd16c136088149a3aae4adc4dfd3f922"
  "/detail/5a543886fa6d446ea364989e74faa0ce"
  "/detail/00f66578e05348bcba39159004b470f8"
  "/detail/ad9c766445484d62a666986102cdf66b"
  "/detail/6f4c9d1acce74d15a2955c0592bc6c83"
  "/detail/55db51d48b304a36952b47296b70eb92"
  "/detail/0a8687b74c074c06a790f738b3451f20"
  "/detail/6181e2ac0f5e422198a4ab323e7283bf"
  "/detail/0a9d151f859e42cfaf5b7f02b77907d5"
  "/detail/12ba44de89a14c62b396f19a5710cec8"
  "/detail/dc074ef1b3e543539deea84d9610d672"
  "/detail/d051c542b5a04d6f93e9dfd1febd2aac"
  "/detail/ce0d760368224e459768a3f167a33089"
  "/navigation/197db2f7b1b2451db8fb7440d6b7498a"
  "/navigation/6f2d1c73071444a8accb86d865a200ad"
  "/navigation/cc7e993f16dc47609c87916443021492"
  "/navigation/d4c3852bc00c4be2baf0e49b554493f9"
  "/navigation/94bdea15aa4b43cd8256661965e95851"
  "/navigation/018cf8baf27379ddab0fbdb4c9427c65"
  "/navigation/1a746882679d45ddbafde7fe38a0f7b9"
  "/navigation/3a0ee78fd1df4057921c052f1da61877"
  "/navigation/018b617ae89d71a4816d51dd37e74ef6"
  "/navigation/018b61f13159704aac192417fd8ac6ec"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"(\r\x1C«ôM\x13ôÔó8ÅC9c"
]
142 0.53 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"\x10▀&ó¨¢I▓àï1üÑ\x1E│t"
  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"ÊOj—}:@Ö‹\x1CT¿£ÈAó"
  b"Þ$U¿Œ¢Kš„|ž9~@ri"
  b"­ã:╔\x06▀AÉɳ\x07x\x01E¦k"
  b"\x01ÄtÍxüu\x12×ñ▒-\r%õ´"
  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.