Query Metrics

74 Database Queries
53 Different statements
54.19 ms Query time

Queries

Group similar statements

# Time Info
1 0.49 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.67 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.39 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.38 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:
[]
5 0.07 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:
[]
6 0.43 ms
SELECT configuration_value FROM system_config WHERE (configuration_key = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) ORDER BY sales_channel_id IS NULL ASC LIMIT 1
Parameters:
[
  "NetiNextStoreLocator.config.seoUrl"
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
]
7 0.33 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 = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  "NieWina"
  "NieWina/"
]
8 0.33 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  "Qo5BucWTVy5GG818IjfIdQEycbT2uopW"
]
9 0.14 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "Qo5BucWTVy5GG818IjfIdQEycbT2uopW"
]
10 0.18 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
11 0.51 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
12 0.17 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
13 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:
[]
14 0.22 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
15 0.15 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  b"▀¨óhÇiI─ÅTY nÂGº"
]
16 0.14 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
17 0.40 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
18 0.16 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
19 0.28 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
20 0.20 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
21 0.32 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
22 0.48 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
23 0.15 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
24 0.30 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
25 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:
[]
26 0.13 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
27 0.37 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
28 0.17 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
29 0.28 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
30 0.28 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:
[]
31 0.50 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`.`cms_navigation_page_id` as `category.cmsNavigationPageId`, `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"\x01“ÏÌÍpx¢£/‹Qm&Û?"
]
32 0.14 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
33 0.32 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.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 WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Šj’)Nsצ›9ü°BŠP"
]
34 0.44 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.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 `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.media_id, `cms_section.backgroundMedia.translation`.title as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.alt as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.custom_fields as `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation`.created_at as `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation`.updated_at as `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation`.media_id as `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation`.language_id as `cms_section.backgroundMedia.translation.languageId` 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"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Šj’)Nsצ›9ü°BŠP"
]
35 0.45 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.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 `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.media_id, `cms_block.backgroundMedia.translation`.title as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.alt as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.custom_fields as `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation`.created_at as `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation`.updated_at as `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation`.media_id as `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation`.language_id as `cms_block.backgroundMedia.translation.languageId` 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Šj’)hsµœÒ*\v„E¯?"
  b"\x01Šj’)¹p^ƒ\rž€ÌÎȼ"
]
36 0.45 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.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 WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Šj’)hsµœÒ*\v„ DŒ"
  b"\x01èjÆ)hsÁ£Ê*\và┌£Å"
  b"\x01Šj’)¹p^ƒ\rž€Í<÷M"
]
37 0.29 ms
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.label`,`product_sorting.translation.label`) as `product_sorting.label`, `product_sorting.translation.createdAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.productSortingId`, `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.product_sorting_id, `product_sorting.translation`.label as `product_sorting.translation.label`, `product_sorting.translation`.created_at as `product_sorting.translation.createdAt`, `product_sorting.translation`.updated_at as `product_sorting.translation.updatedAt`, `product_sorting.translation`.product_sorting_id as `product_sorting.translation.productSortingId`, `product_sorting.translation`.language_id as `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.language_id = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"OŠºY1ÂBÔ„ïgÆQ\x1A¾†"
]
38 0.15 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
]
39 0.24 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"OŠºY1ÂBÔ„ïgÆQ\x1A¾†"
  b"ÂJŠù&OMz›¢u¢Âª\x02¢"
  b"ìYÀÆ«$F\x10░├½¾Ôé\r\x1E"
  b"\x01ìÈ·SH|þêÖ\x11)Wv╦q"
  b"JgïÊؽOFá\x12QÚ_\x03ç¡"
  b"5ÍF‡5ÀAi‹^å\r\e±E‚"
]
40 0.17 ms
SELECT LOWER(HEX(property_group_id)) as property_group_id, LOWER(HEX(id)) as id
             FROM property_group_option
             WHERE id IN (?)
Parameters:
[
  b"W\x10 2~¾Kÿå\x01ï,ÅýXs"
]
41 5.27 ms
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `product_category_tree` `category.nestedProducts.mapping` ON `category`.`id` = `category.nestedProducts.mapping`.`category_id`  AND `category`.`version_id` = `category.nestedProducts.mapping`.`category_version_id` LEFT JOIN `product` `category.nestedProducts` ON `category.nestedProducts.mapping`.`product_id` = `category.nestedProducts`.`id`  AND `category.nestedProducts`.`version_id` = `category.nestedProducts.mapping`.`product_version_id` LEFT JOIN `product` `category.nestedProducts.parent` ON `category.nestedProducts`.`parent_id` = `category.nestedProducts.parent`.`id` AND `category.nestedProducts`.`parent_version_id` = `category.nestedProducts.parent`.`version_id` WHERE (`category`.`version_id` = ?) AND ((NOT (`category.nestedProducts`.`id` <=> ? OR `category`.`level` <=> ?))) GROUP BY `category`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  null
  1
]
42 1.60 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`.`cms_navigation_page_id` as `category.cmsNavigationPageId`, (SELECT GROUP_CONCAT(HEX(`category.nestedProducts.mapping`.`product_id`) SEPARATOR '||')
                  FROM `product_category_tree` `category.nestedProducts.mapping`
                  WHERE `category.nestedProducts.mapping`.`category_id` = `category`.`id` AND `category.nestedProducts.mapping`.category_version_id = `category`.version_id ) as `category.nestedProducts.id_mapping`, `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"\x01ì▒§ı®t┴º\x06úO└▄╩4"
  b"\x01“ÏÌÍpx¢£/‹Qm&Û?"
  b"\x02é³Z \x15N’¹‹¥\x14-S¦I"
  b"\x16V\x1F\x02A™Iþµ¬a¤îlb\x11"
  b"@Qq\x00Â^O\x02\v░ì\x10■TÒ"
  b"""
    B K.€eN\x06º™!Ò\n
    \x11B‹
    """
  b"N\x02âýnGO"©ˆ\x06u-»0Ë"
  b"vÆ–]\x00\x14MX“od|ÐV\x15~"
  b"üÒ\x17\x05\x13EB£│\x05ÒÀ\v'ÄØ"
  b"‹û_TøÓO¦¸k¨3mCŽ‰"
  b"¦=\x11tg\vDC”Î\x1Fÿ¼¦ã>"
  b"±2~*£¦G"ªÚ’Ü*¾\x1D1"
  b"Ï Ñáò┐Nä©yÄýì°[["
]
43 23.50 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `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`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.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` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ì\x13*vãp┘┤┴#ÝÉdÍ©"
  b"\x01ì\x13*▓▀p$╣ÒF¨rEµ&"
  b"\x01ì\x14\x16\|p\eò┘±┬&+]´"
  b"\x01ì\x14 Újp<®wë>│(?î"
  b"\x01ì\x14$+æs³ªãþ|p9qR"
  b"\x01ì\x14'Ó{pvåxA\v»à\x1Fù"
  b"\x01ì\x14(Døqh×\rÞ«Éb┼K"
  b"\x01ì\x14(¬¸q9×Ïâó╝│ZÔ"
  b"\x01ì\x16ü└\x1Es\x14ëêÇ.\x02SÇÌ"
  b"\x01ì\x16Ø´ÇqáîfÛiÏL\x1F "
  b"\x01ì\x16×û+r\x0E¬s´\x07rìø\n"
  b"\x01ì\x16í1Ïrxàêù\x05Ùw\x1Eô"
  b"\x01ì\x16í~ÓstÀMu1ϲ═}"
  b"\x01ì\x16úiþq´╝9┬n½\x04¿\x18"
  b"\x01ì\x16Ñ\x15ÄqöüS#a\x01ôÿ "
  b"\x01ì\x16¬ÉÒp║ê,ƒÓ×ø\x1AÓ"
  b"\x01ì\x16¬²7q$¥×èÇ\ÇÛQ"
  b"\x01ì\x1Dgå&q⻃L'Ì‗9Í"
  b"\x01“ÐF¶Mp£—7"¥šD\x0FT"
  b"\x01“ÐF¾Ns\x05¢,ÎX=ȉQ"
  b"\x01“ÐFÅ>p\f¬g†2´@y¨"
  b"\x01“ÐFË·p\x17­e§ø['ãZ"
  b"\x01“ÐFÒÕpDŠ4k‹\x10 Œ\x02"
  b"\x01“ô\x08$ñqê¼Wr\x7F/"`Ž"
  b"\x01“ô\x08IŒpÒ¹v<\rE‡"²"
  b"\x01“ô\x08“#s“¦5\x1Er þ‹¸"
  b"\x01“ô\x08Ö¤qÁ®tœ…=«¬Ý"
  b"\x01ì\x12Àº\x0EsV¥é9§={╩¸"
  b"\x01ì\x12Àݲr┬º‗ùýÜq\x10"
  b"\x01ì\x12©2\x00rX¬wÙ3û("0"
  b"\x01ì\x12©vpqöö|┼¡i═f\x04"
  b"\x01ì\x12© æs\vùJ\x02u¥²┌É"
  b"\x01ì\x12¥£`qáùo\x1D\r\x1E¢;"
  b"\x01ì\x12─·5r×ú3Ñb¶\x17ÜI"
  b"\x01ì\x12┼J/rhäÇnp\x02\fÞ■"
  b"\x01ì\x12┼¢¶q\x14╗îò0a,╣ú"
  b"""
    \x01ì\x12ã\n
    ªs▀Á6±ü¼±ı3
    """
  b"\x01ì\x12ãWtqi½ãü%¾<W "
  b"\x01ì\x12ã╩×rDÂeC{!(º·"
  b"\x01ì\x12Ã\x13]qÿ║Ê╗6.\x7F"
  b"\x01ì\x12Ã^\x0FqøäKM#ͬP4"
  b"\x01ì\x12ëıqm▓,¶\x16Ï[\x17 "
  b"\x01ì\x12\x03ms'│ÿ╠\x1F¨±R\x10"
  b"\x01ì\x12дÉq«ëb\x07\x06█®"
  b"\x01ì\x12ÊB╦pêèq,t┤âµ╩"
  b"\x01ì\x12ÊÉ\x10p¸ÂIZFÿ¯\x7FR"
  b"\x01ì\x12ÊÔ)qïƽå┤·vÑû"
  b"\x01ì\x12Ë:\x02rÖë\x0E5\x0Fgå╗t"
  b"\x01ì\x12¸åCqs¬xý½wg+┴"
  b"\x01ì\x12¸█\x7Fp\x04ô \x17Ô*rQq"
  b"\x01ì\x12°╩!q®âs¨xh┐«9"
  b"\x01ì\x12³û;q\x03ª|³OR«╚┬"
  b"\x01ì\x12³Õ\x12s:║\x1E53\x10ú©═"
  b"\x01ì\x12²,╬qË®[\╚ê\x14Ç "
  b"\x01ì\x12²vpqÈç¢Ã± \Þ^"
  b"\x01ì\x12²┐7rDƒ╦¶Ø5>4\x17"
  b"\x01ì\x12\x08Ér¨è7¦º╚'\r"
  b"\x01ì\x13\x02u┘pD╗§BÐ┼Y─ª"
  b"\x01ì\x13\x02\vp\x14á«wäÒº▒;"
  b"\x01ì\x13\x03\x11\x14s═å\x0E)\vu\x1D½Ù"
  b"\x01ì\x13\x03`\x16qRÖ\f├%ÿ¦Oj"
  b"\x01ì\x13\x03½âr(èÅw─\x0E?ÐÊ"
  b"\x01ì\x13\x03°¶rvÅêÿÇÝÍ\x7F"
  b"\x01ì\x13\x04mÛr\x14ÑÌ└A\e5I»"
  b"\x01ì\x13\x04Â╣s?«│\x1E÷OÖPÛ"
  b"\x01ì\x13\x05\x038qí║û<r1¤╩Í"
  b"\x01ì\x13\x05NØqåë╩ò7ÌbÊ~"
  b"\x01ì\x13\x05øMqà║@È\x19\x07Ôò"
  b"\x01ì\x13\x05Þ\x04q&ºK]ú■ßéW"
  b"\x01ì\x13\x06a\x19p\rï╣sÚ\ÉE┐"
  b"\x01ì\x13\x06░dsd╣~Û\x04jl╚Ì"
  b"\x01ì\x13\x06■ªr\x00ü\x7F`ñÁ[l&"
  b"\x01ì\x13\x07K\x06p%äy■$│┌E\x18"
  b"\x01ì\x13\x07ø£r═©\x11Ôth¤Ô*"
  b"\x01ì\x13\x07­îs%Àcä÷w\▒X"
  b"\x01ì\x13\x08BRsÎÖI1ué┬Í>"
  b"\x01ì\x13\x08òdrbÉòOÆ¡+║¤"
  b"\x01ì\x13\x08µÛrlØbÔ-̽Èa"
  b"\x01ì\x13\t6\x10pÖíç‗0╚ì|I"
  b"\x01ì\x13\tëJp¿ç7╔ÂÊ2rH"
  b"""
    \x01ì\x13\n
    \x03Xq³Æ\x04Ð"Ä,³:
    """
  b"""
    \x01ì\x13\n
    T¿rJëû└\e67½\
    """
  b"""
    \x01ì\x13\n
    º╩r▄Ñ█bÓRñ\x19¢
    """
  b"""
    \x01ì\x13\n
    °gp\x0EíÜA▓cX\x1CÞ
    """
  b"\x01ì\x13\vKâqËå3\x12i¬[¸K"
  b"\x01ì\x13\vøãqc¢Q\x15\x1E~çúa"
  b"\x01ì\x13\v¯ ru©jvV\x08¹Úí"
  b"\x01ì\x13\fCesB░A¯½|!8="
  b"\x01ì\x13\r/.pþäþ\x04Ä\x1CeÊ3"
  b"\x01ì\x13\rü¶pO¿0┐─ú_╩é"
  b"\x01ì\x13\rı0pTï╦É\x02¤o\tð"
  b"\x01ì\x13\x0Eg¢r,åRuf"ɵõ"
  b"\x01ì\x13\x0E┬▒rQÿ┼Pe\x1FË\x0Fr"
  b"\x01ì\x13\x0F Cq╬û®>þ!»ì╬"
  b"""
    \x01ì\x13\x0Fy\x11s┬Ür\n
    Ló▄çS
    """
  b"\x01ì\x13\x0FÐ/p{ï®gÇ═ê¦2"
  b"""
    \x01ì\x13\x10[eq)»\n
    ░òò*┌│
    """
  b"\x01ì\x13\x10Íâq¥ç÷\x17\x14uø╣Ã"
  b"\x01ì\x13\x11'¯s½æV├»Ë‗:¿"
  b"\x01ì\x13\x11p×rHª¡'ó╬Þ)D"
  b"\x01ì\x13\x11ãÄs³ÅtÑçTýë#"
  b"\x01ì\x13\x142\vq\x13¿╝4>\x1E\x10i6"
  b"\x01ì\x13\x14éöp▓é>l\x1E~╠Ú)"
  b"\x01ì\x13\x14Í3r]û0ü▒Ú$a┬"
  b"\x01ì\x13\x15({ré£\x19±Ñ\x15LVø"
  b"\x01ì\x13\x15~DsмÏóÌÕ╣»\x1C"
  b"\x01ì\x13\x15╠Wr%úYd}¦d▒"
  b"\x01ì\x13\x16IRq╦ï\x0Eé┌9kO\x03"
  b"\x01ì\x13\x16£\x00qçé½╔\x01}\x12"
  b"\x01ì\x13\x16¯ºq"¼E)¬CÞ_m"
  b"\x01ì\x13\x17?¤p\x11Æs}áÙ\x1D┼D"
  b"\x01ì\x13\x17æärnÜ£K&î\r"
  b"\x01ì\x13\x17Ó p¢éøÓ$t\x1A└B"
  b"\x01ì\x13\x18.õq·¼<Yð(┐е"
  b"\x01ì\x13\x18}oq\x0E¬ç]BXÓ\x03g"
  b"\x01ì\x13\x18¤\x1Cp:à\x00┐¶ö­:#"
  b"\x01ì\x13\x19b▄p`ÀÆ`¨Pò\x157"
  b"\x01ì\x13\eKÖq¢Å;o┬\x18c+,"
  b"\x01ì\x13\eÖ9ráª^Ò╬╚Ý\x07§"
  b"\x01ì\x13\eÛ[q»á°±M\x04╔▓n"
  b"\x01ì\x13\x1C3┤p┘╣b╔&RÀ╗k"
  b"\x01ì\x13\x1C▒Æq\x1DÁ?┐\x18╚Î\x17Ù"
  b"\x01ì\x13\x1D\x028qÇÂæ┘5Éh═r"
  b"\x01ì\x13\x1DS+q\x04ëÔ¥\x04wRƒ\x1D"
  b"\x01ì\x13\x1DÈ\x17r─ø\fl╚D*w«"
  b"\x01ì\x13\x1E%└r:Ü▄-k(ëÌã"
  b"\x01ì\x13\x1Ew­q\x02«{\r±:V╩~"
  b"\x01ì\x13\x1E╬░s@¡\x1D\ÓLLÌ\x18"
  b"\x01ì\x13\x1F\x1DEs­áèݽÏOGb"
  b"\x01ì\x13\x1Flÿpt│ÇEÍ+:Fã"
  b"\x01ì\x13\x1FÝär▀×íí█Uº┌b"
  b"\x01ì\x13 A¯qç¼à^/ÔP╩q"
  b"\x01ì\x13 Övqpï\x0E\e+®┬Å\x01"
  b"\x01ì\x13 ‗$p\x12Öq ║\x17Ga^"
  b"\x01ì\x13!D\qP╝Ze░ƒæH,"
  b"\x01ì\x13!┬RrÑ╝Ø\x1Dıp4Aj"
  b"\x01ì\x13"\x13dsÆók\eWã├âü"
  b"\x01ì\x13"Ä6raÿT│┘DËL‗"
  b"\x01ì\x13\x05r3░Êg█p\x01v\f"
  b"\x01ì\x13#7mqNƾ\x10¦;`«¡"
  b"\x01ì\x13#ï9puª¾\x153vñFX"
  b"\x01ì\x13#┌6q#à╬_\x11àú?""
  b"\x01ì\x13$+╦q\x06¿\x0EÙxß(Jõ"
  b"\x01ì\x13$x\x1Cr\x14èG»╦╔u °"
  b"\x01ì\x13$┼╩r\x18ç[\x7F®ã\x15│ñ"
  b"\x01ì\x13%\eSp©ô\x1Ff:ë^Å\v"
  b"\x01ì\x13%o\x07s\x03ïk¬'ê■","
  b"\x01ì\x13%┬8q¬¢╣t└æa¤á"
  b"\x01ì\x13&\x14íq\x03┐┌»»äQ+█"
  b"\x01ì\x13&hTq~┐($]øEF¢"
  b"\x01ì\x13\vp_╣\x05█ãJ¨¾l"
  b"""
    \x01ì\x13'\n
    3pÁû[e§┐#Wµ
    """
  b"\x01ì\x13'YåqéƒKx,u▀ê\x14"
  b"\x01ì\x13'®qsÊ▓|CÝ┴P╔["
  b"\x01ì\x13'³ÿq«ê\t\x10D\x0FDÝØ"
  b"\x01ì\x13(Nèr«é¡\x15Qø┬éØ"
  b"\x01ì\x13\x0FsÐÂ╦êM®~ËÛ"
  b"\x01ì\x13(¾ïsÄú■N┬U(«º"
  b"\x01ì\x13Ð)├që┐\x01p\v¸ñ°Ø"
  b"\x01ì\x13ÐscsƒïÂ\rú¦zù©"
  b"\x01ì\x14\x19SQqNçÃN0\x01:zÓ"
  b"\x01ì\x14\x19Ñ\x02rü░\x06\x1CöúÍ"
  b"\x01ì\x14\x19¾ sw¿sTÉÕ±x\x14"
  b"\x01ì\x14\x1AIJp■ó┘i╦\x17ù§E"
  b"\x01ì\x14\x1AöÚs═ó■\x12Íæü-%"
  b"\x01ì\x14\x1AµUp░ºI5Í·<\x18G"
  b"\x01ì\x16{ôÇqkáç´├z░¹ý"
  b"\x01ì\x16{╠2sMÁ\x13â\>Ð\x03Ó"
  b"\x01ì\x16|\x07Áqxå:ð\x11ÉI \x12"
  b"\x01ì\x16|Arsrû└─Fý┴‗¹"
  b"\x01ì\x16|w~sV»\x07\x13C\x02P"\x11"
  b"\x01ì\x16|«Çs]¬[‗ý\x08\x11\x16c"
  b"\x01ì\x16|ÒrrD╝¤æà\Ø\x039"
  b"\x01ì\x16}\x19‗q\x00ûT┘\x0ES\tx'"
  b"\x01ì\x16â\x17öpýü\x08±_è¾Ö×"
  b"\x01ì\x16âd\x03s│À¥å¥xGû÷"
  b"\x01ì\x16â¤[qF¼!├U\x17H\x13ì"
  b"\x01ì\x16ä\x13}p┬éîk║k\x06¡T"
  b"""
    \x01ì\x16ä[+s\x16æÎB\n
    Û║╝┬
    """
  b"\x01ì\x16äá¥s]┐cÙ\f═1À╚"
  b"\x01ì\x16ë░ýr\x0E¡\x12─Ì█;s+"
  b"\x01ì\x16èx\x15pe½Ò\x10í¿\x1Dº╚"
  b"\x01ì\x16è¬Wr\x1C½Í═^ı\x17\x16T"
  b"\x01ì\x16èÌ▒p\x13ì\x18¹Q÷8@n"
  b"\x01ì\x16î!■sð╗ÐKQn±¹Ù"
  b"\x01ì\x16îê¬sH¡║¯{ý§.N"
  b"\x01ì\x16û╝¹pcè╠Ê┼;D&Ë"
  b"\x01ì\x16ù\x06²rä░'ÿ\[×┤@"
  b"\x01ì\x16ùQvs7½¤q±L¶vÛ"
  b"\x01ì\x16ùñËqï╗┘¿c╠\x13"
  b"\x01ì\x16ù±'p▄ìoÐ┬ø¥æ`"
  b"\x01ì\x16ÿ8Öp<©Kç└\ıÂõ"
  b"\x01ì\x16ÿädsÖÜ▄mDd└²À"
  b"\x01ì\x16½qFp"░=æ+\x06\x1Eµ"
  b"\x01ì\x16½½\x08q:ÂÆêç;u\x0E]"
  b"\x01ì\x16½Òepîâ\x14(0┴øe¢"
  b"\x01ì\x16¼\x18ìsYƒ╝╩1-,ô└"
  b"\x01ì\x16¼LùsÉóÍ3ã$îüu"
  b"""
    \x01ì\x16¼¼╠qØ¥â╔\n
    \x03sõú
    """
  b"\x01ì\x16¼Õ╬r.ïTt╦©┼{K"
  b"\x01ì\x16▓^ßp*ó┘j<\x17¢┴c"
  b"\x01ì\x16▓£\x13r\x07Æ\x19%@W=èW"
  b"\x01ì\x16▓õcr\x1A\x04x▄Xýû3"
  b"\x01ì\x16│%;sB¬█t-Hc»3"
  b"""
    \x01ì\x16│i{qp┤®\n
    ,DÖìÛ
    """
  b"\x01ì\x16│½gr>Äó0îr3■»"
  b"\x01ì\x16\x0FÀrJÑ\x18g&b\x08½è"
  b"\x01ì\x16┤]▓q!╗═ÿÁ·òbu"
  b"\x01ì\x16┤«Üp&¿d‗┐ƒü»·"
  b"\x01ì\x16Á\x17%ptÖ0K\x10[+░r"
  b"\x01ì\x16└ê~r°╣P½╣Ag└m"
  b"\x01ì\x16└Úýqúä¶\x7F\x01Î!\x19"
  b"\x01ì\x16┴<§qp┐ú\x04▀Õ¸╦d"
  b"\x01ì\x16┴Ï╠q1×\x005_Ô-╗Û"
  b"\x01ì\x16┬0gs─¼@ƪõ┼\x175"
  b"\x01ì\x16┬ôOs{ü¡9\x1FD[x1"
  b"\x01ì\x16├$êshïßÈW╣QÊc"
  b"\x01ì\x16├lCq-å▓B0dº\x13\x08"
  b"\x01ì\x16├½ùr<ä\x05\x12Tó?║9"
  b"\x01ì\x16├ÞnrbÁ└\x12Év\x12\x17\x02"
  b"\x01ì\x16─*Xrÿ╣ SpÃ&ÈK"
  b"\x01ì\x16─k╦p¥Æ■o└\x1E¥Ô\x1A"
  b"\x01ì\x16Ãı¹r¨äÅÌIÚ\\x0E\x16"
  b"\x01ì\x16╠õ¬p▄׸µ9Ã\x161\x17"
  b"\x01ì\x16\eßr\x00ª┌$\x04¾│¸w"
  b"\x01ì\x16═UÒp╝Ü4j5¸Ë└7"
  b"\x01ì\x16═ÅXq■Ķ/Mâ2;¾"
  b"\x01ì\x16═╔òs\x13┐P└o\x0EÌZõ"
  b"\x01ì\x16ðä\x15q1¡\x1Dü+╠TH╔"
  b"\x01ì\x16ð┴\x16r2ܽWA\v■┘|"
  b"\x01ì\x16ð·Asê×>·\x04^N▒Ð"
  b"\x01ì\x16ʃapâ奮╠¾\f\n"
  b"\x01ì\x16Ê┌Jq┌çaÇÊØÇ©©"
  b"\x01ì\x16Ë\x19Åp7£bB8╗ë«\"
  b"\x01ì\x16ËZTq\x16©\tA▓\x12p\x16"
  b"\x01ì\x17\vÉ\x1FsÀà\x01█á\x1Dc.\x1F"
  b"\x01ì\x17\vÎÅr®éá╗╚pt.Í"
  b"\x01ì\x17\f\x1D\x19qBµ]\v-ô╣C"
  b"\x01ì\x17\fûzq\x0Fô¾═¶/w¥\v"
  b"\x01ì\x17\f¦Ür'Öé´¹rÛìu"
  b"\x01ì\x17\r ¶r$Ö.S\x14M\x00+┌"
  b"\x01ì\x17\ra╩qþáW~e \vðt"
  b"\x01ì\x17\x12P║qƪ\x00X,\r!{¾"
  b"\x01ì\x17\x12ò‗sÀª;¹ë\x10¼ÓP"
  b"\x01ì\x17\x12\x04q,║\x19ǃÍóTM"
  b"\x01ì\x17\x19;!qÔéØáF\x7F©\x04Ô"
  b"\x01ì\x17\x19}ks/╗ÇÝð´Xk+"
  b"\x01ì\x17\x19┬█qGëö7Ïg\x1A4N"
  b"\x01ì\x17\x1A\x05ær╦ÆV╗æe\x13\e\x1D"
  b"\x01ì\x17\x1AOnpRÜ╠üGÓM░╝"
  b"\x01ì\x17\x1Aû¶r}£\x15Âi=»N╦"
  b"\x01ì\x17\x1C\t‗slÁâ╬_Mð Y"
  b"\x01ì\x17\x1CN\x01p£ätï\rÇíç\x06"
  b"\x01ì\x17\x1CÆïs¡º█_©`ì`\x04"
  b"\x01ì\x17\x1CÍ┬p*ª &î\x01ð┴¢"
  b"\x01ì\x17\x1D\x18█pŃèãõW£q3"
  b"\x01ì\x17\x1D_└qòá:┌X\x08]¥<"
  b"\x01ì\x17\x1Dñgrã┐Øíü\x0EÄÆð"
  b"\x01ì\x17\x1DÚos╦║j-═\x19F\x06°"
  b"\x01ì\x17\x1E.°qíÅı*(ö"T("
  b"\x01ì\x17\x1EqSrpåt4É3¦k¹"
  b"\x01ì\x17\x1E┤as/çÄïÆè▀▀«"
  b"\x01ì\x17\x1E÷Npá¼÷`ª@Xýo"
  b"\x01ì\x17\x1F:\x08r\x02øqè¨┴&\x7F"
  b"\x01ì\x17\x1F{·r[íÚU?õ÷eù"
  b"\x01ì\x17\x1F­\vrÒºöt´\tº?|"
  b"\x01ì\x17 /¦p¥ÿ╣Pö\x0E¯nk"
  b"\x01ì\x17 oªpGª▒jEA\x18T\x1A"
  b"\x01ì\x17 ▒)q`▓çðpà\É"
  b"\x01ì\x17 §┬pV¿\x13Þf\x11D\x1D\t"
  b"\x01ì\x17!9ñsE║æÁ═ßù\x08Ù"
  b"\x01ì\x17#╬äsp┐\fZj\r{░S"
  b"\x01ì\x17$\x13cr\x07à─░!­Å¤9"
  b"\x01ì\x17$Æ÷p(┤Ø©\x10\x08ý─"
  b"\x01ì\x17$█\x07pÿ╗q)éÈ1N_"
  b"\x01ì\x17%%Úq6ùú┴bDÅYd"
  b"""
    \x01ì\x17%m╗p÷ùza:\n
    \x17«m
    """
  b"\x01ì\x17%┤4s´ñvA \x17¹Ó\t"
  b"\x01ì\x17&,­pýåÔ▀│x¦t´"
  b"\x01ì\x17&w─røç═Æ\x04¼¯<i"
  b"\x01ì\x17&┐9syú¾fµ¤ƒd\x10"
  b"\x01ì\x17'\x07Îs¶¿┬╩K'?.Å"
  b"\x01ì\x17'O\x17p}º=u\┘%\x7F"
  b"\x01ì\x17'┼vsØ¢c├`20╦S"
  b"""
    \x01ì\x17(\n
    ds3ÀIÃ█▓Ì `
    """
  b"\x01ì\x17(Q\x15pOù■\x10\x1FÉü÷H"
  b"\x01ì\x17(ôís©Ø\x16£Uí¯©-"
  b"\x01ì\x17(ÏNro®\eÞæ╗¼\x05Ú"
  b"\x01ì\x17)M¬pƒö·óÝ\x1C$ª¾"
  b"\x01ì\x17)ôCq¤ëÄà▄üÛ╠╣"
  b"\x01ì\x17)┘\tsÛŲüã=\x0Fø├"
  b"\x01ì\x17*#^s7ƒõ\x17T|ÍBÀ"
  b"\x01ì\x17*mÈq\x08ò¥kvÄ;ƒÁ"
  b"\x01ì\x17\er┤▓╩±ðóQSC"
  b"\x01ì\x17+36sºï»oº,\x07\x06#"
  b"""
    \x01ì\x17+{âr5º\x08na\n
    ┐╚Ñ
    """
  b"\x01ì\x17+─oqØ¡╣\rù¡öÙ÷"
  b"\x01ì\x17,%╦p¬èùÔÝ\x1C4╚ú"
  b"\x01ì\x17,Á,sÆø3 SKçJ\f"
  b"\x01ì\x17-\t%p4▒\x13┘VeÁÍb"
  b"\x01ì\x17-Wåp[▒*\x06í¯╠Ô0"
  b"\x01ì\x17-ª╗s┴í¡\x16\x00Û\v?E"
  b"\x01ì\x17.\x06\x1Es┴«iÏÝ\x08Íí_"
  b"""
    \x01ì\x17.┼ãrßÅ\n
    ÔÓÛ#└u
    """
  b"\x01ì\x17/\x1EVsYç│|£ï¸2Ï"
  b"\x01ì\x17/v¹q0Çõ²'\x14\x07\x1E\x0F"
  b"\x01ì\x170R═s7£¾\x1CÛ╔IQ\x00"
  b"\x01ì\x170┬\x1Fp!ñ4┌I\x19ı═c"
  b"\x01ì\x171%+qhÉ├Lvj▓7\v"
  b"\x01ì\x171ÄúrÙ┐¡▓\x12║þ\x15"
  b"\x01ì\x171þ®s█░│¦│╩¤Äd"
  b"\x01ì\x1721 s\x15╝▄ƒ2\tÇvÚ"
  b"\x01ì\x172~Ûq¢é\x11È\x17¨H°B"
  b"\x01ì\x172¨wqLº[vJl±íh"
  b"\x01ì\x173?·q\vÂ\eÍ═╗#k\x1C"
  b"\x01ì\x173ä_p_×s\x7Fçı╦┌h"
  b"\x01ì\x1D'P-s¸øtl¨»+▀\x1D"
  b"\x01ì\x1D'Ʀpæñ¬®¢H¸!`"
  b"\x01ì\x1D'Ëípzòýí*øþÅò"
  b"\x01ì\x1D(\x17╗s\x1FÉlÐŤ▄T\x14"
  b"\x01ì\x1D(Xüqä¬9²┤ê\x0EÐ]"
  b"\x01ì\x1DPGßrGÁÂ{═ù\rsj"
  b"\x01ì\x1Dy½&sPú\x16Ú-=o¼┘"
  b"\x01ìâiÕ═rIé±+ÝÝs£\x02"
  b"\x01ìâjQ╦p¶ïÿ\x1F¦Z╦cG"
  b"\x01ìâj©^p\x17«╝ñ\vL\x16Â)"
  b"\x01ìâk?tqeÿÞ╩‗╠3¢Ð"
  b"\x01ìâk¡ürÔó\x07uÊÝùùB"
  b"\x01ìà┌¿+peÇ´/░±}çV"
  b"\x01ìà┌°Òq\x08ó¡\x1EM\f£§3"
  b"\x01ìà█<ÛrÒÇím\x17\x18¾"
  b"\x01ìà█åËp¥ó\x12ËídàÝâ"
  b"\x01ìï\x10\vp_àÿ\x04]ä´å═"
  b"\x01ì┬\x15\x19£pòíoÙúJ¹░┐"
  b"\x01ì┬\x15gòqjÜ╬sK\x1AÁ¸l"
  b"\x01ì┬\x15¬¬r\x06▓Ýö¸ÂJıq"
  b"\x01ì┬\x15‗!sAù¿³E\x0E??╚"
  b"\x01ì┬\x16K┤q▀óT▓æ4.\x01j"
  b"\x01ì┬\x16ú0s)éa\vÝ\x04̓ "
  b"\x01ì┬\x16Ý9r\x02æßHR\x12òYp"
  b"\x01ì┬\x172kqÐçÝZ\x159®F¿"
  b"\x01ì┬\\x04ÀqÐ░\x1C┬┤¹ý\x1A'"
  b"\x01ì┬\M\x03qíòq=í\x16¶k¬"
  b"\x01ì┬\ôîqWì├d^\x15\\x1F"
  b"\x01ì┬\Î=pàÀöô¨╬├]ý"
  b"\x01ì┬]\x1EöqUëm³ô┬¹_Ö"
  b"\x01ì┬]gNqþ×ò\x1Då?ÝÚ\f"
  b"\x01’¯’âbr÷¨Ee€g(ïÞ"
  b"\x01’¯“wZr\¥M\ªšœ½~"
  b"\x01’¯“÷Ïr\x12£Ã»®Ññï‹"
  b"\x01’¯”±Prú˜í„¹€–zò"
  b"\x01Æ»òbýqÃä╔áÅ┘╔╝ç"
  b"\x01Æ»û6ÄpÅæ\x04Än╚H╠Ù"
  b"\x01’¯–ƒ\fp³µ\x08\x15d$,~¤"
  b"\x01’¯–Óˆr\x13­ÀP2ûèmD"
  b"\x01’¯—"Ýq©˜€ªkO\x17\x06&"
  b"\x01’¯—mcp\x13†_µÇ8\x0E*i"
  b"\x01’¯—½]q)„źìÍ=K\x17"
  b"\x01’¯ªwUsñ‘¥šp½.¢G"
  b"\x01’¯ªË'r+¥Áí®~:’6"
  b"\x01’¯«\e\x01pò%¯Üûh$\r"
  b"\x01’¯«hµs¢»\f¨ØˆT~ƒ"
  b"\x01’¯«¶­q·”+l¤\x13‰›â"
  b"\x01’¯¬6žs¾É*\t1T\x18"
  b"\x01Æ»¼äss╚ØÅ\x1CõB;"ã"
  b"\x01’¯¬Ð…q\x07¥yö\x1F¡“,0"
  b"\x01’¯­\x1A™q\x08›ÓµÓh\x16׈"
  b"\x01’¯­coq<’ó…0@\x1A£<"
  b"\x01Æ»»\x18ìs├ü‗sÅı ┘\x1E"
  b"\x01Æ»»gøqL¥§ÐÂø\x1E\x06Ø"
  b"\x01Æ»»│¿pì▓Æj\x0EÕì^\v"
  b"\x01’¯°\x03Vs€”¯\x06èÀ5¦4"
  b"\x01’¯°P˜r«†EÙÏÿE\x1Ct"
  b"\x01Æ»░ƒPpkáìTı┴ùîd"
  b"\x01Æ»░Û<sؼ¾6§f╚\x01:"
  b"\x01’¯·ˆxs€„\x0EÄ$‘:ÈÙ"
  b"\x01’¯·Ú—sÒ·\x18ꮀF·\f"
  b"""
    \x01’¯¸,Øq™”\n
    á.ñÂÇr
    """
  b"\x01’¯¸wTrÌ™Oî¯ËÑeÈ"
  b"\x01’¯¸È’p$„\x18\x00QBvdÇ"
  b"\x01’¯Îá6që¾N\eêaxv}"
  b"\x01’¯Ï+Ûpk²iË §`¿N"
  b"\x01’¯Ù×Apý›BV\x11-;¡2"
  b"""
    \x01’¯Ú&–s„‘\x17\n
    ÿ\x069\x0E7
    """
  b"""
    \x01Æ»┌p\n
    s}Å┐°╝5?ì$
    """
  b"\x01Æ»┌╣┐q─ØL¬┌ûF\x11\"
  b"\x01’¯éC?q˜’\x00\v\x08Òc”\x10"
  b"\x01’¯úsfpDºjÍâ*©à´"
  b"\x01’¯úÊÙsý‹ã˲IAi;"
  b"\x01’¯û\x14øs©˜ì×ÏÛZúi"
  b"\x01’¯ûaùq\x1F§Iõ4x`HS"
  b"\x01’¯û¯Årê¾™qB\x02Jxm"
  b"""
    \x01’¯ûüÙrp™a‚Ÿ\n
    o\x05î
    """
  b"\x01’¯üFøp¶ª8zÔ\x1A¥9Ì"
  b"\x01’°\x01°€q¤¶á]»ZÞZ¡"
  b"\x01’°&G™px·S{€ûöç™"
  b"\x01’°&—Js¿°&š!\x04\x7Fù("
  b"""
    \x01’°2“ŒqY·\n
    Í]Ä%èL
    """
  b"\x01’°2ãÇq͘ý\x006»¶\x17Ë"
  b"\x01Æ░3/Øs╠¼vz|äYô¦"
  b"\x01’°3„\x14sA„z\x7FCìÿ\x06@"
  b"\x01“ÏìZîp““Cþ—=L¼9"
  b"\x01“Ð\tp8põ‘1Ðw§Û/i"
  b"\x01ì\x12│D\x1DsâÀ\x04\x18Ófýj╬"
  b"\x01ì\x12│ªJpØ¡Ó¬@6A▒┴"
  b"\x01ì\x12│µ¿p%äoB"é\vP5"
  b"\x01ì\x12┤%Ås=Ä~8jïfl£"
  b"\x01ì\x12┤h\x01q\x1Eì\t╗£|½¥a"
  b"\x01ì\x12┤▒­sDöÞ¹¢Vá%\x1D"
  b"\x01ì\x12┤¨§pÃè=.·▄"Ç\x14"
  b"\x01ì\x12Áhor%ç║ý÷╚├¶®"
  b"\x01ì\x12Á░ÓqIçG╝Þµµ│C"
  b"\x01ì\x12Á­│rÒü╦¤▓2\x01j$"
  b"\x01ì\x12Â-5r<º\e╬█UÄ|Ø"
  b"\x01ì\x12ÂÑrqv£\x00nÿ²¿õ\v"
  b"\x01ì\x12Â┌Ìqd½[òQj­¹ï"
  b"\x01ì\x12À\x15bsà╣\x07»╩═Ó1\t"
  b"\x01ì\x12Àº\x0EsV¥é9§={╩¸"
  b"\x01ì\x12Àݲr┬º‗ùýÜq\x10"
  b"\x01ì\x12©2\x00rX¬wÙ3û("0"
  b"\x01ì\x12©vpqöö|┼¡i═f\x04"
  b"\x01ì\x12© æs\vùJ\x02u¥²┌É"
  b"\x01ì\x12╣R^pg¡└\x02î?û:¤"
  b"\x01ì\x12╣ñ╬q««þjÏõ,R°"
  b"\x01ì\x12╣¦─pEáe╦a0─ô┤"
  b"\x01ì\x12║6─s┼º}\x7F\x02mfl´"
  b"\x01ì\x12║t£p\x1E£│º¤Þ│6ò"
  b"\x01ì\x12║░mqÕûæ╔rê÷W─"
  b"\x01ì\x12║´ªqHë╚nÏQ\x00Rc"
  b"\x01ì\x12╗+;q\x17ê\v.‗\x185¡¨"
  b"\x01ì\x12╗jvqÝôbóÓxø7z"
  b"\x01ì\x12╗¬╗sbù╩r×.ËAp"
  b"\x01ì\x12╗Ù\x15q│¿°¹Á╬\x05D╩"
  b"\x01ì\x12╝,|s;║à┐ÄÅ\x01õì"
  b"\x01ì\x12╝k╠r(ô~w{g*ª╠"
  b"\x01ì\x12╝¬­p┐┐┬ÜSu!âk"
  b"\x01ì\x12╝µ;pØØü0┌3Á\n\x00"
  b"\x01ì\x12¢&┴p¥ïsÈ,Æÿ@┬"
  b"\x01ì\x12¢jJq¥â¥Q¥k\x01┌r"
  b"\x01ì\x12¢»\x17r(Â2Y»‗+¶~"
  b"\x01ì\x12¢­úse¡\vb\r-▒Q‗"
  b"\x01ì\x12¥1àp░ê■▀│¢1╗§"
  b"\x01ì\x12¥£`qáùo\x1D\r\x1E¢;"
  b"\x01ì\x12\x04ºpäÜ#├3´FôÝ"
  b"\x01ì\x12┐?\rq¸éamK¥éö┌"
  b"\x01ì\x12┐|ƒsR┤o¿+Vo\x156"
  b"\x01ì\x12┐ÂMs¹Ä¸\x7FÝ¿VqT"
  b"\x01ì\x12└A┼q¤éÛ;\x10\x08ãÉN"
  b"\x01ì\x12└ò╝q▓æ&[¨¼oõU"
  b"""
    \x01ì\x12\n
    ╗p)ÿj\x02<æÈü
    """
  b"\x01ì\x12┴UÊq.è¡yt\x1D\r"
  b"\x01ì\x12┴¬├sß«g\x08fßÀK╗"
  b"\x01ì\x12┴Ùfp\x1C\x7F\x0Fú╚Àtt"
  b"\x01ì\x12┬:ÚrZè\x05X*m÷\x04\x10"
  b"\x01ì\x12\x7F­r\x14¬\x10Bà░C\x19"
  b"\x01ì\x12┬─ur▒┤┐¥Ä3!\x0FÔ"
  b"\x01ì\x12├*Öq╣êz\x15æ,;AÍ"
  b"\x01ì\x12├mÿq`╣/ãA\ãü\x0E"
  b"\x01ì\x12├│=qÄÖP9Ç]k\x18Ó"
  b"\x01ì\x12├¨NsÃÀÝÍ/┼MàU"
  b"\x01ì\x12─?\tsöàÒoê\x04X╩\t"
  b"\x01ì\x12─ï0q\x7F║k\x7F¾]╣╠å"
  b"\x01ì\x12─·5r×ú3Ñb¶\x17ÜI"
  b"\x01ì\x12┼J/rhäÇnp\x02\fÞ■"
  b"\x01ì\x12┼¢¶q\x14╗îò0a,╣ú"
  b"""
    \x01ì\x12ã\n
    ªs▀Á6±ü¼±ı3
    """
  b"\x01ì\x12ãWtqi½ãü%¾<W "
  b"\x01ì\x12ã╩×rDÂeC{!(º·"
  b"\x01ì\x12Ã\x13]qÿ║Ê╗6.\x7F"
  b"\x01ì\x12Ã^\x0FqøäKM#ͬP4"
  b"\x01ì\x12ëıqm▓,¶\x16Ï[\x17 "
  b"\x01ì\x12\x03ms'│ÿ╠\x1F¨±R\x10"
  b"\x01ì\x12╩╠\x00q1êj|\x7FX¬ƒý"
  b"\x01ì\x12\x13¼sFï╔F;D\x1DÈ╦"
  b"\x01ì\x12╦Rfrü╗¸/l°╬gó"
  b"\x01ì\x12╦×½p╠¢KÚsz\x0E)┴"
  b"\x01ì\x12╦┌÷qæî▀%غûù╝"
  b"\x01ì\x12\x19­s´ù½Y\x1EEt\x19e"
  b"\x01ì\x12╠_ sJ¢´ÈÖ¯\x0Eu┐"
  b"\x01ì\x12╠úÀrþ«ü˃M\x18Ù@"
  b"\x01ì\x12╠Ù╣rú»ç:6y\e¸\x12"
  b"\x01ì\x12═/gqáóË▄┼¡&hý"
  b"""
    \x01ì\x12═|Hr.╗\n
    ┼u4o3 
    """
  b"\x01ì\x12═ÞasYç┘\x1Cxg)4\x11"
  b"\x01ì\x12╬C\x1CqqóÀ\r,?Â\e"
  b"\x01ì\x12╬¡=qoø±┐SµTA"
  b"\x01ì\x12╬³║r<öj]\x19Õ/ò\x17"
  b"\x01ì\x12¤F░päö¹Ð¤ÙV.K"
  b"\x01ì\x12¤×hq[×j|u\x06ÖEw"
  b"\x01ì\x12дÉq«ëb\x07\x06█®"
  b"\x01ì\x12ÊB╦pêèq,t┤âµ╩"
  b"\x01ì\x12ÊÉ\x10p¸ÂIZFÿ¯\x7FR"
  b"\x01ì\x12ÊÔ)qïƽå┤·vÑû"
  b"\x01ì\x12Ë:\x02rÖë\x0E5\x0Fgå╗t"
  b"""
    \x01ì\x12Ëü­smƒ\v}^S\n
    \t¯
    """
  b"\x01ì\x12Ë─╬p-½ß╩`\x00Ô\x1EÛ"
  b"\x01ì\x12È'Yr▒ë═h\x08U&Â╝"
  b"\x01ì\x12Èííp`Ä╔ùUþìæ\x1E"
  b"\x01ì\x12È▀hsë¼#\fÏéOî~"
  b"\x01ì\x12ıKµr*▓ä\x06Zb┘Xõ"
  b"\x01ì\x12ıô6rlåáÒ=─[9I"
  b"\x01ì\x12Í\x05.s÷¬áÕô*pã´"
  b"\x01ì\x12Ír¶s┬ÆTи¶³Vc"
  b"\x01ì\x12ÍÌórËø┤\rÁ█pV╚"
  b"\x01ì\x12ÎØnqrè\tƒ┘Ô2ø!"
  b"\x01ì\x12Ï\x04\x15rõâ\x17¥Åþ¨═\x08"
  b"\x01ì\x12Ïi¢rþàÏd+×╬nã"
  b"\x01ì\x12ÏımrÏâº\tqƒ)\x1Fs"
  b"\x01ì\x12┘9îr\x14Åk└:¥│ñW"
  b"\x01ì\x12┘ç8q$É«6▒&\x06\x1E\x1A"
  b"\x01ì\x12┘─▀p0º\x1C┌rFêOì"
  b"\x01ì\x12\x08├rì│\f?Øî\x12\x1D}"
  b"\x01ì\x12┌tÅq=╣═{à\x0F`O‗"
  b"""
    \x01ì\x12┌│Ss?│\n
    )Ͼ\x10ò»
    """
  b"\x01ì\x12\v\x06sÜçõ\x04V■_┬i"
  b"\x01ì\x12█Ä>s¯░»V¦Dï±k"
  b"""
    \x01ì\x12▄@áqÅ®\n
    ±Í┼ËL■
    """
  b"\x01ì\x12▄¼\x1As]ï\x19\x1F¹\x0F."
  b"\x01ì\x12▄´\x0ErNÿ3\f1u■,\x14"
  b"\x01ì\x12¦3XrÈâ▒¸]&V¯■"
  b"\x01ì\x12¦wésþí[JÑjÅÒ\n"
  b"\x01ì\x12¦┐7qÁì╔1ùPAzø"
  b"\x01ì\x12¦ ¥pÇá?(çFª;\x03"
  b"\x01ì\x12ÌDés¬╝Ì)\x7F\x1F▓╚\x01"
  b"\x01ì\x12Ìï´p‗ö┘4-Ü^êý"
  b"\x01ì\x12\x18!r­ÉNð4\x14À\x18"
  b"\x01ì\x12▀^%qS▒h▀dûf█║"
  b"\x01ì\x12▀┼&qÜù*BFûß ­"
  b"\x01ì\x12Ó*|q\x12ë`¸\x13\e,`Ä"
  b"\x01ì\x12Ó£Mq╠▓sJÒ³çÅÆ"
  b"\x01ì\x12ÓÌÊs├ªí└´;ö\x18\x0E"
  b"\x01ì\x12ß"èpé¿_À¥╣o³@"
  b"\x01ì\x12ßf2pPê╝bkç\t[o"
  b"\x01ì\x12ß®ïqîîÄ└,W░\x10\x11"
  b"\x01ì\x12Ô\x11┬qþíx׃‗¾ýX"
  b"\x01ì\x12Ôb\x19q\x0FÂ╚Cÿƒ\x1Azx"
  b"\x01ì\x12Ô╠èqýÄÅêà\eÔG\x12"
  b"\x01ì\x12Òè█r£ƒÑÛZ7╝┌Ù"
  b"\x01ì\x12Ò­[rçº╦\x08þq{▒["
  b"\x01ì\x12õ;½q~¬¿9+s÷¬║"
  b"\x01ì\x12õ╝Tpð║q-ß\x1F3\x04)"
  b"\x01ì\x12ÕV¼qÍ▒5sB.·Î;"
  b"\x01ì\x12Õãoqjî╔¼ç-_ú´"
  b"""
    \x01ì\x12µ\n
    @pD▓$èÝh¯êá
    """
  b"\x01ì\x12µC\x7FsUº\x17U^A¸ãÛ"
  b"\x01ì\x12µ»Br\x01ô;ëÙn\x02±A"
  b"\x01ì\x12µ \x07q\x1Fì▓>U,\e¤C"
  b"\x01ì\x12þC\es┐▒\x10÷ûx£±6"
  b"\x01ì\x12þô│s¶╣ÜS}AÅb&"
  b"\x01ì\x12Þ\x18Hr.çW§Ã)mP╗"
  b"\x01ì\x12Þë\tpÒ¡U+\f,\x17=\v"
  b"\x01ì\x12Þ═\x1Ds\x08®£BdåèòÏ"
  b"\x01ì\x12Ú\x11Éq«▓ûÓ┘etäö"
  b"\x01ì\x12ÚZ¾p¿©¹\x7F┴¨·B_"
  b"\x01ì\x12Úº\x10s\é:ç\x01ıE7ë"
  b"\x01ì\x12Ú°éqV│▒┬ıÑ╚/P"
  b"\x01ì\x12ÛM\x13qÿÁãªæC1ÃÁ"
  b"\x01ì\x12Û├Lr¤┐À{øy─¢ "
  b"\x01ì\x12ÙAıq╬×J&@ßÓäm"
  b"\x01ì\x12ÙÖûqOº Â\tÎ\x1A═ì"
  b"\x01ì\x12Ù▀│sïâØ\x1A7üü'\x19"
  b"\x01ì\x12ý&\x14sãø▓õ\x13\x02?╣^"
  b"\x01ì\x12ýgÞsGÇËM>^Y═æ"
  b"\x01ì\x12ý¡)p æ┼û\rÞdT×"
  b"\x01ì\x12ý§`rKï4Ì¢»Ì■ò"
  b"\x01ì\x12Ý@´q]è¼´=ø■╣]"
  b"\x01ì\x12Ýçãq1╣>a1▄åêï"
  b"\x01ì\x12Ý╠Ísb│ôƒµÎïµW"
  b"\x01ì\x12¯\x13Ysv╝×\x16Öë?\x1A\x1E"
  b"\x01ì\x12¯XãqNâW\x02j\tB}y"
  b"\x01ì\x12¯ƒ¦p°øl!óë\v╣╠"
  b"\x01ì\x12¯µÝr\x07á│¦º!+\C"
  b"\x01ì\x12´,èqUÑ‗\x0E§g-Ñ4"
  b"\x01ì\x12´t┬rÙû\x0Fp\x07±\v"
  b"\x01ì\x12´ÎórmÖb\x14º´´Á\x15"
  b"\x01ì\x12­,Õsñƒ}¢ø#&q\x02"
  b"\x01ì\x12­yÒp║╣w\x1D\x14cv-"
  b"""
    \x01ì\x12­╩╦q¬àу\n
    \x06Ã9
    """
  b"\x01ì\x12±'╚qı║\x1E\x15\x18¨\x0Eì»"
  b"\x01ì\x12±ï|q■Ñ$÷\x06iY\x19\x18"
  b"\x01ì\x12±█ÛprÄñ\x13f¶§¯¹"
  b"\x01ì\x12\x1F┴q0Å×Â\x13▀ÄÏ┤"
  b"\x01ì\x12‗iZr\x01ü\elÅà\x07x\x1E"
  b"\x01ì\x12‗»█q´¢»ÐB±D─┐"
  b"\x01ì\x12‗³"p\x13© \x02þ¬ò\x06\x05"
  b"\x01ì\x12¾l:p,╝×6È═×▓»"
  b"\x01ì\x12¾│\ereÂÛ/²³\x05ÑÌ"
  b"\x01ì\x12¾■▒r┐ûsMÖ±/9?"
  b"\x01ì\x12¶UVqµÀ$TÛÓr!¤"
  b"\x01ì\x12¶ß\x1Dp\x1Dÿ¢ß\x05¾L»\x17"
  b"\x01ì\x12§EBpj«f@ \x10¶«1"
  b"\x01ì\x12§Ö|qñáÝ+L¼╦¼Ô"
  b"\x01ì\x12§ÙHrïäÇ\tiçz╗l"
  b"\x01ì\x12÷.Òpc©e╔SçE´ù"
  b"\x01ì\x12÷vñs║▓:2È\x02î\x1C×"
  b"\x01ì\x12÷¥@s¯×¸¤[g»Tø"
  b"\x01ì\x12¸\x06ir\v×dþ\x10Êôx_"
  b"\x01ì\x12¸åCqs¬xý½wg+┴"
  b"\x01ì\x12¸█\x7Fp\x04ô \x17Ô*rQq"
  b"\x01ì\x12°*ÿs|èÑkA\x12\x18\x02"
  b"\x01ì\x12°yçs`Çηt─\x14q)"
  b"\x01ì\x12°╩!q®âs¨xh┐«9"
  b"\x01ì\x12¨\x19wrïâ╚kõ_¦\x7FÜ"
  b"\x01ì\x12¨g└pƒ»´H\x1F╔°q█"
  b"\x01ì\x12¨╣Ls\ráöU¹t├"\x00"
  b"\x01ì\x12·\tgq »©\x08%^'u▄"
  b"\x01ì\x12·VQq\eó^¡ƒ÷%D¾"
  b"\x01ì\x12·ñüqîÉñ¢\x1F#▒Mh"
  b"\x01ì\x12·¶Ws§í4╝├q¤É\x0F"
  b"\x01ì\x12¹Dæq\x13╝µ┘┴┬÷└±"
  b"\x01ì\x12¹Ä┘sWá\x16£ë;°d\"
  b"\x01ì\x12¹▄▄p┼«Ñu['\x11½±"
  b"\x01ì\x12³'*r4¬HßƲ\x05«¡"
  b"\x01ì\x12³û;q\x03ª|³OR«╚┬"
  b"\x01ì\x12³Õ\x12s:║\x1E53\x10ú©═"
  b"\x01ì\x12²,╬qË®[\╚ê\x14Ç "
  b"\x01ì\x12²vpqÈç¢Ã± \Þ^"
  b"\x01ì\x12²┐7rDƒ╦¶Ø5>4\x17"
  b"\x01ì\x12\x08Ér¨è7¦º╚'\r"
  b"\x01ì\x12■Oër3Çä═ò\x1Ai53"
  b"\x01ì\x12■┐Üq█É$ÌÉPù└¾"
  b"\x01ì\x12 \x07Áp¾ó\x04î8\t┴┴f"
  b"\x01ì\x12 G\x19r┬É]│Z«¨ðä"
  b"\x01ì\x12 î<rÝá/JO#à;\r"
  b"\x01ì\x12 Ëmr|úÊ‗Ã\x03\x16"
  b"\x01ì\x13\x00\x12µræéëÃ\x13ì«û"
  b"\x01ì\x13\x00Y¾p┬®\x07ó?k\x1D§\f"
  b"\x01ì\x13\x00Ø├p╣äW6Ö]╦E]"
  b"\x01ì\x13\x00µ\x10s­£\x070 ÝT╔ "
  b"\x01ì\x13\x01($s\x0EéMÊøGæ4º"
  b"\x01ì\x13\x01t­pÿ▒dÀê░.óà"
  b"\x01ì\x13\x01À\x11qü╣Þ\x10'¢OR┼"
  b"\x01ì\x13\x01\x01rnä»×è§ìjÔ"
  b"\x01ì\x13\x02u┘pD╗§BÐ┼Y─ª"
  b"\x01ì\x13\x02\vp\x14á«wäÒº▒;"
  b"\x01ì\x13\x03\x11\x14s═å\x0E)\vu\x1D½Ù"
  b"\x01ì\x13\x03`\x16qRÖ\f├%ÿ¦Oj"
  b"\x01ì\x13\x03½âr(èÅw─\x0E?ÐÊ"
  b"\x01ì\x13\x03°¶rvÅêÿÇÝÍ\x7F"
  b"\x01ì\x13\x04mÛr\x14ÑÌ└A\e5I»"
  b"\x01ì\x13\x04Â╣s?«│\x1E÷OÖPÛ"
  b"\x01ì\x13\x05\x038qí║û<r1¤╩Í"
  b"\x01ì\x13\x05NØqåë╩ò7ÌbÊ~"
  b"\x01ì\x13\x05øMqà║@È\x19\x07Ôò"
  b"\x01ì\x13\x05Þ\x04q&ºK]ú■ßéW"
  b"\x01ì\x13\x06a\x19p\rï╣sÚ\ÉE┐"
  b"\x01ì\x13\x06░dsd╣~Û\x04jl╚Ì"
  b"\x01ì\x13\x06■ªr\x00ü\x7F`ñÁ[l&"
  b"\x01ì\x13\x07K\x06p%äy■$│┌E\x18"
  b"\x01ì\x13\x07ø£r═©\x11Ôth¤Ô*"
  b"\x01ì\x13\x07­îs%Àcä÷w\▒X"
  b"\x01ì\x13\x08BRsÎÖI1ué┬Í>"
  b"\x01ì\x13\x08òdrbÉòOÆ¡+║¤"
  b"\x01ì\x13\x08µÛrlØbÔ-̽Èa"
  b"\x01ì\x13\t6\x10pÖíç‗0╚ì|I"
  b"\x01ì\x13\tëJp¿ç7╔ÂÊ2rH"
  b"""
    \x01ì\x13\n
    \x03Xq³Æ\x04Ð"Ä,³:
    """
  b"""
    \x01ì\x13\n
    T¿rJëû└\e67½\
    """
  b"""
    \x01ì\x13\n
    º╩r▄Ñ█bÓRñ\x19¢
    """
  b"""
    \x01ì\x13\n
    °gp\x0EíÜA▓cX\x1CÞ
    """
  b"\x01ì\x13\vKâqËå3\x12i¬[¸K"
  b"\x01ì\x13\vøãqc¢Q\x15\x1E~çúa"
  b"\x01ì\x13\v¯ ru©jvV\x08¹Úí"
  b"\x01ì\x13\fCesB░A¯½|!8="
  b"""
    \x01ì\x13\fö█pÎ║\x0F¨~\n
    È\tÌ
    """
  b"\x01ì\x13\fÌ¿p$▓▀jm\x1C\x0Ff\x05"
  b"\x01ì\x13\r/.pþäþ\x04Ä\x1CeÊ3"
  b"\x01ì\x13\rü¶pO¿0┐─ú_╩é"
  b"\x01ì\x13\rı0pTï╦É\x02¤o\tð"
  b"\x01ì\x13\x0Eg¢r,åRuf"ɵõ"
  b"\x01ì\x13\x0E┬▒rQÿ┼Pe\x1FË\x0Fr"
  b"\x01ì\x13\x0F Cq╬û®>þ!»ì╬"
  b"""
    \x01ì\x13\x0Fy\x11s┬Ür\n
    Ló▄çS
    """
  b"\x01ì\x13\x0FÐ/p{ï®gÇ═ê¦2"
  b"""
    \x01ì\x13\x10[eq)»\n
    ░òò*┌│
    """
  b"\x01ì\x13\x10Íâq¥ç÷\x17\x14uø╣Ã"
  b"\x01ì\x13\x11'¯s½æV├»Ë‗:¿"
  b"\x01ì\x13\x11p×rHª¡'ó╬Þ)D"
  b"\x01ì\x13\x11ãÄs³ÅtÑçTýë#"
  b"\x01ì\x13\x127Zq╗¡|?bPòx7"
  b"\x01ì\x13\x12ÇJrMéäÕAÖ=3î"
  b"\x01ì\x13\x12\x16q\x16į·╗ÍÀt½"
  b"\x01ì\x13\x13\x1D\x01p±îPæÄ´\x00Ë÷"
  b"\x01ì\x13\x13j.rÜ»{Õ─ËÂ1É"
  b"\x01ì\x13\x13\x04sF┤\x04éØ·¥Ôà"
  b"\x01ì\x13\x142\vq\x13¿╝4>\x1E\x10i6"
  b"\x01ì\x13\x14éöp▓é>l\x1E~╠Ú)"
  b"\x01ì\x13\x14Í3r]û0ü▒Ú$a┬"
  b"\x01ì\x13\x15({ré£\x19±Ñ\x15LVø"
  b"\x01ì\x13\x15~DsмÏóÌÕ╣»\x1C"
  b"\x01ì\x13\x15╠Wr%úYd}¦d▒"
  b"\x01ì\x13\x16IRq╦ï\x0Eé┌9kO\x03"
  b"\x01ì\x13\x16£\x00qçé½╔\x01}\x12"
  b"\x01ì\x13\x16¯ºq"¼E)¬CÞ_m"
  b"\x01ì\x13\x17?¤p\x11Æs}áÙ\x1D┼D"
  b"\x01ì\x13\x17æärnÜ£K&î\r"
  b"\x01ì\x13\x17Ó p¢éøÓ$t\x1A└B"
  b"\x01ì\x13\x18.õq·¼<Yð(┐е"
  b"\x01ì\x13\x18}oq\x0E¬ç]BXÓ\x03g"
  b"\x01ì\x13\x18¤\x1Cp:à\x00┐¶ö­:#"
  b"\x01ì\x13\x19\x15Èr║äöWøôhj┘"
  b"\x01ì\x13\x19b▄p`ÀÆ`¨Pò\x157"
  b"\x01ì\x13\x19ÍùrÖü«Ù╦\x17hvÿ"
  b"\x01ì\x13\x1A!ms╩ÄQ£H╚┤¢î"
  b"""
    \x01ì\x13\x1Al\x02sƒêg\n
    U│Í@j
    """
  b"\x01ì\x13\x1A▓▀pwàæë\x02¿ö\x05ç"
  b"\x01ì\x13\x1A²ùqí¿ñÇı\x1C┌/|"
  b"\x01ì\x13\eKÖq¢Å;o┬\x18c+,"
  b"\x01ì\x13\eÖ9ráª^Ò╬╚Ý\x07§"
  b"\x01ì\x13\eÛ[q»á°±M\x04╔▓n"
  b"\x01ì\x13\x1C3┤p┘╣b╔&RÀ╗k"
  b"\x01ì\x13\x1C▒Æq\x1DÁ?┐\x18╚Î\x17Ù"
  b"\x01ì\x13\x1D\x028qÇÂæ┘5Éh═r"
  b"\x01ì\x13\x1DS+q\x04ëÔ¥\x04wRƒ\x1D"
  b"\x01ì\x13\x1DÈ\x17r─ø\fl╚D*w«"
  b"\x01ì\x13\x1E%└r:Ü▄-k(ëÌã"
  b"\x01ì\x13\x1Ew­q\x02«{\r±:V╩~"
  b"\x01ì\x13\x1E╬░s@¡\x1D\ÓLLÌ\x18"
  b"\x01ì\x13\x1F\x1DEs­áèݽÏOGb"
  b"\x01ì\x13\x1Flÿpt│ÇEÍ+:Fã"
  b"\x01ì\x13\x1FÝär▀×íí█Uº┌b"
  b"\x01ì\x13 A¯qç¼à^/ÔP╩q"
  b"\x01ì\x13 Övqpï\x0E\e+®┬Å\x01"
  b"\x01ì\x13 ‗$p\x12Öq ║\x17Ga^"
  b"\x01ì\x13!D\qP╝Ze░ƒæH,"
  b"\x01ì\x13!┬RrÑ╝Ø\x1Dıp4Aj"
  b"\x01ì\x13"\x13dsÆók\eWã├âü"
  b"\x01ì\x13"Ä6raÿT│┘DËL‗"
  b"\x01ì\x13\x05r3░Êg█p\x01v\f"
  b"\x01ì\x13#7mqNƾ\x10¦;`«¡"
  b"\x01ì\x13#ï9puª¾\x153vñFX"
  b"\x01ì\x13#┌6q#à╬_\x11àú?""
  b"\x01ì\x13$+╦q\x06¿\x0EÙxß(Jõ"
  b"\x01ì\x13$x\x1Cr\x14èG»╦╔u °"
  b"\x01ì\x13$┼╩r\x18ç[\x7F®ã\x15│ñ"
  b"\x01ì\x13%\eSp©ô\x1Ff:ë^Å\v"
  b"\x01ì\x13%o\x07s\x03ïk¬'ê■","
  b"\x01ì\x13%┬8q¬¢╣t└æa¤á"
  b"\x01ì\x13&\x14íq\x03┐┌»»äQ+█"
  b"\x01ì\x13&hTq~┐($]øEF¢"
  b"\x01ì\x13\vp_╣\x05█ãJ¨¾l"
  b"""
    \x01ì\x13'\n
    3pÁû[e§┐#Wµ
    """
  b"\x01ì\x13'YåqéƒKx,u▀ê\x14"
  b"\x01ì\x13'®qsÊ▓|CÝ┴P╔["
  b"\x01ì\x13'³ÿq«ê\t\x10D\x0FDÝØ"
  b"\x01ì\x13(Nèr«é¡\x15Qø┬éØ"
  b"\x01ì\x13\x0FsÐÂ╦êM®~ËÛ"
  b"\x01ì\x13(¾ïsÄú■N┬U(«º"
  b"\x01ì\x13)Bws┘Ä╔6M\x00\x7F\x0F§"
  b"\x01ì\x13)æ║p\x15ø˽¢\x0F┌ëâ"
  b"\x01ì\x13\x04q6¡╗Alä\x06¹h"
  b"\x01ì\x13*7>q▓Â~qu─*½├"
  b"\x01ì\x13Ð)├që┐\x01p\v¸ñ°Ø"
  b"\x01ì\x13ÐscsƒïÂ\rú¦zù©"
  b"\x01ì\x14\x17@2p7è,åø\x06¦,Ý"
  b"\x01ì\x14\x17à9s╬»«Ïð\x05Û³õ"
  b"\x01ì\x14\x17\x12p;ìùÌ\eÿÒc$"
  b"\x01ì\x14\x18\x11FsÕ│°!Ç\x05Á¶┴"
  b"\x01ì\x14\x18U┴s┼ƒVÊ¥ñï}\x16"
  b"\x01ì\x14\x18£rpV½Rb─?£ÆÅ"
  b"\x01ì\x14\x18Ôöq~ö1ºÈƼæh"
  b"\x01ì\x14\x19SQqNçÃN0\x01:zÓ"
  b"\x01ì\x14\x19Ñ\x02rü░\x06\x1CöúÍ"
  b"\x01ì\x14\x19¾ sw¿sTÉÕ±x\x14"
  b"\x01ì\x14\x1AIJp■ó┘i╦\x17ù§E"
  b"\x01ì\x14\x1AöÚs═ó■\x12Íæü-%"
  b"\x01ì\x14\x1AµUp░ºI5Í·<\x18G"
  b"\x01ì\x14\x1CÖþr(½7╝ä8ò┤I"
  b"\x01ì\x14\x1C█┤rg£ßü\x0E\x1D¼CÅ"
  b"\x01ì\x14\x1D\x1E¡pðÀO\e_å┤Ùh"
  b"\x01ì\x14\x1Da\x0Es║║ªEr¬╠w╝"
  b"\x01ì\x14\x1D╬ÂqXáÔ·ÑQu█Ê"
  b"\x01ì\x14\x1E\x11cs{ïÂT\x18¡█öò"
  b"\x01ì\x14\x1ES\x07rgÇEIßî\e¡Ý"
  b"\x01ì\x14\x1EæósFò®Ì%\x07âí└"
  b"\x01ì\x14\x1E█_q\x15©*©\ÐM▓\x11"
  b"\x01ì\x14\x1F\x1DþsIöÅ│WvÍ*▀"
  b"\x01ì\x14\x1FäªspåÛcúFÛd¿"
  b"\x01ì\x14\x1F├╝pQ½┐¨4»å╚("
  b"\x01ì\x14&@àq9ôúnAI═ú\x1E"
  b"\x01ì\x14\x07p\x17ù\x12┴ü╦§P#"
  b"\x01ì\x14,▄ÿs\tò\x0FM_%▄N\x7F"
  b"\x01ì\x14-"┬p²╝│°Ú▄Ò\x149"
  b"\x01ì\x14-oÅrýæç\v░*Ïff"
  b"""
    \x01ì\x14-┤µpÌ»\n
    È¡°nþ0
    """
  b"\x01ì\x14-÷øq\x05ÂNês ╬èÃ"
  b"\x01ì\x14.89q¾Á­ª¸¥^à>"
  b"\x01ì\x14.q³s(ù\x19¸\x12¼\x07¥ù"
  b"\x01ì\x14.·pD«{IÜ┬¶t@"
  b"\x01ì\x14.■õr\x14ìØ­\x15\x00\x7F\x01\x14"
  b"\x01ì\x14/B_qj½ìÙVÚv║Ú"
  b"\x01ì\x14\x01s\vå─_GFw▄ì"
  b"\x01ì\x14/Î╦pNë&ö░\e╚yÑ"
  b"\x01ì\x140$dp\x10║‗ëý݃E,"
  b"\x01ì\x140ÜUs®ì\f=a\e}çÉ"
  b"\x01ì\x140¦jrv»O╔ºèÔüg"
  b"""
    \x01ì\x141\x1F\x15r×│Ø6\x1Eö\n
    Ë\x10
    """
  b"\x01ì\x141cÇpá¿ÆÔÛyå┌l"
  b"\x01ì\x141¿´r7Áþ█R\r└ú["
  b"\x01ì\x141‗VqIóÊ{ôèkÀ:"
  b"\x01ì\x142i\x04s┼î\x17\x05\x16°s·O"
  b"\x01ì\x142▒MqOö╠i\x00\x01¶¿À"
  b"\x01ì\x142¸ÒsC┤»M¤╠[├Ì"
  b"\x01ì\x143ATr\x17ÀõׯðIè┴"
  b"\x01ì\x143êºs}Çf╝\x14¶Eòu"
  b"\x01ì\x143ÐýqD©\x01Rp¯ñ\x19"
  b"\x01ì\x144\x17ÿqJ┤lS╠Æ╠═ä"
  b"\x01ì\x144_\x19s\fÂ*±è(q0Ø"
  b"\x01ì\x144Ñ╣smÿ¦\x03\x1E¤┴¯"
  b"\x01ì\x16{ôÇqkáç´├z░¹ý"
  b"\x01ì\x16{╠2sMÁ\x13â\>Ð\x03Ó"
  b"\x01ì\x16|\x07Áqxå:ð\x11ÉI \x12"
  b"\x01ì\x16|Arsrû└─Fý┴‗¹"
  b"\x01ì\x16|w~sV»\x07\x13C\x02P"\x11"
  b"\x01ì\x16|«Çs]¬[‗ý\x08\x11\x16c"
  b"\x01ì\x16|ÒrrD╝¤æà\Ø\x039"
  b"\x01ì\x16}\x19‗q\x00ûT┘\x0ES\tx'"
  b"""
    \x01ì\x16}êÆq}æ\x03\n
    åáfna
    """
  b"\x01ì\x16}╣Ór1áÓ¸áÜ3qU"
  b"\x01ì\x16}ݾqã8þv¼Ë¸R"
  b"\x01ì\x16~\x1F\x1Cp°ìÅ3þ6òI¿"
  b"\x01ì\x16~O▀r║ñì░gÂMk║"
  b"\x01ì\x16~Æ╠s«¥PQ+ý­U╠"
  b"\x01ì\x16~─\x08sÆ╗»ÐÄæÿñÐ"
  b"\x01ì\x16\x7F\x18¦s®ô┌╗├═é▓º"
  b"\x01ì\x16\x7FG\fr²ÀìÚ!+ûÊ8"
  b"\x01ì\x16\x7Fv7sÍûï_N(╗w="
  b"\x01ì\x16\x7FÑ═pE¼\x0Fì5q\x1E¹î"
  b"\x01ì\x16\x7FÎtré©[\x118\x07\x03"
  b"\x01ì\x16Ç\vÔq█ºåo└ê?Âq"
  b"\x01ì\x16Ç@Øs.º£@ÚQ¿oç"
  b"\x01ì\x16Çæ­r>ïp│█ Ëfú"
  b"\x01ì\x16Ç─\x17r ú2¯º\t\x17"
  b"\x01ì\x16ǧùq'¡O┼╬│®\x15Í"
  b"\x01ì\x16ü%^r`É]╠÷ô\x03ÄÀ"
  b"\x01ì\x16ü]pqHôrÄÛùíîY"
  b"\x01ì\x16éy§pªùÙ╚¯H▒±Ã"
  b"\x01ì\x16é▓ r\x13ÂÌvN»Ïf*"
  b"\x01ì\x16â\x17öpýü\x08±_è¾Ö×"
  b"\x01ì\x16âd\x03s│À¥å¥xGû÷"
  b"\x01ì\x16â¤[qF¼!├U\x17H\x13ì"
  b"\x01ì\x16ä\x13}p┬éîk║k\x06¡T"
  b"""
    \x01ì\x16ä[+s\x16æÎB\n
    Û║╝┬
    """
  b"\x01ì\x16äá¥s]┐cÙ\f═1À╚"
  b"""
    \x01ì\x16äÔEpÈïEþ¶×\n
    ñ╗
    """
  b"\x01ì\x16àH░rfàÔÛ┌N┤½┐"
  b"\x01ì\x16à~´pJü\³¶\x16@$\x13"
  b"\x01ì\x16àÂ2s³ú┌ƒ\x13▄ËÅb"
  b"\x01ì\x16à¯TrFÇ\x14¶╠ËõøN"
  b"\x01ì\x16å+br▀ÅAqÑJ©,┌"
  b"\x01ì\x16åeárIü┤tÁ\x13Ü´L"
  b"\x01ì\x16å╗&qáä]Å▒:Ì|"
  b"\x01ì\x16åÙdr½b╗'®Â▄╗"
  b"\x01ì\x16ç\x1D¶s¸Ç\x1E│Ï0,`\v"
  b"\x01ì\x16çRBqªó\x05áCº\r®\x7F"
  b"\x01ì\x16çêÕrrÑ─ƒÁ^"\x1EÈ"
  b"\x01ì\x16çÕÌq{Å\x03Dxü*}ò"
  b"\x01ì\x16ê&Þr!áóM]ËýðB"
  b"\x01ì\x16ê^Jrxÿ░IÌ4\t┌╬"
  b"\x01ì\x16êù¢s\x07û¹ƒM├\x01ë¼"
  b"\x01ì\x16êð\ts¿îçK\x07Ü4\x06"
  b"\x01ì\x16ë\x0F&rã▒Pÿõ)\x12Î^"
  b"\x01ì\x16ëEõqÊëQ╚▄ÿÙZÇ"
  b"\x01ì\x16ë{Êqóô'¡ÀÚþXµ"
  b"\x01ì\x16ë░ýr\x0E¡\x12─Ì█;s+"
  b"\x01ì\x16ëÕPp\tî▀O Ë;#2"
  b"\x01ì\x16è\x145qÚía\x04┴LD\x1F/"
  b"\x01ì\x16èD\x1Cq3ƒ×╔Y═\x08"
  b"\x01ì\x16èx\x15pe½Ò\x10í¿\x1Dº╚"
  b"\x01ì\x16è¬Wr\x1C½Í═^ı\x17\x16T"
  b"\x01ì\x16èÌ▒p\x13ì\x18¹Q÷8@n"
  b"""
    \x01ì\x16ï\n
    ÈpÅó\x1ADt\vW}Ì
    """
  b"\x01ì\x16ï6*s▀┐\x1Dð─õ<\x07="
  b"\x01ì\x16ïbdqªÀF└1ßH║X"
  b"\x01ì\x16ïÉ╠p!Öå╠>£×"j"
  b"\x01ì\x16ï´\x08ppî([ßø¬Ò\x06"
  b"\x01ì\x16î!■sð╗ÐKQn±¹Ù"
  b"\x01ì\x16îRdpaª\x17¬â?×jº"
  b"\x01ì\x16îê¬sH¡║¯{ý§.N"
  b"\x01ì\x16î╣ZpÎØJ¸7=N^­"
  b"\x01ì\x16îÙ\x00p©áNgbGvBå"
  b"\x01ì\x16ìN┘pè»ôµw¹\x02\fp"
  b"\x01ì\x16ìîËs\x0FÀ²K╩\x18Pü£"
  b"\x01ì\x16ì╚vrCà¶RØı¦¦\e"
  b"\x01ì\x16ì■As\x18è½Y´¼\x12\x04Å"
  b"\x01ì\x16Ä7\qãô\x03zØ]C¹¶"
  b"\x01ì\x16Äsjr╚»‗├cr■©\x7F"
  b"\x01ì\x16Ä®År]©nÝì┐îA¥"
  b"\x01ì\x16Å\x02pp®╗Yx×^ù9R"
  b"\x01ì\x16Å2╬q\x14×°¬í\x11»æb"
  b"\x01ì\x16Åkíp,»\x1F\x01·4º║À"
  b"\x01ì\x16ÅÖtp.ô¡INÚ\vÐö"
  b"\x01ì\x16Åýðr3ÂêÕW\x1C\x02"
  b"\x01ì\x16ÉDÀpì««ÜÒ¯Qô▒"
  b"\x01ì\x16É¿\x10p`ƒ┼§rh╚¦i"
  b"\x01ì\x16æ\x05Òpxàr═$è$f\x01"
  b"\x01ì\x16æ?Up8îýnwi¥jU"
  b"\x01ì\x16æó¿qlë\x17ƒá\x1Cê‗Ë"
  b"""
    \x01ì\x16æÛ¦r@Ä\n
    k{'sÊ'
    """
  b"\x01ì\x16Æ:╩rð▒¹ç®$Ã┼¬"
  b"\x01ì\x16ƤÇr*¬Ó\x03\v"
  b"\x01ì\x16ô1jpqò1ø╔lѱb"
  b"""
    \x01ì\x16ôèÜs┌íÛÉ[ ¹\n
    ¾
    """
  b"\x01ì\x16ôþÏq▓¬\x1Ez\x12h]\x00b"
  b"\x01ì\x16ö7\x1Eqbé#\x15Û0╝┌T"
  b"\x01ì\x16öè«sáæ;ƒu╚"Dî"
  b"\x01ì\x16ö║ss┤│Ûî\x04îàIÄ"
  b"\x01ì\x16ò1\x00pæ▓D┼(§ÕÜÏ"
  b"\x01ì\x16òiôqlÁÀc¸Ô~\eÛ"
  b"\x01ì\x16òñàr\x15ïðP¿cJ╚å"
  b"\x01ì\x16ò±├sIä╩uî (»õ"
  b"\x01ì\x16û;>q─»yÝ6dC±R"
  b"\x01ì\x16û╝¹pcè╠Ê┼;D&Ë"
  b"\x01ì\x16ù\x06²rä░'ÿ\[×┤@"
  b"\x01ì\x16ùQvs7½¤q±L¶vÛ"
  b"\x01ì\x16ùñËqï╗┘¿c╠\x13"
  b"\x01ì\x16ù±'p▄ìoÐ┬ø¥æ`"
  b"\x01ì\x16ÿ8Öp<©Kç└\ıÂõ"
  b"\x01ì\x16ÿädsÖÜ▄mDd└²À"
  b"\x01ì\x16ÿÚåp¹ì^P*═2q\x18"
  b"\x01ì\x16Ö\x1Cãp*óá¿«&&ÓÐ"
  b"\x01ì\x16ÖQ`r.î└«\x16Ã┘Æ£"
  b"\x01ì\x16Öî\x12sJÀÔY5Aùé."
  b"\x01ì\x16ÖÃ\x15sB¡O¼léL\f\x07"
  b"\x01ì\x16Ü\x10┤rØ╗gÅNÀ#ç\x0F"
  b"\x01ì\x16ÜÄGs\x05ÇÀu!£+ Ú"
  b"\x01ì\x16Ü╬hsñ¡¡ÇXhB▒U"
  b"\x01ì\x16ø\x12Gq½Åd‗µ╩■÷m"
  b"\x01ì\x16ø`gp0Ño;Üþ┤³Ö"
  b"\x01ì\x16ø¡¢sÑÄëïb\x18¡ðà"
  b"\x01ì\x16½qFp"░=æ+\x06\x1Eµ"
  b"\x01ì\x16½½\x08q:ÂÆêç;u\x0E]"
  b"\x01ì\x16½Òepîâ\x14(0┴øe¢"
  b"\x01ì\x16¼\x18ìsYƒ╝╩1-,ô└"
  b"\x01ì\x16¼LùsÉóÍ3ã$îüu"
  b"""
    \x01ì\x16¼¼╠qØ¥â╔\n
    \x03sõú
    """
  b"\x01ì\x16¼Õ╬r.ïTt╦©┼{K"
  b"\x01ì\x16¡\x17┬sã£þƒªË¾\x066"
  b"\x01ì\x16¡Lâr\ví\x0Eì\t%¢ôz"
  b"\x01ì\x16¡ª¦rzåàV\x1F┴q±)"
  b"\x01ì\x16¡┘ËqWà│s┐┬\x7Fb▄"
  b"\x01ì\x16«\r═p┼ï¸d²¥ò╬D"
  b"\x01ì\x16«A\x12pãûb¦âßNkª"
  b"\x01ì\x16«s┌q¨äÁÏ©\x173(T"
  b"\x01ì\x16«═Gr´ö\x18ýÞÃåů"
  b"\x01ì\x16»\x00\x03rBÆ]ú¢¡╩Vá"
  b"\x01ì\x16»]┼r\x11ô¹Ã¼\x07Ý?■"
  b"\x01ì\x16»æ┼sÇøN┼å\x02\x05═i"
  b"\x01ì\x16»ÃÄsÔ£Êâ}\x0Eí¬|"
  b"\x01ì\x16»²°qƒÉ\vC Û|Ûs"
  b"\x01ì\x16░5½r\x11æ \x7Fý_Ðlð"
  b"\x01ì\x16░oçq_£«4È─Èî¿"
  b"\x01ì\x16░ó¡s4áB/Za0,ó"
  b"\x01ì\x16░Îír\x06í\x114@XgÖƒ"
  b"\x01ì\x16\fðrm╝'22\x1CÂ╝ƒ"
  b"""
    \x01ì\x16▒h}r\x11ømÉ\n
    \x17ó
    """
  b"\x01ì\x16▒í´p\x00ñ░E\nÓ#dQ"
  b"\x01ì\x16▒▄ÅqñÁ&;¯e\éo"
  b"\x01ì\x16\x1C+qF¡\x02VLW¤ô─"
  b"\x01ì\x16▓^ßp*ó┘j<\x17¢┴c"
  b"\x01ì\x16▓£\x13r\x07Æ\x19%@W=èW"
  b"\x01ì\x16▓õcr\x1A\x04x▄Xýû3"
  b"\x01ì\x16│%;sB¬█t-Hc»3"
  b"""
    \x01ì\x16│i{qp┤®\n
    ,DÖìÛ
    """
  b"\x01ì\x16│½gr>Äó0îr3■»"
  b"\x01ì\x16\x0FÀrJÑ\x18g&b\x08½è"
  b"\x01ì\x16┤]▓q!╗═ÿÁ·òbu"
  b"\x01ì\x16┤«Üp&¿d‗┐ƒü»·"
  b"\x01ì\x16Á\x17%ptÖ0K\x10[+░r"
  b"\x01ì\x16Á©0s6çßh¤ÛOÿ\r"
  b"\x01ì\x16Â$■ráâ(È=.ÆÛh"
  b"\x01ì\x16Âè\tpõÜ]î=¦b¾e"
  b"\x01ì\x16µßs\x1Cº8▄nÔ¾÷J"
  b"\x01ì\x16À4_sEº║ݸr\x19é<"
  b"\x01ì\x16À{\x12r╚ù°6╚¾à©\f"
  b"\x01ì\x16À┬\x08p·¬W╠,Êñ¯\x01"
  b"\x01ì\x16©K┐sÁ¬Ñw█,├¯;"
  b"\x01ì\x16©ù▒sƒê╔7V╩þ┴5"
  b"\x01ì\x16╣3upJça­mxÛ1_"
  b"\x01ì\x16╣çírüÿøÿhd■\x08¡"
  b"\x01ì\x16╣²Ls0è╦¿éÒÐ▓V"
  b"\x01ì\x16║Ç«saÅËtô\r■ï-"
  b"\x01ì\x16║ã»pñ░\tÀ ÔY]E"
  b"""
    \x01ì\x16\x0Frs\n
    íJÙ)\eu°Ç
    """
  b"\x01ì\x16╗i\x11s¨ù┤,dl:úè"
  b"\x01ì\x16╗íıpÈêÒ\x1DE\x1Då~Å"
  b"\x01ì\x16╗┘░r[½,;ãÙëB8"
  b"\x01ì\x16\x05jrã«»\x08>y\x18e┴"
  b"\x01ì\x16╝h\x15s(»:ºê▀2"<"
  b"\x01ì\x16╝º·rzù¹k¹ÀQ?╚"
  b"\x01ì\x16¢\x12ñsÍú┤Ý]Ûßûµ"
  b"\x01ì\x16¢E%rK║©®Ã´ôÝU"
  b"\x01ì\x16¢ƒ╩p#Å\t/½g<C\x15"
  b"\x01ì\x16¢ÐÑqh»tærS\x15"
  b"""
    \x01ì\x16¥\n
    ÊrÚÜ,\x1EÂMCA¡
    """
  b"\x01ì\x16¥=$r\x10╗P░\x13a:╬6"
  b"\x01ì\x16¥uòs7¬Ó!\x15▄ÓC="
  b"\x01ì\x16¥©ssAÑx\x10║½║ô%"
  b"\x01ì\x16┐;´prï\x02░,{ b#"
  b"\x01ì\x16┐oıs%ô■-ibyƒ┼"
  b"\x01ì\x16┐óãs@Ö©Ø║eöÉ\x10"
  b"\x01ì\x16┐┘2pwÑßÉ\x052<Ê3"
  b"\x01ì\x16\x10Ãqñë▒ñõe2ûk"
  b"\x01ì\x16└ê~r°╣P½╣Ag└m"
  b"\x01ì\x16└Úýqúä¶\x7F\x01Î!\x19"
  b"\x01ì\x16┴<§qp┐ú\x04▀Õ¸╦d"
  b"\x01ì\x16┴Ï╠q1×\x005_Ô-╗Û"
  b"\x01ì\x16┬0gs─¼@ƪõ┼\x175"
  b"\x01ì\x16┬ôOs{ü¡9\x1FD[x1"
  b"\x01ì\x16├$êshïßÈW╣QÊc"
  b"\x01ì\x16├lCq-å▓B0dº\x13\x08"
  b"\x01ì\x16├½ùr<ä\x05\x12Tó?║9"
  b"\x01ì\x16├ÞnrbÁ└\x12Év\x12\x17\x02"
  b"\x01ì\x16─*Xrÿ╣ SpÃ&ÈK"
  b"\x01ì\x16─k╦p¥Æ■o└\x1E¥Ô\x1A"
  b"\x01ì\x16─ðgq½é`äW=}øÃ"
  b"\x01ì\x16\x0F\rqWÄj¥'Ü{┼Ì"
  b"\x01ì\x16┼YmsjÜ─M%ª\x14ƒÁ"
  b"\x01ì\x16┼»\x00p\x16╗HO■FVû3"
  b"\x01ì\x16ã\x08$s¾╣Ü¢PB1\x0F"
  b"\x01ì\x16ãz(r┌ÉÛ9âg"*j"
  b"\x01ì\x16ã╩Wp§í+ü\x1D5È+ä"
  b"\x01ì\x16Ã\x1E4p5╣Ô\x01\x14┼R r"
  b"\x01ì\x16Ã{är╬¡Crù┤┐s¦"
  b"\x01ì\x16Ãı¹r¨äÅÌIÚ\\x0E\x16"
  b"\x01ì\x16╚6MpLº(X'<~¯\x1E"
  b"\x01ì\x16╚ëgqìîwUö%¥kC"
  b"\x01ì\x16\x03ip|åÀP\x17äè[¥"
  b"\x01ì\x16╔<ÛsÇÜÇÑpÐ3T*"
  b"\x01ì\x16╔xZqåº╦´bb┘Þ?"
  b"""
    \x01ì\x16╔░┴r`¬<à\n
    Ág§¹
    """
  b"\x01ì\x16╔Þôp(ò1╩N▀Ôß┘"
  b"\x01ì\x16\x1CupòÉ╚;ý╚*̶"
  b"\x01ì\x16╩RGp|ÄKÝ:ôáå¥"
  b"\x01ì\x16╩åÜp\x7FèÉU;╦ÐØÅ"
  b"\x01ì\x16╩┐ër\x05çG├ÎÍø­├"
  b"\x01ì\x16╩¨╣pðºÞ!0Añð2"
  b"""
    \x01ì\x16╦VdrCí\n
    Y9ÎÌÑ\x13
    """
  b"\x01ì\x16╦«ëpÁâ~¾.┬5ÉÁ"
  b"\x01ì\x16╦Ó┌p½║├@\x1E[\x03YC"
  b"\x01ì\x16\x10çq&ø█©n▀\x17Âõ"
  b"\x01ì\x16╠B|s¹Æbl­\x17F|Æ"
  b"\x01ì\x16╠uÕqu©z\x1DÖ¦sð<"
  b"\x01ì\x16╠¼5r\x7Fá╠(█®+\e»"
  b"\x01ì\x16╠õ¬p▄׸µ9Ã\x161\x17"
  b"\x01ì\x16\eßr\x00ª┌$\x04¾│¸w"
  b"\x01ì\x16═UÒp╝Ü4j5¸Ë└7"
  b"\x01ì\x16═ÅXq■Ķ/Mâ2;¾"
  b"\x01ì\x16═╔òs\x13┐P└o\x0EÌZõ"
  b"\x01ì\x16╬'0sëépµ¥ú\x02Õþ"
  b"\x01ì\x16╬ass‗░┤bÊè╔§²"
  b"\x01ì\x16╬£Ipñ┤¾Àë¾ô\vt"
  b"\x01ì\x16╬Í]r\x04«ò\e\x13\x04╝Hí"
  b"\x01ì\x16¤\x16*q ïð²\x7Fß´Fù"
  b"\x01ì\x16¤N\x13pE®_\x02\x00£³)B"
  b"\x01ì\x16¤ê8pEâë\x08F─▄¼├"
  b"\x01ì\x16¤ÕÇrzä║eÆÊ\ëÐ"
  b"\x01ì\x16ð\x1CMr4ç█ÿ\x087\x10"""
  b"\x01ì\x16ðä\x15q1¡\x1Dü+╠TH╔"
  b"\x01ì\x16ð┴\x16r2ܽWA\v■┘|"
  b"\x01ì\x16ð·Asê×>·\x04^N▒Ð"
  b"\x01ì\x16ÐY5q`£Ræôª¬4\x1E"
  b"\x01ì\x16ÐÄËr>ùT-p╣¡Km"
  b"\x01ì\x16Ð┼┐rHÿ1┴zó¸\x06\x08"
  b"\x01ì\x16й\x19sâ▒9=ıÅçiZ"
  b"\x01ì\x16Ê8 pYØ$0└Â\t55"
  b"\x01ì\x16ʃapâ奮╠¾\f\n"
  b"\x01ì\x16Ê┌Jq┌çaÇÊØÇ©©"
  b"\x01ì\x16Ë\x19Åp7£bB8╗ë«\"
  b"\x01ì\x16ËZTq\x16©\tA▓\x12p\x16"
  b"\x01ì\x16Ë╝█s°Ä¹F~╔§M¹"
  b"\x01ì\x16Ë°dr│à·(¤▒°ôÑ"
  b"\x01ì\x16È3╔rkº'Èp,øÁy"
  b"\x01ì\x16Èn¸s└¡»ëSÃl\x06c"
  b"\x01ì\x16ȽQpÁ»ÄîÅ{Ô'B"
  b"\x01ì\x16ı\x11]p\x1Aƒ.\x06<U@Èê"
  b"\x01ì\x16ıI­r6¼█<¤╩Ó\x1F""
  b"\x01ì\x16ıä­q▀ó\x17ú«\x1DÍı~"
  b"\x01ì\x16ı┐OsCƒ{Ã\x10$Ý×G"
  b"\x01ì\x16Í zp!Éoª/½ìn┘"
  b"\x01ì\x16Ía\x06r╝Ö±B\x13}\x7F®."
  b"\x01ì\x16Íøvp0îA©`ø+¨Å"
  b"\x01ì\x16Íı¡s­äÿ·«±(5g"
  b"\x01ì\x16Î\r\x0Fr\x14åoØp\tcLq"
  b"\x01ì\x16ÎHarâÅ┼┼(yýy▀"
  b"\x01ì\x16Îü7q4ähä\x02▒*³m"
  b"\x01ì\x16΢5qy░Yítåäê7"
  b"\x01ì\x16Χup\x15Ä[┐¿\x06\x18Óí"
  b"\x01ì\x16Ï0^s)éÔ/v-╦®┘"
  b"\x01ì\x16Ïj/rnÑܸ▄\x00\x0FÇ"
  b"\x01ì\x16ϼÄsıÆIw║á53ð"
  b"\x01ì\x16\x19ósãêàFî©┴[\x0E"
  b"\x01ì\x16┘ZÖsµàQóª\x16KA»"
  b"\x01ì\x16┘óısÇ░H┌+q¼-\x15"
  b"\x01ì\x16┘µ\x04rKØ\x17┤³NÁJó"
  b"\x01ì\x16┌&õrªÁ╦xª┐\x12GR"
  b"\x01ì\x16┌gÆq$î¿┬┘\x13ühç"
  b"\x01ì\x16┌º\x7Fr©¼Ó&øÐB╝{"
  b"\x01ì\x16┌Úªp┌ÑûO«)ç[g"
  b"\x01ì\x16█'cs3╝\x7FÎà█X7┴"
  b"\x01ì\x16█hMq\x02Ü"\x12%\x12ý¾Ò"
  b"\x01ì\x16█╦ÉrÖóýÑtXA█╬"
  b"\x01ì\x16\x04\x04qÂüÍ\x17'"bd┘"
  b"\x01ì\x16▄ACq(âÒV┘37CÛ"
  b"\x01ì\x16▄zHqÒÖ\'┬{>¢Û"
  b"\x01ì\x16▄░ðql│=C7ÅX0Æ"
  b"\x01ì\x16▄¹ìs"£Ð£XÆ\rÍB"
  b"\x01ì\x16¦G╬p%É:6àÍ¡ü\x18"
  b"\x01ì\x16¦º┘q^ë×êH¥\x18C▓"
  b"\x01ì\x16¦Þ2p»â┘;º"t╝┤"
  b"\x01ì\x16Ì/SrÀëuÉ»▓ð4("
  b"\x01ì\x16Ìj┤rL£T\x06▄Û\x1F\x1DD"
  b"\x01ì\x16\x08\x0Es*À`¬_\x15KP╠"
  b"""
    \x01ì\x16▀<\fpµ¡Ý\n
    q®t╝!
    """
  b"\x01ì\x16▀t\x04ràïçG#\x10ö\x10ð"
  b"\x01ì\x16▀¼Fpþ│<k\x11\x03\x1Eu"
  b"\x01ì\x16▀õ;r¥çL╗&Úµ^Þ"
  b"\x01ì\x16ÓCérä©\e~8\x0F│îº"
  b"\x01ì\x16Óy­qE¬║²´S\x11\eú"
  b"\x01ì\x16Ó░7rqû;7»º│O\x00"
  b"\x01ì\x16Ó­\x14pØò╩ÇÎýøPÀ"
  b"\x01ì\x16ß,cqTƺ$²À\x1EI\r"
  b"\x01ì\x16ße1r┼é³ÝR£E‗¬"
  b"\x01ì\x16ßÖÆpã®FûÄ\x10{|└"
  b"\x01ì\x16ßÈMr\e¢ù·Äu+ò."
  b"\x01ì\x16Ô\x0Fır│¬.°\v>C\x19\x12"
  b"\x01ì\x16ÔFyrÀó\x0FM>Ì▄-×"
  b"\x01ì\x16Ô«upm½:ö=\x11\x1D╝E"
  b"\x01ì\x16Ôý9r┬É┐L\x1E\x0F¦:\x12"
  b"\x01ì\x16Ò$Ãp▄Ä°'ý║±Â═"
  b"\x01ì\x16Ò`òr¸░ÜSõ$&h\x1A"
  b"\x01ì\x16ÒñÀq¹ñQ\x04iÃbV³"
  b"\x01ì\x16Òß½q┘®&óÏ\x12M?Î"
  b"\x01ì\x16õ,^q*»^ÈØ\x08Ë]«"
  b"\x01ì\x16õn\x1EpÚô\x16l{\x19º#ª"
  b"\x01ì\x16õ▒ËpÄØ^&2À»ƒè"
  b"\x01ì\x16õ²╝sM×je:╠└ùâ"
  b"\x01ì\x16Õ@òs\eî (╚└0Qt"
  b"\x01ì\x16Õ¢zpVº[>Øì╗\x06"
  b"\x01ì\x16Õ²1rÿ¡ì£ÒÕY3\v"
  b"\x01ì\x16µ@┴sÄ┤▒╝t!Ëg┐"
  b"\x01ì\x16µâEp\x1E©M╣Q°¿5\x16"
  b"\x01ì\x16µ─Vqzù\r┤ zñ­¶"
  b"\x01ì\x16µ·‗pDë%ø»\x1C£ ÷"
  b"\x01ì\x16þ;ur㼦{Ë\x08b─\x17"
  b"\x01ì\x16þías█æ@Ij¾hz²"
  b"\x01ì\x16þ¦┴sXÀª¤▓¹ë║m"
  b"\x01ì\x16Þ\x1CísêÂ\x14¡NÑ¢\v¾"
  b"""
    \x01ì\x16ÞV\n
    s ØiÛu>\x01
    """
  b"\x01ì\x16ÞÀÐqHón§ ÕÉ\x04/"
  b"\x01ì\x16Þ­mr┐¥\x13d'GI\x00"
  b"\x01ì\x16Ú,üp÷ñÃ═½55Ó╣"
  b"\x01ì\x16ÚiúrCèyæ‗»└sÔ"
  b"\x01ì\x16Úºjs*É;T®¨¦▄-"
  b"\x01ì\x16ÚÕ{qEúè╝s\x04ÝBF"
  b"\x01ì\x16ÛZ\tq░ÉÜv¯-ì°Y"
  b"\x01ì\x16ÛÑ╩pnøïµv$=\x17ý"
  b"\x01ì\x16Û¹ısƒüöà__┬█┼"
  b"\x01ì\x16Ù>\x01q\x03ôò|ÿãv¿¥"
  b"\x01ì\x16Ù\x7F}p¢┤kÜ▓$Ü╚È"
  b"\x01ì\x16Ù¹Äp╠غÍÞh@Ç¢"
  b"\x01ì\x16ýOspÅ×ù'3ÿ╬(E"
  b"\x01ì\x16ý▒]qìúx\x1DÈÊZ\x05Ò"
  b"\x01ì\x16Ý\x13Bqê×ÜQ▀ïÚ/î"
  b"\x01ì\x16ÝoÌr├ÖgñÞiP\x01\x14"
  b"\x01ì\x16¯*ýq\x1Aö¯ÊOñ£u["
  b"\x01ì\x16¯°\p:î¡║\x00y"
  b"\x01ì\x16´PØqÿ£Ì²"Å Ð\x04"
  b"\x01ì\x16´┤'räí¾Z\x02ƒi╬§"
  b"\x01ì\x16­\x08\x14rÀè┐N(KTï└"
  b"\x01ì\x16­Í?r\x06«\x04á2\rM3ß"
  b"\x01ì\x16±8§rɪÍ+y2MÙË"
  b"\x01ì\x16±┼·r¢Åhº█~Äh{"
  b"\x01ì\x16‗Z`s\x18ï7ðÑ\x1F\x7F¸"
  b"\x01ì\x16‗§\x05rº¬¤nÇc)╣ "
  b"\x01ì\x16¾y\x1Fs▓À\x05¤▒1^Ì‗"
  b"\x01ì\x16¾‗lq5ÆkÖ9F!Ø\x08"
  b"\x01ì\x16¶ûjsnåÛ┬lQÃ\x7FÛ"
  b"\x01ì\x16§=ÒrZî■YÍ\x0F¨Î"
  b"\x01ì\x16§│1sp¡┴*Ä­\x1DËÓ"
  b"\x01ì\x16÷P\x05rXÂmpöw@6\x06"
  b"\x01ì\x16÷ƒäp Ñ¹╦¶²p▒ã"
  b"\x01ì\x16÷Þ®sı┤R@c×ç╔£"
  b"\x01ì\x16¸6ÔqÇ▓z▄ù\x06%ïD"
  b"\x01ì\x16¸í■s▓¢|oû,-²\x0F"
  b"\x01ì\x16°\v\x1Cs║▓Ãy¦±Ù×Y"
  b"\x01ì\x16°\x7F\x04r┴¢PÃGùru─"
  b"\x01ì\x16¨\x0E-r®åõèB-^F¢"
  b"\x01ì\x16¨´\es9ö┌i©\eòÜÉ"
  b"\x01ì\x16·9Wsi®?O\x01\x0F{ 0"
  b"\x01ì\x16·èTscûµØJà±?í"
  b"\x01ì\x16·┘Zq#£2\x05ù┬:█¼"
  b"""
    \x01ì\x16¹3\n
    q«çÈ▀ mæUÈ
    """
  b"\x01ì\x16¹Ä\x11sKíîbp\x1DD[w"
  b"\x01ì\x16¹█}qtâÝ]Ò¬=\fÉ"
  b"\x01ì\x16³35q ┐═\x1D\x10[iîA"
  b"""
    \x01ì\x16³▄zp\n
    À@µl░)Êz
    """
  b"\x01ì\x16²w\x13q\eí┤ZÒ\x13¡o»"
  b"\x01ì\x16²╝Ûr¹Ç »W█Öêw"
  b"\x01ì\x16\x00"p\x03ü¼┼¿KÎk;"
  b"\x01ì\x16■LÜq╝┤\x1C\v\x13ïh¸e"
  b"\x01ì\x16■Å@pñÜ│\x12í\╣¶<"
  b"\x01ì\x16■Ï└qV▒\x08\x19"ÊòÚ?"
  b"\x01ì\x16 o╔pzªCd╩bÝ<?"
  b"\x01ì\x16 Ã4pV┤┤¸/ý\x03\x7F7"
  b"\x01ì\x17\x00&ûq´ú\x7F´1\x1Cû\x02["
  b"\x01ì\x17\x00yöqRÅeÿv82Ó¶"
  b"\x01ì\x17\x00Í┌s¿äƒUrÜZªF"
  b"\x01ì\x17\x01--sàë▒É5{B4a"
  b"\x01ì\x17\x01vTs\x06┤▀æÅ÷WL¯"
  b"\x01ì\x17\x01┬urgÄ▄eàãÞæë"
  b"\x01ì\x17\x027ùp¶Á×└\x1E¬Ä:-"
  b"\x01ì\x17\x02whq¼Á~\x07┴=;;+"
  b"\x01ì\x17\x02┐os\x1CÂ\x1Crõ¢&¯ï"
  b"\x01ì\x17\x02 1s3Å2³|F§YU"
  b"\x01ì\x17\x03@IpùÖ(┼¹\x19|àÍ"
  b"\x01ì\x17\x03äÂp1é╣íB¢åtï"
  b"\x01ì\x17\x04\x003r~┤\x11¢*▓\x19ƒî"
  b"\x01ì\x17\x04Hµpl®Î»ûØT\x0F"
  b"\x01ì\x17\x04Öxp\x08Å\x07\·Þê\x1FF"
  b"\x01ì\x17\x05JXpp¹\x1D.\x19SÒ["
  b"""
    \x01ì\x17\x05ÊPqÿâ\x07¨cÎ\n
    Êä
    """
  b"\x01ì\x17\x06`µsk¼╝H\x1A\x04\f"
  b"\x01ì\x17\x07\r╬p┼çÞ\vLó5P┌"
  b"\x01ì\x17\x07^9pûçL\rq╗1ç\x05"
  b"\x01ì\x17\x07┘©qÐ┤©à|\[hL"
  b"\x01ì\x17\x08!\x03sóÄηrTï\x05å"
  b"\x01ì\x17\x08a▀r]Öâ\x1AæÃ$©ù"
  b"\x01ì\x17\x08ú'r«┤ÆX╗\x10yã┐"
  b"\x01ì\x17\t\x16Òqƒåê■╦2ÑZ\r"
  b"\x01ì\x17\tY8q"ÂU¤t\x145\n\x00"
  b"\x01ì\x17\tÖàs│öØæî▓iaµ"
  b"\x01ì\x17\t┌÷r\x18¥þ\x1D£Å├ã±"
  b"""
    \x01ì\x17\n
    \x1F¬pϪV-┌¬Ôí‗
    """
  b"""
    \x01ì\x17\n
    Æ^q8×▒ë|ÙÛeç
    """
  b"""
    \x01ì\x17\n
    ı¨pX¡eç«Cîó¬
    """
  b"\x01ì\x17\v\eGr¦╣ýsnû´\x19Ê"
  b"\x01ì\x17\vÉ\x1FsÀà\x01█á\x1Dc.\x1F"
  b"\x01ì\x17\vÎÅr®éá╗╚pt.Í"
  b"\x01ì\x17\f\x1D\x19qBµ]\v-ô╣C"
  b"\x01ì\x17\fûzq\x0Fô¾═¶/w¥\v"
  b"\x01ì\x17\f¦Ür'Öé´¹rÛìu"
  b"\x01ì\x17\r ¶r$Ö.S\x14M\x00+┌"
  b"\x01ì\x17\ra╩qþáW~e \vðt"
  b"\x01ì\x17\rðNp\x18äRêNá(W\x10"
  b"""
    \x01ì\x17\x0E\x0E#r\n
    áHgísq╦ý
    """
  b"\x01ì\x17\x0EÇËqÎäa!┤20[}"
  b"\x01ì\x17\x0E└us\x7Fú)ä╦Ä·ïò"
  b"\x01ì\x17\x0F\x00NpDûº^Ð\x7Fbñ7"
  b"\x01ì\x17\x0FqÀsÆèõß<­18#"
  b"\x01ì\x17\x0F¦ºsr░ù´Oº:T/"
  b"\x01ì\x17\x10\x19HrÞ╗▓NXõªyê"
  b"\x01ì\x17\x10WÁs"║S\x0F\x17h\x11"
  b"\x01ì\x17\x10û├qcÆÜKO}┴$,"
  b"\x01ì\x17\x11\x07\x00riá£ä©V\x00"
  b"\x01ì\x17\x11F¿q├▒g_ÊqñÏ@"
  b"\x01ì\x17\x11êís¬ºüé\x1F%OtÄ"
  b"\x01ì\x17\x11ã÷qnèï¸■W╗>╗"
  b"\x01ì\x17\x12\x08npèçì═ı¼`¶S"
  b"\x01ì\x17\x12P║qƪ\x00X,\r!{¾"
  b"\x01ì\x17\x12ò‗sÀª;¹ë\x10¼ÓP"
  b"\x01ì\x17\x12\x04q,║\x19ǃÍóTM"
  b"\x01ì\x17\x13\Bs┴║4¥\x1CbÐ┌s"
  b"\x01ì\x17\x13ƒ\x16sºñcqƒ¿\x11"
  b"\x01ì\x17\x13Ò¢p\x02\x14®\)1╚á"
  b"\x01ì\x17\x14-mr_«Û*ýY_┤ë"
  b"\x01ì\x17\x14rts├ÇÖ┬I┬Ç\x03"
  b"\x01ì\x17\x14Â&q1¼ÅriäxéÚ"
  b"\x01ì\x17\x14¹«q▄øéÁ³»rXl"
  b"\x01ì\x17\x15jÅs\x1D\x08A\x7F+cSn"
  b"\x01ì\x17\x15¬Bsv╝bø$╗█¢²"
  b"\x01ì\x17\x15Û'p┘⺲¿/\x15¨\x08"
  b"\x01ì\x17\x16&8q╦ì\x1A╔©­\x04\x0F©"
  b"\x01ì\x17\x16fÕp+ɨGëkñ j"
  b"\x01ì\x17\x16Ñ/r▀êKCÒ¹ö\x13"
  b"\x01ì\x17\x17â©qé╗ÍOð\x02'øe"
  b"""
    \x01ì\x17\x17\x11qÜ╝Ü\n
    :░m(Ú
    """
  b"\x01ì\x17\x18\x06~rdî\x10G©ùaÉ\x04"
  b"\x01ì\x17\x18I\x00r¥Â\x08á\x00\x06{J&"
  b"\x01ì\x17\x18ç-qÅî║îC\x1A─´9"
  b"\x01ì\x17\x18Ã╚s\x01╝vo³äFÛ╠"
  b"\x01ì\x17\x19;!qÔéØáF\x7F©\x04Ô"
  b"\x01ì\x17\x19}ks/╗ÇÝð´Xk+"
  b"\x01ì\x17\x19┬█qGëö7Ïg\x1A4N"
  b"\x01ì\x17\x1A\x05ær╦ÆV╗æe\x13\e\x1D"
  b"\x01ì\x17\x1AOnpRÜ╠üGÓM░╝"
  b"\x01ì\x17\x1Aû¶r}£\x15Âi=»N╦"
  b"\x01ì\x17\e\v│p¨ó²íòvÍ!Z"
  b"\x01ì\x17\eN¸qG¼ZÙáÒ½0&"
  b"\x01ì\x17\eöfs\x08¢Ò­ò\x10\fº7"
  b"\x01ì\x17\x1C\t‗slÁâ╬_Mð Y"
  b"\x01ì\x17\x1CN\x01p£ätï\rÇíç\x06"
  b"\x01ì\x17\x1CÆïs¡º█_©`ì`\x04"
  b"\x01ì\x17\x1CÍ┬p*ª &î\x01ð┴¢"
  b"\x01ì\x17\x1D\x18█pŃèãõW£q3"
  b"\x01ì\x17\x1D_└qòá:┌X\x08]¥<"
  b"\x01ì\x17\x1Dñgrã┐Øíü\x0EÄÆð"
  b"\x01ì\x17\x1DÚos╦║j-═\x19F\x06°"
  b"\x01ì\x17\x1E.°qíÅı*(ö"T("
  b"\x01ì\x17\x1EqSrpåt4É3¦k¹"
  b"\x01ì\x17\x1E┤as/çÄïÆè▀▀«"
  b"\x01ì\x17\x1E÷Npá¼÷`ª@Xýo"
  b"\x01ì\x17\x1F:\x08r\x02øqè¨┴&\x7F"
  b"\x01ì\x17\x1F{·r[íÚU?õ÷eù"
  b"\x01ì\x17\x1F­\vrÒºöt´\tº?|"
  b"\x01ì\x17 /¦p¥ÿ╣Pö\x0E¯nk"
  b"\x01ì\x17 oªpGª▒jEA\x18T\x1A"
  b"\x01ì\x17 ▒)q`▓çðpà\É"
  b"\x01ì\x17 §┬pV¿\x13Þf\x11D\x1D\t"
  b"\x01ì\x17!9ñsE║æÁ═ßù\x08Ù"
  b"\x01ì\x17!¼ÈpKÅé¼²Uî4z"
  b"\x01ì\x17!±­qû£0╩║c╣}\x7F"
  b"\x01ì\x17"4└p╗ØÜ=FZpýõ"
  b"\x01ì\x17"z=rpñ>‗zUu\x08"
  b"\x01ì\x17"ãkr\x0Fï\x07\æzl37"
  b"""
    \x01ì\x17#\n
    ┐pC¢(¡\x0EÄL\x1Dì
    """
  b"\x01ì\x17#Qls1å\x04╚]░±_u"
  b"\x01ì\x17#╬äsp┐\fZj\r{░S"
  b"\x01ì\x17$\x13cr\x07à─░!­Å¤9"
  b"\x01ì\x17$Æ÷p(┤Ø©\x10\x08ý─"
  b"\x01ì\x17$█\x07pÿ╗q)éÈ1N_"
  b"\x01ì\x17%%Úq6ùú┴bDÅYd"
  b"""
    \x01ì\x17%m╗p÷ùza:\n
    \x17«m
    """
  b"\x01ì\x17%┤4s´ñvA \x17¹Ó\t"
  b"\x01ì\x17&,­pýåÔ▀│x¦t´"
  b"\x01ì\x17&w─røç═Æ\x04¼¯<i"
  b"\x01ì\x17&┐9syú¾fµ¤ƒd\x10"
  b"\x01ì\x17'\x07Îs¶¿┬╩K'?.Å"
  b"\x01ì\x17'O\x17p}º=u\┘%\x7F"
  b"\x01ì\x17'┼vsØ¢c├`20╦S"
  b"""
    \x01ì\x17(\n
    ds3ÀIÃ█▓Ì `
    """
  b"\x01ì\x17(Q\x15pOù■\x10\x1FÉü÷H"
  b"\x01ì\x17(ôís©Ø\x16£Uí¯©-"
  b"\x01ì\x17(ÏNro®\eÞæ╗¼\x05Ú"
  b"\x01ì\x17)M¬pƒö·óÝ\x1C$ª¾"
  b"\x01ì\x17)ôCq¤ëÄà▄üÛ╠╣"
  b"\x01ì\x17)┘\tsÛŲüã=\x0Fø├"
  b"\x01ì\x17*#^s7ƒõ\x17T|ÍBÀ"
  b"\x01ì\x17*mÈq\x08ò¥kvÄ;ƒÁ"
  b"\x01ì\x17\er┤▓╩±ðóQSC"
  b"\x01ì\x17+36sºï»oº,\x07\x06#"
  b"""
    \x01ì\x17+{âr5º\x08na\n
    ┐╚Ñ
    """
  b"\x01ì\x17+─oqØ¡╣\rù¡öÙ÷"
  b"\x01ì\x17,%╦p¬èùÔÝ\x1C4╚ú"
  b"\x01ì\x17,Á,sÆø3 SKçJ\f"
  b"\x01ì\x17-\t%p4▒\x13┘VeÁÍb"
  b"\x01ì\x17-Wåp[▒*\x06í¯╠Ô0"
  b"\x01ì\x17-ª╗s┴í¡\x16\x00Û\v?E"
  b"\x01ì\x17.\x06\x1Es┴«iÏÝ\x08Íí_"
  b"""
    \x01ì\x17.┼ãrßÅ\n
    ÔÓÛ#└u
    """
  b"\x01ì\x17/\x1EVsYç│|£ï¸2Ï"
  b"\x01ì\x17/v¹q0Çõ²'\x14\x07\x1E\x0F"
  b"\x01ì\x170R═s7£¾\x1CÛ╔IQ\x00"
  b"\x01ì\x170┬\x1Fp!ñ4┌I\x19ı═c"
  b"\x01ì\x171%+qhÉ├Lvj▓7\v"
  b"\x01ì\x171ÄúrÙ┐¡▓\x12║þ\x15"
  b"\x01ì\x171þ®s█░│¦│╩¤Äd"
  b"\x01ì\x1721 s\x15╝▄ƒ2\tÇvÚ"
  b"\x01ì\x172~Ûq¢é\x11È\x17¨H°B"
  b"\x01ì\x172¨wqLº[vJl±íh"
  b"\x01ì\x173?·q\vÂ\eÍ═╗#k\x1C"
  b"\x01ì\x173ä_p_×s\x7Fçı╦┌h"
  b"\x01ì\x1D!s╔s­ùýk×\æ"ï"
  b"\x01ì\x1D!▄┬p╠û%!¼┘þBÝ"
  b"\x01ì\x1D"\x1Fór┤ä╚a&┐Þpç"
  b"\x01ì\x1D'P-s¸øtl¨»+▀\x1D"
  b"\x01ì\x1D'Ʀpæñ¬®¢H¸!`"
  b"\x01ì\x1D'Ëípzòýí*øþÅò"
  b"\x01ì\x1D(\x17╗s\x1FÉlÐŤ▄T\x14"
  b"\x01ì\x1D(Xüqä¬9²┤ê\x0EÐ]"
  b"\x01ì\x1D(Ë*q<×\x00╠âïº\x01Ã"
  b"\x01ì\x1D)\e]qÁ╗Û\>X¢█\x1D"
  b"\x01ì\x1D)b\x1Epd©╦V©Û\x05¼║"
  b"\x01ì\x1D)ñ r¤╣©_¢»\x1A"
  b"\x01ì\x1D)Ú█pAî{¿n\fضÆ"
  b"\x01ì\x1D*+¸pU×t~Ö`Ƶ"
  b"\x01ì\x1D*s³s§ƒ[┼Z{‗{¡"
  b"\x01ì\x1D/b\x1Eröñ«]þUê¡x"
  b"\x01ì\x1D/ªøs}¬O.\x06¥╝Àb"
  b"\x01ì\x1D/­òrÐèA¶}Im─,"
  b"\x01ì\x1D07Cpܬ«MÇ\r‗ÊÍ"
  b"\x01ì\x1D0|GrÜòF­ú┬E\fÍ"
  b"\x01ì\x1D0├╬p3Ø/ð├YA┐l"
  b"\x01ì\x1D1\x08\x12qøï¢\taÖ┘ÝW"
  b"\x01ì\x1D1Oçs\x1F¥­ÚÁùufl"
  b"\x01ì\x1D\x13rgö▓¶ıì+ÊJ"
  b"""
    \x01ì\x1D1¦£s°Â‗\x17\n
    þÏ
    """
  b"\x01ì\x1D2"Üsy¼·\x12Ñc2ñ3"
  b"\x01ì\x1D2hØrM¢\x00q/ê4%¿"
  b"\x01ì\x1D2│Br│ªÒ\x08ú\x081Æ'"
  b"\x01ì\x1D\x17r¡ØD\x1Fü4¹)C"
  b"\x01ì\x1D3@Éq░×°ÁMݼGW"
  b"\x01ì\x1D6$ïq;¡┐$0┬└q\x1C"
  b"\x01ì\x1D7-4s2½ïÊ.zÁX/"
  b"\x01ì\x1DPGßrGÁÂ{═ù\rsj"
  b"\x01ì\x1D_▓\x10qöâU\vÚ¾^Àõ"
  b"\x01ì\x1Db\x10\rr¯¿³!1Ƭ┌J"
  b"\x01ì\x1Dy½&sPú\x16Ú-=o¼┘"
  b"\x01ì\x1D|A5qØàmôÞ▒+É█"
  b"\x01ìâiÕ═rIé±+ÝÝs£\x02"
  b"\x01ìâjQ╦p¶ïÿ\x1F¦Z╦cG"
  b"\x01ìâj©^p\x17«╝ñ\vL\x16Â)"
  b"\x01ìâk?tqeÿÞ╩‗╠3¢Ð"
  b"\x01ìâk¡ürÔó\x07uÊÝùùB"
  b"\x01ìâõÏ\x1EpRà57\x00l┴0$"
  b"\x01ìà┐Y\x07p!å▄$4fú╬║"
  b"\x01ìà┐©\x0Fp\x7Fç59NX╔Ve"
  b"\x01ìà┌¿+peÇ´/░±}çV"
  b"\x01ìà┌°Òq\x08ó¡\x1EM\f£§3"
  b"\x01ìà█<ÛrÒÇím\x17\x18¾"
  b"\x01ìà█åËp¥ó\x12ËídàÝâ"
  b"\x01ìï\x10\vp_àÿ\x04]ä´å═"
  b"\x01ì┬\x15\x19£pòíoÙúJ¹░┐"
  b"\x01ì┬\x15gòqjÜ╬sK\x1AÁ¸l"
  b"\x01ì┬\x15¬¬r\x06▓Ýö¸ÂJıq"
  b"\x01ì┬\x15‗!sAù¿³E\x0E??╚"
  b"\x01ì┬\x16K┤q▀óT▓æ4.\x01j"
  b"\x01ì┬\x16ú0s)éa\vÝ\x04̓ "
  b"\x01ì┬\x16Ý9r\x02æßHR\x12òYp"
  b"\x01ì┬\x172kqÐçÝZ\x159®F¿"
  b"\x01ì┬\\x04ÀqÐ░\x1C┬┤¹ý\x1A'"
  b"\x01ì┬\M\x03qíòq=í\x16¶k¬"
  b"\x01ì┬\ôîqWì├d^\x15\\x1F"
  b"\x01ì┬\Î=pàÀöô¨╬├]ý"
  b"\x01ì┬]\x1EöqUëm³ô┬¹_Ö"
  b"\x01ì┬]gNqþ×ò\x1Då?ÝÚ\f"
  b"\x01’¯w¥®pY–jÌZú@¦r"
  b"\x01’¯€öîq鈋U6ÿÆL\x08"
  b"\x01’¯’âbr÷¨Ee€g(ïÞ"
  b"\x01’¯“wZr\¥M\ªšœ½~"
  b"\x01’¯“÷Ïr\x12£Ã»®Ññï‹"
  b"\x01’¯”±Prú˜í„¹€–zò"
  b"\x01Æ»òbýqÃä╔áÅ┘╔╝ç"
  b"\x01Æ»û6ÄpÅæ\x04Än╚H╠Ù"
  b"\x01’¯–ƒ\fp³µ\x08\x15d$,~¤"
  b"\x01’¯–Óˆr\x13­ÀP2ûèmD"
  b"\x01’¯—"Ýq©˜€ªkO\x17\x06&"
  b"\x01’¯—mcp\x13†_µÇ8\x0E*i"
  b"\x01’¯—½]q)„źìÍ=K\x17"
  b"\x01’¯ªwUsñ‘¥šp½.¢G"
  b"\x01’¯ªË'r+¥Áí®~:’6"
  b"\x01’¯«\e\x01pò%¯Üûh$\r"
  b"\x01’¯«hµs¢»\f¨ØˆT~ƒ"
  b"\x01’¯«¶­q·”+l¤\x13‰›â"
  b"\x01’¯¬6žs¾É*\t1T\x18"
  b"\x01Æ»¼äss╚ØÅ\x1CõB;"ã"
  b"\x01’¯¬Ð…q\x07¥yö\x1F¡“,0"
  b"\x01’¯­\x1A™q\x08›ÓµÓh\x16׈"
  b"\x01’¯­coq<’ó…0@\x1A£<"
  b"\x01Æ»»\x18ìs├ü‗sÅı ┘\x1E"
  b"\x01Æ»»gøqL¥§ÐÂø\x1E\x06Ø"
  b"\x01Æ»»│¿pì▓Æj\x0EÕì^\v"
  b"\x01’¯°\x03Vs€”¯\x06èÀ5¦4"
  b"\x01’¯°P˜r«†EÙÏÿE\x1Ct"
  b"\x01Æ»░ƒPpkáìTı┴ùîd"
  b"\x01Æ»░Û<sؼ¾6§f╚\x01:"
  b"\x01’¯·ˆxs€„\x0EÄ$‘:ÈÙ"
  b"\x01’¯·Ú—sÒ·\x18ꮀF·\f"
  b"""
    \x01’¯¸,Øq™”\n
    á.ñÂÇr
    """
  b"\x01’¯¸wTrÌ™Oî¯ËÑeÈ"
  b"\x01’¯¸È’p$„\x18\x00QBvdÇ"
  b"\x01’¯Ç\f£rq±Ó>\x08µwr\x19"
  b"\x01’¯Ç[Íss½5²ãÈMN¡"
  b"\x01’¯Ç¢­s纬rØ\x061~t"
  b"\x01’¯ÇéÓqlŒÎɌم/4"
  b"\x01’¯È.ùp½²È÷v¾žäY"
  b"\x01’¯ÈvWpЗ5yš¹@ý`"
  b"\x01’¯È½âr°­)\x04gzŒWà"
  b"\x01’¯Îá6që¾N\eêaxv}"
  b"\x01’¯Ï+Ûpk²iË §`¿N"
  b"\x01Æ»Ð\x15:p#ï║·6Å)╚,"
  b"\x01’¯ÒG}p²¾ßHj7Øš$"
  b"\x01’¯ÓxBqy—\x1DTÕ|\r«0"
  b"\x01’¯ÓÇYs$ª\x14hAàØ}õ"
  b"\x01’¯Ù×Apý›BV\x11-;¡2"
  b"""
    \x01’¯Ú&–s„‘\x17\n
    ÿ\x069\x0E7
    """
  b"""
    \x01Æ»┌p\n
    s}Å┐°╝5?ì$
    """
  b"\x01Æ»┌╣┐q─ØL¬┌ûF\x11\"
  b"\x01’¯éC?q˜’\x00\v\x08Òc”\x10"
  b"\x01Æ»¨@Üsüñ:û!</Q|"
  b"\x01’¯ù”\x07q¯§S…!5\tÔ\x7F"
  b"\x01’¯úsfpDºjÍâ*©à´"
  b"\x01’¯úÊÙsý‹ã˲IAi;"
  b"\x01’¯û\x14øs©˜ì×ÏÛZúi"
  b"\x01’¯ûaùq\x1F§Iõ4x`HS"
  b"\x01’¯û¯Årê¾™qB\x02Jxm"
  b"""
    \x01’¯ûüÙrp™a‚Ÿ\n
    o\x05î
    """
  b"\x01’¯üFøp¶ª8zÔ\x1A¥9Ì"
  b"\x01’°\x01°€q¤¶á]»ZÞZ¡"
  b"\x01’°\f\vZrä•êœ Dy"î"
  b"\x01’°\x12ˆSqì±ì:ć‡zÜ"
  b"\x01Æ░\x12ıCq²º\x01\x16ÇÉ\x1E┌x"
  b"\x01’°\x1DR-q~‡ì\x14|[ôÎr"
  b"\x01’°&G™px·S{€ûöç™"
  b"\x01’°&—Js¿°&š!\x04\x7Fù("
  b"""
    \x01’°2“ŒqY·\n
    Í]Ä%èL
    """
  b"\x01’°2ãÇq͘ý\x006»¶\x17Ë"
  b"\x01Æ░3/Øs╠¼vz|äYô¦"
  b"\x01’°3„\x14sA„z\x7FCìÿ\x06@"
  b"\x01’°6ÑXrò¸‘s¬åGvš"
  b"\x01’°7%îqvŒõ\x1E\\x06K<í"
  b"\x01’°7s\x01q¥¿„\x08ƒ\x03aÅy"
  b"\x01’°7À†rO™\x07·S‘º15"
  b"\x01Æ░8\eßrü¿ä╦#ÐÌá="
  b"\x01Æ░8p1sƒº6[¯+ÅLõ"
  b"\x01“ÏìZîp““Cþ—=L¼9"
  b"\x01“Ð\x04\x0EHrè½fõ\x02èPxX"
  b"\x01“Ð\tp8põ‘1Ðw§Û/i"
  b"\x01“Ð4€Ùqû§0~ÌpÀ¡¥"
  b"\x01ì\x12© æs\vùJ\x02u¥²┌É"
  b"\x01ì\x12║t£p\x1E£│º¤Þ│6ò"
  b"\x01ì\x12║´ªqHë╚nÏQ\x00Rc"
  b"\x01ì\x12╗+;q\x17ê\v.‗\x185¡¨"
  b"\x01ì\x12╗jvqÝôbóÓxø7z"
  b"\x01ì\x12╗¬╗sbù╩r×.ËAp"
  b"\x01ì\x12╗Ù\x15q│¿°¹Á╬\x05D╩"
  b"\x01ì\x12¢»\x17r(Â2Y»‗+¶~"
  b"\x01ì\x12▄´\x0ErNÿ3\f1u■,\x14"
  b"\x01ì\x12³û;q\x03ª|³OR«╚┬"
  b"\x01ì\x12³Õ\x12s:║\x1E53\x10ú©═"
  b"\x01ì\x12²vpqÈç¢Ã± \Þ^"
  b"\x01ì\x12²┐7rDƒ╦¶Ø5>4\x17"
  b"\x01ì\x13\x16IRq╦ï\x0Eé┌9kO\x03"
  b"\x01ì\x13\x16¯ºq"¼E)¬CÞ_m"
  b"\x01ì\x13\x17æärnÜ£K&î\r"
  b"\x01ì\x14\x19SQqNçÃN0\x01:zÓ"
  b"\x01ì\x14.■õr\x14ìØ­\x15\x00\x7F\x01\x14"
  b"\x01ì\x14/Î╦pNë&ö░\e╚yÑ"
  b"\x01ì\x16|\x07Áqxå:ð\x11ÉI \x12"
  b"\x01ì\x16|ÒrrD╝¤æà\Ø\x039"
  b"\x01ì\x16Ç@Øs.º£@ÚQ¿oç"
  b"""
    \x01ì\x16äÔEpÈïEþ¶×\n
    ñ╗
    """
  b"\x01ì\x16ë░ýr\x0E¡\x12─Ì█;s+"
  b"\x01ì\x16èx\x15pe½Ò\x10í¿\x1Dº╚"
  b"\x01ì\x16è¬Wr\x1C½Í═^ı\x17\x16T"
  b"\x01ì\x16î!■sð╗ÐKQn±¹Ù"
  b"\x01ì\x16îê¬sH¡║¯{ý§.N"
  b"\x01ì\x16└ê~r°╣P½╣Ag└m"
  b"\x01ì\x16┬ôOs{ü¡9\x1FD[x1"
  b"\x01ì\x16ʃapâ奮╠¾\f\n"
  b"\x01ì\x16ËZTq\x16©\tA▓\x12p\x16"
  b"\x01ì\x16·èTscûµØJà±?í"
  b"\x01ì\x17\vÎÅr®éá╗╚pt.Í"
  b"\x01ì\x17\fûzq\x0Fô¾═¶/w¥\v"
  b"\x01ì\x17\er┤▓╩±ðóQSC"
  b"\x01ì\x17+─oqØ¡╣\rù¡öÙ÷"
  b"\x01ì\x17,%╦p¬èùÔÝ\x1C4╚ú"
  b"\x01ì\x1D/b\x1Eröñ«]þUê¡x"
  b"\x01ì\x1D/ªøs}¬O.\x06¥╝Àb"
  b"\x01ì\x1D0├╬p3Ø/ð├YA┐l"
  b"\x01ì\x1D3@Éq░×°ÁMݼGW"
  b"\x01ì\x1Dy½&sPú\x16Ú-=o¼┘"
  b"\x01ì┬]\x1EöqUëm³ô┬¹_Ö"
  b"\x01’¯úsfpDºjÍâ*©à´"
  b"\x01’¯ûaùq\x1F§Iõ4x`HS"
  b"\x01ì\x12Ë:\x02rÖë\x0E5\x0Fgå╗t"
  b"\x01ì\x13\x17æärnÜ£K&î\r"
  b"\x01ì\x16|w~sV»\x07\x13C\x02P"\x11"
  b"\x01ì\x16|«Çs]¬[‗ý\x08\x11\x16c"
  b"\x01ì\x16â\x17öpýü\x08±_è¾Ö×"
  b"\x01ì\x16äá¥s]┐cÙ\f═1À╚"
  b"\x01ì\x16è¬Wr\x1C½Í═^ı\x17\x16T"
  b"\x01ì\x16├$êshïßÈW╣QÊc"
  b"\x01ì\x16═╔òs\x13┐P└o\x0EÌZõ"
  b"\x01ì\x17&,­pýåÔ▀│x¦t´"
  b"\x01ì\x17)M¬pƒö·óÝ\x1C$ª¾"
  b"\x01ì\x17)ôCq¤ëÄà▄üÛ╠╣"
  b"\x01ì\x17)┘\tsÛŲüã=\x0Fø├"
  b"\x01ì\x17*#^s7ƒõ\x17T|ÍBÀ"
  b"\x01ì\x17*mÈq\x08ò¥kvÄ;ƒÁ"
  b"\x01ì\x17\er┤▓╩±ðóQSC"
  b"\x01ì┬\x172kqÐçÝZ\x159®F¿"
  b"\x01ì┬\M\x03qíòq=í\x16¶k¬"
  b"\x01ì┬\Î=pàÀöô¨╬├]ý"
  b"\x01ì┬]\x1EöqUëm³ô┬¹_Ö"
  b"\x01ì┬]gNqþ×ò\x1Då?ÝÚ\f"
  b"\x01’¯È.ùp½²È÷v¾žäY"
  b"\x01’¯Îá6që¾N\eêaxv}"
  b"\x01’¯Ï+Ûpk²iË §`¿N"
  b"\x01’¯¬6žs¾É*\t1T\x18"
  b"\x01Æ»¼äss╚ØÅ\x1CõB;"ã"
  b"\x01’¯¬Ð…q\x07¥yö\x1F¡“,0"
  b"\x01’¯­\x1A™q\x08›ÓµÓh\x16׈"
  b"\x01’¯­coq<’ó…0@\x1A£<"
  b"\x01Æ»»\x18ìs├ü‗sÅı ┘\x1E"
  b"\x01Æ»»gøqL¥§ÐÂø\x1E\x06Ø"
  b"\x01Æ»»│¿pì▓Æj\x0EÕì^\v"
  b"\x01’¯°\x03Vs€”¯\x06èÀ5¦4"
  b"\x01’¯°P˜r«†EÙÏÿE\x1Ct"
  b"\x01Æ»░ƒPpkáìTı┴ùîd"
  b"\x01Æ»░Û<sؼ¾6§f╚\x01:"
  b"\x01’¯·ˆxs€„\x0EÄ$‘:ÈÙ"
  b"\x01’¯·Ú—sÒ·\x18ꮀF·\f"
  b"""
    \x01’¯¸,Øq™”\n
    á.ñÂÇr
    """
  b"\x01’¯¸wTrÌ™Oî¯ËÑeÈ"
  b"\x01’¯¸È’p$„\x18\x00QBvdÇ"
  b"\x01’¯Ç\f£rq±Ó>\x08µwr\x19"
  b"\x01’¯Ç[Íss½5²ãÈMN¡"
  b"\x01’¯Ç¢­s纬rØ\x061~t"
  b"\x01’¯ÇéÓqlŒÎɌم/4"
  b"\x01’¯È.ùp½²È÷v¾žäY"
  b"\x01’¯ÈvWpЗ5yš¹@ý`"
  b"\x01’¯È½âr°­)\x04gzŒWà"
  b"\x01’¯ÓxBqy—\x1DTÕ|\r«0"
  b"\x01’¯ÓÇYs$ª\x14hAàØ}õ"
  b"\x01’¯Ù×Apý›BV\x11-;¡2"
  b"""
    \x01’¯Ú&–s„‘\x17\n
    ÿ\x069\x0E7
    """
  b"""
    \x01Æ»┌p\n
    s}Å┐°╝5?ì$
    """
  b"\x01Æ»┌╣┐q─ØL¬┌ûF\x11\"
  b"\x01’°\x01°€q¤¶á]»ZÞZ¡"
  b"\x01’°\x12ˆSqì±ì:ć‡zÜ"
  b"\x01Æ░\x12ıCq²º\x01\x16ÇÉ\x1E┌x"
  b"\x01’°\x1DR-q~‡ì\x14|[ôÎr"
  b"\x01’°6ÑXrò¸‘s¬åGvš"
  b"\x01’°7%îqvŒõ\x1E\\x06K<í"
  b"\x01’°7s\x01q¥¿„\x08ƒ\x03aÅy"
  b"\x01’°7À†rO™\x07·S‘º15"
  b"\x01Æ░8\eßrü¿ä╦#ÐÌá="
  b"\x01Æ░8p1sƒº6[¯+ÅLõ"
  b"\x01“Ð4€Ùqû§0~ÌpÀ¡¥"
  b"\x01ì\x12─?\tsöàÒoê\x04X╩\t"
  b"\x01ì\x12┌tÅq=╣═{à\x0F`O‗"
  b"""
    \x01ì\x12┌│Ss?│\n
    )Ͼ\x10ò»
    """
  b"\x01ì\x12\v\x06sÜçõ\x04V■_┬i"
  b"\x01ì\x12Ú\x11Éq«▓ûÓ┘etäö"
  b"\x01ì\x12ÚZ¾p¿©¹\x7F┴¨·B_"
  b"\x01ì\x12Úº\x10s\é:ç\x01ıE7ë"
  b"\x01ì\x12Ú°éqV│▒┬ıÑ╚/P"
  b"""
    \x01ì\x12­╩╦q¬àу\n
    \x06Ã9
    """
  b"\x01ì\x12±'╚qı║\x1E\x15\x18¨\x0Eì»"
  b"\x01ì\x12¸\x06ir\v×dþ\x10Êôx_"
  b"\x01ì\x16îRdpaª\x17¬â?×jº"
  b"\x01ì\x16╣²Ls0è╦¿éÒÐ▓V"
  b"\x01ì\x16¸í■s▓¢|oû,-²\x0F"
  b"\x01ì\x17\x07^9pûçL\rq╗1ç\x05"
  b"\x01“ÐF¶Mp£—7"¥šD\x0FT"
  b"\x01“ÐF¾Ns\x05¢,ÎX=ȉQ"
  b"\x01“ÐFÅ>p\f¬g†2´@y¨"
  b"\x01“ÐFË·p\x17­e§ø['ãZ"
  b"\x01“ÐFÒÕpDŠ4k‹\x10 Œ\x02"
  b"\x01“ô\x08$ñqê¼Wr\x7F/"`Ž"
  b"\x01“ô\x08IŒpÒ¹v<\rE‡"²"
  b"\x01“ô\x08“#s“¦5\x1Er þ‹¸"
  b"\x01“ô\x08Ö¤qÁ®tœ…=«¬Ý"
  b"\x01ì\x12╚AUq\x13▓ýË$Ú\x17¸&"
  b"\x01ì\x12╚|]qj╣K®W╦\x1C\x1E"
  b"\x01ì\x12╚¼\rqÆôzÈ╩‗ı\x1Dâ"
  b"\x01ì\x12╚ \x1CqÑ╗ıD╔Z)·("
  b"\x01ì\x12╔j¼r\x15│▀╬í\x11ÙEI"
  b"\x01ì\x12╔Í─qÈê\x01\x18ÿ\x7Fƒ\x05p"
  b"\x01ì\x12╩Y8rG¼»þ¾┐\x13®\n"
  b"\x01ì\x12ð\x01Óq░Ö)*:EkK┬"
  b"\x01ì\x12ð\\vq´┐ýçD\x1CÚ┌\"
  b"\x01ì\x12ðÀiqmì®┐Xú!ÿ6"
  b"\x01ì\x12Ð\x19─pÿò*ÔÌÿ═┬_"
  b"\x01ì\x12Ðy\x05q\x17Ä»\x0Fvìa8─"
  b"\x01ì\x13*vãp┘┤┴#ÝÉdÍ©"
  b"\x01ì\x13*▓▀p$╣ÒF¨rEµ&"
  b"\x01ì\x13*Ýgq║ò┬v\v\x0F{Ë┼"
  b"\x01ì\x14\x16\|p\eò┘±┬&+]´"
  b"\x01ì\x14\x16ùñr2ÉRBRI╗Wì"
  b"\x01ì\x14\x16ÐÇq░Ç×]Þä┐Â4"
  b"\x01ì\x14\e\x1FçròÜ%═%¹\x11&I"
  b"\x01ì\x14\eéÁr\x03ÂT¦ª7‗õl"
  b"\x01ì\x14\e║³qGü%,°S\x1E¿E"
  b"\x01ì\x14\e¾█q ª\x1F\x12ûeıgM"
  b"\x01ì\x14\x1C.Òpóà£╬xBf5&"
  b"\x01ì\x14 \x00Áq\x10ç%Èï"ûÄì"
  b"\x01ì\x14 <LqZ»±Ð;%a+®"
  b"\x01ì\x14 uúp^│ÑZ"ç?Ê4"
  b"\x01ì\x14 «JqÁóL\x0E╚þƒ\e"
  b"\x01ì\x14 Újp<®wë>│(?î"
  b"\x01ì\x14!".q\x00¬Ó\x1EHßè\x17"
  b"\x01ì\x14!^´rÇÅeØ\x7F ƒ­s"
  b"\x01ì\x14\x06pÿù╩Àÿéîæ▀"
  b"\x01ì\x14!¹.pîÅÈß\x06\x1A?█à"
  b"\x01ì\x14"b\x1Fqvóg{î|1³\x15"
  b"\x01ì\x14"╦Nr»òÃ\ruï«mf"
  b"\x01ì\x14#\f¼r¢┐APFLíYë"
  b"""
    \x01ì\x14#E¡s\fº╠J.¾\n
    +\e
    """
  b"\x01ì\x14#ǽptàùÝ8é\x06"
  b"\x01ì\x14#║gpFöKw\x0E\x08o╬■"
  b"\x01ì\x14#±êqà¢6çè░▄║"
  b"\x01ì\x14$+æs³ªãþ|p9qR"
  b"\x01ì\x14$iEq9¿Õëõ¶z─Å"
  b"\x01ì\x14$ímrë░pÊé#╦\x198"
  b"\x01ì\x14$┘┐rLƒ²┤>fí?\t"
  b"\x01ì\x14%\x13ßr\t¢`\x04µ\x1F!─P"
  b"\x01ì\x14%N^px¥Uo\³Á¸5"
  b"\x01ì\x14%Åvr±½±÷3ù{Û§"
  b"\x01ì\x14%ðás¼ï╗~Â8æE;"
  b"\x01ì\x14&└└p#òíË(¶p\x7F¤"
  b"\x01ì\x14& LqÀùÓ1Ñ»F\x15p"
  b"\x01ì\x14'?ñp■ë¦ÿ)\x11\x16?."
  b"\x01ì\x14'{ør¾▓ö®{t\x13"
  b"\x01ì\x14'Ó{pvåxA\v»à\x1Fù"
  b"\x01ì\x14(Døqh×\rÞ«Éb┼K"
  b"\x01ì\x14(¬¸q9×Ïâó╝│ZÔ"
  b"\x01ì\x14\x19qı¬!Wpzýä«"
  b"\x01ì\x14)LGrøÀAаÂWjØ"
  b"\x01ì\x14)çer¡û¨▄░\x1EñW├"
  b"\x01ì\x14)¾÷q¹åã3ð|fëÈ"
  b"\x01ì\x14*YÝq²öðÝvÚ╠pæ"
  b"\x01ì\x14*┐²rc▓sÒå\v8®)"
  b"\x01ì\x14*¹´psû┴'┌\x1F\x07Ó\x03"
  b"\x01ì\x14+5¸p_ªÏ┼\x1A,t│²"
  b"\x01ì\x14+øÚsååWÏß+@\x12ä"
  b"\x01ì\x14,\x04NpÆÆ~9nO8è´"
  b"\x01ì\x14,j piòº#Z▒®g\x1C"
  b"\x01ì\x16ü└\x1Es\x14ëêÇ.\x02SÇÌ"
  b"\x01ì\x16ü±aq┬Ä_Ú¼Ê$U\x08"
  b"\x01ì\x16é!8r\x19ÖGV9º¹gØ"
  b"\x01ì\x16£1ïráíë²ó│\x0F"
  b"\x01ì\x16£æAp4¢e\x1D±\x13ªZb"
  b"\x01ì\x16£Þ\x1Eqpº;øû\x12^█d"
  b"\x01ì\x16ØFÃqÛë\x19´³Ë)\t;"
  b"\x01ì\x16ØÖ\x18r@ìÆÏ\x02Ç▓W\x1C"
  b"\x01ì\x16Ø´ÇqáîfÛiÏL\x1F "
  b"\x01ì\x16×D\eq\x14ÿFß\x0E\x19 "
  b"\x01ì\x16×û+r\x0E¬s´\x07rìø\n"
  b"\x01ì\x16×‗Wq¨Ñ\x05}¹¾×t²"
  b"\x01ì\x16ƒL┼p4ù¬Qy¾§Ð\x17"
  b"\x01ì\x16ƒøúsÄÇ̳öªÿv["
  b"\x01ì\x16ƒ´þr±è¯þã®I´¡"
  b"\x01ì\x16á?╩qm£ÝR"qÂëo"
  b"\x01ì\x16áÅ‗pGöÄç^Dw¸r"
  b"\x01ì\x16áÒ┤q5¿)Ø_é*\x17>"
  b"\x01ì\x16í1Ïrxàêù\x05Ùw\x1Eô"
  b"\x01ì\x16í~ÓstÀMu1ϲ═}"
  b"\x01ì\x16íðºp>©ßcúº-àS"
  b"\x01ì\x16í■¹s2øt2wƒC\x16e"
  b"\x01ì\x16ó+prTÂã¹‗¨%Ö\x1F"
  b"\x01ì\x16óVüsM▓Ä\x18é╚┼╠┼"
  b"\x01ì\x16óä¸r¶▒▀\x1Dı═┘\x19"
  b"\x01ì\x16ó▒\x1DsÔâr!Lø¹²¤"
  b"\x01ì\x16ó▀<pª¬¡]Â0e\\x1D"
  b"\x01ì\x16ú\vfpU║\x08\x0E3\x14É&í"
  b"\x01ì\x16ú9▄qPÄ»hBXÿ█M"
  b"\x01ì\x16úiþq´╝9┬n½\x04¿\x18"
  b"\x01ì\x16ú¢ÔsIÅÀQsé\x13¥\x1D"
  b"\x01ì\x16ñ\x17ks®î\x01s░\x15î┤n"
  b"\x01ì\x16ñorr}òçÖì¯J ╣"
  b"\x01ì\x16ñ─±p/ú'O¥\x04\v"
  b"\x01ì\x16Ñ\x15ÄqöüS#a\x01ôÿ "
  b"\x01ì\x16Ñi[q!Ä+\x08H\x13/\x10"
  b"\x01ì\x16Ñÿ\x11qB¡╬┴=\x14\x06ã"
  b"\x01ì\x16ÑÚzr}º╝e5â|Ö¦"
  b"\x01ì\x16ª@Ysø®\x1Cöw\1b°"
  b"\x01ì\x16ªæès‗º¶K÷+\x06ú╝"
  b"\x01ì\x16ªÔ°s+©UüÓ╬,éV"
  b"\x01ì\x16º8MsÐô×üDpCàA"
  b"\x01ì\x16ºîÔrbåÒÕ´ä\x19ó\x0E"
  b"\x01ì\x16ºÕ¦pnéÌU\x18\tÑG┼"
  b"\x01ì\x16¿\x7FÊsiùóEæau#\x05"
  b"\x01ì\x16¿Ïrqu¥\x02»ò`,®w"
  b"\x01ì\x16®-ûr▀íL(8\x01â¦╦"
  b"\x01ì\x16®å\x17p.░▄▒î╦r/U"
  b"\x01ì\x16¬0\x1Cpö▓\x14\x15\x02ã6Ì▓"
  b"\x01ì\x16¬ÉÒp║ê,ƒÓ×ø\x1AÓ"
  b"\x01ì\x16¬²7q$¥×èÇ\ÇÛQ"
  b"\x01ì\x16½6£pÿ░.╦ÀÐÕ§9"
  b"\x01ì\x16Ì¿\x1Es\x1Cº┼Æ,±░\f""
  b"\x01ì\x16³Å\x01pÜ¿äÀWS\x19"
  b"\x01ì\x17\x17\x12êp¾¢0c▒\x12»"─"
  b"\x01ì\x1DQ\x10ês½ôØ\të)tT·"
  b"\x01ì\x1DW\x1FÚq╝áðg\x0FUÃâ2"
  b"\x01ì\x1D]~pp┘É\v£]▄ím╦"
  b"\x01ì\x1Dgå&q⻃L'Ì‗9Í"
  b"\x01ì\x1Di█br¿ïX\x1AÕMÀ\x19"
  b"\x01ì\x1DjL\x02s┘¿s\x04\x1A▀3│²"
  b"\x01ì\x1DksírïöA¢▀\x08ùÔ■"
  b"\x01’¯½õŒq, %'Ó\x1E·J~"
  b"\x01Æ»┴H}sc╗ mKع\x18À"
  b"\x01’¯Á‡DphˆQï;maÊ­"
  b"\x01’¯ä\x1Cksò–\x17ûyP\x07Á¦"
  b"\x01ì\x12Ë:\x02rÖë\x0E5\x0Fgå╗t"
  b"\x01ì\x12Ó*|q\x12ë`¸\x13\e,`Ä"
  b"\x01ì\x12Ý╠Ísb│ôƒµÎïµW"
  b"\x01ì\x13\x0Eg¢r,åRuf"ɵõ"
  b"\x01ì\x13\x0E┬▒rQÿ┼Pe\x1FË\x0Fr"
  b"\x01ì\x13\x19b▄p`ÀÆ`¨Pò\x157"
  b"\x01ì\x13\x1C3┤p┘╣b╔&RÀ╗k"
  b"\x01ì\x13\x1Ew­q\x02«{\r±:V╩~"
  b"\x01ì\x13%┬8q¬¢╣t└æa¤á"
  b"\x01ì\x13'³ÿq«ê\t\x10D\x0FDÝØ"
  b"\x01ì\x14\x1AöÚs═ó■\x12Íæü-%"
  b"\x01ì\x14-÷øq\x05ÂNês ╬èÃ"
  b"\x01ì\x140$dp\x10║‗ëý݃E,"
  b"\x01ì\x16à~´pJü\³¶\x16@$\x13"
  b"\x01ì\x16û╝¹pcè╠Ê┼;D&Ë"
  b"""
    \x01ì\x16¼¼╠qØ¥â╔\n
    \x03sõú
    """
  b"\x01ì\x16┤]▓q!╗═ÿÁ·òbu"
  b"\x01ì\x16╝º·rzù¹k¹ÀQ?╚"
  b"\x01ì\x16├$êshïßÈW╣QÊc"
  b"\x01ì\x16\x0F\rqWÄj¥'Ü{┼Ì"
  b"\x01ì\x16┼YmsjÜ─M%ª\x14ƒÁ"
  b"\x01ì\x16┼»\x00p\x16╗HO■FVû3"
  b"\x01ì\x16Ã{är╬¡Crù┤┐s¦"
  b"\x01ì\x16\x03ip|åÀP\x17äè[¥"
  b"\x01ì\x16╔Þôp(ò1╩N▀Ôß┘"
  b"\x01ì\x16╩RGp|ÄKÝ:ôáå¥"
  b"\x01ì\x16ðä\x15q1¡\x1Dü+╠TH╔"
  b"\x01ì\x16Ê┌Jq┌çaÇÊØÇ©©"
  b"\x01ì\x16Èn¸s└¡»ëSÃl\x06c"
  b"\x01ì\x16Ù\x7F}p¢┤kÜ▓$Ü╚È"
  b"\x01ì\x16¯°\p:î¡║\x00y"
  b"\x01ì\x17\x01vTs\x06┤▀æÅ÷WL¯"
  b"\x01ì\x17\f\x1D\x19qBµ]\v-ô╣C"
  b"\x01ì\x17\x16fÕp+ɨGëkñ j"
  b"\x01ì\x17\eöfs\x08¢Ò­ò\x10\fº7"
  b"\x01ì\x17%%Úq6ùú┴bDÅYd"
  b"""
    \x01ì\x17%m╗p÷ùza:\n
    \x17«m
    """
  b"\x01ì\x17)ôCq¤ëÄà▄üÛ╠╣"
  b"\x01ì\x170R═s7£¾\x1CÛ╔IQ\x00"
  b"\x01ì\x170┬\x1Fp!ñ4┌I\x19ı═c"
  b"\x01ì\x1D)\e]qÁ╗Û\>X¢█\x1D"
  b"\x01ì\x1D)ñ r¤╣©_¢»\x1A"
  b"\x01ì\x1D)Ú█pAî{¿n\fضÆ"
  b"\x01ì\x1D0|GrÜòF­ú┬E\fÍ"
  b"""
    \x01ì\x1D1¦£s°Â‗\x17\n
    þÏ
    """
  b"\x01ìà┌°Òq\x08ó¡\x1EM\f£§3"
  b"\x01ìï\x10\vp_àÿ\x04]ä´å═"
  b"\x01ì┬\x15\x19£pòíoÙúJ¹░┐"
  b"\x01ì┬\x16K┤q▀óT▓æ4.\x01j"
  b"\x01ì┬\x172kqÐçÝZ\x159®F¿"
  b"\x01Æ»¨@Üsüñ:û!</Q|"
  b"\x01’¯üFøp¶ª8zÔ\x1A¥9Ì"
  b"\x01’¯½õŒq, %'Ó\x1E·J~"
  b"\x01Æ»┴H}sc╗ mKع\x18À"
  b"\x01’¯Á‡DphˆQï;maÊ­"
  b"\x01ì\x14/Î╦pNë&ö░\e╚yÑ"
  b"\x01ì\x140$dp\x10║‗ëý݃E,"
  b"\x01ì\x142i\x04s┼î\x17\x05\x16°s·O"
  b"\x01ì\x142▒MqOö╠i\x00\x01¶¿À"
  b"\x01ì\x142¸ÒsC┤»M¤╠[├Ì"
  b"\x01ì\x143ATr\x17ÀõׯðIè┴"
  b"\x01ì\x143êºs}Çf╝\x14¶Eòu"
  b"\x01ì\x143ÐýqD©\x01Rp¯ñ\x19"
  b"\x01ì\x144\x17ÿqJ┤lS╠Æ╠═ä"
  b"\x01ì\x144_\x19s\fÂ*±è(q0Ø"
  b"\x01ì\x144Ñ╣smÿ¦\x03\x1E¤┴¯"
  b"\x01ì\x16}\x19‗q\x00ûT┘\x0ES\tx'"
  b"\x01ì\x16░Îír\x06í\x114@XgÖƒ"
  b"\x01ì\x16\fðrm╝'22\x1CÂ╝ƒ"
]
44 0.24 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"\x01“ÏÌÍpx¢£/‹Qm&Û?"
]
45 0.16 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"\x01“ÏÌÍpx¢£/‹Qm&Û?"
]
46 0.54 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 `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 (((JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?))) OR (JSON_CONTAINS(IFNULL(`product`.`property_ids`, `product.parent`.`property_ids`), JSON_ARRAY(?))))))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`created_at`) DESC LIMIT 24
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  true
  b"\x01“ÏÌÍpx¢£/‹Qm&Û?"
  null
  "571020327ef34b9886018b2c8fec5873"
  "571020327ef34b9886018b2c8fec5873"
]
47 0.43 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 `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 (((JSON_CONTAINS(IFNULL(`product`.`option_ids`, `product.parent`.`option_ids`), JSON_ARRAY(?))) OR (JSON_CONTAINS(IFNULL(`product`.`property_ids`, `product.parent`.`property_ids`), JSON_ARRAY(?))))))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  true
  b"\x01“ÏÌÍpx¢£/‹Qm&Û?"
  null
  "571020327ef34b9886018b2c8fec5873"
  "571020327ef34b9886018b2c8fec5873"
]
48 0.40 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` <=> ?))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  true
  b"\x01“ÏÌÍpx¢£/‹Qm&Û?"
  null
]
49 0.30 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"┬G┤ìV┴EÕÖ\\vjƒGÀô"
  b"×░ø▒'\x19JF¬sÌÅ&\x16b═"
]
50 0.76 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulec7d7c66468784458926a84501da2550d.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`, "$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulec7d7c66468784458926a84501da2550d.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`, "$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulec7d7c66468784458926a84501da2550d.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`, "$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulec7d7c66468784458926a84501da2550d.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` <=> ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  true
  b"\x01“ÏÌÍpx¢£/‹Qm&Û?"
  null
]
51 0.34 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 (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  true
  b"\x01“ÏÌÍpx¢£/‹Qm&Û?"
  null
  0
]
52 0.32 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 ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = ?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  true
  b"\x01“ÏÌÍpx¢£/‹Qm&Û?"
  null
  true
]
53 0.59 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` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  true
  b"\x01“ÏÌÍpx¢£/‹Qm&Û?"
  null
]
54 0.41 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` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  true
  b"\x01“ÏÌÍpx¢£/‹Qm&Û?"
  null
]
55 0.46 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"\x1Añ'‚¶ºI}¥Ó¤£Šcao"
  b"4tÊ'\4A¡ŸÜÁFhôîð"
  b"]Ï,o;§G¸¥›|\x16|‡•û"
  b"`¿K<Õ}M*¤©óá\v¥š“"
  b"c\x1A|\x03╔sM¾Å¢╣´▄┤y\x12"
  b"dŸlb°žHy‘«ÒËÁJ3\e"
  b"e-2ŠA{H\x00‹ÉÉnƒ\t^^"
  b"–‚\x17åà´Gä°;\x08™ï]\t¡"
  b"£\x1CÂ>J?B\x01É*ùø├±^┬"
  b"×\r\x1DèûÒDyœ\x1A:rÆ>'÷"
  b"$*ƒ™6?E¯†ìŠ\x19ða%³"
  b"FA\0z¦N╠▓]Y\x13ÛÉ9╦"
  b"S\x0E¡iO▓LÏäÙü´K\eém"
  b"˜\r¿Ûœ‘E««‹î¨5ŠÁ\x1F"
  b"Þ—ü3ùŸO\x1E¾¬ã¼†³'Í"
  b".\x19\x00Ž9§O\x14†ƒ¬r{fÖ\e"
  b"CD\x1Dú$ÊE\x00­\x12…ÃLGÎð"
  b"æ4╩A_§KÐ║s4¦\v±\x03Å"
  b"¤▓òÞ╗6By│×┬üÅ╗Ü\x03"
  b"÷µ/âÜ\x17A_ì&░[#¡▀Ö"
  b"-¦™T'\x16LÙ‹žÊ4¼å{½"
  b"""
    /'\n
    \x18"-Nî¼³ÔtS*«~
    """
  b"?‹\ny\x14³L“Š}\x17\x00"™wK"
  b"œ\x04ÏþI\x10J¿ŒÐ'ŽŠßsÁ"
  b">T<àúäE~‡N°å£¤ë®"
  b"{ñüÂùØA─ùjL█º{UÒ"
  b"""
    ¥p l\x04\x12H\n
    „?‡²ýÄ\x07¹
    """
  b"Äx'œù"F¾–¤´8·3eì"
  b"ÜjüÓ?ÛDÛ®\x04\x1AÛü;_\"
  b"\x1EÇ\x15°”½K„›€7\x1FE¸*^"
  b"6Á²ƒ▄[CìÖ{BËûMi+"
  b">3ÍàqýH[ÅDÓy└µ╠\x03"
  b"NŸj]}DLç«Vɳó½Ôû"
  b"`)H:³OD\x02˜Ø4rú“,¸"
  b"€dŠìYžCß–—Äùòóþ‹"
  b"ÁÀ4)cnHÚž\v•»\tÌ„˜"
  b"ÍH╬õ,ùD█ÅÏUÉ@ö"v"
  b"/\x08P\x0Fa$O¯Umª¸åóA"
  b"\x02ò·“:K\x08¬„áˆr\x1D׿"
  b"˜ì\x1F\x17·TB/£h±k‰²\eb"
  b"dg‹¯Ñ\x0FE›¡ô9®“)0¬"
  b"õ”‚Ö7“A_ƒ\x1F8=ÂÏ\x7F+"
  b"\x00,o¥Á\x00ES…6ÂP|~‘H"
  b"Û®m5}îH²·8™€®¨{p"
]
56 0.59 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"\x1Añ'‚¶ºI}¥Ó¤£Šcao"
  b"CD\x1Dú$ÊE\x00­\x12…ÃLGÎð"
  b"NŸj]}DLç«Vɳó½Ôû"
  b"`¿K<Õ}M*¤©óá\v¥š“"
  b"dŸlb°žHy‘«ÒËÁJ3\e"
  b"{ñüÂùØA─ùjL█º{UÒ"
  b"€dŠìYžCß–—Äùòóþ‹"
  b"–‚\x17åà´Gä°;\x08™ï]\t¡"
  b"˜\r¿Ûœ‘E««‹î¨5ŠÁ\x1F"
  b"£\x1CÂ>J?B\x01É*ùø├±^┬"
  b"ÁÀ4)cnHÚž\v•»\tÌ„˜"
]
57 0.37 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"\x1Añ'‚¶ºI}¥Ó¤£Šcao"
  b"4tÊ'\4A¡ŸÜÁFhôîð"
  b"]Ï,o;§G¸¥›|\x16|‡•û"
  b"`¿K<Õ}M*¤©óá\v¥š“"
  b"c\x1A|\x03╔sM¾Å¢╣´▄┤y\x12"
  b"dŸlb°žHy‘«ÒËÁJ3\e"
  b"e-2ŠA{H\x00‹ÉÉnƒ\t^^"
  b"–‚\x17åà´Gä°;\x08™ï]\t¡"
  b"£\x1CÂ>J?B\x01É*ùø├±^┬"
  b"×\r\x1DèûÒDyœ\x1A:rÆ>'÷"
  b"$*ƒ™6?E¯†ìŠ\x19ða%³"
  b"FA\0z¦N╠▓]Y\x13ÛÉ9╦"
  b"S\x0E¡iO▓LÏäÙü´K\eém"
  b"˜\r¿Ûœ‘E««‹î¨5ŠÁ\x1F"
  b"Þ—ü3ùŸO\x1E¾¬ã¼†³'Í"
  b".\x19\x00Ž9§O\x14†ƒ¬r{fÖ\e"
  b"CD\x1Dú$ÊE\x00­\x12…ÃLGÎð"
  b"æ4╩A_§KÐ║s4¦\v±\x03Å"
  b"¤▓òÞ╗6By│×┬üÅ╗Ü\x03"
  b"÷µ/âÜ\x17A_ì&░[#¡▀Ö"
  b"-¦™T'\x16LÙ‹žÊ4¼å{½"
  b"""
    /'\n
    \x18"-Nî¼³ÔtS*«~
    """
  b"?‹\ny\x14³L“Š}\x17\x00"™wK"
  b"œ\x04ÏþI\x10J¿ŒÐ'ŽŠßsÁ"
  b">T<àúäE~‡N°å£¤ë®"
  b"{ñüÂùØA─ùjL█º{UÒ"
  b"""
    ¥p l\x04\x12H\n
    „?‡²ýÄ\x07¹
    """
  b"Äx'œù"F¾–¤´8·3eì"
  b"ÜjüÓ?ÛDÛ®\x04\x1AÛü;_\"
  b"\x1EÇ\x15°”½K„›€7\x1FE¸*^"
  b"6Á²ƒ▄[CìÖ{BËûMi+"
  b">3ÍàqýH[ÅDÓy└µ╠\x03"
  b"NŸj]}DLç«Vɳó½Ôû"
  b"`)H:³OD\x02˜Ø4rú“,¸"
  b"€dŠìYžCß–—Äùòóþ‹"
  b"ÁÀ4)cnHÚž\v•»\tÌ„˜"
  b"ÍH╬õ,ùD█ÅÏUÉ@ö"v"
  b"/\x08P\x0Fa$O¯Umª¸åóA"
  b"\x02ò·“:K\x08¬„áˆr\x1D׿"
  b"˜ì\x1F\x17·TB/£h±k‰²\eb"
  b"dg‹¯Ñ\x0FE›¡ô9®“)0¬"
  b"õ”‚Ö7“A_ƒ\x1F8=ÂÏ\x7F+"
  b"\x00,o¥Á\x00ES…6ÂP|~‘H"
  b"Û®m5}îH²·8™€®¨{p"
]
58 0.36 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
59 0.48 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`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`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
60 0.18 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01Æ»S╠Rr`ØÖóaW95¿"
]
61 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:
[]
62 0.22 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
63 0.13 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
64 0.27 ms
SELECT `rhiem_ar_group`.`id` FROM `rhiem_ar_group` WHERE (`rhiem_ar_group`.`active` = ? AND (`rhiem_ar_group`.`standard` = ? OR `rhiem_ar_group`.`channel_ids` <=> ? OR `rhiem_ar_group`.`channel_ids` LIKE ? OR `rhiem_ar_group`.`channel_ids` LIKE ?) AND (`rhiem_ar_group`.`standard` = ? OR `rhiem_ar_group`.`customer_group_ids` <=> ? OR `rhiem_ar_group`.`customer_group_ids` LIKE ? OR `rhiem_ar_group`.`customer_group_ids` LIKE ?) AND NOT (`rhiem_ar_group`.`hide_in_account` <=> ?)) ORDER BY `rhiem_ar_group`.`position` ASC
Parameters:
[
  true
  true
  null
  "%[]%"
  "%7c0e7dbbe6c54fed8e38ae23c5b8d519%"
  true
  null
  "%[]%"
  "%cfbd5018d38d41d8adca10d94fc8bdd6%"
  true
]
65 0.31 ms
SELECT `rhiem_ar_group`.`id` as `rhiem_ar_group.id`, `rhiem_ar_group`.`name` as `rhiem_ar_group.name`, `rhiem_ar_group`.`active` as `rhiem_ar_group.active`, `rhiem_ar_group`.`classes` as `rhiem_ar_group.classes`, `rhiem_ar_group`.`position` as `rhiem_ar_group.position`, `rhiem_ar_group`.`channel_ids` as `rhiem_ar_group.channelIds`, `rhiem_ar_group`.`customer_group_ids` as `rhiem_ar_group.customerGroupIds`, `rhiem_ar_group`.`standard` as `rhiem_ar_group.standard`, `rhiem_ar_group`.`hide_in_account` as `rhiem_ar_group.hideInAccount`, `rhiem_ar_group`.`created_at` as `rhiem_ar_group.createdAt`, `rhiem_ar_group`.`updated_at` as `rhiem_ar_group.updatedAt`, `rhiem_ar_group.translation.label`, COALESCE(`rhiem_ar_group.translation.label`,`rhiem_ar_group.translation.label`) as `rhiem_ar_group.label`, `rhiem_ar_group.translation.description`, COALESCE(`rhiem_ar_group.translation.description`,`rhiem_ar_group.translation.description`) as `rhiem_ar_group.description`, `rhiem_ar_group.translation.createdAt`, `rhiem_ar_group.translation.updatedAt`, `rhiem_ar_group.translation.rhiemArGroupId`, `rhiem_ar_group.translation.languageId` FROM `rhiem_ar_group` LEFT JOIN (SELECT `rhiem_ar_group.translation`.rhiem_ar_group_id, `rhiem_ar_group.translation`.label as `rhiem_ar_group.translation.label`, `rhiem_ar_group.translation`.description as `rhiem_ar_group.translation.description`, `rhiem_ar_group.translation`.created_at as `rhiem_ar_group.translation.createdAt`, `rhiem_ar_group.translation`.updated_at as `rhiem_ar_group.translation.updatedAt`, `rhiem_ar_group.translation`.rhiem_ar_group_id as `rhiem_ar_group.translation.rhiemArGroupId`, `rhiem_ar_group.translation`.language_id as `rhiem_ar_group.translation.languageId` FROM `rhiem_ar_group_translation` `rhiem_ar_group.translation` WHERE `rhiem_ar_group.translation`.language_id = ?) `rhiem_ar_group.rhiem_ar_group_translation` ON `rhiem_ar_group.rhiem_ar_group_translation`.`rhiem_ar_group_id` = `rhiem_ar_group`.`id` WHERE `rhiem_ar_group`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x1F9/¿x¼A¿€<8•ÿnFh"
  b"ƒÝe8ÁMO1¹ˆøÜeд_"
  b"Î#Ûyë3C╝ìì\x11È│°Ì\x1F"
  b"è\x1D¨¤^╠B»░\x11±Éêϼ)"
]
66 0.21 ms
SELECT `rhiem_ar_row`.`id` as `rhiem_ar_row.id`, `rhiem_ar_row`.`group_id` as `rhiem_ar_row.groupId`, `rhiem_ar_row`.`classes` as `rhiem_ar_row.classes`, `rhiem_ar_row`.`html_attributes` as `rhiem_ar_row.htmlAttributes`, `rhiem_ar_row`.`wrapper` as `rhiem_ar_row.wrapper`, `rhiem_ar_row`.`position` as `rhiem_ar_row.position`, `rhiem_ar_row`.`created_at` as `rhiem_ar_row.createdAt`, `rhiem_ar_row`.`updated_at` as `rhiem_ar_row.updatedAt` FROM `rhiem_ar_row` WHERE (`rhiem_ar_row`.`group_id` IN (?, ?, ?, ?)) ORDER BY `rhiem_ar_row`.`position` ASC
Parameters:
[
  b"\x1F9/¿x¼A¿€<8•ÿnFh"
  b"ƒÝe8ÁMO1¹ˆøÜeд_"
  b"è\x1D¨¤^╠B»░\x11±Éêϼ)"
  b"Î#Ûyë3C╝ìì\x11È│°Ì\x1F"
]
67 0.67 ms
SELECT `rhiem_ar_attribute`.`id` as `rhiem_ar_attribute.id`, `rhiem_ar_attribute`.`group_id` as `rhiem_ar_attribute.groupId`, `rhiem_ar_attribute`.`type` as `rhiem_ar_attribute.type`, `rhiem_ar_attribute`.`name` as `rhiem_ar_attribute.name`, `rhiem_ar_attribute`.`required` as `rhiem_ar_attribute.required`, `rhiem_ar_attribute`.`value_min` as `rhiem_ar_attribute.valueMin`, `rhiem_ar_attribute`.`value_max` as `rhiem_ar_attribute.valueMax`, `rhiem_ar_attribute`.`min_max` as `rhiem_ar_attribute.minMax`, `rhiem_ar_attribute`.`active` as `rhiem_ar_attribute.active`, `rhiem_ar_attribute`.`position` as `rhiem_ar_attribute.position`, `rhiem_ar_attribute`.`classes` as `rhiem_ar_attribute.classes`, `rhiem_ar_attribute`.`row_id` as `rhiem_ar_attribute.rowId`, `rhiem_ar_attribute`.`standard` as `rhiem_ar_attribute.standard`, `rhiem_ar_attribute`.`hide_in_account` as `rhiem_ar_attribute.hideInAccount`, `rhiem_ar_attribute`.`only_in_checkout` as `rhiem_ar_attribute.onlyInCheckout`, `rhiem_ar_attribute`.`hide_label` as `rhiem_ar_attribute.hideLabel`, `rhiem_ar_attribute`.`channel_ids` as `rhiem_ar_attribute.channelIds`, `rhiem_ar_attribute`.`customer_group_ids` as `rhiem_ar_attribute.customerGroupIds`, `rhiem_ar_attribute`.`created_at` as `rhiem_ar_attribute.createdAt`, `rhiem_ar_attribute`.`updated_at` as `rhiem_ar_attribute.updatedAt`, `rhiem_ar_attribute.translation.label`, COALESCE(`rhiem_ar_attribute.translation.label`,`rhiem_ar_attribute.translation.label`) as `rhiem_ar_attribute.label`, `rhiem_ar_attribute.translation.description`, COALESCE(`rhiem_ar_attribute.translation.description`,`rhiem_ar_attribute.translation.description`) as `rhiem_ar_attribute.description`, `rhiem_ar_attribute.translation.errorMsg`, COALESCE(`rhiem_ar_attribute.translation.errorMsg`,`rhiem_ar_attribute.translation.errorMsg`) as `rhiem_ar_attribute.errorMsg`, `rhiem_ar_attribute.translation.errorMsgMin`, COALESCE(`rhiem_ar_attribute.translation.errorMsgMin`,`rhiem_ar_attribute.translation.errorMsgMin`) as `rhiem_ar_attribute.errorMsgMin`, `rhiem_ar_attribute.translation.errorMsgMax`, COALESCE(`rhiem_ar_attribute.translation.errorMsgMax`,`rhiem_ar_attribute.translation.errorMsgMax`) as `rhiem_ar_attribute.errorMsgMax`, `rhiem_ar_attribute.translation.createdAt`, `rhiem_ar_attribute.translation.updatedAt`, `rhiem_ar_attribute.translation.rhiemArAttributeId`, `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute` LEFT JOIN (SELECT `rhiem_ar_attribute.translation`.rhiem_ar_attribute_id, `rhiem_ar_attribute.translation`.label as `rhiem_ar_attribute.translation.label`, `rhiem_ar_attribute.translation`.description as `rhiem_ar_attribute.translation.description`, `rhiem_ar_attribute.translation`.error_msg as `rhiem_ar_attribute.translation.errorMsg`, `rhiem_ar_attribute.translation`.error_msg_min as `rhiem_ar_attribute.translation.errorMsgMin`, `rhiem_ar_attribute.translation`.error_msg_max as `rhiem_ar_attribute.translation.errorMsgMax`, `rhiem_ar_attribute.translation`.created_at as `rhiem_ar_attribute.translation.createdAt`, `rhiem_ar_attribute.translation`.updated_at as `rhiem_ar_attribute.translation.updatedAt`, `rhiem_ar_attribute.translation`.rhiem_ar_attribute_id as `rhiem_ar_attribute.translation.rhiemArAttributeId`, `rhiem_ar_attribute.translation`.language_id as `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute_translation` `rhiem_ar_attribute.translation` WHERE `rhiem_ar_attribute.translation`.language_id = ?) `rhiem_ar_attribute.rhiem_ar_attribute_translation` ON `rhiem_ar_attribute.rhiem_ar_attribute_translation`.`rhiem_ar_attribute_id` = `rhiem_ar_attribute`.`id` WHERE (`rhiem_ar_attribute`.`active` = ? AND (`rhiem_ar_attribute`.`standard` = ? OR `rhiem_ar_attribute`.`channel_ids` <=> ? OR `rhiem_ar_attribute`.`channel_ids` LIKE ? OR `rhiem_ar_attribute`.`channel_ids` LIKE ?) AND (`rhiem_ar_attribute`.`standard` = ? OR `rhiem_ar_attribute`.`customer_group_ids` <=> ? OR `rhiem_ar_attribute`.`customer_group_ids` LIKE ? OR `rhiem_ar_attribute`.`customer_group_ids` LIKE ?) AND NOT (`rhiem_ar_attribute`.`standard` <=> ? OR `rhiem_ar_attribute`.`hide_in_account` <=> ?) AND `rhiem_ar_attribute`.`row_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `rhiem_ar_attribute`.`position` ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  true
  null
  "%[]%"
  "%7c0e7dbbe6c54fed8e38ae23c5b8d519%"
  true
  null
  "%[]%"
  "%cfbd5018d38d41d8adca10d94fc8bdd6%"
  true
  true
  b"úéPw\x1FRH÷Å█3òèÙöü"
  b"\x01è´\f¤zw¯ü\x0F*¦ü\fs├"
  b"‘"µC¿³C/£;ÍI)´\fþ"
  b"ðQ\x13ôþìK<ÅJZJ─Æ0\x02"
  b"\x01Šï\rZÕug§ç¶Ÿ¡Ü\x15\x07"
  b"uë¿”ˆ#C\x18žã¢'æ"
  b"EÜ#ÀA9E/—Wí\fÓ\x0EíŸ"
  b":=\x03þSÊN«ï3ü¤My\x08N"
  b"IôOÓeÜG\x08’¸òL‡c\x1CÄ"
  b"K\x1E«¯\x05\vJÆ›”þΚ è\x07"
  b"È╗T\\x18ÔCUªn¶?}[§ü"
  b"H«¢‚W¢L…·\t¹\x17\r…i¼"
  b"pB–Ÿ«$OH‚¸Bô F¿®"
  b"p\x7F®\x17\x17‹F\x1A³\x0F'Ï\t"
  b"¼¬\x1F„iZKö°Î\x1D\x7FÀ†"
  b"ÕˆÛÇhóA”½¯;4 Prm"
  b"▀®█ÎÌ\x11IO¢Ø·ÙèÖ\x10ë"
  b"Ä\x18JºçÌEÇú\x03¯éAØlÞ"
  b"^óÍ!<%LGšÀ¿\v'DÀY"
  b"B«w\eÆ.Jc¼mç¦1*ż"
  b"¼š\f\x02e¥A¹¬É¢á½JZ4"
  b"¾–\x0F1x,I£’üIn\x05@àå"
  b"""
    \v\n
    `­T@F_º Á†r+[R
    """
  b"r%…÷Z÷JY¸ý[¼ì#ðS"
]
68 0.26 ms
SELECT `rhiem_ar_so`.`id` as `rhiem_ar_so.id`, `rhiem_ar_so`.`attribute_id` as `rhiem_ar_so.attributeId`, `rhiem_ar_so`.`value` as `rhiem_ar_so.value`, `rhiem_ar_so`.`position` as `rhiem_ar_so.position`, `rhiem_ar_so`.`created_at` as `rhiem_ar_so.createdAt`, `rhiem_ar_so`.`updated_at` as `rhiem_ar_so.updatedAt`, `rhiem_ar_so.translation.label`, COALESCE(`rhiem_ar_so.translation.label`,`rhiem_ar_so.translation.label`) as `rhiem_ar_so.label`, `rhiem_ar_so.translation.createdAt`, `rhiem_ar_so.translation.updatedAt`, `rhiem_ar_so.translation.rhiemArSoId`, `rhiem_ar_so.translation.languageId` FROM `rhiem_ar_so` LEFT JOIN (SELECT `rhiem_ar_so.translation`.rhiem_ar_so_id, `rhiem_ar_so.translation`.label as `rhiem_ar_so.translation.label`, `rhiem_ar_so.translation`.created_at as `rhiem_ar_so.translation.createdAt`, `rhiem_ar_so.translation`.updated_at as `rhiem_ar_so.translation.updatedAt`, `rhiem_ar_so.translation`.rhiem_ar_so_id as `rhiem_ar_so.translation.rhiemArSoId`, `rhiem_ar_so.translation`.language_id as `rhiem_ar_so.translation.languageId` FROM `rhiem_ar_so_translation` `rhiem_ar_so.translation` WHERE `rhiem_ar_so.translation`.language_id = ?) `rhiem_ar_so.rhiem_ar_so_translation` ON `rhiem_ar_so.rhiem_ar_so_translation`.`rhiem_ar_so_id` = `rhiem_ar_so`.`id` WHERE (`rhiem_ar_so`.`attribute_id` IN (?, ?)) ORDER BY `rhiem_ar_so`.`position` ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Tlt\x0FÈGJèºD_^ÇL¹Ã"
  b"‹ƒÌЀ©Oæ¨øþ›Ò9©¼"
]
69 0.40 ms
SELECT `rhiem_ar_attribute`.`id` as `rhiem_ar_attribute.id`, `rhiem_ar_attribute`.`group_id` as `rhiem_ar_attribute.groupId`, `rhiem_ar_attribute`.`type` as `rhiem_ar_attribute.type`, `rhiem_ar_attribute`.`name` as `rhiem_ar_attribute.name`, `rhiem_ar_attribute`.`required` as `rhiem_ar_attribute.required`, `rhiem_ar_attribute`.`value_min` as `rhiem_ar_attribute.valueMin`, `rhiem_ar_attribute`.`value_max` as `rhiem_ar_attribute.valueMax`, `rhiem_ar_attribute`.`min_max` as `rhiem_ar_attribute.minMax`, `rhiem_ar_attribute`.`active` as `rhiem_ar_attribute.active`, `rhiem_ar_attribute`.`position` as `rhiem_ar_attribute.position`, `rhiem_ar_attribute`.`classes` as `rhiem_ar_attribute.classes`, `rhiem_ar_attribute`.`row_id` as `rhiem_ar_attribute.rowId`, `rhiem_ar_attribute`.`standard` as `rhiem_ar_attribute.standard`, `rhiem_ar_attribute`.`hide_in_account` as `rhiem_ar_attribute.hideInAccount`, `rhiem_ar_attribute`.`only_in_checkout` as `rhiem_ar_attribute.onlyInCheckout`, `rhiem_ar_attribute`.`hide_label` as `rhiem_ar_attribute.hideLabel`, `rhiem_ar_attribute`.`channel_ids` as `rhiem_ar_attribute.channelIds`, `rhiem_ar_attribute`.`customer_group_ids` as `rhiem_ar_attribute.customerGroupIds`, `rhiem_ar_attribute`.`created_at` as `rhiem_ar_attribute.createdAt`, `rhiem_ar_attribute`.`updated_at` as `rhiem_ar_attribute.updatedAt`, `rhiem_ar_attribute.translation.label`, COALESCE(`rhiem_ar_attribute.translation.label`,`rhiem_ar_attribute.translation.label`) as `rhiem_ar_attribute.label`, `rhiem_ar_attribute.translation.description`, COALESCE(`rhiem_ar_attribute.translation.description`,`rhiem_ar_attribute.translation.description`) as `rhiem_ar_attribute.description`, `rhiem_ar_attribute.translation.errorMsg`, COALESCE(`rhiem_ar_attribute.translation.errorMsg`,`rhiem_ar_attribute.translation.errorMsg`) as `rhiem_ar_attribute.errorMsg`, `rhiem_ar_attribute.translation.errorMsgMin`, COALESCE(`rhiem_ar_attribute.translation.errorMsgMin`,`rhiem_ar_attribute.translation.errorMsgMin`) as `rhiem_ar_attribute.errorMsgMin`, `rhiem_ar_attribute.translation.errorMsgMax`, COALESCE(`rhiem_ar_attribute.translation.errorMsgMax`,`rhiem_ar_attribute.translation.errorMsgMax`) as `rhiem_ar_attribute.errorMsgMax`, `rhiem_ar_attribute.translation.createdAt`, `rhiem_ar_attribute.translation.updatedAt`, `rhiem_ar_attribute.translation.rhiemArAttributeId`, `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute` LEFT JOIN (SELECT `rhiem_ar_attribute.translation`.rhiem_ar_attribute_id, `rhiem_ar_attribute.translation`.label as `rhiem_ar_attribute.translation.label`, `rhiem_ar_attribute.translation`.description as `rhiem_ar_attribute.translation.description`, `rhiem_ar_attribute.translation`.error_msg as `rhiem_ar_attribute.translation.errorMsg`, `rhiem_ar_attribute.translation`.error_msg_min as `rhiem_ar_attribute.translation.errorMsgMin`, `rhiem_ar_attribute.translation`.error_msg_max as `rhiem_ar_attribute.translation.errorMsgMax`, `rhiem_ar_attribute.translation`.created_at as `rhiem_ar_attribute.translation.createdAt`, `rhiem_ar_attribute.translation`.updated_at as `rhiem_ar_attribute.translation.updatedAt`, `rhiem_ar_attribute.translation`.rhiem_ar_attribute_id as `rhiem_ar_attribute.translation.rhiemArAttributeId`, `rhiem_ar_attribute.translation`.language_id as `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute_translation` `rhiem_ar_attribute.translation` WHERE `rhiem_ar_attribute.translation`.language_id = ?) `rhiem_ar_attribute.rhiem_ar_attribute_translation` ON `rhiem_ar_attribute.rhiem_ar_attribute_translation`.`rhiem_ar_attribute_id` = `rhiem_ar_attribute`.`id` WHERE (`rhiem_ar_attribute`.`group_id` IN (?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x1F9/¿x¼A¿€<8•ÿnFh"
  b"ƒÝe8ÁMO1¹ˆøÜeд_"
  b"è\x1D¨¤^╠B»░\x11±Éêϼ)"
  b"Î#Ûyë3C╝ìì\x11È│°Ì\x1F"
]
70 0.18 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
71 0.18 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "pl-PL"
]
72 0.59 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`.`cms_navigation_page_id` as `category.cmsNavigationPageId`, `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"\x01“ÏÌÍpx¢£/‹Qm&Û?"
]
73 0.97 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/0193cfcccd7078a2a32f8b516d26db3f"
  "/navigation/16561f02419949feb5ac61a4ee6c6211"
  "/navigation/8bfb5f54f8d34fa6b86ba8336d438e89"
  "/navigation/7730d2e04e2c47a09d5c76c8f2338c95"
  "/navigation/4b3e63026d7442799426808f45cb9307"
  "/navigation/018a8cf98b917867b6f544be3fd16cbd"
  "/navigation/ab90aabebde649769deca61dfbedd780"
  "/navigation/026a05b017584be9a498435be3b8ca63"
  "/navigation/35657bfce142440ea712e36693fba3fd"
  "/navigation/018e856573be7d10a41bc9074d87a437"
  "/navigation/40517100b65e4f02b00bb08d10fe54e3"
  "/navigation/4e02e2fd6e474f22a98806752dbb30cb"
  "/navigation/a63d1174670b444394ce1fffbca6e33e"
  "/navigation/02e9b35aa0154e92b98ba5142d53a649"
  "/navigation/d8ffa5a095bf4e84b8798eec8df85b5b"
  "/navigation/76c6965d00144d58936f647cd056157e"
  "/navigation/42204b2e80654e06ba9921d20a11428b"
  "/navigation/018db1f5d5a974c1a706a34fc0dcca34"
  "/navigation/81e317051345429cb305e3b70b278e9d"
  "/detail/0193d046d2d570448a346b8b10a08c02"
  "/navigation/ae3af602f8104043927f0024a649532f"
  "/navigation/751de9adb7174f75b82bd7b93d184f06"
  "/navigation/019329bfe1317f6a99a7aa77462ed96e"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
]
74 0.37 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"\x04\x12§ÈÁCB®™Þh—St\x1F"
  b"\x1032œ>$D\x16\x14ï)é[\x0E8"
  b"RPb·\x1A“M”’\x1Fú,ï@,Õ"
  b"\x01Ž=Szfz?•ÄùÏ\x07„û§"
  b"Ç×ÆdhxDX’j„P\x1D¢U\r"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.