Query Metrics

85 Database Queries
59 Different statements
197.79 ms Query time

Queries

Group similar statements

# Time Info
1 1.33 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 4.24 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 10.33 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 8.75 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.13 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
6 3.59 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 4.03 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"
  "Wina"
  "Wina/"
]
8 4.23 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  "lZpcVzqwhDD2jJjv4U3sYZ71vQhMWzoo"
]
9 0.25 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "lZpcVzqwhDD2jJjv4U3sYZ71vQhMWzoo"
]
10 4.07 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
11 2.30 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 5.98 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.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:
[]
15 2.25 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.17 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
17 2.93 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.22 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.37 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
20 0.21 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
21 0.34 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
22 0.42 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.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¿"
]
24 0.32 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.24 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.14 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
27 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¿"
]
28 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¿"
]
29 0.25 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
30 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:
[]
31 0.51 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"\x16V\x1F\x02A™Iþµ¬a¤îlb\x11"
]
32 0.32 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
33 0.38 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.46 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.42 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.37 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.41 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.16 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.28 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.16 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"¬Üì†\x04êBÙ¸\x11+Õ»" ü"
]
41 5.00 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.28 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 24.47 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.20 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"\x16V\x1F\x02A™Iþµ¬a¤îlb\x11"
]
45 0.17 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"\x16V\x1F\x02A™Iþµ¬a¤îlb\x11"
]
46 5.76 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"\x16V\x1F\x02A™Iþµ¬a¤îlb\x11"
  null
  "acdcec8604ea42d9b8112bd5bb22a0fc"
  "acdcec8604ea42d9b8112bd5bb22a0fc"
]
47 5.47 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"\x16V\x1F\x02A™Iþµ¬a¤îlb\x11"
  null
  "acdcec8604ea42d9b8112bd5bb22a0fc"
  "acdcec8604ea42d9b8112bd5bb22a0fc"
]
48 5.70 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"\x16V\x1F\x02A™Iþµ¬a¤îlb\x11"
  null
]
49 1.60 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"<Î{ñáéE¸…mÈ\fÌò>Ý"
  b"\x1EXâ¯ÉÙN»ï¨\x1D╦ª8%│"
  b"ê¹Ëä—ÀBî©5>2u½©¨"
  b"\x1DÉ\åÑDG\x07ïÛ.o\x08\x14"
  b"”†ƒ,²ZA\x0Eœá²…\x7F[l\f"
  b"Ýÿg:Ž’Hˆ¸´-´¯A¨–"
  b"7ÓËcê]Bt•5Yl¨rÐ\x7F"
  b"\x0E>ÜC»ªIbµNø^„ïÏ¡"
  b"|?\x13Œå#ON¾µÝA-úV„"
  b"܇\x06\x1A½0Iü§0\x12qçÜ!¶"
  b"¶Éí¬@GD;“ÅV•X×ÍÎ"
  b"""
    \n
    ½Â€…±H駨Ûï”ɸ\x08
    """
  b"’Ö öñ=F)…µgäƒ\x11øe"
  b"""
    ³\n
    \x1D߶\x13@U„„\x046ÇÅ–à
    """
  b"ç<ëh›’J\x1D’·tÂ\x12m\fØ"
  b"¼ÅÁB¯áD\x01ú-Æ\eêÂ%·"
  b"u't\x15Q\x08E«¢ü▒îÌÄ\x1C\x12"
  b"Ýû.á.[Dý½\x06\x02'œ©¢Î"
  b"""
    —œ\n
    ¿€®@­¥6<þjLX\r
    """
  b"\x1EðÆ▄G¬ä& å▓\x06"
  b"X╦ı4Å<I¸ö5L ╔\x7F"
  b"\x04\x08¤Ø\eÀBó¨×ò==<@-"
  b"9Æ<š†áNp«\x12\x1D´o<Âw"
  b"µ;à|{MA|è¿Af÷òìt"
  b"╗<h¨hjJîü5▀/ò\x10\x14"
  b"ZÍã\x01á1A╝Ø*bÙ▀m\x1Fh"
  b"""
    ÛÉxV╩vF\x7Fö▄\t\n
    `2Ál
    """
  b"¹Ã¿ÃêTJ6Âf&eöØ┐ "
  b"ªx‹Ÿr*G9Œt;«©õ\t]"
  b"K´¿¿$¶@Þ¯%ô;Б³›"
  b"\x06Z\x1F\x1A\x18©OJà╬ìòªÖSv"
  b"‹„érÜYEê®u:žÇÀð\x18"
  b"\x02bMž\x07uCŠ¨‹Ù\x18_™³ö"
  b"hÔ}ô┤HI\ìl»>^¨\x08g"
  b"Cæ>œ%\x11L~¢ñ\x08’ÎÊ\x19"
  b"¦\x02»™¯ÚH«žå<¸Âw$E"
  b"G&\e<õúICŽ,{o‘œ[m"
  b"\x1AêHw/6CÐÉY*À\fıh>"
  b"º:((¼èJX¤Å,gýøUò"
  b"äAS£M¿CÈ—Åk\x05ìâ\x07ª"
  b"´´Ð0L_Eo§ÉÕý\x08”;À"
  b"dM;JIÇCÛ·€îÎ3Þ'Ñ"
  b"\x17~ixµ\fNÅ‹Fa\x126rçN"
  b"X\x15# û_A9°]WxC“µ\x1D"
  b"Ï\x1Cè›-øKz­\x03\vÐÍ,Jù"
  b"‡Ïô1É2D#¶\x01äU\x13\x0E"
  b"绨H÷¥MIÉW╔ÅÅ91x"
  b"4 l]¹9IïŸB}™ñ>I\x04"
  b"­õÂĤPC­¾ïåå(]}P"
  b"""
    \x15¼Ïi╩èLLÉ\n
    &J3~\få
    """
  b"\x12Õv:z\x06Om†\x00JG…%\x14\n"
  b"""
    \n
    aŒ4t\x1FC'—œ¿\x03Ȥæ«
    """
  b"é\x1DÒ*ÌÅFu¢f\x13(c¦x\x1D"
  b"""
    V\n
    \x14$ÙXCɼ▀sª£-kZ
    """
  b"\x12oÎÛ®9I-€ÝŒV£\t}^"
  b"°¢\f\x14ä*Aæ­·,oÚ¯j\x08"
  b"\x19ôUF\x13O]¹lÖNP)%."
  b"│┌Éz│'E■ämä\x13\x02"
  b"CH╦©üXNµ│Ù#▒¨$og"
  b"^ØйöÀ@^¡\x04\x13? Ú¬\x17"
  b"¯ªËŽç®Në´¨*DJ\vö-"
  b"~X9^i\x11B%©D6y¦SŸ™"
  b"Ûz┬█\x06ÛC\x0EØ\x19V[Xzú¨"
  b"""
    Øw@│`ÉLaê\n
    dáı█A\x01
    """
  b"\x1CÈäÇ\x0EˆCý»wø¤\x1A°w¤"
  b"f║6ÖÙüL2û'PuÑ¡²$"
  b"_ÎA¼æ¯As░╠¹3JîÅy"
  b"û•\x12U|ÃDr¯ó¤ídE.("
  b"$üÆâ!)H·¿┘¿·C=k╩"
  b"\x0F\x14tñ¤ŠL\x0E¾åÅÙßÜÁH"
  b"šµ:3#^O.騾ީ"
  b"·\x1E'¨ònH\x19¿¡ÅJç‗(▀"
  b"Åõ¡¦┴<M│ë1¬\x17sÕÿJ"
  b"½\x11æÅ……Oaª‰µÍ\v&`]"
  b"þ\e+6¬Ò@¤ì■Ø└l\x1E%8"
  b"cûÌ8o\vB\v™ƒ¡oØë‡g"
  b"""
    K7ßüß\n
    HÙŽuà©\x10a\x1A=
    """
  b"\x0E˜og\fÑBݳޔ}\x0F¼Hž"
  b"7ÿ2%„xJß½â;\x1AÀÝ\x11"
  b"\x1Co\x12÷§‡AS‹Œ*Þ\x04b††"
  b"€è=ðBžE\x03¯V\fø*A,º"
  b"\x18æ+Æ-ÝL#¯Ôê\x0Eê¨Xï"
  b"Û┌¸dwñC╔ìF\x0Eë\@ƒÍ"
  b"\vt4ÓO"Š85—¾¦M!"
  b"1=.nÉ™D\x17›bðÝÌßQµ"
  b"¾UïîþÂC䥫Ù:Ì.\x19"
  b")´Ö\x1FÎ\x08E\x17ŽÉþÏ\x15‹_ô"
  b"iÇþI¶SAðœ\x7F‹ÅÞ¸ä6"
  b"Äbu\x1DÙgO›­;œüÇÈ9b"
  b"\x02"œÓ\x1A„Hs…le\x17\x05©îR"
  b"uPþ°æËKV´û ~Q¼ëæ"
  b"Mnw\eªBF'ˆì\x16L\x0F‹ì?"
  b"\x11ŸÆù{eKp¡I<D'C\x102"
  b",\x01’w7å@\x0E¿È\S[‰„É"
  b"Þ\x19åGÎ$OÁºG\x026j‹\x00`"
  b"Ú\x03\x10hóùCgÀO®Ébpzþ"
  b"╝Ý\x19±\x04ËMØ¥\tå¾p÷rÍ"
  b"/%¹ÙDüA{ïá┐áŨZÓ"
  b"MºMI›éGež•L¬¹öô+"
  b"À"jßGHJð˜ƒ3:2¯V\x0F"
  b"\x1C†Ú©¬Î@à±\x1F>\x16F\x0E9‘"
  b"\ÅŠYþåFÔ–G\v±\v{,š"
  b"?/.AÜïKuš¬\x08}1Ò\x05k"
  b"­–U¢ä\x00BȲª$U/1&è"
  b"BïµðaôIî▓»Å█3\x7FØõ"
  b"‚|ã\v\x0E%Kg°Â«ñHköÄ"
  b"‡I&\x07þ\x03@À‹\x05š´¹wyk"
  b"┤+øæ┤>F\x06ì|H<;Îß\x05"
  b"Daı*/YEOÑr\x12ÂÉt└\f"
  b"W│\x06}¢¨@iÅn 2╚cù«"
  b"\x1Að\x08fŽÐFR¿\x01¦ýµïn,"
  b"¼Ålä¯pE,¥`´>‡Ÿ…¥"
  b"øÁTïW×D\x01•Èæ"ü\x16Õt"
  b"¸G\x04~ý¤@6äÖ\x19¸I-ü®"
  b"#Äa\x18íUA=¨³Lcc¤bn"
  b"Ð\x14\fº@ÿ•ž\x11,úL¸à"
  b"€Q‹µ¸qC\r\x0Ez}ÿ¶õ\x06"
  b"yâçh”OJAš¶]\x0FL‡r—"
  b"´õ\x7F¨aé@—¬ÙòC4øò×"
  b"|æ•6'@Co±\x1AÌIø„Ie"
  b"Ý)Û\x1A(¬F1ºY”¥a„Qp"
  b"$@SÂɾA\x1E²x\x18c:ãõ\"
  b"›-¶ŠË\x12M\v´\x0E\vù Tn@"
  b"r`(\x17µìFxµ\x03q*\x1AS‘“"
  b"Öyr¬æ0O²µ@ò±@\x0Fî£"
  b"\£Šˆb¬Dº£iY\x08?FlÁ"
  b"@þ¿¶TÓBÏ·)P7­HW\x00"
  b"D(j$«lF†™Ð7hû@VV"
  b"üÉqWäËEg›9\x07g•T÷Å"
  b"äD▓ÅwrIò╗░lÿ½8!À"
  b"ív°ºL N\x7F¬‰Îœ]““Y"
  b"}úÒì\x060Hfž9g<EÇ\rþ"
  b"8z¹"˜mK?©&Hðæ(dé"
  b"║█EWÿoD<ì\x14Û┘³\x05R("
  b"50kÆÕ³D„‰ôjRp8LŸ"
  b"""
    \x1FP-9FpŸÃG‡2\n
    Éê
    """
  b"´S║┐µõNËùöÉ╬▄\r1e"
  b"\vMÊs.ŸM#½\x1E)EŽØÉ)"
  b"ÁÁ\te¼“BP¦HB±0¹\x00J"
  b"9êp³˜¹@\r±&²+b!‡5"
  b"m©!9¶™O'‡9w}Ñ‚©Â"
  b"<(\x12xšCI?¼´€K«ãkñ"
  b"\x7FT•\x18áÔG]œ‡äE\x19\x18çm"
  b"\x16}7_æmJ╚×Ñ#Mü\x14HL"
  b"qr-«i]C6ÿØ1>IÅü§"
  b"╔a█\x11;ìE9ë═^\x16Ñ;\x14Ü"
  b"ÍaÑ9·_K6º{r‰I¨^¾"
  b"""
    kgG…Ú\x15O'‚\r‰•\n
    ½fÂ
    """
  b"<X\x18æÌ\x14H`—\x089:\x1A¾¢æ"
  b"╗¿²\x07/§M\x00ü¥\x02Þ\x07FN\x15"
  b"Åš\x17do¤C\x06™pòä\x00±ÆL"
  b"=a\x1Ce“ŠB\x03«¯\*ÎŽãò"
  b"^y©ªxHEA€3×\x12×ßn£"
  b"9oë˜m[Mw³¯\x19:T,K•"
  b"†¯ÞæY"Jý·dÖzÈ\e"
  b"Ì\x1A½═Ë Hîæað\x06\x12ÈÞü"
  b",@\x18¶°ÀN\x01\x18\t³ŠõI\e"
  b"Ó*iâÂûKø£@Ŝꎆn"
  b"«\x0FÈ¡d.N†’­\x17â\x13\x10áF"
  b"t<­?ñµ@ ¿à`„ÌLÖï"
  b"Dé§"®oBc®┬▒L;k┴É"
  b"±Œ\x12óe‘J]ª¿Ÿþ2Mõ“"
  b"[?`ÄæÕIZš\x7F[nÁ‰Yÿ"
  b"h6\x07t@“L¸­@¯%\t#Ce"
  b"¸ì\x02³\vÈGM—ÎÙ\x10÷ÜÈ»"
  b"Ë\x03zí(2KÜÄ╗└ãq■ÏÅ"
  b"9äè€ÉIJ-‘'B¥\t\x1E"
  b"%¿sÒyüBÅòtÎ%R{\x1Fë"
  b"ÛÆ\x199“=Oì»Tw\x12±Ì\x04""
  b"á-r\x04…åBG¯à3“*e\x06M"
  b"„·\x18ÑéžNC‹Î›Ã9Þî6"
  b",Š“{K\x7FAŽƒ‡\x00G]æZ?"
  b"¯U\x18pü-E╚╣¡Á╦│R\x19ı"
  b"1OîÖº€L\x1CŒt¯ñZlb²"
  b"¤,‘•å¿A\†¶…\x04})óH"
  b"‚œ\x14\x00ˆÑM\x1A”}öiGM\x12Å"
  b"ÙiúzÛ\eC­¶‡ß\x14Â÷j%"
  b"2WƒÃBç@Á‰Ï,ì4Ó\eŸ"
  b"£Lþ\x03Õ╝B¼Ø║Ð$¨Æ╬Ú"
  b"U\x03¼\v¢¦B╝ì\x0EÉ°█Kåt"
]
50 23.99 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"\x16V\x1F\x02A™Iþµ¬a¤îlb\x11"
  null
]
51 2.96 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"\x16V\x1F\x02A™Iþµ¬a¤îlb\x11"
  null
  0
]
52 2.69 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"\x16V\x1F\x02A™Iþµ¬a¤îlb\x11"
  null
  true
]
53 27.92 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"\x16V\x1F\x02A™Iþµ¬a¤îlb\x11"
  null
]
54 7.17 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"\x16V\x1F\x02A™Iþµ¬a¤îlb\x11"
  null
]
55 0.69 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
  true
  b"\x01ì\x16µâEp\x1E©M╣Q°¿5\x16"
  b"\x01ì\x16µ@┴sÄ┤▒╝t!Ëg┐"
  b"\x01ì\x16Õ²1rÿ¡ì£ÒÕY3\v"
  b"\x01ì\x16Õ¢zpVº[>Øì╗\x06"
  b"\x01ì\x16ÔFyrÀó\x0FM>Ì▄-×"
  b"\x01ì\x16ße1r┼é³ÝR£E‗¬"
]
56 1.81 ms
# product-listing-route::loading::read
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`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.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ì\x16µâEp\x1E©M╣Q°¿5\x16"
  b"\x01ì\x16µ@┴sÄ┤▒╝t!Ëg┐"
  b"\x01ì\x16Õ²1rÿ¡ì£ÒÕY3\v"
  b"\x01ì\x16Õ¢zpVº[>Øì╗\x06"
  b"\x01ì\x16ÔFyrÀó\x0FM>Ì▄-×"
  b"\x01ì\x16ße1r┼é³ÝR£E‗¬"
]
57 0.65 ms
SELECT LOWER(HEX(`property_group_option.productProperties.mapping`.`product_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`property_group_option.productProperties.mapping`.`property_group_option_id`))  ORDER BY COALESCE(`property_group_option.group.translation.position`) ASC) as `value` FROM `property_group_option` LEFT JOIN `product_property` `property_group_option.productProperties.mapping` ON `property_group_option`.`id` = `property_group_option.productProperties.mapping`.`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 `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties`  AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`parent_version_id` = `property_group_option.productProperties.parent`.`version_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` WHERE (`property_group_option.productProperties`.`id` IN (?, ?, ?, ?, ?, ?)) GROUP BY `property_group_option.productProperties.mapping`.`product_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì\x16ße1r┼é³ÝR£E‗¬"
  b"\x01ì\x16ÔFyrÀó\x0FM>Ì▄-×"
  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"
]
58 1.28 ms
# product-listing-route::loading::association::properties::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.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 `product_property` `property_group_option.productProperties.mapping` ON `property_group_option`.`id` = `property_group_option.productProperties.mapping`.`property_group_option_id`  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 `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping`.`product_id` = `property_group_option.productProperties`.`properties`  AND `property_group_option.productProperties`.`version_id` = `property_group_option.productProperties.mapping`.`product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties`.`parent_id` = `property_group_option.productProperties.parent`.`id` AND `property_group_option.productProperties`.`parent_version_id` = `property_group_option.productProperties.parent`.`version_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` WHERE ((`property_group_option.productProperties`.`id` IN (?, ?, ?, ?, ?, ?))) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì\x16ße1r┼é³ÝR£E‗¬"
  b"\x01ì\x16ÔFyrÀó\x0FM>Ì▄-×"
  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"ø‘ÛJV$C\x04ŽH\x02ØqHë\n"
  b"""
    iƒ-\fs\n
    D\x15•#½“\x11òí)
    """
  b"W\x10 2~¾Kÿå\x01ï,ÅýXs"
  b"¬Üì†\x04êBÙ¸\x11+Õ»" ü"
  b"Ð\x00Ä2P†Cä­]\x13\x04â¡\\n"
  b"CD\x1Dú$ÊE\x00­\x12…ÃLGÎð"
  b"±…ÈDÖ!E”¿AÅ/Ü\x15èU"
  b"–˜ìë¬áBr„rAœ#1)×"
  b"W\x10 2~¾Kÿå\x01ï,ÅýXs"
  b"{ñüÂùØA─ùjL█º{UÒ"
  b"ø‘ÛJV$C\x04ŽH\x02ØqHë\n"
  b"¬Üì†\x04êBÙ¸\x11+Õ»" ü"
  b"l¾Ÿ\ej~O\x17ŠóÙÈ£„¾É"
  b"¯9ùºë■@êì©│K©kÔ╚"
  b"¬­\x1A•.TLB£›è\x01u^>\x13"
  b"─*íÄ*ÉML¡x¥ys?\x15"
  b"ÁÀ4)cnHÚž\v•»\tÌ„˜"
  b"W\x10 2~¾Kÿå\x01ï,ÅýXs"
  b"¬Üì†\x04êBÙ¸\x11+Õ»" ü"
  b"¯9ùºë■@êì©│K©kÔ╚"
  b" \fÅ$ÓëH{«/¨Bæv\x1F1"
  b"õ”‚Ö7“A_ƒ\x1F8=ÂÏ\x7F+"
  b"""
    iƒ-\fs\n
    D\x15•#½“\x11òí)
    """
  b"W\x10 2~¾Kÿå\x01ï,ÅýXs"
  b"¬Üì†\x04êBÙ¸\x11+Õ»" ü"
  b"CD\x1Dú$ÊE\x00­\x12…ÃLGÎð"
  b"ñÌ|£ò³Jg˜âÓæ°Á÷ù"
  b"\x02Az¢\x16YA[É\x03\x17Uò?f"
  b"W\x10 2~¾Kÿå\x01ï,ÅýXs"
  b"ÁÀ4)cnHÚž\v•»\tÌ„˜"
  b"¬Üì†\x04êBÙ¸\x11+Õ»" ü"
  b"¯9ùºë■@êì©│K©kÔ╚"
  b"─*íÄ*ÉML¡x¥ys?\x15"
  b"õ”‚Ö7“A_ƒ\x1F8=ÂÏ\x7F+"
  b"""
    iƒ-\fs\n
    D\x15•#½“\x11òí)
    """
  b"W\x10 2~¾Kÿå\x01ï,ÅýXs"
  b"¬Üì†\x04êBÙ¸\x11+Õ»" ü"
  b"CD\x1Dú$ÊE\x00­\x12…ÃLGÎð"
  b"ª0I©ßNA*ä\x18┘É»¼╔è"
  b"\x10\x00cªKχj<-:òî("
]
59 0.25 ms
# product-listing-route::loading::association::prices::read
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ì\x16ße1r┼é³ÝR£E‗¬"
  b"\x01ì\x16ÔFyrÀó\x0FM>Ì▄-×"
  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"
]
60 0.22 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) as `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) as `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation`.unit_id, `unit.translation`.short_code as `unit.translation.shortCode`, `unit.translation`.name as `unit.translation.name`, `unit.translation`.custom_fields as `unit.translation.customFields`, `unit.translation`.created_at as `unit.translation.createdAt`, `unit.translation`.updated_at as `unit.translation.updatedAt`, `unit.translation`.unit_id as `unit.translation.unitId`, `unit.translation`.language_id as `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.language_id = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
61 0.13 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
62 0.35 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`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¿"
]
63 0.14 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¿"
]
64 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:
[]
65 0.18 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
66 2.67 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"]\x08µYœ´E‹³w\x12ÚV¿á "
  b"{ñüÂùØA─ùjL█º{UÒ"
  b"\x15Fˆ¿æI\x0E´|ÎáÖ\vññ"
  b"×\x02aT\x05\x1AI¢ì\x04­\x07\x19&"
  b"¯\x08·Èâ£Bë•\x05Yµþ¸1\e"
  b"¯9ùºë■@êì©│K©kÔ╚"
  b"ø‘ÛJV$C\x04ŽH\x02ØqHë\n"
  b" \fÅ$ÓëH{«/¨Bæv\x1F1"
  b"\vq‗\rK´GIÅ│I×6[\x06ü"
  b"\x1FU\x10÷®©AóPø+>Ä"
  b""\x11\x11GdÀD)¨M¸TÙ`Ri"
  b"CD\x1Dú$ÊE\x00­\x12…ÃLGÎð"
  b"¿)\x03ô¶(JRì┘½ìö▒ýî"
  b"╬­(t\vUD▓ü^┤Þ!2]\n"
  b"\x1Cª:[ÖvOLºÂýâ\e\v"
  b">&àéa<@á½æ‡°\x1AFî4"
  b"LìŒ.áŠB— \x1C\x189\x01\x1F"
  b"OýKˆù\x02BC“«û3\fØÄ."
  b"Ð\x00Ä2P†Cä­]\x13\x04â¡\\n"
  b"]Ï,o;§G¸¥›|\x16|‡•û"
  b"─═\x15HíbC~ªHZ/è^Å■"
  b"ÕÜ║hózB"¼< °\x18&Åë"
  b"–˜ìë¬áBr„rAœ#1)×"
  b"█l¨(╝íJÈØ\x7FEd3sÍû"
  b"Õ┐=Û.ôO\x0FÜ%C2¯z½Å"
  b"×\r\x1DèûÒDyœ\x1A:rÆ>'÷"
  b"\x1DuÛqm\x06IÉ¢D춄Y–á"
  b"KúÏ¥µqK¤üÖu¨╚)º\r"
  b"Z\x0E³\x05N÷D-´\x00H\x03&K\x137"
  b"Aßg╠'¯Iäì{\x05x\x04Í┼|"
  b"eóÊ\x18VÚBj§]ÂvtŒ\x021"
  b"l¾Ÿ\ej~O\x17ŠóÙÈ£„¾É"
  b"""
    ÈÁ)h2¶L%ž[Ï\x18\x07w\n
    +
    """
  b"i}èÙöŠHD›?\x02­kÇéC"
  b"Äæ\x07ß‹±Lì…Qi¿1Ü\x07ƒ"
  b"ÈšCw§tG$„ÎE!¼‘¯6"
  b"Щ«Kˆ§K­!Øÿ¯\x14bI"
  b"¨ÄȽO\x07Dª­Þb\x1F;o­\x05"
  b"K‚Fª¾êNB‹ŸúN…'^\x0F"
  b"Õu¢\x08\x7F\x1ELù£ºÉ¾”c·Ñ"
  b"+},\r#'N³Ÿ½7dzÚžñ"
  b"œ„Ô­+•Ms­9\x11Ì¥õAÇ"
  b"½ÂÙ¤\x15\x07C‚¯\x0E¯\x1F<£ü\x10"
  b"¾#9å\x05TGµ½Ó]©¢j­ù"
  b"\tT\x0E\x16s[MyØå\x00<ɧy│"
  b"U៞Mì@®„\eɪ8PcÈ"
  b"""
    ó\n
    YìÐ@@àüıN=╠¶\f%
    """
  b"""
    \n
    \x03\x13 ÁÀDóŠƒ6\x17ßQ?%
    """
  b"""
    \x14\x18\x04ô‚\n
    H\x17¼pÆh>
    """
  b"u²Ô}L_M\x15¼m·$ÙËå0"
  b"ž Ô}M\x12DÚ‹»ÚUaB§‚"
  b"ÁÀ4)cnHÚž\v•»\tÌ„˜"
  b"─*íÄ*ÉML¡x¥ys?\x15"
  b"\f’¦~ðÙEKš\x14\x12\x02ÕU§"
  b"X,eû‡bK9ƒ­\x06\x19\x19ö6Ç"
  b"dŸlb°žHy‘«ÒËÁJ3\e"
  b"–‚\x17åà´Gä°;\x08™ï]\t¡"
  b"ʲ¬Ò)AN®¼Q}Ké²bÐ"
  b"ÜÎÇÈÉDIX¯N¶Kö"ñ“"
  b"±WD¹┴ùGkùÍÜd¸\x13\x11Ø"
  b"³ÛVŪ┼BJúµ6\x18\x010<▓"
  b"ÿf:ùÙ'L•©:É\x13mÐe•"
  b"<╗ÓÛìÆB═┤ï░XN·Ã+"
  b"GR+I¥nJE¸)t˜ïãáÁ"
  b"te„Tú\x07AQ•ÖõÁ)ñ¸Ž"
  b"˜\r¿Ûœ‘E««‹î¨5ŠÁ\x1F"
  b"¸0ä¥|\x02C<¨Œ‰©NoN;"
  b" Ç5o\x0FÉL¢«*–zµ+`Ð"
  b"JYäÅÑ"M4âlot\x16«s\x0E"
  b"bŽO¹ô\x1EJ0¸Ÿ\x0E½\x12k\v_"
  b"u‰/·“s@þ±?Zê\x05<\x7FX"
  b"6r ã°ÐI¨žì‘\x18.º3H"
  b"f«ÄµÆÉ@½Š6Ñ–Ã¥2Â"
  b"Ì-è\x15\fÇO┬▒Íìƒw\x00ù\x1F"
  b"ÿûÀyÐ!A*ŽY n²?ìI"
  b"¬­\x1A•.TLB£›è\x01u^>\x13"
  b"B&hÇ┬\Aü┤¥rSqC65"
  b"±…ÈDÖ!E”¿AÅ/Ü\x15èU"
  b"Ò­†2>|Hý®ÝÊ\x02˜¾ä{"
  b"ï°\x199nšE3´T>~øVº"
  b"ïÝN¬ÁÈLÌ‘ yyÈQ¿P"
  b"\x02Az¢\x16YA[É\x03\x17Uò?f"
  b"\x18Y`\x18k╠Om░\x13}/<¦sì"
  b"I▄"\rDÏOó£Þ¥!ÅÞÖ^"
  b"sØãî6}@/¾ƒ“\x07QØ'\x11"
  b"ˆ™jh¬öD뢀¿´G.’D"
  b"""
    ╝É&┼CÈN\rê}\n
    Ãl+\x0Eƒ
    """
  b"ÿ\x0E]€ä#Do°>¿1¤ò8"
  b"\x14ò–˜þiN²±A¢¥r•Þ\x08"
  b"\x19,Xû;‹Mm¦ªª†@y\vÍ"
  b"N\x151\x08╔ØNØò┤Ü=±E┘à"
  b"""
    iƒ-\fs\n
    D\x15•#½“\x11òí)
    """
  b"ù~ñ\x10¬)K•“÷N›5à)¾"
  b"z\x063Å€BF|’â15‘"\x0F\n"
  b"""
    ╝╠8°└OBvÅ®ƒ■©\x03\n
    )
    """
  b"Ù\x04î°\x08¥Jr¦¼ô\x0F\x08Ü\x01ú"
  b"[\tDØ*TF!¿€\x0E‡KYB\e"
  b".\x19\x00Ž9§O\x14†ƒ¬r{fÖ\e"
  b"""
    \x03h¦»@4”bï\n
    \f†¹¹
    """
  b"…§ˆ€DaD™†¼úHZqiž"
  b"½ÿb(=ƒMìéíG{÷\x1C«x"
  b"\x18Q\x11¡d║J░Ån▒5W¦!ô"
  b"\v…ê½Aï¤ñ­\e)@\x15a"
  b"‡Òã_6'H0—æ\x1CÇ\x1EU\x03É"
  b"Ô1─üÎõ@─à¢å\x02î]kí"
  b"""
    \x0F÷ı\x06╩ËOÓ¼{ì2\n
    ┌LÄ
    """
  b"x%Mèð3N‰ˆ¿üE1ü\x0F©"
  b"\x03├╔=6Gê░@}üÈòvg"
  b"ݲˆkc\x01GÁžgIi˜‹¬s"
  b"I=)%\x7F´Eˆþ5RíÁ¨È"
  b"\x07ØsÁ\x01dJUÆ\vLdÿ°█Y"
  b"#ÿ±Â›eL«¼\x02د\x05ëT;"
  b"▓0ç├²└OSü┬.±=\x14"
  b"KZùéÛ,I$öí5\x14³▀éØ"
  b"ñÌ|£ò³Jg˜âÓæ°Á÷ù"
  b"TE3\x085\x04G¯°§¬&²0„”"
  b"øìo\x16L`H╣Éë"^»¨q\x1E"
  b"\x10\x00cªKχj<-:òî("
  b"y^g«Í┤LçÅ┼`}î┐\x1Eà"
  b"ª0I©ßNA*ä\x18┘É»¼╔è"
  b"õ†,>ͱJ\x1CŸqòð••\x14Ä"
  b"+┴═ì\x1CmK·á\x15.Ó>┌×ø"
  b"\x7F×ìbyêIu║\x1Ag°àÇv■"
  b"¥—1·ƒQJõ’e`ߘèúÜ"
  b";\x12|u8KLþšâ\x065¢è\x03Ö"
  b"ŽÝû9\x0F\x1AJ#Ž:¬C€»<ì"
  b"Ï\x16R‗5\x07@¯û²bwØýµR"
  b"Ðf¬®ì¨N¿ìûMãö\x10\x18G"
  b"j®Ñ\x02┐Â@ªì\x06W▒\x07CÂx"
  b"ÊÀZ¥ÿfMœ†l›©ô\x03¼\x03"
  b"QIDÓð³Cz¼üJú\x19Æ;z"
  b"äþ%É\x17\x18Eלì‚\x07ØFì%"
  b"A\fÂþ\x18:N¾†¾b\x1F5Ư“"
  b"Í\x1FgGåæA.çíÉôw1╩¼"
  b"A™ùHWYOkš]D/B\x05\x11X"
  b"*=ã\x00\x06_J(ù║=╗\x17Ø°?"
  b"s*U´{Ê@2­(IE!Ð(""
  b"""
    é§w¬–\n
    J\x1F¼ßzÄ,V\x12\x1A
    """
  b"î*‡\x04l1Cõ¢\t\r1×m"
  b"ã-\x05\x05\x14žIî½Ñ=ÕBE!\t"
  b"O\¶ú¥/Deœ\x19ª-…qUî"
  b"¹·V2Û\x0ED$µ¥´Á}AÍt"
  b"ý\r°¡«╚K+üÜíMzFáA"
  b"mH¤š¾*OF¯b\x1ED˜²?a"
  b"‘¹\x16)d¾H€·ª\x08`æø“\"
  b"|{\x19\x05Þ¬I¿¶Ü=„=S=\v"
  b"†"\x7F’båFʬô÷9ðð¤Ð"
  b"«ÞPȪŒGÇ„è6þ¾»’}"
  b"¾jcâUåKÀ¶W\r<`q¿Û"
  b"÷ïÎö\x1A\tC8¬Ü!\x11Ny‹9"
  b"\x03\x16ZFî\x03I¬‘縮Ëé\x15M"
  b"P\x1CL1áÚJ\t¨ÁPz¯\x16àM"
  b"]Ó§4\x0ECC_¥ß\x00Ü8\x02(\x13"
  b"\x07t\x02hÜ@ÝØ┬░#╣\¦i"
  b"""
    ŠdB\n
    4ƒJsµ\x1CØYÏÉÔÑ
    """
  b"›)\x1D\x13\e\x03NE³|\x1FP‰\x10\x03"
  b"\x12ƒ-╝\x1CmLÉâ4\v&ÀÝ\x0E§"
  b"}\x08Ö5µ\x00I\x1F°¨¹hçÞ\x01z"
  b"ü³#TÏ\x18IÜ║Ö_D\x19\x1Eá┬"
  b"Ä°%¥ƒþG\x06\x13G\x12ÄQε"
  b"\eà\x00\\x00\nF└ê ì]%│\x05L"
  b"9\fc¼ë€HtŽÎ½ÞQ\x11q‚"
  b"ÔRÂŽ§|B³‰“Ó”Œää\x7F"
  b"0»ƒ¬ÕGHoÑÀ\x06ò\x1D\x16ü█"
  b"s\x1C\x12[Oɬ\x05ùYd¨£Ï"
  b" Ÿ<ps{I\x07®Ï /U÷ã2"
  b"*AZ2\x1FˆJÿŽ¸¼"º¦ñ\x11"
  b"õ”‚Ö7“A_ƒ\x1F8=ÂÏ\x7F+"
  b"w\x01~5!\x05F\x10¥×\x17¦ˆDÙÅ"
  b"äãM\x1AåžG³›hB”C]2Ã"
  b"@Xš`zÊF;°\x01ÿ\x1Dx±…c"
  b"ÓQïªv CYš+Zì}B®ý"
  b"ãâ\x12\x7F=‘Gàœµ^᤾ðK"
  b"%\v \x1AŒ‚@«£‰ ,TÒ(*"
  b"-¦™T'\x16LÙ‹žÊ4¼å{½"
  b"\fcZ\v\x1F²I8Å═÷╔V\f\x0E"
  b"r|áisöC(¡êG\x11h¸¨é"
  b"\x1Cb0›‡ûK‹¶!\e¯ôÔíW"
  b"fF\x18ÉûËOƒ¡#╬}▀o8½"
  b"Í\v\eÕ¶"Cd¢BǽkÔ\x03"
  b"9 ]¦ÄWG\x07¿\x13ýŠ\x18e!Ó"
  b"?“,\x18wzL¦ͤ®žñ¦["
  b"\x02UvÛ¬ÆC´š{\x0ES6\x03§$"
  b"ÞT×àœaE$œ"Y¡\x1AU'A"
  b"QRꮹ6IÕ¥ıwZì\x1D\x16Î"
  b"X\x15Œè†.L¥³á¥‘\x1A¦;!"
  b"`d¦\f\x02èN\x1D®ÚñC¬U9J"
  b"ñF\x08Ó[&Bl ²š\vŽfä1"
  b";Øåå§bH\x1D¥‡;øî8®\r"
  b"\x18ü‰\x1DH6DÓƒmC\x02\x17nù¶"
  b"\x10nϺ‰#G4¦wÝ\v°Æ\x0FV"
  b"ùq\x1Feç¤IâìÞ«\x7F³cÐÇ"
  b"╩¶ÀÞ¢▀I¸ÁüÉca╣#¼"
  b"í@Ò2übHƉ×AZÇF\x02"
  b"Dþc\x11sFM¦©înì‚E\x1CÙ"
  b"`\x03Ñø“\x05AÞŠhð\x00ïOåa"
  b"ˆ•Ä¦–5CY•Ljèèît¼"
  b"˜ì\x1F\x17·TB/£h±k‰²\eb"
  b" ZDı▓iGgØ&▄6ê\x19{\e"
  b"M¾me&3Om”%}\x1E\x07¸1Š"
  b"ˆŽv‚\x03\x0EI\x08¤ÜrI\x01¤\x08À"
  b"óuºs4ÜHØ•ð¬DDgú3"
  b"\x16\e<d?ªHÉëÂ1\x1C╩╣à "
  b"+h^1„\x13Në¹ðxã\x19\x16âÃ"
  b"iï%U˜\x03A\x05˜šÈ½\x01M•M"
  b"\x04p³2Ei–\x1A*Žž«§Ï"
  b"Ù#o‘w+IÆ ˜:9\x1C($ñ"
  b"Êf­n{ÅA\x10£▀Ï■Í2ì\n"
  b"$*ƒ™6?E¯†ìŠ\x19ða%³"
  b"L¢’\x14+²K›—€,Þi©ðÅ"
  b"[Og\tå}E¸„š=uvu£ß"
  b"""
    \tž$TÜÆC,°ç`\n
    Ê-A\x08
    """
  b"\x15ôV(d,Dz¢€\“¾>šÎ"
  b"æÉM9Y\x06BæúµÊ\x19Ô╠┘┐"
  b"ÂN\x17äp>DÈíö@Å\x06kI▓"
  b"*\x1F\x06òk#Lî¢╚ß\x14nUØ<"
  b":ef\x03^\M”€Ñ¼ê¾`%#"
  b"s³ÔÄÉ╩La«D\x10▓ Væ\x0F"
  b",™¢—ÄtKa¼öÜ>øx+™"
  b"Àû\x19ï@øNE│I~ıßÅD╝"
  b"U0@└/6Eø¡òÆÅ^_S¹"
  b"ÿ’ûP\x1C\x19D\x13‚½Q£\x1E¦¶½"
  b"<;\x07ï]È@;┐Åù\x10j/_Þ"
  b"à"Æ,i-I\x11±©ºêè°X½"
  b"bøÏ”2VC±µj\x14:]›Rð"
  b"þ¤ýÛ\x131G!ˆ%ÝiùÄËN"
  b"è\t\ÅZ╦Mgè(£öQÄ║Ì"
  b"öd╔Òí8@6óÎÉ░ä-§\n"
  b"¥\x10ú7┴\x16Jp¡}╬ì‗sÉ┘"
  b"íú`\x14.©I¶–»b?`–lÎ"
  b"46ù!¶¦O\x13àìj■qÕ┐\x0F"
  b"T,\x1C/‹<D¿§ea\x19&5»è"
  b"rí€>TtF\x1Cµ¥\x12£ä\x7F"
  b"ƒûýˆÌXL1®“ÕMسmJ"
  b"óz\x00==‚B Ÿ:žQt\x17\x7F"
  b"Rß¡ØÖd@©©\x1F)ø@\x1Cª╠"
  b"eV´aÊ G:±ËÄ\x08já6q"
  b"Û'}&&(OÅò\x143╝¿║ºa"
  b"Lù£ ‗ OÛìzÞ‗j§D┤"
  b"á"+eä\Au¤Z˜j\x06Í„\x16"
  b"ày'\tÚAK°€º‰D°-T’"
  b"\fëy)I•²Öl_¿i ß"
  b"""
    GKKzì\n
    EÝ»ı╗¢┴;\x1Eë
    """
  b"\x04\x12\x19”;!L›Œ\x07’¨;\x16K,"
  b"µNÆN›\x12A&†˜CX\f{S\n"
  b"(Å┤M╩[B\x1Eñ{╦Ñ\x1CBø└"
  b"‚òÜ>ÚkIs¹½áT!\x07"/"
  b"\x13Å'\x06síN`┐s┴£\f╠dT"
  b"├¤@ùó°E«º>/ÃÍ­Ån"
  b"╔öÀüBÑO>är─ã{d+·"
  b"fk}ÊF\x04A▒¢\x07ó╔~5ñü"
  b"oC÷þ|0Hž‹ƒè”Š"h²"
  b"p4;­╣ÒEÉØhF└Ái╝ª"
  b"³║Ç*±ªA█å]ó\eÉZ¤t"
  b"\x07oa~3ßMâN\x00ý\r+\x17£"
  b"?Þp+d\x0EBU„xUök`LQ"
  b"³>¯î─\x17F╦ì┘¨ð¯"`Û"
  b"z\x1C\x0Fà«5@Šœ\x10ó\x189\rò"
  b"\x01[*5MFó░Ýe¿\x1Eì\x12"
  b"kxÃÃ.▓JجVbÖ°6EÝ"
  b"\x03¿<M)5NP“\x10çõ?\x02÷š"
  b"""
    9ÏÂhë3G¦âÈ6^É\n
    
    """
  b"h“¢åØRO~‹à\x05\fN™Ù"
  b"ûPV‘0\Gš›$ˆu\eÒqT"
  b"`|¤z\x1D4HF™ž"ëOÃ}\x15"
  b"u¬×\x1Eœ\x04GÛ†§$Š²º§@"
  b"@Gb§¨nNãØÀ|╝╝òÎ┼"
  b"éàdB­´FÔˆ\x7FJúó½\x1Ds"
  b"¡\x14ƒÛŠbBà€þñ©‰¸\x04ƒ"
  b"^¼’·[\x03H·–\vûÃÊ[\x13Ó"
  b"m\x07\x13ý\e\x1EL[€:Ü·€Äá\x18"
  b"Ç\x18:z0\x1EM‘•cY[?\x1A\x07A"
  b"f]\x14;¥ÛFÁŽ>åŠ\x7F„à\x06"
  b"ÐGÔ\x05l%IT‹¬\x00X:V+="
  b"wä÷÷`»FpÉøl~r\x05ãK"
  b"λ¶âůJlˆ\x05>i\x18â2Q"
  b"\x0FF/¸ÎdKÅÑÓ╣g·I,t"
  b"»ŒÔ™\x17BOú“\x10?\x02\vn\x17â"
  b"ÎCþBý\x00Bœ«³LÕ\x14”0Î"
  b"å´£\x047ŽH6¼œ¦¤M5Ó9"
  b"\x07ù\rB6CG¨‘r9ÈË:Ø\e"
  b".a©k‹NL¡¦=cûñ·òt"
  b"2▒üd8│F¹ïÀ¦?¢p]B"
  b"[–_«Lç@m¨,a*N˜x¡"
  b"x\t1\x16pcBf’¯®V©4\fÕ"
  b"^z¶½2èOM½Å;ªa¢ô§"
  b"(# j╣ØGt┤P¤ßÆkÙË"
  b"à ╗õ8uH\x1C¼═xÉ$Ê\x07§"
  b"Û®m5}îH²·8™€®¨{p"
  b"\t†Tÿ:óHo¥~e“ÜŽ¶»"
  b"‘Y®\v‹ªNv‡tJçL¬TÌ"
  b"ðÎ¥âî H\r©£¼ÿT\x18"
  b"¥Õ\x00ú[ÈED“\x1A\x7F)ÙÜÏŸ"
  b"Êô®÷3zK\x17±‚Ú\x04¥_\x07"
  b"ÓI\x05·Õ/Bî‘Ôúê²kJx"
  b"K┌ýD@ÊB"▒┴ಽÅkó"
  b"°øϼÂüIÈô±\x11\x18\x11«\x06ý"
  b"ð\x7FÏÑ0†N~£#\x04Ïö\x7F"
  b"wOñ¼‡Dðªþ§2Fc\fÛ"
  b"ŠßåOÿ¢LÆ‘<f\tES{c"
  b"\x1Cêó\fæ└@\x13ê§?ÀD\fÔÉ"
  b"\x06p¯╦rL█Ñ<!ç▓r\x1Fì"
  b"zÚë›e\x04HÞ”1jM‘†âÆ"
  b"·YwâÞ.GjÉF»\x11xá#ù"
  b"ïÅm\e+7Lº¬xÁ³t7f~"
  b"\x18▒ÉbôËA▓ôó┬!yô$Â"
  b"SWà2¹\x00OP¨·ãˆQ©†\x18"
  b"¢┌ÉÖ\v.K┌©u=ıQÀ¨+"
  b"░Ç3\x1CzpC\x12ØD-VÐ┬â£"
  b"C`›Ñ*-G>ƒ?ƒ\fé “"
  b"Â,ÚæpI7§,£R\x17¿4y"
  b" Æ(cNEJÝ°Oží.\x1Aj*"
  b"Ùñ,\x00*>F\x15¡é¹Þè¹ÅÌ"
  b"\x12WÄéGv©¨î¾u┐É═"
  b"\x04ðÜ\rÞÍB\x18½;ÏNÄjÓã"
  b"À¨Oß5;G8¯JPU踬T"
  b"\x1A\x13¿\x1D'²@g¡šN°‹lˆB"
  b"i\x19,ÈB¼Ew¯ .\x12ÑC"l"
  b"\x10våOÌlJï¼Ú¨OÜ\x1E\x07"
  b"L\x08¼Æ]bEÂÉ╝h\x03î\x1C"
  b"w└õ¬┤ØDÄî\x7F╣ñ´þ"î"
  b"¦†T\eYlLê’úªg>ÜæN"
  b"ÖR¯ïÃÆJI»’¯¡\x07ÑC\x1F"
  b"\x161SŸÿ°Ldº‘¾udBÀÈ"
  b"ÕQ\x03ø+·OÖ®øÎKÙ:š\e"
  b"÷ÃOA¥'F┌Ø#³q\x054Fø"
  b"\x18F»áF¾«æÐÈ ÿ î"
  b"ÖÅ¥¹╗~Gdøþäc¾üc<"
  b"4d–>ßÊE8·[€ò±›—Ï"
  b"""
    i\x06Q9apB›“xË\n
    á\x06¬þ
    """
  b"J”­@ÓDNǃ¡7q\x1F\x04s-"
  b"8ãrÓ|0D»á\x1A$@ç┼Ø\x08"
  b"╗¦znèµF_üH1╬âÂ┐§"
  b"\x01gÅ,n\x13IÒ¼Ÿ÷OHŠîg"
  b"ÀáK„l_Bs»\x15¼n\x07„cÔ"
  b"æÛÉ?)KN?╝ƒdß\x11■ey"
  b"Б\v“CÓ@¤°\x1DL¬^æã<"
  b"n¼¡\tD\eDg‰«k—d\vÄ5"
  b"ÚCÉãj’Km§|X{Á\x18\x0Fß"
  b""ÿ\x12Q~'I·Š`²çs\x11\x05a"
  b"f¹░©\x15■H\rüÙè´{{v2"
  b"Øá]#|\x14Lü╝ûeU{\t\x13"
  b"""
    ?a™\n
    ú†G½™Á|å\x19º‚¦
    """
  b"±Á‚#4hJ¤—Æ\reÓX‰ý"
  b"¹?µat3B\x11§p~"â.Œ$"
  b"o\fà\x7Ff…I¯µv?)£©M\x18"
  b"§NM\x18ª\x05J‚¨¹Æå\x00žv|"
  b"E\x11L;\x07K@Ô™¼\x1A<ëVd\x0F"
  b"§NŸ¿rÂAЊ´ªPI|:ù"
  b"HÔYq›{O+ŸÉ-2p…\x0EÛ"
  b"563Ð+ÌEò»,Ô{µ\x0F\x1D%"
  b"ð·ª-\x07›NE˜Ú‘‹O%rÒ"
  b"╔¤Åp\x11×M/îÚMs<¬³\x19"
  b"BéN®MÛA\x10‰yƒ´\x05\x0F­×"
  b"ÚHmÎL¾Cq¤ý¤ótÚë£"
  b"â4M\x15?eC\¼ƒH1\fâ¡7"
  b"Zw¹yÔ\x17O¤¿—0Û˜Z}®"
  b"0╔rC7ÈMMèàëùüJHr"
  b"¤▓òÞ╗6By│×┬üÅ╗Ü\x03"
  b"Õ░p▀8gGÝ┤;Å\x1C■─ Ð"
  b"\x11ö:Ï,&E\x15«\x01šðdâF4"
  b"Aõ©!¬\x14Gd‰Y–È4kÉë"
  b"ë’¬•ã‰M¥…]ö\x7Fñ\x08š#"
  b"\rª╬¾úðKÅÖ\x19‗═#\x17˨"
  b"o3IÿéÍB›»è\fîƒ@äô"
  b"q¾½¬\x03øD¿ú░ë3ÅB\x08\x1F"
  b"¨‡½–Õ«B}³F\t’m`¬z"
  b"¹Åw\x08€ÄCY‡\r§1ÍE€H"
  b"0X¹v'ÌL¨Ø\x18ÕK╠ÚS~"
  b"8Ŝ䣘Cp¸\x12QXQZý]"
  b"!HÊŠ·¼Gv‡Å›°£Ú¥Ã"
  b"¼º Pà¨CqŽ8%K•k2Y"
  b"░LØ\x16┼®M\x19©ôåëƒ╝À¯"
  b"‰×éö©,H ®\x07hTp§Û¿"
  b"g╣PèãÈE┬ì┘UÔƒ\x1DäZ"
  b"Zã>ì!ÙEï´°Mæܼâ("
  b"rüÀÝž‰E?†BŸåLEÃH"
  b"œ\x04ÏþI\x10J¿ŒÐ'ŽŠßsÁ"
  b"""
    \x03#\x14‗%ðO>ÀØÝÔd¹\n
    
    """
  b"ø.ñÏX§HñÆıÂØòi#\x1E"
  b"Å\x13g%█¦J&▒í\x13U;OÂÏ"
  b"eï4OäºF\x17¬3`Hbåfä"
  b"ä¾Õ§\x1EýJ\x0Eà師ê®ØÐ"
  b".ºhZÈÌI/˜°c\x16\x1A;\fÍ"
  b"2lwû¨DA4²Ø-Y¸\x10\x00"
  b"¬ùø<«®Oü¬\x11\x05®\t┬Ý`"
  b"`O\x01a~kB¤„\x1F¹ñ<›‰\x04"
  b"ÕÞÇå„tJh†ë\x1A$°­$7"
  b"╩ª/\x1CW▄IDúI:C╔5É┼"
  b"Íšk´©½D‚„ï ú\x0E_\x7FÑ"
  b"\x0FvBë\x16\x0FC¨ˆ#tØ‚1\x0F2"
  b"Ù£áG»½L‹‚ÏýÕý\x7F`A"
  b"OQ­‰èåMç±ò¾Ú;À\ã"
  b"\x1D[ËðÙ\x16@Lª#\f…øÜ°°"
  b"ƒ™G7‹}E"†äLбBt©"
  b"\x17Ôô\x02©»Eô°Ns\x13²Nsò"
  b"¿·†Á|†H\x07·ÌCRúXÿÌ"
  b"Vľ\x10è#H*‡¶ô  I„;"
  b"í–×»8.M·ƒ!NâèÑ\x16G"
  b"\x1EÜñ\x01ÌMG ±öj\x10Û+à\r"
  b"PÓõ\x17¡4H0É\x1C.ðÊ┐¼\x14"
  b"ŸW¬û\x0E#K«‹ÒÞx0¼`t"
  b"î\x07ÁªË¦OyƒìAúÛ9—^"
  b"""
    \x1A\x17÷ipEÌ•\x0F\x14´f\n
    ø 
    """
  b"UGúc\x1A[IÎü0"╝\rH┤ø"
  b"ÀÐÿœºdJ‹‘¾ÕF3±w«"
  b"ó<ž)ñØG3«\x00íÔœÅÚ7"
  b"ü░║ÛdÂB~®øÏ·Ô\Çı"
  b"C¬ÛÝû\x05E±ÉÓ\x10ñ█G¦Ö"
  b"ŸÇÒ½âÅH\x08 Q¼\x15èáN­"
  b"#\x15„¼\r\x00JY†Þt3T\x0FÔM"
  b"øëFãõuAÆ║vÿÖÀÚ╗ü"
  b"\x07\x1Dm$íBA,¤Y\x14·\x00©\x14^"
  b"1ÛÀ¨bÉO-¨QÀ\x19Aj.¶"
  b"\x1A\x00ödXF├øWÀo\x16\x1DØ\e"
  b"Õ9\x1Dª±¶G\x14“Ç‹h_>é\x10"
  b"Â\x14\x08WÇ@FØ™šn>Œ^œG"
  b"c·žÌM-B¯ƒÖ'¨´\x1Dâé"
  b"Ï\x15¤\x18‰HF‚«¼ÑÌEY-¤"
  b"ú┤¦Å\x113M\x18ƒÎcvÚ└GÛ"
  b"\x12“üª6>J(’Û­÷—Ð;1"
  b"Ž[\x06\t#÷F›‰ÒÓ\f…NÉ*"
  b"ƒsÅ‹\x05Õ@\x02Š3#É­÷q\x1E"
  b"äËYÓ»ÇBQüy\x15Ûë¼y┼"
  b":ò™@þ~AižÈ¯y7÷oB"
  b"¼1Ë¡©FE4ì┐®@Ø£:T"
  b"¿·v\r¬–N2±døöb[\x1E×"
  b"µÉo[¦\rE╗׶\x01g═¿áw"
  b"‚p°r¯)B…ª¦\x14s\x07\v\2"
  b"!‘\x17`q\x17I\x15½‡!qHçì+"
  b"l¤k┘(SI]á¬rØ=╗g%"
  b"─zi\x05\r\x1EDÒø\x18/+}lØ┼"
  b"\x01½ÓëÒmOb’>‹úGD%®"
  b"\fÒÊOeEEUÉ\r&µòý╠N"
  b"\x128´/\f[NU ôØ’Çÿ"¤"
  b"\x04ø\x14ßAŠ€\eG$´¡W{"
  b"ÿðšdnjDJ³ª¾º•Ë^º"
  b"Îìè┌\x07\x11Låæ\x12\x1Aîõ╔ã\x1E"
  b"tƒ¯9ê÷I¼—\x13Ý·A\x19WB"
  b"\x7FÔü═_\rC!û▀╗\x15ë<\x16Ü"
  b"É\x03äù1ðLó»Ó¢├Ôᪿ"
  b"5øçg¡\x06MÍ•\x16í]=–\f("
  b"\eÍÕȸ┌NeÀüí4@GQ'"
  b"è€~e¿‰Oa¾9—\x18\x12°Íß"
  b"\fh$j\x1A÷Jü¬çå\x16æÀM\x04"
  b"\x19©\x10o┘jGNÅþ\x13┬C╝\x08*"
  b"®>ùZ╠=I*½ûKd´µ╬Ø"
  b"5|Ð\x03žçL>…v¿\x02\x1Cýð\x14"
  b"C\eÀ'¬;L˶šöOÒòü"
  b"g·ÈÏsdH]¿‡W\x14?ýè™"
  b" à"ËG█E\x01¡qìyDy─ð"
  b"]f\x10╗w\x05A9É╝3æRBæ¤"
  b"ÕKyŒoDZªEü\x08,oôû"
  b"ܧL2E\x10A ¦\x0E ÓûÙHÞ"
  b"Ó)┌ɶ\x1DOÁ│,‗³Ú╦(°"
  b"""
    ô‗n¥²┤BÑòo\x16ð\n
    kü└
    """
  b"e=:Â\x19«AØ¿‡U'¿/Nõ"
  b"¿}=ÙÂWG!Å\x06&zì¨w╠"
  b"CÅÚÄÞèF*…²ED³ÂX'"
  b"\x02ò·“:K\x08¬„áˆr\x1D׿"
  b"µ╩¹IH/FòüCÄ└┤\t\x0F"
  b"yMQ\x05Y\x19G┼ì┘¨Ý\x05╠├Y"
  b"§\x03÷s»ìJ6™\x1FÒií£rC"
  b"4tÊ'\4A¡ŸÜÁFhôîð"
  b"`¿K<Õ}M*¤©óá\v¥š“"
  b"VM\x1AûP}J‡´¬Øj\x1Eý/`"
  b"\x03ÏC;\x11ÚI¦ë#~d2ìãÿ"
  b"\x1Fç‘a˜ÓO\x16¼\x18FèI£‡\v"
  b"¢²º¢¾îJ+‘“Ÿ\x07\rru\x18"
  b"º*\x03\v)ÉL£¡`p\x1D\x03=Kê"
  b"Ê¢ï£É═Mµ¼╦^íðù┴="
  b"\x17Ïó“e®Fí’Çd.3kkó"
  b" Ù\rÆš;EˆºP$ñMko°"
  b"õØâ'\x1Aè@m╝p\x00\x02╔;‗."
  b"""
    ò\n
    þ¾½¥Cè™=ù¯\x17ÌûA
    """
  b""╩\x17ıÑèL├ìv¢éãRú8"
  b"\x15qSÍH\x17°¶¿ß—ÖŒ\x0E"
  b"ͽ­ÓÇ\x06M\r–iÞ_i”f¯"
  b"ÎCÝf\x14çLkª¶\x19\x14íV@^"
  b"XCû\x01VaNC‹TÜJî‰Ê°"
  b"–¹‹Õ+\x08@ó°\x14ƒŽ-Hô×"
  b"RN‹ƒ2ˆK\x02“é]Á£S\x0FŒ"
  b"å¨ôE˜\x13Fx›ý®™6°%³"
  b"á#ÏT}…Cwƒ¸"¼âê¦Ô"
  b"È┌┼á\ÁO\x18åd\x04å│°9Å"
  b"“†\x16Í2YFf¼E\x0EPªW¿Q"
  b"w<x‚»jE3©F‘áü‰\rž"
  b"€dŠìYžCß–—Äùòóþ‹"
  b"bx$ÆiBB╩ù\x05fÅâ>¯\n"
  b"—Èà\x04èçD”¾v\x16ä‚\vï¬"
  b"ú\x16êê7\x16Ax§•ŸXA]Mm"
  b">3ÍàqýH[ÅDÓy└µ╠\x03"
  b"H=\x02\x14\x00ïM?ˆÍ\x15\x13‘*O%"
  b"Hu\x13È_DLS¶ÉU¼uÞ¬*"
  b"­£ë\x08=ÙKµÉ?üj,▒öj"
  b"…ú}ë\x14QOw™Qb*\x07w•f"
  b"\x1C؆ꢊJ\x12§vuSö$²]"
  b"ZªôG\x01žFE Œa QúXS"
  b"ă¯héE\x12‡^»Ï8TAS"
  b" l\x12—º»Fß "W1A±ÙÌ"
  b"±èT]¥¸O\x05ŽSØQ•\x05ÿ\x14"
  b"0Çß•™dCóœBQ¶ï)s\x05"
  b"""
    =U©¥ú\x13B\n
    ÉptãùÕÔn
    """
  b"\rÆ5\x00ž›H®«O'\x14G£}ø"
  b"ÿ×ízɧCWª´\x03y4├qz"
  b"¦ô\²¬ OV£4*\x00äF¼\x16"
  b"\x03øó½╗╗NHØ/yùK«\x19î"
  b"┤Ïm\x04*«I[©ØD\x08k4þ"
  b"""
    EGÛ6µ”G‡¨\n
    \x1DdD\x11
    """
  b"ñüN\x00úúD°‘ú$£Ä\x03Å®"
  b"\tS©hüæLjáIÓ§Ë\x0F£'"
  b"\x10>ô!|\x0FF¡šoìBa{Õ–"
  b"\x15[Ó»¹AG;°ÛÐ\Ïv[W"
  b"XÇ™<”TE§£Eú_D×\x0Fþ"
  b"\x10\x10lÿG+ž­€Viº˜ð"
  b"h\x1Av9ˆ¯G˜’-^r†ø8-"
  b"€l×.áŒAo·#s”FÏr¾"
  b"ä\x17<7v┘EÎز\x1F{\x00´_\t"
  b"É"╠¾½ÏIÐ×╠M%M¦╬\x02"
  b"Ýã\rpUéH™‚Ò$¾däCû"
  b"y\x04UÂú\x14D\x05±•PˆZì>&"
  b"\x1A\x1FáMànH5†¼©p\x02²± "
  b"""
    _Öš\x08'¢@\x03§ÍÕLqã\n
    F
    """
  b"P°Z4\x08½F¿•Ï»poR\x01\x04"
  b"VY\x03\f)E§îoWÉ°▒ z"
  b"\x02È@╬╬╦Ls®\x18Àòå{¼Å"
  b"\x0E ó,B @\¬åJeÉFP\x03"
  b"bÜ/’\x04w@L‚dBqè.\x1C·"
  b"""
    ô\rzƒz=Mkœ\x10\n
    á¹Ë\x10
    """
  b"ÉÅÖS1\x14B\x14…„ô”\x1F;Ùå"
  b"Ä<í?p\x18Bʼn\x11k³2CR‘"
  b"{ø.\e§ãDýÅ"O7-╠\x03Ê"
  b"\fÉÈÂÿ\tB\x17éßA\x13%+*="
  b"\x14\x05\x00ÃF4º`?,z\x1AÝÚ"
  b"#7┐\x15oáA3¼ãW¼É±\x10Ù"
  b"Ïuë\x1E„åOn‚ˆ\fÏušh&"
  b"\x06}Òž\x05}G\x1E²¡g6Þ\f"
  b"™±ÅF?ICeŽ\x04ïz\x13A©Õ"
  b"P;¿\x01§˜OlŠºeF{Ç®Þ"
  b"ûÆo-\x1DoIq¤N\x19ÄŸ\f>\x15"
  b" \x07Uç:Fh‚…<³Ù%¥\x12"
  b"\x12\x07K\x00ö[×v ';8"
  b"5P·.8\x14M1˜(ã®\x08nðþ"
  b"]‡$^DrIûù7N\x07ð,\x19"
  b"¡ëø.ÇâNè±²ò%Ü\t\x0F"
  b"ß\x12ãéý<@œ¤Ås.^¡Ë>"
  b"³\x08v\x18§mMö¨ú\x18=Š‚×I"
  b"·“5Ö\x1EªB<‡Á?ÒÚ¬µ´"
  b"\x1FwY;ˆxCˆ‚Ÿ\x1A\x14 ÷"
  b"8£F…˜þIr§\x1F†²C$<D"
  b"\x04v—Œ\r\fAX©;-I³¨¦\x06"
  b"ØR¯SWÐDÖ▓í«j8G c"
  b"\x10\x0E\x07\x0F\x19Ñ@q‚È_µËŒ|£"
  b"5Ã:5\x03\x1FJ\x13”"lºSjä”"
  b"]\x03ðÝê\x1AOAž5¢\x04óT0Ô"
  b"t└╦\eBÉEÅä«F®Ñ\x0Fx╠"
  b"\v5“ ÀïDç’Öþw\x11xâ4"
  b"‡0çbˆpB¨½}.%ߥtF"
  b"+9zö|o@WˆuOŒ\x12Æp0"
  b">¼[GÙ\vI£¾Hç¥GèÀª"
  b"XW7Ç=-Lܵ\x0Er\fªàöt"
  b"˜\x1C“€œ‹K¤¦I¦ÅŸ>\x00ñ"
  b"\x17Ä:èFS¹®®ßÕß\x11\x04"
  b"vÈ’\r}™Eö‰Œ±ö• Î¡"
  b"ÂÒ{§ÅaE:µ\x13›¸Zªƒ\x16"
  b"▒ÒÁ╗â█I\fôì0\x06*|¸Ç"
  b"y´ê*+ÛMŒ†µ‡OÃ$Q<"
  b"ç|ÔíöÄFÖ°é\x04þ×÷\x16""
  b"Œâ'%×µN\x0E˜·V¹oØך"
  b"fsØ\x14Â\x13M\x07³þDá•Ñb5"
  b"×æ\x12ŒŒ\x04B°\x18¸ù§I"
  b"""
    A;ãÓœæD¶²œW\x07\n
    Ñ
    """
  b"C&9­8\x11I|´—·è°\x1D¼ü"
  b"5 ë÷\x0EžFè¹ä6\x1F/#²³"
  b"=¿wÉœ˜D%”˜\x01ª%q˜\x19"
  b"\x1A[\x11ùØML\eƒÆXÂ┤Ì╩┤"
  b"®èÙ*T±BüÑý<w\x06:é]"
  b"ïHçý0cLË¡\x06Õ\x04f\x06Ï!"
  b"yú»\x1D\þG6سu\x13\x01\x17─ù"
  b"Å\fO‗┬░OK¿Í\x03à\x01SÁ6"
  b"Øc¸\x05p╣@JÂxÎ\x16ä"╔ó"
  b"ŸFlGV\x07AÒ¹… ´Fª¡n"
  b"\x19c 3.®GWµ6à‚Ù‚h\t"
  b"\x17\x0E1x┤Mþÿ╣Ø@ö[³3"
  b"®\eá(æ¸M(«Œ\x15„RÛúþ"
  b"\x10£ýÓš¢A…¥´–ôZµ7L"
  b"ÅYÃ5c]K0£-Õ\x04S_×▓"
  b"W@Ù\x07p-E¨£\x1Fj\x1DÒÝí\x08"
  b"\x08\x7F¦w±PJ\x03Œ\x08Ûj9äRñ"
  b"ŒVÄ\x1AîÓLˇ(èg·ka„"
  b"¯·ý\x1A5=Hg‹uT…\x1A\e®_"
  b"×B q!¿Dz¥_Oq€u\x1FÓ"
  b"jÔnÔ\x1D\x01Iš·Œ7øæ\x00;i"
  b"\x7FêVëo@Jœˆ\x0F\x0E+µ¢"
  b"ÀlªO×\x12O<´Ê¹\x06Z&ûQ"
  b"\e\x07*5Ed–M=‹ÊKÃ""
  b"‡çJ\x12zÍE‹¿šÞ©9÷ÿE"
  b"Pp&\x06\x1EaJ\x19íX\x18ìÝf4Ô"
  b"âpdÇß|A\x03•Úã'k\x11‹,"
  b"I\x16ù^¼€M£²³\vÜ\x1EÏî\x0F"
  b"úÉÞðjÈCÒ©'ÍwrÇ\r"
  b"“˜ö¸’®LÿŽX8chf/‹"
  b"/ìs,~öDËöo¾2\rr:\x03"
  b"é\x18±Ÿ\x03¥@ô³Ÿ|לO3,"
  b"sME+7\x15@í“=¨;ÏËÿo"
  b"ÅÀ=\x00¡\x01H\x17¶lÿ\fØÈY³"
  b"""
    ¦ôe\x14\n
    HCá▒ÀØ\x11j║w\e
    """
  b"Y<í?o\x1DF´ª╔╦ü╝cä‗"
  b"‘&‘N2¹H\x00Ÿ\e\x10Ï7Æs6"
  b"üVÕñÔdE?Ä3Ûù┴b.Ì"
  b"þ\x17r¶+\fE¬š²Ô¹“Cp)"
  b"Mø»ü[\x14E]µteìF\r"
  b"I\x05ź\x01\x11Cθ¿ ®œÂær"
  b"Ï\x17¥á–ÅKÀ€\x1CT¶À\x1F&3"
  b"±ªÝ/àPM{¿nï\x19S&‘s"
  b"&‡f¹‘™H3Žß|>\x03S{…"
  b"0Zâ~û\rNR‚·à:¢Û#!"
  b"\x08\x19Êz{¼EŠ™$G“–(_\t"
  b"""
    *\x12\n
    ´¬‘N\rª|†ñƒI\x07=
    """
  b"âü┤[¬4N7¡õ\x0E╠╗ Î┬"
  b"ðr-2ÒdJåŠoVB\x1EÿJñ"
  b"—À†Ãì°B¹µ¹ó\rØ\x00D\x1A"
  b"\x0223Ô\x1CvA\x18»äl\x06è^h\x04"
  b"¢KYëík@ §]Ç\x16Ûœ—("
  b"\x17–È\x02´1FÀ¦\x1Aþ…Xÿ\x0F"
  b"\x1DoWiIs‘ P;û‰íU"
  b",èP,=ÝK{ŒHÜz(¦’\x11"
  b"ˆÜ(áo\x11Ož ‹)UíB¼("
  b"Ëk ½€äIüµË¼VíŸ\x04z"
  b"¾þt\x1D¦NU¬”èT(o_o"
  b"\x11#ã└~HFvÉ(\x01┬d¿\x1Cº"
  b"~Ìe¬HÃCë´5eÍË£±^"
  b"qì@Ü \x00KJœHÑu’ÀK\x04"
  b"êãYøË\x01HЈ\x19“Â×Ñ+Ð"
  b"&¹/ï€EO\x04»]s´\x06¯­Â"
  b"à\x1C\eñà,No­IÑRSeÙ\x18"
  b"\f7ê€S(O€¤xÇY¿\x15¹5"
  b"Ç+k̆\x13OûŸä³Žýꢟ"
  b"&¿>Y\x040FáŠb\x00(x<(d"
  b"ƒù€½øpC\x19Šð¿å+¶Û;"
  b"\e¨\x04:8:K\x11¦„šd-VûU"
  b"¡¶4!†^Bµ²ü\x1Fº\x00íñ["
  b"&°NàÐÍB\f–„-ÄÄß’°"
  b"áGBœ³¡@6‰›ã|\x1CÇÃÑ"
  b"\x11\x12¥MƒžHö­Ï<î¶Ð÷\x02"
  b"5iب&aF$„ŠÈ¬pÎtJ"
  b"ÚìEî|¾M┼ÅIÞÊ╗à\x17f"
  b"¢\x16Í(ØQEJù╚ú±"?]┐"
  b"\x17›åÔ(¦IŠ«œá”U>Xµ"
  b"¢ó¬´┌åG¡¬³j_Øù|8"
  b"j¶ï\x1EÐsNŃwo â4\x04["
  b"ª-¸á«\x0FFêëT║\eAMìî"
  b"öµÅˆ4DJ挱\x1F¥“÷\r>"
  b"L6o\x05\x10{B7«3Î\r\x14òYa"
  b"³´üK{ËJ¹║┘│\vÎ÷ô\x1C"
  b"X<\x7F╬s#I$ØS║Ë'ÎS2"
  b"~GJ·éãEŸ‹œŒ…ã2P×"
  b"#êíi\x00\x11A˜¢éE›u\r©p"
  b"ÕVþ’h<Fe¸ì²\x06gåÆÛ"
  b"ÝH¶MŸhKd ºufŸ\x13Ë\x04"
  b"*‗vKD8G¬Åé´\x18\x1E~¥x"
  b"lŸà\x15*rD]“œ‹\x1C\x16-‹Y"
  b"Ž¡HX¢zCƳÇ\x1C‡6ÑÑ "
  b"z\x1CŠRQNJŲ×å¿\x1D¥„Î"
  b"W\x10 2~¾Kÿå\x01ï,ÅýXs"
  b"kIÚr*ßHêèÅOõÝ6╠f"
  b"um¬#±\x11C\fµæ\x14«ÆŒÂ˜"
  b""lûþ@1L\e¸ØpןïÖä"
  b"¶£\õ+ºE-™7îŠÁ\x1F+!"
  b"`R\x11XØ$CÖ€AAuìbÞ‹"
  b"RúÊ░\ãI\e¥ôÅÚQ¹Wy"
  b"""
    ï/kÙñxN+«-\x7F\n
    àÄ
    """
  b"öÄr ¦™F›§éZ\x12û?ÿu"
  b"ýn`\x00ߢ@.œ½Ï f¢R6"
  b"Ü│Ëæ╗ÀF<ìVNc\x1AH«└"
  b"ãÕÑ»\x7F\x11H╣ø77║╦5Eü"
  b"ïzE¹*jLñ¦5\x1E¤m8‰¥"
  b"\x1D\x10kŸ:8C/”Œ¢(\x04¹)K"
  b"J‡ncæ‘J‰²‡\x13M3/à "
  b"\x03è¡õ_ÝFßœš4Veô÷±"
  b"ʘÖa–ëEa‹¹‘\vÜî˜É"
  b"ó<«—àŸD\x1A”Õ\x1A«d=Žž"
  b"\x07\x16³çJ\x1A—ÈÜ›OÞ„Î"
  b";\x14©…àpF™ŠlŽ¤õ{ Ö"
  b"!ðWXŸñO—„\x19SP7yàâ"
  b"ÔÁÚÍYæI"¢.[4Ø\n\x00 "
  b""iÞ,efMØ­o]´7@\t¬"
  b"%gäeü║I█öáÉ\x1D«,E┴"
  b"\x18çÌÄ@I/½L(­/±Å~"
  b"¾\v\x10iKJDŸ¼\x14ÖÁ\x05\x1D™C"
  b"ÿ¶\x11\x03Æ[N‡µiKßÖ‘wq"
  b"Ì‹“q÷\x13Jc»*pwÕa:“"
  b"ma\x7F‡0þNð¾D•AÞ\x11ñ="
  b"n¦2\x16K©LYª\e™?:åi."
  b"ajS}þ@Fž‡^¢ªîCëÔ"
  b"¤ÞY,)§E%Ø\x0Eå\x00ý¾ÿN"
  b"eo\x00¥yÓIf ó„ÇA‚Ò<"
  b"\x1A÷å Nn¦N’Ü"û½Ð"
  b"J³NEúA@\x14ª\x01\x03\t‹Àe"
  b"""
    GQ]×3èAÓ®_\n
    9VânÂ
    """
  b"Rعp»Ä@ô”\x15øÒ]\x0F¤\x04"
  b"É\x16S╬┼´A\x15╣_╚>kÔ\x07­"
  b"ŒZ—ZI\tFJ„BVÍnùÖG"
  b"É‹\3BÖK“€÷x³Q¿¬n"
  b"ŽI*ƒó¥M3¯[V)hÁ]E"
  b")„ä—\x06WJ¥˜/åŒ|ö#€"
  b"ÜP:oPÎFŸ²#­Äº\f!\x08"
  b"\x02š\x16þ¿H@ Úõ\x053¹nŽ"
  b"\x0EÉë█½ILmò\x16ÙËm&nE"
  b"3’;\x04\x14þ@Ó±\x01\x0E\x0F«"
  b".à[J\x15\x14Dý¯k;ã9[“í"
  b"@®6è¥úDÇú{ãfÓÿØ?"
  b"va”\r\x19KE“‰\x18”ä\x1CDÆ("
  b"±CµŠ˜Ò@ý½\x18<ŠÇV\x15Œ"
  b"Õà€9i¹F!šÝæ¬gÝp\x1D"
  b"5\fB▄ÕáEgèüöX%k±V"
  b"¬Üì†\x04êBÙ¸\x11+Õ»" ü"
  b"""
    6 º\x19¸¬J´šÄÈHà«\n
    n
    """
  b"\x1F6û\┴═Ch│=Wì<þIÞ"
  b"•‹A.Äê@ôŽh\x08„üŒƒR"
  b"ß·¿HíŒA¨¼}6™˜µEÑ"
  b"c³‗(©\tL\x03ÇŪ\x1A╬ lÓ"
  b"öqö0\x06ÃBµœ£wBC\t\x1F"
  b"‗Ú¿0Ø┐BoıÞÛÀáj\x04"
  b"ób";K╚B笥3üò└ÕL"
  b"*æŠ\x11¯GI|¥å+%È1Û9"
  b"n—ø\x00ËRDy¦]ž\x1E\x0EþŸ_"
  b"ñ¢J╗»8JüÁç\x05x%QÒÉ"
  b"@ÍM_™FFË«I¬\x11vwp!"
  b"\x1AÈæ7═‗AR£█╩ÿçY'Ø"
  b"d\x01¦~Œ°A?³oú™§ay@"
  b"²^»*ï\rCˆ”\x13.¢"ß™^"
  b")|QöO‡D\x0EŒ€è\x0Fµè­&"
  b"`\x02\vãzeAýôû┬`42Øq"
  b"\t╠ª\\x1EaE²ªIÝ└1xäÉ"
  b"9Éo¿Á(EÚî\x1C¢uS;©l"
  b">”6¦¿²KýŠŒª´¸®ê§"
  b"×\x07'6a\x14AÛ¬ýè–.Š0ù"
  b"ž/ø+ø:I&˜ûJ‹¸2\t×"
  b"Å\x18ª\x06ŠÈKÞ…ˆ€ª¼õêº"
  b"Èã œsYI÷œªÂÙ:\x02\x7F\x13"
  b"ÕÔ¡\x7F\x14»Aà¢Iü╣ƒ╚─ò"
  b"ö)Už»áDA©ñM\vÒ™ÃK"
  b"\x7FÒ¶VvETžøpÔ²bƒC"
  b"RkR2\ehMg´L\x04_V\x07"
  b" +\x1C=└'MY│örü×\x18Ã`"
  b"/¡©,A.M9¨¤ud|ÀR\r"
  b"k³¤┴\x17┤Dð¢sº ¹bAØ"
  b"çwÂ\x05‡ÞFæ„àæ¸ó^TÛ"
  b"ãº4M€›Dxž\x01õŸ«\x1Dµh"
  b"¥´N©ßrLq¹w•\x17âT\x1Dú"
  b"¡‗ïØìÜA\x08┐×ÿU Oys"
  b"óºÿ´ý˜M1†‘çl!½_<"
  b"Ê•\tjS™I8€­B±\x1DŠ‰\x04"
  b"ÿ#Íâ*¸MÊ°\rƒñ¼.m\x04"
  b"–iñùæ»Fp£érŠÖ1#‚"
  b"Â\x15\x08\x14ØúB>áá\x15y#Ê\x07U"
  b"\x03\x13V}.N╣®SÊA\x00üFy"
  b"\x164\x06`è>C×±?,¦çºˆ\x1D"
  b"Vkëþ_ŽF\x1A…S/×9’\x00æ"
  b"óaÃÝÅÀM7ëþ©»Ñ╚óB"
  b"│5yÂÌËIXè\e\x03O─Å÷\x10"
  b"Ó\x03\x14ËêPM\x1EÆ\x07aqü;¨;"
  b"*šéðM%B\x08±\x15®Ë©ðUŒ"
  b"ê╣±┐ÞûAfçò╗┼ÐÀ\x10É"
  b"4ËËc.\x15K]¶\x1DtôÂÑn\x1F"
  b"Ìèý‘ûUG2³Õ.Eñx\x12V"
  b"}}k×orBY░i\tÉ╠├¤5"
  b"él▄}5\x01@VÅ\x7FR>\f-WÕ"
  b"""
    \n
    \x18á±DÔ€\x08NçYŸÎ\x03
    """
  b"U–’ý\v{EŒž¶\x13ßN1²5"
  b"▄;Y"þ2@µíÊÒÏ╔ÔÅ\x01"
  b"³òÒéOæJ™¶â€Ló6èÞ"
  b"\rq%\*cHœˆ‰\x15µ?øf)"
  b"ÖP»ë2#IE Á…çÒc‰1"
  b"äK㜅˜EȉÚ@\x01ßÕ_ì"
  b"\x19ÆÊ\x19@È‚Af»¾Æ\fG"
  b"À“z÷ÙjJé®lé[\e•àr"
  b"ÑûÅ­\x14\x18Jïµ­`\t¤4ç-"
  b"UÏKÿ¥•JÔ‡yxù\x00ÈÞs"
  b"·§Cù4lD┴É┐F]║ä+■"
  b"'ìt'\x02÷Bmºðv╩\x1DÉn\n"
  b"ÖB”‘$ÿCX¶°Š¼©Q±÷"
  b"\x02QmºüîN9‚ÞÏóž\x12¡\e"
  b"H¶þ¸Ý!GXŒÚ\x17…%Ú*\x02"
  b"\x05¦#Î\x02DKƒ± ¬U1@q‹"
  b"µ"\rOV?L=ˆgä\x0FûEsy"
  b"ï7-øš"B·½^x›\x7Fª7œ"
  b"$(s\x0F½VEkÜ╦ƒ£▓aØ_"
  b"\x00\x07ñ▓DÂû/\x1DÓ·ÌìÜ"
  b"""
    *1„\n
    Û¿N©Šµš\x07Ëaþ¿
    """
  b",*7Øí°E╦Ä\x1AgÔcå³­"
  b"\x11hÒÎTìOb¨…ê’Õ•ÝH"
  b"c\x0FæEV­CR‹\x03š¨ž\x1Fìß"
  b"gy»\x0FûÚO═¡[¨½Øû┴³"
  b"æž°Å“iN—¥ÂŽË}ξ…"
  b"þ£±\x00p$Jyœ£¦=”æó‹"
  b"Çë´╚éùGü¡L\║╬jx\x7F"
  b"\x7FmI«ˆ¡Dc¥ó\x06t‰X¸Â"
  b"2Â×\x08hdN\x1Dº¼¢\e!ªìÿ"
  b"·éé+£&Jª“wn?ê÷¦í"
  b"▄³Ç/KîJóâÞùjÎ┼Ýü"
  b"\x03Ÿ`|\x10@¾œŠÑJCHSi"
  b"ÜS~¼ë÷F¦™Ë1'?£d˜"
  b"þt}2{ãDØ│\x1CÔ\x1F╔^\x06\x13"
  b"■¼[ìëCE¯ùòÎ\x16║Ô\x1Dü"
  b"\vÿ¹&A\½Â¦2G\x1A"
  b"\³q]k¸@O’5JÑùD\x01Ï"
  b"Ý>·KAÉE#רùSµWfÑ"
  b"\x17\fD\x07§ÃG\x11ž\x07Uv"
  b"ûõP╬LøH┴É\x12\x0EK\x1CXâù"
  b"‘Q\x7F«<öJÌ‹]\x07)\fµ\x14s"
  b"\x1CFúü\x7FóIÉìn0EFZD1"
  b"\t\x1Cŵg<Iê®o\x08\x04\x1F6G"
  b"\v\x10ar²\eNH·Ô©Ö¯àrã"
  b"/fë^\x15<@ù┤üº\x18Ì\x0ElR"
  b"a®ˆJ\x17¾B œ²\x04dßQ¢»"
  b"e\x14ÑdàŸD‚‰ÚI~4b}\x7F"
  b"qN!.\x1A/@~│ÅvC╚¢8b"
  b"8M\x178ö'Dl²Í\x05Ôœ_-Þ"
  b"TæëêÆ×L£»‹‚€µ/ÝQ"
  b"\x0F[¾^e”M¨ŸÌú‡ï£‰%"
  b"""
    \n
    \x17¤ØFæétý5Õ>│õ
    """
  b"/A\x0EÝõ±LÀ…0Þžs\x1A2&"
  b"Ê\x12µmÊ\x16I·™ú—ñ´†Äˆ"
  b"°CMü\x18»E\x7F░£0æ╝┬┤="
  b"©&ª\râôBh»ŽÍ(D\x16»Ÿ"
  b",▀fûbpKlÅ"5\x15┤M;E"
  b"ËSµ…åÃM=£¾í\x0FK|4ü"
  b"jür!ä5J\x18Ĭ\x05─þªâ▓"
  b"""
    nÔ"¡ÿ&M\n
    •þ)$G©\x1C;
    """
  b"6\x16ÉÇûXC\tºìUÒZ€_~"
  b"^v┤ë░OMúí\x0Ej╣«.gÉ"
  b"È\r†¥´?C9…W\x03‘O\rÿl"
  b"Ñ▄)c7¾D\fÅ\x1ET\x19■éqv"
  b"tŸ·8\x1E]Fn–=\x19Ø5GŒo"
  b"ª═sy▄ìD@ó¿@ÔæòÅ\x01"
  b"Ž¾+,ÌHI‚²®+Èç_Di"
  b"aØÞ EîCì¡êõIã3\fÍ"
  b"ÅóVùò<B6ìé¥\f²╚; "
  b"Î\x7FÈF‹°M\x1E¤÷±¤QªG"
  b"■2õ¿\x08àAFü{\x18oy¼\x1AÕ"
  b"HZ6Å°6J>¾\x15 9U•ÜÐ"
  b"»è╝\x15_SI╠ªOØ)©z@┌"
  b"Ñ\x1Fó\x00Ÿ\x04Mj€¬ë•ÓãÕh"
  b"í│ó"wMLR¥§u;5\x12\x03Ø"
  b"é3Tb╠¹Eýî┴\x17(B>üb"
  b"(‚”O=9Fq¶dzÖV€†ú"
  b"|b_pT½AõæÒPµª¿Ø{"
  b"©d©W EO\x06¨ë~¥%~oý"
  b"""
    8\x1FøŠ\n
    hCû³Ú&ý½-ÜT
    """
  b"Ž;dz5QE„¢yÕ-æcåå"
  b"6„A\x15XÓMõ¸‡5‚#òÔg"
  b"ÆP\x02#ÔAN:¼èÕ¿f'ŠË"
  b"7142╚gF\x1Cæ§à\x18ÍØ\t\x1A"
  b"Bl͵Z╣Eäì┐Ö╗wÝð¯"
  b"“MêfßuK@‰ã¸VÞ[­"
  b"9l첂\x17B³…\x1Fª\x01\x105x€"
  b"‗É|\x07PÂEMò\x05Ú<±ý>Ú"
  b"=ßF\x13{\x1AGuèüg'\x10¿`"
  b"Nıj,\x07ÌC\x14Ø\x7FO7'{█A"
  b"aDñ@e–†c/ä\x1ECF"
  b"ÃE%¦Œ™G!‚\x1F"Ïàa|É"
  b"¿lß¿È‚A¢€jC¯.<‰½"
  b"ö’.ݨ\x17H<žh \x06éÇ÷2"
  b"\x15­-ÕBxªkÍ®"\x1D\vò"
  b"~+Ök]cD”‹ä\x01ÖŽ˜gð"
  b"ÀÂ\x1CxL®C£±þϹÀé[†"
  b"…\LÚ„ÿN\x00½u|Áymþ€"
  b"Ç#ô³v»Gd¥“Gˆ\fó×È"
  b"V;\x04Ù)UEÒ—‚ƒó\x1EIÊ…"
  b"•$øx¢ËI\x06–úV\x0E™CŸ="
  b"Ñ€\x19K½ÇOC¶…•ÛÞ¼[u"
  b"\x1CX\eÞQmLf¶\x13=\vVMŠ"
  b"■┘mÅ┬╣Lﬠ▒é┐-À["
  b"òC\x11]U\x11B9¶"A“4$ÃI"
  b"o«Å¢╬\x04LJïÈ{[¯4Üh"
  b"Ê{A\x10è1O\x17¤§²„\x06”Åi"
  b"$\x06\x01BH½J†»{±Ô=²—Ô"
  b"\x0F»Á.Ð█Kxíü)ìÉg= "
  b"jHÇi"6Køˆ¾\x04[M\x1DeX"
  b"|@q¡”RNø˜š{®Õ"ú\x05"
  b"ü┐.­rÍNÔ│MEY¯╚<p"
  b"ìãõól\x1AM\x00°\x0Fa®¸XTñ"
  b"J¢&╦\x16ÁIhï[\x0F,¯3Øó"
  b"œ“;‘¼XGO­±§ã¤g¥‚"
  b"▒ ¶3\eòHjÅM,¥=Éqÿ"
  b"\x00Æ\e=q\eLÀ³UûÛg\x10ÊS"
  b",\x16\x0FÄTdHÒ¨‘̽‹ªHî"
  b"W\x00\x00ÀM’EñªB<å-\x18®T"
  b"=gÒ[D\x15DuŒ×N\x1D1\x18ÂL"
  b"\x02gšI@]®§LqIåçÔ"
  b"å-)6/üB\x10│║5,È­âð"
  b"«äÑ\x14.@K¿‚Vx’»Dg\x1E"
  b"¾òU@9éHò´ý˜å_ø§m"
  b"ž±×kòrJ\x7F»]\x14ÃYP;¯"
  b"\tÂCD%]N\r¤yk\x14æLHŸ"
  b"\x1D®Å*û¦B\x13§OÖ6ðÌÁæ"
  b"Êtæ\e-=L¿•s\x1D`‹ÕÌ¿"
  b"+À`\x12Í\fFƒwfټȩ)"
  b"Ô█\x10\x08└ÉKô┐ç2±6Ól0"
  b"œ˜2#\x7FYIĺc†Ž\#'u"
  b"\x03MM\x0EˆyMº‘àøëpÎ8Ç"
  b"Œƒ¸¸¦oK”š"äÛ”±dÎ"
  b" ½o0\x7FìDÏ┐╝»ãjhÚ\n"
  b"\x0E‗þ╦Nòüx`çÃ6ÇB"
  b"GüVl»ÖIš©‰!¥ö±pŒ"
  b"iL÷Å÷\rI\e‚z\ràDz\x1CÕ"
  b"ÅÃÔ¼Ö\rO┼ÖhtYS\x14ê "
  b"«Ø€±)\eD–©y\x07\x06Oušq"
  b"àDe\x14├┬IܪÀx\v\x10ÖwÉ"
  b"Û╠q8­\x18O2ì╗┼¡nküE"
  b"á$v'^\fF²œõè~PÎú~"
  b"_~ŒdãÀNo°ßÑ \x01¸B\x16"
  b"lJü( ÇK/»\x1A¦▒Ïh;Ý"
  b"""
    ôs]Й\n
    L:˜\x0Fœi\x7Fg::
    """
  b"mVÉ\x07\x17¦MıëéfÝþ\x13Ôå"
  b"šÜl¢ˆPI‚‹3\t\e/PŒ="
  b"\x0E\x15É2C║åS\x16  Á³ö"
  b"€Ö]U¿5C®µÊîC\x17\x05"
  b"Ü‹ñL\e3B\t›bB–kµTy"
  b"ùÇùq\x11–@¬¹‰¡\x04¢\x1FKM"
  b" 9mÿ\x00\tLŽ«X€…rhÀ„"
  b"z0\tRbüK┌ûQc\x08áïD‗"
  b"»uŸù!òDEºS>”Šáo‰"
  b"\x15‰»L/!Jp…\x1F"ù^R‹­"
  b"""
    \x1C\x06ÏÀñ\n
    I ¨È«“Âqfg
    """
  b"]¢¥jkùCMŒÏÖ†[šŽò"
  b"Ö\x1C\x0E¹Ý)M‗æçn£¦ü1ı"
  b"\x05ˆóíf—@Q ¥ÓB7|æ\x08"
  b"X‡\x0Fñþ.M ¹ˆ±z \x03ç\x1E"
  b"dg‹¯Ñ\x0FE›¡ô9®“)0¬"
  b"¦\x02|VYÐJ܃!s\x07\rw"
  b"w*[PÍNKz«é|.\x1Aeâq"
  b"\x07Ÿ7¶›ÇA‹³7öZ'–\x1CŸ"
  b"3ͲG\x009@¯ÑV¦▓W\x04\rØ"
  b"Ð{u%\x1AÒAJü\x04±Å°ò²7"
  b"Ú;Z6@ƒAxÂ?ìG&Ùu³"
  b"\x10&ì½Å.L=°¥T\x1D‘EQB"
  b"#Éwù9¬A\x1CÀNs¨y░ ▒"
  b"S\x0E¡iO▓LÏäÙü´K\eém"
  b"\x08æ\x1C=\x01…C¿°\vÖ¨RÀ”€"
  b"ß$#\x17ºÛEí¾°^•\x1Aß*©"
  b"\x1EójŠÊ5EC¢ “ƒøvô\v"
  b"Ó:¢H²\x1AM\r½|áÊÐ׃ï"
  b"Ã;,\x15–sDå û’Dû™QÓ"
  b"Û\x1F\x11\tKp@µ”Ê=ƒ©\x1A"
]
67 3.01 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title as `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.language_id = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x00Æ\e=q\eLÀ³UûÛg\x10ÊS"
  b"\x02QmºüîN9‚ÞÏóž\x12¡\e"
  b"\x02È@╬╬╦Ls®\x18Àòå{¼Å"
  b"""
    \x03#\x14‗%ðO>ÀØÝÔd¹\n
    
    """
  b"\x03øó½╗╗NHØ/yùK«\x19î"
  b"\x03ÏC;\x11ÚI¦ë#~d2ìãÿ"
  b"\x05ˆóíf—@Q ¥ÓB7|æ\x08"
  b"\x07oa~3ßMâN\x00ý\r+\x17£"
  b"\x07ØsÁ\x01dJUÆ\vLdÿ°█Y"
  b"\x07ù\rB6CG¨‘r9ÈË:Ø\e"
  b"\x08\x19Êz{¼EŠ™$G“–(_\t"
  b"\x08\x7F¦w±PJ\x03Œ\x08Ûj9äRñ"
  b"""
    \n
    \x18á±DÔ€\x08NçYŸÎ\x03
    """
  b"\vq‗\rK´GIÅ│I×6[\x06ü"
  b"\fÉÈÂÿ\tB\x17éßA\x13%+*="
  b"\f’¦~ðÙEKš\x14\x12\x02ÕU§"
  b"\fÒÊOeEEUÉ\r&µòý╠N"
  b"\rª╬¾úðKÅÖ\x19‗═#\x17˨"
  b"\x0E\x15É2C║åS\x16  Á³ö"
  b"\x0EÉë█½ILmò\x16ÙËm&nE"
  b"\x0FF/¸ÎdKÅÑÓ╣g·I,t"
  b"\x0FvBë\x16\x0FC¨ˆ#tØ‚1\x0F2"
  b"\x0F»Á.Ð█Kxíü)ìÉg= "
  b"\x10&ì½Å.L=°¥T\x1D‘EQB"
  b"\x10>ô!|\x0FF¡šoìBa{Õ–"
  b"\x10£ýÓš¢A…¥´–ôZµ7L"
  b"\x11\x12¥MƒžHö­Ï<î¶Ð÷\x02"
  b"\x11#ã└~HFvÉ(\x01┬d¿\x1Cº"
  b"\x11ö:Ï,&E\x15«\x01šðdâF4"
  b"\x128´/\f[NU ôØ’Çÿ"¤"
  b"\x12ƒ-╝\x1CmLÉâ4\v&ÀÝ\x0E§"
  b"""
    \x14\x18\x04ô‚\n
    H\x17¼pÆh>
    """
  b"\x14ò–˜þiN²±A¢¥r•Þ\x08"
  b"\x15[Ó»¹AG;°ÛÐ\Ïv[W"
  b"\x15‰»L/!Jp…\x1F"ù^R‹­"
  b"\x17Ïó“e®Fí’Çd.3kkó"
  b"\x18▒ÉbôËA▓ôó┬!yô$Â"
  b"\x19©\x10o┘jGNÅþ\x13┬C╝\x08*"
  b"\x1A[\x11ùØML\eƒÆXÂ┤Ì╩┤"
  b"\e¨\x04:8:K\x11¦„šd-VûU"
  b"\eÍÕȸ┌NeÀüí4@GQ'"
  b"\x1EÜñ\x01ÌMG ±öj\x10Û+à\r"
  b"\x1EójŠÊ5EC¢ “ƒøvô\v"
  b"\x1Fç‘a˜ÓO\x16¼\x18FèI£‡\v"
  b"!HÊŠ·¼Gv‡Å›°£Ú¥Ã"
  b"!‘\x17`q\x17I\x15½‡!qHçì+"
  b""\x11\x11GdÀD)¨M¸TÙ`Ri"
  b""╩\x17ıÑèL├ìv¢éãRú8"
  b""ÿ\x12Q~'I·Š`²çs\x11\x05a"
  b"#ÿ±Â›eL«¼\x02د\x05ëT;"
  b"$\x06\x01BH½J†»{±Ô=²—Ô"
  b"%gäeü║I█öáÉ\x1D«,E┴"
  b"&‡f¹‘™H3Žß|>\x03S{…"
  b"&°NàÐÍB\f–„-ÄÄß’°"
  b"&¹/ï€EO\x04»]s´\x06¯­Â"
  b"(# j╣ØGt┤P¤ßÆkÙË"
  b"(‚”O=9Fq¶dzÖV€†ú"
  b")|QöO‡D\x0EŒ€è\x0Fµè­&"
  b")„ä—\x06WJ¥˜/åŒ|ö#€"
  b"*\x1F\x06òk#Lî¢╚ß\x14nUØ<"
  b"""
    *1„\n
    Û¿N©Šµš\x07Ëaþ¿
    """
  b"*AZ2\x1FˆJÿŽ¸¼"º¦ñ\x11"
  b"+},\r#'N³Ÿ½7dzÚžñ"
  b",\x16\x0FÄTdHÒ¨‘̽‹ªHî"
  b"\x00\x07ñ▓DÂû/\x1DÓ·ÌìÜ"
  b",▀fûbpKlÅ"5\x15┤M;E"
  b".à[J\x15\x14Dý¯k;ã9[“í"
  b"/A\x0EÝõ±LÀ…0Þžs\x1A2&"
  b"/fë^\x15<@ù┤üº\x18Ì\x0ElR"
  b"/ìs,~öDËöo¾2\rr:\x03"
  b"/¡©,A.M9¨¤ud|ÀR\r"
  b"0X¹v'ÌL¨Ø\x18ÕK╠ÚS~"
  b"0╔rC7ÈMMèàëùüJHr"
  b"2▒üd8│F¹ïÀ¦?¢p]B"
  b"2Â×\x08hdN\x1Dº¼¢\e!ªìÿ"
  b"3’;\x04\x14þ@Ó±\x01\x0E\x0F«"
  b"46ù!¶¦O\x13àìj■qÕ┐\x0F"
  b"4d–>ßÊE8·[€ò±›—Ï"
  b"\x14\x05\x00ÃF4º`?,z\x1AÝÚ"
  b"5iب&aF$„ŠÈ¬pÎtJ"
  b"5|Ð\x03žçL>…v¿\x02\x1Cýð\x14"
  b"6\x16ÉÇûXC\tºìUÒZ€_~"
  b"6r ã°ÐI¨žì‘\x18.º3H"
  b"""
    6 º\x19¸¬J´šÄÈHà«\n
    n
    """
  b"""
    8\x1FøŠ\n
    hCû³Ú&ý½-ÜT
    """
  b"8M\x178ö'Dl²Í\x05Ôœ_-Þ"
  b"8Ŝ䣘Cp¸\x12QXQZý]"
  b"""
    9ÏÂhë3G¦âÈ6^É\n
    
    """
  b":ef\x03^\M”€Ñ¼ê¾`%#"
  b";Øåå§bH\x1D¥‡;øî8®\r"
  b"<;\x07ï]È@;┐Åù\x10j/_Þ"
  b"<╗ÓÛìÆB═┤ï░XN·Ã+"
  b"""
    =U©¥ú\x13B\n
    ÉptãùÕÔn
    """
  b"=gÒ[D\x15DuŒ×N\x1D1\x18ÂL"
  b"=ßF\x13{\x1AGuèüg'\x10¿`"
  b">&àéa<@á½æ‡°\x1AFî4"
  b">”6¦¿²KýŠŒª´¸®ê§"
  b"?“,\x18wzL¦ͤ®žñ¦["
  b"@Gb§¨nNãØÀ|╝╝òÎ┼"
  b"@ÍM_™FFË«I¬\x11vwp!"
  b"""
    A;ãÓœæD¶²œW\x07\n
    Ñ
    """
  b"\x0E‗þ╦Nòüx`çÃ6ÇB"
  b"Aßg╠'¯Iäì{\x05x\x04Í┼|"
  b"Aõ©!¬\x14Gd‰Y–È4kÉë"
  b"\x01[*5MFó░Ýe¿\x1Eì\x12"
  b"C&9­8\x11I|´—·è°\x1D¼ü"
  b"CD\x1Dú$ÊE\x00­\x12…ÃLGÎð"
  b"CÅÚÄÞèF*…²ED³ÂX'"
  b"""
    GQ]×3èAÓ®_\n
    9VânÂ
    """
  b"GR+I¥nJE¸)t˜ïãáÁ"
  b"\x19ÆÊ\x19@È‚Af»¾Æ\fG"
  b"GüVl»ÖIš©‰!¥ö±pŒ"
  b"Hu\x13È_DLS¶ÉU¼uÞ¬*"
  b"I=)%\x7F´Eˆþ5RíÁ¨È"
  b"I▄"\rDÏOó£Þ¥!ÅÞÖ^"
  b"J”­@ÓDNǃ¡7q\x1F\x04s-"
  b"J³NEúA@\x14ª\x01\x03\t‹Àe"
  b"L\x08¼Æ]bEÂÉ╝h\x03î\x1C"
  b"L6o\x05\x10{B7«3Î\r\x14òYa"
  b"L¢’\x14+²K›—€,Þi©ðÅ"
  b"M¾me&3Om”%}\x1E\x07¸1Š"
  b"N\x151\x08╔ØNØò┤Ü=±E┘à"
  b"P°Z4\x08½F¿•Ï»poR\x01\x04"
  b"PÓõ\x17¡4H0É\x1C.ðÊ┐¼\x14"
  b"QIDÓð³Cz¼üJú\x19Æ;z"
  b"Rعp»Ä@ô”\x15øÒ]\x0F¤\x04"
  b"Rß¡ØÖd@©©\x1F)ø@\x1Cª╠"
  b"\x04ø\x14ßAŠ€\eG$´¡W{"
  b"\x02gšI@]®§LqIåçÔ"
  b"\x17\fD\x07§ÃG\x11ž\x07Uv"
  b"UÏKÿ¥•JÔ‡yxù\x00ÈÞs"
  b"VM\x1AûP}J‡´¬Øj\x1Eý/`"
  b"VY\x03\f)E§îoWÉ°▒ z"
  b"Vkëþ_ŽF\x1A…S/×9’\x00æ"
  b"Vľ\x10è#H*‡¶ô  I„;"
  b"W\x10 2~¾Kÿå\x01ï,ÅýXs"
  b"X\x15Œè†.L¥³á¥‘\x1A¦;!"
  b"X‡\x0Fñþ.M ¹ˆ±z \x03ç\x1E"
  b"XÇ™<”TE§£Eú_D×\x0Fþ"
  b"Z\x0E³\x05N÷D-´\x00H\x03&K\x137"
  b"Zw¹yÔ\x17O¤¿—0Û˜Z}®"
  b"Zã>ì!ÙEï´°Mæܼâ("
  b"[–_«Lç@m¨,a*N˜x¡"
  b"\³q]k¸@O’5JÑùD\x01Ï"
  b"]‡$^DrIûù7N\x07ð,\x19"
  b"]¢¥jkùCMŒÏÖ†[šŽò"
  b"]Ó§4\x0ECC_¥ß\x00Ü8\x02(\x13"
  b"^¼’·[\x03H·–\vûÃÊ[\x13Ó"
  b"`\x03Ñø“\x05AÞŠhð\x00ïOåa"
  b"\x10\x10lÿG+ž­€Viº˜ð"
  b"`¿K<Õ}M*¤©óá\v¥š“"
  b"ajS}þ@Fž‡^¢ªîCëÔ"
  b"a®ˆJ\x17¾B œ²\x04dßQ¢»"
  b"aDñ@e–†c/ä\x1ECF"
  b"c\x0FæEV­CR‹\x03š¨ž\x1Fìß"
  b"d\x01¦~Œ°A?³oú™§ay@"
  b"dŸlb°žHy‘«ÒËÁJ3\e"
  b"e\x14ÑdàŸD‚‰ÚI~4b}\x7F"
  b"e=:Â\x19«AØ¿‡U'¿/Nõ"
  b"eï4OäºF\x17¬3`Hbåfä"
  b"fsØ\x14Â\x13M\x07³þDá•Ñb5"
  b"g·ÈÏsdH]¿‡W\x14?ýè™"
  b"g╣PèãÈE┬ì┘UÔƒ\x1DäZ"
  b"h\x1Av9ˆ¯G˜’-^r†ø8-"
  b"i}èÙöŠHD›?\x02­kÇéC"
  b"""
    iƒ-\fs\n
    D\x15•#½“\x11òí)
    """
  b"jHÇi"6Køˆ¾\x04[M\x1DeX"
  b"k³¤┴\x17┤Dð¢sº ¹bAØ"
  b"n—ø\x00ËRDy¦]ž\x1E\x0EþŸ_"
  b"n¦2\x16K©LYª\e™?:åi."
  b"o\fà\x7Ff…I¯µv?)£©M\x18"
  b"qN!.\x1A/@~│ÅvC╚¢8b"
  b"qì@Ü \x00KJœHÑu’ÀK\x04"
  b"q¾½¬\x03øD¿ú░ë3ÅB\x08\x1F"
  b"rüÀÝž‰E?†BŸåLEÃH"
  b"sØãî6}@/¾ƒ“\x07QØ'\x11"
  b"tƒ¯9ê÷I¼—\x13Ý·A\x19WB"
  b"um¬#±\x11C\fµæ\x14«ÆŒÂ˜"
  b"u¬×\x1Eœ\x04GÛ†§$Š²º§@"
  b"vÈ’\r}™Eö‰Œ±ö• Î¡"
  b"yMQ\x05Y\x19G┼ì┘¨Ý\x05╠├Y"
  b"zÚë›e\x04HÞ”1jM‘†âÆ"
  b"{ñüÂùØA─ùjL█º{UÒ"
  b"|@q¡”RNø˜š{®Õ"ú\x05"
  b"|b_pT½AõæÒPµª¿Ø{"
  b"\x7FmI«ˆ¡Dc¥ó\x06t‰X¸Â"
  b"€dŠìYžCß–—Äùòóþ‹"
  b"€l×.áŒAo·#s”FÏr¾"
  b"Çë´╚éùGü¡L\║╬jx\x7F"
  b"ü░║ÛdÂB~®øÏ·Ô\Çı"
  b"ü┐.­rÍNÔ│MEY¯╚<p"
  b"é3Tb╠¹Eýî┴\x17(B>üb"
  b"él▄}5\x01@VÅ\x7FR>\f-WÕ"
  b"‚p°r¯)B…ª¦\x14s\x07\v\2"
  b"‚òÜ>ÚkIs¹½áT!\x07"/"
  b"ä\x17<7v┘EÎز\x1F{\x00´_\t"
  b"äËYÓ»ÇBQüy\x15Ûë¼y┼"
  b"å-)6/üB\x10│║5,È­âð"
  b"ˆŽv‚\x03\x0EI\x08¤ÜrI\x01¤\x08À"
  b"ˆ™jh¬öD뢀¿´G.’D"
  b"ê╣±┐ÞûAfçò╗┼ÐÀ\x10É"
  b"ˆÜ(áo\x11Ož ‹)UíB¼("
  b"‰×éö©,H ®\x07hTp§Û¿"
  b"è\t\ÅZ╦Mgè(£öQÄ║Ì"
  b"ŠßåOÿ¢LÆ‘<f\tES{c"
  b"ŒZ—ZI\tFJ„BVÍnùÖG"
  b"ŽI*ƒó¥M3¯[V)hÁ]E"
  b"Ž[\x06\t#÷F›‰ÒÓ\f…NÉ*"
  b"Ž¾+,ÌHI‚²®+Èç_Di"
  b"Å\fO‗┬░OK¿Í\x03à\x01SÁ6"
  b"ÅóVùò<B6ìé¥\f²╚; "
  b"É\x16S╬┼´A\x15╣_╚>kÔ\x07­"
  b"É"╠¾½ÏIÐ×╠M%M¦╬\x02"
  b"\x02š\x16þ¿H@ Úõ\x053¹nŽ"
  b"‘&‘N2¹H\x00Ÿ\e\x10Ï7Æs6"
  b"æÉM9Y\x06BæúµÊ\x19Ô╠┘┐"
  b"•‹A.Äê@ôŽh\x08„üŒƒR"
  b"–iñùæ»Fp£érŠÖ1#‚"
  b"–‚\x17åà´Gä°;\x08™ï]\t¡"
  b"˜\r¿Ûœ‘E««‹î¨5ŠÁ\x1F"
  b"ÿ×ízɧCWª´\x03y4├qz"
  b"\x15Fˆ¿æI\x0E´|ÎáÖ\vññ"
  b"Ö\x1C\x0E¹Ý)M‗æçn£¦ü1ı"
  b"ÖÅ¥¹╗~Gdøþäc¾üc<"
  b"Øc¸\x05p╣@JÂxÎ\x16ä"╔ó"
  b"Øá]#|\x14Lü╝ûeU{\t\x13"
  b"×\x02aT\x05\x1AI¢ì\x04­\x07\x19&"
  b"ž/ø+ø:I&˜ûJ‹¸2\t×"
  b"ž±×kòrJ\x7F»]\x14ÃYP;¯"
  b"ŸFlGV\x07AÒ¹… ´Fª¡n"
  b"ŸW¬û\x0E#K«‹ÒÞx0¼`t"
  b"ŸÇÒ½âÅH\x08 Q¼\x15èáN­"
  b"í│ó"wMLR¥§u;5\x12\x03Ø"
  b"¡¶4!†^Bµ²ü\x1Fº\x00íñ["
  b"¡ëø.ÇâNè±²ò%Ü\t\x0F"
  b"""
    ó\n
    YìÐ@@àüıN=╠¶\f%
    """
  b"¢²º¢¾îJ+‘“Ÿ\x07\rru\x18"
  b"ú┤¦Å\x113M\x18ƒÎcvÚ└GÛ"
  b"¥Õ\x00ú[ÈED“\x1A\x7F)ÙÜÏŸ"
  b"Ñ▄)c7¾D\fÅ\x1ET\x19■éqv"
  b"ª-¸á«\x0FFêëT║\eAMìî"
  b"ª═sy▄ìD@ó¿@ÔæòÅ\x01"
  b"º*\x03\v)ÉL£¡`p\x1D\x03=Kê"
  b"§NM\x18ª\x05J‚¨¹Æå\x00žv|"
  b"§NŸ¿rÂAЊ´ªPI|:ù"
  b"¿)\x03ô¶(JRì┘½ìö▒ýî"
  b"¨‡½–Õ«B}³F\t’m`¬z"
  b"¬ùø<«®Oü¬\x11\x05®\t┬Ý`"
  b"½ÿb(=ƒMìéíG{÷\x1C«x"
  b"¬Üì†\x04êBÙ¸\x11+Õ»" ü"
  b"¯\x08·Èâ£Bë•\x05Yµþ¸1\e"
  b"»è╝\x15_SI╠ªOØ)©z@┌"
  b"¯·ý\x1A5=Hg‹uT…\x1A\e®_"
  b"░Ç3\x1CzpC\x12ØD-VÐ┬â£"
  b"±ªÝ/àPM{¿nï\x19S&‘s"
  b"▒ ¶3\eòHjÅM,¥=Éqÿ"
  b"²^»*ï\rCˆ”\x13.¢"ß™^"
  b"³\x08v\x18§mMö¨ú\x18=Š‚×I"
  b"│5yÂÌËIXè\e\x03O─Å÷\x10"
  b"µ"\rOV?L=ˆgä\x0FûEsy"
  b"µNÆN›\x12A&†˜CX\f{S\n"
  b"ÂN\x17äp>DÈíö@Å\x06kI▓"
  b"¶£\õ+ºE-™7îŠÁ\x1F+!"
  b"Àû\x19ï@øNE│I~ıßÅD╝"
  b"·éé+£&Jª“wn?ê÷¦í"
  b"¹?µat3B\x11§p~"â.Œ$"
  b"\x03\x13V}.N╣®SÊA\x00üFy"
  b"»uŸù!òDEºS>”Šáo‰"
  b"»ŒÔ™\x17BOú“\x10?\x02\vn\x17â"
  b"╗¦znèµF_üH1╬âÂ┐§"
  b"¼º Pà¨CqŽ8%K•k2Y"
  b"""
    ╝╠8°└OBvÅ®ƒ■©\x03\n
    )
    """
  b"¢\x16Í(ØQEJù╚ú±"?]┐"
  b"¢ó¬´┌åG¡¬³j_Øù|8"
  b"½ÂÙ¤\x15\x07C‚¯\x0E¯\x1F<£ü\x10"
  b"¢┌ÉÖ\v.K┌©u=ıQÀ¨+"
  b"¿·v\r¬–N2±døöb[\x1E×"
  b"ÀÂ\x1CxL®C£±þϹÀé[†"
  b"ÀáK„l_Bs»\x15¼n\x07„cÔ"
  b"ÁÀ4)cnHÚž\v•»\tÌ„˜"
  b"Â,ÚæpI7§,£R\x17¿4y"
  b"ÃE%¦Œ™G!‚\x1F"Ïàa|É"
  b"├¤@ùó°E«º>/ÃÍ­Ån"
  b"─zi\x05\r\x1EDÒø\x18/+}lØ┼"
  b"ă¯héE\x12‡^»Ï8TAS"
  b"Äæ\x07ß‹±Lì…Qi¿1Ü\x07ƒ"
  b"ÆP\x02#ÔAN:¼èÕ¿f'ŠË"
  b"ãÕÑ»\x7F\x11H╣ø77║╦5Eü"
  b"É‹\3BÖK“€÷x³Q¿¬n"
  b"╔¤Åp\x11×M/îÚMs<¬³\x19"
  b"Ê{A\x10è1O\x17¤§²„\x06”Åi"
  b"ʘÖa–ëEa‹¹‘\vÜî˜É"
  b"╩¶ÀÞ¢▀I¸ÁüÉca╣#¼"
  b"Ëk ½€äIüµË¼VíŸ\x04z"
  b"Ìèý‘ûUG2³Õ.Eñx\x12V"
  b"ÎCþBý\x00Bœ«³LÕ\x14”0Î"
  b"Î\x7FÈF‹°M\x1E¤÷±¤QªG"
  b"╬­(t\vUD▓ü^┤Þ!2]\n"
  b"Ï\x17¥á–ÅKÀ€\x1CT¶À\x1F&3"
  b"ÐGÔ\x05l%IT‹¬\x00X:V+="
  b"Б\v“CÓ@¤°\x1DL¬^æã<"
  b"Ð{u%\x1AÒAJü\x04±Å°ò²7"
  b"ÑûÅ­\x14\x18Jïµ­`\t¤4ç-"
  b"ÓI\x05·Õ/Bî‘Ôúê²kJx"
  b"ÕVþ’h<Fe¸ì²\x06gåÆÛ"
  b"ÕÞÇå„tJh†ë\x1A$°­$7"
  b"Õà€9i¹F!šÝæ¬gÝp\x1D"
  b"ÖP»ë2#IE Á…çÒc‰1"
  b"ÖR¯ïÃÆJI»’¯¡\x07ÑC\x1F"
  b"×æ\x12ŒŒ\x04B°\x18¸ù§I"
  b"Ï\x16R‗5\x07@¯û²bwØýµR"
  b"Ù£áG»½L‹‚ÏýÕý\x7F`A"
  b"Ùñ,\x00*>F\x15¡é¹Þè¹ÅÌ"
  b"ÚCÉãj’Km§|X{Á\x18\x0Fß"
  b"ÚHmÎL¾Cq¤ý¤ótÚë£"
  b"ÜP:oPÎFŸ²#­Äº\f!\x08"
  b"Ü‹ñL\e3B\t›bB–kµTy"
  b"ܧL2E\x10A ¦\x0E ÓûÙHÞ"
  b"Ýã\rpUéH™‚Ò$¾däCû"
  b"Ó\x03\x14ËêPM\x1EÆ\x07aqü;¨;"
  b"Ó)┌ɶ\x1DOÁ│,‗³Ú╦(°"
  b"áGBœ³¡@6‰›ã|\x1CÇÃÑ"
  b"â4M\x15?eC\¼ƒH1\fâ¡7"
  b"âpdÇß|A\x03•Úã'k\x11‹,"
  b"õØâ'\x1Aè@m╝p\x00\x02╔;‗."
  b"Õ░p▀8gGÝ┤;Å\x1C■─ Ð"
  b"Õ┐=Û.ôO\x0FÜ%C2¯z½Å"
  b"µÉo[¦\rE╗׶\x01g═¿áw"
  b"æž°Å“iN—¥ÂŽË}ξ…"
  b"è€~e¿‰Oa¾9—\x18\x12°Íß"
  b"""
    é§w¬–\n
    J\x1F¼ßzÄ,V\x12\x1A
    """
  b"éàdB­´FÔˆ\x7FJúó½\x1Ds"
  b"êãYøË\x01HЈ\x19“Â×Ñ+Ð"
  b"ý\r°¡«╚K+üÜíMzFáA"
  b"ìãõól\x1AM\x00°\x0Fa®¸XTñ"
  b"î\x07ÁªË¦OyƒìAúÛ9—^"
  b"¯9ùºë■@êì©│K©kÔ╚"
  b"ïHçý0cLË¡\x06Õ\x04f\x06Ï!"
  b"ï°\x199nšE3´T>~øVº"
  b"­£ë\x08=ÙKµÉ?üj,▒öj"
  b"ðÎ¥âî H\r©£¼ÿT\x18"
  b"ñF\x08Ó[&Bl ²š\vŽfä1"
  b"òC\x11]U\x11B9¶"A“4$ÃI"
  b"ó<ž)ñØG3«\x00íÔœÅÚ7"
  b"óz\x00==‚B Ÿ:žQt\x17\x7F"
  b"óºÿ´ý˜M1†‘çl!½_<"
  b"öÄr ¦™F›§éZ\x12û?ÿu"
  b"°CMü\x18»E\x7F░£0æ╝┬┤="
  b"ø‘ÛJV$C\x04ŽH\x02ØqHë\n"
  b"ûPV‘0\Gš›$ˆu\eÒqT"
  b"³║Ç*±ªA█å]ó\eÉZ¤t"
  b"³ÛVŪ┼BJúµ6\x18\x010<▓"
  b"³´üK{ËJ¹║┘│\vÎ÷ô\x1C"
  b"\x06p¯╦rL█Ñ<!ç▓r\x1Fì"
  b"þ\x17r¶+\fE¬š²Ô¹“Cp)"
  b"þ£±\x00p$Jyœ£¦=”æó‹"
  b"ÿ#Íâ*¸MÊ°\rƒñ¼.m\x04"
  b" ZDı▓iGgØ&▄6ê\x19{\e"
  b" à"ËG█E\x01¡qìyDy─ð"
  b"ÿ’ûP\x1C\x19D\x13‚½Q£\x1E¦¶½"
]
68 3.23 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"]\x08µYœ´E‹³w\x12ÚV¿á "
  b"{ñüÂùØA─ùjL█º{UÒ"
  b"\x15Fˆ¿æI\x0E´|ÎáÖ\vññ"
  b"×\x02aT\x05\x1AI¢ì\x04­\x07\x19&"
  b"¯\x08·Èâ£Bë•\x05Yµþ¸1\e"
  b"¯9ùºë■@êì©│K©kÔ╚"
  b"ø‘ÛJV$C\x04ŽH\x02ØqHë\n"
  b" \fÅ$ÓëH{«/¨Bæv\x1F1"
  b"\vq‗\rK´GIÅ│I×6[\x06ü"
  b"\x1FU\x10÷®©AóPø+>Ä"
  b""\x11\x11GdÀD)¨M¸TÙ`Ri"
  b"CD\x1Dú$ÊE\x00­\x12…ÃLGÎð"
  b"¿)\x03ô¶(JRì┘½ìö▒ýî"
  b"╬­(t\vUD▓ü^┤Þ!2]\n"
  b"\x1Cª:[ÖvOLºÂýâ\e\v"
  b">&àéa<@á½æ‡°\x1AFî4"
  b"LìŒ.áŠB— \x1C\x189\x01\x1F"
  b"OýKˆù\x02BC“«û3\fØÄ."
  b"Ð\x00Ä2P†Cä­]\x13\x04â¡\\n"
  b"]Ï,o;§G¸¥›|\x16|‡•û"
  b"─═\x15HíbC~ªHZ/è^Å■"
  b"ÕÜ║hózB"¼< °\x18&Åë"
  b"–˜ìë¬áBr„rAœ#1)×"
  b"█l¨(╝íJÈØ\x7FEd3sÍû"
  b"Õ┐=Û.ôO\x0FÜ%C2¯z½Å"
  b"×\r\x1DèûÒDyœ\x1A:rÆ>'÷"
  b"\x1DuÛqm\x06IÉ¢D춄Y–á"
  b"KúÏ¥µqK¤üÖu¨╚)º\r"
  b"Z\x0E³\x05N÷D-´\x00H\x03&K\x137"
  b"Aßg╠'¯Iäì{\x05x\x04Í┼|"
  b"eóÊ\x18VÚBj§]ÂvtŒ\x021"
  b"l¾Ÿ\ej~O\x17ŠóÙÈ£„¾É"
  b"""
    ÈÁ)h2¶L%ž[Ï\x18\x07w\n
    +
    """
  b"i}èÙöŠHD›?\x02­kÇéC"
  b"Äæ\x07ß‹±Lì…Qi¿1Ü\x07ƒ"
  b"ÈšCw§tG$„ÎE!¼‘¯6"
  b"Щ«Kˆ§K­!Øÿ¯\x14bI"
  b"¨ÄȽO\x07Dª­Þb\x1F;o­\x05"
  b"K‚Fª¾êNB‹ŸúN…'^\x0F"
  b"Õu¢\x08\x7F\x1ELù£ºÉ¾”c·Ñ"
  b"+},\r#'N³Ÿ½7dzÚžñ"
  b"œ„Ô­+•Ms­9\x11Ì¥õAÇ"
  b"½ÂÙ¤\x15\x07C‚¯\x0E¯\x1F<£ü\x10"
  b"¾#9å\x05TGµ½Ó]©¢j­ù"
  b"\tT\x0E\x16s[MyØå\x00<ɧy│"
  b"U៞Mì@®„\eɪ8PcÈ"
  b"""
    ó\n
    YìÐ@@àüıN=╠¶\f%
    """
  b"""
    \n
    \x03\x13 ÁÀDóŠƒ6\x17ßQ?%
    """
  b"""
    \x14\x18\x04ô‚\n
    H\x17¼pÆh>
    """
  b"u²Ô}L_M\x15¼m·$ÙËå0"
  b"ž Ô}M\x12DÚ‹»ÚUaB§‚"
  b"ÁÀ4)cnHÚž\v•»\tÌ„˜"
  b"─*íÄ*ÉML¡x¥ys?\x15"
  b"\f’¦~ðÙEKš\x14\x12\x02ÕU§"
  b"X,eû‡bK9ƒ­\x06\x19\x19ö6Ç"
  b"dŸlb°žHy‘«ÒËÁJ3\e"
  b"–‚\x17åà´Gä°;\x08™ï]\t¡"
  b"ʲ¬Ò)AN®¼Q}Ké²bÐ"
  b"ÜÎÇÈÉDIX¯N¶Kö"ñ“"
  b"±WD¹┴ùGkùÍÜd¸\x13\x11Ø"
  b"³ÛVŪ┼BJúµ6\x18\x010<▓"
  b"ÿf:ùÙ'L•©:É\x13mÐe•"
  b"<╗ÓÛìÆB═┤ï░XN·Ã+"
  b"GR+I¥nJE¸)t˜ïãáÁ"
  b"te„Tú\x07AQ•ÖõÁ)ñ¸Ž"
  b"˜\r¿Ûœ‘E««‹î¨5ŠÁ\x1F"
  b"¸0ä¥|\x02C<¨Œ‰©NoN;"
  b" Ç5o\x0FÉL¢«*–zµ+`Ð"
  b"JYäÅÑ"M4âlot\x16«s\x0E"
  b"bŽO¹ô\x1EJ0¸Ÿ\x0E½\x12k\v_"
  b"u‰/·“s@þ±?Zê\x05<\x7FX"
  b"6r ã°ÐI¨žì‘\x18.º3H"
  b"f«ÄµÆÉ@½Š6Ñ–Ã¥2Â"
  b"Ì-è\x15\fÇO┬▒Íìƒw\x00ù\x1F"
  b"ÿûÀyÐ!A*ŽY n²?ìI"
  b"¬­\x1A•.TLB£›è\x01u^>\x13"
  b"B&hÇ┬\Aü┤¥rSqC65"
  b"±…ÈDÖ!E”¿AÅ/Ü\x15èU"
  b"Ò­†2>|Hý®ÝÊ\x02˜¾ä{"
  b"ï°\x199nšE3´T>~øVº"
  b"ïÝN¬ÁÈLÌ‘ yyÈQ¿P"
  b"\x02Az¢\x16YA[É\x03\x17Uò?f"
  b"\x18Y`\x18k╠Om░\x13}/<¦sì"
  b"I▄"\rDÏOó£Þ¥!ÅÞÖ^"
  b"sØãî6}@/¾ƒ“\x07QØ'\x11"
  b"ˆ™jh¬öD뢀¿´G.’D"
  b"""
    ╝É&┼CÈN\rê}\n
    Ãl+\x0Eƒ
    """
  b"ÿ\x0E]€ä#Do°>¿1¤ò8"
  b"\x14ò–˜þiN²±A¢¥r•Þ\x08"
  b"\x19,Xû;‹Mm¦ªª†@y\vÍ"
  b"N\x151\x08╔ØNØò┤Ü=±E┘à"
  b"""
    iƒ-\fs\n
    D\x15•#½“\x11òí)
    """
  b"ù~ñ\x10¬)K•“÷N›5à)¾"
  b"z\x063Å€BF|’â15‘"\x0F\n"
  b"""
    ╝╠8°└OBvÅ®ƒ■©\x03\n
    )
    """
  b"Ù\x04î°\x08¥Jr¦¼ô\x0F\x08Ü\x01ú"
  b"[\tDØ*TF!¿€\x0E‡KYB\e"
  b".\x19\x00Ž9§O\x14†ƒ¬r{fÖ\e"
  b"""
    \x03h¦»@4”bï\n
    \f†¹¹
    """
  b"…§ˆ€DaD™†¼úHZqiž"
  b"½ÿb(=ƒMìéíG{÷\x1C«x"
  b"\x18Q\x11¡d║J░Ån▒5W¦!ô"
  b"\v…ê½Aï¤ñ­\e)@\x15a"
  b"‡Òã_6'H0—æ\x1CÇ\x1EU\x03É"
  b"Ô1─üÎõ@─à¢å\x02î]kí"
  b"""
    \x0F÷ı\x06╩ËOÓ¼{ì2\n
    ┌LÄ
    """
  b"x%Mèð3N‰ˆ¿üE1ü\x0F©"
  b"\x03├╔=6Gê░@}üÈòvg"
  b"ݲˆkc\x01GÁžgIi˜‹¬s"
  b"I=)%\x7F´Eˆþ5RíÁ¨È"
  b"\x07ØsÁ\x01dJUÆ\vLdÿ°█Y"
  b"#ÿ±Â›eL«¼\x02د\x05ëT;"
  b"▓0ç├²└OSü┬.±=\x14"
  b"KZùéÛ,I$öí5\x14³▀éØ"
  b"ñÌ|£ò³Jg˜âÓæ°Á÷ù"
  b"TE3\x085\x04G¯°§¬&²0„”"
  b"øìo\x16L`H╣Éë"^»¨q\x1E"
  b"\x10\x00cªKχj<-:òî("
  b"y^g«Í┤LçÅ┼`}î┐\x1Eà"
  b"ª0I©ßNA*ä\x18┘É»¼╔è"
  b"õ†,>ͱJ\x1CŸqòð••\x14Ä"
  b"+┴═ì\x1CmK·á\x15.Ó>┌×ø"
  b"\x7F×ìbyêIu║\x1Ag°àÇv■"
  b"¥—1·ƒQJõ’e`ߘèúÜ"
  b";\x12|u8KLþšâ\x065¢è\x03Ö"
  b"ŽÝû9\x0F\x1AJ#Ž:¬C€»<ì"
  b"Ï\x16R‗5\x07@¯û²bwØýµR"
  b"Ðf¬®ì¨N¿ìûMãö\x10\x18G"
  b"j®Ñ\x02┐Â@ªì\x06W▒\x07CÂx"
  b"ÊÀZ¥ÿfMœ†l›©ô\x03¼\x03"
  b"QIDÓð³Cz¼üJú\x19Æ;z"
  b"äþ%É\x17\x18Eלì‚\x07ØFì%"
  b"A\fÂþ\x18:N¾†¾b\x1F5Ư“"
  b"Í\x1FgGåæA.çíÉôw1╩¼"
  b"A™ùHWYOkš]D/B\x05\x11X"
  b"*=ã\x00\x06_J(ù║=╗\x17Ø°?"
  b"s*U´{Ê@2­(IE!Ð(""
  b"""
    é§w¬–\n
    J\x1F¼ßzÄ,V\x12\x1A
    """
  b"î*‡\x04l1Cõ¢\t\r1×m"
  b"ã-\x05\x05\x14žIî½Ñ=ÕBE!\t"
  b"O\¶ú¥/Deœ\x19ª-…qUî"
  b"¹·V2Û\x0ED$µ¥´Á}AÍt"
  b"ý\r°¡«╚K+üÜíMzFáA"
  b"mH¤š¾*OF¯b\x1ED˜²?a"
  b"‘¹\x16)d¾H€·ª\x08`æø“\"
  b"|{\x19\x05Þ¬I¿¶Ü=„=S=\v"
  b"†"\x7F’båFʬô÷9ðð¤Ð"
  b"«ÞPȪŒGÇ„è6þ¾»’}"
  b"¾jcâUåKÀ¶W\r<`q¿Û"
  b"÷ïÎö\x1A\tC8¬Ü!\x11Ny‹9"
  b"\x03\x16ZFî\x03I¬‘縮Ëé\x15M"
  b"P\x1CL1áÚJ\t¨ÁPz¯\x16àM"
  b"]Ó§4\x0ECC_¥ß\x00Ü8\x02(\x13"
  b"\x07t\x02hÜ@ÝØ┬░#╣\¦i"
  b"""
    ŠdB\n
    4ƒJsµ\x1CØYÏÉÔÑ
    """
  b"›)\x1D\x13\e\x03NE³|\x1FP‰\x10\x03"
  b"\x12ƒ-╝\x1CmLÉâ4\v&ÀÝ\x0E§"
  b"}\x08Ö5µ\x00I\x1F°¨¹hçÞ\x01z"
  b"ü³#TÏ\x18IÜ║Ö_D\x19\x1Eá┬"
  b"Ä°%¥ƒþG\x06\x13G\x12ÄQε"
  b"\eà\x00\\x00\nF└ê ì]%│\x05L"
  b"9\fc¼ë€HtŽÎ½ÞQ\x11q‚"
  b"ÔRÂŽ§|B³‰“Ó”Œää\x7F"
  b"0»ƒ¬ÕGHoÑÀ\x06ò\x1D\x16ü█"
  b"s\x1C\x12[Oɬ\x05ùYd¨£Ï"
  b" Ÿ<ps{I\x07®Ï /U÷ã2"
  b"*AZ2\x1FˆJÿŽ¸¼"º¦ñ\x11"
  b"õ”‚Ö7“A_ƒ\x1F8=ÂÏ\x7F+"
  b"w\x01~5!\x05F\x10¥×\x17¦ˆDÙÅ"
  b"äãM\x1AåžG³›hB”C]2Ã"
  b"@Xš`zÊF;°\x01ÿ\x1Dx±…c"
  b"ÓQïªv CYš+Zì}B®ý"
  b"ãâ\x12\x7F=‘Gàœµ^᤾ðK"
  b"%\v \x1AŒ‚@«£‰ ,TÒ(*"
  b"-¦™T'\x16LÙ‹žÊ4¼å{½"
  b"\fcZ\v\x1F²I8Å═÷╔V\f\x0E"
  b"r|áisöC(¡êG\x11h¸¨é"
  b"\x1Cb0›‡ûK‹¶!\e¯ôÔíW"
  b"fF\x18ÉûËOƒ¡#╬}▀o8½"
  b"Í\v\eÕ¶"Cd¢BǽkÔ\x03"
  b"9 ]¦ÄWG\x07¿\x13ýŠ\x18e!Ó"
  b"?“,\x18wzL¦ͤ®žñ¦["
  b"\x02UvÛ¬ÆC´š{\x0ES6\x03§$"
  b"ÞT×àœaE$œ"Y¡\x1AU'A"
  b"QRꮹ6IÕ¥ıwZì\x1D\x16Î"
  b"X\x15Œè†.L¥³á¥‘\x1A¦;!"
  b"`d¦\f\x02èN\x1D®ÚñC¬U9J"
  b"ñF\x08Ó[&Bl ²š\vŽfä1"
  b";Øåå§bH\x1D¥‡;øî8®\r"
  b"\x18ü‰\x1DH6DÓƒmC\x02\x17nù¶"
  b"\x10nϺ‰#G4¦wÝ\v°Æ\x0FV"
  b"ùq\x1Feç¤IâìÞ«\x7F³cÐÇ"
  b"╩¶ÀÞ¢▀I¸ÁüÉca╣#¼"
  b"í@Ò2übHƉ×AZÇF\x02"
  b"Dþc\x11sFM¦©înì‚E\x1CÙ"
  b"`\x03Ñø“\x05AÞŠhð\x00ïOåa"
  b"ˆ•Ä¦–5CY•Ljèèît¼"
  b"˜ì\x1F\x17·TB/£h±k‰²\eb"
  b" ZDı▓iGgØ&▄6ê\x19{\e"
  b"M¾me&3Om”%}\x1E\x07¸1Š"
  b"ˆŽv‚\x03\x0EI\x08¤ÜrI\x01¤\x08À"
  b"óuºs4ÜHØ•ð¬DDgú3"
  b"\x16\e<d?ªHÉëÂ1\x1C╩╣à "
  b"+h^1„\x13Në¹ðxã\x19\x16âÃ"
  b"iï%U˜\x03A\x05˜šÈ½\x01M•M"
  b"\x04p³2Ei–\x1A*Žž«§Ï"
  b"Ù#o‘w+IÆ ˜:9\x1C($ñ"
  b"Êf­n{ÅA\x10£▀Ï■Í2ì\n"
  b"$*ƒ™6?E¯†ìŠ\x19ða%³"
  b"L¢’\x14+²K›—€,Þi©ðÅ"
  b"[Og\tå}E¸„š=uvu£ß"
  b"""
    \tž$TÜÆC,°ç`\n
    Ê-A\x08
    """
  b"\x15ôV(d,Dz¢€\“¾>šÎ"
  b"æÉM9Y\x06BæúµÊ\x19Ô╠┘┐"
  b"ÂN\x17äp>DÈíö@Å\x06kI▓"
  b"*\x1F\x06òk#Lî¢╚ß\x14nUØ<"
  b":ef\x03^\M”€Ñ¼ê¾`%#"
  b"s³ÔÄÉ╩La«D\x10▓ Væ\x0F"
  b",™¢—ÄtKa¼öÜ>øx+™"
  b"Àû\x19ï@øNE│I~ıßÅD╝"
  b"U0@└/6Eø¡òÆÅ^_S¹"
  b"ÿ’ûP\x1C\x19D\x13‚½Q£\x1E¦¶½"
  b"<;\x07ï]È@;┐Åù\x10j/_Þ"
  b"à"Æ,i-I\x11±©ºêè°X½"
  b"bøÏ”2VC±µj\x14:]›Rð"
  b"þ¤ýÛ\x131G!ˆ%ÝiùÄËN"
  b"è\t\ÅZ╦Mgè(£öQÄ║Ì"
  b"öd╔Òí8@6óÎÉ░ä-§\n"
  b"¥\x10ú7┴\x16Jp¡}╬ì‗sÉ┘"
  b"íú`\x14.©I¶–»b?`–lÎ"
  b"46ù!¶¦O\x13àìj■qÕ┐\x0F"
  b"T,\x1C/‹<D¿§ea\x19&5»è"
  b"rí€>TtF\x1Cµ¥\x12£ä\x7F"
  b"ƒûýˆÌXL1®“ÕMسmJ"
  b"óz\x00==‚B Ÿ:žQt\x17\x7F"
  b"Rß¡ØÖd@©©\x1F)ø@\x1Cª╠"
  b"eV´aÊ G:±ËÄ\x08já6q"
  b"Û'}&&(OÅò\x143╝¿║ºa"
  b"Lù£ ‗ OÛìzÞ‗j§D┤"
  b"á"+eä\Au¤Z˜j\x06Í„\x16"
  b"ày'\tÚAK°€º‰D°-T’"
  b"\fëy)I•²Öl_¿i ß"
  b"""
    GKKzì\n
    EÝ»ı╗¢┴;\x1Eë
    """
  b"\x04\x12\x19”;!L›Œ\x07’¨;\x16K,"
  b"µNÆN›\x12A&†˜CX\f{S\n"
  b"(Å┤M╩[B\x1Eñ{╦Ñ\x1CBø└"
  b"‚òÜ>ÚkIs¹½áT!\x07"/"
  b"\x13Å'\x06síN`┐s┴£\f╠dT"
  b"├¤@ùó°E«º>/ÃÍ­Ån"
  b"╔öÀüBÑO>är─ã{d+·"
  b"fk}ÊF\x04A▒¢\x07ó╔~5ñü"
  b"oC÷þ|0Hž‹ƒè”Š"h²"
  b"p4;­╣ÒEÉØhF└Ái╝ª"
  b"³║Ç*±ªA█å]ó\eÉZ¤t"
  b"\x07oa~3ßMâN\x00ý\r+\x17£"
  b"?Þp+d\x0EBU„xUök`LQ"
  b"³>¯î─\x17F╦ì┘¨ð¯"`Û"
  b"z\x1C\x0Fà«5@Šœ\x10ó\x189\rò"
  b"\x01[*5MFó░Ýe¿\x1Eì\x12"
  b"kxÃÃ.▓JجVbÖ°6EÝ"
  b"\x03¿<M)5NP“\x10çõ?\x02÷š"
  b"""
    9ÏÂhë3G¦âÈ6^É\n
    
    """
  b"h“¢åØRO~‹à\x05\fN™Ù"
  b"ûPV‘0\Gš›$ˆu\eÒqT"
  b"`|¤z\x1D4HF™ž"ëOÃ}\x15"
  b"u¬×\x1Eœ\x04GÛ†§$Š²º§@"
  b"@Gb§¨nNãØÀ|╝╝òÎ┼"
  b"éàdB­´FÔˆ\x7FJúó½\x1Ds"
  b"¡\x14ƒÛŠbBà€þñ©‰¸\x04ƒ"
  b"^¼’·[\x03H·–\vûÃÊ[\x13Ó"
  b"m\x07\x13ý\e\x1EL[€:Ü·€Äá\x18"
  b"Ç\x18:z0\x1EM‘•cY[?\x1A\x07A"
  b"f]\x14;¥ÛFÁŽ>åŠ\x7F„à\x06"
  b"ÐGÔ\x05l%IT‹¬\x00X:V+="
  b"wä÷÷`»FpÉøl~r\x05ãK"
  b"λ¶âůJlˆ\x05>i\x18â2Q"
  b"\x0FF/¸ÎdKÅÑÓ╣g·I,t"
  b"»ŒÔ™\x17BOú“\x10?\x02\vn\x17â"
  b"ÎCþBý\x00Bœ«³LÕ\x14”0Î"
  b"å´£\x047ŽH6¼œ¦¤M5Ó9"
  b"\x07ù\rB6CG¨‘r9ÈË:Ø\e"
  b".a©k‹NL¡¦=cûñ·òt"
  b"2▒üd8│F¹ïÀ¦?¢p]B"
  b"[–_«Lç@m¨,a*N˜x¡"
  b"x\t1\x16pcBf’¯®V©4\fÕ"
  b"^z¶½2èOM½Å;ªa¢ô§"
  b"(# j╣ØGt┤P¤ßÆkÙË"
  b"à ╗õ8uH\x1C¼═xÉ$Ê\x07§"
  b"Û®m5}îH²·8™€®¨{p"
  b"\t†Tÿ:óHo¥~e“ÜŽ¶»"
  b"‘Y®\v‹ªNv‡tJçL¬TÌ"
  b"ðÎ¥âî H\r©£¼ÿT\x18"
  b"¥Õ\x00ú[ÈED“\x1A\x7F)ÙÜÏŸ"
  b"Êô®÷3zK\x17±‚Ú\x04¥_\x07"
  b"ÓI\x05·Õ/Bî‘Ôúê²kJx"
  b"K┌ýD@ÊB"▒┴ಽÅkó"
  b"°øϼÂüIÈô±\x11\x18\x11«\x06ý"
  b"ð\x7FÏÑ0†N~£#\x04Ïö\x7F"
  b"wOñ¼‡Dðªþ§2Fc\fÛ"
  b"ŠßåOÿ¢LÆ‘<f\tES{c"
  b"\x1Cêó\fæ└@\x13ê§?ÀD\fÔÉ"
  b"\x06p¯╦rL█Ñ<!ç▓r\x1Fì"
  b"zÚë›e\x04HÞ”1jM‘†âÆ"
  b"·YwâÞ.GjÉF»\x11xá#ù"
  b"ïÅm\e+7Lº¬xÁ³t7f~"
  b"\x18▒ÉbôËA▓ôó┬!yô$Â"
  b"SWà2¹\x00OP¨·ãˆQ©†\x18"
  b"¢┌ÉÖ\v.K┌©u=ıQÀ¨+"
  b"░Ç3\x1CzpC\x12ØD-VÐ┬â£"
  b"C`›Ñ*-G>ƒ?ƒ\fé “"
  b"Â,ÚæpI7§,£R\x17¿4y"
  b" Æ(cNEJÝ°Oží.\x1Aj*"
  b"Ùñ,\x00*>F\x15¡é¹Þè¹ÅÌ"
  b"\x12WÄéGv©¨î¾u┐É═"
  b"\x04ðÜ\rÞÍB\x18½;ÏNÄjÓã"
  b"À¨Oß5;G8¯JPU踬T"
  b"\x1A\x13¿\x1D'²@g¡šN°‹lˆB"
  b"i\x19,ÈB¼Ew¯ .\x12ÑC"l"
  b"\x10våOÌlJï¼Ú¨OÜ\x1E\x07"
  b"L\x08¼Æ]bEÂÉ╝h\x03î\x1C"
  b"w└õ¬┤ØDÄî\x7F╣ñ´þ"î"
  b"¦†T\eYlLê’úªg>ÜæN"
  b"ÖR¯ïÃÆJI»’¯¡\x07ÑC\x1F"
  b"\x161SŸÿ°Ldº‘¾udBÀÈ"
  b"ÕQ\x03ø+·OÖ®øÎKÙ:š\e"
  b"÷ÃOA¥'F┌Ø#³q\x054Fø"
  b"\x18F»áF¾«æÐÈ ÿ î"
  b"ÖÅ¥¹╗~Gdøþäc¾üc<"
  b"4d–>ßÊE8·[€ò±›—Ï"
  b"""
    i\x06Q9apB›“xË\n
    á\x06¬þ
    """
  b"J”­@ÓDNǃ¡7q\x1F\x04s-"
  b"8ãrÓ|0D»á\x1A$@ç┼Ø\x08"
  b"╗¦znèµF_üH1╬âÂ┐§"
  b"\x01gÅ,n\x13IÒ¼Ÿ÷OHŠîg"
  b"ÀáK„l_Bs»\x15¼n\x07„cÔ"
  b"æÛÉ?)KN?╝ƒdß\x11■ey"
  b"Б\v“CÓ@¤°\x1DL¬^æã<"
  b"n¼¡\tD\eDg‰«k—d\vÄ5"
  b"ÚCÉãj’Km§|X{Á\x18\x0Fß"
  b""ÿ\x12Q~'I·Š`²çs\x11\x05a"
  b"f¹░©\x15■H\rüÙè´{{v2"
  b"Øá]#|\x14Lü╝ûeU{\t\x13"
  b"""
    ?a™\n
    ú†G½™Á|å\x19º‚¦
    """
  b"±Á‚#4hJ¤—Æ\reÓX‰ý"
  b"¹?µat3B\x11§p~"â.Œ$"
  b"o\fà\x7Ff…I¯µv?)£©M\x18"
  b"§NM\x18ª\x05J‚¨¹Æå\x00žv|"
  b"E\x11L;\x07K@Ô™¼\x1A<ëVd\x0F"
  b"§NŸ¿rÂAЊ´ªPI|:ù"
  b"HÔYq›{O+ŸÉ-2p…\x0EÛ"
  b"563Ð+ÌEò»,Ô{µ\x0F\x1D%"
  b"ð·ª-\x07›NE˜Ú‘‹O%rÒ"
  b"╔¤Åp\x11×M/îÚMs<¬³\x19"
  b"BéN®MÛA\x10‰yƒ´\x05\x0F­×"
  b"ÚHmÎL¾Cq¤ý¤ótÚë£"
  b"â4M\x15?eC\¼ƒH1\fâ¡7"
  b"Zw¹yÔ\x17O¤¿—0Û˜Z}®"
  b"0╔rC7ÈMMèàëùüJHr"
  b"¤▓òÞ╗6By│×┬üÅ╗Ü\x03"
  b"Õ░p▀8gGÝ┤;Å\x1C■─ Ð"
  b"\x11ö:Ï,&E\x15«\x01šðdâF4"
  b"Aõ©!¬\x14Gd‰Y–È4kÉë"
  b"ë’¬•ã‰M¥…]ö\x7Fñ\x08š#"
  b"\rª╬¾úðKÅÖ\x19‗═#\x17˨"
  b"o3IÿéÍB›»è\fîƒ@äô"
  b"q¾½¬\x03øD¿ú░ë3ÅB\x08\x1F"
  b"¨‡½–Õ«B}³F\t’m`¬z"
  b"¹Åw\x08€ÄCY‡\r§1ÍE€H"
  b"0X¹v'ÌL¨Ø\x18ÕK╠ÚS~"
  b"8Ŝ䣘Cp¸\x12QXQZý]"
  b"!HÊŠ·¼Gv‡Å›°£Ú¥Ã"
  b"¼º Pà¨CqŽ8%K•k2Y"
  b"░LØ\x16┼®M\x19©ôåëƒ╝À¯"
  b"‰×éö©,H ®\x07hTp§Û¿"
  b"g╣PèãÈE┬ì┘UÔƒ\x1DäZ"
  b"Zã>ì!ÙEï´°Mæܼâ("
  b"rüÀÝž‰E?†BŸåLEÃH"
  b"œ\x04ÏþI\x10J¿ŒÐ'ŽŠßsÁ"
  b"""
    \x03#\x14‗%ðO>ÀØÝÔd¹\n
    
    """
  b"ø.ñÏX§HñÆıÂØòi#\x1E"
  b"Å\x13g%█¦J&▒í\x13U;OÂÏ"
  b"eï4OäºF\x17¬3`Hbåfä"
  b"ä¾Õ§\x1EýJ\x0Eà師ê®ØÐ"
  b".ºhZÈÌI/˜°c\x16\x1A;\fÍ"
  b"2lwû¨DA4²Ø-Y¸\x10\x00"
  b"¬ùø<«®Oü¬\x11\x05®\t┬Ý`"
  b"`O\x01a~kB¤„\x1F¹ñ<›‰\x04"
  b"ÕÞÇå„tJh†ë\x1A$°­$7"
  b"╩ª/\x1CW▄IDúI:C╔5É┼"
  b"Íšk´©½D‚„ï ú\x0E_\x7FÑ"
  b"\x0FvBë\x16\x0FC¨ˆ#tØ‚1\x0F2"
  b"Ù£áG»½L‹‚ÏýÕý\x7F`A"
  b"OQ­‰èåMç±ò¾Ú;À\ã"
  b"\x1D[ËðÙ\x16@Lª#\f…øÜ°°"
  b"ƒ™G7‹}E"†äLбBt©"
  b"\x17Ôô\x02©»Eô°Ns\x13²Nsò"
  b"¿·†Á|†H\x07·ÌCRúXÿÌ"
  b"Vľ\x10è#H*‡¶ô  I„;"
  b"í–×»8.M·ƒ!NâèÑ\x16G"
  b"\x1EÜñ\x01ÌMG ±öj\x10Û+à\r"
  b"PÓõ\x17¡4H0É\x1C.ðÊ┐¼\x14"
  b"ŸW¬û\x0E#K«‹ÒÞx0¼`t"
  b"î\x07ÁªË¦OyƒìAúÛ9—^"
  b"""
    \x1A\x17÷ipEÌ•\x0F\x14´f\n
    ø 
    """
  b"UGúc\x1A[IÎü0"╝\rH┤ø"
  b"ÀÐÿœºdJ‹‘¾ÕF3±w«"
  b"ó<ž)ñØG3«\x00íÔœÅÚ7"
  b"ü░║ÛdÂB~®øÏ·Ô\Çı"
  b"C¬ÛÝû\x05E±ÉÓ\x10ñ█G¦Ö"
  b"ŸÇÒ½âÅH\x08 Q¼\x15èáN­"
  b"#\x15„¼\r\x00JY†Þt3T\x0FÔM"
  b"øëFãõuAÆ║vÿÖÀÚ╗ü"
  b"\x07\x1Dm$íBA,¤Y\x14·\x00©\x14^"
  b"1ÛÀ¨bÉO-¨QÀ\x19Aj.¶"
  b"\x1A\x00ödXF├øWÀo\x16\x1DØ\e"
  b"Õ9\x1Dª±¶G\x14“Ç‹h_>é\x10"
  b"Â\x14\x08WÇ@FØ™šn>Œ^œG"
  b"c·žÌM-B¯ƒÖ'¨´\x1Dâé"
  b"Ï\x15¤\x18‰HF‚«¼ÑÌEY-¤"
  b"ú┤¦Å\x113M\x18ƒÎcvÚ└GÛ"
  b"\x12“üª6>J(’Û­÷—Ð;1"
  b"Ž[\x06\t#÷F›‰ÒÓ\f…NÉ*"
  b"ƒsÅ‹\x05Õ@\x02Š3#É­÷q\x1E"
  b"äËYÓ»ÇBQüy\x15Ûë¼y┼"
  b":ò™@þ~AižÈ¯y7÷oB"
  b"¼1Ë¡©FE4ì┐®@Ø£:T"
  b"¿·v\r¬–N2±døöb[\x1E×"
  b"µÉo[¦\rE╗׶\x01g═¿áw"
  b"‚p°r¯)B…ª¦\x14s\x07\v\2"
  b"!‘\x17`q\x17I\x15½‡!qHçì+"
  b"l¤k┘(SI]á¬rØ=╗g%"
  b"─zi\x05\r\x1EDÒø\x18/+}lØ┼"
  b"\x01½ÓëÒmOb’>‹úGD%®"
  b"\fÒÊOeEEUÉ\r&µòý╠N"
  b"\x128´/\f[NU ôØ’Çÿ"¤"
  b"\x04ø\x14ßAŠ€\eG$´¡W{"
  b"ÿðšdnjDJ³ª¾º•Ë^º"
  b"Îìè┌\x07\x11Låæ\x12\x1Aîõ╔ã\x1E"
  b"tƒ¯9ê÷I¼—\x13Ý·A\x19WB"
  b"\x7FÔü═_\rC!û▀╗\x15ë<\x16Ü"
  b"É\x03äù1ðLó»Ó¢├Ôᪿ"
  b"5øçg¡\x06MÍ•\x16í]=–\f("
  b"\eÍÕȸ┌NeÀüí4@GQ'"
  b"è€~e¿‰Oa¾9—\x18\x12°Íß"
  b"\fh$j\x1A÷Jü¬çå\x16æÀM\x04"
  b"\x19©\x10o┘jGNÅþ\x13┬C╝\x08*"
  b"®>ùZ╠=I*½ûKd´µ╬Ø"
  b"5|Ð\x03žçL>…v¿\x02\x1Cýð\x14"
  b"C\eÀ'¬;L˶šöOÒòü"
  b"g·ÈÏsdH]¿‡W\x14?ýè™"
  b" à"ËG█E\x01¡qìyDy─ð"
  b"]f\x10╗w\x05A9É╝3æRBæ¤"
  b"ÕKyŒoDZªEü\x08,oôû"
  b"ܧL2E\x10A ¦\x0E ÓûÙHÞ"
  b"Ó)┌ɶ\x1DOÁ│,‗³Ú╦(°"
  b"""
    ô‗n¥²┤BÑòo\x16ð\n
    kü└
    """
  b"e=:Â\x19«AØ¿‡U'¿/Nõ"
  b"¿}=ÙÂWG!Å\x06&zì¨w╠"
  b"CÅÚÄÞèF*…²ED³ÂX'"
  b"\x02ò·“:K\x08¬„áˆr\x1D׿"
  b"µ╩¹IH/FòüCÄ└┤\t\x0F"
  b"yMQ\x05Y\x19G┼ì┘¨Ý\x05╠├Y"
  b"§\x03÷s»ìJ6™\x1FÒií£rC"
  b"4tÊ'\4A¡ŸÜÁFhôîð"
  b"`¿K<Õ}M*¤©óá\v¥š“"
  b"VM\x1AûP}J‡´¬Øj\x1Eý/`"
  b"\x03ÏC;\x11ÚI¦ë#~d2ìãÿ"
  b"\x1Fç‘a˜ÓO\x16¼\x18FèI£‡\v"
  b"¢²º¢¾îJ+‘“Ÿ\x07\rru\x18"
  b"º*\x03\v)ÉL£¡`p\x1D\x03=Kê"
  b"Ê¢ï£É═Mµ¼╦^íðù┴="
  b"\x17Ïó“e®Fí’Çd.3kkó"
  b" Ù\rÆš;EˆºP$ñMko°"
  b"õØâ'\x1Aè@m╝p\x00\x02╔;‗."
  b"""
    ò\n
    þ¾½¥Cè™=ù¯\x17ÌûA
    """
  b""╩\x17ıÑèL├ìv¢éãRú8"
  b"\x15qSÍH\x17°¶¿ß—ÖŒ\x0E"
  b"ͽ­ÓÇ\x06M\r–iÞ_i”f¯"
  b"ÎCÝf\x14çLkª¶\x19\x14íV@^"
  b"XCû\x01VaNC‹TÜJî‰Ê°"
  b"–¹‹Õ+\x08@ó°\x14ƒŽ-Hô×"
  b"RN‹ƒ2ˆK\x02“é]Á£S\x0FŒ"
  b"å¨ôE˜\x13Fx›ý®™6°%³"
  b"á#ÏT}…Cwƒ¸"¼âê¦Ô"
  b"È┌┼á\ÁO\x18åd\x04å│°9Å"
  b"“†\x16Í2YFf¼E\x0EPªW¿Q"
  b"w<x‚»jE3©F‘áü‰\rž"
  b"€dŠìYžCß–—Äùòóþ‹"
  b"bx$ÆiBB╩ù\x05fÅâ>¯\n"
  b"—Èà\x04èçD”¾v\x16ä‚\vï¬"
  b"ú\x16êê7\x16Ax§•ŸXA]Mm"
  b">3ÍàqýH[ÅDÓy└µ╠\x03"
  b"H=\x02\x14\x00ïM?ˆÍ\x15\x13‘*O%"
  b"Hu\x13È_DLS¶ÉU¼uÞ¬*"
  b"­£ë\x08=ÙKµÉ?üj,▒öj"
  b"…ú}ë\x14QOw™Qb*\x07w•f"
  b"\x1C؆ꢊJ\x12§vuSö$²]"
  b"ZªôG\x01žFE Œa QúXS"
  b"ă¯héE\x12‡^»Ï8TAS"
  b" l\x12—º»Fß "W1A±ÙÌ"
  b"±èT]¥¸O\x05ŽSØQ•\x05ÿ\x14"
  b"0Çß•™dCóœBQ¶ï)s\x05"
  b"""
    =U©¥ú\x13B\n
    ÉptãùÕÔn
    """
  b"\rÆ5\x00ž›H®«O'\x14G£}ø"
  b"ÿ×ízɧCWª´\x03y4├qz"
  b"¦ô\²¬ OV£4*\x00äF¼\x16"
  b"\x03øó½╗╗NHØ/yùK«\x19î"
  b"┤Ïm\x04*«I[©ØD\x08k4þ"
  b"""
    EGÛ6µ”G‡¨\n
    \x1DdD\x11
    """
  b"ñüN\x00úúD°‘ú$£Ä\x03Å®"
  b"\tS©hüæLjáIÓ§Ë\x0F£'"
  b"\x10>ô!|\x0FF¡šoìBa{Õ–"
  b"\x15[Ó»¹AG;°ÛÐ\Ïv[W"
  b"XÇ™<”TE§£Eú_D×\x0Fþ"
  b"\x10\x10lÿG+ž­€Viº˜ð"
  b"h\x1Av9ˆ¯G˜’-^r†ø8-"
  b"€l×.áŒAo·#s”FÏr¾"
  b"ä\x17<7v┘EÎز\x1F{\x00´_\t"
  b"É"╠¾½ÏIÐ×╠M%M¦╬\x02"
  b"Ýã\rpUéH™‚Ò$¾däCû"
  b"y\x04UÂú\x14D\x05±•PˆZì>&"
  b"\x1A\x1FáMànH5†¼©p\x02²± "
  b"""
    _Öš\x08'¢@\x03§ÍÕLqã\n
    F
    """
  b"P°Z4\x08½F¿•Ï»poR\x01\x04"
  b"VY\x03\f)E§îoWÉ°▒ z"
  b"\x02È@╬╬╦Ls®\x18Àòå{¼Å"
  b"\x0E ó,B @\¬åJeÉFP\x03"
  b"bÜ/’\x04w@L‚dBqè.\x1C·"
  b"""
    ô\rzƒz=Mkœ\x10\n
    á¹Ë\x10
    """
  b"ÉÅÖS1\x14B\x14…„ô”\x1F;Ùå"
  b"Ä<í?p\x18Bʼn\x11k³2CR‘"
  b"{ø.\e§ãDýÅ"O7-╠\x03Ê"
  b"\fÉÈÂÿ\tB\x17éßA\x13%+*="
  b"\x14\x05\x00ÃF4º`?,z\x1AÝÚ"
  b"#7┐\x15oáA3¼ãW¼É±\x10Ù"
  b"Ïuë\x1E„åOn‚ˆ\fÏušh&"
  b"\x06}Òž\x05}G\x1E²¡g6Þ\f"
  b"™±ÅF?ICeŽ\x04ïz\x13A©Õ"
  b"P;¿\x01§˜OlŠºeF{Ç®Þ"
  b"ûÆo-\x1DoIq¤N\x19ÄŸ\f>\x15"
  b" \x07Uç:Fh‚…<³Ù%¥\x12"
  b"\x12\x07K\x00ö[×v ';8"
  b"5P·.8\x14M1˜(ã®\x08nðþ"
  b"]‡$^DrIûù7N\x07ð,\x19"
  b"¡ëø.ÇâNè±²ò%Ü\t\x0F"
  b"ß\x12ãéý<@œ¤Ås.^¡Ë>"
  b"³\x08v\x18§mMö¨ú\x18=Š‚×I"
  b"·“5Ö\x1EªB<‡Á?ÒÚ¬µ´"
  b"\x1FwY;ˆxCˆ‚Ÿ\x1A\x14 ÷"
  b"8£F…˜þIr§\x1F†²C$<D"
  b"\x04v—Œ\r\fAX©;-I³¨¦\x06"
  b"ØR¯SWÐDÖ▓í«j8G c"
  b"\x10\x0E\x07\x0F\x19Ñ@q‚È_µËŒ|£"
  b"5Ã:5\x03\x1FJ\x13”"lºSjä”"
  b"]\x03ðÝê\x1AOAž5¢\x04óT0Ô"
  b"t└╦\eBÉEÅä«F®Ñ\x0Fx╠"
  b"\v5“ ÀïDç’Öþw\x11xâ4"
  b"‡0çbˆpB¨½}.%ߥtF"
  b"+9zö|o@WˆuOŒ\x12Æp0"
  b">¼[GÙ\vI£¾Hç¥GèÀª"
  b"XW7Ç=-Lܵ\x0Er\fªàöt"
  b"˜\x1C“€œ‹K¤¦I¦ÅŸ>\x00ñ"
  b"\x17Ä:èFS¹®®ßÕß\x11\x04"
  b"vÈ’\r}™Eö‰Œ±ö• Î¡"
  b"ÂÒ{§ÅaE:µ\x13›¸Zªƒ\x16"
  b"▒ÒÁ╗â█I\fôì0\x06*|¸Ç"
  b"y´ê*+ÛMŒ†µ‡OÃ$Q<"
  b"ç|ÔíöÄFÖ°é\x04þ×÷\x16""
  b"Œâ'%×µN\x0E˜·V¹oØך"
  b"fsØ\x14Â\x13M\x07³þDá•Ñb5"
  b"×æ\x12ŒŒ\x04B°\x18¸ù§I"
  b"""
    A;ãÓœæD¶²œW\x07\n
    Ñ
    """
  b"C&9­8\x11I|´—·è°\x1D¼ü"
  b"5 ë÷\x0EžFè¹ä6\x1F/#²³"
  b"=¿wÉœ˜D%”˜\x01ª%q˜\x19"
  b"\x1A[\x11ùØML\eƒÆXÂ┤Ì╩┤"
  b"®èÙ*T±BüÑý<w\x06:é]"
  b"ïHçý0cLË¡\x06Õ\x04f\x06Ï!"
  b"yú»\x1D\þG6سu\x13\x01\x17─ù"
  b"Å\fO‗┬░OK¿Í\x03à\x01SÁ6"
  b"Øc¸\x05p╣@JÂxÎ\x16ä"╔ó"
  b"ŸFlGV\x07AÒ¹… ´Fª¡n"
  b"\x19c 3.®GWµ6à‚Ù‚h\t"
  b"\x17\x0E1x┤Mþÿ╣Ø@ö[³3"
  b"®\eá(æ¸M(«Œ\x15„RÛúþ"
  b"\x10£ýÓš¢A…¥´–ôZµ7L"
  b"ÅYÃ5c]K0£-Õ\x04S_×▓"
  b"W@Ù\x07p-E¨£\x1Fj\x1DÒÝí\x08"
  b"\x08\x7F¦w±PJ\x03Œ\x08Ûj9äRñ"
  b"ŒVÄ\x1AîÓLˇ(èg·ka„"
  b"¯·ý\x1A5=Hg‹uT…\x1A\e®_"
  b"×B q!¿Dz¥_Oq€u\x1FÓ"
  b"jÔnÔ\x1D\x01Iš·Œ7øæ\x00;i"
  b"\x7FêVëo@Jœˆ\x0F\x0E+µ¢"
  b"ÀlªO×\x12O<´Ê¹\x06Z&ûQ"
  b"\e\x07*5Ed–M=‹ÊKÃ""
  b"‡çJ\x12zÍE‹¿šÞ©9÷ÿE"
  b"Pp&\x06\x1EaJ\x19íX\x18ìÝf4Ô"
  b"âpdÇß|A\x03•Úã'k\x11‹,"
  b"I\x16ù^¼€M£²³\vÜ\x1EÏî\x0F"
  b"úÉÞðjÈCÒ©'ÍwrÇ\r"
  b"“˜ö¸’®LÿŽX8chf/‹"
  b"/ìs,~öDËöo¾2\rr:\x03"
  b"é\x18±Ÿ\x03¥@ô³Ÿ|לO3,"
  b"sME+7\x15@í“=¨;ÏËÿo"
  b"ÅÀ=\x00¡\x01H\x17¶lÿ\fØÈY³"
  b"""
    ¦ôe\x14\n
    HCá▒ÀØ\x11j║w\e
    """
  b"Y<í?o\x1DF´ª╔╦ü╝cä‗"
  b"‘&‘N2¹H\x00Ÿ\e\x10Ï7Æs6"
  b"üVÕñÔdE?Ä3Ûù┴b.Ì"
  b"þ\x17r¶+\fE¬š²Ô¹“Cp)"
  b"Mø»ü[\x14E]µteìF\r"
  b"I\x05ź\x01\x11Cθ¿ ®œÂær"
  b"Ï\x17¥á–ÅKÀ€\x1CT¶À\x1F&3"
  b"±ªÝ/àPM{¿nï\x19S&‘s"
  b"&‡f¹‘™H3Žß|>\x03S{…"
  b"0Zâ~û\rNR‚·à:¢Û#!"
  b"\x08\x19Êz{¼EŠ™$G“–(_\t"
  b"""
    *\x12\n
    ´¬‘N\rª|†ñƒI\x07=
    """
  b"âü┤[¬4N7¡õ\x0E╠╗ Î┬"
  b"ðr-2ÒdJåŠoVB\x1EÿJñ"
  b"—À†Ãì°B¹µ¹ó\rØ\x00D\x1A"
  b"\x0223Ô\x1CvA\x18»äl\x06è^h\x04"
  b"¢KYëík@ §]Ç\x16Ûœ—("
  b"\x17–È\x02´1FÀ¦\x1Aþ…Xÿ\x0F"
  b"\x1DoWiIs‘ P;û‰íU"
  b",èP,=ÝK{ŒHÜz(¦’\x11"
  b"ˆÜ(áo\x11Ož ‹)UíB¼("
  b"Ëk ½€äIüµË¼VíŸ\x04z"
  b"¾þt\x1D¦NU¬”èT(o_o"
  b"\x11#ã└~HFvÉ(\x01┬d¿\x1Cº"
  b"~Ìe¬HÃCë´5eÍË£±^"
  b"qì@Ü \x00KJœHÑu’ÀK\x04"
  b"êãYøË\x01HЈ\x19“Â×Ñ+Ð"
  b"&¹/ï€EO\x04»]s´\x06¯­Â"
  b"à\x1C\eñà,No­IÑRSeÙ\x18"
  b"\f7ê€S(O€¤xÇY¿\x15¹5"
  b"Ç+k̆\x13OûŸä³Žýꢟ"
  b"&¿>Y\x040FáŠb\x00(x<(d"
  b"ƒù€½øpC\x19Šð¿å+¶Û;"
  b"\e¨\x04:8:K\x11¦„šd-VûU"
  b"¡¶4!†^Bµ²ü\x1Fº\x00íñ["
  b"&°NàÐÍB\f–„-ÄÄß’°"
  b"áGBœ³¡@6‰›ã|\x1CÇÃÑ"
  b"\x11\x12¥MƒžHö­Ï<î¶Ð÷\x02"
  b"5iب&aF$„ŠÈ¬pÎtJ"
  b"ÚìEî|¾M┼ÅIÞÊ╗à\x17f"
  b"¢\x16Í(ØQEJù╚ú±"?]┐"
  b"\x17›åÔ(¦IŠ«œá”U>Xµ"
  b"¢ó¬´┌åG¡¬³j_Øù|8"
  b"j¶ï\x1EÐsNŃwo â4\x04["
  b"ª-¸á«\x0FFêëT║\eAMìî"
  b"öµÅˆ4DJ挱\x1F¥“÷\r>"
  b"L6o\x05\x10{B7«3Î\r\x14òYa"
  b"³´üK{ËJ¹║┘│\vÎ÷ô\x1C"
  b"X<\x7F╬s#I$ØS║Ë'ÎS2"
  b"~GJ·éãEŸ‹œŒ…ã2P×"
  b"#êíi\x00\x11A˜¢éE›u\r©p"
  b"ÕVþ’h<Fe¸ì²\x06gåÆÛ"
  b"ÝH¶MŸhKd ºufŸ\x13Ë\x04"
  b"*‗vKD8G¬Åé´\x18\x1E~¥x"
  b"lŸà\x15*rD]“œ‹\x1C\x16-‹Y"
  b"Ž¡HX¢zCƳÇ\x1C‡6ÑÑ "
  b"z\x1CŠRQNJŲ×å¿\x1D¥„Î"
  b"W\x10 2~¾Kÿå\x01ï,ÅýXs"
  b"kIÚr*ßHêèÅOõÝ6╠f"
  b"um¬#±\x11C\fµæ\x14«ÆŒÂ˜"
  b""lûþ@1L\e¸ØpןïÖä"
  b"¶£\õ+ºE-™7îŠÁ\x1F+!"
  b"`R\x11XØ$CÖ€AAuìbÞ‹"
  b"RúÊ░\ãI\e¥ôÅÚQ¹Wy"
  b"""
    ï/kÙñxN+«-\x7F\n
    àÄ
    """
  b"öÄr ¦™F›§éZ\x12û?ÿu"
  b"ýn`\x00ߢ@.œ½Ï f¢R6"
  b"Ü│Ëæ╗ÀF<ìVNc\x1AH«└"
  b"ãÕÑ»\x7F\x11H╣ø77║╦5Eü"
  b"ïzE¹*jLñ¦5\x1E¤m8‰¥"
  b"\x1D\x10kŸ:8C/”Œ¢(\x04¹)K"
  b"J‡ncæ‘J‰²‡\x13M3/à "
  b"\x03è¡õ_ÝFßœš4Veô÷±"
  b"ʘÖa–ëEa‹¹‘\vÜî˜É"
  b"ó<«—àŸD\x1A”Õ\x1A«d=Žž"
  b"\x07\x16³çJ\x1A—ÈÜ›OÞ„Î"
  b";\x14©…àpF™ŠlŽ¤õ{ Ö"
  b"!ðWXŸñO—„\x19SP7yàâ"
  b"ÔÁÚÍYæI"¢.[4Ø\n\x00 "
  b""iÞ,efMØ­o]´7@\t¬"
  b"%gäeü║I█öáÉ\x1D«,E┴"
  b"\x18çÌÄ@I/½L(­/±Å~"
  b"¾\v\x10iKJDŸ¼\x14ÖÁ\x05\x1D™C"
  b"ÿ¶\x11\x03Æ[N‡µiKßÖ‘wq"
  b"Ì‹“q÷\x13Jc»*pwÕa:“"
  b"ma\x7F‡0þNð¾D•AÞ\x11ñ="
  b"n¦2\x16K©LYª\e™?:åi."
  b"ajS}þ@Fž‡^¢ªîCëÔ"
  b"¤ÞY,)§E%Ø\x0Eå\x00ý¾ÿN"
  b"eo\x00¥yÓIf ó„ÇA‚Ò<"
  b"\x1A÷å Nn¦N’Ü"û½Ð"
  b"J³NEúA@\x14ª\x01\x03\t‹Àe"
  b"""
    GQ]×3èAÓ®_\n
    9VânÂ
    """
  b"Rعp»Ä@ô”\x15øÒ]\x0F¤\x04"
  b"É\x16S╬┼´A\x15╣_╚>kÔ\x07­"
  b"ŒZ—ZI\tFJ„BVÍnùÖG"
  b"É‹\3BÖK“€÷x³Q¿¬n"
  b"ŽI*ƒó¥M3¯[V)hÁ]E"
  b")„ä—\x06WJ¥˜/åŒ|ö#€"
  b"ÜP:oPÎFŸ²#­Äº\f!\x08"
  b"\x02š\x16þ¿H@ Úõ\x053¹nŽ"
  b"\x0EÉë█½ILmò\x16ÙËm&nE"
  b"3’;\x04\x14þ@Ó±\x01\x0E\x0F«"
  b".à[J\x15\x14Dý¯k;ã9[“í"
  b"@®6è¥úDÇú{ãfÓÿØ?"
  b"va”\r\x19KE“‰\x18”ä\x1CDÆ("
  b"±CµŠ˜Ò@ý½\x18<ŠÇV\x15Œ"
  b"Õà€9i¹F!šÝæ¬gÝp\x1D"
  b"5\fB▄ÕáEgèüöX%k±V"
  b"¬Üì†\x04êBÙ¸\x11+Õ»" ü"
  b"""
    6 º\x19¸¬J´šÄÈHà«\n
    n
    """
  b"\x1F6û\┴═Ch│=Wì<þIÞ"
  b"•‹A.Äê@ôŽh\x08„üŒƒR"
  b"ß·¿HíŒA¨¼}6™˜µEÑ"
  b"c³‗(©\tL\x03ÇŪ\x1A╬ lÓ"
  b"öqö0\x06ÃBµœ£wBC\t\x1F"
  b"‗Ú¿0Ø┐BoıÞÛÀáj\x04"
  b"ób";K╚B笥3üò└ÕL"
  b"*æŠ\x11¯GI|¥å+%È1Û9"
  b"n—ø\x00ËRDy¦]ž\x1E\x0EþŸ_"
  b"ñ¢J╗»8JüÁç\x05x%QÒÉ"
  b"@ÍM_™FFË«I¬\x11vwp!"
  b"\x1AÈæ7═‗AR£█╩ÿçY'Ø"
  b"d\x01¦~Œ°A?³oú™§ay@"
  b"²^»*ï\rCˆ”\x13.¢"ß™^"
  b")|QöO‡D\x0EŒ€è\x0Fµè­&"
  b"`\x02\vãzeAýôû┬`42Øq"
  b"\t╠ª\\x1EaE²ªIÝ└1xäÉ"
  b"9Éo¿Á(EÚî\x1C¢uS;©l"
  b">”6¦¿²KýŠŒª´¸®ê§"
  b"×\x07'6a\x14AÛ¬ýè–.Š0ù"
  b"ž/ø+ø:I&˜ûJ‹¸2\t×"
  b"Å\x18ª\x06ŠÈKÞ…ˆ€ª¼õêº"
  b"Èã œsYI÷œªÂÙ:\x02\x7F\x13"
  b"ÕÔ¡\x7F\x14»Aà¢Iü╣ƒ╚─ò"
  b"ö)Už»áDA©ñM\vÒ™ÃK"
  b"\x7FÒ¶VvETžøpÔ²bƒC"
  b"RkR2\ehMg´L\x04_V\x07"
  b" +\x1C=└'MY│örü×\x18Ã`"
  b"/¡©,A.M9¨¤ud|ÀR\r"
  b"k³¤┴\x17┤Dð¢sº ¹bAØ"
  b"çwÂ\x05‡ÞFæ„àæ¸ó^TÛ"
  b"ãº4M€›Dxž\x01õŸ«\x1Dµh"
  b"¥´N©ßrLq¹w•\x17âT\x1Dú"
  b"¡‗ïØìÜA\x08┐×ÿU Oys"
  b"óºÿ´ý˜M1†‘çl!½_<"
  b"Ê•\tjS™I8€­B±\x1DŠ‰\x04"
  b"ÿ#Íâ*¸MÊ°\rƒñ¼.m\x04"
  b"–iñùæ»Fp£érŠÖ1#‚"
  b"Â\x15\x08\x14ØúB>áá\x15y#Ê\x07U"
  b"\x03\x13V}.N╣®SÊA\x00üFy"
  b"\x164\x06`è>C×±?,¦çºˆ\x1D"
  b"Vkëþ_ŽF\x1A…S/×9’\x00æ"
  b"óaÃÝÅÀM7ëþ©»Ñ╚óB"
  b"│5yÂÌËIXè\e\x03O─Å÷\x10"
  b"Ó\x03\x14ËêPM\x1EÆ\x07aqü;¨;"
  b"*šéðM%B\x08±\x15®Ë©ðUŒ"
  b"ê╣±┐ÞûAfçò╗┼ÐÀ\x10É"
  b"4ËËc.\x15K]¶\x1DtôÂÑn\x1F"
  b"Ìèý‘ûUG2³Õ.Eñx\x12V"
  b"}}k×orBY░i\tÉ╠├¤5"
  b"él▄}5\x01@VÅ\x7FR>\f-WÕ"
  b"""
    \n
    \x18á±DÔ€\x08NçYŸÎ\x03
    """
  b"U–’ý\v{EŒž¶\x13ßN1²5"
  b"▄;Y"þ2@µíÊÒÏ╔ÔÅ\x01"
  b"³òÒéOæJ™¶â€Ló6èÞ"
  b"\rq%\*cHœˆ‰\x15µ?øf)"
  b"ÖP»ë2#IE Á…çÒc‰1"
  b"äK㜅˜EȉÚ@\x01ßÕ_ì"
  b"\x19ÆÊ\x19@È‚Af»¾Æ\fG"
  b"À“z÷ÙjJé®lé[\e•àr"
  b"ÑûÅ­\x14\x18Jïµ­`\t¤4ç-"
  b"UÏKÿ¥•JÔ‡yxù\x00ÈÞs"
  b"·§Cù4lD┴É┐F]║ä+■"
  b"'ìt'\x02÷Bmºðv╩\x1DÉn\n"
  b"ÖB”‘$ÿCX¶°Š¼©Q±÷"
  b"\x02QmºüîN9‚ÞÏóž\x12¡\e"
  b"H¶þ¸Ý!GXŒÚ\x17…%Ú*\x02"
  b"\x05¦#Î\x02DKƒ± ¬U1@q‹"
  b"µ"\rOV?L=ˆgä\x0FûEsy"
  b"ï7-øš"B·½^x›\x7Fª7œ"
  b"$(s\x0F½VEkÜ╦ƒ£▓aØ_"
  b"\x00\x07ñ▓DÂû/\x1DÓ·ÌìÜ"
  b"""
    *1„\n
    Û¿N©Šµš\x07Ëaþ¿
    """
  b",*7Øí°E╦Ä\x1AgÔcå³­"
  b"\x11hÒÎTìOb¨…ê’Õ•ÝH"
  b"c\x0FæEV­CR‹\x03š¨ž\x1Fìß"
  b"gy»\x0FûÚO═¡[¨½Øû┴³"
  b"æž°Å“iN—¥ÂŽË}ξ…"
  b"þ£±\x00p$Jyœ£¦=”æó‹"
  b"Çë´╚éùGü¡L\║╬jx\x7F"
  b"\x7FmI«ˆ¡Dc¥ó\x06t‰X¸Â"
  b"2Â×\x08hdN\x1Dº¼¢\e!ªìÿ"
  b"·éé+£&Jª“wn?ê÷¦í"
  b"▄³Ç/KîJóâÞùjÎ┼Ýü"
  b"\x03Ÿ`|\x10@¾œŠÑJCHSi"
  b"ÜS~¼ë÷F¦™Ë1'?£d˜"
  b"þt}2{ãDØ│\x1CÔ\x1F╔^\x06\x13"
  b"■¼[ìëCE¯ùòÎ\x16║Ô\x1Dü"
  b"\vÿ¹&A\½Â¦2G\x1A"
  b"\³q]k¸@O’5JÑùD\x01Ï"
  b"Ý>·KAÉE#רùSµWfÑ"
  b"\x17\fD\x07§ÃG\x11ž\x07Uv"
  b"ûõP╬LøH┴É\x12\x0EK\x1CXâù"
  b"‘Q\x7F«<öJÌ‹]\x07)\fµ\x14s"
  b"\x1CFúü\x7FóIÉìn0EFZD1"
  b"\t\x1Cŵg<Iê®o\x08\x04\x1F6G"
  b"\v\x10ar²\eNH·Ô©Ö¯àrã"
  b"/fë^\x15<@ù┤üº\x18Ì\x0ElR"
  b"a®ˆJ\x17¾B œ²\x04dßQ¢»"
  b"e\x14ÑdàŸD‚‰ÚI~4b}\x7F"
  b"qN!.\x1A/@~│ÅvC╚¢8b"
  b"8M\x178ö'Dl²Í\x05Ôœ_-Þ"
  b"TæëêÆ×L£»‹‚€µ/ÝQ"
  b"\x0F[¾^e”M¨ŸÌú‡ï£‰%"
  b"""
    \n
    \x17¤ØFæétý5Õ>│õ
    """
  b"/A\x0EÝõ±LÀ…0Þžs\x1A2&"
  b"Ê\x12µmÊ\x16I·™ú—ñ´†Äˆ"
  b"°CMü\x18»E\x7F░£0æ╝┬┤="
  b"©&ª\râôBh»ŽÍ(D\x16»Ÿ"
  b",▀fûbpKlÅ"5\x15┤M;E"
  b"ËSµ…åÃM=£¾í\x0FK|4ü"
  b"jür!ä5J\x18Ĭ\x05─þªâ▓"
  b"""
    nÔ"¡ÿ&M\n
    •þ)$G©\x1C;
    """
  b"6\x16ÉÇûXC\tºìUÒZ€_~"
  b"^v┤ë░OMúí\x0Ej╣«.gÉ"
  b"È\r†¥´?C9…W\x03‘O\rÿl"
  b"Ñ▄)c7¾D\fÅ\x1ET\x19■éqv"
  b"tŸ·8\x1E]Fn–=\x19Ø5GŒo"
  b"ª═sy▄ìD@ó¿@ÔæòÅ\x01"
  b"Ž¾+,ÌHI‚²®+Èç_Di"
  b"aØÞ EîCì¡êõIã3\fÍ"
  b"ÅóVùò<B6ìé¥\f²╚; "
  b"Î\x7FÈF‹°M\x1E¤÷±¤QªG"
  b"■2õ¿\x08àAFü{\x18oy¼\x1AÕ"
  b"HZ6Å°6J>¾\x15 9U•ÜÐ"
  b"»è╝\x15_SI╠ªOØ)©z@┌"
  b"Ñ\x1Fó\x00Ÿ\x04Mj€¬ë•ÓãÕh"
  b"í│ó"wMLR¥§u;5\x12\x03Ø"
  b"é3Tb╠¹Eýî┴\x17(B>üb"
  b"(‚”O=9Fq¶dzÖV€†ú"
  b"|b_pT½AõæÒPµª¿Ø{"
  b"©d©W EO\x06¨ë~¥%~oý"
  b"""
    8\x1FøŠ\n
    hCû³Ú&ý½-ÜT
    """
  b"Ž;dz5QE„¢yÕ-æcåå"
  b"6„A\x15XÓMõ¸‡5‚#òÔg"
  b"ÆP\x02#ÔAN:¼èÕ¿f'ŠË"
  b"7142╚gF\x1Cæ§à\x18ÍØ\t\x1A"
  b"Bl͵Z╣Eäì┐Ö╗wÝð¯"
  b"“MêfßuK@‰ã¸VÞ[­"
  b"9l첂\x17B³…\x1Fª\x01\x105x€"
  b"‗É|\x07PÂEMò\x05Ú<±ý>Ú"
  b"=ßF\x13{\x1AGuèüg'\x10¿`"
  b"Nıj,\x07ÌC\x14Ø\x7FO7'{█A"
  b"aDñ@e–†c/ä\x1ECF"
  b"ÃE%¦Œ™G!‚\x1F"Ïàa|É"
  b"¿lß¿È‚A¢€jC¯.<‰½"
  b"ö’.ݨ\x17H<žh \x06éÇ÷2"
  b"\x15­-ÕBxªkÍ®"\x1D\vò"
  b"~+Ök]cD”‹ä\x01ÖŽ˜gð"
  b"ÀÂ\x1CxL®C£±þϹÀé[†"
  b"…\LÚ„ÿN\x00½u|Áymþ€"
  b"Ç#ô³v»Gd¥“Gˆ\fó×È"
  b"V;\x04Ù)UEÒ—‚ƒó\x1EIÊ…"
  b"•$øx¢ËI\x06–úV\x0E™CŸ="
  b"Ñ€\x19K½ÇOC¶…•ÛÞ¼[u"
  b"\x1CX\eÞQmLf¶\x13=\vVMŠ"
  b"■┘mÅ┬╣Lﬠ▒é┐-À["
  b"òC\x11]U\x11B9¶"A“4$ÃI"
  b"o«Å¢╬\x04LJïÈ{[¯4Üh"
  b"Ê{A\x10è1O\x17¤§²„\x06”Åi"
  b"$\x06\x01BH½J†»{±Ô=²—Ô"
  b"\x0F»Á.Ð█Kxíü)ìÉg= "
  b"jHÇi"6Køˆ¾\x04[M\x1DeX"
  b"|@q¡”RNø˜š{®Õ"ú\x05"
  b"ü┐.­rÍNÔ│MEY¯╚<p"
  b"ìãõól\x1AM\x00°\x0Fa®¸XTñ"
  b"J¢&╦\x16ÁIhï[\x0F,¯3Øó"
  b"œ“;‘¼XGO­±§ã¤g¥‚"
  b"▒ ¶3\eòHjÅM,¥=Éqÿ"
  b"\x00Æ\e=q\eLÀ³UûÛg\x10ÊS"
  b",\x16\x0FÄTdHÒ¨‘̽‹ªHî"
  b"W\x00\x00ÀM’EñªB<å-\x18®T"
  b"=gÒ[D\x15DuŒ×N\x1D1\x18ÂL"
  b"\x02gšI@]®§LqIåçÔ"
  b"å-)6/üB\x10│║5,È­âð"
  b"«äÑ\x14.@K¿‚Vx’»Dg\x1E"
  b"¾òU@9éHò´ý˜å_ø§m"
  b"ž±×kòrJ\x7F»]\x14ÃYP;¯"
  b"\tÂCD%]N\r¤yk\x14æLHŸ"
  b"\x1D®Å*û¦B\x13§OÖ6ðÌÁæ"
  b"Êtæ\e-=L¿•s\x1D`‹ÕÌ¿"
  b"+À`\x12Í\fFƒwfټȩ)"
  b"Ô█\x10\x08└ÉKô┐ç2±6Ól0"
  b"œ˜2#\x7FYIĺc†Ž\#'u"
  b"\x03MM\x0EˆyMº‘àøëpÎ8Ç"
  b"Œƒ¸¸¦oK”š"äÛ”±dÎ"
  b" ½o0\x7FìDÏ┐╝»ãjhÚ\n"
  b"\x0E‗þ╦Nòüx`çÃ6ÇB"
  b"GüVl»ÖIš©‰!¥ö±pŒ"
  b"iL÷Å÷\rI\e‚z\ràDz\x1CÕ"
  b"ÅÃÔ¼Ö\rO┼ÖhtYS\x14ê "
  b"«Ø€±)\eD–©y\x07\x06Oušq"
  b"àDe\x14├┬IܪÀx\v\x10ÖwÉ"
  b"Û╠q8­\x18O2ì╗┼¡nküE"
  b"á$v'^\fF²œõè~PÎú~"
  b"_~ŒdãÀNo°ßÑ \x01¸B\x16"
  b"lJü( ÇK/»\x1A¦▒Ïh;Ý"
  b"""
    ôs]Й\n
    L:˜\x0Fœi\x7Fg::
    """
  b"mVÉ\x07\x17¦MıëéfÝþ\x13Ôå"
  b"šÜl¢ˆPI‚‹3\t\e/PŒ="
  b"\x0E\x15É2C║åS\x16  Á³ö"
  b"€Ö]U¿5C®µÊîC\x17\x05"
  b"Ü‹ñL\e3B\t›bB–kµTy"
  b"ùÇùq\x11–@¬¹‰¡\x04¢\x1FKM"
  b" 9mÿ\x00\tLŽ«X€…rhÀ„"
  b"z0\tRbüK┌ûQc\x08áïD‗"
  b"»uŸù!òDEºS>”Šáo‰"
  b"\x15‰»L/!Jp…\x1F"ù^R‹­"
  b"""
    \x1C\x06ÏÀñ\n
    I ¨È«“Âqfg
    """
  b"]¢¥jkùCMŒÏÖ†[šŽò"
  b"Ö\x1C\x0E¹Ý)M‗æçn£¦ü1ı"
  b"\x05ˆóíf—@Q ¥ÓB7|æ\x08"
  b"X‡\x0Fñþ.M ¹ˆ±z \x03ç\x1E"
  b"dg‹¯Ñ\x0FE›¡ô9®“)0¬"
  b"¦\x02|VYÐJ܃!s\x07\rw"
  b"w*[PÍNKz«é|.\x1Aeâq"
  b"\x07Ÿ7¶›ÇA‹³7öZ'–\x1CŸ"
  b"3ͲG\x009@¯ÑV¦▓W\x04\rØ"
  b"Ð{u%\x1AÒAJü\x04±Å°ò²7"
  b"Ú;Z6@ƒAxÂ?ìG&Ùu³"
  b"\x10&ì½Å.L=°¥T\x1D‘EQB"
  b"#Éwù9¬A\x1CÀNs¨y░ ▒"
  b"S\x0E¡iO▓LÏäÙü´K\eém"
  b"\x08æ\x1C=\x01…C¿°\vÖ¨RÀ”€"
  b"ß$#\x17ºÛEí¾°^•\x1Aß*©"
  b"\x1EójŠÊ5EC¢ “ƒøvô\v"
  b"Ó:¢H²\x1AM\r½|áÊÐ׃ï"
  b"Ã;,\x15–sDå û’Dû™QÓ"
  b"Û\x1F\x11\tKp@µ”Ê=ƒ©\x1A"
]
69 0.30 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
70 0.46 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`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¿"
]
71 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¿"
]
72 0.29 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
73 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:
[]
74 0.12 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
75 0.28 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
]
76 0.30 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±Éêϼ)"
]
77 0.23 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"
]
78 0.55 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"
]
79 0.32 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©¼"
]
80 0.38 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"
]
81 0.20 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:
[]
82 0.23 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "pl-PL"
]
83 0.53 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"\x16V\x1F\x02A™Iþµ¬a¤îlb\x11"
]
84 1.20 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/16561f02419949feb5ac61a4ee6c6211"
  "/navigation/8bfb5f54f8d34fa6b86ba8336d438e89"
  "/navigation/0193cfcccd7078a2a32f8b516d26db3f"
  "/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"
  "/detail/018d16e68345701eb84db951f8a83516"
  "/detail/018d16e640c1738eb4b1bc7421d367bf"
  "/detail/018d16e5fd317298ad8d9ce3e559330b"
  "/detail/018d16e5bd7a7056a75b3e9d8dbb06cb"
  "/detail/018d16e2467972b7a20f4d3ededc2d9e"
  "/detail/018d16e1653172c582fced529c45f2aa"
  "/navigation/ae3af602f8104043927f0024a649532f"
  "/navigation/751de9adb7174f75b82bd7b93d184f06"
  "/navigation/019329bfe1317f6a99a7aa77462ed96e"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"|\x0E}»æÅOíŽ8®#ŸÕ\x19"
]
85 0.70 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.