GET https://staging.b-cube.com/navigation/c4673cef5b422f4db230feaefd50db06

Query Metrics

293 Database Queries
126 Different statements
2953.33 ms Query time

Queries

Group similar statements

# Time Info
1 0.50 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:
[]
2 0.23 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
3 0.17 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
4 0.17 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
5 0.22 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
6 0.86 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"óZž9ÌíD܆w¯^Xƒ\x1E×"
  "bad/badaccessoires"
  "bad/badaccessoires/"
]
7 0.23 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.19 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 0.28 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
10 0.22 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
  "Mh5gnYtnTwc4c5fKhAViWuxhDF5r8AEI"
]
11 0.10 ms
# context-factory::base-context

        SELECT
          sales_channel.id as sales_channel_id,
          sales_channel.language_id as sales_channel_default_language_id,
          sales_channel.currency_id as sales_channel_currency_id,
          currency.factor as sales_channel_currency_factor,
          GROUP_CONCAT(LOWER(HEX(sales_channel_language.language_id))) as sales_channel_language_ids
        FROM sales_channel
            INNER JOIN currency
                ON sales_channel.currency_id = currency.id
            LEFT JOIN sales_channel_language
                ON sales_channel_language.sales_channel_id = sales_channel.id
        WHERE sales_channel.id = ?
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
12 0.19 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, `sales_channel.currency.translation.name` as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields`, `sales_channel.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `sales_channel.translation`.`home_slot_config` as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.`home_enabled` as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.`home_name` as `sales_channel.translation.homeName`, `sales_channel.translation`.`home_meta_title` as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.`home_meta_description` as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.`home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.`language_id` = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.`currency_id`, `sales_channel.currency.translation`.`short_name` as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.`name` as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.`custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.`language_id` = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
13 0.17 ms
# base-context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?))
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
14 0.12 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
15 0.09 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"0iãÛ¯OA힌‰¿ÕW]Ø"
]
16 0.08 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
17 0.07 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
18 0.06 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
19 0.10 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.`tax_rule_type_id`, `tax_rule.type.translation`.`type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.`language_id` = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x12 €.VtL¹±'´åįŗ"
  b"XÖ^¹~\x08C«™\r\x1E*æIú\t"
  b"ãé°\x08A│Hƒìy\x05ƒ\ff\x19ª"
]
20 0.19 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÖÂ\x14£`¦A’ž\x10|éú°R\x00"
]
21 0.25 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"3yÒžq\x1EDW¾9¿\x1F\x05Ò¬\x19"
]
22 0.09 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"0iãÛ¯OA힌‰¿ÕW]Ø"
]
23 0.15 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "Mh5gnYtnTwc4c5fKhAViWuxhDF5r8AEI"
]
24 0.67 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
25 0.18 ms
# cart-rule-loader::load-rules::read
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"P‘t\x11#’F\x06 \x7F\x02ïêì"
  b"uê#«z\x1ACGž\x1FE\x17Ò_I?"
  b"\x06\x15æ±c:E}‡5ŒxdåfS"
  b"\x0E\x16|?DUBb˜\x1Ec¿5ËÌÍ"
  b".╬'kÉêM"Àfd\x00Üudc"
  b"\x1Aº\x18÷G6¾“ÓL¡\x1D¡Š"
  b"2\x04Ôm«ÈA\x0F¾½{£ñ\x18ס"
  b"E\x14æÇŽ%C\x10½\x05?\x0Eÿ@•Ö"
  b"""
    H$Ôа\n
    K<«A¯ŽfÁ­å
    """
  b"\x1Fª<\x1A@é½{úŒÂ_(×"
  b"""
    IÞZ\n
    cÛFs½Ö’dk\Ü*
    """
  b"K*ÁrıHéÅaÄ$ôGb]"
  b"m¯/™0ÚD\x11£MÖÁÕñŽÜ"
  b"~²Er†´G„‰øð\x02–/2\x1A"
  b"­º\fÙÙ\x1ENè­SÇ`_\dç"
  b"║U\tò«1L]¼«¾\x12ÉÍV▒"
  b"µà\x1E╔V5H\rôbü{¸ë¹■"
  b"è\x17šVT0K¤ \x05Ú*O\x06®›"
  b"¸õ¢\x07g\x7FCìá_┐sw\x18þ\x07"
  b"ùÈ\x08\x13srE…½¤ˆ\x1AÊ\x7F˜Q"
  b"\x08+–·0{B¬‡“\x04¾S­êš"
  b"""
    ~7\x14Ϊ¹@\n
    ª€\x08ÑÍ˧2
    """
  b"º\x1C–„þ·DE‹É\rÁŒê¬*"
  b"E▄¼èú╝H°ÉÛó\ródÃ\x1E"
  b"\x7Fe\x02†ÙˆK\x1Aˆª7º|\x0FÕ¬"
  b"µ-×\x12×\x04C"ˆ\x12¯aR\x03\x1Ej"
  b"1·âú`­I¼¯æ\x16Ü\x11ºÞ+"
  b"\x01Å>ÂBqwh»é ù$5â\x1E"
  b"╦ÅÌ@ßÊHP¡Áj\x0F×╬?®"
  b"ãÝж²?Dì¤\x13ÆFN2jB"
  b"nüE└áoMüó'\x19Øï|÷ì"
  b"PÆC>NoOýŸO°¶¦ô&#"
  b"Zð”ÌÔþIc’˜\x03mâub3"
  b"-2ضp9F˜£„\x7F‰ÃàªÕ"
  b"û©\x1AAõGA£©\x11kÅäzƒP"
  b"¤döº¬»N\x14¿i\x10˜yFr\x19"
  b"─«\t7z>Liü┤‗`õ+8¼"
  b"\x01ì|┴└`qQ½\v¶¤Pº;├"
  b"\x01Ž\x18Üñ½tßž\x1C\x0EèÆ±"
  b"\x01É̤╠ÞrnÖe%\x17lÑm!"
  b"\x01ò­bϬ~ZüE«ÐEU\x10ì"
  b""\x13õØ░╚FÚÂüʱøU²¡"
  b"x┬üÅ\ÃO╣ÅxjısÀWÀ"
  b"ã¼ç¡\x1C®Kìô\x14¸Û³X§1"
  b"äEï‹$\x11M\x1F¸\x18LžY\f"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]
26 0.23 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
27 0.24 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì|┘£yroóU\x0E\x1A±'▀R"
]
28 0.10 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ì|┘£yroóU\x0E\x1A±'▀R"
]
29 0.21 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
30 0.07 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ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
31 0.13 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\o›\t‹ÁJ몪'õD\x07¿V"
]
32 0.08 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"\o›\t‹ÁJ몪'õD\x07¿V"
]
33 0.08 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
34 0.06 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
35 0.09 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"óZž9ÌíD܆w¯^Xƒ\x1E×"
  b"0iãÛ¯OA힌‰¿ÕW]Ø"
]
36 0.21 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
37 0.19 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì|┘£yroóU\x0E\x1A±'▀R"
]
38 0.07 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ì|┘£yroóU\x0E\x1A±'▀R"
]
39 0.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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
40 0.08 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ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
41 0.12 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\o›\t‹ÁJ몪'õD\x07¿V"
]
42 0.08 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"\o›\t‹ÁJ몪'õD\x07¿V"
]
43 0.07 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:
[]
44 0.06 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:
[]
45 0.23 ms
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) ORDER BY COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`shipping_method.translation.customFields`, '$.acris_checkout_shipping_preselect_priority')) != "NULL", JSON_UNQUOTE(JSON_EXTRACT(`shipping_method.translation.customFields`, '$.acris_checkout_shipping_preselect_priority')) + 0.0, NULL)) DESC LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
46 0.20 ms
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b">UÉ\x15=*O·½q¡\x05wl|à"
]
47 0.12 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
48 0.17 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì|┘£yroóU\x0E\x1A±'▀R"
]
49 0.09 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ì|┘£yroóU\x0E\x1A±'▀R"
]
50 0.19 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
51 0.07 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ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
52 0.13 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\o›\t‹ÁJ몪'õD\x07¿V"
]
53 0.07 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"\o›\t‹ÁJ몪'õD\x07¿V"
]
54 0.07 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:
[]
55 0.05 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:
[]
56 0.12 ms
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) ORDER BY COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`payment_method.translation.customFields`, '$.acris_checkout_payment_preselect_priority')) != "NULL", JSON_UNQUOTE(JSON_EXTRACT(`payment_method.translation.customFields`, '$.acris_checkout_payment_preselect_priority')) + 0.0, NULL)) DESC, `payment_method`.`position` ASC LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
57 0.15 ms
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"‡EùÔ`\x17L³–¦ÖäT8c¾"
]
58 0.08 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
59 0.14 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì|┘£yroóU\x0E\x1A±'▀R"
]
60 0.12 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ì|┘£yroóU\x0E\x1A±'▀R"
]
61 0.17 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
62 0.07 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ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
63 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\o›\t‹ÁJ몪'õD\x07¿V"
]
64 0.09 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"\o›\t‹ÁJ몪'õD\x07¿V"
]
65 0.07 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:
[]
66 0.13 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:
[]
67 0.06 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
  "Mh5gnYtnTwc4c5fKhAViWuxhDF5r8AEI"
]
68 0.07 ms
# context-factory::base-context

        SELECT
          sales_channel.id as sales_channel_id,
          sales_channel.language_id as sales_channel_default_language_id,
          sales_channel.currency_id as sales_channel_currency_id,
          currency.factor as sales_channel_currency_factor,
          GROUP_CONCAT(LOWER(HEX(sales_channel_language.language_id))) as sales_channel_language_ids
        FROM sales_channel
            INNER JOIN currency
                ON sales_channel.currency_id = currency.id
            LEFT JOIN sales_channel_language
                ON sales_channel_language.sales_channel_id = sales_channel.id
        WHERE sales_channel.id = ?
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
69 0.20 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, `sales_channel.currency.translation.name` as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields`, `sales_channel.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `sales_channel.translation`.`home_slot_config` as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.`home_enabled` as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.`home_name` as `sales_channel.translation.homeName`, `sales_channel.translation`.`home_meta_title` as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.`home_meta_description` as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.`home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.`language_id` = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.`currency_id`, `sales_channel.currency.translation`.`short_name` as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.`name` as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.`custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.`language_id` = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
70 0.08 ms
# base-context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?))
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
71 0.23 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
72 0.10 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"0iãÛ¯OA힌‰¿ÕW]Ø"
]
73 0.10 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
74 0.08 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
75 0.12 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.`tax_rule_type_id`, `tax_rule.type.translation`.`type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.`language_id` = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x12 €.VtL¹±'´åįŗ"
  b"XÖ^¹~\x08C«™\r\x1E*æIú\t"
  b"ãé°\x08A│Hƒìy\x05ƒ\ff\x19ª"
]
76 0.16 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"‡EùÔ`\x17L³–¦ÖäT8c¾"
]
77 0.17 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"3yÒžq\x1EDW¾9¿\x1F\x05Ò¬\x19"
]
78 0.07 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"0iãÛ¯OA힌‰¿ÕW]Ø"
]
79 0.12 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "Mh5gnYtnTwc4c5fKhAViWuxhDF5r8AEI"
]
80 0.08 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
81 0.15 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì|┘£yroóU\x0E\x1A±'▀R"
]
82 0.08 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ì|┘£yroóU\x0E\x1A±'▀R"
]
83 0.14 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
84 0.07 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ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
85 0.12 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\o›\t‹ÁJ몪'õD\x07¿V"
]
86 0.07 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"\o›\t‹ÁJ몪'õD\x07¿V"
]
87 0.07 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:
[]
88 0.06 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:
[]
89 0.07 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
90 0.14 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì|┘£yroóU\x0E\x1A±'▀R"
]
91 0.07 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ì|┘£yroóU\x0E\x1A±'▀R"
]
92 0.15 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
93 0.07 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ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
94 0.11 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\o›\t‹ÁJ몪'õD\x07¿V"
]
95 0.07 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"\o›\t‹ÁJ몪'õD\x07¿V"
]
96 0.07 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:
[]
97 0.06 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:
[]
98 0.10 ms
SELECT module.module, module.response FROM wbm_data_layer_modules module
Parameters:
[]
99 0.08 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "Mh5gnYtnTwc4c5fKhAViWuxhDF5r8AEI"
]
100 0.20 ms
# header::languages::search-ids
SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id`  LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id`  WHERE (`language.salesChannelDomains`.`sales_channel_id` = ? AND `language.salesChannels`.`id` = ?) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
101 0.13 ms
# header::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.productSearchConfig`.`id` as `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¾╠│ióDM\x14éæ·\x16iGÑü"
]
102 0.14 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"¨§iJ\x169J$ŽA\x0FXZxg…"
  b"¨§iJ\x169J$ŽA\x0FXZxg…"
  b"¨§iJ\x169J$ŽA\x0FXZxg…"
]
103 19.95 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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 (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` 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`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|a8a7694a16394a248e410f585a786785|%"
  1
  5
]
104 0.21 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|a8a7694a16394a248e410f585a786785|%"
  5
  true
  true
]
105 0.25 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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 (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` 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"¨§iJ\x169J$ŽA\x0FXZxg…"
]
106 0.12 ms
# header::currencies::search-ids
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id`  LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id`  WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
107 0.08 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
108 0.07 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"™~ß/ñýI)¾›k×rt¦Æ"
  b"™~ß/ñýI)¾›k×rt¦Æ"
  b"™~ß/ñýI)¾›k×rt¦Æ"
]
109 0.12 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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 (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` 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`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|997edf2ff1fd4929be9b6bd77274a6c6|%"
  1
  3
]
110 0.07 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|997edf2ff1fd4929be9b6bd77274a6c6|%"
  3
  true
  true
]
111 0.10 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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 (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` 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"™~ß/ñýI)¾›k×rt¦Æ"
]
112 0.07 ms
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain`
Parameters:
[]
113 0.08 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE (`language`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¾╠│ióDM\x14éæ·\x16iGÑü"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
114 0.06 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"B¡Í.ÅÆId¢¸…"`á7‡"
  b"B¡Í.ÅÆId¢¸…"`á7‡"
  b"B¡Í.ÅÆId¢¸…"`á7‡"
]
115 0.11 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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 (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` 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`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|42a1cd2ec5c64964a2b8852260e13787|%"
  1
  4
]
116 0.06 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|42a1cd2ec5c64964a2b8852260e13787|%"
  4
  true
  true
]
117 0.10 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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 (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` 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"B¡Í.ÅÆId¢¸…"`á7‡"
]
118 0.38 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Äg<ï[B/M²0þ®ýPÛ\x06"
  b"Äg<ï[B/M²0þ®ýPÛ\x06"
  b"B¡Í.ÅÆId¢¸…"`á7‡"
]
119 1.33 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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 (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` 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"\x04RŠ_ 91L‹peɲÏ\x11E"
  b"""
    \x05ä禒\n
    äC›·sƒ\x18*)Ò
    """
  b"\x108—mNÉëDµ…\f\x18·p\x7F"
  b"\x11ÀGÕ\r—çI€”êac\x10 ¯"
  b"0ö$\x01ÎJâ@¸]\e\x19Ï;߉"
  b"2°Ë}ç–%I­ìÒó®\rÉÉ"
  b"AT-øÜ\x0EéJâÜëØY░╣Õ"
  b"OjÁ@Ïu²L­v¥¨ÿ>\x03q"
  b"O¸šF8¢Ù@Ž\x06êdÅ\x16(\x7F"
  b"n\x13\x171]l?D†îƒFlryN"
  b"q€\x10ÂôõsH–šõl ²Lt"
  b"{ÁùMã‘\x05LµE³EgO£”"
  b"ä6{wVú|O»q\x10h╦ÄýØ"
  b"ì´?·¡▓¸H│æÉ\x1A Bó▓"
  b"É\x15о!ûõ@îâß\x15ÑK┬ý"
  b"˜÷kŽP\x04cB—Y«~\x07ÛAÞ"
  b"™;_ݳ[ãG‡|ÇAc]«Ñ"
  b"»\x12\x04½»YÓC“–\x1EÃ5«™]"
  b"╚Q├\x12╔▄äCüfÄ╩¶Î┬;"
  b"Êw\x17Ša÷\fI–e·É‰×\x08¤"
  b"ËÔ\eX¥e¯GŸÀj\x0Ek;˜¹"
  b"щpQX\x1E\fB‚­3ø\x00’Ua"
  b"Ïæ\x0F6\x7F\x05ZDâ╬S\tÓWÅ╚"
  b"Ý*û€RøŸN™ÄB&‡Âùˆ"
  b"ßıýû#»òIÅ│D B¯æ\x15"
  b"åüµ»a’AM¬%_\x11\x10Ú¦§"
  b"èR²ãBòÞAžk\x08ËG‡\x14]"
  b"êýrƒ\x03¿ˆJ…ŸÜ4ÌTiì"
  b"¹\x01)ýp\x01JNÅH║ÎÜ&└¥"
  b"Äg<ï[B/M²0þ®ýPÛ\x06"
  b"B¡Í.ÅÆId¢¸…"`á7‡"
]
120 0.17 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
121 0.05 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "IntediaDoofinderSW6.config.%"
]
122 0.08 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
123 0.04 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"ÖÂ\x14£`¦A’ž\x10|éú°R\x00"
]
124 0.05 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
125 0.06 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
126 0.30 ms
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt`, `sales_channel_domain.language`.`id` as `sales_channel_domain.language.id`, `sales_channel_domain.language`.`parent_id` as `sales_channel_domain.language.parentId`, `sales_channel_domain.language`.`locale_id` as `sales_channel_domain.language.localeId`, `sales_channel_domain.language`.`translation_code_id` as `sales_channel_domain.language.translationCodeId`, `sales_channel_domain.language`.`name` as `sales_channel_domain.language.name`, `sales_channel_domain.language`.`custom_fields` as `sales_channel_domain.language.customFields`, `sales_channel_domain.language`.`created_at` as `sales_channel_domain.language.createdAt`, `sales_channel_domain.language`.`updated_at` as `sales_channel_domain.language.updatedAt`, `sales_channel_domain.language.locale`.`id` as `sales_channel_domain.language.locale.id`, `sales_channel_domain.language.locale`.`code` as `sales_channel_domain.language.locale.code`, `sales_channel_domain.language.locale`.`created_at` as `sales_channel_domain.language.locale.createdAt`, `sales_channel_domain.language.locale`.`updated_at` as `sales_channel_domain.language.locale.updatedAt`, `sales_channel_domain.language.locale.translation.name`, `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name`, `sales_channel_domain.language.locale.translation.territory`, `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory`, `sales_channel_domain.language.locale.translation.customFields`, `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields`, `sales_channel_domain.currency`.`id` as `sales_channel_domain.currency.id`, `sales_channel_domain.currency`.`factor` as `sales_channel_domain.currency.factor`, `sales_channel_domain.currency`.`symbol` as `sales_channel_domain.currency.symbol`, `sales_channel_domain.currency`.`iso_code` as `sales_channel_domain.currency.isoCode`, `sales_channel_domain.currency`.`position` as `sales_channel_domain.currency.position`, `sales_channel_domain.currency`.`tax_free_from` as `sales_channel_domain.currency.taxFreeFrom`, `sales_channel_domain.currency`.`item_rounding` as `sales_channel_domain.currency.itemRounding`, `sales_channel_domain.currency`.`total_rounding` as `sales_channel_domain.currency.totalRounding`, `sales_channel_domain.currency`.`created_at` as `sales_channel_domain.currency.createdAt`, `sales_channel_domain.currency`.`updated_at` as `sales_channel_domain.currency.updatedAt`, `sales_channel_domain.currency.translation.shortName`, `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName`, `sales_channel_domain.currency.translation.name`, `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name`, `sales_channel_domain.currency.translation.customFields`, `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain`.`language_id` = `sales_channel_domain.language`.`id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain`.`currency_id` = `sales_channel_domain.currency`.`id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language`.`locale_id` = `sales_channel_domain.language.locale`.`id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation`.`locale_id`, `sales_channel_domain.language.locale.translation`.`name` as `sales_channel_domain.language.locale.translation.name`, `sales_channel_domain.language.locale.translation`.`territory` as `sales_channel_domain.language.locale.translation.territory`, `sales_channel_domain.language.locale.translation`.`custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation`.`language_id` = ?) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation`.`locale_id` = `sales_channel_domain.language.locale`.`id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation`.`currency_id`, `sales_channel_domain.currency.translation`.`short_name` as `sales_channel_domain.currency.translation.shortName`, `sales_channel_domain.currency.translation`.`name` as `sales_channel_domain.currency.translation.name`, `sales_channel_domain.currency.translation`.`custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation`.`language_id` = ?) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation`.`currency_id` = `sales_channel_domain.currency`.`id` WHERE `sales_channel_domain`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VSÔ¯ªPN\x10´{[<Õ\x7FÖÁ"
]
127 0.16 ms
SELECT `intedia_doofinder_layer`.`id` as `intedia_doofinder_layer.id`, `intedia_doofinder_layer`.`doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId`, `intedia_doofinder_layer`.`doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId`, `intedia_doofinder_layer`.`doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId`, `intedia_doofinder_layer`.`domain_id` as `intedia_doofinder_layer.domainId`, `intedia_doofinder_layer`.`trigger` as `intedia_doofinder_layer.trigger`, `intedia_doofinder_layer`.`name` as `intedia_doofinder_layer.name`, `intedia_doofinder_layer`.`status` as `intedia_doofinder_layer.status`, `intedia_doofinder_layer`.`status_message` as `intedia_doofinder_layer.statusMessage`, `intedia_doofinder_layer`.`status_date` as `intedia_doofinder_layer.statusDate`, `intedia_doofinder_layer`.`status_received_date` as `intedia_doofinder_layer.statusReceivedDate`, `intedia_doofinder_layer`.`created_at` as `intedia_doofinder_layer.createdAt`, `intedia_doofinder_layer`.`updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer`.`domain_id` = ?)
Parameters:
[
  b"VSÔ¯ªPN\x10´{[<Õ\x7FÖÁ"
]
128 0.09 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
129 0.08 ms
# generic-page::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
130 0.17 ms
# generic-page::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"a: 7ÉÌM╠║oßTþæÓN"
  b"×A]ý\x02tO)™)T¢V•Ÿƒ"
  b"„ÙNÑ´¥HÀ ,½\x0F]î®\x10"
  b"\x08\x04ä£+¸C\x06░Å5▄`\x00±\x05"
  b"©'xÉ░B²║xX¬D,┌Ñ"
  b"\v}cc±KG?€\x07i4\x1EÜý\x04"
  b"\x7Fü¨œÊ¤E´²µ^RÇÞ—¥"
  b">UÉ\x15=*O·½q¡\x05wl|à"
  b"ç\x044už™H\f•ݰµ\x0Ev\x7F."
  b"3yÒžq\x1EDW¾9¿\x1F\x05Ò¬\x19"
  b"Ã#╔XbÄCBÄu\fØn╚´¥"
]
131 0.07 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
132 0.16 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì|┘£yroóU\x0E\x1A±'▀R"
]
133 0.07 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ì|┘£yroóU\x0E\x1A±'▀R"
]
134 0.15 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
135 0.07 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ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
136 0.15 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\o›\t‹ÁJ몪'õD\x07¿V"
]
137 0.07 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"\o›\t‹ÁJ몪'õD\x07¿V"
]
138 0.07 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:
[]
139 0.06 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:
[]
140 0.09 ms
# generic-page::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
141 0.15 ms
# generic-page::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"‡EùÔ`\x17L³–¦ÖäT8c¾"
  b"B┘/R│,JÆô¬KÅ┌²Z\x1A"
  b"ÖÂ\x14£`¦A’ž\x10|éú°R\x00"
  b"ƒSn+—XN&¯mˆÆ&ªjê"
  b"z´Á“_žNí²\x00i³ÖJð3"
  b"\x0Fé -╦zJ┼רð\x0E'┌p\"
  b"6Ó│Ê╬õLvö^Ï─\vk║É"
  b"`ÜÌå÷?EǬÉÈ÷Ë¥«\x08"
  b"ÖüCÐÑ╩FÃÆ╣é3¡ òv"
  b"\x1AW╩¤µ▄E&┤ØÕ\x01█s\p"
]
142 0.17 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
143 0.15 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì|┘£yroóU\x0E\x1A±'▀R"
]
144 0.07 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ì|┘£yroóU\x0E\x1A±'▀R"
]
145 0.16 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
146 0.07 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ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
147 0.14 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\o›\t‹ÁJ몪'õD\x07¿V"
]
148 0.07 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"\o›\t‹ÁJ몪'õD\x07¿V"
]
149 0.07 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:
[]
150 0.05 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:
[]
151 1.47 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.cmsPage`.`id` as `category.cmsPage.id`, `category.cmsPage`.`version_id` as `category.cmsPage.versionId`, `category.cmsPage`.`type` as `category.cmsPage.type`, `category.cmsPage`.`entity` as `category.cmsPage.entity`, `category.cmsPage`.`css_class` as `category.cmsPage.cssClass`, `category.cmsPage`.`config` as `category.cmsPage.config`, `category.cmsPage`.`preview_media_id` as `category.cmsPage.previewMediaId`, `category.cmsPage`.`locked` as `category.cmsPage.locked`, `category.cmsPage`.`created_at` as `category.cmsPage.createdAt`, `category.cmsPage`.`updated_at` as `category.cmsPage.updatedAt`, `category.cmsPage.translation.name`, `category.cmsPage.translation.name` as `category.cmsPage.name`, `category.cmsPage.translation.customFields`, `category.cmsPage.translation.customFields` as `category.cmsPage.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `cms_page` `category.cmsPage` ON `category`.`cms_page_id` = `category.cmsPage`.`id` AND `category`.`cms_page_version_id` = `category.cmsPage`.`version_id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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 (SELECT `category.cmsPage.translation`.`cms_page_id`, `category.cmsPage.translation`.`cms_page_version_id`, `category.cmsPage.translation`.`name` as `category.cmsPage.translation.name`, `category.cmsPage.translation`.`custom_fields` as `category.cmsPage.translation.customFields` FROM `cms_page_translation` `category.cmsPage.translation` WHERE `category.cmsPage.translation`.`language_id` = ?) `category.cmsPage.cms_page_translation` ON `category.cmsPage.cms_page_translation`.`cms_page_id` = `category.cmsPage`.`id` AND `category.cmsPage.cms_page_translation`.`cms_page_version_id` = `category.cmsPage`.`version_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"Äg<ï[B/M²0þ®ýPÛ\x06"
]
152 0.55 ms
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` FROM `cms_section` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"K0ÌGôOLGœðE3^ï‹\f"
]
153 0.75 ms
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` FROM `cms_block` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    ü\n
    rÛÞ­G\x05ìæ0&÷5§/
    """
  b"Éb¸ªódOÞ│.pU÷XW'"
  b"øÕèb¯çF2Å_\x1E\x7Fú\x1D×"
]
154 2.14 ms
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.swagCmsExtensionsForm`.`id` as `cms_slot.swagCmsExtensionsForm.id`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId`, `cms_slot.swagCmsExtensionsForm`.`is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate`, `cms_slot.swagCmsExtensionsForm`.`technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName`, `cms_slot.swagCmsExtensionsForm`.`mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId`, `cms_slot.swagCmsExtensionsForm`.`created_at` as `cms_slot.swagCmsExtensionsForm.createdAt`, `cms_slot.swagCmsExtensionsForm`.`updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation.title` as `cms_slot.swagCmsExtensionsForm.title`, `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.successMessage` as `cms_slot.swagCmsExtensionsForm.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.receivers`, `cms_slot.swagCmsExtensionsForm.translation.receivers` as `cms_slot.swagCmsExtensionsForm.receivers`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot`.`id` = `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` 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` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation`.`swag_cms_extensions_form_id`, `cms_slot.swagCmsExtensionsForm.translation`.`title` as `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation`.`success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation`.`receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation`.`language_id` = ?) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation`.`swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm`.`id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Å7®Í6~ıÿm▄Ãt¿░ï"
  b"ƒ•Â×(ŠAþ¹îƒ¹h§èÙ"
  b"Æbd­ãEJS‚’˜¤êx‹›"
  b"”b\x10óÿ©O\r«–\x1AúCØO\x01"
  b"\x01Å7«\x07×p÷┐Xx\vvPº""
  b"5MÎØÝ»@Ò¿­ã“S®dÜ"
  b"U\x08]!·-Kh·Û+#¡2Ô<"
  b"òãš9\x12|Ns ¼F"\x1CòL‘"
]
155 1.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.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`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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 (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` 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"Äg<ï[B/M²0þ®ýPÛ\x06"
]
156 0.74 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`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` 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` 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"K0ÌGôOLGœðE3^ï‹\f"
]
157 1.00 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`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` 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`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` 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"K0ÌGôOLGœðE3^ï‹\f"
]
158 1.18 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`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` 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`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` 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"""
    ü\n
    rÛÞ­G\x05ìæ0&÷5§/
    """
  b"Éb¸ªódOÞ│.pU÷XW'"
  b"øÕèb¯çF2Å_\x1E\x7Fú\x1D×"
]
159 1.09 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.swagCmsExtensionsForm`.`id` as `cms_slot.swagCmsExtensionsForm.id`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId`, `cms_slot.swagCmsExtensionsForm`.`is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate`, `cms_slot.swagCmsExtensionsForm`.`technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName`, `cms_slot.swagCmsExtensionsForm`.`mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId`, `cms_slot.swagCmsExtensionsForm`.`created_at` as `cms_slot.swagCmsExtensionsForm.createdAt`, `cms_slot.swagCmsExtensionsForm`.`updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation.title` as `cms_slot.swagCmsExtensionsForm.title`, `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.successMessage` as `cms_slot.swagCmsExtensionsForm.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.receivers`, `cms_slot.swagCmsExtensionsForm.translation.receivers` as `cms_slot.swagCmsExtensionsForm.receivers`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot`.`id` = `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` 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` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation`.`swag_cms_extensions_form_id`, `cms_slot.swagCmsExtensionsForm.translation`.`title` as `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation`.`success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation`.`receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation`.`language_id` = ?) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation`.`swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm`.`id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Å7®Í6~ıÿm▄Ãt¿░ï"
  b"ƒ•Â×(ŠAþ¹îƒ¹h§èÙ"
  b"Æbd­ãEJS‚’˜¤êx‹›"
  b"”b\x10óÿ©O\r«–\x1AúCØO\x01"
  b"\x01Å7«\x07×p÷┐Xx\vvPº""
  b"5MÎØÝ»@Ò¿­ã“S®dÜ"
  b"U\x08]!·-Kh·Û+#¡2Ô<"
  b"òãš9\x12|Ns ¼F"\x1CòL‘"
]
160 1.57 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"R)Ç\e┼ìNpÂ9▀D\x06\x04g\x19"
  b"A‚n{¨BN=¶¶ìâ Ï<\x14"
]
161 1.20 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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`.`parent_id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Äg<ï[B/M²0þ®ýPÛ\x06"
]
162 0.11 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`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` 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"ƒ\x0E[ðÎÃJ¦╗èå┼ò\e·Ø"
]
163 0.08 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
]
164 0.10 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`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` 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"l`§ÌNVLö±ð\x1CŸsÒ¾«"
  b"ZƒñÕ{ÁF/‰„ ×禽\x1A"
  b"\x030@\x0F £M■®Óî¹ÈÉA╬"
  b"j~5mˆ>C¤”vÙëªn¤é"
  b"wI\v¦ÉtD\x04íøƒ█û\x12®4"
  b"ƒ\x0E[ðÎÃJ¦╗èå┼ò\e·Ø"
]
165 0.09 ms
SELECT `acris_filter`.`id` as `acris_filter.id`, `acris_filter`.`identifier` as `acris_filter.identifier`, `acris_filter`.`active` as `acris_filter.active`, `acris_filter`.`position` as `acris_filter.position`, `acris_filter`.`filter_type` as `acris_filter.filterType`, `acris_filter`.`filter_text_before` as `acris_filter.filterTextBefore`, `acris_filter`.`filter_text_after` as `acris_filter.filterTextAfter`, `acris_filter`.`unit` as `acris_filter.unit`, `acris_filter`.`hide` as `acris_filter.hide`, `acris_filter`.`custom_field_id` as `acris_filter.customFieldId`, `acris_filter.customField`.`id` as `acris_filter.customField.id`, `acris_filter.customField`.`name` as `acris_filter.customField.name`, `acris_filter.customField`.`type` as `acris_filter.customField.type`, `acris_filter.customField`.`config` as `acris_filter.customField.config`, `acris_filter.customField`.`active` as `acris_filter.customField.active`, `acris_filter.customField`.`set_id` as `acris_filter.customField.customFieldSetId`, `acris_filter.customField`.`allow_customer_write` as `acris_filter.customField.allowCustomerWrite`, `acris_filter.customField`.`allow_cart_expose` as `acris_filter.customField.allowCartExpose`, `acris_filter.customField`.`created_at` as `acris_filter.customField.createdAt`, `acris_filter.customField`.`updated_at` as `acris_filter.customField.updatedAt`, `acris_filter`.`created_at` as `acris_filter.createdAt`, `acris_filter`.`updated_at` as `acris_filter.updatedAt` FROM `acris_filter` LEFT JOIN `custom_field` `acris_filter.customField` ON `acris_filter`.`custom_field_id` = `acris_filter.customField`.`id`
Parameters:
[]
166 0.10 ms
SELECT `theme`.`id` FROM `theme` WHERE (`theme`.`technical_name` = ?)
Parameters:
[
  "zenitPlatformGravity"
]
167 2.84 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
168 0.29 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "TrustedShopsEasyIntegrationS6"
]
169 0.17 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "NetzkollektivJquery"
]
170 0.12 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagShowRoomTheme"
]
171 1.43 ms
# theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01Å7úM³p\t¢└g³└ñ█ß"
  b"\x01Å7úPës´ë|#;°\x1E\x7F"
  b"\x01Å7úL¥q©àþ╠¥X\x1FÐ!"
]
172 0.37 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"Äg<ï[B/M²0þ®ýPÛ\x06"
]
173 0.27 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"Äg<ï[B/M²0þ®ýPÛ\x06"
]
174 551.06 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` 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`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`stock`) DESC, MAX(COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.bcube_topseller_istopseller')) != "NULL", IF(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.bcube_topseller_istopseller')) != "true" && JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.bcube_topseller_istopseller')) = 0, 0, 1), NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.bcube_topseller_istopseller')) != "NULL", IF(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.bcube_topseller_istopseller')) != "true" && JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.bcube_topseller_istopseller')) = 0, 0, 1), NULL))) DESC, MAX(`product`.`sales`) DESC, MIN(COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.bcube_topseller_penalty')) != "NULL", IF(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.bcube_topseller_penalty')) != "true" && JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.bcube_topseller_penalty')) = 0, 0, 1), NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.bcube_topseller_penalty')) != "NULL", IF(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.bcube_topseller_penalty')) != "true" && JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.bcube_topseller_penalty')) = 0, 0, 1), NULL))) ASC, MAX(COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.bcube_topseller_penaltywithoutstock')) != "NULL", IF(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.bcube_topseller_penaltywithoutstock')) != "true" && JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.bcube_topseller_penaltywithoutstock')) = 0, 0, 1), NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.bcube_topseller_penaltywithoutstock')) != "NULL", IF(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.bcube_topseller_penaltywithoutstock')) != "true" && JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.bcube_topseller_penaltywithoutstock')) = 0, 0, 1), NULL))) DESC, MIN(`product`.`id`) ASC LIMIT 24
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
  true
  b"Äg<ï[B/M²0þ®ýPÛ\x06"
  null
]
175 266.61 ms
SELECT COUNT(*) FROM (# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` 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`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
  true
  b"Äg<ï[B/M²0þ®ýPÛ\x06"
  null
]
176 288.04 ms
# product-listing-route::loading::aggregation::manufacturer
SELECT LOWER(HEX(IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`))) as `manufacturer`, COUNT(DISTINCT `product`.`display_group`) as `manufacturer.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 `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"óZž9ÌíD܆w¯^Xƒ\x1E×"
  true
  b"Äg<ï[B/M²0þ®ýPÛ\x06"
  null
]
177 0.78 ms
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.translation.name`, `product_manufacturer.translation.name` as `product_manufacturer.name`, `product_manufacturer.translation.description`, `product_manufacturer.translation.description` as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` 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` 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"\x04\x07_ѦÖÄD¶»\x07\x00ùh"
  b"\x04j±6®\x16aG¥\x1CC╔üíØ\r"
  b"\x0Fƒ)A-¹´M“–Z\x14\f¿¿ì"
  b"\x10{ïÿC‘šI¶\x1AËSÿá\x1D"
  b"\x16·`TA’.IŠÙ\x03dg!%\x00"
  b",9Î+\x03÷\x05E§ë5=+ãî9"
  b"0-ÜkrjaI›¡ÛG\v=ê"
  b"8SÍ\x15夿C…Œ\N!µúC"
  b"?ïkÁZ˘C…U.•Ý倀"
  b"B¾)QY┐ÜBïw\x1Ci\x15┬ÉÌ"
  b"D▀âº\x1A3­Nü«Ù\x1A@█ò:"
  b"K\x14ú‘eT˜K¸0%á£Yÿ["
  b"_W\x13\fHFÍ@»ùÒóR\x06‚ß"
  b"eÆ vëZcG¶çÂÈa^ZÎ"
  b"jx\x04á8~‚A†1Øö,Zd¢"
  b"""
    yj\n
    R—ÅZI‚?°ÜG\x04
    """
  b"|oõÄ[ò‰L‚\x11ÑߦÞrí"
  b"~üµQ•5\x14\x03¿"‘\x05§¢"
  b"‡e7\x1E(Í”K½æ1í!“9-"
  b"ˆ™\p[\x02PC›}51\x16®Ë¥"
  b"ì)VsB■>Bû┐®pïÝÇp"
  b"œ³—6.Ý9H‡JÐMLzçq"
  b"¥q±\x12×~(E³¦êé[–e\x16"
  b"§˜¾\x00ÒÛ¤G¦¿R\x02\x12~ƾ"
  b"®WAêËkrN‘ÅÝkK'\x01@"
  b"®m~Î66\eO–Ž\x17\x1F\x19^ÃÙ"
  b"®níãÒá÷E¹Kù´v¬\t\x06"
  b"«îëx\v\x16\x1DZ/ü­µï"
  b"½;Íø&^§N¸\r•Hp¾\x1A|"
  b"½mù¸±ºàK¾«ž¤\x01ýÝŽ"
  b"Ê”Å~¨+\x08O¿²n'îã\Ø"
  b"Ò+]뫱™@¥\f®Y8{•+"
  b"߻؊3/#H“Aÿ˜Ü”œš"
  b"ã&\x05¯W‡ÈG¿8®³@µg›"
  b"å!\n\x00½ulOšSP(寺k"
  b"ð¥\t¿;f\x06\x13\x18¬3\x05Ž/"
  b"ùZ*ÜÌäzH‚çw\x11(jÏ:"
]
178 785.90 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule75ea23ab7a1a43479e1f4517d25f493f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule3204d46dabc8410fbebd7ba3f118d7a1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule4514e6c78e254310bd053f0eff4095d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule4824d4d0b00a4b3cab41af8e66c1ade5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee6851ec95635480d9362817bf789fbfe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule78c2818f5cc74fb98f786ad573b757b7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.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`, "$.rule75ea23ab7a1a43479e1f4517d25f493f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule3204d46dabc8410fbebd7ba3f118d7a1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule4514e6c78e254310bd053f0eff4095d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule4824d4d0b00a4b3cab41af8e66c1ade5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee6851ec95635480d9362817bf789fbfe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule78c2818f5cc74fb98f786ad573b757b7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.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`, "$.rule75ea23ab7a1a43479e1f4517d25f493f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule3204d46dabc8410fbebd7ba3f118d7a1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule4514e6c78e254310bd053f0eff4095d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule4824d4d0b00a4b3cab41af8e66c1ade5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee6851ec95635480d9362817bf789fbfe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule78c2818f5cc74fb98f786ad573b757b7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.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`, "$.rule75ea23ab7a1a43479e1f4517d25f493f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule3204d46dabc8410fbebd7ba3f118d7a1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule4514e6c78e254310bd053f0eff4095d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule4824d4d0b00a4b3cab41af8e66c1ade5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee6851ec95635480d9362817bf789fbfe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule78c2818f5cc74fb98f786ad573b757b7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.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"óZž9ÌíD܆w¯^Xƒ\x1E×"
  true
  b"Äg<ï[B/M²0þ®ýPÛ\x06"
  null
]
179 369.27 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"óZž9ÌíD܆w¯^Xƒ\x1E×"
  true
  b"Äg<ï[B/M²0þ®ýPÛ\x06"
  null
]
180 363.62 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"óZž9ÌíD܆w¯^Xƒ\x1E×"
  true
  b"Äg<ï[B/M²0þ®ýPÛ\x06"
  null
]
181 88.73 ms
# product-listing-route::loading::aggregation::availability-filter
SELECT MAX(`product`.`available_stock`) as `availability`, COUNT(DISTINCT `product`.`display_group`) as `availability.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 `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 (((`product`.`available_stock` > ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
  true
  b"Äg<ï[B/M²0þ®ýPÛ\x06"
  null
  0
]
182 0.71 ms
# product-listing-loader::resolve-previews
            SELECT
                parent.variant_listing_config as variantListingConfig,
                LOWER(HEX(child.id)) as id,
                LOWER(HEX(parent.id)) as parentId
             FROM product as child
                INNER JOIN product as parent
                    ON parent.id = child.parent_id
                    AND parent.version_id = child.version_id
             WHERE child.version_id = ?
             AND child.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x0E}▓úi¤\x10GÅâ}19Î╣C"
  b"ìóÖ»p$™I¹Xæ¡\x17N\x1A\e"
  b"\x10}ͽéfÉFö=╩ª\x07x÷Ý"
  b"*}Œø„Ä•@²|ŠF C‹B"
  b"8~ñ`‹ÎýH—³˜3T\x11-a"
  b"l?l^…å’Eš—\x12k\x02ÂqÊ"
  b"Kݲs#•§E§ÙÏ¥y ã\x02"
  b"O¾z:÷šßJ·üˆ‚·{\x1C"
  b"T\eïÚìûùDø\x1D╔ ıÊ7ô"
  b"!\ea\ri{/EˆLî¹®}\v-"
  b"\x10ìÆ)4é]F„\x01\x17\x0FWˆ3³"
  b"oòä\e-4®F–4ªF¥4@å"
  b"À\x1AGCkçéAä};Ú;ÌÉo"
  b"\x02#$[îNô\x16+äS\x1E▄Ê"
  b"&\x1FV╠%ıÐO×╣í¨ØV&┼"
  b"cêzî\x08ºùJµû}“\x10î‘Û"
  b"\x03)¬å%P-L‚²÷Ãm@\x1D)"
  b"\x1A›úäÝ\x0FÝI˜G™e]ƒƒx"
  b"\x10gJzÌ\x144MНSr쓳“"
  b"\x06»±é▄ý\x19O╝\x0E®ÉI═\f"
  b"\x06Ý#‰nl+I¦65sÆNÞˆ"
  b"\x15®Ém®\x1EéEÀzF»E¹\x14\x07"
  b".‘Ö諦\v\x03ÑO[²û¦"
  b"Õé\x11=P0§K Ê“Nbvá±"
]
183 0.89 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
  true
  b"å5d¼½*¦I‹-\x07(H_Ïæ"
  b"°pOeãó¡N½åøÜPëT "
  b"\x06Ý#‰nl+I¦65sÆNÞˆ"
  b"\x0E}▓úi¤\x10GÅâ}19Î╣C"
  b"#åXdÍHO@á\x06Î├%│\x16ì"
  b"\x10}ͽéfÉFö=╩ª\x07x÷Ý"
  b"!9ï U▄üI║Lܶ'\x1D^H"
  b"\x1F\vLÁÃ0G„à+åôÖ\¢"
  b"\x1A›úäÝ\x0FÝI˜G™e]ƒƒx"
  b"í'&©{Å-HÜÕ¬`Â┐`1"
  b"&\x1FV╠%ıÐO×╣í¨ØV&┼"
  b"\x02#$[îNô\x16+äS\x1E▄Ê"
  b"TyCr5Å│EëÝ└ãÎOà»"
  b".‘Ö諦\v\x03ÑO[²û¦"
  b"╣ñJ╠c­╬CÄß═\x13Ø?ür"
  b"ÉõKâa›SG´òß.>¼¤'"
  b"O¾z:÷šßJ·üˆ‚·{\x1C"
  b"—ˆâç\x14Œ\x16H½ÕY3CHD¸"
  b"à1‡ï(_–DŠæÈ÷[EÏ7"
  b"ÖZÆç\x13\x15\x04\x02\x02\f\x1D"
  b"oòä\e-4®F–4ªF¥4@å"
  b"À\x1AGCkçéAä};Ú;ÌÉo"
  b"Õé\x11=P0§K Ê“Nbvá±"
  b"ìóÖ»p$™I¹Xæ¡\x17N\x1A\e"
]
184 0.78 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"óZž9ÌíD܆w¯^Xƒ\x1E×"
  true
  b"\x0E}▓úi¤\x10GÅâ}19Î╣C"
  b"ìóÖ»p$™I¹Xæ¡\x17N\x1A\e"
  b"\x10}ͽéfÉFö=╩ª\x07x÷Ý"
  b"TyCr5Å│EëÝ└ãÎOà»"
  b"╣ñJ╠c­╬CÄß═\x13Ø?ür"
  b"ÖZÆç\x13\x15\x04\x02\x02\f\x1D"
  b"ÉõKâa›SG´òß.>¼¤'"
  b"O¾z:÷šßJ·üˆ‚·{\x1C"
  b"—ˆâç\x14Œ\x16H½ÕY3CHD¸"
  b"í'&©{Å-HÜÕ¬`Â┐`1"
  b"!9ï U▄üI║Lܶ'\x1D^H"
  b"oòä\e-4®F–4ªF¥4@å"
  b"À\x1AGCkçéAä};Ú;ÌÉo"
  b"\x02#$[îNô\x16+äS\x1E▄Ê"
  b"&\x1FV╠%ıÐO×╣í¨ØV&┼"
  b"à1‡ï(_–DŠæÈ÷[EÏ7"
  b"å5d¼½*¦I‹-\x07(H_Ïæ"
  b"\x1A›úäÝ\x0FÝI˜G™e]ƒƒx"
  b"#åXdÍHO@á\x06Î├%│\x16ì"
  b"°pOeãó¡N½åøÜPëT "
  b"\x06Ý#‰nl+I¦65sÆNÞˆ"
  b"\x1F\vLÁÃ0G„à+åôÖ\¢"
  b".‘Ö諦\v\x03ÑO[²û¦"
  b"Õé\x11=P0§K Ê“Nbvá±"
]
185 6.52 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`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, 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`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, (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`, (SELECT GROUP_CONCAT(HEX(`product.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `product_category` `product.categories.mapping`
                  WHERE `product.categories.mapping`.`product_id` = `product`.`categories` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `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`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `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`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `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`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` 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 `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.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_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` 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_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`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` 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` 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` 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`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` 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"\x0E}▓úi¤\x10GÅâ}19Î╣C"
  b"ìóÖ»p$™I¹Xæ¡\x17N\x1A\e"
  b"\x10}ͽéfÉFö=╩ª\x07x÷Ý"
  b"TyCr5Å│EëÝ└ãÎOà»"
  b"╣ñJ╠c­╬CÄß═\x13Ø?ür"
  b"ÖZÆç\x13\x15\x04\x02\x02\f\x1D"
  b"ÉõKâa›SG´òß.>¼¤'"
  b"O¾z:÷šßJ·üˆ‚·{\x1C"
  b"—ˆâç\x14Œ\x16H½ÕY3CHD¸"
  b"í'&©{Å-HÜÕ¬`Â┐`1"
  b"!9ï U▄üI║Lܶ'\x1D^H"
  b"oòä\e-4®F–4ªF¥4@å"
  b"À\x1AGCkçéAä};Ú;ÌÉo"
  b"\x02#$[îNô\x16+äS\x1E▄Ê"
  b"&\x1FV╠%ıÐO×╣í¨ØV&┼"
  b"à1‡ï(_–DŠæÈ÷[EÏ7"
  b"å5d¼½*¦I‹-\x07(H_Ïæ"
  b"\x1A›úäÝ\x0FÝI˜G™e]ƒƒx"
  b"#åXdÍHO@á\x06Î├%│\x16ì"
  b"°pOeãó¡N½åøÜPëT "
  b"\x06Ý#‰nl+I¦65sÆNÞˆ"
  b"\x1F\vLÁÃ0G„à+åôÖ\¢"
  b".‘Ö諦\v\x03ÑO[²û¦"
  b"Õé\x11=P0§K Ê“Nbvá±"
]
186 0.79 ms
# product-listing-route::loading::association::options::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`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`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` 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 (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` 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`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"-¦ØÝÚÝ\x08K¢§\x06üo¶T¤"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"ò{YÐ\x08\x1FëHÀ▀>[\x13²ÉÚ"
  b"\x07Ãh\x19‡™\x17J¼‡q\x1D#™\x7FQ"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"\rÐWm©rN×Å;y╠M╝}"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"ü▓\x0FîÛ\x03\O┐¿ù\t\x15?┴²"
  b"%y\x14d¾qÜO£¾¯\x0Eù„ÊË"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"\x0Es®á†-¨A¯¬Ç×¥\x12¶'"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"Vcè\x14˜Ö{@²¦ä\x16:Úö\x1A"
  b"Vcè\x14˜Ö{@²¦ä\x16:Úö\x1A"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"%y\x14d¾qÜO£¾¯\x0Eù„ÊË"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"Vcè\x14˜Ö{@²¦ä\x16:Úö\x1A"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"\x12\vˆÚi$2Iƒ»|–Iinj"
  b"2“”ßJ\x12âM²èŠÔ)Æ2\x1E"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"wjúÀ\x1DÎþAƒéX½\x10á*p"
  b"Â\x1C\x03\x15òÊÉK‹cr)¬/Qø"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"ŽBXÔœ[ N„ûwUJµt½"
]
187 0.73 ms
# product-listing-route::loading::association::categories::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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"Ý*û€RøŸN™ÄB&‡Âùˆ"
  b"\x108—mNÉëDµ…\f\x18·p\x7F"
  b"èR²ãBòÞAžk\x08ËG‡\x14]"
  b"q€\x10ÂôõsH–šõl ²Lt"
  b"\x108—mNÉëDµ…\f\x18·p\x7F"
  b"Ý*û€RøŸN™ÄB&‡Âùˆ"
  b"2°Ë}ç–%I­ìÒó®\rÉÉ"
  b"èR²ãBòÞAžk\x08ËG‡\x14]"
  b"\x108—mNÉëDµ…\f\x18·p\x7F"
  b"\x108—mNÉëDµ…\f\x18·p\x7F"
  b"èR²ãBòÞAžk\x08ËG‡\x14]"
  b"\x108—mNÉëDµ…\f\x18·p\x7F"
  b"q€\x10ÂôõsH–šõl ²Lt"
  b"""
    \x05ä禒\n
    äC›·sƒ\x18*)Ò
    """
  b"èR²ãBòÞAžk\x08ËG‡\x14]"
  b"2°Ë}ç–%I­ìÒó®\rÉÉ"
  b"\x108—mNÉëDµ…\f\x18·p\x7F"
  b"╚Q├\x12╔▄äCüfÄ╩¶Î┬;"
  b"èR²ãBòÞAžk\x08ËG‡\x14]"
  b"Ý*û€RøŸN™ÄB&‡Âùˆ"
  b"ä6{wVú|O»q\x10h╦ÄýØ"
  b"\x108—mNÉëDµ…\f\x18·p\x7F"
  b"\x108—mNÉëDµ…\f\x18·p\x7F"
  b"Ý*û€RøŸN™ÄB&‡Âùˆ"
]
188 2.77 ms
# product-listing-route::loading::association::media::read
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x06Ý#‰nl+I¦65sÆNÞˆ"
  b"\x0E}▓úi¤\x10GÅâ}19Î╣C"
  b"\x10}ͽéfÉFö=╩ª\x07x÷Ý"
  b"\x1A›úäÝ\x0FÝI˜G™e]ƒƒx"
  b"\x1F\vLÁÃ0G„à+åôÖ\¢"
  b"!9ï U▄üI║Lܶ'\x1D^H"
  b"#åXdÍHO@á\x06Î├%│\x16ì"
  b"&\x1FV╠%ıÐO×╣í¨ØV&┼"
  b"\x02#$[îNô\x16+äS\x1E▄Ê"
  b".‘Ö諦\v\x03ÑO[²û¦"
  b"O¾z:÷šßJ·üˆ‚·{\x1C"
  b"TyCr5Å│EëÝ└ãÎOà»"
  b"oòä\e-4®F–4ªF¥4@å"
  b"—ˆâç\x14Œ\x16H½ÕY3CHD¸"
  b"í'&©{Å-HÜÕ¬`Â┐`1"
  b"°pOeãó¡N½åøÜPëT "
  b"À\x1AGCkçéAä};Ú;ÌÉo"
  b"╣ñJ╠c­╬CÄß═\x13Ø?ür"
  b"ÉõKâa›SG´òß.>¼¤'"
  b"Õé\x11=P0§K Ê“Nbvá±"
  b"ÖZÆç\x13\x15\x04\x02\x02\f\x1D"
  b"à1‡ï(_–DŠæÈ÷[EÏ7"
  b"å5d¼½*¦I‹-\x07(H_Ïæ"
  b"ìóÖ»p$™I¹Xæ¡\x17N\x1A\e"
  b"""
    ¼Ù±\x1F\x12\n
    kHçì\x12ä\n
    Fÿ½
    """
  b"▄üÙ░u╬âH¬öÒöhù¿ê"
  b"ñç¼ê\x0Fú\x0EB¢è\x7FY“(\x01D"
  b"¥{=\x00°±ìD¸\x14ÇRE)\x7F:"
  b"ïØ;Zç̾C┐}ÏK}\x10k\x1F"
  b"\x14²}²»¹╠Fü\ªy:¶½╗"
  b"0v■ÌQ"-DƒÉ┐Û8Â\x16u"
  b"F®¦æÈ¢`G—ÎE¨\x00X}7"
  b"^È/\x0F'ÇNM…52UÊ\rÐ4"
  b"ôg4'¨ü@MùJ╦×M\x16\x19¢"
  b"9Pò­%+ìN›tžþ\x1DHéD"
  b"\vi4d´OßD│ÃHÅOG╚ø"
  b"§\x19ï×.Ù¸Oˆ\v>Èy}©†"
  b"\x15j\x04UVô¬I³z!1Ÿ\x16À\x07"
  b"øA¤jé’(G¤êDl<¡¯Š"
  b"G\k▒û,\x15Fàéª~£&)ì"
  b"Jd\\x04}[Ì@¿h¾4~«(."
  b"LÁŒÒ¼ÊªA¶’âÈ­²â!"
  b"½ä™^‚Ž“M‡­Ç\x12{õþ¨"
  b"ëâQÊ>&þNŸ¦ÙôêŽl""
  b"`Y]v\v\x15)B‡{£å.g ô"
  b"KŠ\@Œy"B¥Îô|V†äX"
  b"­zW<øvIAØ└d6ôxBç"
  b"÷Tí Ï¿žL¡¨ì'V\x11\x08¹"
]
189 0.36 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"\x06Ý#‰nl+I¦65sÆNÞˆ"
  b"\x0E}▓úi¤\x10GÅâ}19Î╣C"
  b"\x10}ͽéfÉFö=╩ª\x07x÷Ý"
  b"\x1A›úäÝ\x0FÝI˜G™e]ƒƒx"
  b"\x1F\vLÁÃ0G„à+åôÖ\¢"
  b"!9ï U▄üI║Lܶ'\x1D^H"
  b"#åXdÍHO@á\x06Î├%│\x16ì"
  b"&\x1FV╠%ıÐO×╣í¨ØV&┼"
  b"\x02#$[îNô\x16+äS\x1E▄Ê"
  b".‘Ö諦\v\x03ÑO[²û¦"
  b"O¾z:÷šßJ·üˆ‚·{\x1C"
  b"TyCr5Å│EëÝ└ãÎOà»"
  b"oòä\e-4®F–4ªF¥4@å"
  b"—ˆâç\x14Œ\x16H½ÕY3CHD¸"
  b"í'&©{Å-HÜÕ¬`Â┐`1"
  b"°pOeãó¡N½åøÜPëT "
  b"À\x1AGCkçéAä};Ú;ÌÉo"
  b"╣ñJ╠c­╬CÄß═\x13Ø?ür"
  b"ÉõKâa›SG´òß.>¼¤'"
  b"Õé\x11=P0§K Ê“Nbvá±"
  b"ÖZÆç\x13\x15\x04\x02\x02\f\x1D"
  b"à1‡ï(_–DŠæÈ÷[EÏ7"
  b"å5d¼½*¦I‹-\x07(H_Ïæ"
  b"ìóÖ»p$™I¹Xæ¡\x17N\x1A\e"
  b"""
    ¼Ù±\x1F\x12\n
    kHçì\x12ä\n
    Fÿ½
    """
  b"▄üÙ░u╬âH¬öÒöhù¿ê"
  b"ñç¼ê\x0Fú\x0EB¢è\x7FY“(\x01D"
  b"¥{=\x00°±ìD¸\x14ÇRE)\x7F:"
  b"ïØ;Zç̾C┐}ÏK}\x10k\x1F"
  b"\x14²}²»¹╠Fü\ªy:¶½╗"
  b"0v■ÌQ"-DƒÉ┐Û8Â\x16u"
  b"F®¦æÈ¢`G—ÎE¨\x00X}7"
  b"^È/\x0F'ÇNM…52UÊ\rÐ4"
  b"ôg4'¨ü@MùJ╦×M\x16\x19¢"
  b"9Pò­%+ìN›tžþ\x1DHéD"
  b"\vi4d´OßD│ÃHÅOG╚ø"
  b"§\x19ï×.Ù¸Oˆ\v>Èy}©†"
  b"\x15j\x04UVô¬I³z!1Ÿ\x16À\x07"
  b"øA¤jé’(G¤êDl<¡¯Š"
  b"G\k▒û,\x15Fàéª~£&)ì"
  b"Jd\\x04}[Ì@¿h¾4~«(."
  b"LÁŒÒ¼ÊªA¶’âÈ­²â!"
  b"½ä™^‚Ž“M‡­Ç\x12{õþ¨"
  b"ëâQÊ>&þNŸ¦ÙôêŽl""
  b"`Y]v\v\x15)B‡{£å.g ô"
  b"KŠ\@Œy"B¥Îô|V†äX"
  b"­zW<øvIAØ└d6ôxBç"
  b"÷Tí Ï¿žL¡¨ì'V\x11\x08¹"
]
190 1.23 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0E}▓úi¤\x10GÅâ}19Î╣C"
]
191 1.00 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ìóÖ»p$™I¹Xæ¡\x17N\x1A\e"
]
192 0.92 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x10}ͽéfÉFö=╩ª\x07x÷Ý"
]
193 0.94 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"TyCr5Å│EëÝ└ãÎOà»"
]
194 1.02 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"╣ñJ╠c­╬CÄß═\x13Ø?ür"
]
195 0.90 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÖZÆç\x13\x15\x04\x02\x02\f\x1D"
]
196 0.92 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÉõKâa›SG´òß.>¼¤'"
]
197 0.89 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"O¾z:÷šßJ·üˆ‚·{\x1C"
]
198 0.97 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"—ˆâç\x14Œ\x16H½ÕY3CHD¸"
]
199 0.58 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"í'&©{Å-HÜÕ¬`Â┐`1"
]
200 0.62 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"!9ï U▄üI║Lܶ'\x1D^H"
]
201 0.59 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"oòä\e-4®F–4ªF¥4@å"
]
202 0.57 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"À\x1AGCkçéAä};Ú;ÌÉo"
]
203 0.60 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x02#$[îNô\x16+äS\x1E▄Ê"
]
204 0.60 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"&\x1FV╠%ıÐO×╣í¨ØV&┼"
]
205 0.57 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"à1‡ï(_–DŠæÈ÷[EÏ7"
]
206 0.45 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"å5d¼½*¦I‹-\x07(H_Ïæ"
]
207 0.45 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x1A›úäÝ\x0FÝI˜G™e]ƒƒx"
]
208 0.45 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"#åXdÍHO@á\x06Î├%│\x16ì"
]
209 0.44 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"°pOeãó¡N½åøÜPëT "
]
210 0.44 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x06Ý#‰nl+I¦65sÆNÞˆ"
]
211 0.45 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x1F\vLÁÃ0G„à+åôÖ\¢"
]
212 0.44 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b".‘Ö諦\v\x03ÑO[²û¦"
]
213 0.44 ms
SELECT `ianeo_product_documents`.`id` as `ianeo_product_documents.id`, `ianeo_product_documents`.`product_id` as `ianeo_product_documents.productId`, `ianeo_product_documents`.`product_version_id` as `ianeo_product_documents.productVersionId`, `ianeo_product_documents`.`media_id` as `ianeo_product_documents.mediaId`, `ianeo_product_documents.media`.`id` as `ianeo_product_documents.media.id`, `ianeo_product_documents.media`.`user_id` as `ianeo_product_documents.media.userId`, `ianeo_product_documents.media`.`media_folder_id` as `ianeo_product_documents.media.mediaFolderId`, `ianeo_product_documents.media`.`mime_type` as `ianeo_product_documents.media.mimeType`, `ianeo_product_documents.media`.`file_extension` as `ianeo_product_documents.media.fileExtension`, `ianeo_product_documents.media`.`uploaded_at` as `ianeo_product_documents.media.uploadedAt`, `ianeo_product_documents.media`.`file_name` as `ianeo_product_documents.media.fileName`, `ianeo_product_documents.media`.`file_size` as `ianeo_product_documents.media.fileSize`, `ianeo_product_documents.media`.`media_type` as `ianeo_product_documents.media.mediaTypeRaw`, `ianeo_product_documents.media`.`meta_data` as `ianeo_product_documents.media.metaData`, `ianeo_product_documents.media`.`config` as `ianeo_product_documents.media.config`, `ianeo_product_documents.media`.`path` as `ianeo_product_documents.media.path`, `ianeo_product_documents.media`.`private` as `ianeo_product_documents.media.private`, `ianeo_product_documents.media`.`thumbnails_ro` as `ianeo_product_documents.media.thumbnailsRo`, `ianeo_product_documents.media`.`created_at` as `ianeo_product_documents.media.createdAt`, `ianeo_product_documents.media`.`updated_at` as `ianeo_product_documents.media.updatedAt`, `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation.title` as `ianeo_product_documents.media.title`, `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation.alt` as `ianeo_product_documents.media.alt`, `ianeo_product_documents.media.translation.customFields`, `ianeo_product_documents.media.translation.customFields` as `ianeo_product_documents.media.customFields`, `ianeo_product_documents`.`created_at` as `ianeo_product_documents.createdAt`, `ianeo_product_documents`.`updated_at` as `ianeo_product_documents.updatedAt`, `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation.isStandard` as `ianeo_product_documents.isStandard`, `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation.value` as `ianeo_product_documents.value`, `ianeo_product_documents.translation.valueShort`, `ianeo_product_documents.translation.valueShort` as `ianeo_product_documents.valueShort` FROM `ianeo_product_documents` LEFT JOIN `media` `ianeo_product_documents.media` ON `ianeo_product_documents`.`media_id` = `ianeo_product_documents.media`.`id` LEFT JOIN (SELECT `ianeo_product_documents.translation`.`ianeo_product_documents_id`, `ianeo_product_documents.translation`.`is_standard` as `ianeo_product_documents.translation.isStandard`, `ianeo_product_documents.translation`.`value` as `ianeo_product_documents.translation.value`, `ianeo_product_documents.translation`.`value_short` as `ianeo_product_documents.translation.valueShort` FROM `ianeo_product_documents_translation` `ianeo_product_documents.translation` WHERE `ianeo_product_documents.translation`.`language_id` = ?) `ianeo_product_documents.ianeo_product_documents_translation` ON `ianeo_product_documents.ianeo_product_documents_translation`.`ianeo_product_documents_id` = `ianeo_product_documents`.`id` LEFT JOIN (SELECT `ianeo_product_documents.media.translation`.`media_id`, `ianeo_product_documents.media.translation`.`alt` as `ianeo_product_documents.media.translation.alt`, `ianeo_product_documents.media.translation`.`title` as `ianeo_product_documents.media.translation.title`, `ianeo_product_documents.media.translation`.`custom_fields` as `ianeo_product_documents.media.translation.customFields` FROM `media_translation` `ianeo_product_documents.media.translation` WHERE `ianeo_product_documents.media.translation`.`language_id` = ?) `ianeo_product_documents.media.media_translation` ON `ianeo_product_documents.media.media_translation`.`media_id` = `ianeo_product_documents.media`.`id` WHERE (`ianeo_product_documents`.`product_id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Õé\x11=P0§K Ê“Nbvá±"
]
214 0.13 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`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` 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` 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"
]
215 0.07 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
216 0.24 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì|┘£yroóU\x0E\x1A±'▀R"
]
217 0.08 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ì|┘£yroóU\x0E\x1A±'▀R"
]
218 0.14 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
219 0.07 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ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
220 0.12 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\o›\t‹ÁJ몪'õD\x07¿V"
]
221 0.07 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"\o›\t‹ÁJ몪'õD\x07¿V"
]
222 0.07 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:
[]
223 0.06 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:
[]
224 28.96 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"\x00:Ù¥-Z’N€–™§\x14€ëÏ"
  b"\x00\x13¾<™Hž©ƒÑª\x0F"
  b"\x00fÎí|ÚµCåð¨¢ß­Ýü"
  b"\x00Û-H\x1Cì§JøW§>û\x1D¿z"
  b"\x01)ýÅã\‹F–ŸÄ\x16b\x1D¹˜"
  b"\x010âý“‰;A¯*#¨’Ç&\x04"
  b"\x01iäîF„˜A’&&Á†™í²"
  b"\x01‰·„ÔÞ*F”ß29Oü9B"
  b"\x02I™bÊîñO´—¾/÷ú\x17³"
  b"\x02^Ân\x16Ç¢E›×ÛÉq#ÏJ"
  b"\x02ɶD‗\x06\e@ôã▓¨Fm;ü"
  b"\x02©’P|q%I†?úçNÈû"
  b"\x02þ|®Ž\eaI§Fx\x7FÅó^Á"
  b"\x03\x009ù!ÅíF¦ºŠ]`Ö¨%"
  b"\x03ZÉ┼\x15╣£@«h┬=3Bêé"
  b"\x03–L|H]BL¿ïÈ\x16—Ç\fy"
  b"\x03╝▓ðÕ╝\x05@ØÑ\x00E&\x07÷%"
  b"\x04c¢Êh\r(OÅmÎU]ÌîÇ"
  b"\x04\x00ÎçˆI›Õï(+ã§s"
  b"\x04ŠŽäó\x03NH¢¡¦&\x06ø@b"
  b"\x04éݧLTF‚\x1Aþ*1pë×"
  b"\x05\x02€~•~\fMƒ"„$=ЋA"
  b"\x05>f"d_¶J€{\x1D+làÔß"
  b"""
    \x05@\n
    _E$WG³ï\x18k\t\x18¡’
    """
  b"\x05À¨q4„‹IŒã\x1A##?3œ"
  b"\x05╩ïÉÁ\x06\rE«íý¾h¾üQ"
  b"\x06êµ▄«¤#DÅb!■ìÿÉ~"
  b"\x07\x0F\x13ÕH·`N▓?¥\x16ÉJ@M"
  b"\x07Œk4¨¢†K¨\e¸¤\x1DW™Ü"
  b"\x07\x06N.~\x00OªtXàà\x04\x02E"
  b"\x07Ãh\x19‡™\x17J¼‡q\x1D#™\x7FQ"
  b"\x07ǘ®ƒv3G‘pPB*ð2\x07"
  b"\x08\x15IÛ`¨#I˜‡Âº\x01{ã®"
  b"\x08\eEÂÀ-fO§\x17O%vPÝO"
  b"""
    \x08Skr–ƒŠG°"\n
    Bezªè
    """
  b"\x08÷-Ð\x02‘íFªd¹hQ4ª\x00"
  b"\tmóD,Û>FŸ.À—\x08h\x14\n"
  b"\tp1¹î\x1EÁM—q©¬3x]k"
  b"\t°ÿzí\x16°D›wR]Ån6G"
  b"\t¿þÛv}ÈE¯Õ„•|‚\x15O"
  b"\tÝ\x1FÕ€!0H²\x1Féš™t$\f"
  b"\tµ²®'¡+JÉys?&µõ\n"
  b"\tÿ\x15ç\tÚ9C¯v\x1EÏÔù\x7F."
  b"""
    \n
    FNûàˆôA”'9r€Ê5@
    """
  b"""
    \n
    ¤3\x12~µ}F™úäm\x07t\x07=
    """
  b"""
    \n
    ¢i%SüÅNØü╠╣Ò\fôÅ
    """
  b"""
    \n
    È\x02¦ÿÊ2G²ýL!ðg_,
    """
  b"""
    \n
    õû┘äü\x19Jù®µ\x11RÕ×Ù
    """
  b"\v\x17\x1DÌŽTIA¦„«ð,˜Ö5"
  b"\v\x18Ç|þûyF™ìó#±\t»/"
  b"\v:Gâ\x10.xM¿„»wI\x13¾Y"
  b"\v[fµ‡x=M­Ç\x16æ¾>ù£"
  b"""
    \v\x02\vR\n
    A­s\x16\x03
    """
  b"\vÑŪz¨wG¢ŒTW¬%éq"
  b"\vî¦Î$ƹJ´þµ¹~*\x05¥"
  b"\vø\x11~ݪáK¹ëY¾dt€ "
  b"\f\x159eêóÙ@†,i\x1F>Z‡!"
  b"\rg¿•Pº!B©¡Ñ[\x03¼˜Ü"
  b"\rt\x01Ý•K‰DªoÐEòÔÞ\x05"
  b"\rÄÈ(^õ(J´ÃVz§£HŒ"
  b"\rÅÇ•>ÔµJ®ÕÀoìÄ–f"
  b"\rÐß»WTRD¸³AO4D\x07\x0F"
  b"\x0E\x1At­ÑL*LŠ_\x1FmÖ|\x7F"
  b"\x0Eg°:$b\x05LÄTélÉÂç╗"
  b"\x0Es®á†-¨A¯¬Ç×¥\x12¶'"
  b"\x0E§¼©ç‡uO—4Jš|–KÊ"
  b"\x0E¤╠╝»ú#BèØFÎxamm"
  b"\x0F\x00>µ9ð×O¥½­zG>ÉN"
  b"\x0F;/×"ËC@´\x17„ñ¥Þg]"
  b"\x0FC‰ ey¢G‹JŠ\x18\tf\x1FÛ"
  b"\x0F\x04 Ü:D¼žS‡¯8\:"
  b"\x0F[▒ìl┌TIë:\àÌö$|"
  b"\x0Fcu\ûÌ\x1CLìÙË\x05¾F@¤"
  b"\x0FxìV¯cÍJº’\x18Õ?æTÀ"
  b"\x0F½èæKUbMüø_Øð7ÖÆ"
  b"\x0F¿”õÖQ]A¯rã>°Õ5œ"
  b"\x0FðC¥î¿EC¥ð„ÃÁnLV"
  b"\x10=KÔQíÉ@«\r\x07½J¼Hæ"
  b"\x10¶·KY–žA¼Ìñs†Ÿm\x1E"
  b"\x10Ñ{“Gƒ$L¸üÛ2û(`î"
  b"\x11\x11¶-éeuJìûÈ\x00JØ1¤"
  b"\x11<øÎE\x1CóH—ü¥|Iýøý"
  b"\x11Š_\nú§\x00F¹*fCYå2•"
  b"\x11¢z-jüŽMµá‹í1j\t"
  b"\x11Ð\x15ðC5¶K»ìÊæ║þp¶"
  b"\x12\x04\x07\x04FK»ßA&¿\t\x1Ds"
  b"\x12\vˆÚi$2Iƒ»|–Iinj"
  b"\x12\x12Žœä@«\x18A\x05­"ÿº"
  b"\x12¿>âº4\x00A½Íüt8x#O"
  b"\x12³(£ÌMŒO“½ÒÝ·\x15ÿN"
  b"\x12Ý\x00ñÑ\x06E˜±ôp\x10\x07d"
  b"\x13CÚs\x1AɦA¸Ö4oŽQøH"
  b"\x13t.Æû±{HŽQEnÙ?Ó\x17"
  b"\x13¡\x1CÝl\x1EmL±ña_H\x10€="
  b"\x13¼H…tþ\x17O›O\rå#ùó­"
  b"\x13ß—~Ý\x03”L›3’ŽU¿\tä"
  b"\x14¯½ Ç"OI§/!n†„/x"
  b"\x14²Š\x1DDËsM½\x04Ý\x7F¿\x16É="
  b"\x15ŠÛù©á²M¿\x00èlt‚‰˜"
  b"\x15┌37Ôf\x14N²1Ë\x1EØ>L"
  b"\x16(Ö)®Ð&L›çè4ø™©œ"
  b"\x16,|g½\x10&F²ç3( ­ÜQ"
  b"\x161LV}Y\x04H£ƒóºO#`,"
  b"\x16Àˆ·ðÅ\x05L™]Òå›<‹Ù"
  b"\x16Ñ휭è„B¬=\x18¸¦8ùŸ"
  b"\x17\x1F¯j\x03Œ\x10N«e‹ƒÅå\x15Y"
  b"\x17³ã-¶f╚IØ%MæU¯ÿU"
  b"\x18\x03S\x08\x16\x1ATI±\x13hÙs£þ;"
  b"\x18\x1C‰Û–„B‘.\x037V¢kI"
  b"\x18X┼ÉB\x0FmIì╦£\x19;ÅÈæ"
  b"\x18nîÊÀ\x1CëE¦UÁÓ~…\x05Õ"
  b"\x18zÑÅI.\x01IŠ@嚎4äÖ"
  b"\x18ȲOœT\x07C‹ÞEš½V¦´"
  b"\x18õ└║¬ï■NØcÉ¥uè╔■"
  b"\x1A\x10™BD\x1EÆH“ñu¨áð2á"
  b"\x1A};+Õ¼°J¥5▓;\x1AuñÅ"
  b"\x1AçE ¿Å+O╣O;³\x1AÅáÁ"
  b"\x1AÅ┐V¸\x06┘O©«%åÅ<ET"
  b"\x1A┴´ ¹ÎºEóì│fÖ";{"
  b"\x1A┌ã¹7ÇÐA¬─>³╣┬ïÅ"
  b"\x1AìER›Í±E¯y¤ò\x1F\x07ùM"
  b"\e+Åû;;<I°d\eÄÒà(Þ"
  b"\e^\x10Ël13@¦¿\x1Aš²±›g"
  b"\em\x00˜\x12ð2F£wJ³\x03I”C"
  b"\eᄃ¸wdE±!\fÛE;·s"
  b"\x1C\x18JjÌÅ\x08D†e†/›\x15b\x01"
  b"\x1C)iQ’_ùK‰ªë(ð3¯]"
  b"\x1C\x0FúÐîJ´è¥Û\x17½4$"
  b"\x1ChÅ█4\x04╩Nâ¹\x02\x0FbB6/"
  b"\x1C}\nÿ/\x00÷Hªt3┌ðcìx"
  b"\x1C”èk\x06®ÝC¾\x0E§Dá› Š"
  b"\x1CÞü¥7xkFÄ\x0F\x00╗´\x11X\f"
  b"\x1D\x1D/­‰\x12qH©-\x00ƒ\x13Ŧ×"
  b"\x1D8ûóRÑ¿Ošl6’åñîJ"
  b"\x1Dï\x17EËÀƒLŸ•\x02\x1FÝ\x11„‘"
  b"\x1E\x17½’ÙPµA£ûæ‹å\x06ÿÁ"
  b"\x1E\x1F$QLN£ém`½BgÔ"
  b"\x1E¸#‡êT@D·ùé>?É\x13q"
  b"\x1EÒ\x7FyU-\x16M»ÄKx\x7F›6~"
  b"""
    \x1EÒÂ#Ê5øF‹8(ö\n
    \x02
    """
  b"\x1F\x18\x17ÿ[╩ðEÅ*Ø\x0F╣hhÛ"
  b" \x14÷´š\x04\x00L¼™ªòXí²]"
  b" ?”®_\vðJ“Á\x7FVRÄ©‡"
  b" •áÀ*‚-I™S‘\x00ãr\x04\x07"
  b"!O{}5ÿ\x11M§+›KÇÄÌ8"
  b"!c\G†Ê³O­+D6ÃôpG"
  b"""
    !j\n
    ¦œ?\x10Fˆš€ ‹‹åÙ
    """
  b"!\x7F«N\x1CÎ^L«É\x15\x132s4á"
  b""Jþ\x12Ûà¿@¦s³O®ÿ“X"
  b""rj_˜Ë—H£¢ªã \x08´ø"
  b"\x7F▀Ný¶Dæ╗ù¶gõu\x1F"
  b""¤KGh:éHŽ\x06L$‡Â\x05%"
  b""ÀýÉ|ƒ¼E‡m.~¡Úà\n"
  b""Ô¿\x18▓╔·EÆÉ╦øý\x03ß\v"
  b""îHn-’=B®æ\x10õð¦\x19f"
  b"#¨U@Én»F¼9\x05ÛØ°Wò"
  b"\x17Ìï \fB³^¤À\x19\x18"
  b"#åq¤bRÝE’ÃkV\x15Ξ†"
  b"$\x01¯=«±ÑBìpb%ét9\x18"
  b"$\x1A\x13 "vŒH€ÓûÑ8\x06E\x07"
  b"$JtŸÿ»\x1AJšÉNÙwÏcú"
  b"$Z3W¸î▄DØd\x08Ã╔m93"
  b"$sh8^¼ö@Œ'»a¯IjB"
  b"\x07ͽ¬„H±)”Ô»Á"ù"
  b"$í@íŽliM»÷úäùdXù"
  b"%WZç©ãšJ¦>ÀÊ?¹\x14"
  b"%b,5hw_Cš™ú\R~r&"
  b"%y\x14d¾qÜO£¾¯\x0Eù„ÊË"
  b"%§AÇÿâØE£'¿╚╠─k~"
  b"&5¸›\x08hØL©»ˆ²¢ô\x11L"
  b"&´š×Å\x1FbF‚\x00¡Ï1|V²"
  b"\x055ÒáwO³Šw|x[Qü"
  b"'\x04ÆS\x1A·\x16Mø╔Ø╚ ÓÅm"
  b"'_Sõ©9®E§¢Ž)áïÝ#"
  b"'eRw·_\tBŸz?ãö©Z\r"
  b"'{‰b\x1EÜŒJ“‚aÑžgŸZ"
  b"'‡×\egÿäB¢\/ïü I\x03"
  b"'ñÄò «n@€O´‘öL½Ù"
  b"((>\x00èQ@B«\x0Faañ¬z§"
  b"(>Æ\‰f\x1DJ€w5Kžô\x13"
  b"(B4\x00qè¶C®Ý3\e˜È.¥"
  b"(kÊsØ3│EÆnSv█do©"
  b"(ŒÑ+Æ\fqD‹\x0E¦s@èA¨"
  b"(ÔÒ½\\x1E\x16B¶õ#•…É›í"
  b"(█íau,¯G©&¾Å:K\x02@"
  b")*\x13™^–-Mž|à\x16FZiÑ"
  b")lÍZhUìB°Ÿàc5@æ¯"
  b")ÅJì|ã·J¢°?\x11\x00ñË"
  b")—ê»\x06®<J¿n¹øŒ´ÁS"
  b"""
    )ý°Õ\n
    *\n
    J¾¢/\x11J™2ü
    """
  b"*,\x0FIrß\x08B¬D\x17Uw\x02"
  b"*X\x1Fàt~fM”鬰Wwò\x1D"
  b"*ytyíi6I©«+ÇÔƒÜ}"
  b"\x18m¤11O‰>Ãw/\x07úë"
  b"+|£dVÌA@ê[%│+Å{i"
  b"+░ƒ\x07¸\x08╔OÉ\x18«V½¢,┘"
  b",ncÉ nÙK™\x10qf³LNá"
  b",¦÷TÌ5À@£õ ²ž¡5R"
  b",Ï»Åb,pOƒ\g\e¾§«Ã"
  b",Ð\\x07åh\x05F±W^ª\x15+ó8"
  b",Õ]\x0F\x1E?þHì¯÷ªPxòõ"
  b"-\x12¹9\x18\x19FC†Û\x1E!\eÀZ\x04"
  b"-╣µ²®█þOègÉÆY░%}"
  b"-¦ØÝÚÝ\x08K¢§\x06üo¶T¤"
  b".\x07\x1DÜþ\x08†Cœ\e\x00Û÷4"
  b".CFY3ð†O°9ík¦érî"
  b".zì\x1D\t‡ßL…Ú®.ˆm _"
  b".ÉÀ┤▄w±Fæ"¤Ëéàö\x06"
  b".¿_vJ\x04"Oìîðƒ£xn\x05"
  b".ñïÛ`ž\rN²(\x1A)i§|¤"
  b"/)Y┬ı\tiH¿ÜÀ¨F.ÉØ"
  b"/3\x13âDžJº~ö¶I¡´Y"
  b"/\x7F2z.§|D–=L_Þenö"
  b"0„Úh#\x0EçK’Íà\x031l%ú"
  b"0¦êöÈé÷I–<V|Õ\x00‘Á"
  b"1#\x15ØýØKH▒\x1A.3╗Aı³"
  b"1v?èü/\x18@”A×þ.59Â"
  b"1ìßSc┤§DѲ\x19âX\x00ub"
  b"1•R>¤H\x14I´™÷"Ôêî"
  b"1—,}\x1A±†J¸h|T­­‚G"
  b"2+/(\x02u\rD—\x05b—ðÔÖ7"
  b"2“”ßJ\x12âM²èŠÔ)Æ2\x1E"
  b"2ð┌\ùòjCÄÁÉ\x18aèîX"
  b"""
    2âÉ*\n
    w–L€í\x19mé!ùì
    """
  b"3\x12s├╦1­Nºó\x0F,SÅMâ"
  b"3)ËP|°ñC–€õÏ™_\x07"
  b"38\x0E+·Ä7N░\x027ì:PÎ\t"
  b"3vÖyƒþÎI¤S>ç`]c¯"
  b"3Ķa»]┴CÅ4Í+ß■#\f"
  b"3├ãýähuAçbµ▓ì¯┴\x08"
  b"3¤U\x19pO║Oæ┤ÄìV~Õi"
  b"3ÛŠÛ™åÍM´¥\x00Ç‘×\n]"
  b"4wÖ\tN[\x1CE…¦»›°jL‚"
  b"\x18Ã<ÇÃMÂ┐J_\x1F«ÎF"
  b"4ây†\x03BsO£Ý.<EŒù‹"
  b"4÷%pl?ÎI‹aÍî\x18éùû"
  b"5\x07Í\v—’!K°DYËA6öÑ"
  b"5\x0FÊùÊš£D®>Î9½¸¡5"
  b"5@\x1E\x04┼ò\x02\x0E¦+\x18ç^É"
  b"5e %\x18m\O¹õõ\x02g“õ°"
  b"5}ÇÉ>_'B┐p5ƒ?═Ê~"
  b"5ÐðÙÈKöG¨z\x05Û|œ\x1FÖ"
  b"6\x0F(ý6iô@‰š\x07\x10h;çÉ"
  b"6A\x1D,¶”ÉFºX‰ðË:¯\x01"
  b"6t\x08\x7FÃôøI†KRÈØY}T"
  b"6ð▄\x15*©jKûó\x1D\x14åØ█┼"
  b"7\x1A\r\x04’pžM¹ÅïýÝË`­"
  b"7AMèöyÒNñU¢║v┐tü"
  b"7†ÎéÎ;\x04B®rÖz_ý%†"
  b"7·"€Å\x01ÊB´Êüwç~[D"
  b"7Û]†ÒI\x14H’¡,ra\x1C”²"
  b"7Ýu÷Ì8«I¼Ó\räØ\x08"
  b"7õ╝6¥\x014JÅ\eÍC÷M{ø"
  b"7ðiæW© JЬvŸþ6‚\x01"
  b"8\x1ExR¨e|K²j¦²üœUg"
  b"8*"ãµ\x17;NÜ\x1Eì▓òÓ\x1F"
  b"8Aá#Ùù’F•`þIì\x14Dl"
  b"8Q©\x19®}RL·\f\tä¥V\v*"
  b"8Y¹,ØsïCš\x1D%\x01=4‡K"
  b"\x14†“\x0EgH—K¿\x18ÐðëÊ"
  b"\x13)üj²FÁ¾┬\x16┘yªÿ"
  b"9#¯}áéAOƒ»©‡Ú0\x1C"
  b"""
    95„P¤SÝF¢ä¦\n
    t_\x080
    """
  b"9® ì\x1C┐«LÉìÐ8e!ÎY"
  b"9´º÷H\eÙJ¿\x04¯\\x01Ø£X"
  b"9■N\x16â&4Mö\x08ÐÓ×É▓_"
  b":&+üÆgNEëMìı¸Ðà\x10"
  b":.\x06$ĪäB¡¶…Îã\x05cE"
  b":.®•µ×\x01FˆÈ–m8\x1E­º"
  b":v\x0EL╬ı║Là\x05\x15æ8Øzò"
  b":üEü¨p\x14\x7F\x04\fG`╔\x10"
  b";\x1FH±çCQK•!\x02ÿZ™—x"
  b";:2ð\x1DwnM»²\eÈhš\x18\x05"
  b";R\f\x07I¦wD­\x02|XŽ<KA"
  b"<\fÇìµá\x0FOÉWÇiçæ×?"
  b"<‹"‡£ÿ3A´â19–\x16h\x07"
  b"<¡šü\f\x11\r\x18W”»è^Ä"
  b"=OìÞßÛøEò7o u‗~í"
  b"\x17ÇY\x07LF¼/!óQy\x18®"
  b"=ôÿÃ;\x0F\x07Aˆ¥*ÙCž#B"
  b"=¸│ú\x06ì´C£å²\x05┌┐\x17å"
  b">[ôx¦DèMÅ#´ÁUUR\v"
  b">q¤™\x16ä\x18@¾·ÁoéE"d"
  b">ÍùœgÈèN›:,ƺ!ÿS"
  b"?O╝l¬êìOá┬©­G╚l\x02"
  b"?U\´u·\x0EGì;h[%|°\x1F"
  b"?ü┘!ʺ£HüôËK┼ÖÐü"
  b"?¬ÓšÓK$C¢‰Ï~\f^¶W"
  b"?¿ŠtliÚB Ó)\x15•©A9"
  b"""
    ?Þ,<ˆÂ˜B½sC\n
    Ÿ\x06Ÿp
    """
  b"?àûš®X/@²rÙ\vcp†_"
  b"?ê%cåGÓB…\x14ºsé—x×"
  b"@\f´„V¶\x19G¿&ì¸væ’Š"
  b"@zßÈ ìSMæ┴ß)Ã▄┌u"
  b"\x17\e~©7Dš…µ\x05†š\x0Ea"
  b"@®¡7sß(Hƒñ]è\x17ªUÔ"
  b"@¯zÒ%qvK—úÓ£™×˜S"
  b"@ÖÒHfåõK» gH¼©\v&"
  b"@°S╦ð3\x0EB╣ÛRÌ\x1F}É­"
  b"AÉû╩%¤\x11Jå2¾M]½µh"
  b"A­ün ¶oJ½‰û¢/1X#"
  b"AÂ▒A\x07å\Oü¤ÄÊ\e=x]"
  b"\v\x1E­\x13KF©'²âS\x1A2d"
  b"B\fRÒIŠrG­\x02÷jÝ:M¯"
  b"B‚•\x15÷¤wH³‰js\x07©úH"
  b"BŽ‚8ã̵K‚'X£Ìû¡\x1F"
  b"BàÓ€šÎÌMŽ,Y\x1F\x05JI•"
  b"C\x08Ú9ª°¡G»▄rÈ\x19Ì┤ì"
  b"C\x15\x12ìÉS{Mª¯ô█YG¶╗"
  b"C2Ÿ¸ÙÛûL¯f•Ÿ²èÿS"
  b"C½â=²s┼Bè╣ìg£j\x1E*"
  b"D2‹+J\x0E_G‚êõߟ47n"
  b"Di{†ãéûHµ>†ÄRêæù"
  b"D‚¾ƒÿãâNžxƒ±%Æî­"
  b"Fp\x00T€\x14¬Fª\teëu"
  b"FŸáïÌõBF‹åWk‚"8¼"
  b"F£”@ñ)WA‰cÏ%`…ÓÐ"
  b"F§ŠŒ)\x11ùB„†dÅ¡sx§"
  b"Fêp#˜.\x07J†U{oÎQ\x17g"
  b"G\eºÀ·ÄZC…fçŸf„r\r"
  b"G™\x14G‘ž’N´•V.x-v}"
  b"Gí*\x11ƒ╔╗L×ıì▓\x1C\x14"
  b"G¬u,<\x0E\x18H—ð\x06ʾ¡èž"
  b"GÅ·ˆ‹z,K¿ð—!\x10½»¹"
  b"GèNঔOH—b#öL®#<"
  b"H1„=]­¨Hš²S\x15]u©»"
  b"""
    H?0Ĥ\n
    ÇBˆnðÉ39\vË
    """
  b"HG\x15G³›4@¤zEö8ŒÌ·"
  b"Huc¤Õû®Gº ;£÷A\e}"
  b"H\x7F░ü}╬\rF碭6(·\x10\x08"
  b"I,ÕâBÊ╣C┐k+Øıjb^"
  b"Iq\x7FÑý`BIªÜ”\x04í­¨)"
  b"I┼h┴ùu»Oƒ\v¥V¤äØ\x10"
  b"Iù"M¯5!D½¢³$\x08õ b"
  b"Iú¥8}™‡@¢\e²Í\x19ÛÎ("
  b"IüÐëc%ŽCº\x05¯\x03(\x19"
  b"J<»ä6@\x1F\x1A8³*ï\x15r"
  b"Jv?‹\x058¤I¤Lç8"ÓH/"
  b"Jê±ïºÉ─K│|J═i*ý~"
  b"J╦§$■╬lC│RZ»░Ø┤."
  b"K\x04<K0¼æJ‹(ƒ-÷"ó›"
  b"KmþFt«¡E¹7³³}Ó\x06Ç"
  b"KØ`ôÝpEL░íË9ß▀DN"
  b"K¼7!qì╚Cô즫\x08YT/"
  b"L,Tiå\x05èA‚ô!ž,y9g"
  b"\eo$°†H‚i`Z\x07Ó£_"
  b"M!¡ÌT\x0F\x12N¾¿½¬\x1A¤•""
  b"MwÖă\x7FßDŸëCñC14\x06"
  b"M¿Ç±ß│}EÜY┬PCD±Ø"
  b"MÀv1ä\x06íA‰ºœò[»“X"
  b"MÊYÔ®l4N•QŠøoÔ³\x03"
  b"\x05éùG‡H‹Ë»ñá+Çé"
  b"NFß֎ʪK’¤hD\x18UÅW"
  b"NI\x08$‰ƒÃG˜S:ãÄ^Ѐ"
  b"N└ó¨├ó\x16\x17£Ê9╚\x12Ø"
  b"O0Ø`ô\x1C}KêL­ëeéÛÇ"
  b"Of[¦2\r‡D»\x12éÝlR\x15É"
  b"P\x1EÚ†^\x11\x15HƒŸT\x01³#î¨"
  b"P0˜6TR>H¾ÊÛ±Êü¢±"
  b"Po­ìé51FÑs\x10Ì\x08\x03U├"
  b"Ps╝xÕ┐gOÇÏû╔ØÀû¡"
  b"P}tÚñ»UG–T%d\x04\x13m–"
  b"P€‡|þÔ2E‰ÞÌŽ`kÉÛ"
  b"PìÞÍ┌61CóñYà\x17¤Â╦"
  b"P­6ni&tFµ†¯‡C\x0F\x1A\x13"
  b"""
    PÇN3Kï…K¢\n
    \x0FÓxñ¦ï
    """
  b"Pµõßì-lI┐´Éÿ\x01n╦´"
  b"PýŽ\x16T¤OI¸VŠVõ1a»"
  b"Qot˜\x00,y@€º\v‚—½Un"
  b"QÆÜ\Ì\x04\x7FGɹ3ß\r\x100\x14"
  b"QªRG\x16[d@Š(.‹¦š\x16È"
  b"""
    R=\x7Fž¤\n
    \x01I ·›<j}Å\v
    """
  b"R=å¬s÷üF¬b7çõ)÷Å"
  b"R²ÿÅ€2\x1CAƒ_ž\x13悉„"
  b"S\x1AW´meYF▒\x19òÚ\x10Ø£Û"
  b"S‘¨8Î[ùNš™zèfô<]"
  b"\x04╗XrÑEÄ]\x04\x17Ø)eA"
  b"""
    S­“K°N\x18\tB*g­\n
    F
    """
  b"S©´£j\t\x07IæZ▒üÕ└oy"
  b"Só$ΆÖoG±¨ô±íJ·¨"
  b"S÷ð‡ÈO\x7FE¾ ³M\x06\x128‚"
  b"T\x19¥@4¼.Kˆ$ý\x1C…r\fö"
  b"T*<ˆåwŒC¸ŒR.µîK6"
  b"To#+`¹âN¬Ë«!\t¿„\x02"
  b"Tž…9ºŸ[I„\x17Á䌠€¸"
  b"TïË"\x18\x02˜K‹\v¡3ò‘64"
  b"U\x1D\x045sý=C©Í\x1E\x18v˜$\x03"
  b"UXä\x03Å\x13]K¢¥£r\x17‘ýk"
  b"UwÞºe0TDš:F\x04ò|‘A"
  b"Uû†` 'ÃF¡Y\x04öJ\x10=\x01"
  b"V\x04\x04Ô.çóB¼bVVÚûQÏ"
  b"V_¸såÇÔG¹ˆu\x1Fŧ\x02r"
  b"Vcè\x14˜Ö{@²¦ä\x16:Úö\x1A"
  b"VÍ$7@OjF—…\x08ýaƒbq"
  b"VÔ)QÞ9\x01F˜¼hªŸ\x07\t¢"
  b"WBD©ÀªØLµÔÍXD ßÌ"
  b"WO"ø|úxEÅüBl\x05¢\x1F6"
  b"\rІê™C––\x07­'Œ˜\v"
  b"WÐßB\x02┐ÉHáhDhr_8╔"
  b"Wì³0&öÎC—¹\x11¤ýMƒÊ"
  b"X=fî<╬█K×ÕöGâìûø"
  b"XOü¤:8\H ='1°Ñ®ÿ"
  b"X|i¢þs)I°šI}\x14Saì"
  b"Y/#u°TÄA·äq˜UG3±"
  b"YO\x08i.Ø>KûIr╔$Ïúô"
  b"Yg\x7F\x06gI@KñØOmßS\x08¸"
  b"Y|\x13ª:XMLÅAÊC£.Ãû"
  b"ZAû\x1A¡\x14 @ñ­■ØÉöºU"
  b"Zbüb×╦©CÆ7b²¿\x16î\x18"
  b"Ze$®ÉËÏJñ&Éï╝àÂë"
  b"ZƨÈâRHO¨Ð§}äO ä"
  b"ZÕÚÙü■»I¥Ç+(&9}¾"
  b"ZýÙ·Š‚]M‹›'×ýº\x1Eˆ"
  b"[¢1F±IvF‹1}`ùIAu"
  b"""
    [ã]µ\n
    nVA·¾Ó·¦)5ð
    """
  b"[¯ÅúêU6DÉ╝YG4\f"
  b"\&—÷î»õK‡èƒ¨Žzé"
  b"\rÐWm©rN×Å;y╠M╝}"
  b"\~\x06Ø}trK▒██Ü\x10>ª·"
  b"""
    \ÄAGYTrO░\n
    É╬7\n
    ─î
    """
  b"\x1F°A¦°E¹Â<³%(Š@"
  b"\ã“°µšWK°û\x0Fü¥Šy@"
  b"\x00ý6ÿ|N“äA\x14¹ÿí\x7F"
  b"]\x17k<ØÂÑEÀfªÖW┘FÄ"
  b"\rõní™B§¾‡M¨\x1F\x1Aâ"
  b"]÷\ ┬4\x05C¥¨Ò6┬||Å"
  b"^F÷\x05±í¬HÉnRýÃI/â"
  b"^\£ö,¼ðGº+Å¢\x00\x03"
  b"^ìÊR\x1E\x03\x1ENïI9âï─^¶"
  b"^¼F²ÁÈpMüLª\x17í\x13Ü*"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"`\x17¥ÀzÔ\x13GØomc┐ñ´o"
  b"`‡¹uW—;B¥PÝ\x11P@1Ä"
  b"`‘]äÎ0,@²t\x0E„&ä¿\t"
  b"`¼uf\x08(\x19C·_“#`±¥Á"
  b"""
    `ۺ\rǫ\n
    Aè]9ó_ü■E
    """
  b"a@GNú©òE‚y¥¤8Æ\fþ"
  b"aq#!ÁfòAŸe"¥žÀÊ "
  b"""
    asá\x14L\x1EÂ@œ\x1EŒ‰\n
    ìW²
    """
  b"a•ÀÀ£$Â@¶V­×\x11\eu#"
  b"a¿}\x01ÑD´O£L\x050¬Uê¨"
  b"aµAÚ%°\rMüq┼8G┬┬╠"
  b"b\x07ÑNý„áC¯<µÞzd€ñ"
  b"b\x08M▓?5¶@Ŧ¥╗â╝¼õ"
  b"b[Ý\x1F_êB¾³Ië´Æ,°"
  b"bc¡Íw(-GªÅBÝv1ùë"
  b"bjp}ØÈ+Nå\x12ùÛA\x1Aò\x02"
  b"boï\x17\x17^|F˜¹Â\eÜ\x10"
  b"bs\x018„4ŒB»ˆ¯Á¡ßøG"
  b"bŸ\›À\x16èN‡0§\x19;\x08àp"
  b"b╬°}¤r÷Lì\x03\┐=\x02èÎ"
  b"bðÌâö\x04Ø@ø\x7F\x01\x03ç▓"
  b"bÒÙªõDwL¾¹+J\x14\x11\tx"
  b"b§]\x05:%ìHŶ\x0E\x0EÊıÞv"
  b"c\x04®§’ûåL´]€³dAòc"
  b"c\x186*Ïw¥Mî╬l2Yüun"
  b"ci-4\\x0E³M¯\x00ŸírO">"
  b"cÐs7pŒ*Iµ\x1CË€´ýj‹"
  b"d2¦&‡œïF”\x0F9\x1A2#Ñt"
  b"d┼x\x1Ds▒ßDæ┐Æ\eì<_o"
  b"d÷W;yöA@¼DìNŽnO="
  b"e“¹‡.¦âA¾#Ðñ5ÃÊ("
  b"e² W寄J¸\t\x18‡^:ùV"
  b"fRÁñ¬:¹C¥\x14»?llpÉ"
  b"f‘\e\x17èW\x1CN­Ø×–½\rE‘"
  b"fÜô\x06c\x1DîC‚Ìóufeú;"
  b"få=šåÇfN„\x11®*c“!¶"
  b"gZT\x14\x1F5gO„ÑÍBV\x07\x02J"
  b"gtö)LñhIìTÀº³▄6¦"
  b"gªÆ\v\x19!\x06K▓\x1E└╠Aüè}"
  b"g¬¤ \x1FFWE«uz\x14­È”y"
  b"g▓e\x00\x12óBJôØoÂ6\x0E"
  b"g׉C/\x10QL¥°²‚ªqOn"
  b"güí\x17\eeÇ@„ÞnÌ|ޏ¹"
  b"h%\x18!Hü▄GÉ\x08¶£\x10G÷9"
  b"h<­¼ì¼├J×\x12~×"$?\x02"
  b"hE]’Ó­jJ¿\x10ˆ5öÃu•"
  b"hgÑ‘ßh“BŠ„YsUs‘p"
  b"hh\x07Ò†U±F”|\x10„BPá/"
  b"hy\x04\x02\x13\=@¡TÝ‹(ç\x1Fž"
  b"høB* ü\x13Nç&9²*©8\r"
  b"h «"¹¥ÐJ±í×\@ãÔy"
  b"h¶~\x0EyÒ–N–FX˜E¥ZX"
  b"hý«È\x7F\x11¸H”Ї}Ôþ4g"
  b"i<\x0E3yÅfD½L“\vU•/&"
  b"i„ezÚ‘€O°üÜ\î\x08"
  b"\x06\x14«“#Bµ\x07sÑ[ÿ88"
  b"j\x07¼É─)3Hü\tå\x19\fUý┐"
  b"j'\x10õoŽÖ@®;æœvõ\x1DÌ"
  b"jpÝÃ/\x19\x10L‡°¯1Xˆñ_"
  b"jÉ_NP█¦LÇxAë╝ôg╗"
  b"jû}f*]ÅHÜÍ¢ôSGhB"
  b"k,<\x1A&zPI›Åc\x150÷”X"
  b"k@\x01„4“¥G€\vóàô*í_"
  b"k¥ýìÄÚÜDˆò³©”Ìð\t"
  b"l/ÆŸþd—M¸Í\x17Tæ¥äí"
  b"lT¦¾¬SlI‘åG¨\x7F"øc"
  b"la(&M·▓MùÜ×Ê╬Å1ı"
  b"l i1IX4A”»=â\x10_ú½"
  b"\x1DüC#ÃIÑÚïS\t┬Ü¥"
  b"l¥└5ø┐KD▓ ØNm╣×╠"
  b"lÔò9’æ<@´gIâ~"­ð"
  b"lÚŽÛ‘\x16œLŸ\f4V,cÝv"
  b"lÕ>·±¶¡MÉ└\x05u╝╗Çû"
  b"lÿq?úDhJ•\x0Eë”:*‹;"
  b"mCÚ\x16\f߬C˜×ŠŒˆ<3–"
  b"mT─DqıQO¬┐¨!ìH\x04{"
  b"me\x0FÐT\x12øBˆ´mW`ëxD"
  b"mtþßÿÝÃB˜üczècRå"
  b"mâ‡sWýùO ¨Cî?]µO"
  b"m õÎ\x1Cd;C┤╣\x00ü_§¿ï"
  b"n3¢\x03uÏžMšâ\x00\x02Ý·\x1F\x10"
  b"n…oUö–¶J¢Ý>ù@vÝy"
  b"oUÐ/¸PCO²Ç©[P_ed"
  b"oy\v`╩■ØBú1D═x~3\x13"
  b"oˆ;ÕCacA¦1m\x06km7÷"
  b"o’úæámbLµßâ \x10A„l"
  b"o¡òx¸6¤I¥kÔg‹}1œ"
  b"\x1Då÷L\x03J¯˜¹c˜žI¼"
  b"p2–„\x12™QJ±|ʺ\x07ˆÎ!"
  b"p3!8a$?F·\x04éÖTÚ‰¡"
  b"pü÷·co\x06Hÿà╠,õÁ\x17"
  b"\x0F\x1D\x1Ai¼Gˆ.Î^°/<t"
  b"pá┤® *UG¿─|ºØ\x02├■"
  b"pì…Ìz³ÉG³ÈéæÒÅ[\x0E"
  b"q\v\x17¿:\x14H╗ìz$â¯;,"
  b"q Õ4.¤úH½ä\÷°òà\e"
  b"qr[▄┴iWA╝ÐO┴÷üÎf"
  b"q¢ƒ…Ù\x1C’B›ºòùŒ9_Õ"
  b"qêŽN9…ÅO°ß\x1D¹\x12äϨ"
  b"r\x08#vöCÃG \x15&\x01"§#z"
  b"rS┴)Ð|?AÉ┌µÚ_Kë!"
  b"rX\x01d¤¹O@œ:aVzŸŒ0"
  b"r–ŠOz\x00ÃM”äMŽó\eí*"
  b"rº5ѵ\x0FvG‡Ã0ûØ\x08…T"
  b"s\x07Ï<3°yH³Pu<A¸”È"
  b"s4o\x03ædÔF”j[É\x12úæ“"
  b"sOMw~ \rL³wÙÝ›¹Ò–"
  b"\x00Ø\f¯§KŒ\x13g4ü(úš"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"sÒ·\x12T}4FÅoP&╚<─^"
  b"te\x00î¦Ñ\x01FƒmWÐ\x1D:wˆ"
  b"t~±¤µÑ3Iì░c<Îg'È"
  b"tóù˜Lñ¯H“\f\x1DÆXJz\x08"
  b"u\x06°\x14\x00¢\x14I°úí,?'”Ç"
  b"u\x15ì×ãoÓA®es‘\x06\x17"
  b"u\x1D0oÍò\x07Kµ)\x15+ôøE‘"
  b"u$ü■N\f«O¿xÜ¥³ÈGl"
  b"ulÔF\x10UUBó^┐îì^ÙÊ"
  b"ué‘›\x1CY‰J¢‘‘äCÆ0·"
  b"v\x01´p>ã¾I‡g9kûµ5·"
  b"v\e]"¢k7Lö╚2x\x18R!Ø"
  b"v\x1E█▄Ø\x03èCÜ\x00Tû╔\eéâ"
  b"vîéc\x1E>þBÂ\x02i©týÉ\v"
  b"v—Ú‹\x14láF‹Óê½…‘B\x1C"
  b"""
    vü®ê\n
    N¾L­Ú5Øu¸‘¤
    """
  b"""
    w\x04ü\n
    \x03@▓█´1\x16‗V°
    """
  b"wZõƒ\x14ÉhI»Ý-+\x19s>Õ"
  b"wjúÀ\x1DÎþAƒéX½\x10á*p"
  b"w«ƒAB\e÷O«ÙãCÁˆø³"
  b"x\v/\x14wZŽD¶ÏÆ\x1A÷k­ª"
  b"xL_\r3*àB—ϲ\x1DXúqo"
  b"""
    x`aµ\n
    “T@‹·åÙ.\x04
    """
  b"\e"EjàC°UÙ¯’-ļ"
  b"yDÒ║ÊHªA▒ÕùÑ¡ØÒU"
  b"z\x0EC³Z\vðHɯå╔~\x19¼í"
  b"z]Æ\x16\x13íøHÅÒv\x0F┌▀jÓ"
  b"z╬ú╔┼ãÂEØ‗─£[<IC"
  b"{\x03\eq”©qK’7^)l\x17\x07"
  b"{<ÑQ6}\x1ELÁ¤Åïð\x1DØQ"
  b"{K\x03–¯‚|E¤Ol\võ“£ž"
  b"{êkb\x1D9HL­·8\x03OÁŸN"
  b"|DÆTŠ)bG…g‹O^, n"
  b"|ûÅ┘ç?¡CÉá║g\rÞ\x11]"
  b"}\t\r|N€K¦Â…qC÷Ay"
  b"}$ÉRuu!J€rÌÐ÷*[~"
  b"}7ÇêÌ╦ªHº\x0FB\x1D\x1F\x02Éä"
  b"}=ù5âäÆB¡Ô\x1CijÃiù"
  b"\fU~SLA±ªm$‡Þ”²"
  b"~B’o]\x04cM•ßyõs¶\x019"
  b"~‡oÐÖþ¬L™%Tí=ø€»"
  b"~Ûø\x05Bý│Dì6\x17¿¿\vu├"
  b"~ðþò„à‡N­t¨kJK\v\x03"
  b"\x7F1УD¦zK£ßr\x14ÛkÁ\x19"
  b"\x7FVÚëÆÌLC®V;ƒkï%}"
  b"\x7F\x02i\x10DNäÉ ┐ßh\x08n"
  b"\x7FånI¬Õ¢G„x²PƒâMz"
  b"\x7F§(,YòâDíkì\el*wi"
  b"\x04WûP\pE“\eüÑuýÚÑ"
  b"€]5láãgG¥’\x06\x12 «\x01º"
  b"€q|]Ýó„Gž«A/K\x039‘"
  b"ÇzdÞÅ─PG╣%ÊÔ÷0Ïq"
  b"€ŒÚBYòFIŒ<HÒ_Sxm"
  b"Çì`·\e:JO¬*¢\x18╣SuÅ"
  b"€éÂN²oéH±1PÙ¤0žô"
  b"ü\x138#ao*Gí7çÓı)ã|"
  b"üºª;ÎùÞF¿\x0Eü±ô└¡B"
  b"ü▓\x0FîÛ\x03\O┐¿ù\t\x15?┴²"
  b"ü▓à┌ıÞuGà\x1ApT2S±\t"
  b"""
    üÊtǬåúKÀ4ßx\n
    'Ou
    """
  b"\x12æ€\rwàI†QhÞþ¸—¹"
  b"é^\tvUÜÜMÉQs`ƒfÛQ"
  b"‚b\x08]°<ÒL©Q1ÃêRµÝ"
  b"‚cæ@:€FO€þù\x04vvÉx"
  b"évfÞÌwÄB®&┌þÅ\x04Ð┘"
  b"‚Í>¡‚ômM°Àõ~n¾;ª"
  b"‚âû-ƒ~¦A¡'~\x19øS\x1Aù"
  b"ƒ%\x038\x00´\x1FIžw²7÷\x11»>"
  b"ƒ~\x17„ñÐ M‹¼ÝŽ¥N>¨"
  b"ƒ™šT"¤›F«°d*Q\vsV"
  b"ƒ¨‡Ñ^çÀOŸ:òî\x1EÙ\x14\x08"
  b"ƒë³i|sFO‰•úõÀZ–*"
  b"ƒÿ)G`8dKŒ4‰)å`\x17ú"
  b"""
    ä\vi\n
    nEéOû;{«3█iÉ
    """
  b"äYÿ'6_\x04MÅh\x06ä\x00±Ýß"
  b"„h¼©\x16™øE´Ñ‘ƒË£[ý"
  b"„oÁÄGm÷N¹\f$W:\e`„"
  b"„Š*^!fªL¾¬¢„ïm~f"
  b"""
    „Å\n
    ‡–H#M¹\x02ל’ÁY/
    """
  b"„ã„\x7F5*rB…?\vÉÔùTy"
  b"""
    \tÜÝÙÎ¥O¥O\x066\n
    
    """
  b"\x0Eû\x08lçuF¨Œ´–@ú’Þ"
  b"\x13\x12ÇppæAº<ìˆlx«\x00"
  b"…N¸ø5\x11‰A¹­a§µ2¯h"
  b"àYñ\x05UÿbNÀ\x1C╬<Ô%ÉT"
  b"…ó²¡[d\x1AG†Ó™yk\fÞx"
  b"""
    \x17\n
    é¶ØtF”Õ\x0F\x18ªŒO\r
    """
  b"åºÊ╩╩\x03ÅDò´\x1FÌ[ÜÃå"
  b"†Ë´ÑâÕÂHƒg\eæ¿£<Á"
  b"ç\x07íf\┐üMƒF:\vÁdð²"
  b"ç\x13¤2°A\x04@ÅÄúï'\x10`a"
  b"‡!«Â´\x13‰A¦\e&W+\x0Fì\x19"
  b"‡7DŠýg\x01F¿’¸\x19\f­c\x04"
  b"‡”§¶ï½oMŠ´:6ýÂË7"
  b"‡˜ó@ÍŽ³Fº2*=˜ÒYÓ"
  b"ç─Ã:5q"Kì\x0E\eq::#"
  b"‡ÅøX\x01VßJ—ÓŽ\x11\x0FÂe\x03"
  b"çß?\x19»º¢Cê¼Æ┴░▄LØ"
  b"""
    çÔgC&:─OØu┤Qiw\n
    :
    """
  b"ç²cwE¸üC║╩▓`7ÐòN"
  b"êy®É¨■IMÀOÔPV╔y─"
  b"ˆšÞ; \x11ÕK‹&ðz_]c°"
  b"ˆžê\x04›2ÙI¯[~aŸ\x15Ñ´"
  b"ˆ¥TÀò¹-@„\t&YÌâ¦{"
  b"ˆÁm?\x1Fs±F®œÇ\x06Ýh™µ"
  b"‰6οëFŒI‘›LpÜÖWõ"
  b"‰G¡­PcdI‡‡Lû7\róS"
  b"‰V\rµ\x1A ¥Gƒj›½±÷g†"
  b"‰WïЮ±cFµí=\x01HïÈ%"
  b"‰`Ì\x13íú\x12G­Ü`6&c<Õ"
  b"ëbÉ_Ö[╔Má‗ãµTF\x19\x1E"
  b"‰{iÀ`™VLž-Þ{@K\x0ES"
  b"‰¾6©õh.Jƒc?}+ØF\x1D"
  b"‰ëNs‘Î~F¶£û;ÉòÀ®"
  b"Š1|þÞ|öC²gËä‡,\x10L"
  b"è?0\x13░;ÙBɬCøé¹█\x08"
  b"è^ô/┌\x14ÉEòì \x1AÔý¼¿"
  b"""
    Šl\n
    Ÿ‡àÚF›\x017:G‚™C
    """
  b"оR“lã˜D„'¯r[œeÚ"
  b"ŠÔST\x13ŽÁN»\x1A¢Ü“\r±µ"
  b"ïÿ¦\x03\x0FË9JÜ]ıEÅ¿ t"
  b"‹ñM.\x10\fÈ@¥0©Áy\x18\t\v"
  b"Œ\x05úí½ÀHM¯‡w#<'j‹"
  b"""
    îI7î\x19¹îKü¬\n
    z*!"`
    """
  b"îiL\x14ü9\rDù^ÒÜ4{┤ò"
  b"îÿ─̧Y4Gªh»Ø(\x05"
  b"îØcÇóù■Kå}nÏ99\x7F]"
  b"ì\x02G‗4█,E╝└}ñU°ö["
  b"ì"îP¹Ï¤OØ\x12{ú­þı┬"
  b"ìø (¢I╝Eÿ«¸y\rÄaW"
  b"ì½íþýBÊOú┌ÿº¸qÍ\f"
  b"ŽBXÔœ[ N„ûwUJµt½"
  b"Äd═1ØæØI┐│8WÙÄ\x01þ"
  b"Å*¹d\x12'ÿHÑ}¾\x1DÛaèÕ"
  b"ÅG\v`ú3ãLé┌▓J\x1EýxU"
  b"Å¥-\x0F~▓\x15\x16º&┴▀oÔ"
  b"Ŧ7\v*H\C»▒¬3ªÇ/:"
  b"Åý·bK┬\vAé¨│©¸H S"
  b"Ŷ½\rÿé\x1E@Ä£½J\x7FÙ\x01\x11"
  b"É\fªgïLQH▒r<~─/,­"
  b"ÉGRÎ├øÇEù‗âØ`█¿f"
  b"ÉZÆ"ÆæµHÖ■³À╝üud"
  b"ÉÞ8Ó`,¯Aì\x00\e\x1A╠Ó╗5"
  b"\x02.ϸ‘«D•Àr©Ÿy\x14t"
  b"‘#ˆ\x18kŽVJ˜tW÷ýI\x05ù"
  b"‘Uüx¹\x08ØH„\x18Ÿï\x19+£·"
  b"‘䄇¤¨\x03H—:w\k̳v"
  b"’³×Ö\x01\x0F‘L˜\vò´ÚC—"
  b"ô\x1D ıHü¨E╣╔³EX¶gJ"
  b"“]¶lÝ„¿Aª‰ÛRØ9g."
  b"“~V—…\x1A§D†¤äp3X=0"
  b"ôì\x12┌Äv\eCí ¦NÉÿ¿ì"
  b"ôÐþÿa¤¦G¢üe-┘ÌÑS"
  b"“ã1$.6ªO£\x05\x134S§„h"
  b"ö?Rwÿô┘Mì s\x06╚EÂq"
  b"”¼§Ü\x7FFiA¾¿\x1C\e\x01”üz"
  b"”¿òŽé£9H–\x12¬K`©%J"
  b"”Üký®\x07ÌG£SN.¯Ë\x03%"
  b"”ú\x1CȸŠöDš…d.\x04=5^"
  b"”ú¥rȦœK‘žäÜÝNºÈ"
  b"\x18{‹Éø—C…'‰|o\x02"
  b"ò{YÐ\x08\x1FëHÀ▀>[\x13²ÉÚ"
  b"•ÊÕL§³–F³pÿÝèÕ¹3"
  b"ò■NÚ±┼6HÅ╠qŲ┬╠m"
  b"û_╦ìF┴¡Jƒ\x0Fê!ñ┘ý░"
  b"–dÞ\x17=ó²I¡\x1A\x16±a(‹¾"
  b"–ì4ó¾BßJ¾”q©\x16¸Ûi"
  b"—<ŸèÚ\x07NF€„–絤€i"
  b"—Iw½\eóèA ›F\fø\x18‘¦"
  b"—\wæÓ\x07½A¿ãQÊ 'õ5"
  b"—v‹–#¡ÞM•ø“êÓ\x1CôA"
  b"ùùÇñ{ÆFAò\x12?íÅá\x05Z"
  b"ÿT|øåÚ\x0EL½Ød¡KÞÎê"
  b"ÿï█ÝðãÉ@╣\x17$Ä!╣¾Ô"
  b"˜ÕçQf§èF–X\x14\x10\x15*\x04\e"
  b"˜Ù\x1Cp~iËJ¦¡#\x07*VN•"
  b"\x14\v‚ÛI~O€¬hCÂuÜV"
  b"""
    Ö3\n
    J¼üçFâDàf─At£
    """
  b"™py\x00\x00\x03\eA®ßV\x1DÚÖ\x061"
  b"™~7®Ç¸vL¡á‚û?5¡r"
  b"šWÒÁV6ÓB¡I"8:ZÐ\x08"
  b"šcb«˜ç¦C€é‚b ?eV"
  b"ÜlÒ\x02▀à2DÉ÷° \vó\x10"
  b"šÖj¿\x18g<J˜v)*\x06¨’*"
  b"\x12ØGIÔ,K€G\rþ1x†ä"
  b"\e¢˜¼Í>D™\x16ZÎŒ#\x1A@"
  b"›,)š\x12\x18NLµŸ7\x7F$7\x1F§"
  b"""
    ›6ðè(˜íK°A \n
    µ˜,»
    """
  b"""
    ›Y4Š9\n
    \x7FC¼mÓÆ@ÿw}
    """
  b"›µy"^6HLŽÑv]zØ\x14þ"
  b"›æøÇÁ–ÙBŒé:×K ·]"
  b"øÚ\x17\x0Feg@òÅõ»▓¹\x0EU"
  b"›ì˜úQDnJ„£K*”q\x1C"
  b"œ%\x05\x10bE¸¶cÚ*Ó\x18,"
  b"""
    œQà$V]§@†\n
    \x07ì\n
    
    """
  b"œtš‚¨\x14±F©\x01\x14ÅÇQ;v"
  b"œÛùqxùùD‹\x10u¯ŽC°y"
  b"Ø(¥éÂizIÖ3█L«\x17Â\x1F"
  b"Ø1:ÿÑ\x112M▓ôò÷Ï\x03N┤"
  b"Øpîyµ!kEÑKü]æöxX"
  b"ØÃjQÄÎÔ@íK\x7F»\x1Aè╬º"
  b"Ø‗?V¾Ó­IǪ6Î■#7©"
  b"ž\x05Rìr’€B„–o}Íógb"
  b"ž\x08…†wcµA–ã_F=‚ÏP"
  b"žçé\x10NÏ)B¨63—Ó—Äå"
  b"ƒTÔ§´wCJÑK­ÚÅ.n&"
  b"ŸŒöFÕP¡Bž=\x08"?\x17è\x05"
  b"á2\x0EÁ╝ÜNGÉüçÏ÷Ýhs"
  b" „E\x11Õí~G©W9…7¾÷å"
  b" ‰¹¤\x19ü\x07C•âÚ»Äc¨"
  b" Šh\x01\v@ˆPþ\x01ƒ¼É\x1D"
  b"""
    ʫ8„6\n
    N·ê0üõO"P
    """
  b"""
    á┐┼Á┴╠‗A®É¸øc¹\n
    õ
    """
  b" Áw}½\x18#L¢F¼\x10+W@4"
  b" Ç^˜þò\x1AK»IJüµ}tƒ"
  b" ØÄLè§‘M¹Ky£.»ŒF"
  b"áõtìù0<Eï<ZøÕÂõZ"
  b" úvg\x06HhBŒz@ða\ü\x1C"
  b"í\x03\eÀ¾Q:Mì┌6\x00T└x\x0F"
  b"¡\x080A2…¬C’\v\x10Ò\x17"
  b"¡,3\x0F\x022GN´›R$\x14U\x10¼"
  b"¡HÏk7¢\x06MµÌÊ^ÍL!0"
  b"íéÄ×6\x1F\x05HÉ»\x015) éÁ"
  b"¡¬\x1A³\x04ÆÉJ›‰¤Ò4Ž\r>"
  b"¡¯ÑÙ‰ä\tH¼i\t\x12B\‘&"
  b"íίD\x0FíÉEá\x05¾ÁrÜT»"
  b"¡ø».àÌ7L ä¡ó§æ,Œ"
  b"ó\tc$Ø_½@ǽW¯\x05X°╣"
  b"óÉvCLc`Cùy\x19í0\x1FÝE"
  b"ú\eIA4ıÅF×ýDgõȹ_"
  b"£7HéƒÙRMœºQ*Aj\x03»"
  b"£Ÿmcš{«@­Á[\x02ß\x13"
  b"£ ³\r\tÀ*Lš·:ûX«\x07\x1A"
  b"¤ÔÅO€…"H˜Ñ\±²4â‹"
  b"ÑT¡¶/o┴IØ\x14Â╝¤À;§"
  b"¥hH‹P2¢Mˆ\x01\x01z\\x16ö\x02"
  b"¥…yT¨•]E¹ÿd\x06ï˺—"
  b"¥¯åw4Ä}L–ô¤\vß„}\x04"
  b"¥Óz\x0F1]U@¬Ý\X\x1Cƈ»"
  b"¥Úó0\x10ÔÆL¦{“Úÿ\IÓ"
  b"ª\x02~U▀æGAŧó╩╝÷æc"
  b"¦\r\x0F\x1Dv@G¬AC'ÌÕéÇ"
  b"¦\x10ÓÍ[ÌæHŽ=v\x02H«Ó½"
  b"¦3ÏPþæ}C°\x1FøþÃU\x10¢"
  b"ªp╩ë\x12¨üGü\x1Cº×¤S\x19×"
  b"¦~‡þXgmD¥¤¥}žJ¦O"
  b"¦›‹ K³IN‘³ƒjªoØZ"
  b"¦©ˆY:Á³I¼œjœ\x03\x18"
  b"¦ÁÍõ?z~G–\e§v2â0¸"
  b"§Qó>Ø\x02UL´\x1DU'ˆáM‚"
  b"ºÉâ>DQ\x04CØrS#-ƒüÃ"
  b"§ŸbX@ô»F©xA¶Ëãm¢"
  b"§ºÊHŠùOB­PpÇ\t"0Ã"
  b"§ÑqꮥNM¶‹r7Vë.p"
  b"º▀ç\x10f÷úJÁ5Ù¥Ø1áï"
  b"¨?¡\x02¼æ%D¶k‘³}„šÚ"
  b"¿`òy▀?bCí\x03Ø\x1E¦Þ«p"
  b"¨ó_ôü\x1DNB¯c¢Ø„¤d?"
  b"©\x08\x1DˆÙ¤ãE‘jûQ \x01\x1D"
  b"®\x11gV9´zGîÝ\O├CÇì"
  b"©âÄ@fâÉI«6ý˜±î$,"
  b"ª)Gæí\eçC¾Šõ˜U‚ïÉ"
  b"¬L«@a\x15?Lü¢\x0E▓Î├íl"
  b"ªn{ÕUÇúK…ÄõðS€ô¬"
  b"ª¨\x19y<DÃNо\fL\x15\x16™Ô"
  b"¬│üÃ>ÝO@é‗ò┐cî\x19ƒ"
  b"ªðÑ}È…ÇG²„D\x01²U&["
  b"«'±è\x7FZÓL—σ¤Æª‹_"
  b"½.#& ‗¦L«\x16\x18ß±Å2¯"
  b"½IT8ÓaÚKô\x7F<¤Q[ÅJ"
  b"«t\x14÷õ\x1C\x1FO¬4¨^@œƒ¸"
  b"«œ\x1A1~+5N›\x17g@›\e\t´"
  b"«Ø‚,0mtN‚Íc1å[d´"
  b"«ò®\x0E)óëL²<f÷]àä\x04"
  b"¼?ÔN\x0FÒÓLí┐¾═┬ÅâY"
  b"¬ž€’ß´3DŠuŠ¢½uÌ\x07"
  b"¬×‡K\x10gøHŽÞ—Z²Ü¾š"
  b"¼┘»sÜ┤úDØj\x07©R╩▄ý"
  b"­+¢ke@™C¹#Ô±\x16˜:á"
  b"­,²ôYk"E–\x01#¡ù€:+"
  b"­=õ#ˆ\x08!D¿CkW¸\x04®Í"
  b"­¯Ep\x10ˆ­D¥%~[Gü±r"
  b"¡╚\fä»/SN┤.\x17Ê¿Ì7ü"
  b"­î9Aæ\fAL¯™ç\x02ôÖ\x18"
  b"®\x0E\vk*ø\f@®Š]E<zE7"
  b"®\x172l|§\eJ©a7?è€^ƒ"
  b"®8Ðç'=\x7FE‹R“Š\x18½di"
  b"«:ÕM\x12■XNà¢1êÀøÅ_"
  b"®M¾¢\x08¾ªAº\x05]9¦åoM"
  b"®ÌZ4úK\x14N¹¢ÊŸsi\x18"
  b"®ÚÐq¢û’@›.÷”#J¶2"
  b"¯\x08„›®•ŠEŸ—û}|ò2ª"
  b"¯\x14„ÿ‹\x00AN•AI{\x10\tüÕ"
  b"° Í™Š-YB´d2]`6!)"
  b"░¼\x1AØÕûþFâÞ$¨2À,Ä"
  b"±_þRÜ\x06\x1FF‰ÇòS@¼ÿ\x16"
  b"±åÿÄ`ÍWO¦ÄMßBù\x16|"
  b"▓:P┴\\x11ïMëü╚TalS×"
  b"²GNx\x1C\x1EÒL±Œ{\x1Fç~.Y"
  b"² |ïVÌ¿A®k\e}²ö&Æ"
  b"²ÃŽÁq60F¡¶\x01{Ã?‚q"
  b"²û\exzM=J“\x03ü3lQãv"
  b"\x06Kæç×AA╗¸ü¨Së┴Ï"
  b"\x1DeÞõ\x0E░L¢£ÉëÅÊaÌ"
  b"│;]ë£\x08YDì\x7F\x0Féðu¨"
  b"³M\x07Ó1{\x1AKº/ëb´û®\x01"
  b"³ã¤âè#ŽN‹®ý*t)Ôn"
  b"│§ixöù\x06CöGBçì«\x02ú"
  b"´GC¬\x10òtO£ÉŠëJÆMÕ"
  b"´ã‡LV:ÌJ¦œ7?aU'\t"
  b"´æ‡³1÷sK›ÉQ\x1FF\se"
  b"µð¥×\e\rNB‘6ÂA¶V¾‚"
  b"""
    \x02\x1C\n
    TqµN‡ýüªØ'ö½
    """
  b"Â\tÏæo½ÙMáxýÑTÉîs"
  b"¶Ö)¦-\x1DËO°wa)ïÉõ!"
  b"¶äÙTÚÓ/Bºk–_¨¯cÙ"
  b"¸ØÒã¶éGèæ{\­#═T"
  b"À\føs¾ãÞ@Öü%£ÖÉ▄k"
  b"·/\x7FòQ÷ºH€‘Å%”€\rP"
  b"·I¤zÆPiEŽS8!z¬\x0Fý"
  b"·®bÚž#wEŽ‹Xð\x15=Ù_"
  b"·÷kä¢ÕMG¤–²»Ãp\x1DÆ"
  b"¸\x02\x1CìÐ\x1E‡F’\x11ö_D¹HŽ"
  b"""
    ¸>1sæ‰óL¸Ã)à\n
    æ´U
    """
  b"©üh/ù\x03\x0EMä·'\x07êùð¬"
  b"¸„Ó>7¸cHšï45&ýul"
  b"¸á’|ÓÆ&I¸>T-¦Tµ\f"
  b"¹\x15\x14\x18éOœ®ùnÕq±\x0F"
  b"¹-<Ñ\f¤`A¸\v{Œá<Ë*"
  b"╣År!\x0E<ÅIïT7├═\x04~x"
  b"º\x11ºó•ÓaN¯õ<1˜åH\v"
  b"║G3ÃUGÛCîg\®ı\ì\x14"
  b"ºJXaJ\x0E¸Kˆ¯tÃQ]Hâ"
  b"ºTƒ>=ä}M¹o3²‡T„–"
  b"║ksØ·;£I╣╩┴å\x1C\x05"
  b"ºw'@W\x0E/@³kžhMÎÎN"
  b"\x02F+\x1FzïOÅoGú╬§ßï"
  b"»\v ë\x01ì)O¢®$„Ò.åD"
  b"»Y¡\x10\x12˜qD…\x1EÙ}ÏŠÈM"
  b"╗k╝çÂ1 E»°J-þ¾Ø┌"
  b"╗Ü\e\x17\x05\x07#õæM³p"
  b"¼\fIs3¿àA±ÏM r\x0FD“"
  b"¼\x17h\x06ÒKžG«\x0Fyê+R\x11X"
  b"¼\e\x0Fæ†/±B¯\x00tÌrHg\x1A"
  b"¼4¹‹z\úF¬¾Ø•Áîeb"
  b"¼Tµ’©T›J˜Jm\x0508Õ1"
  b"¼®×½šö¯I¬\x03}\x07•½0¯"
  b"¼Ì\x01¼á_´I´Š\x137“ß\x16\x15"
  b"¢ä½╚¨G-AØ` \x11Æ)Â("
  b"¾EJ\ti¸)C¿)\x08Ö„™ðÀ"
  b"¾ŽYn_’ÔC³]C¤ÇÝžf"
  b"¥░N└,}╔A╣▀>Å´nÀï"
  b"¾¹UiH\x7F„F©ªJ\x06\x03ú/["
  b"¾ÓF\x10«“´N»µŽàäI×B"
  b"¿ ËÃÜÞ_Eª}0íc@ÜK"
  b"┐.éá╔£IMâØ@\x18Kq·ø"
  b"┐[jqì\x19ÒGóô5\x11¨^9┤"
  b"""
    ┐t((é\\x13FÅ×╦u\n
    Y3å
    """
  b"¿¯îšÅ\\x7FG•;ê7ymðî"
  b"¿Àk<˜µtG°\vŽ[Ÿku""
  b"┐─╗°gyÑL©┐åE ¸ü§"
  b"À[˜È\x0FyÒJ¹œ\x03¾U8v\x1C"
  b"ÀžœðF¶xJ­qË\x1E“¿ZÕ"
  b"ÀõšˆåÅöH°Õ³££ú¥b"
  b"Àõâ;WiÈKž\x7F~õ›+<3"
  b"Á%è¹ÙD¿N“Þœ2ÁiÍV"
  b"Áeº/BèÎL¶YšòÇxì­"
  b"Á|Ϩ\rèD@‡\x12¯òeð2ì"
  b"┴¯,\x1A┌ëàEº┌[cªØ(Ò"
  b"Â\x13mÆ9chJŸxéçßIãŸ"
  b"Â\x1C\x03\x15òÊÉK‹cr)¬/Qø"
  b"┬ \L¿w¢DÉ'┘─Ä9└Ô"
  b"ÂFÜй=\B‰ù°6˜Å¨Ê"
  b"¨`\r \x1A`CŸiìI¼ï\f§"
  b"┬┴dr\x02]\x10\x17A^K«ÉK"
  b"Âо´›%;E¿K\r_—¿??"
  b"\x02_┐23éEâ²b¸Ø/╝Ö"
  b"ÃA\x13©òwäM¤Ä\x05…Íwlê"
  b"Ãöž·æ£×O»ÉÃ-Y.ª“"
  b"ŇËÀ½\x08(Lºèÿ°–—_\x0E"
  b"┼Õl74ó+Eå\x11æ░ÌGüê"
  b"ã`╔\x176ß░DæÅ}O­&╠█"
  b"ÆŒ>?¤AAC‚ûcÀÈ`\x16X"
  b"ƤÃ\XÁ\x07A«I%„ENw’"
  b"Æ»\eµ¶_9L·Ä\eWü>õæ"
  b"Ç+@M\t;\x04@µî\x19Úâa[N"
  b"È\x08\x12¡7ž\x0EJ»2­J"ç’ê"
  b"ÈEíñ~ƒWCŒá\x1A\e„ãrT"
  b"Ȭc\x10%IT@¶Ä\x1Dìq\e½µ"
  b"╚Ð3å▒G2OÉW\t║f┌%Å"
  b"ÈÕÌ\x05À âC¥ôjós%h“"
  b"ÈÖÍ\x1AØ4‘@£\x11(\x0EàA€­"
  b"╔' Z╦/wDña³Òü\x0F\x04"
  b"ÉC?ˆ\f\x19#E•ãCÖÄ̇y"
  b"ÉEjÛ\x16gII®×ʤH\x11"
  b"É^ïp)àyN t1þ¼\x03"
  b"É\x7FM\x0FcŸš@–çLVþzÜÐ"
  b"╔├╣&\x1A┼ìN╝H!┘þ:¨ê"
  b"Ê\x03€ìÛ\rfI¶\x06"J\r\x11"
  b"Ê\x16\epƒOåH—¾éDÌÐèH"
  b"Ê+‘¶\vÆ\x03H†hÂv^ˆ4Q"
  b"╩dïañjìIÄña®│¬õ "
  b"╩▓Ï═TèóKù Ê2ÿ´Éð"
  b"ÊÚ|\x17‚ñµN€\eý‘‚<.*"
  b"Ë–—3{»8HºèF\x0F"%\f¢"
  b"╦¡.+Ôì´Dªi░VV╔)4"
  b"ËÞé{é\x06†K¿¿=\x15I\x1D³‚"
  b"Ì\tdŠ˜È«@¹Qƒ6\x06\x1D\x19"
  b"╠)\x0Fñ\x18[ÉDóï'äs│╠Ô"
  b"Ì3\fýæŠuJƒÊ\x1Abùÿ°¬"
  b"ÌG¼©Q8ÉK¶\x16hp!\x158)"
  b"ÌŠ\fÈ?™/GŽóyp.°ˆÏ"
  b"̳>-\x16â„L®\x00\v(šm®É"
  b"ÌÝá]»ÖµB¨ŒÜ\x18\x0E\x175"
  b"Í\x02\x14s­J”´bQM\x0EÎâ"
  b"""
    \n
    {øú\x1A¹CƒÈü╠\x7FµÃ_
    """
  b"═]gv\fÒüJ░\x10*¿╣\x0F3┼"
  b"Íbvu¼CmI±]_ï^›Uõ"
  b"ÍŽ\x10ȶ$VE¶58ÛzŤú"
  b"═ÉÉ8±7\x08I╗NLoV\x08\x18J"
  b"ͼ2·¡\x04`K€¡]\x1AÓ&Rè"
  b"Î\vdÝcó\x07\x01ÓïÅQ*”"
  b"╬%dÅ\r¬à@»\x07¿FÌb║."
  b"Ï\nB4'@yM®Ú9\x04@\nF\x00"
  b"Ï?Ô8ÏA\x0FNªk9þ\x1DºEŽ"
  b"ÏHaDÐ’à@£/n—2x$Ë"
  b"ÏM\x1E›¾ã¸L†×C8…L¼\x13"
  b"ÏoCƒ…‡ùN‡¥øN|ÕJÁ"
  b"¤öÚ3Øð,E»!\x7Fƒ║POs"
  b"Ï¡tWVYøFµrãP¼‡l¬"
  b"Ï«\x16\x02h `FŒÊnm\x08ÿ>0"
  b"ϺÁ‰¶¨+B‘hƒ¸_œ…r"
  b"¤ÚYÉ╦╠\x1D\x16\f'\x05£µ"
  b"ÐC„Rk\x1DñIƒP+¥ž?\fW"
  b"МÄ]2\f'A”q\x19ÐÝp\x1Eî"
  b"Ц²õ2æ\x19MšÑ›äˆ4Í\x7F"
  b"Ш“o?þgB¨÷xà¬R³Á"
  b"Юz•¿ ¯GŸ\x12Ã4KF\vÿ"
  b"Ð\rA!-\eKì\x12\x7Fò5Í╦"
  b"ÑÕŽÀCž]GŸw‘Rf\x1D\x0F\x1C"
  b"ÒYžR>àÅI‚i#ëï@™*"
  b"Êo=¦└\x144@êƒ\to╗wü\x08"
  b"Ò”M˜V=·G—QHm¡\x18;""
  b"Ê£Üq\r]\x19F¢¶¨íoÊÅP"
  b"Ó\x11¨L\x16%&Fœ\vxS¡•{ñ"
  b"ËRO£Â╩oO®Ø²¦1¦│├"
  b"Ó•ì«»O\x14Eµ>?à¡íyÉ"
  b"Ó°\tã\x00™²D¯q¯'›“¦G"
  b"Ë╠gP\x18Ô▀F│ï$┌üñà▓"
  b"ËÝ5\x02╗äQBÅ¢þ;Í\x10#t"
  b"È\r\r4üö?CÂJÍW┼▀¹╣"
  b"ÕD)q隯B«¾Z±Ðù\Ô"
  b"ı┐î═+┘ÚOü(3-AÇÂ_"
  b"ÕÝkØmÁ\eD¸Åü'¥ðçß"
  b"Ö\x10’›³ ÈI£,ÝxæúÉÙ"
  b"Í'ÇYÒ\x07)FíØãÛ\x01\e;┬"
  b"ÍDáì¢qÀK«äÕcT╔´\f"
  b"Í▀&î█RhAº\x1C\x11\x1C[Òì¾"
  b"Î#_─ÎZ»BêÍ\f¼ÿÅBb"
  b"×c'ÏtlúG£Ó\x18XJc@Ò"
  b"""
    ×ÛO\n
    ¹R_N§AÈ\r‡þ\x11a
    """
  b"Ø'a\x16®OtK´C\x13i1‰Z©"
  b"Ø*HfIá¹C½œÜ*!©\x06î"
  b"ØUÿ©ÁÚrAºÎ\x15^"ð~o"
  b"ØVù÷\x0Eà›C–ÙMeΙÙ\x12"
  b"ÏèÛ`╬¢ìG¢■©╔P└=¿"
  b"ØìRÛµšÌGŠš\x1DŒún’\x7F"
  b"\x0F┬LBCÒJÉG\x01öÚû/m"
  b"Ùšw"Uç\x16C¤ÏhÐâY|¾"
  b"Ù«\x10â\x02˜ÛJ”Ìà}ÚŒæd"
  b"ÚEAèâø\x17@¿Ó‡›¢\x00R_"
  b"Úm‡ôÃ\x11ÏL äönž¥P¦"
  b"┌xî\x1D¦'■E¿¹UÐÔèì7"
  b"┌Øaa\x1C\x12ELÂO×d╠\x12\x12\x16"
  b"Ú²\nO©sjB˜ˆ£;Ý\x00™l"
  b"ÚØ\f~ä‚'Jœöãé½x3£"
  b"Û«\f$û‡P@«ì\túR£Bû"
  b"Û´O¸'“|A¶ói…}\x13\t"
  b"""
    Û¼\x1D[œ¼ÉLº€În´\n
    
    """
  b"Ü\x18LõIa¢K°hÍ„\x0E¨¿ƒ"
  b"ÜT |ª'BO¨\rã½_·ì™"
  b"Üìæç-i\x19\x7FYo\x1D{‰È"
  b"Üý\x00\x04UKâFŸ…3u•Æyõ"
  b"¦OÉ┬EX«Lûòá│\x15Ãt╗"
  b"ݘ¢äX5hK¥ž‘k˜%–B"
  b"¦ ò\x1A}h╗DúW¿<§Sز"
  b"Þ\x1F\x0FYU(\x1DN¤¬­\x13\x12\x17…4"
  b"ÌT6üÆ\x7FÈCü\e\x1AÛÖ6¶M"
  b"Þw€¦Œ}’N†«o\x7Fí­>w"
  b"̰qØ^\x05GO▒┴²Ü╚ü\x0EÒ"
  b"ߘüÅ™\x17pH¿‡\x01~\x1C}m/"
  b"ßÞõ\x1D´Ý>J…ôGë°\x05im"
  b"Ó$ÉúUr\x15FôEíúâÜr\x7F"
  b"Óÿë;ÑÖ\x16Mؤê╩R[48"
  b"Ó˪╬öÉOï¤ß׿▒dÇ"
  b"àø\x15\x12\x12¼IL€‘^\x05|Ì(0"
  b"á\x10™ d¾¼L—éÜ*å\x10VL"
  b"ß@\x11░Ø¿\tD┐á-\x00Ϩæõ"
  b"""
    á}à æYDL—{\x13£\n
    \x1A\x7F
    """
  b"áÔgUg$FA‚\v\f…£…·Œ"
  b"â\fºFAæ.FŠ\x14kE®•!Á"
  b"â:ç=\x114©M¢]jËnÚT‚"
  b"â`?ü 9OD­áÜ\x1E@/#‰"
  b"âlˆÎøÇÀL¿µ@rPŽ\x11m"
  b"ãÈÈ;Þ3ðGºÅ%w\x00Z¿R"
  b"ãà_F‚llL´”Rüb:JÒ"
  b"ä\x19w‘J#ÊC¬èaÁÚ\f>6"
  b"ä[ñ\x1AŽ*ÑN„æ®`-ŠÂÍ"
  b"äf\x1F\x15OÅhKƒeÑÛ¼_³\x13"
  b"äoœ'–ø‹H’çÏÏ\x04L\x1D4"
  b"ä|ižÙ†€H‡´ì_6"+m"
  b"å ©À\x15\x02ËIІ¡'$‚@›"
  b"åHÀºÏ\e\x08B‘Ý\x187•\x04:\x14"
  b"æ\x19Ö?6±|E—Ÿ¤#ºòú»"
  b"µCƒ?oîºIÑTéÉM5§└"
  b"æVþj$®fB•›ãÌôW\x06£"
  b"µ`t▒j╔4DÇìe\t)È5█"
  b"ægT¯hì1H¿Y«T\tá¯\x13"
  b"æpŠde¼ÕBŽ‹\x00\x08\n\tÁ"
  b"µ¦Àƒâ:üEèxFäTQ\v\x1A"
  b"µ¯)6Ç‗vNåz\x1C¹1┐¾É"
  b"ç#Jº-• B±0çU®\x13*<"
  b"þFü│¦7SIæ¸ıÿY\r?‗"
  b"ç¦h„dÁjL„©\x15À\x05¼zp"
  b"ç©£\x1F•©ÙG‰Ìuv\x10\eµ–"
  b"çà1=ãÇùM‹8Ô‡\x15Ô´h"
  b"çæàŸTòÉB¯3±‹]7ú³"
  b"ège\x12\v…3BŸ"f\x7FÌxu\e"
  b"Þülè3­\FûM¤┌Uj±n"
  b"Þ«ÃÂÂgÅAé+&\x04;Á8Ã"
  b"èãò°Þê\x0EE‹\x11©û«\x140S"
  b"èùÿ¶›EÝDŸ”e\x12ùkð "
  b"Ú\rÝÃØÍlB┤┘\x7Fâõöý²"
  b"Ú)Ñ0]‗/Aúñ¢É┌È÷å"
  b"évû¡ÿiÙFº'EPÿA`ë"
  b"é†Cûé\tŠK¶h\x7F\x07x¿ã"
  b"é›\x08\x1C/ðtK“ÂáÆÐ~+^"
  b"""
    éé\rarq#Nº\x05IuÕ\n
    w!
    """
  b"ê+Y}špîI¶âÏà×܃™"
  b"ê/\x04\x0E\v~vCˆ^Ÿàœ¤R{"
  b"ê7PêÝŸNB„\x14¨ìšOE+"
  b"ÛßyÐ%Ø¿FÉÝÉf╬Êû×"
  b"""
    ë\x10˜¿í\x11þC…ù\n
    \x0E™wcç
    """
  b"뢯Lî\x16×KœB\x1D\r¦ÈD5"
  b"ë¸ÜHï<HE…¾F$Šr'W"
  b"ë¼\x1CáÈM]J‰ãmg„\x10ØÞ"
  b"ëû@Q°TUE©êFL̽µJ"
  b"ì8\x7F¢ï˜~G¾‡ðÛ<Q?#"
  b"ìÛ+|É[\tM«M\x01}w\x11m{"
  b"í)Ù.\x10 bE„rá²\x17|ƒÈ"
  b"í,«„\ûÁM°?\x02ÿ?ë¾Ô"
  b"í8F\x16äºjH­Ó|Æ6k­8"
  b"í>ÄÏË\rÊJ¿ûI‘uå;+"
  b"Ýx}:²¶·NÅqr\x01\x12+Ñ4"
  b"""
    íxïÊ¢ôšD¦w¨J\n
    ¾\x1F)
    """
  b"ݦ¹ä\x0FkzKÅv=°¬ò/~"
  b"íïê¦\x1A”¦LŒèFek±úf"
  b"ï?\týN½;O»´`&z)3²"
  b"ïE>ýÙV\x05G¤ò\v[\x07‚c@"
  b"屢euœ\x11\x02òý˜X•Â"
  b"﵂Û\x08%¡B¶j1\•\x7FŠ\x1C"
  b"ï¹W¸RPgK†˜XæÜ~°_"
  b"ïçLI\x08Y¬I¿\x1A2c®I­6"
  b"ðæ\vñÃÓLI¢Séc–¦M\f"
  b"ñ\x16âtC¹'N¢‚Î(ÎÌÒŸ"
  b"ñ1\x04«ê\vmJ‹f\x0F\x02|ò¡/"
  b"±ÉVt\x02ª?Iî└õDÁÁ­þ"
  b"ñ …ËÔé•L·âu\x1DªW\eÑ"
  b"ñ¿ñ\fø\x13‚I‡\x01o‘dDæ™"
  b"±┼°¶¦\x0EñHºßd6ì¿{+"
  b"ñûúÛ&ª°G’ÅÙœò]éD"
  b"\x03þ5ÜHxDàÿAàüé~▄"
  b"\x16\x06\x18ìè\x18@ìK─È»¸\x13û"
  b"ò8ä¹CÏ„H™\x1Agtw£×ù"
  b"""
    òA5íiy>G¿‘l\n
    \x11Tã¡
    """
  b"òOe×K°{B°FP¯Ç]³\f"
  b"ò\SŸ‹Ô-N¯\r¾\x0Eà)ƒÁ"
  b"‗Ü\x7FÙ\x13©ðE║%\x10ü▄Py¡"
  b"‗Ø└ïÄ┬´A»bÐC/çbí"
  b"ò¸£5(0¶O¯TéU\x19RéO"
  b"ófÔÌ\x01ÙzD›®ù–gg²\x00"
  b"óg‚ïüs\x14J‹ãª{Z€VT"
  b"¾╗ØØka'Nä·\x00=Æ>x┤"
  b"óÏXŠ{s’FŠ0;t,K%L"
  b"óý."=ešB“\x04rºg&§¢"
  b"ô&Ùá\x1CŽRH¶\fÝ›p\x04(}"
  b"ô°\x16$G†VN¿J÷Ĉò4â"
  b"¶ÀÊQ\r%#IØüd.']eÝ"
  b"ôÑ\x1D30KLC¡ùÔ«\x18]vL"
  b"¶ÏBiO?;Iú@çOÓØÎ "
  b"ôíе—¯vD¢\vþÒ|W¸}"
  b"¶²w%\x1E)áDÉø|+<âS‗"
  b"§jåvlÉı@Å*2\x19╗®vó"
  b"õpk£]f·CšÚ{”ÔþwŠ"
  b"§é\x15\x1D\x17\x165ÍO»O┴"
  b"õ‰gåÓüDA°nCJAø{“"
  b"ösü\x00åÎÐB™å\tëÖéô˜"
  b"ö–ö½?JûI›•Øn:˰R"
  b"öÄ\v\x06ÿuN‰ò‚‰7jê/"
  b"öÝF\x1AÊ9×H®þ¾›'ìó\x19"
  b"÷ß&\titÉGóßû¬\x13Ökò"
  b"öåù½>²\x14J©|>wG¦®Y"
  b"÷'­½9*\x14F¥\‚´H©è\x14"
  b"÷=½áf_YG¢†\x16¢—_jÉ"
  b"÷Ð")ù-JMšå‡i\x18…²B"
  b"¸µ¤¹AÐàMØÝ¡╣Ý<DX"
  b"ø\e⛊]×G¸X'·Ä}ÿø"
  b"ø\\x12\x15X‘mL¡·\x7F\x1CÛ÷"
  b"øm"\véƒë@¼ÉWHÉã}\x0F"
  b"ø}Á¥M\x01=Dµ7\x00óÃvRz"
  b"°Øåïi,\x08\x18ı╬Iõ¹ñ"
  b"ø­s|j·ä@§\x00–ŒÒ·ˆà"
  b"¨?òÂZú\x16GøÛØÔ╔Û\x13j"
  b"ùE0\vÕ:BG‡\x1D9.§<>\x14"
  b"¨w&ıtÂ"@ì"úI"\x12TH"
  b"ù•é;\x16¤¬N¸¸¿\x1C«“t0"
  b"ù´3\x06Œ)\x1AM³Ø¾9ÑçÙÇ"
  b"¨├ؤ$2$@¥M·\x1C_n\x1D"
  b"""
    ùÈ,¸É\v*@„\n
    \x14ýŠCÓ¸
    """
  b"úv"}¦û\tHˆP\x05nC\x1FO1"
  b"ú\x7FjûðÄ\x01H€Æ“\r`ao\x03"
  b"ú½(!á\x10<D’‘˜\sûYá"
  b"úÕº^G±|K±¥¸ýà^½ˆ"
  b"úÖ \x12ü+ÜM­Œ\x0F»1k¢u"
  b"û\x06[ir€²O¬³©°žØF."
  b"¹(╝C÷\}Hü\x02ðz@7U&"
  b"û1£±¼\v×F˜ÁU›VÑ\x02\x0E"
  b"¹]]áv\x08lG©1Ü}Eì╬>"
  b"û™óÞ5\v1A§_ÃåÂ\x06²\x07"
  b"¹ºM\x18¿*╠GÅÕÓýö´d┌"
  b"""
    û«õ/Ùv¨M‘ù\n
    Y¾º?\e
    """
  b"ûÕ–\x18%kUJ§ô$ȸÀüõ"
  b"""
    ûáB±äs…G§ö\x05Ty\n
    m:
    """
  b"¹■£‗§[X@íÌ$%¯ü2["
  b"ü`„ƒý”VA¡”\x17•í\x0E\x07U"
  b"üiÿº<g¥A³äˆy@B/,"
  b"³┘Û,\x13─ªKùNêü%F£÷"
  b"ý\n¾¨©\x03ëM‹rLá\x00\x00"
  b"²\x1C▓"f┬HHôì¢÷yéÀà"
  b"ý1þ0j GL“›;]Åò™4"
  b"ýL®jZ\x1CÏ@–\x7F\x0ES•¦"
  b"ý~€Ëb„5D›s\tßê<”d"
  b"ýŽ)õÖÈt@£'¾$1áµä"
  b"²öQÇ$ÛjFù9ÿÉ╣┤È "
  b"ý”µ n!UK£\x18ËOдY»"
  b"ý OdãdñB›PAƒÌ2šG"
  b"ýÊÿAüò\rGºrF5PGn«"
  b"ýÎä„É\x13ÎB³gÖq\x18\x1FkO"
  b"þO\x05”Ñ\x15Ï@³ßaßÛI\x02F"
  b"■î´TrdzKèÅ\x086░\Km"
  b"þ’Dô¯„¶K±Õ\x04ætËÞ¸"
  b"þÏ/ü¶Ñ¿@´\x1C}dg\x1FÑu"
  b" <\x1E¹öC_Fâ'ůS/P┼"
  b" xCà,pãDâò8ì╦qZö"
  b"ÿ›Hƒ¡ çN­ÝUYÎÇZ)"
  b" ▒·æs\x1CnKøÅZa╦ƒI\x17"
  b"ÿÛ\x07W\UìF¡BæZá9jÁ"
  b"ÿäã\fké'G¡”°ŠŽ®©`"
  b"ÿêÿwƒDtD‡Æ¡q{º½\x18"
  b"\x00\x11×\x19]¤üG‡\x0F#Zrìþ;"
  b"\x00\x18î]\x0EJ2I†Ö!y.¸ƒß"
  b"\x00H¨ôdŧ@¼ ▄pø¯·à"
  b"\x00^\x1Eë®nbBïìÁÑ탯n"
  b"\x00u\r¸\x07ñb@²Êäü¯Ùȵ"
  b"\x00ƒs▄n\x15\rDôÇ╬,Å¿\x08À"
  b"\x00û¡Jñ.÷Eƒ\x0FÊ+áÜbñ"
  b"\x01.\x04Ïå\x16\x15@ªödé·¹\x12J"
  b"\x01}█╦G°\x1AKç├®ðO"mì"
  b"\x01ƒ)ÔdþÝOÅ¿╣ç0º¢╦"
  b"\x02\x00\x14äVF‰î¦à\x18Öá°"
  b"\x02\x7F\x18 ¨£C¢\x14úÅ.©\x01$"
  b"\x02ŵ\x0E\x15'<IÄ0¹\x05┐ÝÈ\x1C"
  b"\x02Ö²,│i Jì£]\x16Ù_\x16/"
  b"\x02Ë9á âÑ@µ\x17(_‡ZÜf"
  b"\x02ëØNýMsM‰uhܼ×pq"
  b"\x03U9üžŠ€CŒÕÇ!XÍxª"
  b"\x03]¤è\x7FHeL¢Ç ñÀ÷d\x00"
  b"\x03t=¬ËãØGï/q:ùÃ3©"
  b"\x03ˆz\x16\x1Cä(A†2£=@3¼5"
  b"\x03ßÿ\x162\x1AùG‹Tþ\x16\x05L÷ "
  b"\x04\x02²[EìýKà.ÁO▒¾U\x01"
  b"\x04¶Ró¦é£Oª'1CÕ¾–\x16"
  b"\x05ìÛc\x08ß2E¼ºB¤Àliö"
  b"\x05ÌT_“\vìA®·=ì™\x10"
  b"\x05Ï´",'\rD¢­m\x05\x15@ã­"
  b"\x05݆ëËWÙK•-˜ûX’ÎÏ"
  b"\x06½ŒÃ\x15$®E•9Ô\eµt\x14u"
  b"\x07^ôp1bJ@¡ãÙ“ŸæWï"
  b"\x07„W\fÖ<ÏCºv·Æé¾ÑÜ"
  b"\x08L©ðA?\x1CE¼æ/\x04\x18Ë"
  b"\x08y뵎A\x11O·nN< +^ƒ"
  b"\x08ž³hd†šJ¡?€¦WsÍê"
  b"\x08º9åB\x08ßB©ePË˳›Ô"
  b"\t\x17\tÉÀî-GÀúÉ┬s=V\x00"
  b"""
    \n
    \x12ø]Z±Ú@ô¼_ì'ÝÑÍ
    """
  b"""
    \n
    I¦ÑÌ:┼Cì\x08£\x1F└óÉB
    """
  b"""
    \n
    ¦Ê’¥\x1C‡F‹˜œ“˜Üaæ
    """
  b"\v\x1Fãw\Û\@¸/À±1ëXë"
  b"\vÕ¶‘F9öN²fûE \t\x1D}"
  b"\f\x17Ò©]Í═J░ýÍ*É_ò×"
  b"\f‚›Q»\x7FŠIžF<‡’dûº"
  b"\fà▓▒AÁcMü1¿wwDÕ╔"
  b"\f®\x05OÅC\eGÉ"®IÖøVL"
  b"\f·ÇáÙÕ\x0EJ«h×\x15\r\x0FÉ+"
  b"\rO\x03ˆJÁ0O¢>ÿo-Œ\x14Y"
  b"\rô\x16■¬ë«EØBM\x14Í]Ñk"
  b"\rÿlLAF©G»▀ïÅn࿺"
  b"\r©\x1E\x7Fÿ‰õG®+)8`\x19ÿ\v"
  b"\rãZ:╣$ÇFèÖT§▓²ØØ"
  b"\rÊóDðìºL©.‚ǼÇ\x1C3"
  b"""
    \r÷5h´\n
    –E˜žÂV\x06½ˆÂ
    """
  b"\x0EJ7:¹ý"E“Š\Á*“¯y"
  b"\x0ErKG\x17Ô˜B–Á\x00\x04¦ÍÔ\x7F"
  b"\x0E}<╬\x14ØÒOï.Þ±{\e\x06®"
  b"\x0F2#\x19ò?&M’é¬qiüë\x16"
  b"\x0FAÅ´¾®¶Gú▀ÂÔ_Ïb]"
  b"\x0FîŽióˆ\x16D¡çû‘ä0˜["
  b"\x10«X\x16…ϸL‡¾+i\x17¡œí"
  b"\x10ÿ\x11\x0FEn\x1D@‘­ÖIšq„¬"
  b"\x11\x10L\x1Aß<ƒBÖNÉùd9&U"
  b"\x12\x08°<\x1Eq±LÀ5¹±ytìÕ"
  b"\x127@¸ƒ¢┐EìL©où\x16"
  b"\x12¨\x15»ÛT”L¶&¥\x15éôúQ"
  b"\x12®\x17rPí¡K©òì`è╦¿Ñ"
  b"\x12¢+\t)\x19\x19JòÑ╩\rS║üE"
  b"\x13\x03Ä#LT¹@Šo`‡Z\x17Þô"
  b"\x13T\f|óóüCä(:·\x07\x15"
  b"\x14\v\x08\x15ÂD±[ß\x03Æo0h"
  b"\x14š\x1C÷d³ÐI­uÒü¬ -\t"
  b"\x14ü;‰C9iE»ýæÕËï—·"
  b"\x15C║║[ªØLè▄Çw\x1E\x19"
  b"\x15wÿ_FómA±4d!ö FS"
  b"\x15üx├ØvÐ@ó{ÔªMf\x19ÿ"
  b"\x15÷Lwu§4L¦Z¯EV\x15О"
  b"""
    \x16>µº2 ╚G┐¨\n
    \x05É┘t¡
    """
  b"\x16ŽŸ\x0E§büGº÷ì~àŽ§\f"
  b"\x16ª╬▒äìõMÁ╚?Uæ\x1A╩C"
  b"\x17>žs\x00>'Mµ•_l·äâ»"
  b"\x17‹ÑG\x01íHO¼\x18C\x10®\f¾ì"
  b"\x17ËÚÑ—¬:C¿vi:¢id«"
  b"\x17ß<0 KhD‰ú\x03óÑM-ç"
  b"\x17çìÙu•XL¥ó\x0FWƒBj\x13"
  b"\x18#vOÜy\x19KÉ,‗73_&■"
  b"\x182f\x066V)B°Ã4\x0FrX+Æ"
  b"\x18ªX|å@ù@Ø?Ë\x0F▀îá¢"
  b"\x19\x04ƒw†¬pO•ˬDRóØð"
  b"\x19\e\\x0EYè}E \x07¨·óIx4"
  b"\x19™Ws\x13gïIˆ\tÿm€d\x13ö"
  b"\x19¤É{|Ò¯L¿â~¬û­2†"
  b"\x19¦SKòdgH„&ª3þ®jé"
  b"\x19­\x08\e9ÅbJ¯@ã§éãÄy"
  b"\x1A)]▀í\x1Eu@Á╩ãÉþ×╦├"
  b"\e\x1Fåø‚ý´N @\x18\x10ûÑ=O"
  b"\eJO\x06\x16ïÚIµº¢æÍ®fÍ"
  b"\e¬¢¸­ò\eOªÓ3\x19¾U\x1E"
  b"\eè)«\v\x171B›Š¦Â\t‹Z$"
  b"\x1Cl\f\x1EU\x15hD¾õmÿÃ@\x1D\x0F"
  b"\x1C¾Ð‰øœÃE†kŠ\x7F1Wö±"
  b"\x1CÖP¯†›…L $‘ó,ýÇV"
  b"\x1D\x06ü█»▀┐EÇß»PswÆ("
  b"""
    \x1D\f{Ïa~\x14\x03ßš’D\n
    d
    """
  b"\x1D©S4m\x0F\eO»ê¦ïºj=Ï"
  b"\x1DÙ¦j\x15>\x14I£ŽW˜Õë5Ä"
  b"\x1E*é…$RªMޤPá¥\fAÿ"
  b"\x1Etñ@6 ‘C«´Ûâ¼è}Ò"
  b"\x1Eè©´Å═(Hè£\x0E╠}pì'"
  b"\x1E¹²•XœQG¸?½\róÅ\x7F"
  b"""
    \x1EÀè\x04kÅCC´\n
    ÎÆÕ\x0Fñ\x7F
    """
  b"\x1F(° ŽßéG´IŽ–'\x17ÍÀ"
  b"\x1Fw*ÿˆ¦ÃK ƒôÉØ"-"
  b"\x1FÙ!FB+ÏJ®\t€Jxc\e="
  b" \vãÜ\x03áÄJ®¤Ñ¥oº0;"
  b" \x16\x12Â╬µ\x1AJüÄ5\tS\x01"
  b" 3S#.+¨KŠØ\x1A)XÕ[–"
  b" V\x1A╩ÉÜI@ñþ╬Ô«└Hð"
  b" q<ÙêoFA¢“Tm~Ï\x13q"
  b" Á6üı\x18¿D¥BQºLâ«▀"
  b" ¶¥\rî¹=B¬ãAšµùB…"
  b" ¹z\x07q-íG£‚,='ãhà"
  b" ÐÇË4;ÚL¤½˜\x13Ÿ_%c"
  b" ýRáè\x08AM»ôFô¿¾é­"
  b"!F‰ “\x00+N¹F\ËrTé½"
  b"!¸Q~â\x0E†L«#8ônµ<ô"
  b"!á:òKª›L­-ØwGe+4"
  b"!ä©“ù\x04\eC¤JǤoÓ÷O"
  b"!ðÏuEAJK‰í²¿Ù=£Ù"
  b""fûm¬Z©B§ø¼|¢B~3"
  b""¶:½g!‗LÉÑ;╩\rØ5H"
  b"#(ñ&\Ü!JºáíΦ×cì"
  b"#”OSH¯ÈJºV=ì‘`$6"
  b"#Ë:8\x13á¥K„¢{V\x1A=ƒ©"
  b"#ÜL?:8—N”c\ró\x12íõn"
  b"$D\x01ç¨f*MšWˆ¸gfRˆ"
  b"$yõg7%âN‘(í´Ö\x05\x1Fâ"
  b"%IØ!Vd]N▒┴\r9\e░i¾"
  b"%Ì¢Ú`\x14øA£±òp(óîÍ"
  b"%é¼'½\x1DHL‰±\x08œLÁ†""
  b"%óñ ÕJ£G¤¾îžeüö\n"
  b"\x00òÚ\x19RJ¬\e)\x0F\x04á"
  b"&|Oª\v¿“A°]j.ºSSe"
  b"&úÅ¥ì~!O╝Y┌\x0E¾`ƒ""
  b"&ÈOGJ%•K”ÊÐ9E\x0F•†"
  b"'\x05‚FxÕÓJ«%<RØüp®"
  b"'*Û\x16ÑÓ‰D‘Y?î+\x1DÑ\f"
  b"'2œ6û¸ˆD¯Ê]:[_ã‡"
  b"'¢g“·\x14rO†S}‹â–¼ß"
  b"'áÄ$r\x170BƒZ‹/¸gòt"
  b"(kT£Qı¶D▓xeü\x1Aºìz"
  b")½2ÆÏ\x1FLJ•³&£uÜR\x19"
  b")ÂRË£oÔC’¾à}\x14Ñ\x11V"
  b") ¶Éı╣jLÇe4`ò¿åN"
  b"*.€ë\x1CLóO”²\x12x\x1A†Žy"
  b"*=\x13ièÔ\x0EK’}‹o¥I\x1Aœ"
  b"*AÅNm%╠Aø="┌WE\x05ƒ"
  b"+diwÿ?FKàU}oí%CØ"
  b"+‚kf5o9O²´]3c\mÜ"
  b",q\x07˜©ÝiK‹=d)äÑt\f"
  b",r±¡ÔšvA–h\x016½ÊZÛ"
  b",Úº¤\x11ÿöC©ô\x1A\x16ïBÚ6"
  b",öŸmh=›E¯q-ìùX²¾"
  b"-q‹uv[{G‘'"5\x16l•&"
  b"-ØïÉËÈ*Lü²ÑJîMßÌ"
  b"-®Ý¸}╗hHü┴¸bP\4A"
  b"-╩ü╔É8âKí¨`¸çÛ\x1Ax"
  b".H\x04:íÖ¿J‘m\x19òúÓfU"
  b".K<Y‹êŽJŸ$Zž?Ž`Ô"
  b".áu\x16PN‡Cµ¯Êj׫\x01ä"
  b"\x01é[ѼL–›Ê@\x7FÈ;É"
  b"/,ê<\x1E¦ÄOØã\x00oL\x1A§Q"
  b"/KØzš‚ÄAŸ\x10\x15ö\x01M¬="
  b"/UÖ╗}9@Aìt╝█Íâ├÷"
  b"/W\x05└Ô\x008O¢\x02É´┤¢zø"
  b"/«/tS5gC»äß\x1AÝŽ\x0FI"
  b"\x04ù(vZK•õBŽÌtnA"
  b"0B├x│ÄbM½\x12l╗füÆT"
  b"\x1F47ñ1OÿJ\´,ü©u"
  b"0■½─\x15╠õHüÊb`\x1E¹þ╗"
  b"1\x1DµhZ<u@│ýWLnÆÄÉ"
  b"1AÌ╣¾\x19µLü!Ú:A\x12ó»"
  b"1XN‚Í\t{LµŸ\x08Û\Üß7"
  b"1ü;z▀N▀G║¡!~#¬B "
  b"2\tc§;:¶E‘£ÄÿkÑ#Í"
  b"2#Øçµ\x7FçBézÝ>ªLJJ"
  b"26\x19­FÔÚA¢\x17ý*¹ôìÒ"
  b"2tßÉ4)jB®\x1E¸ÿ¯ë-]"
  b"2tîf®-°I¶ÎoÜþÞ\f#"
  b"2‡ÄÊu\x1DÂ@”øi8Î\x1Afo"
  b"\x17¬╩¡}NÂ/b\x00Á¥\\x1D"
  b"2ÙIŠ\x07²\x10@ºiÜ”“¬^ž"
  b"2à’§„fôA˜½Gi\x12\x06¾™"
  b"3#LjÝQ®A“\x17p0Z\fº\x0E"
  b"3U%«©¹ÆA”YÄ\x18ÿ\x13Ùê"
  b"3\j7å░ÜFÅ\x13G¶zëdT"
  b"3ì│»¤f\eIÖ7«~─QqQ"
  b"3┤-û\x17ËÖK┤‗æØPá8q"
  b"""
    3‗¨_}\x1CqAØP±Ò\n
    ÅcÄ
    """
  b"4\tÖ%Å╚rO«âÖ=ìÙV═"
  b"4ðO³Ø¡├EÂO5┘╦O9K"
  b"5“™ÙýAÂM£¯O¯0<‰å"
  b"5ódÁM;ÌLÅÃNG×zuú"
  b"5╚│Í%Ù\x07I│ÎØ®( ø«"
  b"\x15\x01^@¬d³éÓÝþk"
  b"5ÝJÊÉ\x08¸CªQ@└¬<ãy"
  b"6\@£æ7JD·Èn®Y»³£"
  b"6Ø3Aü­µBë░¯ÁÒ▓\¶"
  b"6½¸┤fYµAÆ┐ïXü«ñç"
  b"6ðk\x08\x029@üó[\x15ÄCWµ"
  b"7Vfè&ÔÆL¹z¤©‘Â(l"
  b"7ýêÔ¾~íEª´ÅÜÙXÌ\x17"
  b"8@Q\t¸\x1F~NŽø\x01r@\x14Pÿ"
  b"8d\e¡\x10ÛE™V–'@‡\eB"
  b"8¤aHÈäe@­\x03et.®ÐE"
  b"8§=̽à\x1CJ´šÏAs³\x06l"
  b"9\x17n*‗\x7F┤J┤Ò¯öUA▄ü"
  b"9VOéèÙ\x1FMÿìå{V°5H"
  b"9å³—\x11\x1EI¢bv\x01WPÊB"
  b"9ýÙ<D")EÉtâ╦╠Ç4┘"
  b":P┼ZJ*ÔKü¯0¢:s╦µ"
  b":Ä!ª ájL▒üs£M_¯Ö"
  b":н@§Ü€M„\x08®Œ1^³Õ"
  b";\f\x10S%w`K²òeGhøl/"
  b";béFËcÊI›Â°ãå›í\x02"
  b";ný³ç\x07*L£"Ü\x11#‚\x00Ï"
  b"\x08\x1F2ïÌO†³†£´&F«"
  b";àÞw""\r\x01ŽA\x06\x12©\x1A"
  b"< á³4\x16wL¡¬çÿ\x18ï Ò"
  b"<´Â[ªÆÿC¥"oÀ^uÈÄ"
  b"<Øpú\x04Ã.E ¨ØRz1«Ú"
  b"<ã„&å•hH¾€\x10Ú‘¤hú"
  b"<Ùs╠Y:Ò@íñÅóÖï├d"
  b"=\x1D­┴qËnHØys╣óôRÃ"
  b"=B"ø0ì±N×Ô▒ÈN-p<"
  b"=ĵf¬¹\x1FAü#hk,¼Éö"
  b"=┤\x05╝&b%Iêìò;\x1AG§5"
  b"=‗­ÉzaÈL×\¶Ê}#\fø"
  b">\x06ôUÚ§GHçRnì║TjL"
  b">\x17\x08Gz\x14“N¾—p¶¿b¬>"
  b">1\eë>ɹMå╦ƒB▀BàÅ"
  b">õ£°uâ¯LØ \r¶┘ @»"
  b"?\x1E¸¹A¨ÐFØÆM‗,0~Ø"
  b"?3IbTÊ-Cê¹übCî(\x1F"
  b"?L])µñmH²\x1Ed\i\x10ã "
  b"?ô═Ùp~¤LÿyîpõèNÉ"
  b"\e\x04µG‚ù€ÇË\x05è\x0E"
  b"?¿\x12ÒÞ4tLš\x04ÍPx—\x1E­"
  b"@\x16(«°Ð\x17M­@ÚV`%—\x1E"
  b"@rÑ=}"S@ì8<-\x07Æf\x08"
  b"""
    @–ž6\x02¸\x08\rò\n
    áËi\x07
    """
  b"AMÜòà%5Kè~üç\x1E¶W="
  b"A±+´{\x17ÓA‚$qSoT/6"
  b"A²©‡ï”Œ@€oâêè³ Ø"
  b"\fÉŠñôL²“\x1Cbø<\x0Fm"
  b"Bk▀é╦\x07ôDèÚ┘ôjëü#"
  b"B|IVÜ`5Gü╚w6`­\x10¬"
  b"BüÓ\x0E*ýüFö\x03┌ýÚ╣Ú\x04"
  b"BÊ6ì]¯┐J¬Ì\x16^ݧ¿$"
  b"C\vß-«BnCáú\x13ò.üÔÇ"
  b"C\x10\f¡vE9LŒÊ~E¤²)ê"
  b"CO˜?;vŠE©¨i½ª\x1F\t"
  b"C~¤_\x0FnöCµÅ6C¶_+¡"
  b"C—ŒC%×\x1EHª6–¢\x08ðV%"
  b"CÄöÓ¬èäC¯Š\x06g”8´Î"
  b"D\x03²\x1EW\x04 J¹[\x0F6”#å¢"
  b"Dÿ╚ð\x01PNIì"¿Øù[~°"
  b"Ḑ[ …\rKªî…ØzÀ]i"
  b"EÆ┐Å{°\x04Gƒ4oà\r3ðu"
  b"EÉt>jäÊBŽ9\e¦­TÈ<"
  b"E╬░6F#LMÅ(Ò-┘ëP╠"
  b"EÏŸ«\x1C2kO©d‹\x14´ß\x13¡"
  b"E牬âÇßL±C¸²¸ôÆ\x02"
  b"F\x1D\x15f×b8K¢\x00Vs‹']„"
  b"""
    F<ÉXl\n
    ¾Iæ\x17\x01~\x05þ\x15É
    """
  b"\x07¯ÆØŸC•Û4Äš…%f"
  b"F╚ç┌═>O@¬ÌÅV&î█\x02"
  b"""
    G\n
    ¬─*ÅÎDÖ2Në÷QK└
    """
  b"G /’DsØEªÉoô|I V"
  b"GRÎu%ÙóK•+©ûèÈŒ:"
  b"G]w„íC¹I¬\x02~?ôrfã"
  b"GЈ¬!ü,B•e¡>rxÁ:"
  b"""
    H\fÙd]¢éHµiHæ•¡\n
    ³
    """
  b"H2\x16\x17«­&Gˆ²ºµ\x1AwLô"
  b"H[ÎÏ\x1D\x1EI‹â#\x00\x01{›T"
  b"H½<ãЦ\x1EF†ÖìG…9=)"
  b"""
    HÂb\n
    \x07MŠ€C¶¤H\x04ø
    """
  b"HÄpò7\x11rK­¹mÂ\tf`&"
  b"IÂv\x1DæZ¼E´,9òDÈ”—"
  b"IÃﺴÇ×JŸÈ\x1DƒÒûð\x16"
  b"IóËù6\x19bI“hnöÝ;ÈO"
  b"\x12\e\ù"MºŠ¸å\x06¸\x15Ñ"
  b"J0L(¿\x16╩DØ╗\f┌C\x02åj"
  b"J½ì¬\x0E­4M¬├ÈDÁßÈu"
  b"K%®Æª­!E•Éik1\x1F*X"
  b"""
    Kx쳂\x05ãH‰üõG-\x04\n
    8
    """
  b"K~\eÉ\x15\x0E:J‚ð{\x1C*á9`"
  b"Küã\x1C█7\x07C»"j»\x05?Õà"
  b"K—ÊgÅ\x1DeI«Žè)³\ez™"
  b"KÇþÚãC\x08K¬ÉšyÓ¤ip"
  b"L?#s¹\AO§hŒÚs©6\x02"
  b"LU═õ\vx³GÖùË┌~ìá┐"
  b"M_þ\x14q%ƒO§íé”X\x0E¿L"
  b"N\t║êÎÖæJÖÕ╔W®ü¾]"
  b"NÝãI|[éJ…ïÈ»®f §"
  b"O!Pj\t_üB“ÙÒn\x0Fb‘ê"
  b"O¡º}ß\fYJ¸œ\x12Ýð\v½|"
  b"OÂúè¶&ßMÜ\x08©ÀOü4ô"
  b"\x1D3u╬µD╣ÇÑ5eÅú4"
  b"OôVpÖ\x11Â@±dÐ)êâšË"
  b"P1ü©üêQL┐┘Dû\x06·\x05j"
  b"P±¥h!- H¹Ð\x12Ž`UÕ«"
  b"P©µ\x0Fº▒ÙNïáÏ÷c\x04╬É"
  b"P¦N2\rbªGäðØ{I\eÊ\x17"
  b"PÙ)gö>┐IÅ¢L╦ì╬█h"
  b"QjXØ£ÕìD½\x05T;v¼a9"
  b"""
    QŠî\x02¹\ËN‹}£\n
    ´ÞP‚
    """
  b"Q│ÎrÍîöF║ÅÙ\x03╬9RV"
  b"Q¤Ó╦q®ÃJ╣o■pÅCÛ¯"
  b"R\tgÝÉıÌOû▒╣äÖ\x06 Þ"
  b"R\x1D•,ÂI)L±a”@¯¾ær"
  b"R`G)╔qæCØT╔Ö\x02ê;õ"
  b"\x7F«\x05pñA“´_DsÙ¤ï"
  b"R¶"Ç3Ã\eM¹´«žòƒ7ø"
  b"""
    S'ÌÂ\n
    èÞKÉ\x15\x12F/¥─L
    """
  b"S?\x1FB™/>K²ÖT¼*¦ \x0F"
  b"S~ˆèpiÚEž¥B\x1FëG\x1Cœ"
  b"S\x7F\x0Fd╝üBNæò▄═Ïܸª"
  b"S×âã1\x1D)Gü\x19SÉ║¦\r¥"
  b"S┼\x0F\x0E\x08¥®H╝üËÙ╔6«6"
  b"Tqb|ŽT\vL°¿Ÿ\t1€ÞÕ"
  b"TͳqÝãNMò\x04┌rÿ¶┘ü"
  b"\x0F§Ú®ŠL“\x06+yŸvûœ"
  b"TáÑ®Üì\x19KƒƒP¦¤M¿Û"
  b"U#ÙGÝl"H–dèÑí\x11”Ë"
  b"U`ÕØæZTKª¹ÙÕ÷Ps\x17"
  b"UÚHf\x1C¬ÕN™…ë:™'åü"
  b"VjôÕãàcK¦ÕŠ\x08Î^…¢"
  b"Vð Å\x16þûMæQ\x17\x15¦;}"
  b"VáÏ\x1F½£\eJžÀÍVpVSð"
  b"W\x0EÈ\x08íß\x02A‚\x17»\e9N„$"
  b"W4ëÙ│.aA▓yÅ»eU\x03Ô"
  b"WÖr»Šä4J I\x1Cwk÷Ö­"
  b"X\x16Ä‹ZVÁA…@À\x00}uHý"
  b"X8,¤g<ZL‡ ·0_ÎK×"
  b"Y5\x1Fœ:ÍêD‡c'ÀdÑ‘Ó"
  b"Y±åØ%”¬F‰&œãÂ\x07û="
  b"Yº?®\x00™N@£EêÉ\x16¯ïÅ"
  b"Y▀L\x18,\evBÅ\x15ð"o\x1D\x16"
  b"Z\x02\x17M,¤\x18K¹`ß196\["
  b"Z/7½(LðH½£È35Â\fW"
  b"Z1éÂ\re\x13B»ê\x00\x0E¦’ý¾"
  b"Z;Ë<\tÉ¢JÇyjwÁÆ©╦"
  b"ZؤækÖ\x19Iú┴\x074b[Å╣"
  b"Z÷®\x13AVåK›Ä•ùã]‹ø"
  b"""
    [\n
    \n
    ½S¸\x12AƒÔüÿ\x1Cjn7
    """
  b"[\x1Fd\eù`óDµ·³þȃTÄ"
  b"[ªÅ\áÄ┐Aƒ4IéQùìÏ"
  b"[²<JØ)¶L±\x12ã\f­p®9"
  b"]\x0EN<É^pA¹•¸\x0FL‡Á;"
  b"]5ú9êÄÑJÁ█å╗ü┐]j"
  b"]CÁ\x0FÕ\x00\x18C░*ìÖ\x1FÎSs"
  b"]É¡µ£\x0E8@Åêe┘:½À\x10"
  b"\x18”{RºL£/Õð©‡S·"
  b"] ªÌÞ'AGü\x14\x0F4|ûØ"
  b"^!ol\x19#\x1FL”ÇxԖüÞ"
  b"^-yà\x1Eo«B┤ËÙwD\x7FŲ"
  b"^㣟·•+A­U>‡…Ù$\x13"
  b"_JS­µ cE§“[î<\x1A"
  b"_L\x10\x01X\x18ÌEåW‗ûÉ=z╠"
  b"_ƒ─Á▒IÌMÉ#´\rX┐╬Ó"
  b"_├MCJj¿FÆì┤V}?N{"
  b"`2C)\x03ÉeE Ôœ®]Ò&È"
  b"`é§╔▄\x12\tL║×zk\x1D├ìQ"
  b"`”ªM#†VC°Ò—C_­äB"
  b"`éü9Fw¸J¤ð'1/ØÐ "
  b"a\x05ÁnãÝîF­ÝL-]ÏÂ%"
  b"a\t6#z÷[C“\x7F¡œŸ1tØ"
  b"a\x0FÙ╦\G\x14Lüm\x12:{ÞT┌"
  b"aiòÃ\x139Û@°)½H<‚õ³"
  b"\x07WÅ=}N®÷¦C+z░L"
  b"aÒkKü\x16¤N╣╗FDZ¿æÊ"
  b"b\x04¼Yœ™+B¯DˆBÓˆÿ²"
  b"brû\x13y&ÞB“Bï§>¼Á$"
  b"bÀƒÜ#\x18\rN¤¼å{\x07Œ¥|"
  b"b╚úªB«»Kɨ\tv>á▀f"
  b"bóÚüW^_B¨&Ö(ƒµ‰€"
  b"c\x04Ö«g“êI–ï%v×-—\x03"
  b"""
    c'±~\n
    Õ/E‚Ò² p®sM
    """
  b"cKHóÑÒàK•\x02Ï¥\x7Fƒ"û"
  b"cz}Ý\x00aÝH‡•xìΟ‰ø"
  b"cê2•11LH€C\x1A¬™âD›"
  b"d\x7Fn-uu\x19N†ª\x05™ò#~s"
  b"dî×¶TÔ¸B…\x101dß\e"
  b"e\x14ïå…9_O¹~#áÇ‘ªi"
  b"e\x1F¼\x1EEm\x11K’\x18ŠÊpãÍÖ"
  b"e/2C×}jO¬°ñ «ðµW"
  b"e=▒h>.DAŶnÖ_|KM"
  b"e@$VI(äH´kiØ0ÙCÚ"
  b"ecÞ^ÜÂ╝EáBe-íÅLþ"
  b"e‘p’Zw\x08M¨p9\x01ûVbr"
  b"\x13<}w.B…‹\x14ª=Ý!{"
  b"eµ]üê;lB¼"Éi'╠┌U"
  b"f\x13ÿѴϰF®½ ÿÅ©\x0F'"
  b"f2"©Å-▓K³ü\r\x14■Àv"
  b"fRâd\eB§OüØ┴µáÞ_m"
  b"fhZ\x0E€ŠkI¢FjÐÏÃê\x01"
  b"f–Ç\x19HËÜM†u¥\x03\x05î°·"
  b"\x1Dˆ\x03yŒF¢±’u™Û?w"
  b"fÍ&ãÁ\x00ÉNú\x06%¢¿´ìÎ"
  b"fÖ\hür®H¤9F„\v8\x0Eb"
  b"fþ«Åü▒âGÁ'\x1Fÿéa\x7F¹"
  b"g\x03ô·╠é║Gñ░ýì╬g&Q"
  b"g\x06Ø├\x05 rG©b%Ñ\x14\▓\"
  b"g7«\e·\x1E*C½`p,ˆ¼®*"
  b"g^â”su1CŒ“ÌЖ$D‡"
  b"g`óÎã!ÖH¹g\x1DÜ#7[&"
  b"gË\îS\x0E\x10B†–˜0ÚQ\x03ä"
  b"hF╔\x14ßcÓJÉòÏê■V©╔"
  b"hPÞAC\x02GBšua\vÄaòë"
  b"h^CsÜ‚“A±& Áï£\eª"
  b"h€úŸy_.Fª;€\x13]¬‰r"
  b"""
    hüVý¾]6EïĦ\fÜ┘\n
    ø
    """
  b"hœ•Iæ\x1DÇ@§­!$\x1E\x124"
  b"hѵåÉ└½B╝#ã'J§þo"
  b"i\x07▓ü³\x06áHä´h═\x05y\fB"
  b"iX©Œ/²<G µÇÚR¯sb"
  b"i╠pïöçÛNØlÚ1©»\x11\"
  b"k\x036\x1F\x0FòH£ãO\x0F‘gŒ~"
  b"k\x11\x15åØaéE€„¤+\x10ýež"
  b"k?Ì,CgÇH V£…CMñù"
  b"kY¡žÜ=•H¿:VÀ½WðÄ"
  b"k^zË [ÇKéò\x7FÅ×3>¶"
  b"kt\röU ìBºÎ┴Ó4]▄Æ"
  b"kÉSP\║`KñýǶ¦?▄¤"
  b"k°¨-*\x15³CŽýÚ½.\e\x01º"
  b"\x16ú+bıN£»#½øÉ(´"
  b"k╩³═╠ü±@Ñ\x17a█y\x04"
  b"køü߉©HK‹œžÓF<","
  b"l\x0FÕ\x11┌╔ëCô┘î_؃\x05U"
  b"l\x1Dr´¦ýxG‰â\x7Foðe©›"
  b"l▒1ìó-óDÉpbB2ÉðH"
  b"l┤┤\vì\e┘DÅ▀b▒\x19dz7"
  b"m\x08!pE\t¾Nˆâ<¸Sû;0"
  b"m#ı\v╚S\x06\x19nªÆÁÉ¥"
  b"mý8â╦Ø\eHíø▀n\x0E╣Áà"
  b"n\fªNF\x06ÊI®i(ó2ßÊÔ"
  b"""
    nh\x1DÆ7¹¹@•W\n
    ÷ŸªÑ
    """
  b"n“Ê;áZçAˆ¹:¿&Ss—"
  b"n¯ÈŒn/LIš\x00ÊÉ$ËÙö"
  b"o,!Ùø¨{LÅ\eð\x1D║┤╠H"
  b"omÛ┤qý\x1EOÉn‗°á>\x08²"
  b"o¿\x13\x05cþªJÅ\r¢«█Äzƒ"
  b"p\x17’Nz6šF°×Œ_u\x08°’"
  b"p.ëør‰ˆ@¾ÁªñàîEV"
  b"p’KÈÙòïF£…\x17M…\x1AÃù"
  b"p”#|²kIM‚-Np~f­š"
  b"qBOÕ½\x1FµF»°ö\x15Dß«»"
  b"q~ r¶:s@¬Û$jʪ;)"
  b"q¬û¡\x1A®šMаhòCn\x16"
  b"qôtY½\fòD°Ù+\x00\x1E\x1FÙz"
  b"rÆ>2V¹áEØ,×{Në½á"
  b"sžÎoY¥4F‹Êm“æ'W\x0E"
  b"s¡—\x0F؈4B°\em‰ß\r*h"
  b"s¡¾\x07ÔYäJÉTèá_\x13\x15\x14"
  b"sá¸ê¹Û¼H‚ˆ\x12›“\x12Ľ"
  b"t\x04Øí[9-N’#e\x0Ef\x05La"
  b"u4?\tÅ\v$@¾Bvìz\x7Fš\x19"
  b"upP3…*kJ‚¹†Û¾\t»l"
  b"uÇòîš™vK’ËP‰ó\x08±P"
  b"uÐó·iëYB˜Bhñ\x14*ôÓ"
  b"v@­ÉŒ^‡HŽƒåÔ\x03Øã]"
  b"viÆ;¼~#@ì╚#á‗zµO"
  b"w\x13E‹‹\vZO˜\e7ræW‹Î"
  b"w’œ\x13%?cM o©4ûªÑ7"
  b"\x14Öß±¶O¿ÙÐWÉvAh"
  b"w¹>gÄugO™È‘K¸¯Z¤"
  b"x,\x18ö™•sO¼6I\x11\x1CÀ‡H"
  b"x4À\x1A0\x01bO™¼·¼³ìä!"
  b"xAE\x12k`ƒA¥rùÙS)HQ"
  b"xaa}e\x15uJŽÆ\x13Uã™ø'"
  b"xcEÔ°*F@½T"É7\x16╗n"
  b"xÒ<b>MþO»s3÷drZø"
  b"y&\t\x11—XB­}?g/Düf"
  b"""
    y=Ì"R@5O¸`ß\vø\n
    ¦\x1F
    """
  b"y]\x03»Å\x05òC░┼\x193ä╗ØK"
  b"z1^\rþ¥uK³eËú$Ý·O"
  b"z5YÌ«uÜN¥æÃve_ßz"
  b"z7®»0”>I´]CL>t,T"
  b"ziÊh4Ê—K‡\x16‹^£\f"
  b"z„ÖØïH»O´\x123¡©Ûa¿"
  b"{\x01L$ƒ4,O™™–¾nÙ \x18"
  b"""
    {\n
    9Ûaº<BŸ±\x13t‚ä\x11l
    """
  b"{7~å_‘HF–7ðÝ\x7FؼÇ"
  b"{@Ö\x03%ZäCŸ\x04Øcª\e"
  b"{Iãs»¼]J’û$H\x1C,ªA"
  b"{ ¦Ë/\x0FÏ@µ†¿S柺2"
  b"{°ÉB/I3G¬\x7FQD;\x10°+"
  b"|vb)c7ËI¦\x19\x00dãê\x19-"
  b"|‘[´÷žÈK‘HÔý‹\tÒ®"
  b"|»Mæ\e;\x05@†€/4(üÁ¿"
  b"|ó"b„ö\x00AµÆ¥\e¼Íój"
  b"}5Æë\x11\t\x02\x02Ù¯QÝØ"
  b"}o┐·v\x02IC¼ T"ZtøÅ"
  b"}ƒ½"#|\x07FÁÅ█idÒ═;"
  b"}ʵREÙ\x18M†¬\x12W3z»ù"
  b"}Øè%¨}\fB 5î¦x¾/˜"
  b"~âÙ╬└àÂCühÆ^¾&sS"
  b"""
    ~·öò\r\n
    B²¨\x0E<\x0Eù€ß
    """
  b"\x7F\x1A×\x00\f¤äA©QíÞ¼€‹Š"
  b"\x7Fö¸\r\x00È¢O†±\x01v*À¥w"
  b"€@­ cîˆFŽ¡&â\x0Eš¥e"
  b"€ˆD­¤ß»@ŠaÇEM”¾\x11"
  b"€˜ªT³è?A­,\x15´=×\x1Fn"
  b"ü*¡rÞ\x02ÍJ│¥¬±H\x08"
  b"ü5QÐ\x03/YEá▒L¾╗b×\x06"
  b"üñ>v║ïhEƒ%╝T¾Fû\n"
  b"üÑÎ&¶·─GƒG=*Ãü╣h"
  b"""
    üýëk░Á3JDZ\n
    ÑRËä\x1A
    """
  b"‚&Û¦Lo=B†ï«\x05\x13$2"
  b"én\r#´YÈOø─9|ì║¿ƒ"
  b"‚ó±4ù[PI¨\x06E‘¨J \x1A"
  b"â\x14\x05.┘â3Jôx╦┐.6Åy"
  b"ƒ3;ÆæÊoM–&\x1A•ýý 9"
  b"ƒ´‘QÂJÑFµ'\x1FÑÛ\x02¨8"
  b"""
    ƒÜRꮼœJ±\n
    òlMCžV
    """
  b"â▀ÝJ└ÏOOØKo-ë\e"
  b"â■¾÷âØKNÄ4ï½Þ¯¿|"
  b"ä\rry-¡gOÅn\t?═\x15"
  b"""
    „Ž/?î\n
    ?C·]ž§€ï‹ä
    """
  b"„ÁY$V\eËLº|î›Xâ`£"
  b"\x1D¯ôÙ\x13¹B†4={™E\em"
  b"…c\x01åvˆ˜D¹GøFÝrÙ°"
  b"…Œ‚A^\x13?Gž§œ\x7F«F )"
  b"…ìŽ\x11\x03F©™¦œÐË×Ù"
  b"""
    †Kˆ$׬äMˆ!\n
    …`‚5»
    """
  b"†`¿ñå\PL¡÷ô ¤‡2‘"
  b"†vUÚ²\x12\x07@º}s°W/¹\x1E"
  b"""
    åÄ\n
    óÉï‗KöÐ<ƒY\x18\x06Ê
    """
  b"‡Ø5©ÄN!D‘ïc~º°õŒ"
  b"‡ü)r"Œ\E¦¸$\x03ôdYß"
  b"ˆ\ë€çEPGµ;nâ:..¨"
  b"ˆ„âôx \x16EžÒ\x15»Ÿ©ñ1"
  b"ˆö+\x11ûÿ\x1AD¸B䥜\x147„"
  b"‰?\x12ë\vÞ‰K•áÄ\x0EÅ9s±"
  b"‰W–mþô-Kš\e{nµ¨ZÅ"
  b"""
    ‰¯Ä\n
    .ŽáB¢…€â=C\x0F{
    """
  b"Š+¤_Ö`üN¯ý2é\rº]ó"
  b"\x10ø$‘RZL¶OS°Î\x13"
  b"ï¢Tº\t¡ë@öd\x04¯\Øi¸"
  b"‹Ñ@Aš›XO½îhȶµ\x1E¸"
  b"î.─╔ìGXGÑØ|²O\x1Eï█"
  b"ŒF05\x14дA¯UsÚb]³´"
  b"ŒJBàKá“N¿³9¢Ε\x08"
  b"ŒK\x18\x1Aä\x14ŠD·ŒFAk6YD"
  b"ŒžÓrm¼3Dš•0Nõ½:g"
  b"Œ°\x02O‚óÈJ²¼C™ÙŸào"
  b"Œ° \x07”ÎPJ”OÞ=\x14Ïsx"
  b"ì\x16LRk3mFïÅ]¸?Ï#7"
  b"ì!4ø{^DDí4▓'Фý_"
  b"ì┴km╦Æ┴JøÒ\x02)ú5(Ö"
  b"ìÃ×"l^0H¢ø¡\x7F¡4! "
  b"ì╦N\x16_\eäMì&¸KÎv\x02D"
  b"Ž s·5\x175@˜8Ÿ}õ:Š×"
  b"""
    Ž:×Ô=\n
    3M§Pq#Øo@¹
    """
  b"Ä\Aïƒ7\eJÉH§BÂò╠h"
  b"Ž\x7F/+\vd\@–µsppœì9"
  b"ŽÓG\x19€Ç¸M¿½ |ÇSÑ:"
  b"ÅTy7Í,9Eü9ÇÅÙòZ\x0E"
  b"Å]ËFÑ╦éC┤éì\v£æyl"
  b"Å»┴3ƒ7pM┐º¥2ÝuõL"
  b"Å▓VeT^╣Jóû╗9þÕ'\x03"
  b"ÅÌÔÃ┴╩2Oóøÿ`ÒC┌Æ"
  b"""
    É\x04öÔ╚µ\n
    EÖ¸©q\x14çç×
    """
  b"É6\x1Aýk_dO║[\x18╔d¡D°"
  b"ÉPòPºm╚Mù¾\x1D\x10ÒÐ$\x0E"
  b"Ézñï╗§ìKêÀ *ÐÜʶ"
  b"É×\n\x07\x00ÈÔNÄt<¶Tñ╬P"
  b"‘-@\x14Å­°B—¬‹ƒ\x03\x11"
  b"‘<a©(\x18'K¹³m4U¯Õ­"
  b"""
    ‘L*<ñqÍJ§Ì\n
    þɽå™
    """
  b"‘k賃©\x0EF˜†\x06)èþP1"
  b"æÅI\x10\x1E¾áA×]¦ÌÞïk("
  b"‘®\x13ÌfÑ\x1CA¤[-\x00Í\x14Ï;"
  b"\x07\x07ºf­ÀK—sœK\tT\x04\e"
  b"’3z·É\r#@º2Î\x1D™ì‡B"
  b"’_¢ù§’õDª<Œ„†Å\x00L"
  b"’s€õÂtÑM‡«}“ª«ÔÀ"
  b"’±±ìË‚;L¶Ô–\x17>¼–é"
  b"ô\x18\x11<=GÉ० &#y"
  b"“XÇî![ÁN‘&h‹†34­"
  b"“žk\x06à—\x18\vM£gbÖ["
  b"\x07çl\x16©ƒD•´…Û²ŒEi"
  b"”{Z\x11ÏsÏG¥¦z¬7þ\x0F^"
  b"”ˆ=\rD±0B‹…î$Ç\x16Ü3"
  b"öØëö\x01×v@▒\°e`S±■"
  b"”íéðÊg~@¹ìC2¡\x15Ê™"
  b"ö±═ëO¸YNÇ-Å┐Ç╠█þ"
  b"”÷4æ¾bÊK¤Ú¹3ó¿\x1E\r"
  b"\x04òôMM“D¦œ¡TÌ›‹Ê"
  b"•“cDÑLlLžgñZà`¬x"
  b"•˜ˆkØRlG»\x19)v×ĬÞ"
  b"•½™\r䋎L¸IO€Š¨Û!"
  b"\x11ë· d¥Iˆ»5_X\x1FÔý"
  b"–XƒBïJðA«\x7Fïx\eŽAú"
  b"—ïl%\eøéA®\x0FµCâ\x7F"
  b"˜<î…^!QL«vÂ$Ì7Ñ)"
  b"Ö\v§²Ñu±B»t║·üÁûÌ"
  b"™#¡ó½ÚýF¨v\x7F0ߣSÆ"
  b"™7î\x14”`EG¥(Ÿ÷\x1A\f÷\x14"
  b"™i\x1Cf§”ÝAˆŠŸÖ¢5Ý*"
  b"™qŸUo~ŽI¹\x17\eŒßÓw™"
  b"™r[\x1E:±’I›8E›£º\tÕ"
  b"™ÿºÚƒ8½@¯›ÃÂR]e³"
  b"š\x02ca}WÌB“ÉÌ–\x11åt¿"
  b"Üæ®ÅÏï7Fï\x02.nýåfÏ"
  b"š˜açŠ\x199I¨‹9\fº&) "
  b"š¢ˆˆ\x0EdøHš€ÏLK'ßN"
  b"šÿ­TþœÆL°´\x04\x01e Ä\x13"
  b"›fÑùÇÝéD¼»k¼R\x13¥‰"
  b"›†\x13ûÔ>rJ˜ GÍ÷l\x00¾"
  b"›Ì™\x06‹àIN—ȽATÔØ?"
  b"›ÒJ‡ËÉ]N‘Á‰x\x08ÞtU"
  b"›úåƒf¡¼I¿]£²wÆ5¸"
  b"œ<!¸½\x03¡I¥ó\x15ÐG„\x16R"
  b"œ…ÆtÃë^H¢Ý¼‘1¸öo"
  b"œÃÄ“\x19`ðB¤™5ôК*Z"
  b"œä/o¯œMLž/z#AQL°"
  b"£²O«\x1E!mOú\x06\x7F0÷ÅUå"
  b"Ø=\x06ÉÛ─ÜHÇ\x0E\x1D¶¤│\x18["
  b"Ø~ælî│pH¬hò╔²²N█"
  b"Ø×ýÎ╣├ËK©k;╔\f¶´O"
  b"Ø╦\x01F}·»L¢=´î\x17íÅ/"
  b"ئƒy#╣çF»©║çÔ┴é\x04"
  b"ž\x16G\—qÔM‚ŒÇºuO(,"
  b"ž<…éP\x1F9@¼a\r7q\ròÆ"
  b"ž[\x18ïêÓ5J†XS\x01\x14ç¦)"
  b"ž†\x08\fIê[KŒí_\x02Ç/Üä"
  b"×ÅX-,M╚Aú\t\x18«8)ư"
  b"×ùÄH╠^ C®\x12îÃżÁË"
  b"ž¢‘s2¼P@¬E\x04·\ff+M"
  b"Ÿ1=ý•geOŒb^_c×Jñ"
  b"ƒç¤[╣C Kø£Åwg?A9"
  b"ŸŽ\x19¨~‰™B£ÍyÎz@–½"
  b"ƒ¯Ø┴îh╦M©°ac\x13\x02¯>"
  b" }›Õç&ØJ¡ãÜçáà.\r"
  b" üb;AáoO‹­\x0EÏDŽpâ"
  b"ííªu©R\x12KÑ└½│Åú|\x1D"
  b"íÛ╗\x08╝°îFëìôëk§O¼"
  b"¢*+ŒãJ²H¡\x03²N”p8§"
  b"¢XÕ^tRjN‚A\x1EÖ¹\t\x04¿"
  b"útÉÌ■>╩FûÉáÝ\x19î\x03\x08"
  b"£†cN­8'F‰9ʵ´ˆaö"
  b"£•?4j±XNƒ¥\-Í \x1Fd"
  b"ú¦owþL!LèI¦x*²MØ"
  b"£û\x05Î(ó-Ež¡2N:[\x01\x10"
  b"¤.®ƒ\x16*œI›õX9ùzÒk"
  b"¤3\x7F…U|àG©Œ?ú*\x07-\x0E"
  b"¥+ç}ÜcÂG½ \x0E6\x18©åÉ"
  b"¥FÓÌa\x10 L­šNÜ'ÒŠ$"
  b"Ñh2╩┐\x18\fA░É_ø\x1C├Ù¦"
  b"ÑÉïs░#AC¢\x0Fã\x122ì▒Î"
  b"у~¡\x06²vH»ìåÃ┴█øÚ"
  b"""
    ¥§3\n
    \x07ýÌM¹\x1F»=o4S§
    """
  b"¥á‹Ë\x0EaÍN‹„®ˆ.Q\x02Ò"
  b"¦\x07®¿\x7F\ÄJ¶f´\rÀP‘”"
  b"ª\f┴ë<ÿ¥O║A╠ãÉ┘ÓÜ"
  b"¦\x16X˜FMŸL¶Ýã\x03¡°—Ñ"
  b"¦w\x18µœÆÎKž½@—ƒ0,\x07"
  b"ªæþ#÷æ¾DùAH╗?üöÕ"
  b"¦»èÖ'±mM­&­³[+Ài"
  b"¦¾‡ä ¶ÎF³lÔ)I†„·"
  b"º~ ╚C²\x1D\x1E═4Y\t`▄"
  b"ºî`¶³ë│Cóm6@Ù┼Ø\x17"
  b"§™ý\e\x1F€¿G¹1K\x10AÏ~L"
  b"§Úس¶\x1DßH²•¸Ð\x06ˆcq"
  b"¿\x1Dí_ÃtàFü┐ï"\e¸ÐÚ"
  b"¿Å\x02?\vjGAò┤\x01\x14U\x08¹."
  b"¨«V\v½ê\x0F@ˆîíBŽ\x0Eqh"
  b"¿├}:\x0FÉ)@ö>úû3╦\x18\n"
  b"¿ýÿ°VÓ\x12@òu┤y¡▓Åü"
  b"©#\x19ðêþmN¥_<R˜­§$"
  b"®åÊ░/ìRMÆñÅ\x13~ËäG"
  b"©´ÜŠƒÁ§H¥ŠÕcøaþ."
  b"ª\x08\x14¯Ûö…Hºhö&Tk5\x06"
  b"¬¡$\x1F\f\x1E¯Dì¥E­òøéô"
  b"""
    ª¿\n
    óÉHÐI“fžÉº†â¯
    """
  b"«\x03­©žK\x15@œ]¬äL\r­À"
  b"«\x15o¿kfnCƒËÔùJ£¿]"
  b"«\x18Œ®1ÖÞO«Û…`p>>\x11"
  b"«r÷Fc­ÚD°§´dB¿•§"
  b"«®\x06-F{\tIµDª6\x0Fiç#"
  b"«Á­ª´À\x1FJ³‚#µÚ‹†\x03"
  b"«Ô\x03\x03M(tI‡"‡ñ9$Q\x04"
  b"¬£t?ì&NIŸj'½hz†`"
  b"¬ÿ'_o*WG¤±Pæ_ÇP›"
  b"­ÔÕHtû6M…:t|Ñ—Hþ"
  b"¯#oÏ6ïöN‡wà(öÚh\x04"
  b"»{ÿæ┐ÃAI░üãî\v[lH"
  b"°'¤ÉàQWD¤>\f÷•T\x14M"
  b"°>ÙÐåÄC”ý^\x03¾D¾ÿ"
  b"° Ú¢Ì‰YA«ia”§sc“"
  b"°¿íÈ=ëu@ \x16°õɸм"
  b"±KŠ=2EuL¿‚\x10\x1C\x1E'5y"
  b"±T,\eŸˆZF”8Ë\x004›ŒÓ"
  b"±o\x04%tå\x02F»c¼\x13\x1E\x13°I"
  b"▒£ÄPÌ÷èGÉ(ºA½È¾z"
  b"▒úî\x03\x14\x11ê@ò┌ò┌ØíU\x19"
  b"±ª»¥µbpH¦Y/&+Û¯a"
  b"²^Øž\x15RDF·0µ9®Ã%~"
  b"²xÈ\vÁ®\x08K²l=\x16ÌtßÊ"
  b"▓®Ø\x14\è;OÇï\x07ëëüís"
  b"▓╗u\x14£\x115HÉ[ñ╩Ü2Tı"
  b"▓ \x18═Ø´«M¢\x03┬¥ç7g""
  b"³\x08ïE[|yE»xÿqjI{š"
  b"³\x1F\x7F\x12áÉÐFŒâº\x11í2ÂÑ"
  b"³^a6\x08Ùß@”꿱£ô\x00¿"
  b"´,\x12‚óì[J¤Ê¤\x07»Šàe"
  b"´CÄk/\x0EûB›\txeû›uî"
  b"´OÞâ/\x18¸A¶eY:#¦Èé"
  b"´bLn›'1F¤ì€|@\x01Ðð"
  b"┤jhìÀÀåL║Ñ÷D©À.u"
  b"µIQQƒ½ÍC£mïD\x05€¢\x1E"
  b"¶¯A0k¦qD˜\eÀíЂ\x12"
  b"¶úm$Î!…Mªh\x01ù¢\x14\x1D"
  b"·\x07ž/žù\x00D“\x15)\x1A\x0F\x11"
  b"·Pš?s\x06VFžDqð\x01\fP<"
  b"·X©\x1FLOšI˜æW×îŸG\t"
  b"·Ü¶µH„1E¯÷‘\x11Ü\x19"
  b"¸\x05ÔL;\x0FÐDš(¦c\x07nj¹"
  b"""
    ¸\t\n
    D3p{D¯F\x16=\x10J:¬
    """
  b"¸Zë\x0Eq`¦F­ôÀ\rX⺩"
  b"¸w\x1D'ùgÏD®zKe˜×6ï"
  b"©┌\x03«░DøOØé█£ôC;ä"
  b"¸þ\x00>Z.pC«•jGí,#\x19"
  b"¸þïa_d¶M„LÐ6bÕ\x14!"
  b"¸ÿ\x07Î\x14é&E´­2ÙRPgP"
  b"╣(hiyègLåÑeéÀmÅC"
  b"¹Iÿ×&ÀXA«š\x05C¹ƒ5Ê"
  b"¹‹1äþ\x1F8G½æ\x10EÔÜàU"
  b"╣ì¯ÊÊÚÓL¬Ò«║ú┬]5"
  b"¹¯t@Ü,kB›\x0Er`É7?˜"
  b"¹áÙ¤¿\x08»C¡I*»\x00ûa]"
  b"º pFÙ”(J¹­\tê`¡]Ô"
  b"º6ü\x13¯Š›@„ïÊa¡F"\x1D"
  b"»E£z>\eBJ­kÀÊ:Òïj"
  b"╗ÉiÙ═¦▀C╝/mR]ºÏ┬"
  b"»×ŽÇXé¦E‘ö0ÔyIÇ\x1D"
  b"╗ÝÖϨÏCGÉ\âL├c\x02L"
  b"»øhíóý6F£dêË\x10ß3U"
  b"¼!«\x18`‚\x06E­É‚¨)’0—"
  b"¼4\x04ä].tH±oÎ\fR8ús"
  b"¼O\x11[+l'M¢Ý1Eú~RÚ"
  b"╝¤╬üÖ╩qK│ÐØ`̯\x16~"
  b"╝ÙÌadAcF½÷É\x1D\x1C§\╔"
  b"½6iøG)SI™T®‰Fd$Ö"
  b"¢=Kb(-yA¿¨Øð\x12çÔá"
  b"½ Y„¦ïžH±ô(„„c\\f"
  b"½Â\x7F\x0Fß\x16\x05N™ˆq„\x15<«}"
  b"¾\vnV\r\x045Cº(4¨s\x1F½Ô"
  b"¾ªw'¹\x14ÓE¼v\x07¢“çéè"
  b"¾Çô+â÷ÖG° \vÒ±]{è"
  b"¿J„J6¯rB¿¡G­CIÆ\x19"
  b"""
    ┐å\n
    صÏ║B╝^¯÷\x17/\x08\x19
    """
  b"└│mí\x07"ÞLüZ`ÄıIı\x1A"
  b"ÀÃc\x1D\{8IšF>Î5Ó\x7Fù"
  b"ÀäíÖ½êÜG®jÃŒŠucm"
  b"Àë\e?\x19kÞG»˜vò\x08î&\x11"
  b"ÁvX)É\x0E;Bª9d™\x1A/A="
  b"ÁœWׯ¢\x14F‡áÈ\fÉídÿ"
  b"Â"ÞFzyjEŽ*Ð&åo¦Û"
  b"Â'Á>>¢~K¨\x00ˆ\x07½‚7\x05"
  b"┬(¸±\x14═IIÅ▒╚Ä\x00«Î®"
  b"ÂTŸd Ï¼C¡€OmÞ™\x10¿"
  b"Âv\x01îæ¯qH Ö»õU\x18"
  b"¼ۜ:\x00'L¯²Àûìgbø"
  b"ÂÇОD’ÅB·Ê7ñŽL¶H"
  b"Ã\x05Á£ŽVÄI±<m\x13îíoÓ"
  b"è­ÀlY“A˜Ë¶¿NõLN"
  b"├╝ö9ËÁ─Aº┌ØSË║■2"
  b"Ä[DDptÞG—D8\x14\e\x18êc"
  b"""
    ŵ,\n
    \n
    Fµl›EK}LO
    """
  b"ÅÍ’A@à>CŽ\x10®üpõâ\x19"
  b"Æ\r\x14°™þ_B°Dþ\f8Ls+"
  b"ãa¶ÎF8ÉKª7╦╬îÍ$ì"
  b"Æ´q*OŠ•L˜âƒp]»öÌ"
  b"ã‗ÉBåÞtIéqR/\x00═.¸"
  b"Ç\x17µÜ;sK@•pÈð8{Ÿ™"
  b"""
    Ç-\x7F—lRHH¶‘r\n
    TÒ(Ä
    """
  b"ÇP‰_ø=Ê@ ÿ”MAP²I"
  b"Çð¶wc]]D‹5þÛ?s\f\x0F"
  b"\x151Òd¿2FìS*ÍJ*,╚"
  b"╚{ån#í\x01FÅ8ºy┌ðk¾"
  b"ȽËjuºlG›ô¯×â²ø$"
  b"ÉO\x12,$½ÙH™²ýo1sx«"
  b"Éœd¦!åa@ƒ\x00\x04òÊ\x1Añ²"
  b"╩║(\x08%®▓AÅ2#uÐ\x16ÓH"
  b"╦éƒ:*É1OÑ\x19Ék╝\x00╝x"
  b"╦ƒ┌}\x1A┤ìBîanHϽ\x15t"
  b"""
    ╦│ånH■\n
    @ìR▒(ïݧ4
    """
  b"ËÛ¢\x00exvJ¢üsŸ¶%\x01Ø"
  b"Ì11'ÁÛ§H³{LÒg\x03ý\x10"
  b"Ì4ÐÞüïáD‰c<Ó\x07?Gô"
  b"Ì®øò<Ô/O‹¡ë{\x19_‘¸"
  b"\x16ªÁ\x11▓╚AØå\tµ`ã÷\x08"
  b"═B6¹ðì▒@ªM\v¹èàJ\x15"
  b"ÎÁQªØXËK‡¸lírU<Y"
  b"ÎÔ˜¡\†TF­ü\x0F!c·«3"
  b"¤\x1E( 'ô¸IØaÓ├a|zÇ"
  b"¤6g(!■çMëÄÉ ┴Ð█ø"
  b"Ï`àšì_\x1DEŒW±7<Mª¤"
  b"϶z\x1Cª/´F©{®Pg\x08"
  b"ð7%\rÅHÏH╗ò┴¥Û▒?ù"
  b"Ð`Ÿ©º\x1D\x14K’j‡¤_'¹ã"
  b"Ðn;óàÄ\x19FœAUF\x10F¢¡"
  b"Ѐ\x08\ri\x110B‰^9½¬ÿ5Ã"
  b"ð«þTLnyF╣┤ì\x172\x19D{"
  b"ðýk÷!\v¡Iü*═Ó)#±»"
  b"Ñ\x00š¯)߸Nºœ\x0E@xJ*ã"
  b"Ñ“exÖtòH„±Gþs¿âƒ"
  b"Ñò¨W,XpOŠ™ŽqYF\x03"
  b"ÒKî<§\x18¤O–¤¿2ï^U3"
  b"Òj™8¼ÉdEŒ\x00É]XM_ÿ"
  b"ÒÐO‰á‚øM§\x1DÁæHѬœ"
  b"Òô\x0F5t\x1DšNª-\fN~\x12Õ¾"
  b"""
    Ój4\n
    š\x1E7O¢Ò2CŒ \x06»
    """
  b"Ó|ÖK¡@8Hš\vÒ­õ%o¨"
  b"Ëì%ª\x14$ƒLÀÄGµ#[‗▒"
  b"ÓÅYL{À\x12M¢QtvG\x18ÔÀ"
  b"Ë u¶Ãí½@Åı║\x12\x1DÀîP"
  b"Ô-@-,ªçCŠT1‡“\x1A<‰"
  b"ÔTá±"\x17vHŸÿ>FF·ò×"
  b"Ô¶9\x15\x06B´éÖÓ£Ê*\"
  b"Õ\x00d\x01E-dL¹\x1E²¶\vGĤ"
  b"ÕD7ª\x07Ø¡B¬\x<x*®ä"
  b"Õ¤y¼k²ÑNª[Z«ñú\x11]"
  b"ÕŘ|HÞkJ…F-±N\x1A\r"
  b"Õ÷\tèJ§¢Bީߵ”Ã\x16¤"
  b"ÖBªèƒ<'H—’+Rd\x08FN"
  b"Ö‡×Î\x14HNL¢güu0-°O"
  b"ÍùÑ´‗çpIÇÊ`[1\x01Øì"
  b"Öí!S_\x1C\x1CB†Ö'@lN±\x07"
  b"ͨø¨é╦¿Cì╝ûØæT®ÿ"
  b"Î|oìA} Kø\táï╔h╚\x1E"
  b"ÏOìüF¸9CÖ\x1D\x13[æZ[Ã"
  b"Øu’à\x17“ÏEšT‰ûÿ9!W"
  b"؈}A‡rìE¶ôN×chÑæ"
  b"Ù2\x15yàŸ/M¾´¤\x10\x17|#Û"
  b"Ù@D\x1EÊl\x13F•‹–\x0Eh~ˆß"
  b"┘·ƒ\x15ó▒╚GÉj\t\x11"
  b"Ú\x19LŠv§ÁG·­°ò‚îBÔ"
  b"Úpœî\x16¹èI…¢\x16ª¿¹Ì\x14"
  b"┌■┐Ûß´ÈFÁ\x17\x0Fì├ú"
  b"Û\t‚ŒÓ“õDšüñÒ\x01£ƒü"
  b"█▄mE└OhHØ╗HÎn\x1C $"
  b"█Ù\eÎß\x1FØDüõ\r\x10C┌"
  b"Ý<®†É•×J½;6¿dxìú"
  b"Ýq:\x1F\x01È3I¿\x11\v3>\x06"
  b"¦ÅHÅè\x10·Oë?╠s¨╝\x12·"
  b"""
    ¦┼¥µ:Î▒BØ┘±ð\n
    X┘9
    """
  b"Þ\x14𯼸 B½<ÄÎq›¤g"
  b"ÞB\x0Eh¬¨»Gš¨ã7$èÿš"
  b"ÞnÄIÍxQDŸû:amÓ'r"
  b"Þ}áîâ\vF– gA\x05ôSa"
  b"ÌÅ\x1E«iÉkFæw\x16¯╦├b¡"
  b"ÞЗ[Ù<\x1CK‚á\x18ç½4«Ð"
  b"ß|†?›¶ O¬Ú“á¶ÜÉ•"
  b"߃òÍÎj'B€:\x18C\x0E÷³û"
  b"▀Æ\▒ìI├Hºâ1¸ô▀ÇX"
  b"à\x08¨\x12tÂÓD© Ö—pü;¤"
  b"Ó4Ë\x16NÚ¦A¬h▒4¨É\x12"
  b"à9rRÿìŒL :HênÕŠp"
  b"à¥\x7F\x15¯\x00\x1DI–Ý×Ú—3?I"
  b"á¸\x02Ù£‹\x02\x15ß\x03kÌî¶"
  b"áÕàH3Ê6J¯ÌWȪŒˆ)"
  b"áç/\tþ¢?HªßÖ’/¤­Ÿ"
  b"â<÷Ì™©¾G…Í:HóÕ¤š"
  b"âPŠtª½;Eƒg·\tØ•\x058"
  b"⬃\x08ù¯+HµÒ•ƒ6›§4"
  b"âå0‰)ÛXD‹ßSTFô=ù"
  b"ãŠi\x13“HÁHª3~ð\x05¬\të"
  b"""
    ã©\n
    ½5ÊTK†|ßMúy\x0E\e
    """
  b"Ò¸íéû┐ÂNÅ­Ú{S¸é^"
  b"ãùÝ"ízäO•OïhQëQ8"
  b"ä¸MÒ+Z{B“Ô\x08µ¤ˆ\x16T"
  b"å&¤j…`\x15Nƒ¶.öÇ~Ä<"
  b"Õ3+j³\x02wEÄ+üì\x04Òñ\x7F"
  b"åÊüÖ-¢wCšŸ¾*ªŠî£"
  b"æ\x12áa¸_SH¯4=@§F&ž"
  b"µNÀF½ùÉMº║½\x1Fg$┼Ë"
  b"µW╗_¢ÜØGönJ;MiI╝"
  b"æqq\x17üñdI€\x0F±)\x13Ìæ\x04"
  b"þ;b¢ ÆLDÉÖ÷Á\x0E!Qä"
  b"çV–Ù\v°ôE¥ ©ÅT¬Ê¥"
  b"þÀÇ)/©\fCª.a2ÕóvÉ"
  b"èW=…ÈáŠOšädÅß/) "
  b"""
    è[,\\n
    $^@½“ß§;\x0F½p
    """
  b"Ú\x06w\x1D¢█├Gºü<0à\ts\x12"
  b"ÚU1¥¼░vOù·Æv ÅÛ6"
  b"ÚÅuö║º¡H½Oü\x16ñL\;"
  b"ÚñÆ/╔ß.Lü\x03<\våÕ\x1EÈ"
  b"Ú║ìr.\x1C\eA╗[g)ÜDZ{"
  b"ÚÊÕSK/äAÅ\x035]ý■ S"
  b"éöë\x18p_óG®\x11{òtf5\t"
  b"Û\x0F¯Ø▒½+Cæóx|▒(8."
  b"êZä\x1F<o\x11O‰s\x08ÒŒ[\x06©"
  b"ý)äMì\r\x08M£\tÊ\x08¦øp"
  b"ì<q\x07°\x00èI“<•Í\x1E]LL"
  b"ýÉ\x10\x17>£yH¼W\x08á┤:cõ"
  b"""
    ýƒ▄\x1D‗ó\x03Gê.Le╬\t\n
    ü
    """
  b"ìèqçíïMGŸ°kSÍ\x05.A"
  b"íV|\x06\x01,}C‘\x11ŠAOø¦˜"
  b"í[$ÓZš\x08OŒø½\x16%¨ÆŠ"
  b"í¤Ñ’àò\x08L¹xðÚ\x02\x15"
  b"íÆ\x07i‡-]O¹œBÓä„Jö"
  b"îV{'•\x17sC«î\x7F{fpP±"
  b"îÍ}™k\x1FëM‹¼ðX_6§„"
  b"ï ÖQÂ\x05™D‚¸FØâi‰_"
  b"ïÂŽ“\x1AËvO»þîŸÀU(õ"
  b"ïÈrÔï#1L›¬HŽÿ;ݰ"
  b"ïëNøŽòËJ¤gø\x1A!P†F"
  b"ïíiçÄŒ\x1FM½ìªBÔ\x00"
  b"´§\x0E~Ç£6@ü\x1E¹\x03\x01\x19"
  b"ïõ{zJ†ûH¿ƒü’×\x19\r\x05"
  b"ð{›\x00Ÿ}¾J„V6àk\x1AC;"
  b"ðö¬î»wjHº[1­„ÖE©"
  b"ñ\x00u\x19‘rvO´ío‡¬A[†"
  b"ñ^­–ÞçfK ¹õ±\x15ßè."
  b"±ñR3éIçOÉÅ_ ³P\x1Cw"
  b"ñ§x($K\x1COŒÀÂÊ•‡§u"
  b"ñð4z<q+B¿*¼)†\x00¯"
  b"ò\x16)4q¤tA·?C{_\x0FâÌ"
  b"òWä³ÄG8B«`ÿ4O\x1C1’"
  b"òŽÕzÜ€)G‹cNHj%$Ç"
  b"òÔ\x06û\x1A\x08\x0FI¤4<(íHJ!"
  b"‗¦1\x15yÙeD×êÆÄâ¤ûØ"
  b"ós=éú\x0E8E“NÏÕîQš\x06"
  b"ó˟ܬ¦\x15\x1Fݳ:ª]ç"
  b"óÓ\x10\fÅ`D²°–Æo÷|="
  b"\x18 ý \x02üNä"OãcZ\x01c"
  b"ô'—•¥ÇoF‹þÙšœäpÒ"
  b"¶?"\x180\x0F*M»ü­╩Ñ\x00º&"
  b"¶sÃKb5!Jàìm\Þ®ú}"
  b"õ-¥Dÿ%`L¯œ„Cpédu"
  b"õh6r\x10îmM•>0\x1A1ÂVa"
  b"§²CææÅ`D¿~Æ╦ùɶ\x12"
  b"õþÞ¿àCÏ@ ê\x17ç¡FDë"
  b"÷\x000\x05£EÁEµ4\x0F‹s;u…"
  b"÷e\x18 =R˜E =ºÇñ\x7FÁÀ"
  b"÷Ÿ$NRQíI¼6úØ7:[õ"
  b"ø"{¨º¶ŒJ®¤\x19ïØœ]n"
  b"°,ìU‗´G╣4ÌôÌü7\x17"
  b"ø…øí,ØwD¬Ósâ+†\x7F"
  b"øß\x05©)[œO¶q\x15”H\x00Ìà"
  b"¨\x19(\x07ì~┘Fì`\x12£\x19├─║"
  b"ù~UËób/IŠã%óÄ(KÛ"
  b"¨¨Ô¯\x06ý\x1EFÉA\x18\x7FX\ví$"
  b"úÊëõA|¯B ôKh\x16çPm"
  b"û, âîøûN¾!¹É\v¡»—"
  b"ûs’>aÀyJƒfÖ û»:¾"
  b"û‘J*ø\tþA†€nÎ{¶/\x1E"
  b"û¬/…å¨\x11K–Ü‹ÿk¸©\x01"
  b"""
    û׫‘×ÚzJ²,ÅÚ\n
    Å!«
    """
  b"üMK»\x07„ÙK§ô&>ý¿\x0FÔ"
  b"ü‹Ê\x05¿r»M™vîmû~”\t"
  b"²1\x1CÎ\x11¦FFìe½>«ó█;"
  b"ýÍu?·ÀþK€§Å¤\x1EiºÈ"
  b"\v¾M_┌£Hük\x078┌èÖ¿"
  b"þ8˜Ä.ö]C½\x1CÙèðV§-"
  b"þQv\f\x15Ô=L£ÒÚµ¤Ì'\e"
  b"þVÎbW\x01;@ˆ1\x1A\x12‘ëóœ"
  b"þ†^çöißGŽ~t­O¤WF"
  b"■ÉÑÒ╚ ÓOâTu£A"b¾"
  b"■®┐'kÔ¡L¿Åz£EV°v"
  b"þºÁ¯õ':C¬`Wµ\x0F÷X½"
  b"þÁ‚.pbÅBœ\x11[uÄ[Ë?"
  b"ÿq«7sL8MšCg—^hfÉ"
  b" È┐SR\x04═O×\rQ2ØÆÔ\x1A"
]
225 6.70 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`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `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`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` 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.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` 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 (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` 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`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` 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\x11×\x19]¤üG‡\x0F#Zrìþ;"
  b"\x00\x18î]\x0EJ2I†Ö!y.¸ƒß"
  b"\x00H¨ôdŧ@¼ ▄pø¯·à"
  b"\x00^\x1Eë®nbBïìÁÑ탯n"
  b"\x00u\r¸\x07ñb@²Êäü¯Ùȵ"
  b"\x00ƒs▄n\x15\rDôÇ╬,Å¿\x08À"
  b"\x00Û-H\x1Cì§JøW§>û\x1D¿z"
  b"\x00û¡Jñ.÷Eƒ\x0FÊ+áÜbñ"
  b"\x01.\x04Ïå\x16\x15@ªödé·¹\x12J"
  b"\x010âý“‰;A¯*#¨’Ç&\x04"
  b"\x01}█╦G°\x1AKç├®ðO"mì"
  b"\x01‰·„ÔÞ*F”ß29Oü9B"
  b"\x01ƒ)ÔdþÝOÅ¿╣ç0º¢╦"
  b"\x02\x00\x14äVF‰î¦à\x18Öá°"
  b"\x02\x7F\x18 ¨£C¢\x14úÅ.©\x01$"
  b"\x02ŵ\x0E\x15'<IÄ0¹\x05┐ÝÈ\x1C"
  b"\x02Ö²,│i Jì£]\x16Ù_\x16/"
  b"\x02Ë9á âÑ@µ\x17(_‡ZÜf"
  b"\x02ëØNýMsM‰uhܼ×pq"
  b"\x02þ|®Ž\eaI§Fx\x7FÅó^Á"
  b"\x03U9üžŠ€CŒÕÇ!XÍxª"
  b"\x03ZÉ┼\x15╣£@«h┬=3Bêé"
  b"\x03]¤è\x7FHeL¢Ç ñÀ÷d\x00"
  b"\x03t=¬ËãØGï/q:ùÃ3©"
  b"\x03ˆz\x16\x1Cä(A†2£=@3¼5"
  b"\x03╝▓ðÕ╝\x05@ØÑ\x00E&\x07÷%"
  b"\x03ßÿ\x162\x1AùG‹Tþ\x16\x05L÷ "
  b"\x04\x02²[EìýKà.ÁO▒¾U\x01"
  b"\x04c¢Êh\r(OÅmÎU]ÌîÇ"
  b"\x04¶Ró¦é£Oª'1CÕ¾–\x16"
  b"\x04éݧLTF‚\x1Aþ*1pë×"
  b"\x05ìÛc\x08ß2E¼ºB¤Àliö"
  b"\x05ÌT_“\vìA®·=ì™\x10"
  b"\x05Ï´",'\rD¢­m\x05\x15@ã­"
  b"\x05݆ëËWÙK•-˜ûX’ÎÏ"
  b"\x06½ŒÃ\x15$®E•9Ô\eµt\x14u"
  b"\x07^ôp1bJ@¡ãÙ“ŸæWï"
  b"\x07„W\fÖ<ÏCºv·Æé¾ÑÜ"
  b"\x07ǘ®ƒv3G‘pPB*ð2\x07"
  b"\x08L©ðA?\x1CE¼æ/\x04\x18Ë"
  b"\x08y뵎A\x11O·nN< +^ƒ"
  b"\x08ž³hd†šJ¡?€¦WsÍê"
  b"\x08º9åB\x08ßB©ePË˳›Ô"
  b"\t\x17\tÉÀî-GÀúÉ┬s=V\x00"
  b"\tÝ\x1FÕ€!0H²\x1Féš™t$\f"
  b"\tÿ\x15ç\tÚ9C¯v\x1EÏÔù\x7F."
  b"""
    \n
    \x12ø]Z±Ú@ô¼_ì'ÝÑÍ
    """
  b"""
    \n
    FNûàˆôA”'9r€Ê5@
    """
  b"""
    \n
    I¦ÑÌ:┼Cì\x08£\x1F└óÉB
    """
  b"""
    \n
    ¦Ê’¥\x1C‡F‹˜œ“˜Üaæ
    """
  b"\v\x18Ç|þûyF™ìó#±\t»/"
  b"\v\x1Fãw\Û\@¸/À±1ëXë"
  b"\v[fµ‡x=M­Ç\x16æ¾>ù£"
  b"""
    \v\x02\vR\n
    A­s\x16\x03
    """
  b"\vÑŪz¨wG¢ŒTW¬%éq"
  b"\vÕ¶‘F9öN²fûE \t\x1D}"
  b"\f\x159eêóÙ@†,i\x1F>Z‡!"
  b"\f\x17Ò©]Í═J░ýÍ*É_ò×"
  b"\f‚›Q»\x7FŠIžF<‡’dûº"
  b"\fà▓▒AÁcMü1¿wwDÕ╔"
  b"\f·ÇáÙÕ\x0EJ«h×\x15\r\x0FÉ+"
  b"\rO\x03ˆJÁ0O¢>ÿo-Œ\x14Y"
  b"\rg¿•Pº!B©¡Ñ[\x03¼˜Ü"
  b"\rt\x01Ý•K‰DªoÐEòÔÞ\x05"
  b"\rô\x16■¬ë«EØBM\x14Í]Ñk"
  b"\rÿlLAF©G»▀ïÅn࿺"
  b"\r©\x1E\x7Fÿ‰õG®+)8`\x19ÿ\v"
  b"\rãZ:╣$ÇFèÖT§▓²ØØ"
  b"\rÊóDðìºL©.‚ǼÇ\x1C3"
  b"""
    \r÷5h´\n
    –E˜žÂV\x06½ˆÂ
    """
  b"\x0EJ7:¹ý"E“Š\Á*“¯y"
  b"\x0ErKG\x17Ô˜B–Á\x00\x04¦ÍÔ\x7F"
  b"\x0E}<╬\x14ØÒOï.Þ±{\e\x06®"
  b"\x0E§¼©ç‡uO—4Jš|–KÊ"
  b"\x0F2#\x19ò?&M’é¬qiüë\x16"
  b"\x0FAÅ´¾®¶Gú▀ÂÔ_Ïb]"
  b"\x0FC‰ ey¢G‹JŠ\x18\tf\x1FÛ"
  b"\x0F[▒ìl┌TIë:\àÌö$|"
  b"\x0FîŽióˆ\x16D¡çû‘ä0˜["
  b"\x0FðC¥î¿EC¥ð„ÃÁnLV"
  b"\x10«X\x16…ϸL‡¾+i\x17¡œí"
  b"\x10¶·KY–žA¼Ìñs†Ÿm\x1E"
  b"\x10ÿ\x11\x0FEn\x1D@‘­ÖIšq„¬"
  b"\x11\x10L\x1Aß<ƒBÖNÉùd9&U"
  b"\x11<øÎE\x1CóH—ü¥|Iýøý"
  b"\x12\x08°<\x1Eq±LÀ5¹±ytìÕ"
  b"\x127@¸ƒ¢┐EìL©où\x16"
  b"\x12¨\x15»ÛT”L¶&¥\x15éôúQ"
  b"\x12®\x17rPí¡K©òì`è╦¿Ñ"
  b"\x12¢+\t)\x19\x19JòÑ╩\rS║üE"
  b"\x12Ý\x00ñÑ\x06E˜±ôp\x10\x07d"
  b"\x13\x03Ä#LT¹@Šo`‡Z\x17Þô"
  b"\x13T\f|óóüCä(:·\x07\x15"
  b"\x13ß—~Ý\x03”L›3’ŽU¿\tä"
  b"\x14\v\x08\x15ÂD±[ß\x03Æo0h"
  b"\x14š\x1C÷d³ÐI­uÒü¬ -\t"
  b"\x14¯½ Ç"OI§/!n†„/x"
  b"\x14ü;‰C9iE»ýæÕËï—·"
  b"\x15C║║[ªØLè▄Çw\x1E\x19"
  b"\x15wÿ_FómA±4d!ö FS"
  b"\x15üx├ØvÐ@ó{ÔªMf\x19ÿ"
  b"\x15ŠÛù©á²M¿\x00èlt‚‰˜"
  b"\x15┌37Ôf\x14N²1Ë\x1EØ>L"
  b"\x15÷Lwu§4L¦Z¯EV\x15О"
  b"\x161LV}Y\x04H£ƒóºO#`,"
  b"""
    \x16>µº2 ╚G┐¨\n
    \x05É┘t¡
    """
  b"\x16ŽŸ\x0E§büGº÷ì~àŽ§\f"
  b"\x16ª╬▒äìõMÁ╚?Uæ\x1A╩C"
  b"\x16Àˆ·ðÅ\x05L™]Òå›<‹Ù"
  b"\x17\x1F¯j\x03Œ\x10N«e‹ƒÅå\x15Y"
  b"\x17>žs\x00>'Mµ•_l·äâ»"
  b"\x17‹ÑG\x01íHO¼\x18C\x10®\f¾ì"
  b"\x17ËÚÑ—¬:C¿vi:¢id«"
  b"\x17ß<0 KhD‰ú\x03óÑM-ç"
  b"\x17çìÙu•XL¥ó\x0FWƒBj\x13"
  b"\x18#vOÜy\x19KÉ,‗73_&■"
  b"\x182f\x066V)B°Ã4\x0FrX+Æ"
  b"\x18nîÊÀ\x1CëE¦UÁÓ~…\x05Õ"
  b"\x18zÑÅI.\x01IŠ@嚎4äÖ"
  b"\x18ªX|å@ù@Ø?Ë\x0F▀îá¢"
  b"\x18õ└║¬ï■NØcÉ¥uè╔■"
  b"\x19\x04ƒw†¬pO•ˬDRóØð"
  b"\x19\e\\x0EYè}E \x07¨·óIx4"
  b"\x19™Ws\x13gïIˆ\tÿm€d\x13ö"
  b"\x19¤É{|Ò¯L¿â~¬û­2†"
  b"\x19¦SKòdgH„&ª3þ®jé"
  b"\x19­\x08\e9ÅbJ¯@ã§éãÄy"
  b"\x1A\x10™BD\x1EÆH“ñu¨áð2á"
  b"\x1A)]▀í\x1Eu@Á╩ãÉþ×╦├"
  b"\e\x1Fåø‚ý´N @\x18\x10ûÑ=O"
  b"\eJO\x06\x16ïÚIµº¢æÍ®fÍ"
  b"\em\x00˜\x12ð2F£wJ³\x03I”C"
  b"\e¬¢¸­ò\eOªÓ3\x19¾U\x1E"
  b"\eè)«\v\x171B›Š¦Â\t‹Z$"
  b"\x1C)iQ’_ùK‰ªë(ð3¯]"
  b"\x1Cl\f\x1EU\x15hD¾õmÿÃ@\x1D\x0F"
  b"\x1C}\nÿ/\x00÷Hªt3┌ðcìx"
  b"\x1C”èk\x06®ÝC¾\x0E§Dá› Š"
  b"\x1C¾Ð‰øœÃE†kŠ\x7F1Wö±"
  b"\x1CÖP¯†›…L $‘ó,ýÇV"
  b"""
    \x1D\f{Ïa~\x14\x03ßš’D\n
    d
    """
  b"\x1D8ûóRÑ¿Ošl6’åñîJ"
  b"\x1D©S4m\x0F\eO»ê¦ïºj=Ï"
  b"\x1DÙ¦j\x15>\x14I£ŽW˜Õë5Ä"
  b"\x1Dï\x17EËÀƒLŸ•\x02\x1FÝ\x11„‘"
  b"\x1E*é…$RªMޤPá¥\fAÿ"
  b"\x1Etñ@6 ‘C«´Ûâ¼è}Ò"
  b"\x1Eè©´Å═(Hè£\x0E╠}pì'"
  b"""
    \x1EÀè\x04kÅCC´\n
    ÎÆÕ\x0Fñ\x7F
    """
  b"\x1F\x18\x17ÿ[╩ðEÅ*Ø\x0F╣hhÛ"
  b"\x1F(° ŽßéG´IŽ–'\x17ÍÀ"
  b"\x1Fw*ÿˆ¦ÃK ƒôÉØ"-"
  b"\x1FÙ!FB+ÏJ®\t€Jxc\e="
  b" \vãÜ\x03áÄJ®¤Ñ¥oº0;"
  b" \x16\x12Â╬µ\x1AJüÄ5\tS\x01"
  b" 3S#.+¨KŠØ\x1A)XÕ[–"
  b" ?”®_\vðJ“Á\x7FVRÄ©‡"
  b" V\x1A╩ÉÜI@ñþ╬Ô«└Hð"
  b" q<ÙêoFA¢“Tm~Ï\x13q"
  b" Á6üı\x18¿D¥BQºLâ«▀"
  b" ¶¥\rî¹=B¬ãAšµùB…"
  b" ¹z\x07q-íG£‚,='ãhà"
  b" ÐÇË4;ÚL¤½˜\x13Ÿ_%c"
  b" ýRáè\x08AM»ôFô¿¾é­"
  b"!F‰ “\x00+N¹F\ËrTé½"
  b"!c\G†Ê³O­+D6ÃôpG"
  b"!\x7F«N\x1CÎ^L«É\x15\x132s4á"
  b"!¸Q~â\x0E†L«#8ônµ<ô"
  b"!á:òKª›L­-ØwGe+4"
  b"!ä©“ù\x04\eC¤JǤoÓ÷O"
  b"!ðÏuEAJK‰í²¿Ù=£Ù"
  b""fûm¬Z©B§ø¼|¢B~3"
  b""rj_˜Ë—H£¢ªã \x08´ø"
  b"\x7F▀Ný¶Dæ╗ù¶gõu\x1F"
  b""¶:½g!‗LÉÑ;╩\rØ5H"
  b"#(ñ&\Ü!JºáíΦ×cì"
  b"#”OSH¯ÈJºV=ì‘`$6"
  b"#¨U@Én»F¼9\x05ÛØ°Wò"
  b"#ÜL?:8—N”c\ró\x12íõn"
  b"#åq¤bRÝE’ÃkV\x15Ξ†"
  b"$D\x01ç¨f*MšWˆ¸gfRˆ"
  b"$yõg7%âN‘(í´Ö\x05\x1Fâ"
  b"%IØ!Vd]N▒┴\r9\e░i¾"
  b"%b,5hw_Cš™ú\R~r&"
  b"%y\x14d¾qÜO£¾¯\x0Eù„ÊË"
  b"%Ì¢Ú`\x14øA£±òp(óîÍ"
  b"%é¼'½\x1DHL‰±\x08œLÁ†""
  b"%óñ ÕJ£G¤¾îžeüö\n"
  b"\x00òÚ\x19RJ¬\e)\x0F\x04á"
  b"&|Oª\v¿“A°]j.ºSSe"
  b"&úÅ¥ì~!O╝Y┌\x0E¾`ƒ""
  b"&ÈOGJ%•K”ÊÐ9E\x0F•†"
  b"'\x05‚FxÕÓJ«%<RØüp®"
  b"'*Û\x16ÑÓ‰D‘Y?î+\x1DÑ\f"
  b"'2œ6û¸ˆD¯Ê]:[_ã‡"
  b"'¢g“·\x14rO†S}‹â–¼ß"
  b"'áÄ$r\x170BƒZ‹/¸gòt"
  b"(ÔÒ½\\x1E\x16B¶õ#•…É›í"
  b")½2ÆÏ\x1FLJ•³&£uÜR\x19"
  b")ÂRË£oÔC’¾à}\x14Ñ\x11V"
  b"*.€ë\x1CLóO”²\x12x\x1A†Žy"
  b"*=\x13ièÔ\x0EK’}‹o¥I\x1Aœ"
  b"*AÅNm%╠Aø="┌WE\x05ƒ"
  b"*ytyíi6I©«+ÇÔƒÜ}"
  b"+diwÿ?FKàU}oí%CØ"
  b"+‚kf5o9O²´]3c\mÜ"
  b"+░ƒ\x07¸\x08╔OÉ\x18«V½¢,┘"
  b",q\x07˜©ÝiK‹=d)äÑt\f"
  b",r±¡ÔšvA–h\x016½ÊZÛ"
  b",Ï»Åb,pOƒ\g\e¾§«Ã"
  b",Úº¤\x11ÿöC©ô\x1A\x16ïBÚ6"
  b",Õ]\x0F\x1E?þHì¯÷ªPxòõ"
  b",öŸmh=›E¯q-ìùX²¾"
  b"-q‹uv[{G‘'"5\x16l•&"
  b"-ØïÉËÈ*Lü²ÑJîMßÌ"
  b"-®Ý¸}╗hHü┴¸bP\4A"
  b"-╩ü╔É8âKí¨`¸çÛ\x1Ax"
  b".H\x04:íÖ¿J‘m\x19òúÓfU"
  b".K<Y‹êŽJŸ$Zž?Ž`Ô"
  b".áu\x16PN‡Cµ¯Êj׫\x01ä"
  b"\x01é[ѼL–›Ê@\x7FÈ;É"
  b"/)Y┬ı\tiH¿ÜÀ¨F.ÉØ"
  b"/,ê<\x1E¦ÄOØã\x00oL\x1A§Q"
  b"/KØzš‚ÄAŸ\x10\x15ö\x01M¬="
  b"/UÖ╗}9@Aìt╝█Íâ├÷"
  b"/W\x05└Ô\x008O¢\x02É´┤¢zø"
  b"/\x7F2z.§|D–=L_Þenö"
  b"/«/tS5gC»äß\x1AÝŽ\x0FI"
  b"\x04ù(vZK•õBŽÌtnA"
  b"0B├x│ÄbM½\x12l╗füÆT"
  b"\x1F47ñ1OÿJ\´,ü©u"
  b"0■½─\x15╠õHüÊb`\x1E¹þ╗"
  b"1\x1DµhZ<u@│ýWLnÆÄÉ"
  b"1AÌ╣¾\x19µLü!Ú:A\x12ó»"
  b"1XN‚Í\t{LµŸ\x08Û\Üß7"
  b"1ü;z▀N▀G║¡!~#¬B "
  b"1ìßSc┤§DѲ\x19âX\x00ub"
  b"2\tc§;:¶E‘£ÄÿkÑ#Í"
  b"2#Øçµ\x7FçBézÝ>ªLJJ"
  b"2tßÉ4)jB®\x1E¸ÿ¯ë-]"
  b"2tîf®-°I¶ÎoÜþÞ\f#"
  b"2‡ÄÊu\x1DÂ@”øi8Î\x1Afo"
  b"\x17¬╩¡}NÂ/b\x00Á¥\\x1D"
  b"2ÙIŠ\x07²\x10@ºiÜ”“¬^ž"
  b"2à’§„fôA˜½Gi\x12\x06¾™"
  b"3#LjÝQ®A“\x17p0Z\fº\x0E"
  b"3U%«©¹ÆA”YÄ\x18ÿ\x13Ùê"
  b"3\j7å░ÜFÅ\x13G¶zëdT"
  b"3ì│»¤f\eIÖ7«~─QqQ"
  b"3┤-û\x17ËÖK┤‗æØPá8q"
  b"3├ãýähuAçbµ▓ì¯┴\x08"
  b"""
    3‗¨_}\x1CqAØP±Ò\n
    ÅcÄ
    """
  b"4\tÖ%Å╚rO«âÖ=ìÙV═"
  b"4ây†\x03BsO£Ý.<EŒù‹"
  b"5\x0FÊùÊš£D®>Î9½¸¡5"
  b"5“™ÙýAÂM£¯O¯0<‰å"
  b"5ódÁM;ÌLÅÃNG×zuú"
  b"5╚│Í%Ù\x07I│ÎØ®( ø«"
  b"\x15\x01^@¬d³éÓÝþk"
  b"5ÝJÊÉ\x08¸CªQ@└¬<ãy"
  b"6\x0F(ý6iô@‰š\x07\x10h;çÉ"
  b"6\@£æ7JD·Èn®Y»³£"
  b"6t\x08\x7FÃôøI†KRÈØY}T"
  b"6Ø3Aü­µBë░¯ÁÒ▓\¶"
  b"6½¸┤fYµAÆ┐ïXü«ñç"
  b"6ðk\x08\x029@üó[\x15ÄCWµ"
  b"7Vfè&ÔÆL¹z¤©‘Â(l"
  b"7†ÎéÎ;\x04B®rÖz_ý%†"
  b"7·"€Å\x01ÊB´Êüwç~[D"
  b"7ýêÔ¾~íEª´ÅÜÙXÌ\x17"
  b"8@Q\t¸\x1F~NŽø\x01r@\x14Pÿ"
  b"8Aá#Ùù’F•`þIì\x14Dl"
  b"8d\e¡\x10ÛE™V–'@‡\eB"
  b"\x13)üj²FÁ¾┬\x16┘yªÿ"
  b"8¤aHÈäe@­\x03et.®ÐE"
  b"8§=̽à\x1CJ´šÏAs³\x06l"
  b"9\x17n*‗\x7F┤J┤Ò¯öUA▄ü"
  b"""
    95„P¤SÝF¢ä¦\n
    t_\x080
    """
  b"9VOéèÙ\x1FMÿìå{V°5H"
  b"9å³—\x11\x1EI¢bv\x01WPÊB"
  b"9ýÙ<D")EÉtâ╦╠Ç4┘"
  b"9´º÷H\eÙJ¿\x04¯\\x01Ø£X"
  b"9■N\x16â&4Mö\x08ÐÓ×É▓_"
  b":P┼ZJ*ÔKü¯0¢:s╦µ"
  b":Ä!ª ájL▒üs£M_¯Ö"
  b":н@§Ü€M„\x08®Œ1^³Õ"
  b";\f\x10S%w`K²òeGhøl/"
  b";:2ð\x1DwnM»²\eÈhš\x18\x05"
  b";béFËcÊI›Â°ãå›í\x02"
  b";ný³ç\x07*L£"Ü\x11#‚\x00Ï"
  b"\x08\x1F2ïÌO†³†£´&F«"
  b";àÞw""\r\x01ŽA\x06\x12©\x1A"
  b"< á³4\x16wL¡¬çÿ\x18ï Ò"
  b"<´Â[ªÆÿC¥"oÀ^uÈÄ"
  b"<Øpú\x04Ã.E ¨ØRz1«Ú"
  b"<ã„&å•hH¾€\x10Ú‘¤hú"
  b"<Ùs╠Y:Ò@íñÅóÖï├d"
  b"=B"ø0ì±N×Ô▒ÈN-p<"
  b"=ĵf¬¹\x1FAü#hk,¼Éö"
  b"=┤\x05╝&b%Iêìò;\x1AG§5"
  b"=‗­ÉzaÈL×\¶Ê}#\fø"
  b">\x06ôUÚ§GHçRnì║TjL"
  b">\x17\x08Gz\x14“N¾—p¶¿b¬>"
  b">1\eë>ɹMå╦ƒB▀BàÅ"
  b">õ£°uâ¯LØ \r¶┘ @»"
  b"?\x1E¸¹A¨ÐFØÆM‗,0~Ø"
  b"?3IbTÊ-Cê¹übCî(\x1F"
  b"?L])µñmH²\x1Ed\i\x10ã "
  b"?ô═Ùp~¤LÿyîpõèNÉ"
  b"?¬ÓšÓK$C¢‰Ï~\f^¶W"
  b"\e\x04µG‚ù€ÇË\x05è\x0E"
  b"?¿\x12ÒÞ4tLš\x04ÍPx—\x1E­"
  b"?àûš®X/@²rÙ\vcp†_"
  b"@\x16(«°Ð\x17M­@ÚV`%—\x1E"
  b"@rÑ=}"S@ì8<-\x07Æf\x08"
  b"""
    @–ž6\x02¸\x08\rò\n
    áËi\x07
    """
  b"@®¡7sß(Hƒñ]è\x17ªUÔ"
  b"AMÜòà%5Kè~üç\x1E¶W="
  b"AÉû╩%¤\x11Jå2¾M]½µh"
  b"A­ün ¶oJ½‰û¢/1X#"
  b"A±+´{\x17ÓA‚$qSoT/6"
  b"A²©‡ï”Œ@€oâêè³ Ø"
  b"\fÉŠñôL²“\x1Cbø<\x0Fm"
  b"Bk▀é╦\x07ôDèÚ┘ôjëü#"
  b"B|IVÜ`5Gü╚w6`­\x10¬"
  b"BüÓ\x0E*ýüFö\x03┌ýÚ╣Ú\x04"
  b"BÊ6ì]¯┐J¬Ì\x16^ݧ¿$"
  b"C\vß-«BnCáú\x13ò.üÔÇ"
  b"C\x10\f¡vE9LŒÊ~E¤²)ê"
  b"CO˜?;vŠE©¨i½ª\x1F\t"
  b"C~¤_\x0FnöCµÅ6C¶_+¡"
  b"C—ŒC%×\x1EHª6–¢\x08ðV%"
  b"CÄöÓ¬èäC¯Š\x06g”8´Î"
  b"D\x03²\x1EW\x04 J¹[\x0F6”#å¢"
  b"Di{†ãéûHµ>†ÄRêæù"
  b"Dÿ╚ð\x01PNIì"¿Øù[~°"
  b"Ḑ[ …\rKªî…ØzÀ]i"
  b"EÆ┐Å{°\x04Gƒ4oà\r3ðu"
  b"EÉt>jäÊBŽ9\e¦­TÈ<"
  b"E╬░6F#LMÅ(Ò-┘ëP╠"
  b"EÏŸ«\x1C2kO©d‹\x14´ß\x13¡"
  b"E牬âÇßL±C¸²¸ôÆ\x02"
  b"F\x1D\x15f×b8K¢\x00Vs‹']„"
  b"""
    F<ÉXl\n
    ¾Iæ\x17\x01~\x05þ\x15É
    """
  b"\x07¯ÆØŸC•Û4Äš…%f"
  b"F£”@ñ)WA‰cÏ%`…ÓÐ"
  b"F§ŠŒ)\x11ùB„†dÅ¡sx§"
  b"F╚ç┌═>O@¬ÌÅV&î█\x02"
  b"Fêp#˜.\x07J†U{oÎQ\x17g"
  b"""
    G\n
    ¬─*ÅÎDÖ2Në÷QK└
    """
  b"G /’DsØEªÉoô|I V"
  b"GRÎu%ÙóK•+©ûèÈŒ:"
  b"G]w„íC¹I¬\x02~?ôrfã"
  b"GЈ¬!ü,B•e¡>rxÁ:"
  b"GèNঔOH—b#öL®#<"
  b"""
    H\fÙd]¢éHµiHæ•¡\n
    ³
    """
  b"H1„=]­¨Hš²S\x15]u©»"
  b"H2\x16\x17«­&Gˆ²ºµ\x1AwLô"
  b"""
    H?0Ĥ\n
    ÇBˆnðÉ39\vË
    """
  b"H[ÎÏ\x1D\x1EI‹â#\x00\x01{›T"
  b"Huc¤Õû®Gº ;£÷A\e}"
  b"H½<ãЦ\x1EF†ÖìG…9=)"
  b"""
    HÂb\n
    \x07MŠ€C¶¤H\x04ø
    """
  b"HÄpò7\x11rK­¹mÂ\tf`&"
  b"I,ÕâBÊ╣C┐k+Øıjb^"
  b"IÂv\x1DæZ¼E´,9òDÈ”—"
  b"IÃﺴÇ×JŸÈ\x1DƒÒûð\x16"
  b"IóËù6\x19bI“hnöÝ;ÈO"
  b"\x12\e\ù"MºŠ¸å\x06¸\x15Ñ"
  b"Iù"M¯5!D½¢³$\x08õ b"
  b"J0L(¿\x16╩DØ╗\f┌C\x02åj"
  b"J½ì¬\x0E­4M¬├ÈDÁßÈu"
  b"K\x04<K0¼æJ‹(ƒ-÷"ó›"
  b"K%®Æª­!E•Éik1\x1F*X"
  b"""
    Kx쳂\x05ãH‰üõG-\x04\n
    8
    """
  b"K~\eÉ\x15\x0E:J‚ð{\x1C*á9`"
  b"Küã\x1C█7\x07C»"j»\x05?Õà"
  b"K—ÊgÅ\x1DeI«Žè)³\ez™"
  b"KÇþÚãC\x08K¬ÉšyÓ¤ip"
  b"L,Tiå\x05èA‚ô!ž,y9g"
  b"L?#s¹\AO§hŒÚs©6\x02"
  b"LU═õ\vx³GÖùË┌~ìá┐"
  b"M!¡ÌT\x0F\x12N¾¿½¬\x1A¤•""
  b"M_þ\x14q%ƒO§íé”X\x0E¿L"
  b"N\t║êÎÖæJÖÕ╔W®ü¾]"
  b"NÝãI|[éJ…ïÈ»®f §"
  b"O!Pj\t_üB“ÙÒn\x0Fb‘ê"
  b"O¡º}ß\fYJ¸œ\x12Ýð\v½|"
  b"OÂúè¶&ßMÜ\x08©ÀOü4ô"
  b"\x1D3u╬µD╣ÇÑ5eÅú4"
  b"OôVpÖ\x11Â@±dÐ)êâšË"
  b"P1ü©üêQL┐┘Dû\x06·\x05j"
  b"PìÞÍ┌61CóñYà\x17¤Â╦"
  b"P±¥h!- H¹Ð\x12Ž`UÕ«"
  b"P©µ\x0Fº▒ÙNïáÏ÷c\x04╬É"
  b"P¦N2\rbªGäðØ{I\eÊ\x17"
  b"PÙ)gö>┐IÅ¢L╦ì╬█h"
  b"QjXØ£ÕìD½\x05T;v¼a9"
  b"""
    QŠî\x02¹\ËN‹}£\n
    ´ÞP‚
    """
  b"QÆÜ\Ì\x04\x7FGɹ3ß\r\x100\x14"
  b"Q│ÎrÍîöF║ÅÙ\x03╬9RV"
  b"Q¤Ó╦q®ÃJ╣o■pÅCÛ¯"
  b"R\tgÝÉıÌOû▒╣äÖ\x06 Þ"
  b"R\x1D•,ÂI)L±a”@¯¾ær"
  b"R`G)╔qæCØT╔Ö\x02ê;õ"
  b"\x7F«\x05pñA“´_DsÙ¤ï"
  b"R¶"Ç3Ã\eM¹´«žòƒ7ø"
  b"""
    S'ÌÂ\n
    èÞKÉ\x15\x12F/¥─L
    """
  b"S?\x1FB™/>K²ÖT¼*¦ \x0F"
  b"S~ˆèpiÚEž¥B\x1FëG\x1Cœ"
  b"S\x7F\x0Fd╝üBNæò▄═Ïܸª"
  b"S×âã1\x1D)Gü\x19SÉ║¦\r¥"
  b"""
    S­“K°N\x18\tB*g­\n
    F
    """
  b"S┼\x0F\x0E\x08¥®H╝üËÙ╔6«6"
  b"S÷ð‡ÈO\x7FE¾ ³M\x06\x128‚"
  b"T*<ˆåwŒC¸ŒR.µîK6"
  b"Tqb|ŽT\vL°¿Ÿ\t1€ÞÕ"
  b"TͳqÝãNMò\x04┌rÿ¶┘ü"
  b"\x0F§Ú®ŠL“\x06+yŸvûœ"
  b"TáÑ®Üì\x19KƒƒP¦¤M¿Û"
  b"U#ÙGÝl"H–dèÑí\x11”Ë"
  b"UXä\x03Å\x13]K¢¥£r\x17‘ýk"
  b"U`ÕØæZTKª¹ÙÕ÷Ps\x17"
  b"UÚHf\x1C¬ÕN™…ë:™'åü"
  b"Vcè\x14˜Ö{@²¦ä\x16:Úö\x1A"
  b"VjôÕãàcK¦ÕŠ\x08Î^…¢"
  b"VÍ$7@OjF—…\x08ýaƒbq"
  b"Vð Å\x16þûMæQ\x17\x15¦;}"
  b"VÔ)QÞ9\x01F˜¼hªŸ\x07\t¢"
  b"VáÏ\x1F½£\eJžÀÍVpVSð"
  b"W\x0EÈ\x08íß\x02A‚\x17»\e9N„$"
  b"W4ëÙ│.aA▓yÅ»eU\x03Ô"
  b"WBD©ÀªØLµÔÍXD ßÌ"
  b"WÐßB\x02┐ÉHáhDhr_8╔"
  b"WÖr»Šä4J I\x1Cwk÷Ö­"
  b"Wì³0&öÎC—¹\x11¤ýMƒÊ"
  b"X\x16Ä‹ZVÁA…@À\x00}uHý"
  b"X8,¤g<ZL‡ ·0_ÎK×"
  b"X=fî<╬█K×ÕöGâìûø"
  b"Y5\x1Fœ:ÍêD‡c'ÀdÑ‘Ó"
  b"Y|\x13ª:XMLÅAÊC£.Ãû"
  b"Y±åØ%”¬F‰&œãÂ\x07û="
  b"Yº?®\x00™N@£EêÉ\x16¯ïÅ"
  b"Y▀L\x18,\evBÅ\x15ð"o\x1D\x16"
  b"Z\x02\x17M,¤\x18K¹`ß196\["
  b"Z/7½(LðH½£È35Â\fW"
  b"Z1éÂ\re\x13B»ê\x00\x0E¦’ý¾"
  b"Z;Ë<\tÉ¢JÇyjwÁÆ©╦"
  b"ZAû\x1A¡\x14 @ñ­■ØÉöºU"
  b"ZؤækÖ\x19Iú┴\x074b[Å╣"
  b"Z÷®\x13AVåK›Ä•ùã]‹ø"
  b"""
    [\n
    \n
    ½S¸\x12AƒÔüÿ\x1Cjn7
    """
  b"[\x1Fd\eù`óDµ·³þȃTÄ"
  b"[¢1F±IvF‹1}`ùIAu"
  b"[ªÅ\áÄ┐Aƒ4IéQùìÏ"
  b"[²<JØ)¶L±\x12ã\f­p®9"
  b"\ã“°µšWK°û\x0Fü¥Šy@"
  b"]\x0EN<É^pA¹•¸\x0FL‡Á;"
  b"]5ú9êÄÑJÁ█å╗ü┐]j"
  b"]CÁ\x0FÕ\x00\x18C░*ìÖ\x1FÎSs"
  b"]É¡µ£\x0E8@Åêe┘:½À\x10"
  b"\x18”{RºL£/Õð©‡S·"
  b"]÷\ ┬4\x05C¥¨Ò6┬||Å"
  b"] ªÌÞ'AGü\x14\x0F4|ûØ"
  b"^!ol\x19#\x1FL”ÇxԖüÞ"
  b"^-yà\x1Eo«B┤ËÙwD\x7FŲ"
  b"^㣟·•+A­U>‡…Ù$\x13"
  b"_JS­µ cE§“[î<\x1A"
  b"_L\x10\x01X\x18ÌEåW‗ûÉ=z╠"
  b"_ƒ─Á▒IÌMÉ#´\rX┐╬Ó"
  b"_├MCJj¿FÆì┤V}?N{"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"`2C)\x03ÉeE Ôœ®]Ò&È"
  b"`é§╔▄\x12\tL║×zk\x1D├ìQ"
  b"`”ªM#†VC°Ò—C_­äB"
  b"`¼uf\x08(\x19C·_“#`±¥Á"
  b"`éü9Fw¸J¤ð'1/ØÐ "
  b"a\x05ÁnãÝîF­ÝL-]ÏÂ%"
  b"a\t6#z÷[C“\x7F¡œŸ1tØ"
  b"a\x0FÙ╦\G\x14Lüm\x12:{ÞT┌"
  b"aiòÃ\x139Û@°)½H<‚õ³"
  b"\x07WÅ=}N®÷¦C+z░L"
  b"aÒkKü\x16¤N╣╗FDZ¿æÊ"
  b"b\x04¼Yœ™+B¯DˆBÓˆÿ²"
  b"brû\x13y&ÞB“Bï§>¼Á$"
  b"bÀƒÜ#\x18\rN¤¼å{\x07Œ¥|"
  b"b╚úªB«»Kɨ\tv>á▀f"
  b"bóÚüW^_B¨&Ö(ƒµ‰€"
  b"c\x04Ö«g“êI–ï%v×-—\x03"
  b"""
    c'±~\n
    Õ/E‚Ò² p®sM
    """
  b"cKHóÑÒàK•\x02Ï¥\x7Fƒ"û"
  b"cz}Ý\x00aÝH‡•xìΟ‰ø"
  b"cê2•11LH€C\x1A¬™âD›"
  b"d2¦&‡œïF”\x0F9\x1A2#Ñt"
  b"dî×¶TÔ¸B…\x101dß\e"
  b"e\x14ïå…9_O¹~#áÇ‘ªi"
  b"e\x1F¼\x1EEm\x11K’\x18ŠÊpãÍÖ"
  b"e/2C×}jO¬°ñ «ðµW"
  b"e=▒h>.DAŶnÖ_|KM"
  b"e@$VI(äH´kiØ0ÙCÚ"
]
226 17.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"\x00:Ù¥-Z’N€–™§\x14€ëÏ"
  b"\x00\x13¾<™Hž©ƒÑª\x0F"
  b"\x00fÎí|ÚµCåð¨¢ß­Ýü"
  b"\x00Û-H\x1Cì§JøW§>û\x1D¿z"
  b"\x01)ýÅã\‹F–ŸÄ\x16b\x1D¹˜"
  b"\x010âý“‰;A¯*#¨’Ç&\x04"
  b"\x01iäîF„˜A’&&Á†™í²"
  b"\x01‰·„ÔÞ*F”ß29Oü9B"
  b"\x02I™bÊîñO´—¾/÷ú\x17³"
  b"\x02^Ân\x16Ç¢E›×ÛÉq#ÏJ"
  b"\x02ɶD‗\x06\e@ôã▓¨Fm;ü"
  b"\x02©’P|q%I†?úçNÈû"
  b"\x02þ|®Ž\eaI§Fx\x7FÅó^Á"
  b"\x03\x009ù!ÅíF¦ºŠ]`Ö¨%"
  b"\x03ZÉ┼\x15╣£@«h┬=3Bêé"
  b"\x03–L|H]BL¿ïÈ\x16—Ç\fy"
  b"\x03╝▓ðÕ╝\x05@ØÑ\x00E&\x07÷%"
  b"\x04c¢Êh\r(OÅmÎU]ÌîÇ"
  b"\x04\x00ÎçˆI›Õï(+ã§s"
  b"\x04ŠŽäó\x03NH¢¡¦&\x06ø@b"
  b"\x04éݧLTF‚\x1Aþ*1pë×"
  b"\x05\x02€~•~\fMƒ"„$=ЋA"
  b"\x05>f"d_¶J€{\x1D+làÔß"
  b"""
    \x05@\n
    _E$WG³ï\x18k\t\x18¡’
    """
  b"\x05À¨q4„‹IŒã\x1A##?3œ"
  b"\x05╩ïÉÁ\x06\rE«íý¾h¾üQ"
  b"\x06êµ▄«¤#DÅb!■ìÿÉ~"
  b"\x07\x0F\x13ÕH·`N▓?¥\x16ÉJ@M"
  b"\x07Œk4¨¢†K¨\e¸¤\x1DW™Ü"
  b"\x07\x06N.~\x00OªtXàà\x04\x02E"
  b"\x07Ãh\x19‡™\x17J¼‡q\x1D#™\x7FQ"
  b"\x07ǘ®ƒv3G‘pPB*ð2\x07"
  b"\x08\x15IÛ`¨#I˜‡Âº\x01{ã®"
  b"\x08\eEÂÀ-fO§\x17O%vPÝO"
  b"""
    \x08Skr–ƒŠG°"\n
    Bezªè
    """
  b"\x08÷-Ð\x02‘íFªd¹hQ4ª\x00"
  b"\tmóD,Û>FŸ.À—\x08h\x14\n"
  b"\tp1¹î\x1EÁM—q©¬3x]k"
  b"\t°ÿzí\x16°D›wR]Ån6G"
  b"\t¿þÛv}ÈE¯Õ„•|‚\x15O"
  b"\tÝ\x1FÕ€!0H²\x1Féš™t$\f"
  b"\tµ²®'¡+JÉys?&µõ\n"
  b"\tÿ\x15ç\tÚ9C¯v\x1EÏÔù\x7F."
  b"""
    \n
    FNûàˆôA”'9r€Ê5@
    """
  b"""
    \n
    ¤3\x12~µ}F™úäm\x07t\x07=
    """
  b"""
    \n
    ¢i%SüÅNØü╠╣Ò\fôÅ
    """
  b"""
    \n
    È\x02¦ÿÊ2G²ýL!ðg_,
    """
  b"""
    \n
    õû┘äü\x19Jù®µ\x11RÕ×Ù
    """
  b"\v\x17\x1DÌŽTIA¦„«ð,˜Ö5"
  b"\v\x18Ç|þûyF™ìó#±\t»/"
  b"\v:Gâ\x10.xM¿„»wI\x13¾Y"
  b"\v[fµ‡x=M­Ç\x16æ¾>ù£"
  b"""
    \v\x02\vR\n
    A­s\x16\x03
    """
  b"\vÑŪz¨wG¢ŒTW¬%éq"
  b"\vî¦Î$ƹJ´þµ¹~*\x05¥"
  b"\vø\x11~ݪáK¹ëY¾dt€ "
  b"\f\x159eêóÙ@†,i\x1F>Z‡!"
  b"\rg¿•Pº!B©¡Ñ[\x03¼˜Ü"
  b"\rt\x01Ý•K‰DªoÐEòÔÞ\x05"
  b"\rÄÈ(^õ(J´ÃVz§£HŒ"
  b"\rÅÇ•>ÔµJ®ÕÀoìÄ–f"
  b"\rÐß»WTRD¸³AO4D\x07\x0F"
  b"\x0E\x1At­ÑL*LŠ_\x1FmÖ|\x7F"
  b"\x0Eg°:$b\x05LÄTélÉÂç╗"
  b"\x0Es®á†-¨A¯¬Ç×¥\x12¶'"
  b"\x0E§¼©ç‡uO—4Jš|–KÊ"
  b"\x0E¤╠╝»ú#BèØFÎxamm"
  b"\x0F\x00>µ9ð×O¥½­zG>ÉN"
  b"\x0F;/×"ËC@´\x17„ñ¥Þg]"
  b"\x0FC‰ ey¢G‹JŠ\x18\tf\x1FÛ"
  b"\x0F\x04 Ü:D¼žS‡¯8\:"
  b"\x0F[▒ìl┌TIë:\àÌö$|"
  b"\x0Fcu\ûÌ\x1CLìÙË\x05¾F@¤"
  b"\x0FxìV¯cÍJº’\x18Õ?æTÀ"
  b"\x0F½èæKUbMüø_Øð7ÖÆ"
  b"\x0F¿”õÖQ]A¯rã>°Õ5œ"
  b"\x0FðC¥î¿EC¥ð„ÃÁnLV"
  b"\x10=KÔQíÉ@«\r\x07½J¼Hæ"
  b"\x10¶·KY–žA¼Ìñs†Ÿm\x1E"
  b"\x10Ñ{“Gƒ$L¸üÛ2û(`î"
  b"\x11\x11¶-éeuJìûÈ\x00JØ1¤"
  b"\x11<øÎE\x1CóH—ü¥|Iýøý"
  b"\x11Š_\nú§\x00F¹*fCYå2•"
  b"\x11¢z-jüŽMµá‹í1j\t"
  b"\x11Ð\x15ðC5¶K»ìÊæ║þp¶"
  b"\x12\x04\x07\x04FK»ßA&¿\t\x1Ds"
  b"\x12\vˆÚi$2Iƒ»|–Iinj"
  b"\x12\x12Žœä@«\x18A\x05­"ÿº"
  b"\x12¿>âº4\x00A½Íüt8x#O"
  b"\x12³(£ÌMŒO“½ÒÝ·\x15ÿN"
  b"\x12Ý\x00ñÑ\x06E˜±ôp\x10\x07d"
  b"\x13CÚs\x1AɦA¸Ö4oŽQøH"
  b"\x13t.Æû±{HŽQEnÙ?Ó\x17"
  b"\x13¡\x1CÝl\x1EmL±ña_H\x10€="
  b"\x13¼H…tþ\x17O›O\rå#ùó­"
  b"\x13ß—~Ý\x03”L›3’ŽU¿\tä"
  b"\x14¯½ Ç"OI§/!n†„/x"
  b"\x14²Š\x1DDËsM½\x04Ý\x7F¿\x16É="
  b"\x15ŠÛù©á²M¿\x00èlt‚‰˜"
  b"\x15┌37Ôf\x14N²1Ë\x1EØ>L"
  b"\x16(Ö)®Ð&L›çè4ø™©œ"
  b"\x16,|g½\x10&F²ç3( ­ÜQ"
  b"\x161LV}Y\x04H£ƒóºO#`,"
  b"\x16Àˆ·ðÅ\x05L™]Òå›<‹Ù"
  b"\x16Ñ휭è„B¬=\x18¸¦8ùŸ"
  b"\x17\x1F¯j\x03Œ\x10N«e‹ƒÅå\x15Y"
  b"\x17³ã-¶f╚IØ%MæU¯ÿU"
  b"\x18\x03S\x08\x16\x1ATI±\x13hÙs£þ;"
  b"\x18\x1C‰Û–„B‘.\x037V¢kI"
  b"\x18X┼ÉB\x0FmIì╦£\x19;ÅÈæ"
  b"\x18nîÊÀ\x1CëE¦UÁÓ~…\x05Õ"
  b"\x18zÑÅI.\x01IŠ@嚎4äÖ"
  b"\x18ȲOœT\x07C‹ÞEš½V¦´"
  b"\x18õ└║¬ï■NØcÉ¥uè╔■"
  b"\x1A\x10™BD\x1EÆH“ñu¨áð2á"
  b"\x1A};+Õ¼°J¥5▓;\x1AuñÅ"
  b"\x1AçE ¿Å+O╣O;³\x1AÅáÁ"
  b"\x1AÅ┐V¸\x06┘O©«%åÅ<ET"
  b"\x1A┴´ ¹ÎºEóì│fÖ";{"
  b"\x1A┌ã¹7ÇÐA¬─>³╣┬ïÅ"
  b"\x1AìER›Í±E¯y¤ò\x1F\x07ùM"
  b"\e+Åû;;<I°d\eÄÒà(Þ"
  b"\e^\x10Ël13@¦¿\x1Aš²±›g"
  b"\em\x00˜\x12ð2F£wJ³\x03I”C"
  b"\eᄃ¸wdE±!\fÛE;·s"
  b"\x1C\x18JjÌÅ\x08D†e†/›\x15b\x01"
  b"\x1C)iQ’_ùK‰ªë(ð3¯]"
  b"\x1C\x0FúÐîJ´è¥Û\x17½4$"
  b"\x1ChÅ█4\x04╩Nâ¹\x02\x0FbB6/"
  b"\x1C}\nÿ/\x00÷Hªt3┌ðcìx"
  b"\x1C”èk\x06®ÝC¾\x0E§Dá› Š"
  b"\x1CÞü¥7xkFÄ\x0F\x00╗´\x11X\f"
  b"\x1D\x1D/­‰\x12qH©-\x00ƒ\x13Ŧ×"
  b"\x1D8ûóRÑ¿Ošl6’åñîJ"
  b"\x1Dï\x17EËÀƒLŸ•\x02\x1FÝ\x11„‘"
  b"\x1E\x17½’ÙPµA£ûæ‹å\x06ÿÁ"
  b"\x1E\x1F$QLN£ém`½BgÔ"
  b"\x1E¸#‡êT@D·ùé>?É\x13q"
  b"\x1EÒ\x7FyU-\x16M»ÄKx\x7F›6~"
  b"""
    \x1EÒÂ#Ê5øF‹8(ö\n
    \x02
    """
  b"\x1F\x18\x17ÿ[╩ðEÅ*Ø\x0F╣hhÛ"
  b" \x14÷´š\x04\x00L¼™ªòXí²]"
  b" ?”®_\vðJ“Á\x7FVRÄ©‡"
  b" •áÀ*‚-I™S‘\x00ãr\x04\x07"
  b"!O{}5ÿ\x11M§+›KÇÄÌ8"
  b"!c\G†Ê³O­+D6ÃôpG"
  b"""
    !j\n
    ¦œ?\x10Fˆš€ ‹‹åÙ
    """
  b"!\x7F«N\x1CÎ^L«É\x15\x132s4á"
  b""Jþ\x12Ûà¿@¦s³O®ÿ“X"
  b""rj_˜Ë—H£¢ªã \x08´ø"
  b"\x7F▀Ný¶Dæ╗ù¶gõu\x1F"
  b""¤KGh:éHŽ\x06L$‡Â\x05%"
  b""ÀýÉ|ƒ¼E‡m.~¡Úà\n"
  b""Ô¿\x18▓╔·EÆÉ╦øý\x03ß\v"
  b""îHn-’=B®æ\x10õð¦\x19f"
  b"#¨U@Én»F¼9\x05ÛØ°Wò"
  b"\x17Ìï \fB³^¤À\x19\x18"
  b"#åq¤bRÝE’ÃkV\x15Ξ†"
  b"$\x01¯=«±ÑBìpb%ét9\x18"
  b"$\x1A\x13 "vŒH€ÓûÑ8\x06E\x07"
  b"$JtŸÿ»\x1AJšÉNÙwÏcú"
  b"$Z3W¸î▄DØd\x08Ã╔m93"
  b"$sh8^¼ö@Œ'»a¯IjB"
  b"\x07ͽ¬„H±)”Ô»Á"ù"
  b"$í@íŽliM»÷úäùdXù"
  b"%WZç©ãšJ¦>ÀÊ?¹\x14"
  b"%b,5hw_Cš™ú\R~r&"
  b"%y\x14d¾qÜO£¾¯\x0Eù„ÊË"
  b"%§AÇÿâØE£'¿╚╠─k~"
  b"&5¸›\x08hØL©»ˆ²¢ô\x11L"
  b"&´š×Å\x1FbF‚\x00¡Ï1|V²"
  b"\x055ÒáwO³Šw|x[Qü"
  b"'\x04ÆS\x1A·\x16Mø╔Ø╚ ÓÅm"
  b"'_Sõ©9®E§¢Ž)áïÝ#"
  b"'eRw·_\tBŸz?ãö©Z\r"
  b"'{‰b\x1EÜŒJ“‚aÑžgŸZ"
  b"'‡×\egÿäB¢\/ïü I\x03"
  b"'ñÄò «n@€O´‘öL½Ù"
  b"((>\x00èQ@B«\x0Faañ¬z§"
  b"(>Æ\‰f\x1DJ€w5Kžô\x13"
  b"(B4\x00qè¶C®Ý3\e˜È.¥"
  b"(kÊsØ3│EÆnSv█do©"
  b"(ŒÑ+Æ\fqD‹\x0E¦s@èA¨"
  b"(ÔÒ½\\x1E\x16B¶õ#•…É›í"
  b"(█íau,¯G©&¾Å:K\x02@"
  b")*\x13™^–-Mž|à\x16FZiÑ"
  b")lÍZhUìB°Ÿàc5@æ¯"
  b")ÅJì|ã·J¢°?\x11\x00ñË"
  b")—ê»\x06®<J¿n¹øŒ´ÁS"
  b"""
    )ý°Õ\n
    *\n
    J¾¢/\x11J™2ü
    """
  b"*,\x0FIrß\x08B¬D\x17Uw\x02"
  b"*X\x1Fàt~fM”鬰Wwò\x1D"
  b"*ytyíi6I©«+ÇÔƒÜ}"
  b"\x18m¤11O‰>Ãw/\x07úë"
  b"+|£dVÌA@ê[%│+Å{i"
  b"+░ƒ\x07¸\x08╔OÉ\x18«V½¢,┘"
  b",ncÉ nÙK™\x10qf³LNá"
  b",¦÷TÌ5À@£õ ²ž¡5R"
  b",Ï»Åb,pOƒ\g\e¾§«Ã"
  b",Ð\\x07åh\x05F±W^ª\x15+ó8"
  b",Õ]\x0F\x1E?þHì¯÷ªPxòõ"
  b"-\x12¹9\x18\x19FC†Û\x1E!\eÀZ\x04"
  b"-╣µ²®█þOègÉÆY░%}"
  b"-¦ØÝÚÝ\x08K¢§\x06üo¶T¤"
  b".\x07\x1DÜþ\x08†Cœ\e\x00Û÷4"
  b".CFY3ð†O°9ík¦érî"
  b".zì\x1D\t‡ßL…Ú®.ˆm _"
  b".ÉÀ┤▄w±Fæ"¤Ëéàö\x06"
  b".¿_vJ\x04"Oìîðƒ£xn\x05"
  b".ñïÛ`ž\rN²(\x1A)i§|¤"
  b"/)Y┬ı\tiH¿ÜÀ¨F.ÉØ"
  b"/3\x13âDžJº~ö¶I¡´Y"
  b"/\x7F2z.§|D–=L_Þenö"
  b"0„Úh#\x0EçK’Íà\x031l%ú"
  b"0¦êöÈé÷I–<V|Õ\x00‘Á"
  b"1#\x15ØýØKH▒\x1A.3╗Aı³"
  b"1v?èü/\x18@”A×þ.59Â"
  b"1ìßSc┤§DѲ\x19âX\x00ub"
  b"1•R>¤H\x14I´™÷"Ôêî"
  b"1—,}\x1A±†J¸h|T­­‚G"
  b"2+/(\x02u\rD—\x05b—ðÔÖ7"
  b"2“”ßJ\x12âM²èŠÔ)Æ2\x1E"
  b"2ð┌\ùòjCÄÁÉ\x18aèîX"
  b"""
    2âÉ*\n
    w–L€í\x19mé!ùì
    """
  b"3\x12s├╦1­Nºó\x0F,SÅMâ"
  b"3)ËP|°ñC–€õÏ™_\x07"
  b"38\x0E+·Ä7N░\x027ì:PÎ\t"
  b"3vÖyƒþÎI¤S>ç`]c¯"
  b"3Ķa»]┴CÅ4Í+ß■#\f"
  b"3├ãýähuAçbµ▓ì¯┴\x08"
  b"3¤U\x19pO║Oæ┤ÄìV~Õi"
  b"3ÛŠÛ™åÍM´¥\x00Ç‘×\n]"
  b"4wÖ\tN[\x1CE…¦»›°jL‚"
  b"\x18Ã<ÇÃMÂ┐J_\x1F«ÎF"
  b"4ây†\x03BsO£Ý.<EŒù‹"
  b"4÷%pl?ÎI‹aÍî\x18éùû"
  b"5\x07Í\v—’!K°DYËA6öÑ"
  b"5\x0FÊùÊš£D®>Î9½¸¡5"
  b"5@\x1E\x04┼ò\x02\x0E¦+\x18ç^É"
  b"5e %\x18m\O¹õõ\x02g“õ°"
  b"5}ÇÉ>_'B┐p5ƒ?═Ê~"
  b"5ÐðÙÈKöG¨z\x05Û|œ\x1FÖ"
  b"6\x0F(ý6iô@‰š\x07\x10h;çÉ"
  b"6A\x1D,¶”ÉFºX‰ðË:¯\x01"
  b"6t\x08\x7FÃôøI†KRÈØY}T"
  b"6ð▄\x15*©jKûó\x1D\x14åØ█┼"
  b"7\x1A\r\x04’pžM¹ÅïýÝË`­"
  b"7AMèöyÒNñU¢║v┐tü"
  b"7†ÎéÎ;\x04B®rÖz_ý%†"
  b"7·"€Å\x01ÊB´Êüwç~[D"
  b"7Û]†ÒI\x14H’¡,ra\x1C”²"
  b"7Ýu÷Ì8«I¼Ó\räØ\x08"
  b"7õ╝6¥\x014JÅ\eÍC÷M{ø"
  b"7ðiæW© JЬvŸþ6‚\x01"
  b"8\x1ExR¨e|K²j¦²üœUg"
  b"8*"ãµ\x17;NÜ\x1Eì▓òÓ\x1F"
  b"8Aá#Ùù’F•`þIì\x14Dl"
  b"8Q©\x19®}RL·\f\tä¥V\v*"
  b"8Y¹,ØsïCš\x1D%\x01=4‡K"
  b"\x14†“\x0EgH—K¿\x18ÐðëÊ"
  b"\x13)üj²FÁ¾┬\x16┘yªÿ"
  b"9#¯}áéAOƒ»©‡Ú0\x1C"
  b"""
    95„P¤SÝF¢ä¦\n
    t_\x080
    """
  b"9® ì\x1C┐«LÉìÐ8e!ÎY"
  b"9´º÷H\eÙJ¿\x04¯\\x01Ø£X"
  b"9■N\x16â&4Mö\x08ÐÓ×É▓_"
  b":&+üÆgNEëMìı¸Ðà\x10"
  b":.\x06$ĪäB¡¶…Îã\x05cE"
  b":.®•µ×\x01FˆÈ–m8\x1E­º"
  b":v\x0EL╬ı║Là\x05\x15æ8Øzò"
  b":üEü¨p\x14\x7F\x04\fG`╔\x10"
  b";\x1FH±çCQK•!\x02ÿZ™—x"
  b";:2ð\x1DwnM»²\eÈhš\x18\x05"
  b";R\f\x07I¦wD­\x02|XŽ<KA"
  b"<\fÇìµá\x0FOÉWÇiçæ×?"
  b"<‹"‡£ÿ3A´â19–\x16h\x07"
  b"<¡šü\f\x11\r\x18W”»è^Ä"
  b"=OìÞßÛøEò7o u‗~í"
  b"\x17ÇY\x07LF¼/!óQy\x18®"
  b"=ôÿÃ;\x0F\x07Aˆ¥*ÙCž#B"
  b"=¸│ú\x06ì´C£å²\x05┌┐\x17å"
  b">[ôx¦DèMÅ#´ÁUUR\v"
  b">q¤™\x16ä\x18@¾·ÁoéE"d"
  b">ÍùœgÈèN›:,ƺ!ÿS"
  b"?O╝l¬êìOá┬©­G╚l\x02"
  b"?U\´u·\x0EGì;h[%|°\x1F"
  b"?ü┘!ʺ£HüôËK┼ÖÐü"
  b"?¬ÓšÓK$C¢‰Ï~\f^¶W"
  b"?¿ŠtliÚB Ó)\x15•©A9"
  b"""
    ?Þ,<ˆÂ˜B½sC\n
    Ÿ\x06Ÿp
    """
  b"?àûš®X/@²rÙ\vcp†_"
  b"?ê%cåGÓB…\x14ºsé—x×"
  b"@\f´„V¶\x19G¿&ì¸væ’Š"
  b"@zßÈ ìSMæ┴ß)Ã▄┌u"
  b"\x17\e~©7Dš…µ\x05†š\x0Ea"
  b"@®¡7sß(Hƒñ]è\x17ªUÔ"
  b"@¯zÒ%qvK—úÓ£™×˜S"
  b"@ÖÒHfåõK» gH¼©\v&"
  b"@°S╦ð3\x0EB╣ÛRÌ\x1F}É­"
  b"AÉû╩%¤\x11Jå2¾M]½µh"
  b"A­ün ¶oJ½‰û¢/1X#"
  b"AÂ▒A\x07å\Oü¤ÄÊ\e=x]"
  b"\v\x1E­\x13KF©'²âS\x1A2d"
  b"B\fRÒIŠrG­\x02÷jÝ:M¯"
  b"B‚•\x15÷¤wH³‰js\x07©úH"
  b"BŽ‚8ã̵K‚'X£Ìû¡\x1F"
  b"BàÓ€šÎÌMŽ,Y\x1F\x05JI•"
  b"C\x08Ú9ª°¡G»▄rÈ\x19Ì┤ì"
  b"C\x15\x12ìÉS{Mª¯ô█YG¶╗"
  b"C2Ÿ¸ÙÛûL¯f•Ÿ²èÿS"
  b"C½â=²s┼Bè╣ìg£j\x1E*"
  b"D2‹+J\x0E_G‚êõߟ47n"
  b"Di{†ãéûHµ>†ÄRêæù"
  b"D‚¾ƒÿãâNžxƒ±%Æî­"
  b"Fp\x00T€\x14¬Fª\teëu"
  b"FŸáïÌõBF‹åWk‚"8¼"
  b"F£”@ñ)WA‰cÏ%`…ÓÐ"
  b"F§ŠŒ)\x11ùB„†dÅ¡sx§"
  b"Fêp#˜.\x07J†U{oÎQ\x17g"
  b"G\eºÀ·ÄZC…fçŸf„r\r"
  b"G™\x14G‘ž’N´•V.x-v}"
  b"Gí*\x11ƒ╔╗L×ıì▓\x1C\x14"
  b"G¬u,<\x0E\x18H—ð\x06ʾ¡èž"
  b"GÅ·ˆ‹z,K¿ð—!\x10½»¹"
  b"GèNঔOH—b#öL®#<"
  b"H1„=]­¨Hš²S\x15]u©»"
  b"""
    H?0Ĥ\n
    ÇBˆnðÉ39\vË
    """
  b"HG\x15G³›4@¤zEö8ŒÌ·"
  b"Huc¤Õû®Gº ;£÷A\e}"
  b"H\x7F░ü}╬\rF碭6(·\x10\x08"
  b"I,ÕâBÊ╣C┐k+Øıjb^"
  b"Iq\x7FÑý`BIªÜ”\x04í­¨)"
  b"I┼h┴ùu»Oƒ\v¥V¤äØ\x10"
  b"Iù"M¯5!D½¢³$\x08õ b"
  b"Iú¥8}™‡@¢\e²Í\x19ÛÎ("
  b"IüÐëc%ŽCº\x05¯\x03(\x19"
  b"J<»ä6@\x1F\x1A8³*ï\x15r"
  b"Jv?‹\x058¤I¤Lç8"ÓH/"
  b"Jê±ïºÉ─K│|J═i*ý~"
  b"J╦§$■╬lC│RZ»░Ø┤."
  b"K\x04<K0¼æJ‹(ƒ-÷"ó›"
  b"KmþFt«¡E¹7³³}Ó\x06Ç"
  b"KØ`ôÝpEL░íË9ß▀DN"
  b"K¼7!qì╚Cô즫\x08YT/"
  b"L,Tiå\x05èA‚ô!ž,y9g"
  b"\eo$°†H‚i`Z\x07Ó£_"
  b"M!¡ÌT\x0F\x12N¾¿½¬\x1A¤•""
  b"MwÖă\x7FßDŸëCñC14\x06"
  b"M¿Ç±ß│}EÜY┬PCD±Ø"
  b"MÀv1ä\x06íA‰ºœò[»“X"
  b"MÊYÔ®l4N•QŠøoÔ³\x03"
  b"\x05éùG‡H‹Ë»ñá+Çé"
  b"NFß֎ʪK’¤hD\x18UÅW"
  b"NI\x08$‰ƒÃG˜S:ãÄ^Ѐ"
  b"N└ó¨├ó\x16\x17£Ê9╚\x12Ø"
  b"O0Ø`ô\x1C}KêL­ëeéÛÇ"
  b"Of[¦2\r‡D»\x12éÝlR\x15É"
  b"P\x1EÚ†^\x11\x15HƒŸT\x01³#î¨"
  b"P0˜6TR>H¾ÊÛ±Êü¢±"
  b"Po­ìé51FÑs\x10Ì\x08\x03U├"
  b"Ps╝xÕ┐gOÇÏû╔ØÀû¡"
  b"P}tÚñ»UG–T%d\x04\x13m–"
  b"P€‡|þÔ2E‰ÞÌŽ`kÉÛ"
  b"PìÞÍ┌61CóñYà\x17¤Â╦"
  b"P­6ni&tFµ†¯‡C\x0F\x1A\x13"
  b"""
    PÇN3Kï…K¢\n
    \x0FÓxñ¦ï
    """
  b"Pµõßì-lI┐´Éÿ\x01n╦´"
  b"PýŽ\x16T¤OI¸VŠVõ1a»"
  b"Qot˜\x00,y@€º\v‚—½Un"
  b"QÆÜ\Ì\x04\x7FGɹ3ß\r\x100\x14"
  b"QªRG\x16[d@Š(.‹¦š\x16È"
  b"""
    R=\x7Fž¤\n
    \x01I ·›<j}Å\v
    """
  b"R=å¬s÷üF¬b7çõ)÷Å"
  b"R²ÿÅ€2\x1CAƒ_ž\x13悉„"
  b"S\x1AW´meYF▒\x19òÚ\x10Ø£Û"
  b"S‘¨8Î[ùNš™zèfô<]"
  b"\x04╗XrÑEÄ]\x04\x17Ø)eA"
  b"""
    S­“K°N\x18\tB*g­\n
    F
    """
  b"S©´£j\t\x07IæZ▒üÕ└oy"
  b"Só$ΆÖoG±¨ô±íJ·¨"
  b"S÷ð‡ÈO\x7FE¾ ³M\x06\x128‚"
  b"T\x19¥@4¼.Kˆ$ý\x1C…r\fö"
  b"T*<ˆåwŒC¸ŒR.µîK6"
  b"To#+`¹âN¬Ë«!\t¿„\x02"
  b"Tž…9ºŸ[I„\x17Á䌠€¸"
  b"TïË"\x18\x02˜K‹\v¡3ò‘64"
  b"U\x1D\x045sý=C©Í\x1E\x18v˜$\x03"
  b"UXä\x03Å\x13]K¢¥£r\x17‘ýk"
  b"UwÞºe0TDš:F\x04ò|‘A"
  b"Uû†` 'ÃF¡Y\x04öJ\x10=\x01"
  b"V\x04\x04Ô.çóB¼bVVÚûQÏ"
  b"V_¸såÇÔG¹ˆu\x1Fŧ\x02r"
  b"Vcè\x14˜Ö{@²¦ä\x16:Úö\x1A"
  b"VÍ$7@OjF—…\x08ýaƒbq"
  b"VÔ)QÞ9\x01F˜¼hªŸ\x07\t¢"
  b"WBD©ÀªØLµÔÍXD ßÌ"
  b"WO"ø|úxEÅüBl\x05¢\x1F6"
  b"\rІê™C––\x07­'Œ˜\v"
  b"WÐßB\x02┐ÉHáhDhr_8╔"
  b"Wì³0&öÎC—¹\x11¤ýMƒÊ"
  b"X=fî<╬█K×ÕöGâìûø"
  b"XOü¤:8\H ='1°Ñ®ÿ"
  b"X|i¢þs)I°šI}\x14Saì"
  b"Y/#u°TÄA·äq˜UG3±"
  b"YO\x08i.Ø>KûIr╔$Ïúô"
  b"Yg\x7F\x06gI@KñØOmßS\x08¸"
  b"Y|\x13ª:XMLÅAÊC£.Ãû"
  b"ZAû\x1A¡\x14 @ñ­■ØÉöºU"
  b"Zbüb×╦©CÆ7b²¿\x16î\x18"
  b"Ze$®ÉËÏJñ&Éï╝àÂë"
  b"ZƨÈâRHO¨Ð§}äO ä"
  b"ZÕÚÙü■»I¥Ç+(&9}¾"
  b"ZýÙ·Š‚]M‹›'×ýº\x1Eˆ"
  b"[¢1F±IvF‹1}`ùIAu"
  b"""
    [ã]µ\n
    nVA·¾Ó·¦)5ð
    """
  b"[¯ÅúêU6DÉ╝YG4\f"
  b"\&—÷î»õK‡èƒ¨Žzé"
  b"\rÐWm©rN×Å;y╠M╝}"
  b"\~\x06Ø}trK▒██Ü\x10>ª·"
  b"""
    \ÄAGYTrO░\n
    É╬7\n
    ─î
    """
  b"\x1F°A¦°E¹Â<³%(Š@"
  b"\ã“°µšWK°û\x0Fü¥Šy@"
  b"\x00ý6ÿ|N“äA\x14¹ÿí\x7F"
  b"]\x17k<ØÂÑEÀfªÖW┘FÄ"
  b"\rõní™B§¾‡M¨\x1F\x1Aâ"
  b"]÷\ ┬4\x05C¥¨Ò6┬||Å"
  b"^F÷\x05±í¬HÉnRýÃI/â"
  b"^\£ö,¼ðGº+Å¢\x00\x03"
  b"^ìÊR\x1E\x03\x1ENïI9âï─^¶"
  b"^¼F²ÁÈpMüLª\x17í\x13Ü*"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"`\x17¥ÀzÔ\x13GØomc┐ñ´o"
  b"`‡¹uW—;B¥PÝ\x11P@1Ä"
  b"`‘]äÎ0,@²t\x0E„&ä¿\t"
  b"`¼uf\x08(\x19C·_“#`±¥Á"
  b"""
    `ۺ\rǫ\n
    Aè]9ó_ü■E
    """
  b"a@GNú©òE‚y¥¤8Æ\fþ"
  b"aq#!ÁfòAŸe"¥žÀÊ "
  b"""
    asá\x14L\x1EÂ@œ\x1EŒ‰\n
    ìW²
    """
  b"a•ÀÀ£$Â@¶V­×\x11\eu#"
  b"a¿}\x01ÑD´O£L\x050¬Uê¨"
  b"aµAÚ%°\rMüq┼8G┬┬╠"
  b"b\x07ÑNý„áC¯<µÞzd€ñ"
  b"b\x08M▓?5¶@Ŧ¥╗â╝¼õ"
  b"b[Ý\x1F_êB¾³Ië´Æ,°"
  b"bc¡Íw(-GªÅBÝv1ùë"
  b"bjp}ØÈ+Nå\x12ùÛA\x1Aò\x02"
  b"boï\x17\x17^|F˜¹Â\eÜ\x10"
  b"bs\x018„4ŒB»ˆ¯Á¡ßøG"
  b"bŸ\›À\x16èN‡0§\x19;\x08àp"
  b"b╬°}¤r÷Lì\x03\┐=\x02èÎ"
  b"bðÌâö\x04Ø@ø\x7F\x01\x03ç▓"
  b"bÒÙªõDwL¾¹+J\x14\x11\tx"
  b"b§]\x05:%ìHŶ\x0E\x0EÊıÞv"
  b"c\x04®§’ûåL´]€³dAòc"
  b"c\x186*Ïw¥Mî╬l2Yüun"
  b"ci-4\\x0E³M¯\x00ŸírO">"
  b"cÐs7pŒ*Iµ\x1CË€´ýj‹"
  b"d2¦&‡œïF”\x0F9\x1A2#Ñt"
  b"d┼x\x1Ds▒ßDæ┐Æ\eì<_o"
  b"d÷W;yöA@¼DìNŽnO="
  b"e“¹‡.¦âA¾#Ðñ5ÃÊ("
  b"e² W寄J¸\t\x18‡^:ùV"
  b"fRÁñ¬:¹C¥\x14»?llpÉ"
  b"f‘\e\x17èW\x1CN­Ø×–½\rE‘"
  b"fÜô\x06c\x1DîC‚Ìóufeú;"
  b"få=šåÇfN„\x11®*c“!¶"
  b"gZT\x14\x1F5gO„ÑÍBV\x07\x02J"
  b"gtö)LñhIìTÀº³▄6¦"
  b"gªÆ\v\x19!\x06K▓\x1E└╠Aüè}"
  b"g¬¤ \x1FFWE«uz\x14­È”y"
  b"g▓e\x00\x12óBJôØoÂ6\x0E"
  b"g׉C/\x10QL¥°²‚ªqOn"
  b"güí\x17\eeÇ@„ÞnÌ|ޏ¹"
  b"h%\x18!Hü▄GÉ\x08¶£\x10G÷9"
  b"h<­¼ì¼├J×\x12~×"$?\x02"
  b"hE]’Ó­jJ¿\x10ˆ5öÃu•"
  b"hgÑ‘ßh“BŠ„YsUs‘p"
  b"hh\x07Ò†U±F”|\x10„BPá/"
  b"hy\x04\x02\x13\=@¡TÝ‹(ç\x1Fž"
  b"høB* ü\x13Nç&9²*©8\r"
  b"h «"¹¥ÐJ±í×\@ãÔy"
  b"h¶~\x0EyÒ–N–FX˜E¥ZX"
  b"hý«È\x7F\x11¸H”Ї}Ôþ4g"
  b"i<\x0E3yÅfD½L“\vU•/&"
  b"i„ezÚ‘€O°üÜ\î\x08"
  b"\x06\x14«“#Bµ\x07sÑ[ÿ88"
  b"j\x07¼É─)3Hü\tå\x19\fUý┐"
  b"j'\x10õoŽÖ@®;æœvõ\x1DÌ"
  b"jpÝÃ/\x19\x10L‡°¯1Xˆñ_"
  b"jÉ_NP█¦LÇxAë╝ôg╗"
  b"jû}f*]ÅHÜÍ¢ôSGhB"
  b"k,<\x1A&zPI›Åc\x150÷”X"
  b"k@\x01„4“¥G€\vóàô*í_"
  b"k¥ýìÄÚÜDˆò³©”Ìð\t"
  b"l/ÆŸþd—M¸Í\x17Tæ¥äí"
  b"lT¦¾¬SlI‘åG¨\x7F"øc"
  b"la(&M·▓MùÜ×Ê╬Å1ı"
  b"l i1IX4A”»=â\x10_ú½"
  b"\x1DüC#ÃIÑÚïS\t┬Ü¥"
  b"l¥└5ø┐KD▓ ØNm╣×╠"
  b"lÔò9’æ<@´gIâ~"­ð"
  b"lÚŽÛ‘\x16œLŸ\f4V,cÝv"
  b"lÕ>·±¶¡MÉ└\x05u╝╗Çû"
  b"lÿq?úDhJ•\x0Eë”:*‹;"
  b"mCÚ\x16\f߬C˜×ŠŒˆ<3–"
  b"mT─DqıQO¬┐¨!ìH\x04{"
  b"me\x0FÐT\x12øBˆ´mW`ëxD"
  b"mtþßÿÝÃB˜üczècRå"
  b"mâ‡sWýùO ¨Cî?]µO"
  b"m õÎ\x1Cd;C┤╣\x00ü_§¿ï"
  b"n3¢\x03uÏžMšâ\x00\x02Ý·\x1F\x10"
  b"n…oUö–¶J¢Ý>ù@vÝy"
  b"oUÐ/¸PCO²Ç©[P_ed"
  b"oy\v`╩■ØBú1D═x~3\x13"
  b"oˆ;ÕCacA¦1m\x06km7÷"
  b"o’úæámbLµßâ \x10A„l"
  b"o¡òx¸6¤I¥kÔg‹}1œ"
  b"\x1Då÷L\x03J¯˜¹c˜žI¼"
  b"p2–„\x12™QJ±|ʺ\x07ˆÎ!"
  b"p3!8a$?F·\x04éÖTÚ‰¡"
  b"pü÷·co\x06Hÿà╠,õÁ\x17"
  b"\x0F\x1D\x1Ai¼Gˆ.Î^°/<t"
  b"pá┤® *UG¿─|ºØ\x02├■"
  b"pì…Ìz³ÉG³ÈéæÒÅ[\x0E"
  b"q\v\x17¿:\x14H╗ìz$â¯;,"
  b"q Õ4.¤úH½ä\÷°òà\e"
  b"qr[▄┴iWA╝ÐO┴÷üÎf"
  b"q¢ƒ…Ù\x1C’B›ºòùŒ9_Õ"
  b"qêŽN9…ÅO°ß\x1D¹\x12äϨ"
  b"r\x08#vöCÃG \x15&\x01"§#z"
  b"rS┴)Ð|?AÉ┌µÚ_Kë!"
  b"rX\x01d¤¹O@œ:aVzŸŒ0"
  b"r–ŠOz\x00ÃM”äMŽó\eí*"
  b"rº5ѵ\x0FvG‡Ã0ûØ\x08…T"
  b"s\x07Ï<3°yH³Pu<A¸”È"
  b"s4o\x03ædÔF”j[É\x12úæ“"
  b"sOMw~ \rL³wÙÝ›¹Ò–"
  b"\x00Ø\f¯§KŒ\x13g4ü(úš"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"sÒ·\x12T}4FÅoP&╚<─^"
  b"te\x00î¦Ñ\x01FƒmWÐ\x1D:wˆ"
  b"t~±¤µÑ3Iì░c<Îg'È"
  b"tóù˜Lñ¯H“\f\x1DÆXJz\x08"
  b"u\x06°\x14\x00¢\x14I°úí,?'”Ç"
  b"u\x15ì×ãoÓA®es‘\x06\x17"
  b"u\x1D0oÍò\x07Kµ)\x15+ôøE‘"
  b"u$ü■N\f«O¿xÜ¥³ÈGl"
  b"ulÔF\x10UUBó^┐îì^ÙÊ"
  b"ué‘›\x1CY‰J¢‘‘äCÆ0·"
  b"v\x01´p>ã¾I‡g9kûµ5·"
  b"v\e]"¢k7Lö╚2x\x18R!Ø"
  b"v\x1E█▄Ø\x03èCÜ\x00Tû╔\eéâ"
  b"vîéc\x1E>þBÂ\x02i©týÉ\v"
  b"v—Ú‹\x14láF‹Óê½…‘B\x1C"
  b"""
    vü®ê\n
    N¾L­Ú5Øu¸‘¤
    """
  b"""
    w\x04ü\n
    \x03@▓█´1\x16‗V°
    """
  b"wZõƒ\x14ÉhI»Ý-+\x19s>Õ"
  b"wjúÀ\x1DÎþAƒéX½\x10á*p"
  b"w«ƒAB\e÷O«ÙãCÁˆø³"
  b"x\v/\x14wZŽD¶ÏÆ\x1A÷k­ª"
  b"xL_\r3*àB—ϲ\x1DXúqo"
  b"""
    x`aµ\n
    “T@‹·åÙ.\x04
    """
  b"\e"EjàC°UÙ¯’-ļ"
  b"yDÒ║ÊHªA▒ÕùÑ¡ØÒU"
  b"z\x0EC³Z\vðHɯå╔~\x19¼í"
  b"z]Æ\x16\x13íøHÅÒv\x0F┌▀jÓ"
  b"z╬ú╔┼ãÂEØ‗─£[<IC"
  b"{\x03\eq”©qK’7^)l\x17\x07"
  b"{<ÑQ6}\x1ELÁ¤Åïð\x1DØQ"
  b"{K\x03–¯‚|E¤Ol\võ“£ž"
  b"{êkb\x1D9HL­·8\x03OÁŸN"
  b"|DÆTŠ)bG…g‹O^, n"
  b"|ûÅ┘ç?¡CÉá║g\rÞ\x11]"
  b"}\t\r|N€K¦Â…qC÷Ay"
  b"}$ÉRuu!J€rÌÐ÷*[~"
  b"}7ÇêÌ╦ªHº\x0FB\x1D\x1F\x02Éä"
  b"}=ù5âäÆB¡Ô\x1CijÃiù"
  b"\fU~SLA±ªm$‡Þ”²"
  b"~B’o]\x04cM•ßyõs¶\x019"
  b"~‡oÐÖþ¬L™%Tí=ø€»"
  b"~Ûø\x05Bý│Dì6\x17¿¿\vu├"
  b"~ðþò„à‡N­t¨kJK\v\x03"
  b"\x7F1УD¦zK£ßr\x14ÛkÁ\x19"
  b"\x7FVÚëÆÌLC®V;ƒkï%}"
  b"\x7F\x02i\x10DNäÉ ┐ßh\x08n"
  b"\x7FånI¬Õ¢G„x²PƒâMz"
  b"\x7F§(,YòâDíkì\el*wi"
  b"\x04WûP\pE“\eüÑuýÚÑ"
  b"€]5láãgG¥’\x06\x12 «\x01º"
  b"€q|]Ýó„Gž«A/K\x039‘"
  b"ÇzdÞÅ─PG╣%ÊÔ÷0Ïq"
  b"€ŒÚBYòFIŒ<HÒ_Sxm"
  b"Çì`·\e:JO¬*¢\x18╣SuÅ"
  b"€éÂN²oéH±1PÙ¤0žô"
  b"ü\x138#ao*Gí7çÓı)ã|"
  b"üºª;ÎùÞF¿\x0Eü±ô└¡B"
  b"ü▓\x0FîÛ\x03\O┐¿ù\t\x15?┴²"
  b"ü▓à┌ıÞuGà\x1ApT2S±\t"
  b"""
    üÊtǬåúKÀ4ßx\n
    'Ou
    """
  b"\x12æ€\rwàI†QhÞþ¸—¹"
  b"é^\tvUÜÜMÉQs`ƒfÛQ"
  b"‚b\x08]°<ÒL©Q1ÃêRµÝ"
  b"‚cæ@:€FO€þù\x04vvÉx"
  b"évfÞÌwÄB®&┌þÅ\x04Ð┘"
  b"‚Í>¡‚ômM°Àõ~n¾;ª"
  b"‚âû-ƒ~¦A¡'~\x19øS\x1Aù"
  b"ƒ%\x038\x00´\x1FIžw²7÷\x11»>"
  b"ƒ~\x17„ñÐ M‹¼ÝŽ¥N>¨"
  b"ƒ™šT"¤›F«°d*Q\vsV"
  b"ƒ¨‡Ñ^çÀOŸ:òî\x1EÙ\x14\x08"
  b"ƒë³i|sFO‰•úõÀZ–*"
  b"ƒÿ)G`8dKŒ4‰)å`\x17ú"
  b"""
    ä\vi\n
    nEéOû;{«3█iÉ
    """
  b"äYÿ'6_\x04MÅh\x06ä\x00±Ýß"
  b"„h¼©\x16™øE´Ñ‘ƒË£[ý"
  b"„oÁÄGm÷N¹\f$W:\e`„"
  b"„Š*^!fªL¾¬¢„ïm~f"
  b"""
    „Å\n
    ‡–H#M¹\x02ל’ÁY/
    """
  b"„ã„\x7F5*rB…?\vÉÔùTy"
  b"""
    \tÜÝÙÎ¥O¥O\x066\n
    
    """
  b"\x0Eû\x08lçuF¨Œ´–@ú’Þ"
  b"\x13\x12ÇppæAº<ìˆlx«\x00"
  b"…N¸ø5\x11‰A¹­a§µ2¯h"
  b"àYñ\x05UÿbNÀ\x1C╬<Ô%ÉT"
  b"…ó²¡[d\x1AG†Ó™yk\fÞx"
  b"""
    \x17\n
    é¶ØtF”Õ\x0F\x18ªŒO\r
    """
  b"åºÊ╩╩\x03ÅDò´\x1FÌ[ÜÃå"
  b"†Ë´ÑâÕÂHƒg\eæ¿£<Á"
  b"ç\x07íf\┐üMƒF:\vÁdð²"
  b"ç\x13¤2°A\x04@ÅÄúï'\x10`a"
  b"‡!«Â´\x13‰A¦\e&W+\x0Fì\x19"
  b"‡7DŠýg\x01F¿’¸\x19\f­c\x04"
  b"‡”§¶ï½oMŠ´:6ýÂË7"
  b"‡˜ó@ÍŽ³Fº2*=˜ÒYÓ"
  b"ç─Ã:5q"Kì\x0E\eq::#"
  b"‡ÅøX\x01VßJ—ÓŽ\x11\x0FÂe\x03"
  b"çß?\x19»º¢Cê¼Æ┴░▄LØ"
  b"""
    çÔgC&:─OØu┤Qiw\n
    :
    """
  b"ç²cwE¸üC║╩▓`7ÐòN"
  b"êy®É¨■IMÀOÔPV╔y─"
  b"ˆšÞ; \x11ÕK‹&ðz_]c°"
  b"ˆžê\x04›2ÙI¯[~aŸ\x15Ñ´"
  b"ˆ¥TÀò¹-@„\t&YÌâ¦{"
  b"ˆÁm?\x1Fs±F®œÇ\x06Ýh™µ"
  b"‰6οëFŒI‘›LpÜÖWõ"
  b"‰G¡­PcdI‡‡Lû7\róS"
  b"‰V\rµ\x1A ¥Gƒj›½±÷g†"
  b"‰WïЮ±cFµí=\x01HïÈ%"
  b"‰`Ì\x13íú\x12G­Ü`6&c<Õ"
  b"ëbÉ_Ö[╔Má‗ãµTF\x19\x1E"
  b"‰{iÀ`™VLž-Þ{@K\x0ES"
  b"‰¾6©õh.Jƒc?}+ØF\x1D"
  b"‰ëNs‘Î~F¶£û;ÉòÀ®"
  b"Š1|þÞ|öC²gËä‡,\x10L"
  b"è?0\x13░;ÙBɬCøé¹█\x08"
  b"è^ô/┌\x14ÉEòì \x1AÔý¼¿"
  b"""
    Šl\n
    Ÿ‡àÚF›\x017:G‚™C
    """
  b"оR“lã˜D„'¯r[œeÚ"
  b"ŠÔST\x13ŽÁN»\x1A¢Ü“\r±µ"
  b"ïÿ¦\x03\x0FË9JÜ]ıEÅ¿ t"
  b"‹ñM.\x10\fÈ@¥0©Áy\x18\t\v"
  b"Œ\x05úí½ÀHM¯‡w#<'j‹"
  b"""
    îI7î\x19¹îKü¬\n
    z*!"`
    """
  b"îiL\x14ü9\rDù^ÒÜ4{┤ò"
  b"îÿ─̧Y4Gªh»Ø(\x05"
  b"îØcÇóù■Kå}nÏ99\x7F]"
  b"ì\x02G‗4█,E╝└}ñU°ö["
  b"ì"îP¹Ï¤OØ\x12{ú­þı┬"
  b"ìø (¢I╝Eÿ«¸y\rÄaW"
  b"ì½íþýBÊOú┌ÿº¸qÍ\f"
  b"ŽBXÔœ[ N„ûwUJµt½"
  b"Äd═1ØæØI┐│8WÙÄ\x01þ"
  b"Å*¹d\x12'ÿHÑ}¾\x1DÛaèÕ"
  b"ÅG\v`ú3ãLé┌▓J\x1EýxU"
  b"Å¥-\x0F~▓\x15\x16º&┴▀oÔ"
  b"Ŧ7\v*H\C»▒¬3ªÇ/:"
  b"Åý·bK┬\vAé¨│©¸H S"
  b"Ŷ½\rÿé\x1E@Ä£½J\x7FÙ\x01\x11"
  b"É\fªgïLQH▒r<~─/,­"
  b"ÉGRÎ├øÇEù‗âØ`█¿f"
  b"ÉZÆ"ÆæµHÖ■³À╝üud"
  b"ÉÞ8Ó`,¯Aì\x00\e\x1A╠Ó╗5"
  b"\x02.ϸ‘«D•Àr©Ÿy\x14t"
  b"‘#ˆ\x18kŽVJ˜tW÷ýI\x05ù"
  b"‘Uüx¹\x08ØH„\x18Ÿï\x19+£·"
  b"‘䄇¤¨\x03H—:w\k̳v"
  b"’³×Ö\x01\x0F‘L˜\vò´ÚC—"
  b"ô\x1D ıHü¨E╣╔³EX¶gJ"
  b"“]¶lÝ„¿Aª‰ÛRØ9g."
  b"“~V—…\x1A§D†¤äp3X=0"
  b"ôì\x12┌Äv\eCí ¦NÉÿ¿ì"
  b"ôÐþÿa¤¦G¢üe-┘ÌÑS"
  b"“ã1$.6ªO£\x05\x134S§„h"
  b"ö?Rwÿô┘Mì s\x06╚EÂq"
  b"”¼§Ü\x7FFiA¾¿\x1C\e\x01”üz"
  b"”¿òŽé£9H–\x12¬K`©%J"
  b"”Üký®\x07ÌG£SN.¯Ë\x03%"
  b"”ú\x1CȸŠöDš…d.\x04=5^"
  b"”ú¥rȦœK‘žäÜÝNºÈ"
  b"\x18{‹Éø—C…'‰|o\x02"
  b"ò{YÐ\x08\x1FëHÀ▀>[\x13²ÉÚ"
  b"•ÊÕL§³–F³pÿÝèÕ¹3"
  b"ò■NÚ±┼6HÅ╠qŲ┬╠m"
  b"û_╦ìF┴¡Jƒ\x0Fê!ñ┘ý░"
  b"–dÞ\x17=ó²I¡\x1A\x16±a(‹¾"
  b"–ì4ó¾BßJ¾”q©\x16¸Ûi"
  b"—<ŸèÚ\x07NF€„–絤€i"
  b"—Iw½\eóèA ›F\fø\x18‘¦"
  b"—\wæÓ\x07½A¿ãQÊ 'õ5"
  b"—v‹–#¡ÞM•ø“êÓ\x1CôA"
  b"ùùÇñ{ÆFAò\x12?íÅá\x05Z"
  b"ÿT|øåÚ\x0EL½Ød¡KÞÎê"
  b"ÿï█ÝðãÉ@╣\x17$Ä!╣¾Ô"
  b"˜ÕçQf§èF–X\x14\x10\x15*\x04\e"
  b"˜Ù\x1Cp~iËJ¦¡#\x07*VN•"
  b"\x14\v‚ÛI~O€¬hCÂuÜV"
  b"""
    Ö3\n
    J¼üçFâDàf─At£
    """
  b"™py\x00\x00\x03\eA®ßV\x1DÚÖ\x061"
  b"™~7®Ç¸vL¡á‚û?5¡r"
  b"šWÒÁV6ÓB¡I"8:ZÐ\x08"
  b"šcb«˜ç¦C€é‚b ?eV"
  b"ÜlÒ\x02▀à2DÉ÷° \vó\x10"
  b"šÖj¿\x18g<J˜v)*\x06¨’*"
  b"\x12ØGIÔ,K€G\rþ1x†ä"
  b"\e¢˜¼Í>D™\x16ZÎŒ#\x1A@"
  b"›,)š\x12\x18NLµŸ7\x7F$7\x1F§"
  b"""
    ›6ðè(˜íK°A \n
    µ˜,»
    """
  b"""
    ›Y4Š9\n
    \x7FC¼mÓÆ@ÿw}
    """
  b"›µy"^6HLŽÑv]zØ\x14þ"
  b"›æøÇÁ–ÙBŒé:×K ·]"
  b"øÚ\x17\x0Feg@òÅõ»▓¹\x0EU"
  b"›ì˜úQDnJ„£K*”q\x1C"
  b"œ%\x05\x10bE¸¶cÚ*Ó\x18,"
  b"""
    œQà$V]§@†\n
    \x07ì\n
    
    """
  b"œtš‚¨\x14±F©\x01\x14ÅÇQ;v"
  b"œÛùqxùùD‹\x10u¯ŽC°y"
  b"Ø(¥éÂizIÖ3█L«\x17Â\x1F"
  b"Ø1:ÿÑ\x112M▓ôò÷Ï\x03N┤"
  b"Øpîyµ!kEÑKü]æöxX"
  b"ØÃjQÄÎÔ@íK\x7F»\x1Aè╬º"
  b"Ø‗?V¾Ó­IǪ6Î■#7©"
  b"ž\x05Rìr’€B„–o}Íógb"
  b"ž\x08…†wcµA–ã_F=‚ÏP"
  b"žçé\x10NÏ)B¨63—Ó—Äå"
  b"ƒTÔ§´wCJÑK­ÚÅ.n&"
  b"ŸŒöFÕP¡Bž=\x08"?\x17è\x05"
  b"á2\x0EÁ╝ÜNGÉüçÏ÷Ýhs"
  b" „E\x11Õí~G©W9…7¾÷å"
  b" ‰¹¤\x19ü\x07C•âÚ»Äc¨"
  b" Šh\x01\v@ˆPþ\x01ƒ¼É\x1D"
  b"""
    ʫ8„6\n
    N·ê0üõO"P
    """
  b"""
    á┐┼Á┴╠‗A®É¸øc¹\n
    õ
    """
  b" Áw}½\x18#L¢F¼\x10+W@4"
  b" Ç^˜þò\x1AK»IJüµ}tƒ"
  b" ØÄLè§‘M¹Ky£.»ŒF"
  b"áõtìù0<Eï<ZøÕÂõZ"
  b" úvg\x06HhBŒz@ða\ü\x1C"
  b"í\x03\eÀ¾Q:Mì┌6\x00T└x\x0F"
  b"¡\x080A2…¬C’\v\x10Ò\x17"
  b"¡,3\x0F\x022GN´›R$\x14U\x10¼"
  b"¡HÏk7¢\x06MµÌÊ^ÍL!0"
  b"íéÄ×6\x1F\x05HÉ»\x015) éÁ"
  b"¡¬\x1A³\x04ÆÉJ›‰¤Ò4Ž\r>"
  b"¡¯ÑÙ‰ä\tH¼i\t\x12B\‘&"
  b"íίD\x0FíÉEá\x05¾ÁrÜT»"
  b"¡ø».àÌ7L ä¡ó§æ,Œ"
  b"ó\tc$Ø_½@ǽW¯\x05X°╣"
  b"óÉvCLc`Cùy\x19í0\x1FÝE"
  b"ú\eIA4ıÅF×ýDgõȹ_"
  b"£7HéƒÙRMœºQ*Aj\x03»"
  b"£Ÿmcš{«@­Á[\x02ß\x13"
  b"£ ³\r\tÀ*Lš·:ûX«\x07\x1A"
  b"¤ÔÅO€…"H˜Ñ\±²4â‹"
  b"ÑT¡¶/o┴IØ\x14Â╝¤À;§"
  b"¥hH‹P2¢Mˆ\x01\x01z\\x16ö\x02"
  b"¥…yT¨•]E¹ÿd\x06ï˺—"
  b"¥¯åw4Ä}L–ô¤\vß„}\x04"
  b"¥Óz\x0F1]U@¬Ý\X\x1Cƈ»"
  b"¥Úó0\x10ÔÆL¦{“Úÿ\IÓ"
  b"ª\x02~U▀æGAŧó╩╝÷æc"
  b"¦\r\x0F\x1Dv@G¬AC'ÌÕéÇ"
  b"¦\x10ÓÍ[ÌæHŽ=v\x02H«Ó½"
  b"¦3ÏPþæ}C°\x1FøþÃU\x10¢"
  b"ªp╩ë\x12¨üGü\x1Cº×¤S\x19×"
  b"¦~‡þXgmD¥¤¥}žJ¦O"
  b"¦›‹ K³IN‘³ƒjªoØZ"
  b"¦©ˆY:Á³I¼œjœ\x03\x18"
  b"¦ÁÍõ?z~G–\e§v2â0¸"
  b"§Qó>Ø\x02UL´\x1DU'ˆáM‚"
  b"ºÉâ>DQ\x04CØrS#-ƒüÃ"
  b"§ŸbX@ô»F©xA¶Ëãm¢"
  b"§ºÊHŠùOB­PpÇ\t"0Ã"
  b"§ÑqꮥNM¶‹r7Vë.p"
  b"º▀ç\x10f÷úJÁ5Ù¥Ø1áï"
  b"¨?¡\x02¼æ%D¶k‘³}„šÚ"
  b"¿`òy▀?bCí\x03Ø\x1E¦Þ«p"
  b"¨ó_ôü\x1DNB¯c¢Ø„¤d?"
  b"©\x08\x1DˆÙ¤ãE‘jûQ \x01\x1D"
  b"®\x11gV9´zGîÝ\O├CÇì"
  b"©âÄ@fâÉI«6ý˜±î$,"
  b"ª)Gæí\eçC¾Šõ˜U‚ïÉ"
  b"¬L«@a\x15?Lü¢\x0E▓Î├íl"
  b"ªn{ÕUÇúK…ÄõðS€ô¬"
  b"ª¨\x19y<DÃNо\fL\x15\x16™Ô"
  b"¬│üÃ>ÝO@é‗ò┐cî\x19ƒ"
  b"ªðÑ}È…ÇG²„D\x01²U&["
  b"«'±è\x7FZÓL—σ¤Æª‹_"
  b"½.#& ‗¦L«\x16\x18ß±Å2¯"
  b"½IT8ÓaÚKô\x7F<¤Q[ÅJ"
  b"«t\x14÷õ\x1C\x1FO¬4¨^@œƒ¸"
  b"«œ\x1A1~+5N›\x17g@›\e\t´"
  b"«Ø‚,0mtN‚Íc1å[d´"
  b"«ò®\x0E)óëL²<f÷]àä\x04"
  b"¼?ÔN\x0FÒÓLí┐¾═┬ÅâY"
  b"¬ž€’ß´3DŠuŠ¢½uÌ\x07"
  b"¬×‡K\x10gøHŽÞ—Z²Ü¾š"
  b"¼┘»sÜ┤úDØj\x07©R╩▄ý"
  b"­+¢ke@™C¹#Ô±\x16˜:á"
  b"­,²ôYk"E–\x01#¡ù€:+"
  b"­=õ#ˆ\x08!D¿CkW¸\x04®Í"
  b"­¯Ep\x10ˆ­D¥%~[Gü±r"
  b"¡╚\fä»/SN┤.\x17Ê¿Ì7ü"
  b"­î9Aæ\fAL¯™ç\x02ôÖ\x18"
  b"®\x0E\vk*ø\f@®Š]E<zE7"
  b"®\x172l|§\eJ©a7?è€^ƒ"
  b"®8Ðç'=\x7FE‹R“Š\x18½di"
  b"«:ÕM\x12■XNà¢1êÀøÅ_"
  b"®M¾¢\x08¾ªAº\x05]9¦åoM"
  b"®ÌZ4úK\x14N¹¢ÊŸsi\x18"
  b"®ÚÐq¢û’@›.÷”#J¶2"
  b"¯\x08„›®•ŠEŸ—û}|ò2ª"
  b"¯\x14„ÿ‹\x00AN•AI{\x10\tüÕ"
  b"° Í™Š-YB´d2]`6!)"
  b"░¼\x1AØÕûþFâÞ$¨2À,Ä"
  b"±_þRÜ\x06\x1FF‰ÇòS@¼ÿ\x16"
  b"±åÿÄ`ÍWO¦ÄMßBù\x16|"
  b"▓:P┴\\x11ïMëü╚TalS×"
  b"²GNx\x1C\x1EÒL±Œ{\x1Fç~.Y"
  b"² |ïVÌ¿A®k\e}²ö&Æ"
  b"²ÃŽÁq60F¡¶\x01{Ã?‚q"
  b"²û\exzM=J“\x03ü3lQãv"
  b"\x06Kæç×AA╗¸ü¨Së┴Ï"
  b"\x1DeÞõ\x0E░L¢£ÉëÅÊaÌ"
  b"│;]ë£\x08YDì\x7F\x0Féðu¨"
  b"³M\x07Ó1{\x1AKº/ëb´û®\x01"
  b"³ã¤âè#ŽN‹®ý*t)Ôn"
  b"│§ixöù\x06CöGBçì«\x02ú"
  b"´GC¬\x10òtO£ÉŠëJÆMÕ"
  b"´ã‡LV:ÌJ¦œ7?aU'\t"
  b"´æ‡³1÷sK›ÉQ\x1FF\se"
  b"µð¥×\e\rNB‘6ÂA¶V¾‚"
  b"""
    \x02\x1C\n
    TqµN‡ýüªØ'ö½
    """
  b"Â\tÏæo½ÙMáxýÑTÉîs"
  b"¶Ö)¦-\x1DËO°wa)ïÉõ!"
  b"¶äÙTÚÓ/Bºk–_¨¯cÙ"
  b"¸ØÒã¶éGèæ{\­#═T"
  b"À\føs¾ãÞ@Öü%£ÖÉ▄k"
  b"·/\x7FòQ÷ºH€‘Å%”€\rP"
  b"·I¤zÆPiEŽS8!z¬\x0Fý"
  b"·®bÚž#wEŽ‹Xð\x15=Ù_"
  b"·÷kä¢ÕMG¤–²»Ãp\x1DÆ"
  b"¸\x02\x1CìÐ\x1E‡F’\x11ö_D¹HŽ"
  b"""
    ¸>1sæ‰óL¸Ã)à\n
    æ´U
    """
  b"©üh/ù\x03\x0EMä·'\x07êùð¬"
  b"¸„Ó>7¸cHšï45&ýul"
  b"¸á’|ÓÆ&I¸>T-¦Tµ\f"
  b"¹\x15\x14\x18éOœ®ùnÕq±\x0F"
  b"¹-<Ñ\f¤`A¸\v{Œá<Ë*"
  b"╣År!\x0E<ÅIïT7├═\x04~x"
  b"º\x11ºó•ÓaN¯õ<1˜åH\v"
  b"║G3ÃUGÛCîg\®ı\ì\x14"
  b"ºJXaJ\x0E¸Kˆ¯tÃQ]Hâ"
  b"ºTƒ>=ä}M¹o3²‡T„–"
  b"║ksØ·;£I╣╩┴å\x1C\x05"
  b"ºw'@W\x0E/@³kžhMÎÎN"
  b"\x02F+\x1FzïOÅoGú╬§ßï"
  b"»\v ë\x01ì)O¢®$„Ò.åD"
  b"»Y¡\x10\x12˜qD…\x1EÙ}ÏŠÈM"
  b"╗k╝çÂ1 E»°J-þ¾Ø┌"
  b"╗Ü\e\x17\x05\x07#õæM³p"
  b"¼\fIs3¿àA±ÏM r\x0FD“"
  b"¼\x17h\x06ÒKžG«\x0Fyê+R\x11X"
  b"¼\e\x0Fæ†/±B¯\x00tÌrHg\x1A"
  b"¼4¹‹z\úF¬¾Ø•Áîeb"
  b"¼Tµ’©T›J˜Jm\x0508Õ1"
  b"¼®×½šö¯I¬\x03}\x07•½0¯"
  b"¼Ì\x01¼á_´I´Š\x137“ß\x16\x15"
  b"¢ä½╚¨G-AØ` \x11Æ)Â("
  b"¾EJ\ti¸)C¿)\x08Ö„™ðÀ"
  b"¾ŽYn_’ÔC³]C¤ÇÝžf"
  b"¥░N└,}╔A╣▀>Å´nÀï"
  b"¾¹UiH\x7F„F©ªJ\x06\x03ú/["
  b"¾ÓF\x10«“´N»µŽàäI×B"
  b"¿ ËÃÜÞ_Eª}0íc@ÜK"
  b"┐.éá╔£IMâØ@\x18Kq·ø"
  b"┐[jqì\x19ÒGóô5\x11¨^9┤"
  b"""
    ┐t((é\\x13FÅ×╦u\n
    Y3å
    """
  b"¿¯îšÅ\\x7FG•;ê7ymðî"
  b"¿Àk<˜µtG°\vŽ[Ÿku""
  b"┐─╗°gyÑL©┐åE ¸ü§"
  b"À[˜È\x0FyÒJ¹œ\x03¾U8v\x1C"
  b"ÀžœðF¶xJ­qË\x1E“¿ZÕ"
  b"ÀõšˆåÅöH°Õ³££ú¥b"
  b"Àõâ;WiÈKž\x7F~õ›+<3"
  b"Á%è¹ÙD¿N“Þœ2ÁiÍV"
  b"Áeº/BèÎL¶YšòÇxì­"
  b"Á|Ϩ\rèD@‡\x12¯òeð2ì"
  b"┴¯,\x1A┌ëàEº┌[cªØ(Ò"
  b"Â\x13mÆ9chJŸxéçßIãŸ"
  b"Â\x1C\x03\x15òÊÉK‹cr)¬/Qø"
  b"┬ \L¿w¢DÉ'┘─Ä9└Ô"
  b"ÂFÜй=\B‰ù°6˜Å¨Ê"
  b"¨`\r \x1A`CŸiìI¼ï\f§"
  b"┬┴dr\x02]\x10\x17A^K«ÉK"
  b"Âо´›%;E¿K\r_—¿??"
  b"\x02_┐23éEâ²b¸Ø/╝Ö"
  b"ÃA\x13©òwäM¤Ä\x05…Íwlê"
  b"Ãöž·æ£×O»ÉÃ-Y.ª“"
  b"ŇËÀ½\x08(Lºèÿ°–—_\x0E"
  b"┼Õl74ó+Eå\x11æ░ÌGüê"
  b"ã`╔\x176ß░DæÅ}O­&╠█"
  b"ÆŒ>?¤AAC‚ûcÀÈ`\x16X"
  b"ƤÃ\XÁ\x07A«I%„ENw’"
  b"Æ»\eµ¶_9L·Ä\eWü>õæ"
  b"Ç+@M\t;\x04@µî\x19Úâa[N"
  b"È\x08\x12¡7ž\x0EJ»2­J"ç’ê"
  b"ÈEíñ~ƒWCŒá\x1A\e„ãrT"
  b"Ȭc\x10%IT@¶Ä\x1Dìq\e½µ"
  b"╚Ð3å▒G2OÉW\t║f┌%Å"
  b"ÈÕÌ\x05À âC¥ôjós%h“"
  b"ÈÖÍ\x1AØ4‘@£\x11(\x0EàA€­"
  b"╔' Z╦/wDña³Òü\x0F\x04"
  b"ÉC?ˆ\f\x19#E•ãCÖÄ̇y"
  b"ÉEjÛ\x16gII®×ʤH\x11"
  b"É^ïp)àyN t1þ¼\x03"
  b"É\x7FM\x0FcŸš@–çLVþzÜÐ"
  b"╔├╣&\x1A┼ìN╝H!┘þ:¨ê"
  b"Ê\x03€ìÛ\rfI¶\x06"J\r\x11"
  b"Ê\x16\epƒOåH—¾éDÌÐèH"
  b"Ê+‘¶\vÆ\x03H†hÂv^ˆ4Q"
  b"╩dïañjìIÄña®│¬õ "
  b"╩▓Ï═TèóKù Ê2ÿ´Éð"
  b"ÊÚ|\x17‚ñµN€\eý‘‚<.*"
  b"Ë–—3{»8HºèF\x0F"%\f¢"
  b"╦¡.+Ôì´Dªi░VV╔)4"
  b"ËÞé{é\x06†K¿¿=\x15I\x1D³‚"
  b"Ì\tdŠ˜È«@¹Qƒ6\x06\x1D\x19"
  b"╠)\x0Fñ\x18[ÉDóï'äs│╠Ô"
  b"Ì3\fýæŠuJƒÊ\x1Abùÿ°¬"
  b"ÌG¼©Q8ÉK¶\x16hp!\x158)"
  b"ÌŠ\fÈ?™/GŽóyp.°ˆÏ"
  b"̳>-\x16â„L®\x00\v(šm®É"
  b"ÌÝá]»ÖµB¨ŒÜ\x18\x0E\x175"
  b"Í\x02\x14s­J”´bQM\x0EÎâ"
  b"""
    \n
    {øú\x1A¹CƒÈü╠\x7FµÃ_
    """
  b"═]gv\fÒüJ░\x10*¿╣\x0F3┼"
  b"Íbvu¼CmI±]_ï^›Uõ"
  b"ÍŽ\x10ȶ$VE¶58ÛzŤú"
  b"═ÉÉ8±7\x08I╗NLoV\x08\x18J"
  b"ͼ2·¡\x04`K€¡]\x1AÓ&Rè"
  b"Î\vdÝcó\x07\x01ÓïÅQ*”"
  b"╬%dÅ\r¬à@»\x07¿FÌb║."
  b"Ï\nB4'@yM®Ú9\x04@\nF\x00"
  b"Ï?Ô8ÏA\x0FNªk9þ\x1DºEŽ"
  b"ÏHaDÐ’à@£/n—2x$Ë"
  b"ÏM\x1E›¾ã¸L†×C8…L¼\x13"
  b"ÏoCƒ…‡ùN‡¥øN|ÕJÁ"
  b"¤öÚ3Øð,E»!\x7Fƒ║POs"
  b"Ï¡tWVYøFµrãP¼‡l¬"
  b"Ï«\x16\x02h `FŒÊnm\x08ÿ>0"
  b"ϺÁ‰¶¨+B‘hƒ¸_œ…r"
  b"¤ÚYÉ╦╠\x1D\x16\f'\x05£µ"
  b"ÐC„Rk\x1DñIƒP+¥ž?\fW"
  b"МÄ]2\f'A”q\x19ÐÝp\x1Eî"
  b"Ц²õ2æ\x19MšÑ›äˆ4Í\x7F"
  b"Ш“o?þgB¨÷xà¬R³Á"
  b"Юz•¿ ¯GŸ\x12Ã4KF\vÿ"
  b"Ð\rA!-\eKì\x12\x7Fò5Í╦"
  b"ÑÕŽÀCž]GŸw‘Rf\x1D\x0F\x1C"
  b"ÒYžR>àÅI‚i#ëï@™*"
  b"Êo=¦└\x144@êƒ\to╗wü\x08"
  b"Ò”M˜V=·G—QHm¡\x18;""
  b"Ê£Üq\r]\x19F¢¶¨íoÊÅP"
  b"Ó\x11¨L\x16%&Fœ\vxS¡•{ñ"
  b"ËRO£Â╩oO®Ø²¦1¦│├"
  b"Ó•ì«»O\x14Eµ>?à¡íyÉ"
  b"Ó°\tã\x00™²D¯q¯'›“¦G"
  b"Ë╠gP\x18Ô▀F│ï$┌üñà▓"
  b"ËÝ5\x02╗äQBÅ¢þ;Í\x10#t"
  b"È\r\r4üö?CÂJÍW┼▀¹╣"
  b"ÕD)q隯B«¾Z±Ðù\Ô"
  b"ı┐î═+┘ÚOü(3-AÇÂ_"
  b"ÕÝkØmÁ\eD¸Åü'¥ðçß"
  b"Ö\x10’›³ ÈI£,ÝxæúÉÙ"
  b"Í'ÇYÒ\x07)FíØãÛ\x01\e;┬"
  b"ÍDáì¢qÀK«äÕcT╔´\f"
  b"Í▀&î█RhAº\x1C\x11\x1C[Òì¾"
  b"Î#_─ÎZ»BêÍ\f¼ÿÅBb"
  b"×c'ÏtlúG£Ó\x18XJc@Ò"
  b"""
    ×ÛO\n
    ¹R_N§AÈ\r‡þ\x11a
    """
  b"Ø'a\x16®OtK´C\x13i1‰Z©"
  b"Ø*HfIá¹C½œÜ*!©\x06î"
  b"ØUÿ©ÁÚrAºÎ\x15^"ð~o"
  b"ØVù÷\x0Eà›C–ÙMeΙÙ\x12"
  b"ÏèÛ`╬¢ìG¢■©╔P└=¿"
  b"ØìRÛµšÌGŠš\x1DŒún’\x7F"
  b"\x0F┬LBCÒJÉG\x01öÚû/m"
  b"Ùšw"Uç\x16C¤ÏhÐâY|¾"
  b"Ù«\x10â\x02˜ÛJ”Ìà}ÚŒæd"
  b"ÚEAèâø\x17@¿Ó‡›¢\x00R_"
  b"Úm‡ôÃ\x11ÏL äönž¥P¦"
  b"┌xî\x1D¦'■E¿¹UÐÔèì7"
  b"┌Øaa\x1C\x12ELÂO×d╠\x12\x12\x16"
  b"Ú²\nO©sjB˜ˆ£;Ý\x00™l"
  b"ÚØ\f~ä‚'Jœöãé½x3£"
  b"Û«\f$û‡P@«ì\túR£Bû"
  b"Û´O¸'“|A¶ói…}\x13\t"
  b"""
    Û¼\x1D[œ¼ÉLº€În´\n
    
    """
  b"Ü\x18LõIa¢K°hÍ„\x0E¨¿ƒ"
  b"ÜT |ª'BO¨\rã½_·ì™"
  b"Üìæç-i\x19\x7FYo\x1D{‰È"
  b"Üý\x00\x04UKâFŸ…3u•Æyõ"
  b"¦OÉ┬EX«Lûòá│\x15Ãt╗"
  b"ݘ¢äX5hK¥ž‘k˜%–B"
  b"¦ ò\x1A}h╗DúW¿<§Sز"
  b"Þ\x1F\x0FYU(\x1DN¤¬­\x13\x12\x17…4"
  b"ÌT6üÆ\x7FÈCü\e\x1AÛÖ6¶M"
  b"Þw€¦Œ}’N†«o\x7Fí­>w"
  b"̰qØ^\x05GO▒┴²Ü╚ü\x0EÒ"
  b"ߘüÅ™\x17pH¿‡\x01~\x1C}m/"
  b"ßÞõ\x1D´Ý>J…ôGë°\x05im"
  b"Ó$ÉúUr\x15FôEíúâÜr\x7F"
  b"Óÿë;ÑÖ\x16Mؤê╩R[48"
  b"Ó˪╬öÉOï¤ß׿▒dÇ"
  b"àø\x15\x12\x12¼IL€‘^\x05|Ì(0"
  b"á\x10™ d¾¼L—éÜ*å\x10VL"
  b"ß@\x11░Ø¿\tD┐á-\x00Ϩæõ"
  b"""
    á}à æYDL—{\x13£\n
    \x1A\x7F
    """
  b"áÔgUg$FA‚\v\f…£…·Œ"
  b"â\fºFAæ.FŠ\x14kE®•!Á"
  b"â:ç=\x114©M¢]jËnÚT‚"
  b"â`?ü 9OD­áÜ\x1E@/#‰"
  b"âlˆÎøÇÀL¿µ@rPŽ\x11m"
  b"ãÈÈ;Þ3ðGºÅ%w\x00Z¿R"
  b"ãà_F‚llL´”Rüb:JÒ"
  b"ä\x19w‘J#ÊC¬èaÁÚ\f>6"
  b"ä[ñ\x1AŽ*ÑN„æ®`-ŠÂÍ"
  b"äf\x1F\x15OÅhKƒeÑÛ¼_³\x13"
  b"äoœ'–ø‹H’çÏÏ\x04L\x1D4"
  b"ä|ižÙ†€H‡´ì_6"+m"
  b"å ©À\x15\x02ËIІ¡'$‚@›"
  b"åHÀºÏ\e\x08B‘Ý\x187•\x04:\x14"
  b"æ\x19Ö?6±|E—Ÿ¤#ºòú»"
  b"µCƒ?oîºIÑTéÉM5§└"
  b"æVþj$®fB•›ãÌôW\x06£"
  b"µ`t▒j╔4DÇìe\t)È5█"
  b"ægT¯hì1H¿Y«T\tá¯\x13"
  b"æpŠde¼ÕBŽ‹\x00\x08\n\tÁ"
  b"µ¦Àƒâ:üEèxFäTQ\v\x1A"
  b"µ¯)6Ç‗vNåz\x1C¹1┐¾É"
  b"ç#Jº-• B±0çU®\x13*<"
  b"þFü│¦7SIæ¸ıÿY\r?‗"
  b"ç¦h„dÁjL„©\x15À\x05¼zp"
  b"ç©£\x1F•©ÙG‰Ìuv\x10\eµ–"
  b"çà1=ãÇùM‹8Ô‡\x15Ô´h"
  b"çæàŸTòÉB¯3±‹]7ú³"
  b"ège\x12\v…3BŸ"f\x7FÌxu\e"
  b"Þülè3­\FûM¤┌Uj±n"
  b"Þ«ÃÂÂgÅAé+&\x04;Á8Ã"
  b"èãò°Þê\x0EE‹\x11©û«\x140S"
  b"èùÿ¶›EÝDŸ”e\x12ùkð "
  b"Ú\rÝÃØÍlB┤┘\x7Fâõöý²"
  b"Ú)Ñ0]‗/Aúñ¢É┌È÷å"
  b"évû¡ÿiÙFº'EPÿA`ë"
  b"é†Cûé\tŠK¶h\x7F\x07x¿ã"
  b"é›\x08\x1C/ðtK“ÂáÆÐ~+^"
  b"""
    éé\rarq#Nº\x05IuÕ\n
    w!
    """
  b"ê+Y}špîI¶âÏà×܃™"
  b"ê/\x04\x0E\v~vCˆ^Ÿàœ¤R{"
  b"ê7PêÝŸNB„\x14¨ìšOE+"
  b"ÛßyÐ%Ø¿FÉÝÉf╬Êû×"
  b"""
    ë\x10˜¿í\x11þC…ù\n
    \x0E™wcç
    """
  b"뢯Lî\x16×KœB\x1D\r¦ÈD5"
  b"ë¸ÜHï<HE…¾F$Šr'W"
  b"ë¼\x1CáÈM]J‰ãmg„\x10ØÞ"
  b"ëû@Q°TUE©êFL̽µJ"
  b"ì8\x7F¢ï˜~G¾‡ðÛ<Q?#"
  b"ìÛ+|É[\tM«M\x01}w\x11m{"
  b"í)Ù.\x10 bE„rá²\x17|ƒÈ"
  b"í,«„\ûÁM°?\x02ÿ?ë¾Ô"
  b"í8F\x16äºjH­Ó|Æ6k­8"
  b"í>ÄÏË\rÊJ¿ûI‘uå;+"
  b"Ýx}:²¶·NÅqr\x01\x12+Ñ4"
  b"""
    íxïÊ¢ôšD¦w¨J\n
    ¾\x1F)
    """
  b"ݦ¹ä\x0FkzKÅv=°¬ò/~"
  b"íïê¦\x1A”¦LŒèFek±úf"
  b"ï?\týN½;O»´`&z)3²"
  b"ïE>ýÙV\x05G¤ò\v[\x07‚c@"
  b"屢euœ\x11\x02òý˜X•Â"
  b"﵂Û\x08%¡B¶j1\•\x7FŠ\x1C"
  b"ï¹W¸RPgK†˜XæÜ~°_"
  b"ïçLI\x08Y¬I¿\x1A2c®I­6"
  b"ðæ\vñÃÓLI¢Séc–¦M\f"
  b"ñ\x16âtC¹'N¢‚Î(ÎÌÒŸ"
  b"ñ1\x04«ê\vmJ‹f\x0F\x02|ò¡/"
  b"±ÉVt\x02ª?Iî└õDÁÁ­þ"
  b"ñ …ËÔé•L·âu\x1DªW\eÑ"
  b"ñ¿ñ\fø\x13‚I‡\x01o‘dDæ™"
  b"±┼°¶¦\x0EñHºßd6ì¿{+"
  b"ñûúÛ&ª°G’ÅÙœò]éD"
  b"\x03þ5ÜHxDàÿAàüé~▄"
  b"\x16\x06\x18ìè\x18@ìK─È»¸\x13û"
  b"ò8ä¹CÏ„H™\x1Agtw£×ù"
  b"""
    òA5íiy>G¿‘l\n
    \x11Tã¡
    """
  b"òOe×K°{B°FP¯Ç]³\f"
  b"ò\SŸ‹Ô-N¯\r¾\x0Eà)ƒÁ"
  b"‗Ü\x7FÙ\x13©ðE║%\x10ü▄Py¡"
  b"‗Ø└ïÄ┬´A»bÐC/çbí"
  b"ò¸£5(0¶O¯TéU\x19RéO"
  b"ófÔÌ\x01ÙzD›®ù–gg²\x00"
  b"óg‚ïüs\x14J‹ãª{Z€VT"
  b"¾╗ØØka'Nä·\x00=Æ>x┤"
  b"óÏXŠ{s’FŠ0;t,K%L"
  b"óý."=ešB“\x04rºg&§¢"
  b"ô&Ùá\x1CŽRH¶\fÝ›p\x04(}"
  b"ô°\x16$G†VN¿J÷Ĉò4â"
  b"¶ÀÊQ\r%#IØüd.']eÝ"
  b"ôÑ\x1D30KLC¡ùÔ«\x18]vL"
  b"¶ÏBiO?;Iú@çOÓØÎ "
  b"ôíе—¯vD¢\vþÒ|W¸}"
  b"¶²w%\x1E)áDÉø|+<âS‗"
  b"§jåvlÉı@Å*2\x19╗®vó"
  b"õpk£]f·CšÚ{”ÔþwŠ"
  b"§é\x15\x1D\x17\x165ÍO»O┴"
  b"õ‰gåÓüDA°nCJAø{“"
  b"ösü\x00åÎÐB™å\tëÖéô˜"
  b"ö–ö½?JûI›•Øn:˰R"
  b"öÄ\v\x06ÿuN‰ò‚‰7jê/"
  b"öÝF\x1AÊ9×H®þ¾›'ìó\x19"
  b"÷ß&\titÉGóßû¬\x13Ökò"
  b"öåù½>²\x14J©|>wG¦®Y"
  b"÷'­½9*\x14F¥\‚´H©è\x14"
  b"÷=½áf_YG¢†\x16¢—_jÉ"
  b"÷Ð")ù-JMšå‡i\x18…²B"
  b"¸µ¤¹AÐàMØÝ¡╣Ý<DX"
  b"ø\e⛊]×G¸X'·Ä}ÿø"
  b"ø\\x12\x15X‘mL¡·\x7F\x1CÛ÷"
  b"øm"\véƒë@¼ÉWHÉã}\x0F"
  b"ø}Á¥M\x01=Dµ7\x00óÃvRz"
  b"°Øåïi,\x08\x18ı╬Iõ¹ñ"
  b"ø­s|j·ä@§\x00–ŒÒ·ˆà"
  b"¨?òÂZú\x16GøÛØÔ╔Û\x13j"
  b"ùE0\vÕ:BG‡\x1D9.§<>\x14"
  b"¨w&ıtÂ"@ì"úI"\x12TH"
  b"ù•é;\x16¤¬N¸¸¿\x1C«“t0"
  b"ù´3\x06Œ)\x1AM³Ø¾9ÑçÙÇ"
  b"¨├ؤ$2$@¥M·\x1C_n\x1D"
  b"""
    ùÈ,¸É\v*@„\n
    \x14ýŠCÓ¸
    """
  b"úv"}¦û\tHˆP\x05nC\x1FO1"
  b"ú\x7FjûðÄ\x01H€Æ“\r`ao\x03"
  b"ú½(!á\x10<D’‘˜\sûYá"
  b"úÕº^G±|K±¥¸ýà^½ˆ"
  b"úÖ \x12ü+ÜM­Œ\x0F»1k¢u"
  b"û\x06[ir€²O¬³©°žØF."
  b"¹(╝C÷\}Hü\x02ðz@7U&"
  b"û1£±¼\v×F˜ÁU›VÑ\x02\x0E"
  b"¹]]áv\x08lG©1Ü}Eì╬>"
  b"û™óÞ5\v1A§_ÃåÂ\x06²\x07"
  b"¹ºM\x18¿*╠GÅÕÓýö´d┌"
  b"""
    û«õ/Ùv¨M‘ù\n
    Y¾º?\e
    """
  b"ûÕ–\x18%kUJ§ô$ȸÀüõ"
  b"""
    ûáB±äs…G§ö\x05Ty\n
    m:
    """
  b"¹■£‗§[X@íÌ$%¯ü2["
  b"ü`„ƒý”VA¡”\x17•í\x0E\x07U"
  b"üiÿº<g¥A³äˆy@B/,"
  b"³┘Û,\x13─ªKùNêü%F£÷"
  b"ý\n¾¨©\x03ëM‹rLá\x00\x00"
  b"²\x1C▓"f┬HHôì¢÷yéÀà"
  b"ý1þ0j GL“›;]Åò™4"
  b"ýL®jZ\x1CÏ@–\x7F\x0ES•¦"
  b"ý~€Ëb„5D›s\tßê<”d"
  b"ýŽ)õÖÈt@£'¾$1áµä"
  b"²öQÇ$ÛjFù9ÿÉ╣┤È "
  b"ý”µ n!UK£\x18ËOдY»"
  b"ý OdãdñB›PAƒÌ2šG"
  b"ýÊÿAüò\rGºrF5PGn«"
  b"ýÎä„É\x13ÎB³gÖq\x18\x1FkO"
  b"þO\x05”Ñ\x15Ï@³ßaßÛI\x02F"
  b"■î´TrdzKèÅ\x086░\Km"
  b"þ’Dô¯„¶K±Õ\x04ætËÞ¸"
  b"þÏ/ü¶Ñ¿@´\x1C}dg\x1FÑu"
  b" <\x1E¹öC_Fâ'ůS/P┼"
  b" xCà,pãDâò8ì╦qZö"
  b"ÿ›Hƒ¡ çN­ÝUYÎÇZ)"
  b" ▒·æs\x1CnKøÅZa╦ƒI\x17"
  b"ÿÛ\x07W\UìF¡BæZá9jÁ"
  b"ÿäã\fké'G¡”°ŠŽ®©`"
  b"ÿêÿwƒDtD‡Æ¡q{º½\x18"
  b"\x00\x11×\x19]¤üG‡\x0F#Zrìþ;"
  b"\x00\x18î]\x0EJ2I†Ö!y.¸ƒß"
  b"\x00H¨ôdŧ@¼ ▄pø¯·à"
  b"\x00^\x1Eë®nbBïìÁÑ탯n"
  b"\x00u\r¸\x07ñb@²Êäü¯Ùȵ"
  b"\x00ƒs▄n\x15\rDôÇ╬,Å¿\x08À"
  b"\x00û¡Jñ.÷Eƒ\x0FÊ+áÜbñ"
  b"\x01.\x04Ïå\x16\x15@ªödé·¹\x12J"
  b"\x01}█╦G°\x1AKç├®ðO"mì"
  b"\x01ƒ)ÔdþÝOÅ¿╣ç0º¢╦"
  b"\x02\x00\x14äVF‰î¦à\x18Öá°"
  b"\x02\x7F\x18 ¨£C¢\x14úÅ.©\x01$"
  b"\x02ŵ\x0E\x15'<IÄ0¹\x05┐ÝÈ\x1C"
  b"\x02Ö²,│i Jì£]\x16Ù_\x16/"
  b"\x02Ë9á âÑ@µ\x17(_‡ZÜf"
  b"\x02ëØNýMsM‰uhܼ×pq"
  b"\x03U9üžŠ€CŒÕÇ!XÍxª"
  b"\x03]¤è\x7FHeL¢Ç ñÀ÷d\x00"
  b"\x03t=¬ËãØGï/q:ùÃ3©"
  b"\x03ˆz\x16\x1Cä(A†2£=@3¼5"
  b"\x03ßÿ\x162\x1AùG‹Tþ\x16\x05L÷ "
  b"\x04\x02²[EìýKà.ÁO▒¾U\x01"
  b"\x04¶Ró¦é£Oª'1CÕ¾–\x16"
  b"\x05ìÛc\x08ß2E¼ºB¤Àliö"
  b"\x05ÌT_“\vìA®·=ì™\x10"
  b"\x05Ï´",'\rD¢­m\x05\x15@ã­"
  b"\x05݆ëËWÙK•-˜ûX’ÎÏ"
  b"\x06½ŒÃ\x15$®E•9Ô\eµt\x14u"
  b"\x07^ôp1bJ@¡ãÙ“ŸæWï"
  b"\x07„W\fÖ<ÏCºv·Æé¾ÑÜ"
  b"\x08L©ðA?\x1CE¼æ/\x04\x18Ë"
  b"\x08y뵎A\x11O·nN< +^ƒ"
  b"\x08ž³hd†šJ¡?€¦WsÍê"
  b"\x08º9åB\x08ßB©ePË˳›Ô"
  b"\t\x17\tÉÀî-GÀúÉ┬s=V\x00"
  b"""
    \n
    \x12ø]Z±Ú@ô¼_ì'ÝÑÍ
    """
  b"""
    \n
    I¦ÑÌ:┼Cì\x08£\x1F└óÉB
    """
  b"""
    \n
    ¦Ê’¥\x1C‡F‹˜œ“˜Üaæ
    """
  b"\v\x1Fãw\Û\@¸/À±1ëXë"
  b"\vÕ¶‘F9öN²fûE \t\x1D}"
  b"\f\x17Ò©]Í═J░ýÍ*É_ò×"
  b"\f‚›Q»\x7FŠIžF<‡’dûº"
  b"\fà▓▒AÁcMü1¿wwDÕ╔"
  b"\f®\x05OÅC\eGÉ"®IÖøVL"
  b"\f·ÇáÙÕ\x0EJ«h×\x15\r\x0FÉ+"
  b"\rO\x03ˆJÁ0O¢>ÿo-Œ\x14Y"
  b"\rô\x16■¬ë«EØBM\x14Í]Ñk"
  b"\rÿlLAF©G»▀ïÅn࿺"
  b"\r©\x1E\x7Fÿ‰õG®+)8`\x19ÿ\v"
  b"\rãZ:╣$ÇFèÖT§▓²ØØ"
  b"\rÊóDðìºL©.‚ǼÇ\x1C3"
  b"""
    \r÷5h´\n
    –E˜žÂV\x06½ˆÂ
    """
  b"\x0EJ7:¹ý"E“Š\Á*“¯y"
  b"\x0ErKG\x17Ô˜B–Á\x00\x04¦ÍÔ\x7F"
  b"\x0E}<╬\x14ØÒOï.Þ±{\e\x06®"
  b"\x0F2#\x19ò?&M’é¬qiüë\x16"
  b"\x0FAÅ´¾®¶Gú▀ÂÔ_Ïb]"
  b"\x0FîŽióˆ\x16D¡çû‘ä0˜["
  b"\x10«X\x16…ϸL‡¾+i\x17¡œí"
  b"\x10ÿ\x11\x0FEn\x1D@‘­ÖIšq„¬"
  b"\x11\x10L\x1Aß<ƒBÖNÉùd9&U"
  b"\x12\x08°<\x1Eq±LÀ5¹±ytìÕ"
  b"\x127@¸ƒ¢┐EìL©où\x16"
  b"\x12¨\x15»ÛT”L¶&¥\x15éôúQ"
  b"\x12®\x17rPí¡K©òì`è╦¿Ñ"
  b"\x12¢+\t)\x19\x19JòÑ╩\rS║üE"
  b"\x13\x03Ä#LT¹@Šo`‡Z\x17Þô"
  b"\x13T\f|óóüCä(:·\x07\x15"
  b"\x14\v\x08\x15ÂD±[ß\x03Æo0h"
  b"\x14š\x1C÷d³ÐI­uÒü¬ -\t"
  b"\x14ü;‰C9iE»ýæÕËï—·"
  b"\x15C║║[ªØLè▄Çw\x1E\x19"
  b"\x15wÿ_FómA±4d!ö FS"
  b"\x15üx├ØvÐ@ó{ÔªMf\x19ÿ"
  b"\x15÷Lwu§4L¦Z¯EV\x15О"
  b"""
    \x16>µº2 ╚G┐¨\n
    \x05É┘t¡
    """
  b"\x16ŽŸ\x0E§büGº÷ì~àŽ§\f"
  b"\x16ª╬▒äìõMÁ╚?Uæ\x1A╩C"
  b"\x17>žs\x00>'Mµ•_l·äâ»"
  b"\x17‹ÑG\x01íHO¼\x18C\x10®\f¾ì"
  b"\x17ËÚÑ—¬:C¿vi:¢id«"
  b"\x17ß<0 KhD‰ú\x03óÑM-ç"
  b"\x17çìÙu•XL¥ó\x0FWƒBj\x13"
  b"\x18#vOÜy\x19KÉ,‗73_&■"
  b"\x182f\x066V)B°Ã4\x0FrX+Æ"
  b"\x18ªX|å@ù@Ø?Ë\x0F▀îá¢"
  b"\x19\x04ƒw†¬pO•ˬDRóØð"
  b"\x19\e\\x0EYè}E \x07¨·óIx4"
  b"\x19™Ws\x13gïIˆ\tÿm€d\x13ö"
  b"\x19¤É{|Ò¯L¿â~¬û­2†"
  b"\x19¦SKòdgH„&ª3þ®jé"
  b"\x19­\x08\e9ÅbJ¯@ã§éãÄy"
  b"\x1A)]▀í\x1Eu@Á╩ãÉþ×╦├"
  b"\e\x1Fåø‚ý´N @\x18\x10ûÑ=O"
  b"\eJO\x06\x16ïÚIµº¢æÍ®fÍ"
  b"\e¬¢¸­ò\eOªÓ3\x19¾U\x1E"
  b"\eè)«\v\x171B›Š¦Â\t‹Z$"
  b"\x1Cl\f\x1EU\x15hD¾õmÿÃ@\x1D\x0F"
  b"\x1C¾Ð‰øœÃE†kŠ\x7F1Wö±"
  b"\x1CÖP¯†›…L $‘ó,ýÇV"
  b"\x1D\x06ü█»▀┐EÇß»PswÆ("
  b"""
    \x1D\f{Ïa~\x14\x03ßš’D\n
    d
    """
  b"\x1D©S4m\x0F\eO»ê¦ïºj=Ï"
  b"\x1DÙ¦j\x15>\x14I£ŽW˜Õë5Ä"
  b"\x1E*é…$RªMޤPá¥\fAÿ"
  b"\x1Etñ@6 ‘C«´Ûâ¼è}Ò"
  b"\x1Eè©´Å═(Hè£\x0E╠}pì'"
  b"\x1E¹²•XœQG¸?½\róÅ\x7F"
  b"""
    \x1EÀè\x04kÅCC´\n
    ÎÆÕ\x0Fñ\x7F
    """
  b"\x1F(° ŽßéG´IŽ–'\x17ÍÀ"
  b"\x1Fw*ÿˆ¦ÃK ƒôÉØ"-"
  b"\x1FÙ!FB+ÏJ®\t€Jxc\e="
  b" \vãÜ\x03áÄJ®¤Ñ¥oº0;"
  b" \x16\x12Â╬µ\x1AJüÄ5\tS\x01"
  b" 3S#.+¨KŠØ\x1A)XÕ[–"
  b" V\x1A╩ÉÜI@ñþ╬Ô«└Hð"
  b" q<ÙêoFA¢“Tm~Ï\x13q"
  b" Á6üı\x18¿D¥BQºLâ«▀"
  b" ¶¥\rî¹=B¬ãAšµùB…"
  b" ¹z\x07q-íG£‚,='ãhà"
  b" ÐÇË4;ÚL¤½˜\x13Ÿ_%c"
  b" ýRáè\x08AM»ôFô¿¾é­"
  b"!F‰ “\x00+N¹F\ËrTé½"
  b"!¸Q~â\x0E†L«#8ônµ<ô"
  b"!á:òKª›L­-ØwGe+4"
  b"!ä©“ù\x04\eC¤JǤoÓ÷O"
  b"!ðÏuEAJK‰í²¿Ù=£Ù"
  b""fûm¬Z©B§ø¼|¢B~3"
  b""¶:½g!‗LÉÑ;╩\rØ5H"
  b"#(ñ&\Ü!JºáíΦ×cì"
  b"#”OSH¯ÈJºV=ì‘`$6"
  b"#Ë:8\x13á¥K„¢{V\x1A=ƒ©"
  b"#ÜL?:8—N”c\ró\x12íõn"
  b"$D\x01ç¨f*MšWˆ¸gfRˆ"
  b"$yõg7%âN‘(í´Ö\x05\x1Fâ"
  b"%IØ!Vd]N▒┴\r9\e░i¾"
  b"%Ì¢Ú`\x14øA£±òp(óîÍ"
  b"%é¼'½\x1DHL‰±\x08œLÁ†""
  b"%óñ ÕJ£G¤¾îžeüö\n"
  b"\x00òÚ\x19RJ¬\e)\x0F\x04á"
  b"&|Oª\v¿“A°]j.ºSSe"
  b"&úÅ¥ì~!O╝Y┌\x0E¾`ƒ""
  b"&ÈOGJ%•K”ÊÐ9E\x0F•†"
  b"'\x05‚FxÕÓJ«%<RØüp®"
  b"'*Û\x16ÑÓ‰D‘Y?î+\x1DÑ\f"
  b"'2œ6û¸ˆD¯Ê]:[_ã‡"
  b"'¢g“·\x14rO†S}‹â–¼ß"
  b"'áÄ$r\x170BƒZ‹/¸gòt"
  b"(kT£Qı¶D▓xeü\x1Aºìz"
  b")½2ÆÏ\x1FLJ•³&£uÜR\x19"
  b")ÂRË£oÔC’¾à}\x14Ñ\x11V"
  b") ¶Éı╣jLÇe4`ò¿åN"
  b"*.€ë\x1CLóO”²\x12x\x1A†Žy"
  b"*=\x13ièÔ\x0EK’}‹o¥I\x1Aœ"
  b"*AÅNm%╠Aø="┌WE\x05ƒ"
  b"+diwÿ?FKàU}oí%CØ"
  b"+‚kf5o9O²´]3c\mÜ"
  b",q\x07˜©ÝiK‹=d)äÑt\f"
  b",r±¡ÔšvA–h\x016½ÊZÛ"
  b",Úº¤\x11ÿöC©ô\x1A\x16ïBÚ6"
  b",öŸmh=›E¯q-ìùX²¾"
  b"-q‹uv[{G‘'"5\x16l•&"
  b"-ØïÉËÈ*Lü²ÑJîMßÌ"
  b"-®Ý¸}╗hHü┴¸bP\4A"
  b"-╩ü╔É8âKí¨`¸çÛ\x1Ax"
  b".H\x04:íÖ¿J‘m\x19òúÓfU"
  b".K<Y‹êŽJŸ$Zž?Ž`Ô"
  b".áu\x16PN‡Cµ¯Êj׫\x01ä"
  b"\x01é[ѼL–›Ê@\x7FÈ;É"
  b"/,ê<\x1E¦ÄOØã\x00oL\x1A§Q"
  b"/KØzš‚ÄAŸ\x10\x15ö\x01M¬="
  b"/UÖ╗}9@Aìt╝█Íâ├÷"
  b"/W\x05└Ô\x008O¢\x02É´┤¢zø"
  b"/«/tS5gC»äß\x1AÝŽ\x0FI"
  b"\x04ù(vZK•õBŽÌtnA"
  b"0B├x│ÄbM½\x12l╗füÆT"
  b"\x1F47ñ1OÿJ\´,ü©u"
  b"0■½─\x15╠õHüÊb`\x1E¹þ╗"
  b"1\x1DµhZ<u@│ýWLnÆÄÉ"
  b"1AÌ╣¾\x19µLü!Ú:A\x12ó»"
  b"1XN‚Í\t{LµŸ\x08Û\Üß7"
  b"1ü;z▀N▀G║¡!~#¬B "
  b"2\tc§;:¶E‘£ÄÿkÑ#Í"
  b"2#Øçµ\x7FçBézÝ>ªLJJ"
  b"26\x19­FÔÚA¢\x17ý*¹ôìÒ"
  b"2tßÉ4)jB®\x1E¸ÿ¯ë-]"
  b"2tîf®-°I¶ÎoÜþÞ\f#"
  b"2‡ÄÊu\x1DÂ@”øi8Î\x1Afo"
  b"\x17¬╩¡}NÂ/b\x00Á¥\\x1D"
  b"2ÙIŠ\x07²\x10@ºiÜ”“¬^ž"
  b"2à’§„fôA˜½Gi\x12\x06¾™"
  b"3#LjÝQ®A“\x17p0Z\fº\x0E"
  b"3U%«©¹ÆA”YÄ\x18ÿ\x13Ùê"
  b"3\j7å░ÜFÅ\x13G¶zëdT"
  b"3ì│»¤f\eIÖ7«~─QqQ"
  b"3┤-û\x17ËÖK┤‗æØPá8q"
  b"""
    3‗¨_}\x1CqAØP±Ò\n
    ÅcÄ
    """
  b"4\tÖ%Å╚rO«âÖ=ìÙV═"
  b"4ðO³Ø¡├EÂO5┘╦O9K"
  b"5“™ÙýAÂM£¯O¯0<‰å"
  b"5ódÁM;ÌLÅÃNG×zuú"
  b"5╚│Í%Ù\x07I│ÎØ®( ø«"
  b"\x15\x01^@¬d³éÓÝþk"
  b"5ÝJÊÉ\x08¸CªQ@└¬<ãy"
  b"6\@£æ7JD·Èn®Y»³£"
  b"6Ø3Aü­µBë░¯ÁÒ▓\¶"
  b"6½¸┤fYµAÆ┐ïXü«ñç"
  b"6ðk\x08\x029@üó[\x15ÄCWµ"
  b"7Vfè&ÔÆL¹z¤©‘Â(l"
  b"7ýêÔ¾~íEª´ÅÜÙXÌ\x17"
  b"8@Q\t¸\x1F~NŽø\x01r@\x14Pÿ"
  b"8d\e¡\x10ÛE™V–'@‡\eB"
  b"8¤aHÈäe@­\x03et.®ÐE"
  b"8§=̽à\x1CJ´šÏAs³\x06l"
  b"9\x17n*‗\x7F┤J┤Ò¯öUA▄ü"
  b"9VOéèÙ\x1FMÿìå{V°5H"
  b"9å³—\x11\x1EI¢bv\x01WPÊB"
  b"9ýÙ<D")EÉtâ╦╠Ç4┘"
  b":P┼ZJ*ÔKü¯0¢:s╦µ"
  b":Ä!ª ájL▒üs£M_¯Ö"
  b":н@§Ü€M„\x08®Œ1^³Õ"
  b";\f\x10S%w`K²òeGhøl/"
  b";béFËcÊI›Â°ãå›í\x02"
  b";ný³ç\x07*L£"Ü\x11#‚\x00Ï"
  b"\x08\x1F2ïÌO†³†£´&F«"
  b";àÞw""\r\x01ŽA\x06\x12©\x1A"
  b"< á³4\x16wL¡¬çÿ\x18ï Ò"
  b"<´Â[ªÆÿC¥"oÀ^uÈÄ"
  b"<Øpú\x04Ã.E ¨ØRz1«Ú"
  b"<ã„&å•hH¾€\x10Ú‘¤hú"
  b"<Ùs╠Y:Ò@íñÅóÖï├d"
  b"=\x1D­┴qËnHØys╣óôRÃ"
  b"=B"ø0ì±N×Ô▒ÈN-p<"
  b"=ĵf¬¹\x1FAü#hk,¼Éö"
  b"=┤\x05╝&b%Iêìò;\x1AG§5"
  b"=‗­ÉzaÈL×\¶Ê}#\fø"
  b">\x06ôUÚ§GHçRnì║TjL"
  b">\x17\x08Gz\x14“N¾—p¶¿b¬>"
  b">1\eë>ɹMå╦ƒB▀BàÅ"
  b">õ£°uâ¯LØ \r¶┘ @»"
  b"?\x1E¸¹A¨ÐFØÆM‗,0~Ø"
  b"?3IbTÊ-Cê¹übCî(\x1F"
  b"?L])µñmH²\x1Ed\i\x10ã "
  b"?ô═Ùp~¤LÿyîpõèNÉ"
  b"\e\x04µG‚ù€ÇË\x05è\x0E"
  b"?¿\x12ÒÞ4tLš\x04ÍPx—\x1E­"
  b"@\x16(«°Ð\x17M­@ÚV`%—\x1E"
  b"@rÑ=}"S@ì8<-\x07Æf\x08"
  b"""
    @–ž6\x02¸\x08\rò\n
    áËi\x07
    """
  b"AMÜòà%5Kè~üç\x1E¶W="
  b"A±+´{\x17ÓA‚$qSoT/6"
  b"A²©‡ï”Œ@€oâêè³ Ø"
  b"\fÉŠñôL²“\x1Cbø<\x0Fm"
  b"Bk▀é╦\x07ôDèÚ┘ôjëü#"
  b"B|IVÜ`5Gü╚w6`­\x10¬"
  b"BüÓ\x0E*ýüFö\x03┌ýÚ╣Ú\x04"
  b"BÊ6ì]¯┐J¬Ì\x16^ݧ¿$"
  b"C\vß-«BnCáú\x13ò.üÔÇ"
  b"C\x10\f¡vE9LŒÊ~E¤²)ê"
  b"CO˜?;vŠE©¨i½ª\x1F\t"
  b"C~¤_\x0FnöCµÅ6C¶_+¡"
  b"C—ŒC%×\x1EHª6–¢\x08ðV%"
  b"CÄöÓ¬èäC¯Š\x06g”8´Î"
  b"D\x03²\x1EW\x04 J¹[\x0F6”#å¢"
  b"Dÿ╚ð\x01PNIì"¿Øù[~°"
  b"Ḑ[ …\rKªî…ØzÀ]i"
  b"EÆ┐Å{°\x04Gƒ4oà\r3ðu"
  b"EÉt>jäÊBŽ9\e¦­TÈ<"
  b"E╬░6F#LMÅ(Ò-┘ëP╠"
  b"EÏŸ«\x1C2kO©d‹\x14´ß\x13¡"
  b"E牬âÇßL±C¸²¸ôÆ\x02"
  b"F\x1D\x15f×b8K¢\x00Vs‹']„"
  b"""
    F<ÉXl\n
    ¾Iæ\x17\x01~\x05þ\x15É
    """
  b"\x07¯ÆØŸC•Û4Äš…%f"
  b"F╚ç┌═>O@¬ÌÅV&î█\x02"
  b"""
    G\n
    ¬─*ÅÎDÖ2Në÷QK└
    """
  b"G /’DsØEªÉoô|I V"
  b"GRÎu%ÙóK•+©ûèÈŒ:"
  b"G]w„íC¹I¬\x02~?ôrfã"
  b"GЈ¬!ü,B•e¡>rxÁ:"
  b"""
    H\fÙd]¢éHµiHæ•¡\n
    ³
    """
  b"H2\x16\x17«­&Gˆ²ºµ\x1AwLô"
  b"H[ÎÏ\x1D\x1EI‹â#\x00\x01{›T"
  b"H½<ãЦ\x1EF†ÖìG…9=)"
  b"""
    HÂb\n
    \x07MŠ€C¶¤H\x04ø
    """
  b"HÄpò7\x11rK­¹mÂ\tf`&"
  b"IÂv\x1DæZ¼E´,9òDÈ”—"
  b"IÃﺴÇ×JŸÈ\x1DƒÒûð\x16"
  b"IóËù6\x19bI“hnöÝ;ÈO"
  b"\x12\e\ù"MºŠ¸å\x06¸\x15Ñ"
  b"J0L(¿\x16╩DØ╗\f┌C\x02åj"
  b"J½ì¬\x0E­4M¬├ÈDÁßÈu"
  b"K%®Æª­!E•Éik1\x1F*X"
  b"""
    Kx쳂\x05ãH‰üõG-\x04\n
    8
    """
  b"K~\eÉ\x15\x0E:J‚ð{\x1C*á9`"
  b"Küã\x1C█7\x07C»"j»\x05?Õà"
  b"K—ÊgÅ\x1DeI«Žè)³\ez™"
  b"KÇþÚãC\x08K¬ÉšyÓ¤ip"
  b"L?#s¹\AO§hŒÚs©6\x02"
  b"LU═õ\vx³GÖùË┌~ìá┐"
  b"M_þ\x14q%ƒO§íé”X\x0E¿L"
  b"N\t║êÎÖæJÖÕ╔W®ü¾]"
  b"NÝãI|[éJ…ïÈ»®f §"
  b"O!Pj\t_üB“ÙÒn\x0Fb‘ê"
  b"O¡º}ß\fYJ¸œ\x12Ýð\v½|"
  b"OÂúè¶&ßMÜ\x08©ÀOü4ô"
  b"\x1D3u╬µD╣ÇÑ5eÅú4"
  b"OôVpÖ\x11Â@±dÐ)êâšË"
  b"P1ü©üêQL┐┘Dû\x06·\x05j"
  b"P±¥h!- H¹Ð\x12Ž`UÕ«"
  b"P©µ\x0Fº▒ÙNïáÏ÷c\x04╬É"
  b"P¦N2\rbªGäðØ{I\eÊ\x17"
  b"PÙ)gö>┐IÅ¢L╦ì╬█h"
  b"QjXØ£ÕìD½\x05T;v¼a9"
  b"""
    QŠî\x02¹\ËN‹}£\n
    ´ÞP‚
    """
  b"Q│ÎrÍîöF║ÅÙ\x03╬9RV"
  b"Q¤Ó╦q®ÃJ╣o■pÅCÛ¯"
  b"R\tgÝÉıÌOû▒╣äÖ\x06 Þ"
  b"R\x1D•,ÂI)L±a”@¯¾ær"
  b"R`G)╔qæCØT╔Ö\x02ê;õ"
  b"\x7F«\x05pñA“´_DsÙ¤ï"
  b"R¶"Ç3Ã\eM¹´«žòƒ7ø"
  b"""
    S'ÌÂ\n
    èÞKÉ\x15\x12F/¥─L
    """
  b"S?\x1FB™/>K²ÖT¼*¦ \x0F"
  b"S~ˆèpiÚEž¥B\x1FëG\x1Cœ"
  b"S\x7F\x0Fd╝üBNæò▄═Ïܸª"
  b"S×âã1\x1D)Gü\x19SÉ║¦\r¥"
  b"S┼\x0F\x0E\x08¥®H╝üËÙ╔6«6"
  b"Tqb|ŽT\vL°¿Ÿ\t1€ÞÕ"
  b"TͳqÝãNMò\x04┌rÿ¶┘ü"
  b"\x0F§Ú®ŠL“\x06+yŸvûœ"
  b"TáÑ®Üì\x19KƒƒP¦¤M¿Û"
  b"U#ÙGÝl"H–dèÑí\x11”Ë"
  b"U`ÕØæZTKª¹ÙÕ÷Ps\x17"
  b"UÚHf\x1C¬ÕN™…ë:™'åü"
  b"VjôÕãàcK¦ÕŠ\x08Î^…¢"
  b"Vð Å\x16þûMæQ\x17\x15¦;}"
  b"VáÏ\x1F½£\eJžÀÍVpVSð"
  b"W\x0EÈ\x08íß\x02A‚\x17»\e9N„$"
  b"W4ëÙ│.aA▓yÅ»eU\x03Ô"
  b"WÖr»Šä4J I\x1Cwk÷Ö­"
  b"X\x16Ä‹ZVÁA…@À\x00}uHý"
  b"X8,¤g<ZL‡ ·0_ÎK×"
  b"Y5\x1Fœ:ÍêD‡c'ÀdÑ‘Ó"
  b"Y±åØ%”¬F‰&œãÂ\x07û="
  b"Yº?®\x00™N@£EêÉ\x16¯ïÅ"
  b"Y▀L\x18,\evBÅ\x15ð"o\x1D\x16"
  b"Z\x02\x17M,¤\x18K¹`ß196\["
  b"Z/7½(LðH½£È35Â\fW"
  b"Z1éÂ\re\x13B»ê\x00\x0E¦’ý¾"
  b"Z;Ë<\tÉ¢JÇyjwÁÆ©╦"
  b"ZؤækÖ\x19Iú┴\x074b[Å╣"
  b"Z÷®\x13AVåK›Ä•ùã]‹ø"
  b"""
    [\n
    \n
    ½S¸\x12AƒÔüÿ\x1Cjn7
    """
  b"[\x1Fd\eù`óDµ·³þȃTÄ"
  b"[ªÅ\áÄ┐Aƒ4IéQùìÏ"
  b"[²<JØ)¶L±\x12ã\f­p®9"
  b"]\x0EN<É^pA¹•¸\x0FL‡Á;"
  b"]5ú9êÄÑJÁ█å╗ü┐]j"
  b"]CÁ\x0FÕ\x00\x18C░*ìÖ\x1FÎSs"
  b"]É¡µ£\x0E8@Åêe┘:½À\x10"
  b"\x18”{RºL£/Õð©‡S·"
  b"] ªÌÞ'AGü\x14\x0F4|ûØ"
  b"^!ol\x19#\x1FL”ÇxԖüÞ"
  b"^-yà\x1Eo«B┤ËÙwD\x7FŲ"
  b"^㣟·•+A­U>‡…Ù$\x13"
  b"_JS­µ cE§“[î<\x1A"
  b"_L\x10\x01X\x18ÌEåW‗ûÉ=z╠"
  b"_ƒ─Á▒IÌMÉ#´\rX┐╬Ó"
  b"_├MCJj¿FÆì┤V}?N{"
  b"`2C)\x03ÉeE Ôœ®]Ò&È"
  b"`é§╔▄\x12\tL║×zk\x1D├ìQ"
  b"`”ªM#†VC°Ò—C_­äB"
  b"`éü9Fw¸J¤ð'1/ØÐ "
  b"a\x05ÁnãÝîF­ÝL-]ÏÂ%"
  b"a\t6#z÷[C“\x7F¡œŸ1tØ"
  b"a\x0FÙ╦\G\x14Lüm\x12:{ÞT┌"
  b"aiòÃ\x139Û@°)½H<‚õ³"
  b"\x07WÅ=}N®÷¦C+z░L"
  b"aÒkKü\x16¤N╣╗FDZ¿æÊ"
  b"b\x04¼Yœ™+B¯DˆBÓˆÿ²"
  b"brû\x13y&ÞB“Bï§>¼Á$"
  b"bÀƒÜ#\x18\rN¤¼å{\x07Œ¥|"
  b"b╚úªB«»Kɨ\tv>á▀f"
  b"bóÚüW^_B¨&Ö(ƒµ‰€"
  b"c\x04Ö«g“êI–ï%v×-—\x03"
  b"""
    c'±~\n
    Õ/E‚Ò² p®sM
    """
  b"cKHóÑÒàK•\x02Ï¥\x7Fƒ"û"
  b"cz}Ý\x00aÝH‡•xìΟ‰ø"
  b"cê2•11LH€C\x1A¬™âD›"
  b"d\x7Fn-uu\x19N†ª\x05™ò#~s"
  b"dî×¶TÔ¸B…\x101dß\e"
  b"e\x14ïå…9_O¹~#áÇ‘ªi"
  b"e\x1F¼\x1EEm\x11K’\x18ŠÊpãÍÖ"
  b"e/2C×}jO¬°ñ «ðµW"
  b"e=▒h>.DAŶnÖ_|KM"
  b"e@$VI(äH´kiØ0ÙCÚ"
  b"ecÞ^ÜÂ╝EáBe-íÅLþ"
  b"e‘p’Zw\x08M¨p9\x01ûVbr"
  b"\x13<}w.B…‹\x14ª=Ý!{"
  b"eµ]üê;lB¼"Éi'╠┌U"
  b"f\x13ÿѴϰF®½ ÿÅ©\x0F'"
  b"f2"©Å-▓K³ü\r\x14■Àv"
  b"fRâd\eB§OüØ┴µáÞ_m"
  b"fhZ\x0E€ŠkI¢FjÐÏÃê\x01"
  b"f–Ç\x19HËÜM†u¥\x03\x05î°·"
  b"\x1Dˆ\x03yŒF¢±’u™Û?w"
  b"fÍ&ãÁ\x00ÉNú\x06%¢¿´ìÎ"
  b"fÖ\hür®H¤9F„\v8\x0Eb"
  b"fþ«Åü▒âGÁ'\x1Fÿéa\x7F¹"
  b"g\x03ô·╠é║Gñ░ýì╬g&Q"
  b"g\x06Ø├\x05 rG©b%Ñ\x14\▓\"
  b"g7«\e·\x1E*C½`p,ˆ¼®*"
  b"g^â”su1CŒ“ÌЖ$D‡"
  b"g`óÎã!ÖH¹g\x1DÜ#7[&"
  b"gË\îS\x0E\x10B†–˜0ÚQ\x03ä"
  b"hF╔\x14ßcÓJÉòÏê■V©╔"
  b"hPÞAC\x02GBšua\vÄaòë"
  b"h^CsÜ‚“A±& Áï£\eª"
  b"h€úŸy_.Fª;€\x13]¬‰r"
  b"""
    hüVý¾]6EïĦ\fÜ┘\n
    ø
    """
  b"hœ•Iæ\x1DÇ@§­!$\x1E\x124"
  b"hѵåÉ└½B╝#ã'J§þo"
  b"i\x07▓ü³\x06áHä´h═\x05y\fB"
  b"iX©Œ/²<G µÇÚR¯sb"
  b"i╠pïöçÛNØlÚ1©»\x11\"
  b"k\x036\x1F\x0FòH£ãO\x0F‘gŒ~"
  b"k\x11\x15åØaéE€„¤+\x10ýež"
  b"k?Ì,CgÇH V£…CMñù"
  b"kY¡žÜ=•H¿:VÀ½WðÄ"
  b"k^zË [ÇKéò\x7FÅ×3>¶"
  b"kt\röU ìBºÎ┴Ó4]▄Æ"
  b"kÉSP\║`KñýǶ¦?▄¤"
  b"k°¨-*\x15³CŽýÚ½.\e\x01º"
  b"\x16ú+bıN£»#½øÉ(´"
  b"k╩³═╠ü±@Ñ\x17a█y\x04"
  b"køü߉©HK‹œžÓF<","
  b"l\x0FÕ\x11┌╔ëCô┘î_؃\x05U"
  b"l\x1Dr´¦ýxG‰â\x7Foðe©›"
  b"l▒1ìó-óDÉpbB2ÉðH"
  b"l┤┤\vì\e┘DÅ▀b▒\x19dz7"
  b"m\x08!pE\t¾Nˆâ<¸Sû;0"
  b"m#ı\v╚S\x06\x19nªÆÁÉ¥"
  b"mý8â╦Ø\eHíø▀n\x0E╣Áà"
  b"n\fªNF\x06ÊI®i(ó2ßÊÔ"
  b"""
    nh\x1DÆ7¹¹@•W\n
    ÷ŸªÑ
    """
  b"n“Ê;áZçAˆ¹:¿&Ss—"
  b"n¯ÈŒn/LIš\x00ÊÉ$ËÙö"
  b"o,!Ùø¨{LÅ\eð\x1D║┤╠H"
  b"omÛ┤qý\x1EOÉn‗°á>\x08²"
  b"o¿\x13\x05cþªJÅ\r¢«█Äzƒ"
  b"p\x17’Nz6šF°×Œ_u\x08°’"
  b"p.ëør‰ˆ@¾ÁªñàîEV"
  b"p’KÈÙòïF£…\x17M…\x1AÃù"
  b"p”#|²kIM‚-Np~f­š"
  b"qBOÕ½\x1FµF»°ö\x15Dß«»"
  b"q~ r¶:s@¬Û$jʪ;)"
  b"q¬û¡\x1A®šMаhòCn\x16"
  b"qôtY½\fòD°Ù+\x00\x1E\x1FÙz"
  b"rÆ>2V¹áEØ,×{Në½á"
  b"sžÎoY¥4F‹Êm“æ'W\x0E"
  b"s¡—\x0F؈4B°\em‰ß\r*h"
  b"s¡¾\x07ÔYäJÉTèá_\x13\x15\x14"
  b"sá¸ê¹Û¼H‚ˆ\x12›“\x12Ľ"
  b"t\x04Øí[9-N’#e\x0Ef\x05La"
  b"u4?\tÅ\v$@¾Bvìz\x7Fš\x19"
  b"upP3…*kJ‚¹†Û¾\t»l"
  b"uÇòîš™vK’ËP‰ó\x08±P"
  b"uÐó·iëYB˜Bhñ\x14*ôÓ"
  b"v@­ÉŒ^‡HŽƒåÔ\x03Øã]"
  b"viÆ;¼~#@ì╚#á‗zµO"
  b"w\x13E‹‹\vZO˜\e7ræW‹Î"
  b"w’œ\x13%?cM o©4ûªÑ7"
  b"\x14Öß±¶O¿ÙÐWÉvAh"
  b"w¹>gÄugO™È‘K¸¯Z¤"
  b"x,\x18ö™•sO¼6I\x11\x1CÀ‡H"
  b"x4À\x1A0\x01bO™¼·¼³ìä!"
  b"xAE\x12k`ƒA¥rùÙS)HQ"
  b"xaa}e\x15uJŽÆ\x13Uã™ø'"
  b"xcEÔ°*F@½T"É7\x16╗n"
  b"xÒ<b>MþO»s3÷drZø"
  b"y&\t\x11—XB­}?g/Düf"
  b"""
    y=Ì"R@5O¸`ß\vø\n
    ¦\x1F
    """
  b"y]\x03»Å\x05òC░┼\x193ä╗ØK"
  b"z1^\rþ¥uK³eËú$Ý·O"
  b"z5YÌ«uÜN¥æÃve_ßz"
  b"z7®»0”>I´]CL>t,T"
  b"ziÊh4Ê—K‡\x16‹^£\f"
  b"z„ÖØïH»O´\x123¡©Ûa¿"
  b"{\x01L$ƒ4,O™™–¾nÙ \x18"
  b"""
    {\n
    9Ûaº<BŸ±\x13t‚ä\x11l
    """
  b"{7~å_‘HF–7ðÝ\x7FؼÇ"
  b"{@Ö\x03%ZäCŸ\x04Øcª\e"
  b"{Iãs»¼]J’û$H\x1C,ªA"
  b"{ ¦Ë/\x0FÏ@µ†¿S柺2"
  b"{°ÉB/I3G¬\x7FQD;\x10°+"
  b"|vb)c7ËI¦\x19\x00dãê\x19-"
  b"|‘[´÷žÈK‘HÔý‹\tÒ®"
  b"|»Mæ\e;\x05@†€/4(üÁ¿"
  b"|ó"b„ö\x00AµÆ¥\e¼Íój"
  b"}5Æë\x11\t\x02\x02Ù¯QÝØ"
  b"}o┐·v\x02IC¼ T"ZtøÅ"
  b"}ƒ½"#|\x07FÁÅ█idÒ═;"
  b"}ʵREÙ\x18M†¬\x12W3z»ù"
  b"}Øè%¨}\fB 5î¦x¾/˜"
  b"~âÙ╬└àÂCühÆ^¾&sS"
  b"""
    ~·öò\r\n
    B²¨\x0E<\x0Eù€ß
    """
  b"\x7F\x1A×\x00\f¤äA©QíÞ¼€‹Š"
  b"\x7Fö¸\r\x00È¢O†±\x01v*À¥w"
  b"€@­ cîˆFŽ¡&â\x0Eš¥e"
  b"€ˆD­¤ß»@ŠaÇEM”¾\x11"
  b"€˜ªT³è?A­,\x15´=×\x1Fn"
  b"ü*¡rÞ\x02ÍJ│¥¬±H\x08"
  b"ü5QÐ\x03/YEá▒L¾╗b×\x06"
  b"üñ>v║ïhEƒ%╝T¾Fû\n"
  b"üÑÎ&¶·─GƒG=*Ãü╣h"
  b"""
    üýëk░Á3JDZ\n
    ÑRËä\x1A
    """
  b"‚&Û¦Lo=B†ï«\x05\x13$2"
  b"én\r#´YÈOø─9|ì║¿ƒ"
  b"‚ó±4ù[PI¨\x06E‘¨J \x1A"
  b"â\x14\x05.┘â3Jôx╦┐.6Åy"
  b"ƒ3;ÆæÊoM–&\x1A•ýý 9"
  b"ƒ´‘QÂJÑFµ'\x1FÑÛ\x02¨8"
  b"""
    ƒÜRꮼœJ±\n
    òlMCžV
    """
  b"â▀ÝJ└ÏOOØKo-ë\e"
  b"â■¾÷âØKNÄ4ï½Þ¯¿|"
  b"ä\rry-¡gOÅn\t?═\x15"
  b"""
    „Ž/?î\n
    ?C·]ž§€ï‹ä
    """
  b"„ÁY$V\eËLº|î›Xâ`£"
  b"\x1D¯ôÙ\x13¹B†4={™E\em"
  b"…c\x01åvˆ˜D¹GøFÝrÙ°"
  b"…Œ‚A^\x13?Gž§œ\x7F«F )"
  b"…ìŽ\x11\x03F©™¦œÐË×Ù"
  b"""
    †Kˆ$׬äMˆ!\n
    …`‚5»
    """
  b"†`¿ñå\PL¡÷ô ¤‡2‘"
  b"†vUÚ²\x12\x07@º}s°W/¹\x1E"
  b"""
    åÄ\n
    óÉï‗KöÐ<ƒY\x18\x06Ê
    """
  b"‡Ø5©ÄN!D‘ïc~º°õŒ"
  b"‡ü)r"Œ\E¦¸$\x03ôdYß"
  b"ˆ\ë€çEPGµ;nâ:..¨"
  b"ˆ„âôx \x16EžÒ\x15»Ÿ©ñ1"
  b"ˆö+\x11ûÿ\x1AD¸B䥜\x147„"
  b"‰?\x12ë\vÞ‰K•áÄ\x0EÅ9s±"
  b"‰W–mþô-Kš\e{nµ¨ZÅ"
  b"""
    ‰¯Ä\n
    .ŽáB¢…€â=C\x0F{
    """
  b"Š+¤_Ö`üN¯ý2é\rº]ó"
  b"\x10ø$‘RZL¶OS°Î\x13"
  b"ï¢Tº\t¡ë@öd\x04¯\Øi¸"
  b"‹Ñ@Aš›XO½îhȶµ\x1E¸"
  b"î.─╔ìGXGÑØ|²O\x1Eï█"
  b"ŒF05\x14дA¯UsÚb]³´"
  b"ŒJBàKá“N¿³9¢Ε\x08"
  b"ŒK\x18\x1Aä\x14ŠD·ŒFAk6YD"
  b"ŒžÓrm¼3Dš•0Nõ½:g"
  b"Œ°\x02O‚óÈJ²¼C™ÙŸào"
  b"Œ° \x07”ÎPJ”OÞ=\x14Ïsx"
  b"ì\x16LRk3mFïÅ]¸?Ï#7"
  b"ì!4ø{^DDí4▓'Фý_"
  b"ì┴km╦Æ┴JøÒ\x02)ú5(Ö"
  b"ìÃ×"l^0H¢ø¡\x7F¡4! "
  b"ì╦N\x16_\eäMì&¸KÎv\x02D"
  b"Ž s·5\x175@˜8Ÿ}õ:Š×"
  b"""
    Ž:×Ô=\n
    3M§Pq#Øo@¹
    """
  b"Ä\Aïƒ7\eJÉH§BÂò╠h"
  b"Ž\x7F/+\vd\@–µsppœì9"
  b"ŽÓG\x19€Ç¸M¿½ |ÇSÑ:"
  b"ÅTy7Í,9Eü9ÇÅÙòZ\x0E"
  b"Å]ËFÑ╦éC┤éì\v£æyl"
  b"Å»┴3ƒ7pM┐º¥2ÝuõL"
  b"Å▓VeT^╣Jóû╗9þÕ'\x03"
  b"ÅÌÔÃ┴╩2Oóøÿ`ÒC┌Æ"
  b"""
    É\x04öÔ╚µ\n
    EÖ¸©q\x14çç×
    """
  b"É6\x1Aýk_dO║[\x18╔d¡D°"
  b"ÉPòPºm╚Mù¾\x1D\x10ÒÐ$\x0E"
  b"Ézñï╗§ìKêÀ *ÐÜʶ"
  b"É×\n\x07\x00ÈÔNÄt<¶Tñ╬P"
  b"‘-@\x14Å­°B—¬‹ƒ\x03\x11"
  b"‘<a©(\x18'K¹³m4U¯Õ­"
  b"""
    ‘L*<ñqÍJ§Ì\n
    þɽå™
    """
  b"‘k賃©\x0EF˜†\x06)èþP1"
  b"æÅI\x10\x1E¾áA×]¦ÌÞïk("
  b"‘®\x13ÌfÑ\x1CA¤[-\x00Í\x14Ï;"
  b"\x07\x07ºf­ÀK—sœK\tT\x04\e"
  b"’3z·É\r#@º2Î\x1D™ì‡B"
  b"’_¢ù§’õDª<Œ„†Å\x00L"
  b"’s€õÂtÑM‡«}“ª«ÔÀ"
  b"’±±ìË‚;L¶Ô–\x17>¼–é"
  b"ô\x18\x11<=GÉ० &#y"
  b"“XÇî![ÁN‘&h‹†34­"
  b"“žk\x06à—\x18\vM£gbÖ["
  b"\x07çl\x16©ƒD•´…Û²ŒEi"
  b"”{Z\x11ÏsÏG¥¦z¬7þ\x0F^"
  b"”ˆ=\rD±0B‹…î$Ç\x16Ü3"
  b"öØëö\x01×v@▒\°e`S±■"
  b"”íéðÊg~@¹ìC2¡\x15Ê™"
  b"ö±═ëO¸YNÇ-Å┐Ç╠█þ"
  b"”÷4æ¾bÊK¤Ú¹3ó¿\x1E\r"
  b"\x04òôMM“D¦œ¡TÌ›‹Ê"
  b"•“cDÑLlLžgñZà`¬x"
  b"•˜ˆkØRlG»\x19)v×ĬÞ"
  b"•½™\r䋎L¸IO€Š¨Û!"
  b"\x11ë· d¥Iˆ»5_X\x1FÔý"
  b"–XƒBïJðA«\x7Fïx\eŽAú"
  b"—ïl%\eøéA®\x0FµCâ\x7F"
  b"˜<î…^!QL«vÂ$Ì7Ñ)"
  b"Ö\v§²Ñu±B»t║·üÁûÌ"
  b"™#¡ó½ÚýF¨v\x7F0ߣSÆ"
  b"™7î\x14”`EG¥(Ÿ÷\x1A\f÷\x14"
  b"™i\x1Cf§”ÝAˆŠŸÖ¢5Ý*"
  b"™qŸUo~ŽI¹\x17\eŒßÓw™"
  b"™r[\x1E:±’I›8E›£º\tÕ"
  b"™ÿºÚƒ8½@¯›ÃÂR]e³"
  b"š\x02ca}WÌB“ÉÌ–\x11åt¿"
  b"Üæ®ÅÏï7Fï\x02.nýåfÏ"
  b"š˜açŠ\x199I¨‹9\fº&) "
  b"š¢ˆˆ\x0EdøHš€ÏLK'ßN"
  b"šÿ­TþœÆL°´\x04\x01e Ä\x13"
  b"›fÑùÇÝéD¼»k¼R\x13¥‰"
  b"›†\x13ûÔ>rJ˜ GÍ÷l\x00¾"
  b"›Ì™\x06‹àIN—ȽATÔØ?"
  b"›ÒJ‡ËÉ]N‘Á‰x\x08ÞtU"
  b"›úåƒf¡¼I¿]£²wÆ5¸"
  b"œ<!¸½\x03¡I¥ó\x15ÐG„\x16R"
  b"œ…ÆtÃë^H¢Ý¼‘1¸öo"
  b"œÃÄ“\x19`ðB¤™5ôК*Z"
  b"œä/o¯œMLž/z#AQL°"
  b"£²O«\x1E!mOú\x06\x7F0÷ÅUå"
  b"Ø=\x06ÉÛ─ÜHÇ\x0E\x1D¶¤│\x18["
  b"Ø~ælî│pH¬hò╔²²N█"
  b"Ø×ýÎ╣├ËK©k;╔\f¶´O"
  b"Ø╦\x01F}·»L¢=´î\x17íÅ/"
  b"ئƒy#╣çF»©║çÔ┴é\x04"
  b"ž\x16G\—qÔM‚ŒÇºuO(,"
  b"ž<…éP\x1F9@¼a\r7q\ròÆ"
  b"ž[\x18ïêÓ5J†XS\x01\x14ç¦)"
  b"ž†\x08\fIê[KŒí_\x02Ç/Üä"
  b"×ÅX-,M╚Aú\t\x18«8)ư"
  b"×ùÄH╠^ C®\x12îÃżÁË"
  b"ž¢‘s2¼P@¬E\x04·\ff+M"
  b"Ÿ1=ý•geOŒb^_c×Jñ"
  b"ƒç¤[╣C Kø£Åwg?A9"
  b"ŸŽ\x19¨~‰™B£ÍyÎz@–½"
  b"ƒ¯Ø┴îh╦M©°ac\x13\x02¯>"
  b" }›Õç&ØJ¡ãÜçáà.\r"
  b" üb;AáoO‹­\x0EÏDŽpâ"
  b"ííªu©R\x12KÑ└½│Åú|\x1D"
  b"íÛ╗\x08╝°îFëìôëk§O¼"
  b"¢*+ŒãJ²H¡\x03²N”p8§"
  b"¢XÕ^tRjN‚A\x1EÖ¹\t\x04¿"
  b"útÉÌ■>╩FûÉáÝ\x19î\x03\x08"
  b"£†cN­8'F‰9ʵ´ˆaö"
  b"£•?4j±XNƒ¥\-Í \x1Fd"
  b"ú¦owþL!LèI¦x*²MØ"
  b"£û\x05Î(ó-Ež¡2N:[\x01\x10"
  b"¤.®ƒ\x16*œI›õX9ùzÒk"
  b"¤3\x7F…U|àG©Œ?ú*\x07-\x0E"
  b"¥+ç}ÜcÂG½ \x0E6\x18©åÉ"
  b"¥FÓÌa\x10 L­šNÜ'ÒŠ$"
  b"Ñh2╩┐\x18\fA░É_ø\x1C├Ù¦"
  b"ÑÉïs░#AC¢\x0Fã\x122ì▒Î"
  b"у~¡\x06²vH»ìåÃ┴█øÚ"
  b"""
    ¥§3\n
    \x07ýÌM¹\x1F»=o4S§
    """
  b"¥á‹Ë\x0EaÍN‹„®ˆ.Q\x02Ò"
  b"¦\x07®¿\x7F\ÄJ¶f´\rÀP‘”"
  b"ª\f┴ë<ÿ¥O║A╠ãÉ┘ÓÜ"
  b"¦\x16X˜FMŸL¶Ýã\x03¡°—Ñ"
  b"¦w\x18µœÆÎKž½@—ƒ0,\x07"
  b"ªæþ#÷æ¾DùAH╗?üöÕ"
  b"¦»èÖ'±mM­&­³[+Ài"
  b"¦¾‡ä ¶ÎF³lÔ)I†„·"
  b"º~ ╚C²\x1D\x1E═4Y\t`▄"
  b"ºî`¶³ë│Cóm6@Ù┼Ø\x17"
  b"§™ý\e\x1F€¿G¹1K\x10AÏ~L"
  b"§Úس¶\x1DßH²•¸Ð\x06ˆcq"
  b"¿\x1Dí_ÃtàFü┐ï"\e¸ÐÚ"
  b"¿Å\x02?\vjGAò┤\x01\x14U\x08¹."
  b"¨«V\v½ê\x0F@ˆîíBŽ\x0Eqh"
  b"¿├}:\x0FÉ)@ö>úû3╦\x18\n"
  b"¿ýÿ°VÓ\x12@òu┤y¡▓Åü"
  b"©#\x19ðêþmN¥_<R˜­§$"
  b"®åÊ░/ìRMÆñÅ\x13~ËäG"
  b"©´ÜŠƒÁ§H¥ŠÕcøaþ."
  b"ª\x08\x14¯Ûö…Hºhö&Tk5\x06"
  b"¬¡$\x1F\f\x1E¯Dì¥E­òøéô"
  b"""
    ª¿\n
    óÉHÐI“fžÉº†â¯
    """
  b"«\x03­©žK\x15@œ]¬äL\r­À"
  b"«\x15o¿kfnCƒËÔùJ£¿]"
  b"«\x18Œ®1ÖÞO«Û…`p>>\x11"
  b"«r÷Fc­ÚD°§´dB¿•§"
  b"«®\x06-F{\tIµDª6\x0Fiç#"
  b"«Á­ª´À\x1FJ³‚#µÚ‹†\x03"
  b"«Ô\x03\x03M(tI‡"‡ñ9$Q\x04"
  b"¬£t?ì&NIŸj'½hz†`"
  b"¬ÿ'_o*WG¤±Pæ_ÇP›"
  b"­ÔÕHtû6M…:t|Ñ—Hþ"
  b"¯#oÏ6ïöN‡wà(öÚh\x04"
  b"»{ÿæ┐ÃAI░üãî\v[lH"
  b"°'¤ÉàQWD¤>\f÷•T\x14M"
  b"°>ÙÐåÄC”ý^\x03¾D¾ÿ"
  b"° Ú¢Ì‰YA«ia”§sc“"
  b"°¿íÈ=ëu@ \x16°õɸм"
  b"±KŠ=2EuL¿‚\x10\x1C\x1E'5y"
  b"±T,\eŸˆZF”8Ë\x004›ŒÓ"
  b"±o\x04%tå\x02F»c¼\x13\x1E\x13°I"
  b"▒£ÄPÌ÷èGÉ(ºA½È¾z"
  b"▒úî\x03\x14\x11ê@ò┌ò┌ØíU\x19"
  b"±ª»¥µbpH¦Y/&+Û¯a"
  b"²^Øž\x15RDF·0µ9®Ã%~"
  b"²xÈ\vÁ®\x08K²l=\x16ÌtßÊ"
  b"▓®Ø\x14\è;OÇï\x07ëëüís"
  b"▓╗u\x14£\x115HÉ[ñ╩Ü2Tı"
  b"▓ \x18═Ø´«M¢\x03┬¥ç7g""
  b"³\x08ïE[|yE»xÿqjI{š"
  b"³\x1F\x7F\x12áÉÐFŒâº\x11í2ÂÑ"
  b"³^a6\x08Ùß@”꿱£ô\x00¿"
  b"´,\x12‚óì[J¤Ê¤\x07»Šàe"
  b"´CÄk/\x0EûB›\txeû›uî"
  b"´OÞâ/\x18¸A¶eY:#¦Èé"
  b"´bLn›'1F¤ì€|@\x01Ðð"
  b"┤jhìÀÀåL║Ñ÷D©À.u"
  b"µIQQƒ½ÍC£mïD\x05€¢\x1E"
  b"¶¯A0k¦qD˜\eÀíЂ\x12"
  b"¶úm$Î!…Mªh\x01ù¢\x14\x1D"
  b"·\x07ž/žù\x00D“\x15)\x1A\x0F\x11"
  b"·Pš?s\x06VFžDqð\x01\fP<"
  b"·X©\x1FLOšI˜æW×îŸG\t"
  b"·Ü¶µH„1E¯÷‘\x11Ü\x19"
  b"¸\x05ÔL;\x0FÐDš(¦c\x07nj¹"
  b"""
    ¸\t\n
    D3p{D¯F\x16=\x10J:¬
    """
  b"¸Zë\x0Eq`¦F­ôÀ\rX⺩"
  b"¸w\x1D'ùgÏD®zKe˜×6ï"
  b"©┌\x03«░DøOØé█£ôC;ä"
  b"¸þ\x00>Z.pC«•jGí,#\x19"
  b"¸þïa_d¶M„LÐ6bÕ\x14!"
  b"¸ÿ\x07Î\x14é&E´­2ÙRPgP"
  b"╣(hiyègLåÑeéÀmÅC"
  b"¹Iÿ×&ÀXA«š\x05C¹ƒ5Ê"
  b"¹‹1äþ\x1F8G½æ\x10EÔÜàU"
  b"╣ì¯ÊÊÚÓL¬Ò«║ú┬]5"
  b"¹¯t@Ü,kB›\x0Er`É7?˜"
  b"¹áÙ¤¿\x08»C¡I*»\x00ûa]"
  b"º pFÙ”(J¹­\tê`¡]Ô"
  b"º6ü\x13¯Š›@„ïÊa¡F"\x1D"
  b"»E£z>\eBJ­kÀÊ:Òïj"
  b"╗ÉiÙ═¦▀C╝/mR]ºÏ┬"
  b"»×ŽÇXé¦E‘ö0ÔyIÇ\x1D"
  b"╗ÝÖϨÏCGÉ\âL├c\x02L"
  b"»øhíóý6F£dêË\x10ß3U"
  b"¼!«\x18`‚\x06E­É‚¨)’0—"
  b"¼4\x04ä].tH±oÎ\fR8ús"
  b"¼O\x11[+l'M¢Ý1Eú~RÚ"
  b"╝¤╬üÖ╩qK│ÐØ`̯\x16~"
  b"╝ÙÌadAcF½÷É\x1D\x1C§\╔"
  b"½6iøG)SI™T®‰Fd$Ö"
  b"¢=Kb(-yA¿¨Øð\x12çÔá"
  b"½ Y„¦ïžH±ô(„„c\\f"
  b"½Â\x7F\x0Fß\x16\x05N™ˆq„\x15<«}"
  b"¾\vnV\r\x045Cº(4¨s\x1F½Ô"
  b"¾ªw'¹\x14ÓE¼v\x07¢“çéè"
  b"¾Çô+â÷ÖG° \vÒ±]{è"
  b"¿J„J6¯rB¿¡G­CIÆ\x19"
  b"""
    ┐å\n
    صÏ║B╝^¯÷\x17/\x08\x19
    """
  b"└│mí\x07"ÞLüZ`ÄıIı\x1A"
  b"ÀÃc\x1D\{8IšF>Î5Ó\x7Fù"
  b"ÀäíÖ½êÜG®jÃŒŠucm"
  b"Àë\e?\x19kÞG»˜vò\x08î&\x11"
  b"ÁvX)É\x0E;Bª9d™\x1A/A="
  b"ÁœWׯ¢\x14F‡áÈ\fÉídÿ"
  b"Â"ÞFzyjEŽ*Ð&åo¦Û"
  b"Â'Á>>¢~K¨\x00ˆ\x07½‚7\x05"
  b"┬(¸±\x14═IIÅ▒╚Ä\x00«Î®"
  b"ÂTŸd Ï¼C¡€OmÞ™\x10¿"
  b"Âv\x01îæ¯qH Ö»õU\x18"
  b"¼ۜ:\x00'L¯²Àûìgbø"
  b"ÂÇОD’ÅB·Ê7ñŽL¶H"
  b"Ã\x05Á£ŽVÄI±<m\x13îíoÓ"
  b"è­ÀlY“A˜Ë¶¿NõLN"
  b"├╝ö9ËÁ─Aº┌ØSË║■2"
  b"Ä[DDptÞG—D8\x14\e\x18êc"
  b"""
    ŵ,\n
    \n
    Fµl›EK}LO
    """
  b"ÅÍ’A@à>CŽ\x10®üpõâ\x19"
  b"Æ\r\x14°™þ_B°Dþ\f8Ls+"
  b"ãa¶ÎF8ÉKª7╦╬îÍ$ì"
  b"Æ´q*OŠ•L˜âƒp]»öÌ"
  b"ã‗ÉBåÞtIéqR/\x00═.¸"
  b"Ç\x17µÜ;sK@•pÈð8{Ÿ™"
  b"""
    Ç-\x7F—lRHH¶‘r\n
    TÒ(Ä
    """
  b"ÇP‰_ø=Ê@ ÿ”MAP²I"
  b"Çð¶wc]]D‹5þÛ?s\f\x0F"
  b"\x151Òd¿2FìS*ÍJ*,╚"
  b"╚{ån#í\x01FÅ8ºy┌ðk¾"
  b"ȽËjuºlG›ô¯×â²ø$"
  b"ÉO\x12,$½ÙH™²ýo1sx«"
  b"Éœd¦!åa@ƒ\x00\x04òÊ\x1Añ²"
  b"╩║(\x08%®▓AÅ2#uÐ\x16ÓH"
  b"╦éƒ:*É1OÑ\x19Ék╝\x00╝x"
  b"╦ƒ┌}\x1A┤ìBîanHϽ\x15t"
  b"""
    ╦│ånH■\n
    @ìR▒(ïݧ4
    """
  b"ËÛ¢\x00exvJ¢üsŸ¶%\x01Ø"
  b"Ì11'ÁÛ§H³{LÒg\x03ý\x10"
  b"Ì4ÐÞüïáD‰c<Ó\x07?Gô"
  b"Ì®øò<Ô/O‹¡ë{\x19_‘¸"
  b"\x16ªÁ\x11▓╚AØå\tµ`ã÷\x08"
  b"═B6¹ðì▒@ªM\v¹èàJ\x15"
  b"ÎÁQªØXËK‡¸lírU<Y"
  b"ÎÔ˜¡\†TF­ü\x0F!c·«3"
  b"¤\x1E( 'ô¸IØaÓ├a|zÇ"
  b"¤6g(!■çMëÄÉ ┴Ð█ø"
  b"Ï`àšì_\x1DEŒW±7<Mª¤"
  b"϶z\x1Cª/´F©{®Pg\x08"
  b"ð7%\rÅHÏH╗ò┴¥Û▒?ù"
  b"Ð`Ÿ©º\x1D\x14K’j‡¤_'¹ã"
  b"Ðn;óàÄ\x19FœAUF\x10F¢¡"
  b"Ѐ\x08\ri\x110B‰^9½¬ÿ5Ã"
  b"ð«þTLnyF╣┤ì\x172\x19D{"
  b"ðýk÷!\v¡Iü*═Ó)#±»"
  b"Ñ\x00š¯)߸Nºœ\x0E@xJ*ã"
  b"Ñ“exÖtòH„±Gþs¿âƒ"
  b"Ñò¨W,XpOŠ™ŽqYF\x03"
  b"ÒKî<§\x18¤O–¤¿2ï^U3"
  b"Òj™8¼ÉdEŒ\x00É]XM_ÿ"
  b"ÒÐO‰á‚øM§\x1DÁæHѬœ"
  b"Òô\x0F5t\x1DšNª-\fN~\x12Õ¾"
  b"""
    Ój4\n
    š\x1E7O¢Ò2CŒ \x06»
    """
  b"Ó|ÖK¡@8Hš\vÒ­õ%o¨"
  b"Ëì%ª\x14$ƒLÀÄGµ#[‗▒"
  b"ÓÅYL{À\x12M¢QtvG\x18ÔÀ"
  b"Ë u¶Ãí½@Åı║\x12\x1DÀîP"
  b"Ô-@-,ªçCŠT1‡“\x1A<‰"
  b"ÔTá±"\x17vHŸÿ>FF·ò×"
  b"Ô¶9\x15\x06B´éÖÓ£Ê*\"
  b"Õ\x00d\x01E-dL¹\x1E²¶\vGĤ"
  b"ÕD7ª\x07Ø¡B¬\x<x*®ä"
  b"Õ¤y¼k²ÑNª[Z«ñú\x11]"
  b"ÕŘ|HÞkJ…F-±N\x1A\r"
  b"Õ÷\tèJ§¢Bީߵ”Ã\x16¤"
  b"ÖBªèƒ<'H—’+Rd\x08FN"
  b"Ö‡×Î\x14HNL¢güu0-°O"
  b"ÍùÑ´‗çpIÇÊ`[1\x01Øì"
  b"Öí!S_\x1C\x1CB†Ö'@lN±\x07"
  b"ͨø¨é╦¿Cì╝ûØæT®ÿ"
  b"Î|oìA} Kø\táï╔h╚\x1E"
  b"ÏOìüF¸9CÖ\x1D\x13[æZ[Ã"
  b"Øu’à\x17“ÏEšT‰ûÿ9!W"
  b"؈}A‡rìE¶ôN×chÑæ"
  b"Ù2\x15yàŸ/M¾´¤\x10\x17|#Û"
  b"Ù@D\x1EÊl\x13F•‹–\x0Eh~ˆß"
  b"┘·ƒ\x15ó▒╚GÉj\t\x11"
  b"Ú\x19LŠv§ÁG·­°ò‚îBÔ"
  b"Úpœî\x16¹èI…¢\x16ª¿¹Ì\x14"
  b"┌■┐Ûß´ÈFÁ\x17\x0Fì├ú"
  b"Û\t‚ŒÓ“õDšüñÒ\x01£ƒü"
  b"█▄mE└OhHØ╗HÎn\x1C $"
  b"█Ù\eÎß\x1FØDüõ\r\x10C┌"
  b"Ý<®†É•×J½;6¿dxìú"
  b"Ýq:\x1F\x01È3I¿\x11\v3>\x06"
  b"¦ÅHÅè\x10·Oë?╠s¨╝\x12·"
  b"""
    ¦┼¥µ:Î▒BØ┘±ð\n
    X┘9
    """
  b"Þ\x14𯼸 B½<ÄÎq›¤g"
  b"ÞB\x0Eh¬¨»Gš¨ã7$èÿš"
  b"ÞnÄIÍxQDŸû:amÓ'r"
  b"Þ}áîâ\vF– gA\x05ôSa"
  b"ÌÅ\x1E«iÉkFæw\x16¯╦├b¡"
  b"ÞЗ[Ù<\x1CK‚á\x18ç½4«Ð"
  b"ß|†?›¶ O¬Ú“á¶ÜÉ•"
  b"߃òÍÎj'B€:\x18C\x0E÷³û"
  b"▀Æ\▒ìI├Hºâ1¸ô▀ÇX"
  b"à\x08¨\x12tÂÓD© Ö—pü;¤"
  b"Ó4Ë\x16NÚ¦A¬h▒4¨É\x12"
  b"à9rRÿìŒL :HênÕŠp"
  b"à¥\x7F\x15¯\x00\x1DI–Ý×Ú—3?I"
  b"á¸\x02Ù£‹\x02\x15ß\x03kÌî¶"
  b"áÕàH3Ê6J¯ÌWȪŒˆ)"
  b"áç/\tþ¢?HªßÖ’/¤­Ÿ"
  b"â<÷Ì™©¾G…Í:HóÕ¤š"
  b"âPŠtª½;Eƒg·\tØ•\x058"
  b"⬃\x08ù¯+HµÒ•ƒ6›§4"
  b"âå0‰)ÛXD‹ßSTFô=ù"
  b"ãŠi\x13“HÁHª3~ð\x05¬\të"
  b"""
    ã©\n
    ½5ÊTK†|ßMúy\x0E\e
    """
  b"Ò¸íéû┐ÂNÅ­Ú{S¸é^"
  b"ãùÝ"ízäO•OïhQëQ8"
  b"ä¸MÒ+Z{B“Ô\x08µ¤ˆ\x16T"
  b"å&¤j…`\x15Nƒ¶.öÇ~Ä<"
  b"Õ3+j³\x02wEÄ+üì\x04Òñ\x7F"
  b"åÊüÖ-¢wCšŸ¾*ªŠî£"
  b"æ\x12áa¸_SH¯4=@§F&ž"
  b"µNÀF½ùÉMº║½\x1Fg$┼Ë"
  b"µW╗_¢ÜØGönJ;MiI╝"
  b"æqq\x17üñdI€\x0F±)\x13Ìæ\x04"
  b"þ;b¢ ÆLDÉÖ÷Á\x0E!Qä"
  b"çV–Ù\v°ôE¥ ©ÅT¬Ê¥"
  b"þÀÇ)/©\fCª.a2ÕóvÉ"
  b"èW=…ÈáŠOšädÅß/) "
  b"""
    è[,\\n
    $^@½“ß§;\x0F½p
    """
  b"Ú\x06w\x1D¢█├Gºü<0à\ts\x12"
  b"ÚU1¥¼░vOù·Æv ÅÛ6"
  b"ÚÅuö║º¡H½Oü\x16ñL\;"
  b"ÚñÆ/╔ß.Lü\x03<\våÕ\x1EÈ"
  b"Ú║ìr.\x1C\eA╗[g)ÜDZ{"
  b"ÚÊÕSK/äAÅ\x035]ý■ S"
  b"éöë\x18p_óG®\x11{òtf5\t"
  b"Û\x0F¯Ø▒½+Cæóx|▒(8."
  b"êZä\x1F<o\x11O‰s\x08ÒŒ[\x06©"
  b"ý)äMì\r\x08M£\tÊ\x08¦øp"
  b"ì<q\x07°\x00èI“<•Í\x1E]LL"
  b"ýÉ\x10\x17>£yH¼W\x08á┤:cõ"
  b"""
    ýƒ▄\x1D‗ó\x03Gê.Le╬\t\n
    ü
    """
  b"ìèqçíïMGŸ°kSÍ\x05.A"
  b"íV|\x06\x01,}C‘\x11ŠAOø¦˜"
  b"í[$ÓZš\x08OŒø½\x16%¨ÆŠ"
  b"í¤Ñ’àò\x08L¹xðÚ\x02\x15"
  b"íÆ\x07i‡-]O¹œBÓä„Jö"
  b"îV{'•\x17sC«î\x7F{fpP±"
  b"îÍ}™k\x1FëM‹¼ðX_6§„"
  b"ï ÖQÂ\x05™D‚¸FØâi‰_"
  b"ïÂŽ“\x1AËvO»þîŸÀU(õ"
  b"ïÈrÔï#1L›¬HŽÿ;ݰ"
  b"ïëNøŽòËJ¤gø\x1A!P†F"
  b"ïíiçÄŒ\x1FM½ìªBÔ\x00"
  b"´§\x0E~Ç£6@ü\x1E¹\x03\x01\x19"
  b"ïõ{zJ†ûH¿ƒü’×\x19\r\x05"
  b"ð{›\x00Ÿ}¾J„V6àk\x1AC;"
  b"ðö¬î»wjHº[1­„ÖE©"
  b"ñ\x00u\x19‘rvO´ío‡¬A[†"
  b"ñ^­–ÞçfK ¹õ±\x15ßè."
  b"±ñR3éIçOÉÅ_ ³P\x1Cw"
  b"ñ§x($K\x1COŒÀÂÊ•‡§u"
  b"ñð4z<q+B¿*¼)†\x00¯"
  b"ò\x16)4q¤tA·?C{_\x0FâÌ"
  b"òWä³ÄG8B«`ÿ4O\x1C1’"
  b"òŽÕzÜ€)G‹cNHj%$Ç"
  b"òÔ\x06û\x1A\x08\x0FI¤4<(íHJ!"
  b"‗¦1\x15yÙeD×êÆÄâ¤ûØ"
  b"ós=éú\x0E8E“NÏÕîQš\x06"
  b"ó˟ܬ¦\x15\x1Fݳ:ª]ç"
  b"óÓ\x10\fÅ`D²°–Æo÷|="
  b"\x18 ý \x02üNä"OãcZ\x01c"
  b"ô'—•¥ÇoF‹þÙšœäpÒ"
  b"¶?"\x180\x0F*M»ü­╩Ñ\x00º&"
  b"¶sÃKb5!Jàìm\Þ®ú}"
  b"õ-¥Dÿ%`L¯œ„Cpédu"
  b"õh6r\x10îmM•>0\x1A1ÂVa"
  b"§²CææÅ`D¿~Æ╦ùɶ\x12"
  b"õþÞ¿àCÏ@ ê\x17ç¡FDë"
  b"÷\x000\x05£EÁEµ4\x0F‹s;u…"
  b"÷e\x18 =R˜E =ºÇñ\x7FÁÀ"
  b"÷Ÿ$NRQíI¼6úØ7:[õ"
  b"ø"{¨º¶ŒJ®¤\x19ïØœ]n"
  b"°,ìU‗´G╣4ÌôÌü7\x17"
  b"ø…øí,ØwD¬Ósâ+†\x7F"
  b"øß\x05©)[œO¶q\x15”H\x00Ìà"
  b"¨\x19(\x07ì~┘Fì`\x12£\x19├─║"
  b"ù~UËób/IŠã%óÄ(KÛ"
  b"¨¨Ô¯\x06ý\x1EFÉA\x18\x7FX\ví$"
  b"úÊëõA|¯B ôKh\x16çPm"
  b"û, âîøûN¾!¹É\v¡»—"
  b"ûs’>aÀyJƒfÖ û»:¾"
  b"û‘J*ø\tþA†€nÎ{¶/\x1E"
  b"û¬/…å¨\x11K–Ü‹ÿk¸©\x01"
  b"""
    û׫‘×ÚzJ²,ÅÚ\n
    Å!«
    """
  b"üMK»\x07„ÙK§ô&>ý¿\x0FÔ"
  b"ü‹Ê\x05¿r»M™vîmû~”\t"
  b"²1\x1CÎ\x11¦FFìe½>«ó█;"
  b"ýÍu?·ÀþK€§Å¤\x1EiºÈ"
  b"\v¾M_┌£Hük\x078┌èÖ¿"
  b"þ8˜Ä.ö]C½\x1CÙèðV§-"
  b"þQv\f\x15Ô=L£ÒÚµ¤Ì'\e"
  b"þVÎbW\x01;@ˆ1\x1A\x12‘ëóœ"
  b"þ†^çöißGŽ~t­O¤WF"
  b"■ÉÑÒ╚ ÓOâTu£A"b¾"
  b"■®┐'kÔ¡L¿Åz£EV°v"
  b"þºÁ¯õ':C¬`Wµ\x0F÷X½"
  b"þÁ‚.pbÅBœ\x11[uÄ[Ë?"
  b"ÿq«7sL8MšCg—^hfÉ"
  b" È┐SR\x04═O×\rQ2ØÆÔ\x1A"
]
227 6.69 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`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `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`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` 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.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` 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 (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` 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`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` 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"ecÞ^ÜÂ╝EáBe-íÅLþ"
  b"e‘p’Zw\x08M¨p9\x01ûVbr"
  b"\x13<}w.B…‹\x14ª=Ý!{"
  b"eµ]üê;lB¼"Éi'╠┌U"
  b"f\x13ÿѴϰF®½ ÿÅ©\x0F'"
  b"f2"©Å-▓K³ü\r\x14■Àv"
  b"fRâd\eB§OüØ┴µáÞ_m"
  b"fhZ\x0E€ŠkI¢FjÐÏÃê\x01"
  b"f–Ç\x19HËÜM†u¥\x03\x05î°·"
  b"\x1Dˆ\x03yŒF¢±’u™Û?w"
  b"fÍ&ãÁ\x00ÉNú\x06%¢¿´ìÎ"
  b"fÖ\hür®H¤9F„\v8\x0Eb"
  b"fþ«Åü▒âGÁ'\x1Fÿéa\x7F¹"
  b"g\x03ô·╠é║Gñ░ýì╬g&Q"
  b"g\x06Ø├\x05 rG©b%Ñ\x14\▓\"
  b"g7«\e·\x1E*C½`p,ˆ¼®*"
  b"g^â”su1CŒ“ÌЖ$D‡"
  b"g`óÎã!ÖH¹g\x1DÜ#7[&"
  b"gªÆ\v\x19!\x06K▓\x1E└╠Aüè}"
  b"g¬¤ \x1FFWE«uz\x14­È”y"
  b"gË\îS\x0E\x10B†–˜0ÚQ\x03ä"
  b"h<­¼ì¼├J×\x12~×"$?\x02"
  b"hE]’Ó­jJ¿\x10ˆ5öÃu•"
  b"hF╔\x14ßcÓJÉòÏê■V©╔"
  b"hPÞAC\x02GBšua\vÄaòë"
  b"h^CsÜ‚“A±& Áï£\eª"
  b"hh\x07Ò†U±F”|\x10„BPá/"
  b"hy\x04\x02\x13\=@¡TÝ‹(ç\x1Fž"
  b"h€úŸy_.Fª;€\x13]¬‰r"
  b"""
    hüVý¾]6EïĦ\fÜ┘\n
    ø
    """
  b"hœ•Iæ\x1DÇ@§­!$\x1E\x124"
  b"hѵåÉ└½B╝#ã'J§þo"
  b"hý«È\x7F\x11¸H”Ї}Ôþ4g"
  b"i\x07▓ü³\x06áHä´h═\x05y\fB"
  b"i<\x0E3yÅfD½L“\vU•/&"
  b"iX©Œ/²<G µÇÚR¯sb"
  b"i╠pïöçÛNØlÚ1©»\x11\"
  b"jÉ_NP█¦LÇxAë╝ôg╗"
  b"k\x036\x1F\x0FòH£ãO\x0F‘gŒ~"
  b"k\x11\x15åØaéE€„¤+\x10ýež"
  b"k?Ì,CgÇH V£…CMñù"
  b"k@\x01„4“¥G€\vóàô*í_"
  b"kY¡žÜ=•H¿:VÀ½WðÄ"
  b"k^zË [ÇKéò\x7FÅ×3>¶"
  b"kt\röU ìBºÎ┴Ó4]▄Æ"
  b"kÉSP\║`KñýǶ¦?▄¤"
  b"k°¨-*\x15³CŽýÚ½.\e\x01º"
  b"\x16ú+bıN£»#½øÉ(´"
  b"k╩³═╠ü±@Ñ\x17a█y\x04"
  b"køü߉©HK‹œžÓF<","
  b"l\x0FÕ\x11┌╔ëCô┘î_؃\x05U"
  b"l\x1Dr´¦ýxG‰â\x7Foðe©›"
  b"l▒1ìó-óDÉpbB2ÉðH"
  b"l┤┤\vì\e┘DÅ▀b▒\x19dz7"
  b"\x1DüC#ÃIÑÚïS\t┬Ü¥"
  b"m\x08!pE\t¾Nˆâ<¸Sû;0"
  b"m#ı\v╚S\x06\x19nªÆÁÉ¥"
  b"me\x0FÐT\x12øBˆ´mW`ëxD"
  b"mý8â╦Ø\eHíø▀n\x0E╣Áà"
  b"n\fªNF\x06ÊI®i(ó2ßÊÔ"
  b"""
    nh\x1DÆ7¹¹@•W\n
    ÷ŸªÑ
    """
  b"n¯ÈŒn/LIš\x00ÊÉ$ËÙö"
  b"o,!Ùø¨{LÅ\eð\x1D║┤╠H"
  b"omÛ┤qý\x1EOÉn‗°á>\x08²"
  b"oy\v`╩■ØBú1D═x~3\x13"
  b"oˆ;ÕCacA¦1m\x06km7÷"
  b"o¿\x13\x05cþªJÅ\r¢«█Äzƒ"
  b"\x1Då÷L\x03J¯˜¹c˜žI¼"
  b"p\x17’Nz6šF°×Œ_u\x08°’"
  b"p.ëør‰ˆ@¾ÁªñàîEV"
  b"p3!8a$?F·\x04éÖTÚ‰¡"
  b"p’KÈÙòïF£…\x17M…\x1AÃù"
  b"p”#|²kIM‚-Np~f­š"
  b"q\v\x17¿:\x14H╗ìz$â¯;,"
  b"qBOÕ½\x1FµF»°ö\x15Dß«»"
  b"q~ r¶:s@¬Û$jʪ;)"
  b"q¬û¡\x1A®šMаhòCn\x16"
  b"qôtY½\fòD°Ù+\x00\x1E\x1FÙz"
  b"rS┴)Ð|?AÉ┌µÚ_Kë!"
  b"rÆ>2V¹áEØ,×{Në½á"
  b"rº5ѵ\x0FvG‡Ã0ûØ\x08…T"
  b"sžÎoY¥4F‹Êm“æ'W\x0E"
  b"s¡—\x0F؈4B°\em‰ß\r*h"
  b"s¡¾\x07ÔYäJÉTèá_\x13\x15\x14"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"sá¸ê¹Û¼H‚ˆ\x12›“\x12Ľ"
  b"t\x04Øí[9-N’#e\x0Ef\x05La"
  b"t~±¤µÑ3Iì░c<Îg'È"
  b"tóù˜Lñ¯H“\f\x1DÆXJz\x08"
  b"u\x15ì×ãoÓA®es‘\x06\x17"
  b"u4?\tÅ\v$@¾Bvìz\x7Fš\x19"
  b"upP3…*kJ‚¹†Û¾\t»l"
  b"uÇòîš™vK’ËP‰ó\x08±P"
  b"uÐó·iëYB˜Bhñ\x14*ôÓ"
  b"v\e]"¢k7Lö╚2x\x18R!Ø"
  b"v@­ÉŒ^‡HŽƒåÔ\x03Øã]"
  b"viÆ;¼~#@ì╚#á‗zµO"
  b"""
    vü®ê\n
    N¾L­Ú5Øu¸‘¤
    """
  b"w\x13E‹‹\vZO˜\e7ræW‹Î"
  b"wZõƒ\x14ÉhI»Ý-+\x19s>Õ"
  b"w’œ\x13%?cM o©4ûªÑ7"
  b"\x14Öß±¶O¿ÙÐWÉvAh"
  b"w¹>gÄugO™È‘K¸¯Z¤"
  b"x,\x18ö™•sO¼6I\x11\x1CÀ‡H"
  b"x4À\x1A0\x01bO™¼·¼³ìä!"
  b"xAE\x12k`ƒA¥rùÙS)HQ"
  b"xaa}e\x15uJŽÆ\x13Uã™ø'"
  b"xcEÔ°*F@½T"É7\x16╗n"
  b"xÒ<b>MþO»s3÷drZø"
  b"y&\t\x11—XB­}?g/Düf"
  b"""
    y=Ì"R@5O¸`ß\vø\n
    ¦\x1F
    """
  b"y]\x03»Å\x05òC░┼\x193ä╗ØK"
  b"z1^\rþ¥uK³eËú$Ý·O"
  b"z5YÌ«uÜN¥æÃve_ßz"
  b"z7®»0”>I´]CL>t,T"
  b"ziÊh4Ê—K‡\x16‹^£\f"
  b"z„ÖØïH»O´\x123¡©Ûa¿"
  b"{\x01L$ƒ4,O™™–¾nÙ \x18"
  b"{\x03\eq”©qK’7^)l\x17\x07"
  b"""
    {\n
    9Ûaº<BŸ±\x13t‚ä\x11l
    """
  b"{7~å_‘HF–7ðÝ\x7FؼÇ"
  b"{@Ö\x03%ZäCŸ\x04Øcª\e"
  b"{Iãs»¼]J’û$H\x1C,ªA"
  b"{ ¦Ë/\x0FÏ@µ†¿S柺2"
  b"{°ÉB/I3G¬\x7FQD;\x10°+"
  b"|vb)c7ËI¦\x19\x00dãê\x19-"
  b"|‘[´÷žÈK‘HÔý‹\tÒ®"
  b"|»Mæ\e;\x05@†€/4(üÁ¿"
  b"|ó"b„ö\x00AµÆ¥\e¼Íój"
  b"}5Æë\x11\t\x02\x02Ù¯QÝØ"
  b"}o┐·v\x02IC¼ T"ZtøÅ"
  b"}ƒ½"#|\x07FÁÅ█idÒ═;"
  b"}ʵREÙ\x18M†¬\x12W3z»ù"
  b"}Øè%¨}\fB 5î¦x¾/˜"
  b"~B’o]\x04cM•ßyõs¶\x019"
  b"~âÙ╬└àÂCühÆ^¾&sS"
  b"""
    ~·öò\r\n
    B²¨\x0E<\x0Eù€ß
    """
  b"\x7F\x1A×\x00\f¤äA©QíÞ¼€‹Š"
  b"\x7Fö¸\r\x00È¢O†±\x01v*À¥w"
  b"\x04WûP\pE“\eüÑuýÚÑ"
  b"€@­ cîˆFŽ¡&â\x0Eš¥e"
  b"ÇzdÞÅ─PG╣%ÊÔ÷0Ïq"
  b"€ˆD­¤ß»@ŠaÇEM”¾\x11"
  b"€˜ªT³è?A­,\x15´=×\x1Fn"
  b"ü*¡rÞ\x02ÍJ│¥¬±H\x08"
  b"ü5QÐ\x03/YEá▒L¾╗b×\x06"
  b"üñ>v║ïhEƒ%╝T¾Fû\n"
  b"üÑÎ&¶·─GƒG=*Ãü╣h"
  b"üºª;ÎùÞF¿\x0Eü±ô└¡B"
  b"ü▓\x0FîÛ\x03\O┐¿ù\t\x15?┴²"
  b"""
    üýëk░Á3JDZ\n
    ÑRËä\x1A
    """
  b"‚&Û¦Lo=B†ï«\x05\x13$2"
  b"‚b\x08]°<ÒL©Q1ÃêRµÝ"
  b"‚cæ@:€FO€þù\x04vvÉx"
  b"én\r#´YÈOø─9|ì║¿ƒ"
  b"‚âû-ƒ~¦A¡'~\x19øS\x1Aù"
  b"‚ó±4ù[PI¨\x06E‘¨J \x1A"
  b"â\x14\x05.┘â3Jôx╦┐.6Åy"
  b"ƒ%\x038\x00´\x1FIžw²7÷\x11»>"
  b"ƒ3;ÆæÊoM–&\x1A•ýý 9"
  b"ƒ™šT"¤›F«°d*Q\vsV"
  b"ƒ¨‡Ñ^çÀOŸ:òî\x1EÙ\x14\x08"
  b"ƒ´‘QÂJÑFµ'\x1FÑÛ\x02¨8"
  b"""
    ƒÜRꮼœJ±\n
    òlMCžV
    """
  b"â▀ÝJ└ÏOOØKo-ë\e"
  b"ƒë³i|sFO‰•úõÀZ–*"
  b"â■¾÷âØKNÄ4ï½Þ¯¿|"
  b"ƒÿ)G`8dKŒ4‰)å`\x17ú"
  b"ä\rry-¡gOÅn\t?═\x15"
  b"äYÿ'6_\x04MÅh\x06ä\x00±Ýß"
  b"„ÁY$V\eËLº|î›Xâ`£"
  b"""
    \tÜÝÙÎ¥O¥O\x066\n
    
    """
  b"\x0Eû\x08lçuF¨Œ´–@ú’Þ"
  b"\x1D¯ôÙ\x13¹B†4={™E\em"
  b"…N¸ø5\x11‰A¹­a§µ2¯h"
  b"…c\x01åvˆ˜D¹GøFÝrÙ°"
  b"…Œ‚A^\x13?Gž§œ\x7F«F )"
  b"…ìŽ\x11\x03F©™¦œÐË×Ù"
  b"""
    †Kˆ$׬äMˆ!\n
    …`‚5»
    """
  b"†`¿ñå\PL¡÷ô ¤‡2‘"
  b"†vUÚ²\x12\x07@º}s°W/¹\x1E"
  b"""
    åÄ\n
    óÉï‗KöÐ<ƒY\x18\x06Ê
    """
  b"ç\x13¤2°A\x04@ÅÄúï'\x10`a"
  b"‡Ø5©ÄN!D‘ïc~º°õŒ"
  b"çß?\x19»º¢Cê¼Æ┴░▄LØ"
  b"‡ü)r"Œ\E¦¸$\x03ôdYß"
  b"ç²cwE¸üC║╩▓`7ÐòN"
  b"ˆ\ë€çEPGµ;nâ:..¨"
  b"êy®É¨■IMÀOÔPV╔y─"
  b"ˆ„âôx \x16EžÒ\x15»Ÿ©ñ1"
  b"ˆö+\x11ûÿ\x1AD¸B䥜\x147„"
  b"‰6οëFŒI‘›LpÜÖWõ"
  b"‰?\x12ë\vÞ‰K•áÄ\x0EÅ9s±"
  b"‰G¡­PcdI‡‡Lû7\róS"
  b"‰W–mþô-Kš\e{nµ¨ZÅ"
  b"‰`Ì\x13íú\x12G­Ü`6&c<Õ"
  b"""
    ‰¯Ä\n
    .ŽáB¢…€â=C\x0F{
    """
  b"Š+¤_Ö`üN¯ý2é\rº]ó"
  b"\x10ø$‘RZL¶OS°Î\x13"
  b"ï¢Tº\t¡ë@öd\x04¯\Øi¸"
  b"‹Ñ@Aš›XO½îhȶµ\x1E¸"
  b"Œ\x05úí½ÀHM¯‡w#<'j‹"
  b"î.─╔ìGXGÑØ|²O\x1Eï█"
  b"ŒF05\x14дA¯UsÚb]³´"
  b"""
    îI7î\x19¹îKü¬\n
    z*!"`
    """
  b"ŒJBàKá“N¿³9¢Ε\x08"
  b"ŒK\x18\x1Aä\x14ŠD·ŒFAk6YD"
  b"îØcÇóù■Kå}nÏ99\x7F]"
  b"ŒžÓrm¼3Dš•0Nõ½:g"
  b"Œ°\x02O‚óÈJ²¼C™ÙŸào"
  b"Œ° \x07”ÎPJ”OÞ=\x14Ïsx"
  b"ì\x16LRk3mFïÅ]¸?Ï#7"
  b"ì!4ø{^DDí4▓'Фý_"
  b"ì½íþýBÊOú┌ÿº¸qÍ\f"
  b"ì┴km╦Æ┴JøÒ\x02)ú5(Ö"
  b"ìÃ×"l^0H¢ø¡\x7F¡4! "
  b"ì╦N\x16_\eäMì&¸KÎv\x02D"
  b"Ž s·5\x175@˜8Ÿ}õ:Š×"
  b"""
    Ž:×Ô=\n
    3M§Pq#Øo@¹
    """
  b"ŽBXÔœ[ N„ûwUJµt½"
  b"Ä\Aïƒ7\eJÉH§BÂò╠h"
  b"ŽÓG\x19€Ç¸M¿½ |ÇSÑ:"
  b"Å*¹d\x12'ÿHÑ}¾\x1DÛaèÕ"
  b"ÅTy7Í,9Eü9ÇÅÙòZ\x0E"
  b"Å]ËFÑ╦éC┤éì\v£æyl"
  b"Å»┴3ƒ7pM┐º¥2ÝuõL"
  b"Å▓VeT^╣Jóû╗9þÕ'\x03"
  b"Å¥-\x0F~▓\x15\x16º&┴▀oÔ"
  b"ÅÌÔÃ┴╩2Oóøÿ`ÒC┌Æ"
  b"""
    É\x04öÔ╚µ\n
    EÖ¸©q\x14çç×
    """
  b"É6\x1Aýk_dO║[\x18╔d¡D°"
  b"ÉGRÎ├øÇEù‗âØ`█¿f"
  b"Ézñï╗§ìKêÀ *ÐÜʶ"
  b"É×\n\x07\x00ÈÔNÄt<¶Tñ╬P"
  b"ÉÞ8Ó`,¯Aì\x00\e\x1A╠Ó╗5"
  b"\x02.ϸ‘«D•Àr©Ÿy\x14t"
  b"‘#ˆ\x18kŽVJ˜tW÷ýI\x05ù"
  b"‘-@\x14Å­°B—¬‹ƒ\x03\x11"
  b"‘<a©(\x18'K¹³m4U¯Õ­"
  b"""
    ‘L*<ñqÍJ§Ì\n
    þɽå™
    """
  b"‘k賃©\x0EF˜†\x06)èþP1"
  b"æÅI\x10\x1E¾áA×]¦ÌÞïk("
  b"‘®\x13ÌfÑ\x1CA¤[-\x00Í\x14Ï;"
  b"\x07\x07ºf­ÀK—sœK\tT\x04\e"
  b"’3z·É\r#@º2Î\x1D™ì‡B"
  b"’_¢ù§’õDª<Œ„†Å\x00L"
  b"’s€õÂtÑM‡«}“ª«ÔÀ"
  b"’±±ìË‚;L¶Ô–\x17>¼–é"
  b"ô\x18\x11<=GÉ० &#y"
  b"ô\x1D ıHü¨E╣╔³EX¶gJ"
  b"“XÇî![ÁN‘&h‹†34­"
  b"“]¶lÝ„¿Aª‰ÛRØ9g."
  b"“žk\x06à—\x18\vM£gbÖ["
  b"\x07çl\x16©ƒD•´…Û²ŒEi"
  b"ö?Rwÿô┘Mì s\x06╚EÂq"
  b"”{Z\x11ÏsÏG¥¦z¬7þ\x0F^"
  b"”ˆ=\rD±0B‹…î$Ç\x16Ü3"
  b"öØëö\x01×v@▒\°e`S±■"
  b"”íéðÊg~@¹ìC2¡\x15Ê™"
  b"ö±═ëO¸YNÇ-Å┐Ç╠█þ"
  b"”÷4æ¾bÊK¤Ú¹3ó¿\x1E\r"
  b"\x04òôMM“D¦œ¡TÌ›‹Ê"
  b"•“cDÑLlLžgñZà`¬x"
  b"•˜ˆkØRlG»\x19)v×ĬÞ"
  b"•½™\r䋎L¸IO€Š¨Û!"
  b"ò■NÚ±┼6HÅ╠qŲ┬╠m"
  b"\x11ë· d¥Iˆ»5_X\x1FÔý"
  b"–XƒBïJðA«\x7Fïx\eŽAú"
  b"—ïl%\eøéA®\x0FµCâ\x7F"
  b"˜<î…^!QL«vÂ$Ì7Ñ)"
  b"ÿT|øåÚ\x0EL½Ød¡KÞÎê"
  b"Ö\v§²Ñu±B»t║·üÁûÌ"
  b"™#¡ó½ÚýF¨v\x7F0ߣSÆ"
  b"™7î\x14”`EG¥(Ÿ÷\x1A\f÷\x14"
  b"™i\x1Cf§”ÝAˆŠŸÖ¢5Ý*"
  b"™qŸUo~ŽI¹\x17\eŒßÓw™"
  b"™r[\x1E:±’I›8E›£º\tÕ"
  b"™~7®Ç¸vL¡á‚û?5¡r"
  b"™ÿºÚƒ8½@¯›ÃÂR]e³"
  b"š\x02ca}WÌB“ÉÌ–\x11åt¿"
  b"Üæ®ÅÏï7Fï\x02.nýåfÏ"
  b"š˜açŠ\x199I¨‹9\fº&) "
  b"š¢ˆˆ\x0EdøHš€ÏLK'ßN"
  b"šÖj¿\x18g<J˜v)*\x06¨’*"
  b"šÿ­TþœÆL°´\x04\x01e Ä\x13"
  b"""
    ›Y4Š9\n
    \x7FC¼mÓÆ@ÿw}
    """
  b"›fÑùÇÝéD¼»k¼R\x13¥‰"
  b"›†\x13ûÔ>rJ˜ GÍ÷l\x00¾"
  b"›Ì™\x06‹àIN—ȽATÔØ?"
  b"›ÒJ‡ËÉ]N‘Á‰x\x08ÞtU"
  b"øÚ\x17\x0Feg@òÅõ»▓¹\x0EU"
  b"›úåƒf¡¼I¿]£²wÆ5¸"
  b"œ%\x05\x10bE¸¶cÚ*Ó\x18,"
  b"œ<!¸½\x03¡I¥ó\x15ÐG„\x16R"
  b"œ…ÆtÃë^H¢Ý¼‘1¸öo"
  b"œÃÄ“\x19`ðB¤™5ôК*Z"
  b"œÛùqxùùD‹\x10u¯ŽC°y"
  b"œä/o¯œMLž/z#AQL°"
  b"£²O«\x1E!mOú\x06\x7F0÷ÅUå"
  b"Ø(¥éÂizIÖ3█L«\x17Â\x1F"
  b"Ø1:ÿÑ\x112M▓ôò÷Ï\x03N┤"
  b"Ø=\x06ÉÛ─ÜHÇ\x0E\x1D¶¤│\x18["
  b"Ø~ælî│pH¬hò╔²²N█"
  b"Ø×ýÎ╣├ËK©k;╔\f¶´O"
  b"ØÃjQÄÎÔ@íK\x7F»\x1Aè╬º"
  b"Ø╦\x01F}·»L¢=´î\x17íÅ/"
  b"ئƒy#╣çF»©║çÔ┴é\x04"
  b"Ø‗?V¾Ó­IǪ6Î■#7©"
  b"ž\x16G\—qÔM‚ŒÇºuO(,"
  b"ž<…éP\x1F9@¼a\r7q\ròÆ"
  b"ž[\x18ïêÓ5J†XS\x01\x14ç¦)"
  b"ž†\x08\fIê[KŒí_\x02Ç/Üä"
  b"×ÅX-,M╚Aú\t\x18«8)ư"
  b"×ùÄH╠^ C®\x12îÃżÁË"
  b"ž¢‘s2¼P@¬E\x04·\ff+M"
  b"Ÿ1=ý•geOŒb^_c×Jñ"
  b"ƒç¤[╣C Kø£Åwg?A9"
  b"ŸŽ\x19¨~‰™B£ÍyÎz@–½"
  b"á2\x0EÁ╝ÜNGÉüçÏ÷Ýhs"
  b" }›Õç&ØJ¡ãÜçáà.\r"
  b"""
    ʫ8„6\n
    N·ê0üõO"P
    """
  b" üb;AáoO‹­\x0EÏDŽpâ"
  b"í\x03\eÀ¾Q:Mì┌6\x00T└x\x0F"
  b"ííªu©R\x12KÑ└½│Åú|\x1D"
  b"íίD\x0FíÉEá\x05¾ÁrÜT»"
  b"íÛ╗\x08╝°îFëìôëk§O¼"
  b"¡ø».àÌ7L ä¡ó§æ,Œ"
  b"¢*+ŒãJ²H¡\x03²N”p8§"
  b"¢XÕ^tRjN‚A\x1EÖ¹\t\x04¿"
  b"óÉvCLc`Cùy\x19í0\x1FÝE"
  b"£7HéƒÙRMœºQ*Aj\x03»"
  b"útÉÌ■>╩FûÉáÝ\x19î\x03\x08"
  b"£†cN­8'F‰9ʵ´ˆaö"
  b"£•?4j±XNƒ¥\-Í \x1Fd"
  b"ú¦owþL!LèI¦x*²MØ"
  b"£û\x05Î(ó-Ež¡2N:[\x01\x10"
  b"¤.®ƒ\x16*œI›õX9ùzÒk"
  b"¤3\x7F…U|àG©Œ?ú*\x07-\x0E"
  b"¥+ç}ÜcÂG½ \x0E6\x18©åÉ"
  b"¥FÓÌa\x10 L­šNÜ'ÒŠ$"
  b"Ñh2╩┐\x18\fA░É_ø\x1C├Ù¦"
  b"¥hH‹P2¢Mˆ\x01\x01z\\x16ö\x02"
  b"ÑÉïs░#AC¢\x0Fã\x122ì▒Î"
  b"у~¡\x06²vH»ìåÃ┴█øÚ"
  b"""
    ¥§3\n
    \x07ýÌM¹\x1F»=o4S§
    """
  b"¥Úó0\x10ÔÆL¦{“Úÿ\IÓ"
  b"¥á‹Ë\x0EaÍN‹„®ˆ.Q\x02Ò"
  b"¦\x07®¿\x7F\ÄJ¶f´\rÀP‘”"
  b"ª\f┴ë<ÿ¥O║A╠ãÉ┘ÓÜ"
  b"¦\x16X˜FMŸL¶Ýã\x03¡°—Ñ"
  b"¦w\x18µœÆÎKž½@—ƒ0,\x07"
  b"ªæþ#÷æ¾DùAH╗?üöÕ"
  b"¦›‹ K³IN‘³ƒjªoØZ"
  b"¦»èÖ'±mM­&­³[+Ài"
  b"¦¾‡ä ¶ÎF³lÔ)I†„·"
  b"º~ ╚C²\x1D\x1E═4Y\t`▄"
  b"ºî`¶³ë│Cóm6@Ù┼Ø\x17"
  b"ºÉâ>DQ\x04CØrS#-ƒüÃ"
  b"§™ý\e\x1F€¿G¹1K\x10AÏ~L"
  b"§ŸbX@ô»F©xA¶Ëãm¢"
  b"§Úس¶\x1DßH²•¸Ð\x06ˆcq"
  b"¿\x1Dí_ÃtàFü┐ï"\e¸ÐÚ"
  b"¿Å\x02?\vjGAò┤\x01\x14U\x08¹."
  b"¨«V\v½ê\x0F@ˆîíBŽ\x0Eqh"
  b"¿├}:\x0FÉ)@ö>úû3╦\x18\n"
  b"¿ýÿ°VÓ\x12@òu┤y¡▓Åü"
  b"©\x08\x1DˆÙ¤ãE‘jûQ \x01\x1D"
  b"®\x11gV9´zGîÝ\O├CÇì"
  b"©#\x19ðêþmN¥_<R˜­§$"
  b"®åÊ░/ìRMÆñÅ\x13~ËäG"
  b"©´ÜŠƒÁ§H¥ŠÕcøaþ."
  b"©âÄ@fâÉI«6ý˜±î$,"
  b"ª\x08\x14¯Ûö…Hºhö&Tk5\x06"
  b"¬¡$\x1F\f\x1E¯Dì¥E­òøéô"
  b"""
    ª¿\n
    óÉHÐI“fžÉº†â¯
    """
  b"«\x03­©žK\x15@œ]¬äL\r­À"
  b"«\x15o¿kfnCƒËÔùJ£¿]"
  b"«\x18Œ®1ÖÞO«Û…`p>>\x11"
  b"«'±è\x7FZÓL—σ¤Æª‹_"
  b"«r÷Fc­ÚD°§´dB¿•§"
  b"«®\x06-F{\tIµDª6\x0Fiç#"
  b"«Á­ª´À\x1FJ³‚#µÚ‹†\x03"
  b"«Ô\x03\x03M(tI‡"‡ñ9$Q\x04"
  b"«ò®\x0E)óëL²<f÷]àä\x04"
  b"¬£t?ì&NIŸj'½hz†`"
  b"¬ÿ'_o*WG¤±Pæ_ÇP›"
  b"­+¢ke@™C¹#Ô±\x16˜:á"
  b"­,²ôYk"E–\x01#¡ù€:+"
  b"­ÔÕHtû6M…:t|Ñ—Hþ"
  b"­î9Aæ\fAL¯™ç\x02ôÖ\x18"
  b"¯#oÏ6ïöN‡wà(öÚh\x04"
  b"°'¤ÉàQWD¤>\f÷•T\x14M"
  b"°>ÙÐåÄC”ý^\x03¾D¾ÿ"
  b"° Ú¢Ì‰YA«ia”§sc“"
  b"°¿íÈ=ëu@ \x16°õɸм"
  b"±KŠ=2EuL¿‚\x10\x1C\x1E'5y"
  b"±T,\eŸˆZF”8Ë\x004›ŒÓ"
  b"±_þRÜ\x06\x1FF‰ÇòS@¼ÿ\x16"
  b"±o\x04%tå\x02F»c¼\x13\x1E\x13°I"
  b"▒£ÄPÌ÷èGÉ(ºA½È¾z"
  b"▒úî\x03\x14\x11ê@ò┌ò┌ØíU\x19"
  b"±ª»¥µbpH¦Y/&+Û¯a"
  b"²^Øž\x15RDF·0µ9®Ã%~"
  b"²xÈ\vÁ®\x08K²l=\x16ÌtßÊ"
  b"▓®Ø\x14\è;OÇï\x07ëëüís"
  b"▓╗u\x14£\x115HÉ[ñ╩Ü2Tı"
  b"²û\exzM=J“\x03ü3lQãv"
  b"▓ \x18═Ø´«M¢\x03┬¥ç7g""
  b"³\x08ïE[|yE»xÿqjI{š"
  b"³\x1F\x7F\x12áÉÐFŒâº\x11í2ÂÑ"
  b"³^a6\x08Ùß@”꿱£ô\x00¿"
  b"³ã¤âè#ŽN‹®ý*t)Ôn"
  b"´,\x12‚óì[J¤Ê¤\x07»Šàe"
  b"´CÄk/\x0EûB›\txeû›uî"
  b"´OÞâ/\x18¸A¶eY:#¦Èé"
  b"´bLn›'1F¤ì€|@\x01Ðð"
  b"┤jhìÀÀåL║Ñ÷D©À.u"
  b"´ã‡LV:ÌJ¦œ7?aU'\t"
  b"´æ‡³1÷sK›ÉQ\x1FF\se"
  b"µIQQƒ½ÍC£mïD\x05€¢\x1E"
  b"¶¯A0k¦qD˜\eÀíЂ\x12"
  b"¶úm$Î!…Mªh\x01ù¢\x14\x1D"
  b"·\x07ž/žù\x00D“\x15)\x1A\x0F\x11"
  b"·Pš?s\x06VFžDqð\x01\fP<"
  b"·X©\x1FLOšI˜æW×îŸG\t"
  b"·Ü¶µH„1E¯÷‘\x11Ü\x19"
  b"·÷kä¢ÕMG¤–²»Ãp\x1DÆ"
  b"¸\x05ÔL;\x0FÐDš(¦c\x07nj¹"
  b"""
    ¸\t\n
    D3p{D¯F\x16=\x10J:¬
    """
  b"¸Zë\x0Eq`¦F­ôÀ\rX⺩"
  b"¸w\x1D'ùgÏD®zKe˜×6ï"
  b"©üh/ù\x03\x0EMä·'\x07êùð¬"
  b"©┌\x03«░DøOØé█£ôC;ä"
  b"¸á’|ÓÆ&I¸>T-¦Tµ\f"
  b"¸þ\x00>Z.pC«•jGí,#\x19"
  b"¸þïa_d¶M„LÐ6bÕ\x14!"
  b"¸ÿ\x07Î\x14é&E´­2ÙRPgP"
  b"╣(hiyègLåÑeéÀmÅC"
  b"¹Iÿ×&ÀXA«š\x05C¹ƒ5Ê"
  b"¹‹1äþ\x1F8G½æ\x10EÔÜàU"
  b"╣ì¯ÊÊÚÓL¬Ò«║ú┬]5"
  b"¹¯t@Ü,kB›\x0Er`É7?˜"
  b"¹áÙ¤¿\x08»C¡I*»\x00ûa]"
  b"º pFÙ”(J¹­\tê`¡]Ô"
  b"º6ü\x13¯Š›@„ïÊa¡F"\x1D"
  b"»\v ë\x01ì)O¢®$„Ò.åD"
  b"»E£z>\eBJ­kÀÊ:Òïj"
  b"»Y¡\x10\x12˜qD…\x1EÙ}ÏŠÈM"
  b"╗k╝çÂ1 E»°J-þ¾Ø┌"
  b"╗ÉiÙ═¦▀C╝/mR]ºÏ┬"
  b"╗Ü\e\x17\x05\x07#õæM³p"
  b"»×ŽÇXé¦E‘ö0ÔyIÇ\x1D"
  b"╗ÝÖϨÏCGÉ\âL├c\x02L"
  b"¼\x17h\x06ÒKžG«\x0Fyê+R\x11X"
  b"¼\e\x0Fæ†/±B¯\x00tÌrHg\x1A"
  b"¼!«\x18`‚\x06E­É‚¨)’0—"
  b"¼4\x04ä].tH±oÎ\fR8ús"
  b"¼O\x11[+l'M¢Ý1Eú~RÚ"
  b"╝¤╬üÖ╩qK│ÐØ`̯\x16~"
  b"╝ÙÌadAcF½÷É\x1D\x1C§\╔"
  b"½6iøG)SI™T®‰Fd$Ö"
  b"¢=Kb(-yA¿¨Øð\x12çÔá"
  b"½ Y„¦ïžH±ô(„„c\\f"
  b"½Â\x7F\x0Fß\x16\x05N™ˆq„\x15<«}"
  b"¾\vnV\r\x045Cº(4¨s\x1F½Ô"
  b"¾ªw'¹\x14ÓE¼v\x07¢“çéè"
  b"¾¹UiH\x7F„F©ªJ\x06\x03ú/["
  b"¾Çô+â÷ÖG° \vÒ±]{è"
  b"¾ÓF\x10«“´N»µŽàäI×B"
  b"¿J„J6¯rB¿¡G­CIÆ\x19"
  b"""
    ┐t((é\\x13FÅ×╦u\n
    Y3å
    """
  b"""
    ┐å\n
    صÏ║B╝^¯÷\x17/\x08\x19
    """
  b"└│mí\x07"ÞLüZ`ÄıIı\x1A"
  b"ÀÃc\x1D\{8IšF>Î5Ó\x7Fù"
  b"ÀäíÖ½êÜG®jÃŒŠucm"
  b"Àë\e?\x19kÞG»˜vò\x08î&\x11"
  b"Á%è¹ÙD¿N“Þœ2ÁiÍV"
  b"Áeº/BèÎL¶YšòÇxì­"
  b"ÁvX)É\x0E;Bª9d™\x1A/A="
  b"Á|Ϩ\rèD@‡\x12¯òeð2ì"
  b"ÁœWׯ¢\x14F‡áÈ\fÉídÿ"
  b"Â"ÞFzyjEŽ*Ð&åo¦Û"
  b"Â'Á>>¢~K¨\x00ˆ\x07½‚7\x05"
  b"┬(¸±\x14═IIÅ▒╚Ä\x00«Î®"
  b"ÂTŸd Ï¼C¡€OmÞ™\x10¿"
  b"Âv\x01îæ¯qH Ö»õU\x18"
  b"¼ۜ:\x00'L¯²Àûìgbø"
  b"ÂÇОD’ÅB·Ê7ñŽL¶H"
  b"Ã\x05Á£ŽVÄI±<m\x13îíoÓ"
  b"è­ÀlY“A˜Ë¶¿NõLN"
  b"├╝ö9ËÁ─Aº┌ØSË║■2"
  b"Ãöž·æ£×O»ÉÃ-Y.ª“"
  b"Ä[DDptÞG—D8\x14\e\x18êc"
  b"""
    ŵ,\n
    \n
    Fµl›EK}LO
    """
  b"ÅÍ’A@à>CŽ\x10®üpõâ\x19"
  b"Æ\r\x14°™þ_B°Dþ\f8Ls+"
  b"ãa¶ÎF8ÉKª7╦╬îÍ$ì"
  b"Æ´q*OŠ•L˜âƒp]»öÌ"
  b"ã‗ÉBåÞtIéqR/\x00═.¸"
  b"Ç\x17µÜ;sK@•pÈð8{Ÿ™"
]
228 30.44 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 1000
Parameters:
[
  true
  b"\x00:Ù¥-Z’N€–™§\x14€ëÏ"
  b"\x00\x13¾<™Hž©ƒÑª\x0F"
  b"\x00fÎí|ÚµCåð¨¢ß­Ýü"
  b"\x00Û-H\x1Cì§JøW§>û\x1D¿z"
  b"\x01)ýÅã\‹F–ŸÄ\x16b\x1D¹˜"
  b"\x010âý“‰;A¯*#¨’Ç&\x04"
  b"\x01iäîF„˜A’&&Á†™í²"
  b"\x01‰·„ÔÞ*F”ß29Oü9B"
  b"\x02I™bÊîñO´—¾/÷ú\x17³"
  b"\x02^Ân\x16Ç¢E›×ÛÉq#ÏJ"
  b"\x02ɶD‗\x06\e@ôã▓¨Fm;ü"
  b"\x02©’P|q%I†?úçNÈû"
  b"\x02þ|®Ž\eaI§Fx\x7FÅó^Á"
  b"\x03\x009ù!ÅíF¦ºŠ]`Ö¨%"
  b"\x03ZÉ┼\x15╣£@«h┬=3Bêé"
  b"\x03–L|H]BL¿ïÈ\x16—Ç\fy"
  b"\x03╝▓ðÕ╝\x05@ØÑ\x00E&\x07÷%"
  b"\x04c¢Êh\r(OÅmÎU]ÌîÇ"
  b"\x04\x00ÎçˆI›Õï(+ã§s"
  b"\x04ŠŽäó\x03NH¢¡¦&\x06ø@b"
  b"\x04éݧLTF‚\x1Aþ*1pë×"
  b"\x05\x02€~•~\fMƒ"„$=ЋA"
  b"\x05>f"d_¶J€{\x1D+làÔß"
  b"""
    \x05@\n
    _E$WG³ï\x18k\t\x18¡’
    """
  b"\x05À¨q4„‹IŒã\x1A##?3œ"
  b"\x05╩ïÉÁ\x06\rE«íý¾h¾üQ"
  b"\x06êµ▄«¤#DÅb!■ìÿÉ~"
  b"\x07\x0F\x13ÕH·`N▓?¥\x16ÉJ@M"
  b"\x07Œk4¨¢†K¨\e¸¤\x1DW™Ü"
  b"\x07\x06N.~\x00OªtXàà\x04\x02E"
  b"\x07Ãh\x19‡™\x17J¼‡q\x1D#™\x7FQ"
  b"\x07ǘ®ƒv3G‘pPB*ð2\x07"
  b"\x08\x15IÛ`¨#I˜‡Âº\x01{ã®"
  b"\x08\eEÂÀ-fO§\x17O%vPÝO"
  b"""
    \x08Skr–ƒŠG°"\n
    Bezªè
    """
  b"\x08÷-Ð\x02‘íFªd¹hQ4ª\x00"
  b"\tmóD,Û>FŸ.À—\x08h\x14\n"
  b"\tp1¹î\x1EÁM—q©¬3x]k"
  b"\t°ÿzí\x16°D›wR]Ån6G"
  b"\t¿þÛv}ÈE¯Õ„•|‚\x15O"
  b"\tÝ\x1FÕ€!0H²\x1Féš™t$\f"
  b"\tµ²®'¡+JÉys?&µõ\n"
  b"\tÿ\x15ç\tÚ9C¯v\x1EÏÔù\x7F."
  b"""
    \n
    FNûàˆôA”'9r€Ê5@
    """
  b"""
    \n
    ¤3\x12~µ}F™úäm\x07t\x07=
    """
  b"""
    \n
    ¢i%SüÅNØü╠╣Ò\fôÅ
    """
  b"""
    \n
    È\x02¦ÿÊ2G²ýL!ðg_,
    """
  b"""
    \n
    õû┘äü\x19Jù®µ\x11RÕ×Ù
    """
  b"\v\x17\x1DÌŽTIA¦„«ð,˜Ö5"
  b"\v\x18Ç|þûyF™ìó#±\t»/"
  b"\v:Gâ\x10.xM¿„»wI\x13¾Y"
  b"\v[fµ‡x=M­Ç\x16æ¾>ù£"
  b"""
    \v\x02\vR\n
    A­s\x16\x03
    """
  b"\vÑŪz¨wG¢ŒTW¬%éq"
  b"\vî¦Î$ƹJ´þµ¹~*\x05¥"
  b"\vø\x11~ݪáK¹ëY¾dt€ "
  b"\f\x159eêóÙ@†,i\x1F>Z‡!"
  b"\rg¿•Pº!B©¡Ñ[\x03¼˜Ü"
  b"\rt\x01Ý•K‰DªoÐEòÔÞ\x05"
  b"\rÄÈ(^õ(J´ÃVz§£HŒ"
  b"\rÅÇ•>ÔµJ®ÕÀoìÄ–f"
  b"\rÐß»WTRD¸³AO4D\x07\x0F"
  b"\x0E\x1At­ÑL*LŠ_\x1FmÖ|\x7F"
  b"\x0Eg°:$b\x05LÄTélÉÂç╗"
  b"\x0Es®á†-¨A¯¬Ç×¥\x12¶'"
  b"\x0E§¼©ç‡uO—4Jš|–KÊ"
  b"\x0E¤╠╝»ú#BèØFÎxamm"
  b"\x0F\x00>µ9ð×O¥½­zG>ÉN"
  b"\x0F;/×"ËC@´\x17„ñ¥Þg]"
  b"\x0FC‰ ey¢G‹JŠ\x18\tf\x1FÛ"
  b"\x0F\x04 Ü:D¼žS‡¯8\:"
  b"\x0F[▒ìl┌TIë:\àÌö$|"
  b"\x0Fcu\ûÌ\x1CLìÙË\x05¾F@¤"
  b"\x0FxìV¯cÍJº’\x18Õ?æTÀ"
  b"\x0F½èæKUbMüø_Øð7ÖÆ"
  b"\x0F¿”õÖQ]A¯rã>°Õ5œ"
  b"\x0FðC¥î¿EC¥ð„ÃÁnLV"
  b"\x10=KÔQíÉ@«\r\x07½J¼Hæ"
  b"\x10¶·KY–žA¼Ìñs†Ÿm\x1E"
  b"\x10Ñ{“Gƒ$L¸üÛ2û(`î"
  b"\x11\x11¶-éeuJìûÈ\x00JØ1¤"
  b"\x11<øÎE\x1CóH—ü¥|Iýøý"
  b"\x11Š_\nú§\x00F¹*fCYå2•"
  b"\x11¢z-jüŽMµá‹í1j\t"
  b"\x11Ð\x15ðC5¶K»ìÊæ║þp¶"
  b"\x12\x04\x07\x04FK»ßA&¿\t\x1Ds"
  b"\x12\vˆÚi$2Iƒ»|–Iinj"
  b"\x12\x12Žœä@«\x18A\x05­"ÿº"
  b"\x12¿>âº4\x00A½Íüt8x#O"
  b"\x12³(£ÌMŒO“½ÒÝ·\x15ÿN"
  b"\x12Ý\x00ñÑ\x06E˜±ôp\x10\x07d"
  b"\x13CÚs\x1AɦA¸Ö4oŽQøH"
  b"\x13t.Æû±{HŽQEnÙ?Ó\x17"
  b"\x13¡\x1CÝl\x1EmL±ña_H\x10€="
  b"\x13¼H…tþ\x17O›O\rå#ùó­"
  b"\x13ß—~Ý\x03”L›3’ŽU¿\tä"
  b"\x14¯½ Ç"OI§/!n†„/x"
  b"\x14²Š\x1DDËsM½\x04Ý\x7F¿\x16É="
  b"\x15ŠÛù©á²M¿\x00èlt‚‰˜"
  b"\x15┌37Ôf\x14N²1Ë\x1EØ>L"
  b"\x16(Ö)®Ð&L›çè4ø™©œ"
  b"\x16,|g½\x10&F²ç3( ­ÜQ"
  b"\x161LV}Y\x04H£ƒóºO#`,"
  b"\x16Àˆ·ðÅ\x05L™]Òå›<‹Ù"
  b"\x16Ñ휭è„B¬=\x18¸¦8ùŸ"
  b"\x17\x1F¯j\x03Œ\x10N«e‹ƒÅå\x15Y"
  b"\x17³ã-¶f╚IØ%MæU¯ÿU"
  b"\x18\x03S\x08\x16\x1ATI±\x13hÙs£þ;"
  b"\x18\x1C‰Û–„B‘.\x037V¢kI"
  b"\x18X┼ÉB\x0FmIì╦£\x19;ÅÈæ"
  b"\x18nîÊÀ\x1CëE¦UÁÓ~…\x05Õ"
  b"\x18zÑÅI.\x01IŠ@嚎4äÖ"
  b"\x18ȲOœT\x07C‹ÞEš½V¦´"
  b"\x18õ└║¬ï■NØcÉ¥uè╔■"
  b"\x1A\x10™BD\x1EÆH“ñu¨áð2á"
  b"\x1A};+Õ¼°J¥5▓;\x1AuñÅ"
  b"\x1AçE ¿Å+O╣O;³\x1AÅáÁ"
  b"\x1AÅ┐V¸\x06┘O©«%åÅ<ET"
  b"\x1A┴´ ¹ÎºEóì│fÖ";{"
  b"\x1A┌ã¹7ÇÐA¬─>³╣┬ïÅ"
  b"\x1AìER›Í±E¯y¤ò\x1F\x07ùM"
  b"\e+Åû;;<I°d\eÄÒà(Þ"
  b"\e^\x10Ël13@¦¿\x1Aš²±›g"
  b"\em\x00˜\x12ð2F£wJ³\x03I”C"
  b"\eᄃ¸wdE±!\fÛE;·s"
  b"\x1C\x18JjÌÅ\x08D†e†/›\x15b\x01"
  b"\x1C)iQ’_ùK‰ªë(ð3¯]"
  b"\x1C\x0FúÐîJ´è¥Û\x17½4$"
  b"\x1ChÅ█4\x04╩Nâ¹\x02\x0FbB6/"
  b"\x1C}\nÿ/\x00÷Hªt3┌ðcìx"
  b"\x1C”èk\x06®ÝC¾\x0E§Dá› Š"
  b"\x1CÞü¥7xkFÄ\x0F\x00╗´\x11X\f"
  b"\x1D\x1D/­‰\x12qH©-\x00ƒ\x13Ŧ×"
  b"\x1D8ûóRÑ¿Ošl6’åñîJ"
  b"\x1Dï\x17EËÀƒLŸ•\x02\x1FÝ\x11„‘"
  b"\x1E\x17½’ÙPµA£ûæ‹å\x06ÿÁ"
  b"\x1E\x1F$QLN£ém`½BgÔ"
  b"\x1E¸#‡êT@D·ùé>?É\x13q"
  b"\x1EÒ\x7FyU-\x16M»ÄKx\x7F›6~"
  b"""
    \x1EÒÂ#Ê5øF‹8(ö\n
    \x02
    """
  b"\x1F\x18\x17ÿ[╩ðEÅ*Ø\x0F╣hhÛ"
  b" \x14÷´š\x04\x00L¼™ªòXí²]"
  b" ?”®_\vðJ“Á\x7FVRÄ©‡"
  b" •áÀ*‚-I™S‘\x00ãr\x04\x07"
  b"!O{}5ÿ\x11M§+›KÇÄÌ8"
  b"!c\G†Ê³O­+D6ÃôpG"
  b"""
    !j\n
    ¦œ?\x10Fˆš€ ‹‹åÙ
    """
  b"!\x7F«N\x1CÎ^L«É\x15\x132s4á"
  b""Jþ\x12Ûà¿@¦s³O®ÿ“X"
  b""rj_˜Ë—H£¢ªã \x08´ø"
  b"\x7F▀Ný¶Dæ╗ù¶gõu\x1F"
  b""¤KGh:éHŽ\x06L$‡Â\x05%"
  b""ÀýÉ|ƒ¼E‡m.~¡Úà\n"
  b""Ô¿\x18▓╔·EÆÉ╦øý\x03ß\v"
  b""îHn-’=B®æ\x10õð¦\x19f"
  b"#¨U@Én»F¼9\x05ÛØ°Wò"
  b"\x17Ìï \fB³^¤À\x19\x18"
  b"#åq¤bRÝE’ÃkV\x15Ξ†"
  b"$\x01¯=«±ÑBìpb%ét9\x18"
  b"$\x1A\x13 "vŒH€ÓûÑ8\x06E\x07"
  b"$JtŸÿ»\x1AJšÉNÙwÏcú"
  b"$Z3W¸î▄DØd\x08Ã╔m93"
  b"$sh8^¼ö@Œ'»a¯IjB"
  b"\x07ͽ¬„H±)”Ô»Á"ù"
  b"$í@íŽliM»÷úäùdXù"
  b"%WZç©ãšJ¦>ÀÊ?¹\x14"
  b"%b,5hw_Cš™ú\R~r&"
  b"%y\x14d¾qÜO£¾¯\x0Eù„ÊË"
  b"%§AÇÿâØE£'¿╚╠─k~"
  b"&5¸›\x08hØL©»ˆ²¢ô\x11L"
  b"&´š×Å\x1FbF‚\x00¡Ï1|V²"
  b"\x055ÒáwO³Šw|x[Qü"
  b"'\x04ÆS\x1A·\x16Mø╔Ø╚ ÓÅm"
  b"'_Sõ©9®E§¢Ž)áïÝ#"
  b"'eRw·_\tBŸz?ãö©Z\r"
  b"'{‰b\x1EÜŒJ“‚aÑžgŸZ"
  b"'‡×\egÿäB¢\/ïü I\x03"
  b"'ñÄò «n@€O´‘öL½Ù"
  b"((>\x00èQ@B«\x0Faañ¬z§"
  b"(>Æ\‰f\x1DJ€w5Kžô\x13"
  b"(B4\x00qè¶C®Ý3\e˜È.¥"
  b"(kÊsØ3│EÆnSv█do©"
  b"(ŒÑ+Æ\fqD‹\x0E¦s@èA¨"
  b"(ÔÒ½\\x1E\x16B¶õ#•…É›í"
  b"(█íau,¯G©&¾Å:K\x02@"
  b")*\x13™^–-Mž|à\x16FZiÑ"
  b")lÍZhUìB°Ÿàc5@æ¯"
  b")ÅJì|ã·J¢°?\x11\x00ñË"
  b")—ê»\x06®<J¿n¹øŒ´ÁS"
  b"""
    )ý°Õ\n
    *\n
    J¾¢/\x11J™2ü
    """
  b"*,\x0FIrß\x08B¬D\x17Uw\x02"
  b"*X\x1Fàt~fM”鬰Wwò\x1D"
  b"*ytyíi6I©«+ÇÔƒÜ}"
  b"\x18m¤11O‰>Ãw/\x07úë"
  b"+|£dVÌA@ê[%│+Å{i"
  b"+░ƒ\x07¸\x08╔OÉ\x18«V½¢,┘"
  b",ncÉ nÙK™\x10qf³LNá"
  b",¦÷TÌ5À@£õ ²ž¡5R"
  b",Ï»Åb,pOƒ\g\e¾§«Ã"
  b",Ð\\x07åh\x05F±W^ª\x15+ó8"
  b",Õ]\x0F\x1E?þHì¯÷ªPxòõ"
  b"-\x12¹9\x18\x19FC†Û\x1E!\eÀZ\x04"
  b"-╣µ²®█þOègÉÆY░%}"
  b"-¦ØÝÚÝ\x08K¢§\x06üo¶T¤"
  b".\x07\x1DÜþ\x08†Cœ\e\x00Û÷4"
  b".CFY3ð†O°9ík¦érî"
  b".zì\x1D\t‡ßL…Ú®.ˆm _"
  b".ÉÀ┤▄w±Fæ"¤Ëéàö\x06"
  b".¿_vJ\x04"Oìîðƒ£xn\x05"
  b".ñïÛ`ž\rN²(\x1A)i§|¤"
  b"/)Y┬ı\tiH¿ÜÀ¨F.ÉØ"
  b"/3\x13âDžJº~ö¶I¡´Y"
  b"/\x7F2z.§|D–=L_Þenö"
  b"0„Úh#\x0EçK’Íà\x031l%ú"
  b"0¦êöÈé÷I–<V|Õ\x00‘Á"
  b"1#\x15ØýØKH▒\x1A.3╗Aı³"
  b"1v?èü/\x18@”A×þ.59Â"
  b"1ìßSc┤§DѲ\x19âX\x00ub"
  b"1•R>¤H\x14I´™÷"Ôêî"
  b"1—,}\x1A±†J¸h|T­­‚G"
  b"2+/(\x02u\rD—\x05b—ðÔÖ7"
  b"2“”ßJ\x12âM²èŠÔ)Æ2\x1E"
  b"2ð┌\ùòjCÄÁÉ\x18aèîX"
  b"""
    2âÉ*\n
    w–L€í\x19mé!ùì
    """
  b"3\x12s├╦1­Nºó\x0F,SÅMâ"
  b"3)ËP|°ñC–€õÏ™_\x07"
  b"38\x0E+·Ä7N░\x027ì:PÎ\t"
  b"3vÖyƒþÎI¤S>ç`]c¯"
  b"3Ķa»]┴CÅ4Í+ß■#\f"
  b"3├ãýähuAçbµ▓ì¯┴\x08"
  b"3¤U\x19pO║Oæ┤ÄìV~Õi"
  b"3ÛŠÛ™åÍM´¥\x00Ç‘×\n]"
  b"4wÖ\tN[\x1CE…¦»›°jL‚"
  b"\x18Ã<ÇÃMÂ┐J_\x1F«ÎF"
  b"4ây†\x03BsO£Ý.<EŒù‹"
  b"4÷%pl?ÎI‹aÍî\x18éùû"
  b"5\x07Í\v—’!K°DYËA6öÑ"
  b"5\x0FÊùÊš£D®>Î9½¸¡5"
  b"5@\x1E\x04┼ò\x02\x0E¦+\x18ç^É"
  b"5e %\x18m\O¹õõ\x02g“õ°"
  b"5}ÇÉ>_'B┐p5ƒ?═Ê~"
  b"5ÐðÙÈKöG¨z\x05Û|œ\x1FÖ"
  b"6\x0F(ý6iô@‰š\x07\x10h;çÉ"
  b"6A\x1D,¶”ÉFºX‰ðË:¯\x01"
  b"6t\x08\x7FÃôøI†KRÈØY}T"
  b"6ð▄\x15*©jKûó\x1D\x14åØ█┼"
  b"7\x1A\r\x04’pžM¹ÅïýÝË`­"
  b"7AMèöyÒNñU¢║v┐tü"
  b"7†ÎéÎ;\x04B®rÖz_ý%†"
  b"7·"€Å\x01ÊB´Êüwç~[D"
  b"7Û]†ÒI\x14H’¡,ra\x1C”²"
  b"7Ýu÷Ì8«I¼Ó\räØ\x08"
  b"7õ╝6¥\x014JÅ\eÍC÷M{ø"
  b"7ðiæW© JЬvŸþ6‚\x01"
  b"8\x1ExR¨e|K²j¦²üœUg"
  b"8*"ãµ\x17;NÜ\x1Eì▓òÓ\x1F"
  b"8Aá#Ùù’F•`þIì\x14Dl"
  b"8Q©\x19®}RL·\f\tä¥V\v*"
  b"8Y¹,ØsïCš\x1D%\x01=4‡K"
  b"\x14†“\x0EgH—K¿\x18ÐðëÊ"
  b"\x13)üj²FÁ¾┬\x16┘yªÿ"
  b"9#¯}áéAOƒ»©‡Ú0\x1C"
  b"""
    95„P¤SÝF¢ä¦\n
    t_\x080
    """
  b"9® ì\x1C┐«LÉìÐ8e!ÎY"
  b"9´º÷H\eÙJ¿\x04¯\\x01Ø£X"
  b"9■N\x16â&4Mö\x08ÐÓ×É▓_"
  b":&+üÆgNEëMìı¸Ðà\x10"
  b":.\x06$ĪäB¡¶…Îã\x05cE"
  b":.®•µ×\x01FˆÈ–m8\x1E­º"
  b":v\x0EL╬ı║Là\x05\x15æ8Øzò"
  b":üEü¨p\x14\x7F\x04\fG`╔\x10"
  b";\x1FH±çCQK•!\x02ÿZ™—x"
  b";:2ð\x1DwnM»²\eÈhš\x18\x05"
  b";R\f\x07I¦wD­\x02|XŽ<KA"
  b"<\fÇìµá\x0FOÉWÇiçæ×?"
  b"<‹"‡£ÿ3A´â19–\x16h\x07"
  b"<¡šü\f\x11\r\x18W”»è^Ä"
  b"=OìÞßÛøEò7o u‗~í"
  b"\x17ÇY\x07LF¼/!óQy\x18®"
  b"=ôÿÃ;\x0F\x07Aˆ¥*ÙCž#B"
  b"=¸│ú\x06ì´C£å²\x05┌┐\x17å"
  b">[ôx¦DèMÅ#´ÁUUR\v"
  b">q¤™\x16ä\x18@¾·ÁoéE"d"
  b">ÍùœgÈèN›:,ƺ!ÿS"
  b"?O╝l¬êìOá┬©­G╚l\x02"
  b"?U\´u·\x0EGì;h[%|°\x1F"
  b"?ü┘!ʺ£HüôËK┼ÖÐü"
  b"?¬ÓšÓK$C¢‰Ï~\f^¶W"
  b"?¿ŠtliÚB Ó)\x15•©A9"
  b"""
    ?Þ,<ˆÂ˜B½sC\n
    Ÿ\x06Ÿp
    """
  b"?àûš®X/@²rÙ\vcp†_"
  b"?ê%cåGÓB…\x14ºsé—x×"
  b"@\f´„V¶\x19G¿&ì¸væ’Š"
  b"@zßÈ ìSMæ┴ß)Ã▄┌u"
  b"\x17\e~©7Dš…µ\x05†š\x0Ea"
  b"@®¡7sß(Hƒñ]è\x17ªUÔ"
  b"@¯zÒ%qvK—úÓ£™×˜S"
  b"@ÖÒHfåõK» gH¼©\v&"
  b"@°S╦ð3\x0EB╣ÛRÌ\x1F}É­"
  b"AÉû╩%¤\x11Jå2¾M]½µh"
  b"A­ün ¶oJ½‰û¢/1X#"
  b"AÂ▒A\x07å\Oü¤ÄÊ\e=x]"
  b"\v\x1E­\x13KF©'²âS\x1A2d"
  b"B\fRÒIŠrG­\x02÷jÝ:M¯"
  b"B‚•\x15÷¤wH³‰js\x07©úH"
  b"BŽ‚8ã̵K‚'X£Ìû¡\x1F"
  b"BàÓ€šÎÌMŽ,Y\x1F\x05JI•"
  b"C\x08Ú9ª°¡G»▄rÈ\x19Ì┤ì"
  b"C\x15\x12ìÉS{Mª¯ô█YG¶╗"
  b"C2Ÿ¸ÙÛûL¯f•Ÿ²èÿS"
  b"C½â=²s┼Bè╣ìg£j\x1E*"
  b"D2‹+J\x0E_G‚êõߟ47n"
  b"Di{†ãéûHµ>†ÄRêæù"
  b"D‚¾ƒÿãâNžxƒ±%Æî­"
  b"Fp\x00T€\x14¬Fª\teëu"
  b"FŸáïÌõBF‹åWk‚"8¼"
  b"F£”@ñ)WA‰cÏ%`…ÓÐ"
  b"F§ŠŒ)\x11ùB„†dÅ¡sx§"
  b"Fêp#˜.\x07J†U{oÎQ\x17g"
  b"G\eºÀ·ÄZC…fçŸf„r\r"
  b"G™\x14G‘ž’N´•V.x-v}"
  b"Gí*\x11ƒ╔╗L×ıì▓\x1C\x14"
  b"G¬u,<\x0E\x18H—ð\x06ʾ¡èž"
  b"GÅ·ˆ‹z,K¿ð—!\x10½»¹"
  b"GèNঔOH—b#öL®#<"
  b"H1„=]­¨Hš²S\x15]u©»"
  b"""
    H?0Ĥ\n
    ÇBˆnðÉ39\vË
    """
  b"HG\x15G³›4@¤zEö8ŒÌ·"
  b"Huc¤Õû®Gº ;£÷A\e}"
  b"H\x7F░ü}╬\rF碭6(·\x10\x08"
  b"I,ÕâBÊ╣C┐k+Øıjb^"
  b"Iq\x7FÑý`BIªÜ”\x04í­¨)"
  b"I┼h┴ùu»Oƒ\v¥V¤äØ\x10"
  b"Iù"M¯5!D½¢³$\x08õ b"
  b"Iú¥8}™‡@¢\e²Í\x19ÛÎ("
  b"IüÐëc%ŽCº\x05¯\x03(\x19"
  b"J<»ä6@\x1F\x1A8³*ï\x15r"
  b"Jv?‹\x058¤I¤Lç8"ÓH/"
  b"Jê±ïºÉ─K│|J═i*ý~"
  b"J╦§$■╬lC│RZ»░Ø┤."
  b"K\x04<K0¼æJ‹(ƒ-÷"ó›"
  b"KmþFt«¡E¹7³³}Ó\x06Ç"
  b"KØ`ôÝpEL░íË9ß▀DN"
  b"K¼7!qì╚Cô즫\x08YT/"
  b"L,Tiå\x05èA‚ô!ž,y9g"
  b"\eo$°†H‚i`Z\x07Ó£_"
  b"M!¡ÌT\x0F\x12N¾¿½¬\x1A¤•""
  b"MwÖă\x7FßDŸëCñC14\x06"
  b"M¿Ç±ß│}EÜY┬PCD±Ø"
  b"MÀv1ä\x06íA‰ºœò[»“X"
  b"MÊYÔ®l4N•QŠøoÔ³\x03"
  b"\x05éùG‡H‹Ë»ñá+Çé"
  b"NFß֎ʪK’¤hD\x18UÅW"
  b"NI\x08$‰ƒÃG˜S:ãÄ^Ѐ"
  b"N└ó¨├ó\x16\x17£Ê9╚\x12Ø"
  b"O0Ø`ô\x1C}KêL­ëeéÛÇ"
  b"Of[¦2\r‡D»\x12éÝlR\x15É"
  b"P\x1EÚ†^\x11\x15HƒŸT\x01³#î¨"
  b"P0˜6TR>H¾ÊÛ±Êü¢±"
  b"Po­ìé51FÑs\x10Ì\x08\x03U├"
  b"Ps╝xÕ┐gOÇÏû╔ØÀû¡"
  b"P}tÚñ»UG–T%d\x04\x13m–"
  b"P€‡|þÔ2E‰ÞÌŽ`kÉÛ"
  b"PìÞÍ┌61CóñYà\x17¤Â╦"
  b"P­6ni&tFµ†¯‡C\x0F\x1A\x13"
  b"""
    PÇN3Kï…K¢\n
    \x0FÓxñ¦ï
    """
  b"Pµõßì-lI┐´Éÿ\x01n╦´"
  b"PýŽ\x16T¤OI¸VŠVõ1a»"
  b"Qot˜\x00,y@€º\v‚—½Un"
  b"QÆÜ\Ì\x04\x7FGɹ3ß\r\x100\x14"
  b"QªRG\x16[d@Š(.‹¦š\x16È"
  b"""
    R=\x7Fž¤\n
    \x01I ·›<j}Å\v
    """
  b"R=å¬s÷üF¬b7çõ)÷Å"
  b"R²ÿÅ€2\x1CAƒ_ž\x13悉„"
  b"S\x1AW´meYF▒\x19òÚ\x10Ø£Û"
  b"S‘¨8Î[ùNš™zèfô<]"
  b"\x04╗XrÑEÄ]\x04\x17Ø)eA"
  b"""
    S­“K°N\x18\tB*g­\n
    F
    """
  b"S©´£j\t\x07IæZ▒üÕ└oy"
  b"Só$ΆÖoG±¨ô±íJ·¨"
  b"S÷ð‡ÈO\x7FE¾ ³M\x06\x128‚"
  b"T\x19¥@4¼.Kˆ$ý\x1C…r\fö"
  b"T*<ˆåwŒC¸ŒR.µîK6"
  b"To#+`¹âN¬Ë«!\t¿„\x02"
  b"Tž…9ºŸ[I„\x17Á䌠€¸"
  b"TïË"\x18\x02˜K‹\v¡3ò‘64"
  b"U\x1D\x045sý=C©Í\x1E\x18v˜$\x03"
  b"UXä\x03Å\x13]K¢¥£r\x17‘ýk"
  b"UwÞºe0TDš:F\x04ò|‘A"
  b"Uû†` 'ÃF¡Y\x04öJ\x10=\x01"
  b"V\x04\x04Ô.çóB¼bVVÚûQÏ"
  b"V_¸såÇÔG¹ˆu\x1Fŧ\x02r"
  b"Vcè\x14˜Ö{@²¦ä\x16:Úö\x1A"
  b"VÍ$7@OjF—…\x08ýaƒbq"
  b"VÔ)QÞ9\x01F˜¼hªŸ\x07\t¢"
  b"WBD©ÀªØLµÔÍXD ßÌ"
  b"WO"ø|úxEÅüBl\x05¢\x1F6"
  b"\rІê™C––\x07­'Œ˜\v"
  b"WÐßB\x02┐ÉHáhDhr_8╔"
  b"Wì³0&öÎC—¹\x11¤ýMƒÊ"
  b"X=fî<╬█K×ÕöGâìûø"
  b"XOü¤:8\H ='1°Ñ®ÿ"
  b"X|i¢þs)I°šI}\x14Saì"
  b"Y/#u°TÄA·äq˜UG3±"
  b"YO\x08i.Ø>KûIr╔$Ïúô"
  b"Yg\x7F\x06gI@KñØOmßS\x08¸"
  b"Y|\x13ª:XMLÅAÊC£.Ãû"
  b"ZAû\x1A¡\x14 @ñ­■ØÉöºU"
  b"Zbüb×╦©CÆ7b²¿\x16î\x18"
  b"Ze$®ÉËÏJñ&Éï╝àÂë"
  b"ZƨÈâRHO¨Ð§}äO ä"
  b"ZÕÚÙü■»I¥Ç+(&9}¾"
  b"ZýÙ·Š‚]M‹›'×ýº\x1Eˆ"
  b"[¢1F±IvF‹1}`ùIAu"
  b"""
    [ã]µ\n
    nVA·¾Ó·¦)5ð
    """
  b"[¯ÅúêU6DÉ╝YG4\f"
  b"\&—÷î»õK‡èƒ¨Žzé"
  b"\rÐWm©rN×Å;y╠M╝}"
  b"\~\x06Ø}trK▒██Ü\x10>ª·"
  b"""
    \ÄAGYTrO░\n
    É╬7\n
    ─î
    """
  b"\x1F°A¦°E¹Â<³%(Š@"
  b"\ã“°µšWK°û\x0Fü¥Šy@"
  b"\x00ý6ÿ|N“äA\x14¹ÿí\x7F"
  b"]\x17k<ØÂÑEÀfªÖW┘FÄ"
  b"\rõní™B§¾‡M¨\x1F\x1Aâ"
  b"]÷\ ┬4\x05C¥¨Ò6┬||Å"
  b"^F÷\x05±í¬HÉnRýÃI/â"
  b"^\£ö,¼ðGº+Å¢\x00\x03"
  b"^ìÊR\x1E\x03\x1ENïI9âï─^¶"
  b"^¼F²ÁÈpMüLª\x17í\x13Ü*"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"`\x17¥ÀzÔ\x13GØomc┐ñ´o"
  b"`‡¹uW—;B¥PÝ\x11P@1Ä"
  b"`‘]äÎ0,@²t\x0E„&ä¿\t"
  b"`¼uf\x08(\x19C·_“#`±¥Á"
  b"""
    `ۺ\rǫ\n
    Aè]9ó_ü■E
    """
  b"a@GNú©òE‚y¥¤8Æ\fþ"
  b"aq#!ÁfòAŸe"¥žÀÊ "
  b"""
    asá\x14L\x1EÂ@œ\x1EŒ‰\n
    ìW²
    """
  b"a•ÀÀ£$Â@¶V­×\x11\eu#"
  b"a¿}\x01ÑD´O£L\x050¬Uê¨"
  b"aµAÚ%°\rMüq┼8G┬┬╠"
  b"b\x07ÑNý„áC¯<µÞzd€ñ"
  b"b\x08M▓?5¶@Ŧ¥╗â╝¼õ"
  b"b[Ý\x1F_êB¾³Ië´Æ,°"
  b"bc¡Íw(-GªÅBÝv1ùë"
  b"bjp}ØÈ+Nå\x12ùÛA\x1Aò\x02"
  b"boï\x17\x17^|F˜¹Â\eÜ\x10"
  b"bs\x018„4ŒB»ˆ¯Á¡ßøG"
  b"bŸ\›À\x16èN‡0§\x19;\x08àp"
  b"b╬°}¤r÷Lì\x03\┐=\x02èÎ"
  b"bðÌâö\x04Ø@ø\x7F\x01\x03ç▓"
  b"bÒÙªõDwL¾¹+J\x14\x11\tx"
  b"b§]\x05:%ìHŶ\x0E\x0EÊıÞv"
  b"c\x04®§’ûåL´]€³dAòc"
  b"c\x186*Ïw¥Mî╬l2Yüun"
  b"ci-4\\x0E³M¯\x00ŸírO">"
  b"cÐs7pŒ*Iµ\x1CË€´ýj‹"
  b"d2¦&‡œïF”\x0F9\x1A2#Ñt"
  b"d┼x\x1Ds▒ßDæ┐Æ\eì<_o"
  b"d÷W;yöA@¼DìNŽnO="
  b"e“¹‡.¦âA¾#Ðñ5ÃÊ("
  b"e² W寄J¸\t\x18‡^:ùV"
  b"fRÁñ¬:¹C¥\x14»?llpÉ"
  b"f‘\e\x17èW\x1CN­Ø×–½\rE‘"
  b"fÜô\x06c\x1DîC‚Ìóufeú;"
  b"få=šåÇfN„\x11®*c“!¶"
  b"gZT\x14\x1F5gO„ÑÍBV\x07\x02J"
  b"gtö)LñhIìTÀº³▄6¦"
  b"gªÆ\v\x19!\x06K▓\x1E└╠Aüè}"
  b"g¬¤ \x1FFWE«uz\x14­È”y"
  b"g▓e\x00\x12óBJôØoÂ6\x0E"
  b"g׉C/\x10QL¥°²‚ªqOn"
  b"güí\x17\eeÇ@„ÞnÌ|ޏ¹"
  b"h%\x18!Hü▄GÉ\x08¶£\x10G÷9"
  b"h<­¼ì¼├J×\x12~×"$?\x02"
  b"hE]’Ó­jJ¿\x10ˆ5öÃu•"
  b"hgÑ‘ßh“BŠ„YsUs‘p"
  b"hh\x07Ò†U±F”|\x10„BPá/"
  b"hy\x04\x02\x13\=@¡TÝ‹(ç\x1Fž"
  b"høB* ü\x13Nç&9²*©8\r"
  b"h «"¹¥ÐJ±í×\@ãÔy"
  b"h¶~\x0EyÒ–N–FX˜E¥ZX"
  b"hý«È\x7F\x11¸H”Ї}Ôþ4g"
  b"i<\x0E3yÅfD½L“\vU•/&"
  b"i„ezÚ‘€O°üÜ\î\x08"
  b"\x06\x14«“#Bµ\x07sÑ[ÿ88"
  b"j\x07¼É─)3Hü\tå\x19\fUý┐"
  b"j'\x10õoŽÖ@®;æœvõ\x1DÌ"
  b"jpÝÃ/\x19\x10L‡°¯1Xˆñ_"
  b"jÉ_NP█¦LÇxAë╝ôg╗"
  b"jû}f*]ÅHÜÍ¢ôSGhB"
  b"k,<\x1A&zPI›Åc\x150÷”X"
  b"k@\x01„4“¥G€\vóàô*í_"
  b"k¥ýìÄÚÜDˆò³©”Ìð\t"
  b"l/ÆŸþd—M¸Í\x17Tæ¥äí"
  b"lT¦¾¬SlI‘åG¨\x7F"øc"
  b"la(&M·▓MùÜ×Ê╬Å1ı"
  b"l i1IX4A”»=â\x10_ú½"
  b"\x1DüC#ÃIÑÚïS\t┬Ü¥"
  b"l¥└5ø┐KD▓ ØNm╣×╠"
  b"lÔò9’æ<@´gIâ~"­ð"
  b"lÚŽÛ‘\x16œLŸ\f4V,cÝv"
  b"lÕ>·±¶¡MÉ└\x05u╝╗Çû"
  b"lÿq?úDhJ•\x0Eë”:*‹;"
  b"mCÚ\x16\f߬C˜×ŠŒˆ<3–"
  b"mT─DqıQO¬┐¨!ìH\x04{"
  b"me\x0FÐT\x12øBˆ´mW`ëxD"
  b"mtþßÿÝÃB˜üczècRå"
  b"mâ‡sWýùO ¨Cî?]µO"
  b"m õÎ\x1Cd;C┤╣\x00ü_§¿ï"
  b"n3¢\x03uÏžMšâ\x00\x02Ý·\x1F\x10"
  b"n…oUö–¶J¢Ý>ù@vÝy"
  b"oUÐ/¸PCO²Ç©[P_ed"
  b"oy\v`╩■ØBú1D═x~3\x13"
  b"oˆ;ÕCacA¦1m\x06km7÷"
  b"o’úæámbLµßâ \x10A„l"
  b"o¡òx¸6¤I¥kÔg‹}1œ"
  b"\x1Då÷L\x03J¯˜¹c˜žI¼"
  b"p2–„\x12™QJ±|ʺ\x07ˆÎ!"
  b"p3!8a$?F·\x04éÖTÚ‰¡"
  b"pü÷·co\x06Hÿà╠,õÁ\x17"
  b"\x0F\x1D\x1Ai¼Gˆ.Î^°/<t"
  b"pá┤® *UG¿─|ºØ\x02├■"
  b"pì…Ìz³ÉG³ÈéæÒÅ[\x0E"
  b"q\v\x17¿:\x14H╗ìz$â¯;,"
  b"q Õ4.¤úH½ä\÷°òà\e"
  b"qr[▄┴iWA╝ÐO┴÷üÎf"
  b"q¢ƒ…Ù\x1C’B›ºòùŒ9_Õ"
  b"qêŽN9…ÅO°ß\x1D¹\x12äϨ"
  b"r\x08#vöCÃG \x15&\x01"§#z"
  b"rS┴)Ð|?AÉ┌µÚ_Kë!"
  b"rX\x01d¤¹O@œ:aVzŸŒ0"
  b"r–ŠOz\x00ÃM”äMŽó\eí*"
  b"rº5ѵ\x0FvG‡Ã0ûØ\x08…T"
  b"s\x07Ï<3°yH³Pu<A¸”È"
  b"s4o\x03ædÔF”j[É\x12úæ“"
  b"sOMw~ \rL³wÙÝ›¹Ò–"
  b"\x00Ø\f¯§KŒ\x13g4ü(úš"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"sÒ·\x12T}4FÅoP&╚<─^"
  b"te\x00î¦Ñ\x01FƒmWÐ\x1D:wˆ"
  b"t~±¤µÑ3Iì░c<Îg'È"
  b"tóù˜Lñ¯H“\f\x1DÆXJz\x08"
  b"u\x06°\x14\x00¢\x14I°úí,?'”Ç"
  b"u\x15ì×ãoÓA®es‘\x06\x17"
  b"u\x1D0oÍò\x07Kµ)\x15+ôøE‘"
  b"u$ü■N\f«O¿xÜ¥³ÈGl"
  b"ulÔF\x10UUBó^┐îì^ÙÊ"
  b"ué‘›\x1CY‰J¢‘‘äCÆ0·"
  b"v\x01´p>ã¾I‡g9kûµ5·"
  b"v\e]"¢k7Lö╚2x\x18R!Ø"
  b"v\x1E█▄Ø\x03èCÜ\x00Tû╔\eéâ"
  b"vîéc\x1E>þBÂ\x02i©týÉ\v"
  b"v—Ú‹\x14láF‹Óê½…‘B\x1C"
  b"""
    vü®ê\n
    N¾L­Ú5Øu¸‘¤
    """
  b"""
    w\x04ü\n
    \x03@▓█´1\x16‗V°
    """
  b"wZõƒ\x14ÉhI»Ý-+\x19s>Õ"
  b"wjúÀ\x1DÎþAƒéX½\x10á*p"
  b"w«ƒAB\e÷O«ÙãCÁˆø³"
  b"x\v/\x14wZŽD¶ÏÆ\x1A÷k­ª"
  b"xL_\r3*àB—ϲ\x1DXúqo"
  b"""
    x`aµ\n
    “T@‹·åÙ.\x04
    """
  b"\e"EjàC°UÙ¯’-ļ"
  b"yDÒ║ÊHªA▒ÕùÑ¡ØÒU"
  b"z\x0EC³Z\vðHɯå╔~\x19¼í"
  b"z]Æ\x16\x13íøHÅÒv\x0F┌▀jÓ"
  b"z╬ú╔┼ãÂEØ‗─£[<IC"
  b"{\x03\eq”©qK’7^)l\x17\x07"
  b"{<ÑQ6}\x1ELÁ¤Åïð\x1DØQ"
  b"{K\x03–¯‚|E¤Ol\võ“£ž"
  b"{êkb\x1D9HL­·8\x03OÁŸN"
  b"|DÆTŠ)bG…g‹O^, n"
  b"|ûÅ┘ç?¡CÉá║g\rÞ\x11]"
  b"}\t\r|N€K¦Â…qC÷Ay"
  b"}$ÉRuu!J€rÌÐ÷*[~"
  b"}7ÇêÌ╦ªHº\x0FB\x1D\x1F\x02Éä"
  b"}=ù5âäÆB¡Ô\x1CijÃiù"
  b"\fU~SLA±ªm$‡Þ”²"
  b"~B’o]\x04cM•ßyõs¶\x019"
  b"~‡oÐÖþ¬L™%Tí=ø€»"
  b"~Ûø\x05Bý│Dì6\x17¿¿\vu├"
  b"~ðþò„à‡N­t¨kJK\v\x03"
  b"\x7F1УD¦zK£ßr\x14ÛkÁ\x19"
  b"\x7FVÚëÆÌLC®V;ƒkï%}"
  b"\x7F\x02i\x10DNäÉ ┐ßh\x08n"
  b"\x7FånI¬Õ¢G„x²PƒâMz"
  b"\x7F§(,YòâDíkì\el*wi"
  b"\x04WûP\pE“\eüÑuýÚÑ"
  b"€]5láãgG¥’\x06\x12 «\x01º"
  b"€q|]Ýó„Gž«A/K\x039‘"
  b"ÇzdÞÅ─PG╣%ÊÔ÷0Ïq"
  b"€ŒÚBYòFIŒ<HÒ_Sxm"
  b"Çì`·\e:JO¬*¢\x18╣SuÅ"
  b"€éÂN²oéH±1PÙ¤0žô"
  b"ü\x138#ao*Gí7çÓı)ã|"
  b"üºª;ÎùÞF¿\x0Eü±ô└¡B"
  b"ü▓\x0FîÛ\x03\O┐¿ù\t\x15?┴²"
  b"ü▓à┌ıÞuGà\x1ApT2S±\t"
  b"""
    üÊtǬåúKÀ4ßx\n
    'Ou
    """
  b"\x12æ€\rwàI†QhÞþ¸—¹"
  b"é^\tvUÜÜMÉQs`ƒfÛQ"
  b"‚b\x08]°<ÒL©Q1ÃêRµÝ"
  b"‚cæ@:€FO€þù\x04vvÉx"
  b"évfÞÌwÄB®&┌þÅ\x04Ð┘"
  b"‚Í>¡‚ômM°Àõ~n¾;ª"
  b"‚âû-ƒ~¦A¡'~\x19øS\x1Aù"
  b"ƒ%\x038\x00´\x1FIžw²7÷\x11»>"
  b"ƒ~\x17„ñÐ M‹¼ÝŽ¥N>¨"
  b"ƒ™šT"¤›F«°d*Q\vsV"
  b"ƒ¨‡Ñ^çÀOŸ:òî\x1EÙ\x14\x08"
  b"ƒë³i|sFO‰•úõÀZ–*"
  b"ƒÿ)G`8dKŒ4‰)å`\x17ú"
  b"""
    ä\vi\n
    nEéOû;{«3█iÉ
    """
  b"äYÿ'6_\x04MÅh\x06ä\x00±Ýß"
  b"„h¼©\x16™øE´Ñ‘ƒË£[ý"
  b"„oÁÄGm÷N¹\f$W:\e`„"
  b"„Š*^!fªL¾¬¢„ïm~f"
  b"""
    „Å\n
    ‡–H#M¹\x02ל’ÁY/
    """
  b"„ã„\x7F5*rB…?\vÉÔùTy"
  b"""
    \tÜÝÙÎ¥O¥O\x066\n
    
    """
  b"\x0Eû\x08lçuF¨Œ´–@ú’Þ"
  b"\x13\x12ÇppæAº<ìˆlx«\x00"
  b"…N¸ø5\x11‰A¹­a§µ2¯h"
  b"àYñ\x05UÿbNÀ\x1C╬<Ô%ÉT"
  b"…ó²¡[d\x1AG†Ó™yk\fÞx"
  b"""
    \x17\n
    é¶ØtF”Õ\x0F\x18ªŒO\r
    """
  b"åºÊ╩╩\x03ÅDò´\x1FÌ[ÜÃå"
  b"†Ë´ÑâÕÂHƒg\eæ¿£<Á"
  b"ç\x07íf\┐üMƒF:\vÁdð²"
  b"ç\x13¤2°A\x04@ÅÄúï'\x10`a"
  b"‡!«Â´\x13‰A¦\e&W+\x0Fì\x19"
  b"‡7DŠýg\x01F¿’¸\x19\f­c\x04"
  b"‡”§¶ï½oMŠ´:6ýÂË7"
  b"‡˜ó@ÍŽ³Fº2*=˜ÒYÓ"
  b"ç─Ã:5q"Kì\x0E\eq::#"
  b"‡ÅøX\x01VßJ—ÓŽ\x11\x0FÂe\x03"
  b"çß?\x19»º¢Cê¼Æ┴░▄LØ"
  b"""
    çÔgC&:─OØu┤Qiw\n
    :
    """
  b"ç²cwE¸üC║╩▓`7ÐòN"
  b"êy®É¨■IMÀOÔPV╔y─"
  b"ˆšÞ; \x11ÕK‹&ðz_]c°"
  b"ˆžê\x04›2ÙI¯[~aŸ\x15Ñ´"
  b"ˆ¥TÀò¹-@„\t&YÌâ¦{"
  b"ˆÁm?\x1Fs±F®œÇ\x06Ýh™µ"
  b"‰6οëFŒI‘›LpÜÖWõ"
  b"‰G¡­PcdI‡‡Lû7\róS"
  b"‰V\rµ\x1A ¥Gƒj›½±÷g†"
  b"‰WïЮ±cFµí=\x01HïÈ%"
  b"‰`Ì\x13íú\x12G­Ü`6&c<Õ"
  b"ëbÉ_Ö[╔Má‗ãµTF\x19\x1E"
  b"‰{iÀ`™VLž-Þ{@K\x0ES"
  b"‰¾6©õh.Jƒc?}+ØF\x1D"
  b"‰ëNs‘Î~F¶£û;ÉòÀ®"
  b"Š1|þÞ|öC²gËä‡,\x10L"
  b"è?0\x13░;ÙBɬCøé¹█\x08"
  b"è^ô/┌\x14ÉEòì \x1AÔý¼¿"
  b"""
    Šl\n
    Ÿ‡àÚF›\x017:G‚™C
    """
  b"оR“lã˜D„'¯r[œeÚ"
  b"ŠÔST\x13ŽÁN»\x1A¢Ü“\r±µ"
  b"ïÿ¦\x03\x0FË9JÜ]ıEÅ¿ t"
  b"‹ñM.\x10\fÈ@¥0©Áy\x18\t\v"
  b"Œ\x05úí½ÀHM¯‡w#<'j‹"
  b"""
    îI7î\x19¹îKü¬\n
    z*!"`
    """
  b"îiL\x14ü9\rDù^ÒÜ4{┤ò"
  b"îÿ─̧Y4Gªh»Ø(\x05"
  b"îØcÇóù■Kå}nÏ99\x7F]"
  b"ì\x02G‗4█,E╝└}ñU°ö["
  b"ì"îP¹Ï¤OØ\x12{ú­þı┬"
  b"ìø (¢I╝Eÿ«¸y\rÄaW"
  b"ì½íþýBÊOú┌ÿº¸qÍ\f"
  b"ŽBXÔœ[ N„ûwUJµt½"
  b"Äd═1ØæØI┐│8WÙÄ\x01þ"
  b"Å*¹d\x12'ÿHÑ}¾\x1DÛaèÕ"
  b"ÅG\v`ú3ãLé┌▓J\x1EýxU"
  b"Å¥-\x0F~▓\x15\x16º&┴▀oÔ"
  b"Ŧ7\v*H\C»▒¬3ªÇ/:"
  b"Åý·bK┬\vAé¨│©¸H S"
  b"Ŷ½\rÿé\x1E@Ä£½J\x7FÙ\x01\x11"
  b"É\fªgïLQH▒r<~─/,­"
  b"ÉGRÎ├øÇEù‗âØ`█¿f"
  b"ÉZÆ"ÆæµHÖ■³À╝üud"
  b"ÉÞ8Ó`,¯Aì\x00\e\x1A╠Ó╗5"
  b"\x02.ϸ‘«D•Àr©Ÿy\x14t"
  b"‘#ˆ\x18kŽVJ˜tW÷ýI\x05ù"
  b"‘Uüx¹\x08ØH„\x18Ÿï\x19+£·"
  b"‘䄇¤¨\x03H—:w\k̳v"
  b"’³×Ö\x01\x0F‘L˜\vò´ÚC—"
  b"ô\x1D ıHü¨E╣╔³EX¶gJ"
  b"“]¶lÝ„¿Aª‰ÛRØ9g."
  b"“~V—…\x1A§D†¤äp3X=0"
  b"ôì\x12┌Äv\eCí ¦NÉÿ¿ì"
  b"ôÐþÿa¤¦G¢üe-┘ÌÑS"
  b"“ã1$.6ªO£\x05\x134S§„h"
  b"ö?Rwÿô┘Mì s\x06╚EÂq"
  b"”¼§Ü\x7FFiA¾¿\x1C\e\x01”üz"
  b"”¿òŽé£9H–\x12¬K`©%J"
  b"”Üký®\x07ÌG£SN.¯Ë\x03%"
  b"”ú\x1CȸŠöDš…d.\x04=5^"
  b"”ú¥rȦœK‘žäÜÝNºÈ"
  b"\x18{‹Éø—C…'‰|o\x02"
  b"ò{YÐ\x08\x1FëHÀ▀>[\x13²ÉÚ"
  b"•ÊÕL§³–F³pÿÝèÕ¹3"
  b"ò■NÚ±┼6HÅ╠qŲ┬╠m"
  b"û_╦ìF┴¡Jƒ\x0Fê!ñ┘ý░"
  b"–dÞ\x17=ó²I¡\x1A\x16±a(‹¾"
  b"–ì4ó¾BßJ¾”q©\x16¸Ûi"
  b"—<ŸèÚ\x07NF€„–絤€i"
  b"—Iw½\eóèA ›F\fø\x18‘¦"
  b"—\wæÓ\x07½A¿ãQÊ 'õ5"
  b"—v‹–#¡ÞM•ø“êÓ\x1CôA"
  b"ùùÇñ{ÆFAò\x12?íÅá\x05Z"
  b"ÿT|øåÚ\x0EL½Ød¡KÞÎê"
  b"ÿï█ÝðãÉ@╣\x17$Ä!╣¾Ô"
  b"˜ÕçQf§èF–X\x14\x10\x15*\x04\e"
  b"˜Ù\x1Cp~iËJ¦¡#\x07*VN•"
  b"\x14\v‚ÛI~O€¬hCÂuÜV"
  b"""
    Ö3\n
    J¼üçFâDàf─At£
    """
  b"™py\x00\x00\x03\eA®ßV\x1DÚÖ\x061"
  b"™~7®Ç¸vL¡á‚û?5¡r"
  b"šWÒÁV6ÓB¡I"8:ZÐ\x08"
  b"šcb«˜ç¦C€é‚b ?eV"
  b"ÜlÒ\x02▀à2DÉ÷° \vó\x10"
  b"šÖj¿\x18g<J˜v)*\x06¨’*"
  b"\x12ØGIÔ,K€G\rþ1x†ä"
  b"\e¢˜¼Í>D™\x16ZÎŒ#\x1A@"
  b"›,)š\x12\x18NLµŸ7\x7F$7\x1F§"
  b"""
    ›6ðè(˜íK°A \n
    µ˜,»
    """
  b"""
    ›Y4Š9\n
    \x7FC¼mÓÆ@ÿw}
    """
  b"›µy"^6HLŽÑv]zØ\x14þ"
  b"›æøÇÁ–ÙBŒé:×K ·]"
  b"øÚ\x17\x0Feg@òÅõ»▓¹\x0EU"
  b"›ì˜úQDnJ„£K*”q\x1C"
  b"œ%\x05\x10bE¸¶cÚ*Ó\x18,"
  b"""
    œQà$V]§@†\n
    \x07ì\n
    
    """
  b"œtš‚¨\x14±F©\x01\x14ÅÇQ;v"
  b"œÛùqxùùD‹\x10u¯ŽC°y"
  b"Ø(¥éÂizIÖ3█L«\x17Â\x1F"
  b"Ø1:ÿÑ\x112M▓ôò÷Ï\x03N┤"
  b"Øpîyµ!kEÑKü]æöxX"
  b"ØÃjQÄÎÔ@íK\x7F»\x1Aè╬º"
  b"Ø‗?V¾Ó­IǪ6Î■#7©"
  b"ž\x05Rìr’€B„–o}Íógb"
  b"ž\x08…†wcµA–ã_F=‚ÏP"
  b"žçé\x10NÏ)B¨63—Ó—Äå"
  b"ƒTÔ§´wCJÑK­ÚÅ.n&"
  b"ŸŒöFÕP¡Bž=\x08"?\x17è\x05"
  b"á2\x0EÁ╝ÜNGÉüçÏ÷Ýhs"
  b" „E\x11Õí~G©W9…7¾÷å"
  b" ‰¹¤\x19ü\x07C•âÚ»Äc¨"
  b" Šh\x01\v@ˆPþ\x01ƒ¼É\x1D"
  b"""
    ʫ8„6\n
    N·ê0üõO"P
    """
  b"""
    á┐┼Á┴╠‗A®É¸øc¹\n
    õ
    """
  b" Áw}½\x18#L¢F¼\x10+W@4"
  b" Ç^˜þò\x1AK»IJüµ}tƒ"
  b" ØÄLè§‘M¹Ky£.»ŒF"
  b"áõtìù0<Eï<ZøÕÂõZ"
  b" úvg\x06HhBŒz@ða\ü\x1C"
  b"í\x03\eÀ¾Q:Mì┌6\x00T└x\x0F"
  b"¡\x080A2…¬C’\v\x10Ò\x17"
  b"¡,3\x0F\x022GN´›R$\x14U\x10¼"
  b"¡HÏk7¢\x06MµÌÊ^ÍL!0"
  b"íéÄ×6\x1F\x05HÉ»\x015) éÁ"
  b"¡¬\x1A³\x04ÆÉJ›‰¤Ò4Ž\r>"
  b"¡¯ÑÙ‰ä\tH¼i\t\x12B\‘&"
  b"íίD\x0FíÉEá\x05¾ÁrÜT»"
  b"¡ø».àÌ7L ä¡ó§æ,Œ"
  b"ó\tc$Ø_½@ǽW¯\x05X°╣"
  b"óÉvCLc`Cùy\x19í0\x1FÝE"
  b"ú\eIA4ıÅF×ýDgõȹ_"
  b"£7HéƒÙRMœºQ*Aj\x03»"
  b"£Ÿmcš{«@­Á[\x02ß\x13"
  b"£ ³\r\tÀ*Lš·:ûX«\x07\x1A"
  b"¤ÔÅO€…"H˜Ñ\±²4â‹"
  b"ÑT¡¶/o┴IØ\x14Â╝¤À;§"
  b"¥hH‹P2¢Mˆ\x01\x01z\\x16ö\x02"
  b"¥…yT¨•]E¹ÿd\x06ï˺—"
  b"¥¯åw4Ä}L–ô¤\vß„}\x04"
  b"¥Óz\x0F1]U@¬Ý\X\x1Cƈ»"
  b"¥Úó0\x10ÔÆL¦{“Úÿ\IÓ"
  b"ª\x02~U▀æGAŧó╩╝÷æc"
  b"¦\r\x0F\x1Dv@G¬AC'ÌÕéÇ"
  b"¦\x10ÓÍ[ÌæHŽ=v\x02H«Ó½"
  b"¦3ÏPþæ}C°\x1FøþÃU\x10¢"
  b"ªp╩ë\x12¨üGü\x1Cº×¤S\x19×"
  b"¦~‡þXgmD¥¤¥}žJ¦O"
  b"¦›‹ K³IN‘³ƒjªoØZ"
  b"¦©ˆY:Á³I¼œjœ\x03\x18"
  b"¦ÁÍõ?z~G–\e§v2â0¸"
  b"§Qó>Ø\x02UL´\x1DU'ˆáM‚"
  b"ºÉâ>DQ\x04CØrS#-ƒüÃ"
  b"§ŸbX@ô»F©xA¶Ëãm¢"
  b"§ºÊHŠùOB­PpÇ\t"0Ã"
  b"§ÑqꮥNM¶‹r7Vë.p"
  b"º▀ç\x10f÷úJÁ5Ù¥Ø1áï"
  b"¨?¡\x02¼æ%D¶k‘³}„šÚ"
  b"¿`òy▀?bCí\x03Ø\x1E¦Þ«p"
  b"¨ó_ôü\x1DNB¯c¢Ø„¤d?"
  b"©\x08\x1DˆÙ¤ãE‘jûQ \x01\x1D"
  b"®\x11gV9´zGîÝ\O├CÇì"
  b"©âÄ@fâÉI«6ý˜±î$,"
  b"ª)Gæí\eçC¾Šõ˜U‚ïÉ"
  b"¬L«@a\x15?Lü¢\x0E▓Î├íl"
  b"ªn{ÕUÇúK…ÄõðS€ô¬"
  b"ª¨\x19y<DÃNо\fL\x15\x16™Ô"
  b"¬│üÃ>ÝO@é‗ò┐cî\x19ƒ"
  b"ªðÑ}È…ÇG²„D\x01²U&["
  b"«'±è\x7FZÓL—σ¤Æª‹_"
  b"½.#& ‗¦L«\x16\x18ß±Å2¯"
  b"½IT8ÓaÚKô\x7F<¤Q[ÅJ"
  b"«t\x14÷õ\x1C\x1FO¬4¨^@œƒ¸"
  b"«œ\x1A1~+5N›\x17g@›\e\t´"
  b"«Ø‚,0mtN‚Íc1å[d´"
  b"«ò®\x0E)óëL²<f÷]àä\x04"
  b"¼?ÔN\x0FÒÓLí┐¾═┬ÅâY"
  b"¬ž€’ß´3DŠuŠ¢½uÌ\x07"
  b"¬×‡K\x10gøHŽÞ—Z²Ü¾š"
  b"¼┘»sÜ┤úDØj\x07©R╩▄ý"
  b"­+¢ke@™C¹#Ô±\x16˜:á"
  b"­,²ôYk"E–\x01#¡ù€:+"
  b"­=õ#ˆ\x08!D¿CkW¸\x04®Í"
  b"­¯Ep\x10ˆ­D¥%~[Gü±r"
  b"¡╚\fä»/SN┤.\x17Ê¿Ì7ü"
  b"­î9Aæ\fAL¯™ç\x02ôÖ\x18"
  b"®\x0E\vk*ø\f@®Š]E<zE7"
  b"®\x172l|§\eJ©a7?è€^ƒ"
  b"®8Ðç'=\x7FE‹R“Š\x18½di"
  b"«:ÕM\x12■XNà¢1êÀøÅ_"
  b"®M¾¢\x08¾ªAº\x05]9¦åoM"
  b"®ÌZ4úK\x14N¹¢ÊŸsi\x18"
  b"®ÚÐq¢û’@›.÷”#J¶2"
  b"¯\x08„›®•ŠEŸ—û}|ò2ª"
  b"¯\x14„ÿ‹\x00AN•AI{\x10\tüÕ"
  b"° Í™Š-YB´d2]`6!)"
  b"░¼\x1AØÕûþFâÞ$¨2À,Ä"
  b"±_þRÜ\x06\x1FF‰ÇòS@¼ÿ\x16"
  b"±åÿÄ`ÍWO¦ÄMßBù\x16|"
  b"▓:P┴\\x11ïMëü╚TalS×"
  b"²GNx\x1C\x1EÒL±Œ{\x1Fç~.Y"
  b"² |ïVÌ¿A®k\e}²ö&Æ"
  b"²ÃŽÁq60F¡¶\x01{Ã?‚q"
  b"²û\exzM=J“\x03ü3lQãv"
  b"\x06Kæç×AA╗¸ü¨Së┴Ï"
  b"\x1DeÞõ\x0E░L¢£ÉëÅÊaÌ"
  b"│;]ë£\x08YDì\x7F\x0Féðu¨"
  b"³M\x07Ó1{\x1AKº/ëb´û®\x01"
  b"³ã¤âè#ŽN‹®ý*t)Ôn"
  b"│§ixöù\x06CöGBçì«\x02ú"
  b"´GC¬\x10òtO£ÉŠëJÆMÕ"
  b"´ã‡LV:ÌJ¦œ7?aU'\t"
  b"´æ‡³1÷sK›ÉQ\x1FF\se"
  b"µð¥×\e\rNB‘6ÂA¶V¾‚"
  b"""
    \x02\x1C\n
    TqµN‡ýüªØ'ö½
    """
  b"Â\tÏæo½ÙMáxýÑTÉîs"
  b"¶Ö)¦-\x1DËO°wa)ïÉõ!"
  b"¶äÙTÚÓ/Bºk–_¨¯cÙ"
  b"¸ØÒã¶éGèæ{\­#═T"
  b"À\føs¾ãÞ@Öü%£ÖÉ▄k"
  b"·/\x7FòQ÷ºH€‘Å%”€\rP"
  b"·I¤zÆPiEŽS8!z¬\x0Fý"
  b"·®bÚž#wEŽ‹Xð\x15=Ù_"
  b"·÷kä¢ÕMG¤–²»Ãp\x1DÆ"
  b"¸\x02\x1CìÐ\x1E‡F’\x11ö_D¹HŽ"
  b"""
    ¸>1sæ‰óL¸Ã)à\n
    æ´U
    """
  b"©üh/ù\x03\x0EMä·'\x07êùð¬"
  b"¸„Ó>7¸cHšï45&ýul"
  b"¸á’|ÓÆ&I¸>T-¦Tµ\f"
  b"¹\x15\x14\x18éOœ®ùnÕq±\x0F"
  b"¹-<Ñ\f¤`A¸\v{Œá<Ë*"
  b"╣År!\x0E<ÅIïT7├═\x04~x"
  b"º\x11ºó•ÓaN¯õ<1˜åH\v"
  b"║G3ÃUGÛCîg\®ı\ì\x14"
  b"ºJXaJ\x0E¸Kˆ¯tÃQ]Hâ"
  b"ºTƒ>=ä}M¹o3²‡T„–"
  b"║ksØ·;£I╣╩┴å\x1C\x05"
  b"ºw'@W\x0E/@³kžhMÎÎN"
  b"\x02F+\x1FzïOÅoGú╬§ßï"
  b"»\v ë\x01ì)O¢®$„Ò.åD"
  b"»Y¡\x10\x12˜qD…\x1EÙ}ÏŠÈM"
  b"╗k╝çÂ1 E»°J-þ¾Ø┌"
  b"╗Ü\e\x17\x05\x07#õæM³p"
  b"¼\fIs3¿àA±ÏM r\x0FD“"
  b"¼\x17h\x06ÒKžG«\x0Fyê+R\x11X"
  b"¼\e\x0Fæ†/±B¯\x00tÌrHg\x1A"
  b"¼4¹‹z\úF¬¾Ø•Áîeb"
  b"¼Tµ’©T›J˜Jm\x0508Õ1"
  b"¼®×½šö¯I¬\x03}\x07•½0¯"
  b"¼Ì\x01¼á_´I´Š\x137“ß\x16\x15"
  b"¢ä½╚¨G-AØ` \x11Æ)Â("
  b"¾EJ\ti¸)C¿)\x08Ö„™ðÀ"
  b"¾ŽYn_’ÔC³]C¤ÇÝžf"
  b"¥░N└,}╔A╣▀>Å´nÀï"
  b"¾¹UiH\x7F„F©ªJ\x06\x03ú/["
  b"¾ÓF\x10«“´N»µŽàäI×B"
  b"¿ ËÃÜÞ_Eª}0íc@ÜK"
  b"┐.éá╔£IMâØ@\x18Kq·ø"
  b"┐[jqì\x19ÒGóô5\x11¨^9┤"
  b"""
    ┐t((é\\x13FÅ×╦u\n
    Y3å
    """
  b"¿¯îšÅ\\x7FG•;ê7ymðî"
  b"¿Àk<˜µtG°\vŽ[Ÿku""
  b"┐─╗°gyÑL©┐åE ¸ü§"
  b"À[˜È\x0FyÒJ¹œ\x03¾U8v\x1C"
  b"ÀžœðF¶xJ­qË\x1E“¿ZÕ"
  b"ÀõšˆåÅöH°Õ³££ú¥b"
  b"Àõâ;WiÈKž\x7F~õ›+<3"
  b"Á%è¹ÙD¿N“Þœ2ÁiÍV"
  b"Áeº/BèÎL¶YšòÇxì­"
  b"Á|Ϩ\rèD@‡\x12¯òeð2ì"
  b"┴¯,\x1A┌ëàEº┌[cªØ(Ò"
  b"Â\x13mÆ9chJŸxéçßIãŸ"
  b"Â\x1C\x03\x15òÊÉK‹cr)¬/Qø"
  b"┬ \L¿w¢DÉ'┘─Ä9└Ô"
  b"ÂFÜй=\B‰ù°6˜Å¨Ê"
  b"¨`\r \x1A`CŸiìI¼ï\f§"
  b"┬┴dr\x02]\x10\x17A^K«ÉK"
  b"Âо´›%;E¿K\r_—¿??"
  b"\x02_┐23éEâ²b¸Ø/╝Ö"
  b"ÃA\x13©òwäM¤Ä\x05…Íwlê"
  b"Ãöž·æ£×O»ÉÃ-Y.ª“"
  b"ŇËÀ½\x08(Lºèÿ°–—_\x0E"
  b"┼Õl74ó+Eå\x11æ░ÌGüê"
  b"ã`╔\x176ß░DæÅ}O­&╠█"
  b"ÆŒ>?¤AAC‚ûcÀÈ`\x16X"
  b"ƤÃ\XÁ\x07A«I%„ENw’"
  b"Æ»\eµ¶_9L·Ä\eWü>õæ"
  b"Ç+@M\t;\x04@µî\x19Úâa[N"
  b"È\x08\x12¡7ž\x0EJ»2­J"ç’ê"
  b"ÈEíñ~ƒWCŒá\x1A\e„ãrT"
  b"Ȭc\x10%IT@¶Ä\x1Dìq\e½µ"
  b"╚Ð3å▒G2OÉW\t║f┌%Å"
  b"ÈÕÌ\x05À âC¥ôjós%h“"
  b"ÈÖÍ\x1AØ4‘@£\x11(\x0EàA€­"
  b"╔' Z╦/wDña³Òü\x0F\x04"
  b"ÉC?ˆ\f\x19#E•ãCÖÄ̇y"
  b"ÉEjÛ\x16gII®×ʤH\x11"
  b"É^ïp)àyN t1þ¼\x03"
  b"É\x7FM\x0FcŸš@–çLVþzÜÐ"
  b"╔├╣&\x1A┼ìN╝H!┘þ:¨ê"
  b"Ê\x03€ìÛ\rfI¶\x06"J\r\x11"
  b"Ê\x16\epƒOåH—¾éDÌÐèH"
  b"Ê+‘¶\vÆ\x03H†hÂv^ˆ4Q"
  b"╩dïañjìIÄña®│¬õ "
  b"╩▓Ï═TèóKù Ê2ÿ´Éð"
  b"ÊÚ|\x17‚ñµN€\eý‘‚<.*"
  b"Ë–—3{»8HºèF\x0F"%\f¢"
  b"╦¡.+Ôì´Dªi░VV╔)4"
  b"ËÞé{é\x06†K¿¿=\x15I\x1D³‚"
  b"Ì\tdŠ˜È«@¹Qƒ6\x06\x1D\x19"
  b"╠)\x0Fñ\x18[ÉDóï'äs│╠Ô"
  b"Ì3\fýæŠuJƒÊ\x1Abùÿ°¬"
  b"ÌG¼©Q8ÉK¶\x16hp!\x158)"
  b"ÌŠ\fÈ?™/GŽóyp.°ˆÏ"
  b"̳>-\x16â„L®\x00\v(šm®É"
  b"ÌÝá]»ÖµB¨ŒÜ\x18\x0E\x175"
  b"Í\x02\x14s­J”´bQM\x0EÎâ"
  b"""
    \n
    {øú\x1A¹CƒÈü╠\x7FµÃ_
    """
  b"═]gv\fÒüJ░\x10*¿╣\x0F3┼"
  b"Íbvu¼CmI±]_ï^›Uõ"
  b"ÍŽ\x10ȶ$VE¶58ÛzŤú"
  b"═ÉÉ8±7\x08I╗NLoV\x08\x18J"
  b"ͼ2·¡\x04`K€¡]\x1AÓ&Rè"
  b"Î\vdÝcó\x07\x01ÓïÅQ*”"
  b"╬%dÅ\r¬à@»\x07¿FÌb║."
  b"Ï\nB4'@yM®Ú9\x04@\nF\x00"
  b"Ï?Ô8ÏA\x0FNªk9þ\x1DºEŽ"
  b"ÏHaDÐ’à@£/n—2x$Ë"
  b"ÏM\x1E›¾ã¸L†×C8…L¼\x13"
  b"ÏoCƒ…‡ùN‡¥øN|ÕJÁ"
  b"¤öÚ3Øð,E»!\x7Fƒ║POs"
  b"Ï¡tWVYøFµrãP¼‡l¬"
  b"Ï«\x16\x02h `FŒÊnm\x08ÿ>0"
  b"ϺÁ‰¶¨+B‘hƒ¸_œ…r"
  b"¤ÚYÉ╦╠\x1D\x16\f'\x05£µ"
  b"ÐC„Rk\x1DñIƒP+¥ž?\fW"
  b"МÄ]2\f'A”q\x19ÐÝp\x1Eî"
  b"Ц²õ2æ\x19MšÑ›äˆ4Í\x7F"
  b"Ш“o?þgB¨÷xà¬R³Á"
  b"Юz•¿ ¯GŸ\x12Ã4KF\vÿ"
  b"Ð\rA!-\eKì\x12\x7Fò5Í╦"
  b"ÑÕŽÀCž]GŸw‘Rf\x1D\x0F\x1C"
  b"ÒYžR>àÅI‚i#ëï@™*"
  b"Êo=¦└\x144@êƒ\to╗wü\x08"
  b"Ò”M˜V=·G—QHm¡\x18;""
  b"Ê£Üq\r]\x19F¢¶¨íoÊÅP"
  b"Ó\x11¨L\x16%&Fœ\vxS¡•{ñ"
  b"ËRO£Â╩oO®Ø²¦1¦│├"
  b"Ó•ì«»O\x14Eµ>?à¡íyÉ"
  b"Ó°\tã\x00™²D¯q¯'›“¦G"
  b"Ë╠gP\x18Ô▀F│ï$┌üñà▓"
  b"ËÝ5\x02╗äQBÅ¢þ;Í\x10#t"
  b"È\r\r4üö?CÂJÍW┼▀¹╣"
  b"ÕD)q隯B«¾Z±Ðù\Ô"
  b"ı┐î═+┘ÚOü(3-AÇÂ_"
  b"ÕÝkØmÁ\eD¸Åü'¥ðçß"
  b"Ö\x10’›³ ÈI£,ÝxæúÉÙ"
  b"Í'ÇYÒ\x07)FíØãÛ\x01\e;┬"
  b"ÍDáì¢qÀK«äÕcT╔´\f"
  b"Í▀&î█RhAº\x1C\x11\x1C[Òì¾"
  b"Î#_─ÎZ»BêÍ\f¼ÿÅBb"
  b"×c'ÏtlúG£Ó\x18XJc@Ò"
  b"""
    ×ÛO\n
    ¹R_N§AÈ\r‡þ\x11a
    """
  b"Ø'a\x16®OtK´C\x13i1‰Z©"
  b"Ø*HfIá¹C½œÜ*!©\x06î"
  b"ØUÿ©ÁÚrAºÎ\x15^"ð~o"
  b"ØVù÷\x0Eà›C–ÙMeΙÙ\x12"
  b"ÏèÛ`╬¢ìG¢■©╔P└=¿"
  b"ØìRÛµšÌGŠš\x1DŒún’\x7F"
  b"\x0F┬LBCÒJÉG\x01öÚû/m"
  b"Ùšw"Uç\x16C¤ÏhÐâY|¾"
  b"Ù«\x10â\x02˜ÛJ”Ìà}ÚŒæd"
  b"ÚEAèâø\x17@¿Ó‡›¢\x00R_"
  b"Úm‡ôÃ\x11ÏL äönž¥P¦"
  b"┌xî\x1D¦'■E¿¹UÐÔèì7"
  b"┌Øaa\x1C\x12ELÂO×d╠\x12\x12\x16"
  b"Ú²\nO©sjB˜ˆ£;Ý\x00™l"
  b"ÚØ\f~ä‚'Jœöãé½x3£"
  b"Û«\f$û‡P@«ì\túR£Bû"
  b"Û´O¸'“|A¶ói…}\x13\t"
  b"""
    Û¼\x1D[œ¼ÉLº€În´\n
    
    """
  b"Ü\x18LõIa¢K°hÍ„\x0E¨¿ƒ"
  b"ÜT |ª'BO¨\rã½_·ì™"
  b"Üìæç-i\x19\x7FYo\x1D{‰È"
  b"Üý\x00\x04UKâFŸ…3u•Æyõ"
  b"¦OÉ┬EX«Lûòá│\x15Ãt╗"
  b"ݘ¢äX5hK¥ž‘k˜%–B"
  b"¦ ò\x1A}h╗DúW¿<§Sز"
  b"Þ\x1F\x0FYU(\x1DN¤¬­\x13\x12\x17…4"
  b"ÌT6üÆ\x7FÈCü\e\x1AÛÖ6¶M"
  b"Þw€¦Œ}’N†«o\x7Fí­>w"
  b"̰qØ^\x05GO▒┴²Ü╚ü\x0EÒ"
  b"ߘüÅ™\x17pH¿‡\x01~\x1C}m/"
  b"ßÞõ\x1D´Ý>J…ôGë°\x05im"
  b"Ó$ÉúUr\x15FôEíúâÜr\x7F"
  b"Óÿë;ÑÖ\x16Mؤê╩R[48"
  b"Ó˪╬öÉOï¤ß׿▒dÇ"
  b"àø\x15\x12\x12¼IL€‘^\x05|Ì(0"
  b"á\x10™ d¾¼L—éÜ*å\x10VL"
  b"ß@\x11░Ø¿\tD┐á-\x00Ϩæõ"
  b"""
    á}à æYDL—{\x13£\n
    \x1A\x7F
    """
  b"áÔgUg$FA‚\v\f…£…·Œ"
  b"â\fºFAæ.FŠ\x14kE®•!Á"
  b"â:ç=\x114©M¢]jËnÚT‚"
  b"â`?ü 9OD­áÜ\x1E@/#‰"
  b"âlˆÎøÇÀL¿µ@rPŽ\x11m"
  b"ãÈÈ;Þ3ðGºÅ%w\x00Z¿R"
  b"ãà_F‚llL´”Rüb:JÒ"
  b"ä\x19w‘J#ÊC¬èaÁÚ\f>6"
  b"ä[ñ\x1AŽ*ÑN„æ®`-ŠÂÍ"
  b"äf\x1F\x15OÅhKƒeÑÛ¼_³\x13"
  b"äoœ'–ø‹H’çÏÏ\x04L\x1D4"
  b"ä|ižÙ†€H‡´ì_6"+m"
  b"å ©À\x15\x02ËIІ¡'$‚@›"
  b"åHÀºÏ\e\x08B‘Ý\x187•\x04:\x14"
  b"æ\x19Ö?6±|E—Ÿ¤#ºòú»"
  b"µCƒ?oîºIÑTéÉM5§└"
  b"æVþj$®fB•›ãÌôW\x06£"
  b"µ`t▒j╔4DÇìe\t)È5█"
  b"ægT¯hì1H¿Y«T\tá¯\x13"
  b"æpŠde¼ÕBŽ‹\x00\x08\n\tÁ"
  b"µ¦Àƒâ:üEèxFäTQ\v\x1A"
  b"µ¯)6Ç‗vNåz\x1C¹1┐¾É"
  b"ç#Jº-• B±0çU®\x13*<"
  b"þFü│¦7SIæ¸ıÿY\r?‗"
  b"ç¦h„dÁjL„©\x15À\x05¼zp"
  b"ç©£\x1F•©ÙG‰Ìuv\x10\eµ–"
  b"çà1=ãÇùM‹8Ô‡\x15Ô´h"
  b"çæàŸTòÉB¯3±‹]7ú³"
  b"ège\x12\v…3BŸ"f\x7FÌxu\e"
  b"Þülè3­\FûM¤┌Uj±n"
  b"Þ«ÃÂÂgÅAé+&\x04;Á8Ã"
  b"èãò°Þê\x0EE‹\x11©û«\x140S"
  b"èùÿ¶›EÝDŸ”e\x12ùkð "
  b"Ú\rÝÃØÍlB┤┘\x7Fâõöý²"
  b"Ú)Ñ0]‗/Aúñ¢É┌È÷å"
  b"évû¡ÿiÙFº'EPÿA`ë"
  b"é†Cûé\tŠK¶h\x7F\x07x¿ã"
  b"é›\x08\x1C/ðtK“ÂáÆÐ~+^"
  b"""
    éé\rarq#Nº\x05IuÕ\n
    w!
    """
  b"ê+Y}špîI¶âÏà×܃™"
  b"ê/\x04\x0E\v~vCˆ^Ÿàœ¤R{"
  b"ê7PêÝŸNB„\x14¨ìšOE+"
  b"ÛßyÐ%Ø¿FÉÝÉf╬Êû×"
  b"""
    ë\x10˜¿í\x11þC…ù\n
    \x0E™wcç
    """
  b"뢯Lî\x16×KœB\x1D\r¦ÈD5"
  b"ë¸ÜHï<HE…¾F$Šr'W"
  b"ë¼\x1CáÈM]J‰ãmg„\x10ØÞ"
  b"ëû@Q°TUE©êFL̽µJ"
  b"ì8\x7F¢ï˜~G¾‡ðÛ<Q?#"
  b"ìÛ+|É[\tM«M\x01}w\x11m{"
  b"í)Ù.\x10 bE„rá²\x17|ƒÈ"
  b"í,«„\ûÁM°?\x02ÿ?ë¾Ô"
  b"í8F\x16äºjH­Ó|Æ6k­8"
  b"í>ÄÏË\rÊJ¿ûI‘uå;+"
  b"Ýx}:²¶·NÅqr\x01\x12+Ñ4"
  b"""
    íxïÊ¢ôšD¦w¨J\n
    ¾\x1F)
    """
  b"ݦ¹ä\x0FkzKÅv=°¬ò/~"
  b"íïê¦\x1A”¦LŒèFek±úf"
  b"ï?\týN½;O»´`&z)3²"
  b"ïE>ýÙV\x05G¤ò\v[\x07‚c@"
  b"屢euœ\x11\x02òý˜X•Â"
  b"﵂Û\x08%¡B¶j1\•\x7FŠ\x1C"
  b"ï¹W¸RPgK†˜XæÜ~°_"
  b"ïçLI\x08Y¬I¿\x1A2c®I­6"
  b"ðæ\vñÃÓLI¢Séc–¦M\f"
  b"ñ\x16âtC¹'N¢‚Î(ÎÌÒŸ"
  b"ñ1\x04«ê\vmJ‹f\x0F\x02|ò¡/"
  b"±ÉVt\x02ª?Iî└õDÁÁ­þ"
  b"ñ …ËÔé•L·âu\x1DªW\eÑ"
  b"ñ¿ñ\fø\x13‚I‡\x01o‘dDæ™"
  b"±┼°¶¦\x0EñHºßd6ì¿{+"
  b"ñûúÛ&ª°G’ÅÙœò]éD"
  b"\x03þ5ÜHxDàÿAàüé~▄"
  b"\x16\x06\x18ìè\x18@ìK─È»¸\x13û"
  b"ò8ä¹CÏ„H™\x1Agtw£×ù"
  b"""
    òA5íiy>G¿‘l\n
    \x11Tã¡
    """
  b"òOe×K°{B°FP¯Ç]³\f"
  b"ò\SŸ‹Ô-N¯\r¾\x0Eà)ƒÁ"
  b"‗Ü\x7FÙ\x13©ðE║%\x10ü▄Py¡"
  b"‗Ø└ïÄ┬´A»bÐC/çbí"
  b"ò¸£5(0¶O¯TéU\x19RéO"
  b"ófÔÌ\x01ÙzD›®ù–gg²\x00"
  b"óg‚ïüs\x14J‹ãª{Z€VT"
  b"¾╗ØØka'Nä·\x00=Æ>x┤"
  b"óÏXŠ{s’FŠ0;t,K%L"
  b"óý."=ešB“\x04rºg&§¢"
  b"ô&Ùá\x1CŽRH¶\fÝ›p\x04(}"
  b"ô°\x16$G†VN¿J÷Ĉò4â"
  b"¶ÀÊQ\r%#IØüd.']eÝ"
  b"ôÑ\x1D30KLC¡ùÔ«\x18]vL"
  b"¶ÏBiO?;Iú@çOÓØÎ "
  b"ôíе—¯vD¢\vþÒ|W¸}"
  b"¶²w%\x1E)áDÉø|+<âS‗"
  b"§jåvlÉı@Å*2\x19╗®vó"
  b"õpk£]f·CšÚ{”ÔþwŠ"
  b"§é\x15\x1D\x17\x165ÍO»O┴"
  b"õ‰gåÓüDA°nCJAø{“"
  b"ösü\x00åÎÐB™å\tëÖéô˜"
  b"ö–ö½?JûI›•Øn:˰R"
  b"öÄ\v\x06ÿuN‰ò‚‰7jê/"
  b"öÝF\x1AÊ9×H®þ¾›'ìó\x19"
  b"÷ß&\titÉGóßû¬\x13Ökò"
  b"öåù½>²\x14J©|>wG¦®Y"
  b"÷'­½9*\x14F¥\‚´H©è\x14"
  b"÷=½áf_YG¢†\x16¢—_jÉ"
  b"÷Ð")ù-JMšå‡i\x18…²B"
  b"¸µ¤¹AÐàMØÝ¡╣Ý<DX"
  b"ø\e⛊]×G¸X'·Ä}ÿø"
  b"ø\\x12\x15X‘mL¡·\x7F\x1CÛ÷"
  b"øm"\véƒë@¼ÉWHÉã}\x0F"
  b"ø}Á¥M\x01=Dµ7\x00óÃvRz"
  b"°Øåïi,\x08\x18ı╬Iõ¹ñ"
  b"ø­s|j·ä@§\x00–ŒÒ·ˆà"
  b"¨?òÂZú\x16GøÛØÔ╔Û\x13j"
  b"ùE0\vÕ:BG‡\x1D9.§<>\x14"
  b"¨w&ıtÂ"@ì"úI"\x12TH"
  b"ù•é;\x16¤¬N¸¸¿\x1C«“t0"
  b"ù´3\x06Œ)\x1AM³Ø¾9ÑçÙÇ"
  b"¨├ؤ$2$@¥M·\x1C_n\x1D"
  b"""
    ùÈ,¸É\v*@„\n
    \x14ýŠCÓ¸
    """
  b"úv"}¦û\tHˆP\x05nC\x1FO1"
  b"ú\x7FjûðÄ\x01H€Æ“\r`ao\x03"
  b"ú½(!á\x10<D’‘˜\sûYá"
  b"úÕº^G±|K±¥¸ýà^½ˆ"
  b"úÖ \x12ü+ÜM­Œ\x0F»1k¢u"
  b"û\x06[ir€²O¬³©°žØF."
  b"¹(╝C÷\}Hü\x02ðz@7U&"
  b"û1£±¼\v×F˜ÁU›VÑ\x02\x0E"
  b"¹]]áv\x08lG©1Ü}Eì╬>"
  b"û™óÞ5\v1A§_ÃåÂ\x06²\x07"
  b"¹ºM\x18¿*╠GÅÕÓýö´d┌"
  b"""
    û«õ/Ùv¨M‘ù\n
    Y¾º?\e
    """
  b"ûÕ–\x18%kUJ§ô$ȸÀüõ"
  b"""
    ûáB±äs…G§ö\x05Ty\n
    m:
    """
  b"¹■£‗§[X@íÌ$%¯ü2["
  b"ü`„ƒý”VA¡”\x17•í\x0E\x07U"
  b"üiÿº<g¥A³äˆy@B/,"
  b"³┘Û,\x13─ªKùNêü%F£÷"
  b"ý\n¾¨©\x03ëM‹rLá\x00\x00"
  b"²\x1C▓"f┬HHôì¢÷yéÀà"
  b"ý1þ0j GL“›;]Åò™4"
  b"ýL®jZ\x1CÏ@–\x7F\x0ES•¦"
  b"ý~€Ëb„5D›s\tßê<”d"
  b"ýŽ)õÖÈt@£'¾$1áµä"
  b"²öQÇ$ÛjFù9ÿÉ╣┤È "
  b"ý”µ n!UK£\x18ËOдY»"
  b"ý OdãdñB›PAƒÌ2šG"
  b"ýÊÿAüò\rGºrF5PGn«"
  b"ýÎä„É\x13ÎB³gÖq\x18\x1FkO"
  b"þO\x05”Ñ\x15Ï@³ßaßÛI\x02F"
  b"■î´TrdzKèÅ\x086░\Km"
  b"þ’Dô¯„¶K±Õ\x04ætËÞ¸"
  b"þÏ/ü¶Ñ¿@´\x1C}dg\x1FÑu"
  b" <\x1E¹öC_Fâ'ůS/P┼"
  b" xCà,pãDâò8ì╦qZö"
  b"ÿ›Hƒ¡ çN­ÝUYÎÇZ)"
  b" ▒·æs\x1CnKøÅZa╦ƒI\x17"
  b"ÿÛ\x07W\UìF¡BæZá9jÁ"
  b"ÿäã\fké'G¡”°ŠŽ®©`"
  b"ÿêÿwƒDtD‡Æ¡q{º½\x18"
  b"\x00\x11×\x19]¤üG‡\x0F#Zrìþ;"
  b"\x00\x18î]\x0EJ2I†Ö!y.¸ƒß"
  b"\x00H¨ôdŧ@¼ ▄pø¯·à"
  b"\x00^\x1Eë®nbBïìÁÑ탯n"
  b"\x00u\r¸\x07ñb@²Êäü¯Ùȵ"
  b"\x00ƒs▄n\x15\rDôÇ╬,Å¿\x08À"
  b"\x00û¡Jñ.÷Eƒ\x0FÊ+áÜbñ"
  b"\x01.\x04Ïå\x16\x15@ªödé·¹\x12J"
  b"\x01}█╦G°\x1AKç├®ðO"mì"
  b"\x01ƒ)ÔdþÝOÅ¿╣ç0º¢╦"
  b"\x02\x00\x14äVF‰î¦à\x18Öá°"
  b"\x02\x7F\x18 ¨£C¢\x14úÅ.©\x01$"
  b"\x02ŵ\x0E\x15'<IÄ0¹\x05┐ÝÈ\x1C"
  b"\x02Ö²,│i Jì£]\x16Ù_\x16/"
  b"\x02Ë9á âÑ@µ\x17(_‡ZÜf"
  b"\x02ëØNýMsM‰uhܼ×pq"
  b"\x03U9üžŠ€CŒÕÇ!XÍxª"
  b"\x03]¤è\x7FHeL¢Ç ñÀ÷d\x00"
  b"\x03t=¬ËãØGï/q:ùÃ3©"
  b"\x03ˆz\x16\x1Cä(A†2£=@3¼5"
  b"\x03ßÿ\x162\x1AùG‹Tþ\x16\x05L÷ "
  b"\x04\x02²[EìýKà.ÁO▒¾U\x01"
  b"\x04¶Ró¦é£Oª'1CÕ¾–\x16"
  b"\x05ìÛc\x08ß2E¼ºB¤Àliö"
  b"\x05ÌT_“\vìA®·=ì™\x10"
  b"\x05Ï´",'\rD¢­m\x05\x15@ã­"
  b"\x05݆ëËWÙK•-˜ûX’ÎÏ"
  b"\x06½ŒÃ\x15$®E•9Ô\eµt\x14u"
  b"\x07^ôp1bJ@¡ãÙ“ŸæWï"
  b"\x07„W\fÖ<ÏCºv·Æé¾ÑÜ"
  b"\x08L©ðA?\x1CE¼æ/\x04\x18Ë"
  b"\x08y뵎A\x11O·nN< +^ƒ"
  b"\x08ž³hd†šJ¡?€¦WsÍê"
  b"\x08º9åB\x08ßB©ePË˳›Ô"
  b"\t\x17\tÉÀî-GÀúÉ┬s=V\x00"
  b"""
    \n
    \x12ø]Z±Ú@ô¼_ì'ÝÑÍ
    """
  b"""
    \n
    I¦ÑÌ:┼Cì\x08£\x1F└óÉB
    """
  b"""
    \n
    ¦Ê’¥\x1C‡F‹˜œ“˜Üaæ
    """
  b"\v\x1Fãw\Û\@¸/À±1ëXë"
  b"\vÕ¶‘F9öN²fûE \t\x1D}"
  b"\f\x17Ò©]Í═J░ýÍ*É_ò×"
  b"\f‚›Q»\x7FŠIžF<‡’dûº"
  b"\fà▓▒AÁcMü1¿wwDÕ╔"
  b"\f®\x05OÅC\eGÉ"®IÖøVL"
  b"\f·ÇáÙÕ\x0EJ«h×\x15\r\x0FÉ+"
  b"\rO\x03ˆJÁ0O¢>ÿo-Œ\x14Y"
  b"\rô\x16■¬ë«EØBM\x14Í]Ñk"
  b"\rÿlLAF©G»▀ïÅn࿺"
  b"\r©\x1E\x7Fÿ‰õG®+)8`\x19ÿ\v"
  b"\rãZ:╣$ÇFèÖT§▓²ØØ"
  b"\rÊóDðìºL©.‚ǼÇ\x1C3"
  b"""
    \r÷5h´\n
    –E˜žÂV\x06½ˆÂ
    """
  b"\x0EJ7:¹ý"E“Š\Á*“¯y"
  b"\x0ErKG\x17Ô˜B–Á\x00\x04¦ÍÔ\x7F"
  b"\x0E}<╬\x14ØÒOï.Þ±{\e\x06®"
  b"\x0F2#\x19ò?&M’é¬qiüë\x16"
  b"\x0FAÅ´¾®¶Gú▀ÂÔ_Ïb]"
  b"\x0FîŽióˆ\x16D¡çû‘ä0˜["
  b"\x10«X\x16…ϸL‡¾+i\x17¡œí"
  b"\x10ÿ\x11\x0FEn\x1D@‘­ÖIšq„¬"
  b"\x11\x10L\x1Aß<ƒBÖNÉùd9&U"
  b"\x12\x08°<\x1Eq±LÀ5¹±ytìÕ"
  b"\x127@¸ƒ¢┐EìL©où\x16"
  b"\x12¨\x15»ÛT”L¶&¥\x15éôúQ"
  b"\x12®\x17rPí¡K©òì`è╦¿Ñ"
  b"\x12¢+\t)\x19\x19JòÑ╩\rS║üE"
  b"\x13\x03Ä#LT¹@Šo`‡Z\x17Þô"
  b"\x13T\f|óóüCä(:·\x07\x15"
  b"\x14\v\x08\x15ÂD±[ß\x03Æo0h"
  b"\x14š\x1C÷d³ÐI­uÒü¬ -\t"
  b"\x14ü;‰C9iE»ýæÕËï—·"
  b"\x15C║║[ªØLè▄Çw\x1E\x19"
  b"\x15wÿ_FómA±4d!ö FS"
  b"\x15üx├ØvÐ@ó{ÔªMf\x19ÿ"
  b"\x15÷Lwu§4L¦Z¯EV\x15О"
  b"""
    \x16>µº2 ╚G┐¨\n
    \x05É┘t¡
    """
  b"\x16ŽŸ\x0E§büGº÷ì~àŽ§\f"
  b"\x16ª╬▒äìõMÁ╚?Uæ\x1A╩C"
  b"\x17>žs\x00>'Mµ•_l·äâ»"
  b"\x17‹ÑG\x01íHO¼\x18C\x10®\f¾ì"
  b"\x17ËÚÑ—¬:C¿vi:¢id«"
  b"\x17ß<0 KhD‰ú\x03óÑM-ç"
  b"\x17çìÙu•XL¥ó\x0FWƒBj\x13"
  b"\x18#vOÜy\x19KÉ,‗73_&■"
  b"\x182f\x066V)B°Ã4\x0FrX+Æ"
  b"\x18ªX|å@ù@Ø?Ë\x0F▀îá¢"
  b"\x19\x04ƒw†¬pO•ˬDRóØð"
  b"\x19\e\\x0EYè}E \x07¨·óIx4"
  b"\x19™Ws\x13gïIˆ\tÿm€d\x13ö"
  b"\x19¤É{|Ò¯L¿â~¬û­2†"
  b"\x19¦SKòdgH„&ª3þ®jé"
  b"\x19­\x08\e9ÅbJ¯@ã§éãÄy"
  b"\x1A)]▀í\x1Eu@Á╩ãÉþ×╦├"
  b"\e\x1Fåø‚ý´N @\x18\x10ûÑ=O"
  b"\eJO\x06\x16ïÚIµº¢æÍ®fÍ"
  b"\e¬¢¸­ò\eOªÓ3\x19¾U\x1E"
  b"\eè)«\v\x171B›Š¦Â\t‹Z$"
  b"\x1Cl\f\x1EU\x15hD¾õmÿÃ@\x1D\x0F"
  b"\x1C¾Ð‰øœÃE†kŠ\x7F1Wö±"
  b"\x1CÖP¯†›…L $‘ó,ýÇV"
  b"\x1D\x06ü█»▀┐EÇß»PswÆ("
  b"""
    \x1D\f{Ïa~\x14\x03ßš’D\n
    d
    """
  b"\x1D©S4m\x0F\eO»ê¦ïºj=Ï"
  b"\x1DÙ¦j\x15>\x14I£ŽW˜Õë5Ä"
  b"\x1E*é…$RªMޤPá¥\fAÿ"
  b"\x1Etñ@6 ‘C«´Ûâ¼è}Ò"
  b"\x1Eè©´Å═(Hè£\x0E╠}pì'"
  b"\x1E¹²•XœQG¸?½\róÅ\x7F"
  b"""
    \x1EÀè\x04kÅCC´\n
    ÎÆÕ\x0Fñ\x7F
    """
  b"\x1F(° ŽßéG´IŽ–'\x17ÍÀ"
  b"\x1Fw*ÿˆ¦ÃK ƒôÉØ"-"
  b"\x1FÙ!FB+ÏJ®\t€Jxc\e="
  b" \vãÜ\x03áÄJ®¤Ñ¥oº0;"
  b" \x16\x12Â╬µ\x1AJüÄ5\tS\x01"
  b" 3S#.+¨KŠØ\x1A)XÕ[–"
  b" V\x1A╩ÉÜI@ñþ╬Ô«└Hð"
  b" q<ÙêoFA¢“Tm~Ï\x13q"
  b" Á6üı\x18¿D¥BQºLâ«▀"
  b" ¶¥\rî¹=B¬ãAšµùB…"
  b" ¹z\x07q-íG£‚,='ãhà"
  b" ÐÇË4;ÚL¤½˜\x13Ÿ_%c"
  b" ýRáè\x08AM»ôFô¿¾é­"
  b"!F‰ “\x00+N¹F\ËrTé½"
  b"!¸Q~â\x0E†L«#8ônµ<ô"
  b"!á:òKª›L­-ØwGe+4"
  b"!ä©“ù\x04\eC¤JǤoÓ÷O"
  b"!ðÏuEAJK‰í²¿Ù=£Ù"
  b""fûm¬Z©B§ø¼|¢B~3"
  b""¶:½g!‗LÉÑ;╩\rØ5H"
  b"#(ñ&\Ü!JºáíΦ×cì"
  b"#”OSH¯ÈJºV=ì‘`$6"
  b"#Ë:8\x13á¥K„¢{V\x1A=ƒ©"
  b"#ÜL?:8—N”c\ró\x12íõn"
  b"$D\x01ç¨f*MšWˆ¸gfRˆ"
  b"$yõg7%âN‘(í´Ö\x05\x1Fâ"
  b"%IØ!Vd]N▒┴\r9\e░i¾"
  b"%Ì¢Ú`\x14øA£±òp(óîÍ"
  b"%é¼'½\x1DHL‰±\x08œLÁ†""
  b"%óñ ÕJ£G¤¾îžeüö\n"
  b"\x00òÚ\x19RJ¬\e)\x0F\x04á"
  b"&|Oª\v¿“A°]j.ºSSe"
  b"&úÅ¥ì~!O╝Y┌\x0E¾`ƒ""
  b"&ÈOGJ%•K”ÊÐ9E\x0F•†"
  b"'\x05‚FxÕÓJ«%<RØüp®"
  b"'*Û\x16ÑÓ‰D‘Y?î+\x1DÑ\f"
  b"'2œ6û¸ˆD¯Ê]:[_ã‡"
  b"'¢g“·\x14rO†S}‹â–¼ß"
  b"'áÄ$r\x170BƒZ‹/¸gòt"
  b"(kT£Qı¶D▓xeü\x1Aºìz"
  b")½2ÆÏ\x1FLJ•³&£uÜR\x19"
  b")ÂRË£oÔC’¾à}\x14Ñ\x11V"
  b") ¶Éı╣jLÇe4`ò¿åN"
  b"*.€ë\x1CLóO”²\x12x\x1A†Žy"
  b"*=\x13ièÔ\x0EK’}‹o¥I\x1Aœ"
  b"*AÅNm%╠Aø="┌WE\x05ƒ"
  b"+diwÿ?FKàU}oí%CØ"
  b"+‚kf5o9O²´]3c\mÜ"
  b",q\x07˜©ÝiK‹=d)äÑt\f"
  b",r±¡ÔšvA–h\x016½ÊZÛ"
  b",Úº¤\x11ÿöC©ô\x1A\x16ïBÚ6"
  b",öŸmh=›E¯q-ìùX²¾"
  b"-q‹uv[{G‘'"5\x16l•&"
  b"-ØïÉËÈ*Lü²ÑJîMßÌ"
  b"-®Ý¸}╗hHü┴¸bP\4A"
  b"-╩ü╔É8âKí¨`¸çÛ\x1Ax"
  b".H\x04:íÖ¿J‘m\x19òúÓfU"
  b".K<Y‹êŽJŸ$Zž?Ž`Ô"
  b".áu\x16PN‡Cµ¯Êj׫\x01ä"
  b"\x01é[ѼL–›Ê@\x7FÈ;É"
  b"/,ê<\x1E¦ÄOØã\x00oL\x1A§Q"
  b"/KØzš‚ÄAŸ\x10\x15ö\x01M¬="
  b"/UÖ╗}9@Aìt╝█Íâ├÷"
  b"/W\x05└Ô\x008O¢\x02É´┤¢zø"
  b"/«/tS5gC»äß\x1AÝŽ\x0FI"
  b"\x04ù(vZK•õBŽÌtnA"
  b"0B├x│ÄbM½\x12l╗füÆT"
  b"\x1F47ñ1OÿJ\´,ü©u"
  b"0■½─\x15╠õHüÊb`\x1E¹þ╗"
  b"1\x1DµhZ<u@│ýWLnÆÄÉ"
  b"1AÌ╣¾\x19µLü!Ú:A\x12ó»"
  b"1XN‚Í\t{LµŸ\x08Û\Üß7"
  b"1ü;z▀N▀G║¡!~#¬B "
  b"2\tc§;:¶E‘£ÄÿkÑ#Í"
  b"2#Øçµ\x7FçBézÝ>ªLJJ"
  b"26\x19­FÔÚA¢\x17ý*¹ôìÒ"
  b"2tßÉ4)jB®\x1E¸ÿ¯ë-]"
  b"2tîf®-°I¶ÎoÜþÞ\f#"
  b"2‡ÄÊu\x1DÂ@”øi8Î\x1Afo"
  b"\x17¬╩¡}NÂ/b\x00Á¥\\x1D"
  b"2ÙIŠ\x07²\x10@ºiÜ”“¬^ž"
  b"2à’§„fôA˜½Gi\x12\x06¾™"
  b"3#LjÝQ®A“\x17p0Z\fº\x0E"
  b"3U%«©¹ÆA”YÄ\x18ÿ\x13Ùê"
  b"3\j7å░ÜFÅ\x13G¶zëdT"
  b"3ì│»¤f\eIÖ7«~─QqQ"
  b"3┤-û\x17ËÖK┤‗æØPá8q"
  b"""
    3‗¨_}\x1CqAØP±Ò\n
    ÅcÄ
    """
  b"4\tÖ%Å╚rO«âÖ=ìÙV═"
  b"4ðO³Ø¡├EÂO5┘╦O9K"
  b"5“™ÙýAÂM£¯O¯0<‰å"
  b"5ódÁM;ÌLÅÃNG×zuú"
  b"5╚│Í%Ù\x07I│ÎØ®( ø«"
  b"\x15\x01^@¬d³éÓÝþk"
  b"5ÝJÊÉ\x08¸CªQ@└¬<ãy"
  b"6\@£æ7JD·Èn®Y»³£"
  b"6Ø3Aü­µBë░¯ÁÒ▓\¶"
  b"6½¸┤fYµAÆ┐ïXü«ñç"
  b"6ðk\x08\x029@üó[\x15ÄCWµ"
  b"7Vfè&ÔÆL¹z¤©‘Â(l"
  b"7ýêÔ¾~íEª´ÅÜÙXÌ\x17"
  b"8@Q\t¸\x1F~NŽø\x01r@\x14Pÿ"
  b"8d\e¡\x10ÛE™V–'@‡\eB"
  b"8¤aHÈäe@­\x03et.®ÐE"
  b"8§=̽à\x1CJ´šÏAs³\x06l"
  b"9\x17n*‗\x7F┤J┤Ò¯öUA▄ü"
  b"9VOéèÙ\x1FMÿìå{V°5H"
  b"9å³—\x11\x1EI¢bv\x01WPÊB"
  b"9ýÙ<D")EÉtâ╦╠Ç4┘"
  b":P┼ZJ*ÔKü¯0¢:s╦µ"
  b":Ä!ª ájL▒üs£M_¯Ö"
  b":н@§Ü€M„\x08®Œ1^³Õ"
  b";\f\x10S%w`K²òeGhøl/"
  b";béFËcÊI›Â°ãå›í\x02"
  b";ný³ç\x07*L£"Ü\x11#‚\x00Ï"
  b"\x08\x1F2ïÌO†³†£´&F«"
  b";àÞw""\r\x01ŽA\x06\x12©\x1A"
  b"< á³4\x16wL¡¬çÿ\x18ï Ò"
  b"<´Â[ªÆÿC¥"oÀ^uÈÄ"
  b"<Øpú\x04Ã.E ¨ØRz1«Ú"
  b"<ã„&å•hH¾€\x10Ú‘¤hú"
  b"<Ùs╠Y:Ò@íñÅóÖï├d"
  b"=\x1D­┴qËnHØys╣óôRÃ"
  b"=B"ø0ì±N×Ô▒ÈN-p<"
  b"=ĵf¬¹\x1FAü#hk,¼Éö"
  b"=┤\x05╝&b%Iêìò;\x1AG§5"
  b"=‗­ÉzaÈL×\¶Ê}#\fø"
  b">\x06ôUÚ§GHçRnì║TjL"
  b">\x17\x08Gz\x14“N¾—p¶¿b¬>"
  b">1\eë>ɹMå╦ƒB▀BàÅ"
  b">õ£°uâ¯LØ \r¶┘ @»"
  b"?\x1E¸¹A¨ÐFØÆM‗,0~Ø"
  b"?3IbTÊ-Cê¹übCî(\x1F"
  b"?L])µñmH²\x1Ed\i\x10ã "
  b"?ô═Ùp~¤LÿyîpõèNÉ"
  b"\e\x04µG‚ù€ÇË\x05è\x0E"
  b"?¿\x12ÒÞ4tLš\x04ÍPx—\x1E­"
  b"@\x16(«°Ð\x17M­@ÚV`%—\x1E"
  b"@rÑ=}"S@ì8<-\x07Æf\x08"
  b"""
    @–ž6\x02¸\x08\rò\n
    áËi\x07
    """
  b"AMÜòà%5Kè~üç\x1E¶W="
  b"A±+´{\x17ÓA‚$qSoT/6"
  b"A²©‡ï”Œ@€oâêè³ Ø"
  b"\fÉŠñôL²“\x1Cbø<\x0Fm"
  b"Bk▀é╦\x07ôDèÚ┘ôjëü#"
  b"B|IVÜ`5Gü╚w6`­\x10¬"
  b"BüÓ\x0E*ýüFö\x03┌ýÚ╣Ú\x04"
  b"BÊ6ì]¯┐J¬Ì\x16^ݧ¿$"
  b"C\vß-«BnCáú\x13ò.üÔÇ"
  b"C\x10\f¡vE9LŒÊ~E¤²)ê"
  b"CO˜?;vŠE©¨i½ª\x1F\t"
  b"C~¤_\x0FnöCµÅ6C¶_+¡"
  b"C—ŒC%×\x1EHª6–¢\x08ðV%"
  b"CÄöÓ¬èäC¯Š\x06g”8´Î"
  b"D\x03²\x1EW\x04 J¹[\x0F6”#å¢"
  b"Dÿ╚ð\x01PNIì"¿Øù[~°"
  b"Ḑ[ …\rKªî…ØzÀ]i"
  b"EÆ┐Å{°\x04Gƒ4oà\r3ðu"
  b"EÉt>jäÊBŽ9\e¦­TÈ<"
  b"E╬░6F#LMÅ(Ò-┘ëP╠"
  b"EÏŸ«\x1C2kO©d‹\x14´ß\x13¡"
  b"E牬âÇßL±C¸²¸ôÆ\x02"
  b"F\x1D\x15f×b8K¢\x00Vs‹']„"
  b"""
    F<ÉXl\n
    ¾Iæ\x17\x01~\x05þ\x15É
    """
  b"\x07¯ÆØŸC•Û4Äš…%f"
  b"F╚ç┌═>O@¬ÌÅV&î█\x02"
  b"""
    G\n
    ¬─*ÅÎDÖ2Në÷QK└
    """
  b"G /’DsØEªÉoô|I V"
  b"GRÎu%ÙóK•+©ûèÈŒ:"
  b"G]w„íC¹I¬\x02~?ôrfã"
  b"GЈ¬!ü,B•e¡>rxÁ:"
  b"""
    H\fÙd]¢éHµiHæ•¡\n
    ³
    """
  b"H2\x16\x17«­&Gˆ²ºµ\x1AwLô"
  b"H[ÎÏ\x1D\x1EI‹â#\x00\x01{›T"
  b"H½<ãЦ\x1EF†ÖìG…9=)"
  b"""
    HÂb\n
    \x07MŠ€C¶¤H\x04ø
    """
  b"HÄpò7\x11rK­¹mÂ\tf`&"
  b"IÂv\x1DæZ¼E´,9òDÈ”—"
  b"IÃﺴÇ×JŸÈ\x1DƒÒûð\x16"
  b"IóËù6\x19bI“hnöÝ;ÈO"
  b"\x12\e\ù"MºŠ¸å\x06¸\x15Ñ"
  b"J0L(¿\x16╩DØ╗\f┌C\x02åj"
  b"J½ì¬\x0E­4M¬├ÈDÁßÈu"
  b"K%®Æª­!E•Éik1\x1F*X"
  b"""
    Kx쳂\x05ãH‰üõG-\x04\n
    8
    """
  b"K~\eÉ\x15\x0E:J‚ð{\x1C*á9`"
  b"Küã\x1C█7\x07C»"j»\x05?Õà"
  b"K—ÊgÅ\x1DeI«Žè)³\ez™"
  b"KÇþÚãC\x08K¬ÉšyÓ¤ip"
  b"L?#s¹\AO§hŒÚs©6\x02"
  b"LU═õ\vx³GÖùË┌~ìá┐"
  b"M_þ\x14q%ƒO§íé”X\x0E¿L"
  b"N\t║êÎÖæJÖÕ╔W®ü¾]"
  b"NÝãI|[éJ…ïÈ»®f §"
  b"O!Pj\t_üB“ÙÒn\x0Fb‘ê"
  b"O¡º}ß\fYJ¸œ\x12Ýð\v½|"
  b"OÂúè¶&ßMÜ\x08©ÀOü4ô"
  b"\x1D3u╬µD╣ÇÑ5eÅú4"
  b"OôVpÖ\x11Â@±dÐ)êâšË"
  b"P1ü©üêQL┐┘Dû\x06·\x05j"
  b"P±¥h!- H¹Ð\x12Ž`UÕ«"
  b"P©µ\x0Fº▒ÙNïáÏ÷c\x04╬É"
  b"P¦N2\rbªGäðØ{I\eÊ\x17"
  b"PÙ)gö>┐IÅ¢L╦ì╬█h"
  b"QjXØ£ÕìD½\x05T;v¼a9"
  b"""
    QŠî\x02¹\ËN‹}£\n
    ´ÞP‚
    """
  b"Q│ÎrÍîöF║ÅÙ\x03╬9RV"
  b"Q¤Ó╦q®ÃJ╣o■pÅCÛ¯"
  b"R\tgÝÉıÌOû▒╣äÖ\x06 Þ"
  b"R\x1D•,ÂI)L±a”@¯¾ær"
  b"R`G)╔qæCØT╔Ö\x02ê;õ"
  b"\x7F«\x05pñA“´_DsÙ¤ï"
  b"R¶"Ç3Ã\eM¹´«žòƒ7ø"
  b"""
    S'ÌÂ\n
    èÞKÉ\x15\x12F/¥─L
    """
  b"S?\x1FB™/>K²ÖT¼*¦ \x0F"
  b"S~ˆèpiÚEž¥B\x1FëG\x1Cœ"
  b"S\x7F\x0Fd╝üBNæò▄═Ïܸª"
  b"S×âã1\x1D)Gü\x19SÉ║¦\r¥"
  b"S┼\x0F\x0E\x08¥®H╝üËÙ╔6«6"
  b"Tqb|ŽT\vL°¿Ÿ\t1€ÞÕ"
  b"TͳqÝãNMò\x04┌rÿ¶┘ü"
  b"\x0F§Ú®ŠL“\x06+yŸvûœ"
  b"TáÑ®Üì\x19KƒƒP¦¤M¿Û"
  b"U#ÙGÝl"H–dèÑí\x11”Ë"
  b"U`ÕØæZTKª¹ÙÕ÷Ps\x17"
  b"UÚHf\x1C¬ÕN™…ë:™'åü"
  b"VjôÕãàcK¦ÕŠ\x08Î^…¢"
  b"Vð Å\x16þûMæQ\x17\x15¦;}"
  b"VáÏ\x1F½£\eJžÀÍVpVSð"
  b"W\x0EÈ\x08íß\x02A‚\x17»\e9N„$"
  b"W4ëÙ│.aA▓yÅ»eU\x03Ô"
  b"WÖr»Šä4J I\x1Cwk÷Ö­"
  b"X\x16Ä‹ZVÁA…@À\x00}uHý"
  b"X8,¤g<ZL‡ ·0_ÎK×"
  b"Y5\x1Fœ:ÍêD‡c'ÀdÑ‘Ó"
  b"Y±åØ%”¬F‰&œãÂ\x07û="
  b"Yº?®\x00™N@£EêÉ\x16¯ïÅ"
  b"Y▀L\x18,\evBÅ\x15ð"o\x1D\x16"
  b"Z\x02\x17M,¤\x18K¹`ß196\["
  b"Z/7½(LðH½£È35Â\fW"
  b"Z1éÂ\re\x13B»ê\x00\x0E¦’ý¾"
  b"Z;Ë<\tÉ¢JÇyjwÁÆ©╦"
  b"ZؤækÖ\x19Iú┴\x074b[Å╣"
  b"Z÷®\x13AVåK›Ä•ùã]‹ø"
  b"""
    [\n
    \n
    ½S¸\x12AƒÔüÿ\x1Cjn7
    """
  b"[\x1Fd\eù`óDµ·³þȃTÄ"
  b"[ªÅ\áÄ┐Aƒ4IéQùìÏ"
  b"[²<JØ)¶L±\x12ã\f­p®9"
  b"]\x0EN<É^pA¹•¸\x0FL‡Á;"
  b"]5ú9êÄÑJÁ█å╗ü┐]j"
  b"]CÁ\x0FÕ\x00\x18C░*ìÖ\x1FÎSs"
  b"]É¡µ£\x0E8@Åêe┘:½À\x10"
  b"\x18”{RºL£/Õð©‡S·"
  b"] ªÌÞ'AGü\x14\x0F4|ûØ"
  b"^!ol\x19#\x1FL”ÇxԖüÞ"
  b"^-yà\x1Eo«B┤ËÙwD\x7FŲ"
  b"^㣟·•+A­U>‡…Ù$\x13"
  b"_JS­µ cE§“[î<\x1A"
  b"_L\x10\x01X\x18ÌEåW‗ûÉ=z╠"
  b"_ƒ─Á▒IÌMÉ#´\rX┐╬Ó"
  b"_├MCJj¿FÆì┤V}?N{"
  b"`2C)\x03ÉeE Ôœ®]Ò&È"
  b"`é§╔▄\x12\tL║×zk\x1D├ìQ"
  b"`”ªM#†VC°Ò—C_­äB"
  b"`éü9Fw¸J¤ð'1/ØÐ "
  b"a\x05ÁnãÝîF­ÝL-]ÏÂ%"
  b"a\t6#z÷[C“\x7F¡œŸ1tØ"
  b"a\x0FÙ╦\G\x14Lüm\x12:{ÞT┌"
  b"aiòÃ\x139Û@°)½H<‚õ³"
  b"\x07WÅ=}N®÷¦C+z░L"
  b"aÒkKü\x16¤N╣╗FDZ¿æÊ"
  b"b\x04¼Yœ™+B¯DˆBÓˆÿ²"
  b"brû\x13y&ÞB“Bï§>¼Á$"
  b"bÀƒÜ#\x18\rN¤¼å{\x07Œ¥|"
  b"b╚úªB«»Kɨ\tv>á▀f"
  b"bóÚüW^_B¨&Ö(ƒµ‰€"
  b"c\x04Ö«g“êI–ï%v×-—\x03"
  b"""
    c'±~\n
    Õ/E‚Ò² p®sM
    """
  b"cKHóÑÒàK•\x02Ï¥\x7Fƒ"û"
  b"cz}Ý\x00aÝH‡•xìΟ‰ø"
  b"cê2•11LH€C\x1A¬™âD›"
  b"d\x7Fn-uu\x19N†ª\x05™ò#~s"
  b"dî×¶TÔ¸B…\x101dß\e"
  b"e\x14ïå…9_O¹~#áÇ‘ªi"
  b"e\x1F¼\x1EEm\x11K’\x18ŠÊpãÍÖ"
  b"e/2C×}jO¬°ñ «ðµW"
  b"e=▒h>.DAŶnÖ_|KM"
  b"e@$VI(äH´kiØ0ÙCÚ"
  b"ecÞ^ÜÂ╝EáBe-íÅLþ"
  b"e‘p’Zw\x08M¨p9\x01ûVbr"
  b"\x13<}w.B…‹\x14ª=Ý!{"
  b"eµ]üê;lB¼"Éi'╠┌U"
  b"f\x13ÿѴϰF®½ ÿÅ©\x0F'"
  b"f2"©Å-▓K³ü\r\x14■Àv"
  b"fRâd\eB§OüØ┴µáÞ_m"
  b"fhZ\x0E€ŠkI¢FjÐÏÃê\x01"
  b"f–Ç\x19HËÜM†u¥\x03\x05î°·"
  b"\x1Dˆ\x03yŒF¢±’u™Û?w"
  b"fÍ&ãÁ\x00ÉNú\x06%¢¿´ìÎ"
  b"fÖ\hür®H¤9F„\v8\x0Eb"
  b"fþ«Åü▒âGÁ'\x1Fÿéa\x7F¹"
  b"g\x03ô·╠é║Gñ░ýì╬g&Q"
  b"g\x06Ø├\x05 rG©b%Ñ\x14\▓\"
  b"g7«\e·\x1E*C½`p,ˆ¼®*"
  b"g^â”su1CŒ“ÌЖ$D‡"
  b"g`óÎã!ÖH¹g\x1DÜ#7[&"
  b"gË\îS\x0E\x10B†–˜0ÚQ\x03ä"
  b"hF╔\x14ßcÓJÉòÏê■V©╔"
  b"hPÞAC\x02GBšua\vÄaòë"
  b"h^CsÜ‚“A±& Áï£\eª"
  b"h€úŸy_.Fª;€\x13]¬‰r"
  b"""
    hüVý¾]6EïĦ\fÜ┘\n
    ø
    """
  b"hœ•Iæ\x1DÇ@§­!$\x1E\x124"
  b"hѵåÉ└½B╝#ã'J§þo"
  b"i\x07▓ü³\x06áHä´h═\x05y\fB"
  b"iX©Œ/²<G µÇÚR¯sb"
  b"i╠pïöçÛNØlÚ1©»\x11\"
  b"k\x036\x1F\x0FòH£ãO\x0F‘gŒ~"
  b"k\x11\x15åØaéE€„¤+\x10ýež"
  b"k?Ì,CgÇH V£…CMñù"
  b"kY¡žÜ=•H¿:VÀ½WðÄ"
  b"k^zË [ÇKéò\x7FÅ×3>¶"
  b"kt\röU ìBºÎ┴Ó4]▄Æ"
  b"kÉSP\║`KñýǶ¦?▄¤"
  b"k°¨-*\x15³CŽýÚ½.\e\x01º"
  b"\x16ú+bıN£»#½øÉ(´"
  b"k╩³═╠ü±@Ñ\x17a█y\x04"
  b"køü߉©HK‹œžÓF<","
  b"l\x0FÕ\x11┌╔ëCô┘î_؃\x05U"
  b"l\x1Dr´¦ýxG‰â\x7Foðe©›"
  b"l▒1ìó-óDÉpbB2ÉðH"
  b"l┤┤\vì\e┘DÅ▀b▒\x19dz7"
  b"m\x08!pE\t¾Nˆâ<¸Sû;0"
  b"m#ı\v╚S\x06\x19nªÆÁÉ¥"
  b"mý8â╦Ø\eHíø▀n\x0E╣Áà"
  b"n\fªNF\x06ÊI®i(ó2ßÊÔ"
  b"""
    nh\x1DÆ7¹¹@•W\n
    ÷ŸªÑ
    """
  b"n“Ê;áZçAˆ¹:¿&Ss—"
  b"n¯ÈŒn/LIš\x00ÊÉ$ËÙö"
  b"o,!Ùø¨{LÅ\eð\x1D║┤╠H"
  b"omÛ┤qý\x1EOÉn‗°á>\x08²"
  b"o¿\x13\x05cþªJÅ\r¢«█Äzƒ"
  b"p\x17’Nz6šF°×Œ_u\x08°’"
  b"p.ëør‰ˆ@¾ÁªñàîEV"
  b"p’KÈÙòïF£…\x17M…\x1AÃù"
  b"p”#|²kIM‚-Np~f­š"
  b"qBOÕ½\x1FµF»°ö\x15Dß«»"
  b"q~ r¶:s@¬Û$jʪ;)"
  b"q¬û¡\x1A®šMаhòCn\x16"
  b"qôtY½\fòD°Ù+\x00\x1E\x1FÙz"
  b"rÆ>2V¹áEØ,×{Në½á"
  b"sžÎoY¥4F‹Êm“æ'W\x0E"
  b"s¡—\x0F؈4B°\em‰ß\r*h"
  b"s¡¾\x07ÔYäJÉTèá_\x13\x15\x14"
  b"sá¸ê¹Û¼H‚ˆ\x12›“\x12Ľ"
  b"t\x04Øí[9-N’#e\x0Ef\x05La"
  b"u4?\tÅ\v$@¾Bvìz\x7Fš\x19"
  b"upP3…*kJ‚¹†Û¾\t»l"
  b"uÇòîš™vK’ËP‰ó\x08±P"
  b"uÐó·iëYB˜Bhñ\x14*ôÓ"
  b"v@­ÉŒ^‡HŽƒåÔ\x03Øã]"
  b"viÆ;¼~#@ì╚#á‗zµO"
  b"w\x13E‹‹\vZO˜\e7ræW‹Î"
  b"w’œ\x13%?cM o©4ûªÑ7"
  b"\x14Öß±¶O¿ÙÐWÉvAh"
  b"w¹>gÄugO™È‘K¸¯Z¤"
  b"x,\x18ö™•sO¼6I\x11\x1CÀ‡H"
  b"x4À\x1A0\x01bO™¼·¼³ìä!"
  b"xAE\x12k`ƒA¥rùÙS)HQ"
  b"xaa}e\x15uJŽÆ\x13Uã™ø'"
  b"xcEÔ°*F@½T"É7\x16╗n"
  b"xÒ<b>MþO»s3÷drZø"
  b"y&\t\x11—XB­}?g/Düf"
  b"""
    y=Ì"R@5O¸`ß\vø\n
    ¦\x1F
    """
  b"y]\x03»Å\x05òC░┼\x193ä╗ØK"
  b"z1^\rþ¥uK³eËú$Ý·O"
  b"z5YÌ«uÜN¥æÃve_ßz"
  b"z7®»0”>I´]CL>t,T"
  b"ziÊh4Ê—K‡\x16‹^£\f"
  b"z„ÖØïH»O´\x123¡©Ûa¿"
  b"{\x01L$ƒ4,O™™–¾nÙ \x18"
  b"""
    {\n
    9Ûaº<BŸ±\x13t‚ä\x11l
    """
  b"{7~å_‘HF–7ðÝ\x7FؼÇ"
  b"{@Ö\x03%ZäCŸ\x04Øcª\e"
  b"{Iãs»¼]J’û$H\x1C,ªA"
  b"{ ¦Ë/\x0FÏ@µ†¿S柺2"
  b"{°ÉB/I3G¬\x7FQD;\x10°+"
  b"|vb)c7ËI¦\x19\x00dãê\x19-"
  b"|‘[´÷žÈK‘HÔý‹\tÒ®"
  b"|»Mæ\e;\x05@†€/4(üÁ¿"
  b"|ó"b„ö\x00AµÆ¥\e¼Íój"
  b"}5Æë\x11\t\x02\x02Ù¯QÝØ"
  b"}o┐·v\x02IC¼ T"ZtøÅ"
  b"}ƒ½"#|\x07FÁÅ█idÒ═;"
  b"}ʵREÙ\x18M†¬\x12W3z»ù"
  b"}Øè%¨}\fB 5î¦x¾/˜"
  b"~âÙ╬└àÂCühÆ^¾&sS"
  b"""
    ~·öò\r\n
    B²¨\x0E<\x0Eù€ß
    """
  b"\x7F\x1A×\x00\f¤äA©QíÞ¼€‹Š"
  b"\x7Fö¸\r\x00È¢O†±\x01v*À¥w"
  b"€@­ cîˆFŽ¡&â\x0Eš¥e"
  b"€ˆD­¤ß»@ŠaÇEM”¾\x11"
  b"€˜ªT³è?A­,\x15´=×\x1Fn"
  b"ü*¡rÞ\x02ÍJ│¥¬±H\x08"
  b"ü5QÐ\x03/YEá▒L¾╗b×\x06"
  b"üñ>v║ïhEƒ%╝T¾Fû\n"
  b"üÑÎ&¶·─GƒG=*Ãü╣h"
  b"""
    üýëk░Á3JDZ\n
    ÑRËä\x1A
    """
  b"‚&Û¦Lo=B†ï«\x05\x13$2"
  b"én\r#´YÈOø─9|ì║¿ƒ"
  b"‚ó±4ù[PI¨\x06E‘¨J \x1A"
  b"â\x14\x05.┘â3Jôx╦┐.6Åy"
  b"ƒ3;ÆæÊoM–&\x1A•ýý 9"
  b"ƒ´‘QÂJÑFµ'\x1FÑÛ\x02¨8"
  b"""
    ƒÜRꮼœJ±\n
    òlMCžV
    """
  b"â▀ÝJ└ÏOOØKo-ë\e"
  b"â■¾÷âØKNÄ4ï½Þ¯¿|"
  b"ä\rry-¡gOÅn\t?═\x15"
  b"""
    „Ž/?î\n
    ?C·]ž§€ï‹ä
    """
  b"„ÁY$V\eËLº|î›Xâ`£"
  b"\x1D¯ôÙ\x13¹B†4={™E\em"
  b"…c\x01åvˆ˜D¹GøFÝrÙ°"
  b"…Œ‚A^\x13?Gž§œ\x7F«F )"
  b"…ìŽ\x11\x03F©™¦œÐË×Ù"
  b"""
    †Kˆ$׬äMˆ!\n
    …`‚5»
    """
  b"†`¿ñå\PL¡÷ô ¤‡2‘"
  b"†vUÚ²\x12\x07@º}s°W/¹\x1E"
  b"""
    åÄ\n
    óÉï‗KöÐ<ƒY\x18\x06Ê
    """
  b"‡Ø5©ÄN!D‘ïc~º°õŒ"
  b"‡ü)r"Œ\E¦¸$\x03ôdYß"
  b"ˆ\ë€çEPGµ;nâ:..¨"
  b"ˆ„âôx \x16EžÒ\x15»Ÿ©ñ1"
  b"ˆö+\x11ûÿ\x1AD¸B䥜\x147„"
  b"‰?\x12ë\vÞ‰K•áÄ\x0EÅ9s±"
  b"‰W–mþô-Kš\e{nµ¨ZÅ"
  b"""
    ‰¯Ä\n
    .ŽáB¢…€â=C\x0F{
    """
  b"Š+¤_Ö`üN¯ý2é\rº]ó"
  b"\x10ø$‘RZL¶OS°Î\x13"
  b"ï¢Tº\t¡ë@öd\x04¯\Øi¸"
  b"‹Ñ@Aš›XO½îhȶµ\x1E¸"
  b"î.─╔ìGXGÑØ|²O\x1Eï█"
  b"ŒF05\x14дA¯UsÚb]³´"
  b"ŒJBàKá“N¿³9¢Ε\x08"
  b"ŒK\x18\x1Aä\x14ŠD·ŒFAk6YD"
  b"ŒžÓrm¼3Dš•0Nõ½:g"
  b"Œ°\x02O‚óÈJ²¼C™ÙŸào"
  b"Œ° \x07”ÎPJ”OÞ=\x14Ïsx"
  b"ì\x16LRk3mFïÅ]¸?Ï#7"
  b"ì!4ø{^DDí4▓'Фý_"
  b"ì┴km╦Æ┴JøÒ\x02)ú5(Ö"
  b"ìÃ×"l^0H¢ø¡\x7F¡4! "
  b"ì╦N\x16_\eäMì&¸KÎv\x02D"
  b"Ž s·5\x175@˜8Ÿ}õ:Š×"
  b"""
    Ž:×Ô=\n
    3M§Pq#Øo@¹
    """
  b"Ä\Aïƒ7\eJÉH§BÂò╠h"
  b"Ž\x7F/+\vd\@–µsppœì9"
  b"ŽÓG\x19€Ç¸M¿½ |ÇSÑ:"
  b"ÅTy7Í,9Eü9ÇÅÙòZ\x0E"
  b"Å]ËFÑ╦éC┤éì\v£æyl"
  b"Å»┴3ƒ7pM┐º¥2ÝuõL"
  b"Å▓VeT^╣Jóû╗9þÕ'\x03"
  b"ÅÌÔÃ┴╩2Oóøÿ`ÒC┌Æ"
  b"""
    É\x04öÔ╚µ\n
    EÖ¸©q\x14çç×
    """
  b"É6\x1Aýk_dO║[\x18╔d¡D°"
  b"ÉPòPºm╚Mù¾\x1D\x10ÒÐ$\x0E"
  b"Ézñï╗§ìKêÀ *ÐÜʶ"
  b"É×\n\x07\x00ÈÔNÄt<¶Tñ╬P"
  b"‘-@\x14Å­°B—¬‹ƒ\x03\x11"
  b"‘<a©(\x18'K¹³m4U¯Õ­"
  b"""
    ‘L*<ñqÍJ§Ì\n
    þɽå™
    """
  b"‘k賃©\x0EF˜†\x06)èþP1"
  b"æÅI\x10\x1E¾áA×]¦ÌÞïk("
  b"‘®\x13ÌfÑ\x1CA¤[-\x00Í\x14Ï;"
  b"\x07\x07ºf­ÀK—sœK\tT\x04\e"
  b"’3z·É\r#@º2Î\x1D™ì‡B"
  b"’_¢ù§’õDª<Œ„†Å\x00L"
  b"’s€õÂtÑM‡«}“ª«ÔÀ"
  b"’±±ìË‚;L¶Ô–\x17>¼–é"
  b"ô\x18\x11<=GÉ० &#y"
  b"“XÇî![ÁN‘&h‹†34­"
  b"“žk\x06à—\x18\vM£gbÖ["
  b"\x07çl\x16©ƒD•´…Û²ŒEi"
  b"”{Z\x11ÏsÏG¥¦z¬7þ\x0F^"
  b"”ˆ=\rD±0B‹…î$Ç\x16Ü3"
  b"öØëö\x01×v@▒\°e`S±■"
  b"”íéðÊg~@¹ìC2¡\x15Ê™"
  b"ö±═ëO¸YNÇ-Å┐Ç╠█þ"
  b"”÷4æ¾bÊK¤Ú¹3ó¿\x1E\r"
  b"\x04òôMM“D¦œ¡TÌ›‹Ê"
  b"•“cDÑLlLžgñZà`¬x"
  b"•˜ˆkØRlG»\x19)v×ĬÞ"
  b"•½™\r䋎L¸IO€Š¨Û!"
  b"\x11ë· d¥Iˆ»5_X\x1FÔý"
  b"–XƒBïJðA«\x7Fïx\eŽAú"
  b"—ïl%\eøéA®\x0FµCâ\x7F"
  b"˜<î…^!QL«vÂ$Ì7Ñ)"
  b"Ö\v§²Ñu±B»t║·üÁûÌ"
  b"™#¡ó½ÚýF¨v\x7F0ߣSÆ"
  b"™7î\x14”`EG¥(Ÿ÷\x1A\f÷\x14"
  b"™i\x1Cf§”ÝAˆŠŸÖ¢5Ý*"
  b"™qŸUo~ŽI¹\x17\eŒßÓw™"
  b"™r[\x1E:±’I›8E›£º\tÕ"
  b"™ÿºÚƒ8½@¯›ÃÂR]e³"
  b"š\x02ca}WÌB“ÉÌ–\x11åt¿"
  b"Üæ®ÅÏï7Fï\x02.nýåfÏ"
  b"š˜açŠ\x199I¨‹9\fº&) "
  b"š¢ˆˆ\x0EdøHš€ÏLK'ßN"
  b"šÿ­TþœÆL°´\x04\x01e Ä\x13"
  b"›fÑùÇÝéD¼»k¼R\x13¥‰"
  b"›†\x13ûÔ>rJ˜ GÍ÷l\x00¾"
  b"›Ì™\x06‹àIN—ȽATÔØ?"
  b"›ÒJ‡ËÉ]N‘Á‰x\x08ÞtU"
  b"›úåƒf¡¼I¿]£²wÆ5¸"
  b"œ<!¸½\x03¡I¥ó\x15ÐG„\x16R"
  b"œ…ÆtÃë^H¢Ý¼‘1¸öo"
  b"œÃÄ“\x19`ðB¤™5ôК*Z"
  b"œä/o¯œMLž/z#AQL°"
  b"£²O«\x1E!mOú\x06\x7F0÷ÅUå"
  b"Ø=\x06ÉÛ─ÜHÇ\x0E\x1D¶¤│\x18["
  b"Ø~ælî│pH¬hò╔²²N█"
  b"Ø×ýÎ╣├ËK©k;╔\f¶´O"
  b"Ø╦\x01F}·»L¢=´î\x17íÅ/"
  b"ئƒy#╣çF»©║çÔ┴é\x04"
  b"ž\x16G\—qÔM‚ŒÇºuO(,"
  b"ž<…éP\x1F9@¼a\r7q\ròÆ"
  b"ž[\x18ïêÓ5J†XS\x01\x14ç¦)"
  b"ž†\x08\fIê[KŒí_\x02Ç/Üä"
  b"×ÅX-,M╚Aú\t\x18«8)ư"
  b"×ùÄH╠^ C®\x12îÃżÁË"
  b"ž¢‘s2¼P@¬E\x04·\ff+M"
  b"Ÿ1=ý•geOŒb^_c×Jñ"
  b"ƒç¤[╣C Kø£Åwg?A9"
  b"ŸŽ\x19¨~‰™B£ÍyÎz@–½"
  b"ƒ¯Ø┴îh╦M©°ac\x13\x02¯>"
  b" }›Õç&ØJ¡ãÜçáà.\r"
  b" üb;AáoO‹­\x0EÏDŽpâ"
  b"ííªu©R\x12KÑ└½│Åú|\x1D"
  b"íÛ╗\x08╝°îFëìôëk§O¼"
  b"¢*+ŒãJ²H¡\x03²N”p8§"
  b"¢XÕ^tRjN‚A\x1EÖ¹\t\x04¿"
  b"útÉÌ■>╩FûÉáÝ\x19î\x03\x08"
  b"£†cN­8'F‰9ʵ´ˆaö"
  b"£•?4j±XNƒ¥\-Í \x1Fd"
  b"ú¦owþL!LèI¦x*²MØ"
  b"£û\x05Î(ó-Ež¡2N:[\x01\x10"
  b"¤.®ƒ\x16*œI›õX9ùzÒk"
  b"¤3\x7F…U|àG©Œ?ú*\x07-\x0E"
  b"¥+ç}ÜcÂG½ \x0E6\x18©åÉ"
  b"¥FÓÌa\x10 L­šNÜ'ÒŠ$"
  b"Ñh2╩┐\x18\fA░É_ø\x1C├Ù¦"
  b"ÑÉïs░#AC¢\x0Fã\x122ì▒Î"
  b"у~¡\x06²vH»ìåÃ┴█øÚ"
  b"""
    ¥§3\n
    \x07ýÌM¹\x1F»=o4S§
    """
  b"¥á‹Ë\x0EaÍN‹„®ˆ.Q\x02Ò"
  b"¦\x07®¿\x7F\ÄJ¶f´\rÀP‘”"
  b"ª\f┴ë<ÿ¥O║A╠ãÉ┘ÓÜ"
  b"¦\x16X˜FMŸL¶Ýã\x03¡°—Ñ"
  b"¦w\x18µœÆÎKž½@—ƒ0,\x07"
  b"ªæþ#÷æ¾DùAH╗?üöÕ"
  b"¦»èÖ'±mM­&­³[+Ài"
  b"¦¾‡ä ¶ÎF³lÔ)I†„·"
  b"º~ ╚C²\x1D\x1E═4Y\t`▄"
  b"ºî`¶³ë│Cóm6@Ù┼Ø\x17"
  b"§™ý\e\x1F€¿G¹1K\x10AÏ~L"
  b"§Úس¶\x1DßH²•¸Ð\x06ˆcq"
  b"¿\x1Dí_ÃtàFü┐ï"\e¸ÐÚ"
  b"¿Å\x02?\vjGAò┤\x01\x14U\x08¹."
  b"¨«V\v½ê\x0F@ˆîíBŽ\x0Eqh"
  b"¿├}:\x0FÉ)@ö>úû3╦\x18\n"
  b"¿ýÿ°VÓ\x12@òu┤y¡▓Åü"
  b"©#\x19ðêþmN¥_<R˜­§$"
  b"®åÊ░/ìRMÆñÅ\x13~ËäG"
  b"©´ÜŠƒÁ§H¥ŠÕcøaþ."
  b"ª\x08\x14¯Ûö…Hºhö&Tk5\x06"
  b"¬¡$\x1F\f\x1E¯Dì¥E­òøéô"
  b"""
    ª¿\n
    óÉHÐI“fžÉº†â¯
    """
  b"«\x03­©žK\x15@œ]¬äL\r­À"
  b"«\x15o¿kfnCƒËÔùJ£¿]"
  b"«\x18Œ®1ÖÞO«Û…`p>>\x11"
  b"«r÷Fc­ÚD°§´dB¿•§"
  b"«®\x06-F{\tIµDª6\x0Fiç#"
  b"«Á­ª´À\x1FJ³‚#µÚ‹†\x03"
  b"«Ô\x03\x03M(tI‡"‡ñ9$Q\x04"
  b"¬£t?ì&NIŸj'½hz†`"
  b"¬ÿ'_o*WG¤±Pæ_ÇP›"
  b"­ÔÕHtû6M…:t|Ñ—Hþ"
  b"¯#oÏ6ïöN‡wà(öÚh\x04"
  b"»{ÿæ┐ÃAI░üãî\v[lH"
  b"°'¤ÉàQWD¤>\f÷•T\x14M"
  b"°>ÙÐåÄC”ý^\x03¾D¾ÿ"
  b"° Ú¢Ì‰YA«ia”§sc“"
  b"°¿íÈ=ëu@ \x16°õɸм"
  b"±KŠ=2EuL¿‚\x10\x1C\x1E'5y"
  b"±T,\eŸˆZF”8Ë\x004›ŒÓ"
  b"±o\x04%tå\x02F»c¼\x13\x1E\x13°I"
  b"▒£ÄPÌ÷èGÉ(ºA½È¾z"
  b"▒úî\x03\x14\x11ê@ò┌ò┌ØíU\x19"
  b"±ª»¥µbpH¦Y/&+Û¯a"
  b"²^Øž\x15RDF·0µ9®Ã%~"
  b"²xÈ\vÁ®\x08K²l=\x16ÌtßÊ"
  b"▓®Ø\x14\è;OÇï\x07ëëüís"
  b"▓╗u\x14£\x115HÉ[ñ╩Ü2Tı"
  b"▓ \x18═Ø´«M¢\x03┬¥ç7g""
  b"³\x08ïE[|yE»xÿqjI{š"
  b"³\x1F\x7F\x12áÉÐFŒâº\x11í2ÂÑ"
  b"³^a6\x08Ùß@”꿱£ô\x00¿"
  b"´,\x12‚óì[J¤Ê¤\x07»Šàe"
  b"´CÄk/\x0EûB›\txeû›uî"
  b"´OÞâ/\x18¸A¶eY:#¦Èé"
  b"´bLn›'1F¤ì€|@\x01Ðð"
  b"┤jhìÀÀåL║Ñ÷D©À.u"
  b"µIQQƒ½ÍC£mïD\x05€¢\x1E"
  b"¶¯A0k¦qD˜\eÀíЂ\x12"
  b"¶úm$Î!…Mªh\x01ù¢\x14\x1D"
  b"·\x07ž/žù\x00D“\x15)\x1A\x0F\x11"
  b"·Pš?s\x06VFžDqð\x01\fP<"
  b"·X©\x1FLOšI˜æW×îŸG\t"
  b"·Ü¶µH„1E¯÷‘\x11Ü\x19"
  b"¸\x05ÔL;\x0FÐDš(¦c\x07nj¹"
  b"""
    ¸\t\n
    D3p{D¯F\x16=\x10J:¬
    """
  b"¸Zë\x0Eq`¦F­ôÀ\rX⺩"
  b"¸w\x1D'ùgÏD®zKe˜×6ï"
  b"©┌\x03«░DøOØé█£ôC;ä"
  b"¸þ\x00>Z.pC«•jGí,#\x19"
  b"¸þïa_d¶M„LÐ6bÕ\x14!"
  b"¸ÿ\x07Î\x14é&E´­2ÙRPgP"
  b"╣(hiyègLåÑeéÀmÅC"
  b"¹Iÿ×&ÀXA«š\x05C¹ƒ5Ê"
  b"¹‹1äþ\x1F8G½æ\x10EÔÜàU"
  b"╣ì¯ÊÊÚÓL¬Ò«║ú┬]5"
  b"¹¯t@Ü,kB›\x0Er`É7?˜"
  b"¹áÙ¤¿\x08»C¡I*»\x00ûa]"
  b"º pFÙ”(J¹­\tê`¡]Ô"
  b"º6ü\x13¯Š›@„ïÊa¡F"\x1D"
  b"»E£z>\eBJ­kÀÊ:Òïj"
  b"╗ÉiÙ═¦▀C╝/mR]ºÏ┬"
  b"»×ŽÇXé¦E‘ö0ÔyIÇ\x1D"
  b"╗ÝÖϨÏCGÉ\âL├c\x02L"
  b"»øhíóý6F£dêË\x10ß3U"
  b"¼!«\x18`‚\x06E­É‚¨)’0—"
  b"¼4\x04ä].tH±oÎ\fR8ús"
  b"¼O\x11[+l'M¢Ý1Eú~RÚ"
  b"╝¤╬üÖ╩qK│ÐØ`̯\x16~"
  b"╝ÙÌadAcF½÷É\x1D\x1C§\╔"
  b"½6iøG)SI™T®‰Fd$Ö"
  b"¢=Kb(-yA¿¨Øð\x12çÔá"
  b"½ Y„¦ïžH±ô(„„c\\f"
  b"½Â\x7F\x0Fß\x16\x05N™ˆq„\x15<«}"
  b"¾\vnV\r\x045Cº(4¨s\x1F½Ô"
  b"¾ªw'¹\x14ÓE¼v\x07¢“çéè"
  b"¾Çô+â÷ÖG° \vÒ±]{è"
  b"¿J„J6¯rB¿¡G­CIÆ\x19"
  b"""
    ┐å\n
    صÏ║B╝^¯÷\x17/\x08\x19
    """
  b"└│mí\x07"ÞLüZ`ÄıIı\x1A"
  b"ÀÃc\x1D\{8IšF>Î5Ó\x7Fù"
  b"ÀäíÖ½êÜG®jÃŒŠucm"
  b"Àë\e?\x19kÞG»˜vò\x08î&\x11"
  b"ÁvX)É\x0E;Bª9d™\x1A/A="
  b"ÁœWׯ¢\x14F‡áÈ\fÉídÿ"
  b"Â"ÞFzyjEŽ*Ð&åo¦Û"
  b"Â'Á>>¢~K¨\x00ˆ\x07½‚7\x05"
  b"┬(¸±\x14═IIÅ▒╚Ä\x00«Î®"
  b"ÂTŸd Ï¼C¡€OmÞ™\x10¿"
  b"Âv\x01îæ¯qH Ö»õU\x18"
  b"¼ۜ:\x00'L¯²Àûìgbø"
  b"ÂÇОD’ÅB·Ê7ñŽL¶H"
  b"Ã\x05Á£ŽVÄI±<m\x13îíoÓ"
  b"è­ÀlY“A˜Ë¶¿NõLN"
  b"├╝ö9ËÁ─Aº┌ØSË║■2"
  b"Ä[DDptÞG—D8\x14\e\x18êc"
  b"""
    ŵ,\n
    \n
    Fµl›EK}LO
    """
  b"ÅÍ’A@à>CŽ\x10®üpõâ\x19"
  b"Æ\r\x14°™þ_B°Dþ\f8Ls+"
  b"ãa¶ÎF8ÉKª7╦╬îÍ$ì"
  b"Æ´q*OŠ•L˜âƒp]»öÌ"
  b"ã‗ÉBåÞtIéqR/\x00═.¸"
  b"Ç\x17µÜ;sK@•pÈð8{Ÿ™"
  b"""
    Ç-\x7F—lRHH¶‘r\n
    TÒ(Ä
    """
  b"ÇP‰_ø=Ê@ ÿ”MAP²I"
  b"Çð¶wc]]D‹5þÛ?s\f\x0F"
  b"\x151Òd¿2FìS*ÍJ*,╚"
  b"╚{ån#í\x01FÅ8ºy┌ðk¾"
  b"ȽËjuºlG›ô¯×â²ø$"
  b"ÉO\x12,$½ÙH™²ýo1sx«"
  b"Éœd¦!åa@ƒ\x00\x04òÊ\x1Añ²"
  b"╩║(\x08%®▓AÅ2#uÐ\x16ÓH"
  b"╦éƒ:*É1OÑ\x19Ék╝\x00╝x"
  b"╦ƒ┌}\x1A┤ìBîanHϽ\x15t"
  b"""
    ╦│ånH■\n
    @ìR▒(ïݧ4
    """
  b"ËÛ¢\x00exvJ¢üsŸ¶%\x01Ø"
  b"Ì11'ÁÛ§H³{LÒg\x03ý\x10"
  b"Ì4ÐÞüïáD‰c<Ó\x07?Gô"
  b"Ì®øò<Ô/O‹¡ë{\x19_‘¸"
  b"\x16ªÁ\x11▓╚AØå\tµ`ã÷\x08"
  b"═B6¹ðì▒@ªM\v¹èàJ\x15"
  b"ÎÁQªØXËK‡¸lírU<Y"
  b"ÎÔ˜¡\†TF­ü\x0F!c·«3"
  b"¤\x1E( 'ô¸IØaÓ├a|zÇ"
  b"¤6g(!■çMëÄÉ ┴Ð█ø"
  b"Ï`àšì_\x1DEŒW±7<Mª¤"
  b"϶z\x1Cª/´F©{®Pg\x08"
  b"ð7%\rÅHÏH╗ò┴¥Û▒?ù"
  b"Ð`Ÿ©º\x1D\x14K’j‡¤_'¹ã"
  b"Ðn;óàÄ\x19FœAUF\x10F¢¡"
  b"Ѐ\x08\ri\x110B‰^9½¬ÿ5Ã"
  b"ð«þTLnyF╣┤ì\x172\x19D{"
  b"ðýk÷!\v¡Iü*═Ó)#±»"
  b"Ñ\x00š¯)߸Nºœ\x0E@xJ*ã"
  b"Ñ“exÖtòH„±Gþs¿âƒ"
  b"Ñò¨W,XpOŠ™ŽqYF\x03"
  b"ÒKî<§\x18¤O–¤¿2ï^U3"
  b"Òj™8¼ÉdEŒ\x00É]XM_ÿ"
  b"ÒÐO‰á‚øM§\x1DÁæHѬœ"
  b"Òô\x0F5t\x1DšNª-\fN~\x12Õ¾"
  b"""
    Ój4\n
    š\x1E7O¢Ò2CŒ \x06»
    """
  b"Ó|ÖK¡@8Hš\vÒ­õ%o¨"
  b"Ëì%ª\x14$ƒLÀÄGµ#[‗▒"
  b"ÓÅYL{À\x12M¢QtvG\x18ÔÀ"
  b"Ë u¶Ãí½@Åı║\x12\x1DÀîP"
  b"Ô-@-,ªçCŠT1‡“\x1A<‰"
  b"ÔTá±"\x17vHŸÿ>FF·ò×"
  b"Ô¶9\x15\x06B´éÖÓ£Ê*\"
  b"Õ\x00d\x01E-dL¹\x1E²¶\vGĤ"
  b"ÕD7ª\x07Ø¡B¬\x<x*®ä"
  b"Õ¤y¼k²ÑNª[Z«ñú\x11]"
  b"ÕŘ|HÞkJ…F-±N\x1A\r"
  b"Õ÷\tèJ§¢Bީߵ”Ã\x16¤"
  b"ÖBªèƒ<'H—’+Rd\x08FN"
  b"Ö‡×Î\x14HNL¢güu0-°O"
  b"ÍùÑ´‗çpIÇÊ`[1\x01Øì"
  b"Öí!S_\x1C\x1CB†Ö'@lN±\x07"
  b"ͨø¨é╦¿Cì╝ûØæT®ÿ"
  b"Î|oìA} Kø\táï╔h╚\x1E"
  b"ÏOìüF¸9CÖ\x1D\x13[æZ[Ã"
  b"Øu’à\x17“ÏEšT‰ûÿ9!W"
  b"؈}A‡rìE¶ôN×chÑæ"
  b"Ù2\x15yàŸ/M¾´¤\x10\x17|#Û"
  b"Ù@D\x1EÊl\x13F•‹–\x0Eh~ˆß"
  b"┘·ƒ\x15ó▒╚GÉj\t\x11"
  b"Ú\x19LŠv§ÁG·­°ò‚îBÔ"
  b"Úpœî\x16¹èI…¢\x16ª¿¹Ì\x14"
  b"┌■┐Ûß´ÈFÁ\x17\x0Fì├ú"
  b"Û\t‚ŒÓ“õDšüñÒ\x01£ƒü"
  b"█▄mE└OhHØ╗HÎn\x1C $"
  b"█Ù\eÎß\x1FØDüõ\r\x10C┌"
  b"Ý<®†É•×J½;6¿dxìú"
  b"Ýq:\x1F\x01È3I¿\x11\v3>\x06"
  b"¦ÅHÅè\x10·Oë?╠s¨╝\x12·"
  b"""
    ¦┼¥µ:Î▒BØ┘±ð\n
    X┘9
    """
  b"Þ\x14𯼸 B½<ÄÎq›¤g"
  b"ÞB\x0Eh¬¨»Gš¨ã7$èÿš"
  b"ÞnÄIÍxQDŸû:amÓ'r"
  b"Þ}áîâ\vF– gA\x05ôSa"
  b"ÌÅ\x1E«iÉkFæw\x16¯╦├b¡"
  b"ÞЗ[Ù<\x1CK‚á\x18ç½4«Ð"
  b"ß|†?›¶ O¬Ú“á¶ÜÉ•"
  b"߃òÍÎj'B€:\x18C\x0E÷³û"
  b"▀Æ\▒ìI├Hºâ1¸ô▀ÇX"
  b"à\x08¨\x12tÂÓD© Ö—pü;¤"
  b"Ó4Ë\x16NÚ¦A¬h▒4¨É\x12"
  b"à9rRÿìŒL :HênÕŠp"
  b"à¥\x7F\x15¯\x00\x1DI–Ý×Ú—3?I"
  b"á¸\x02Ù£‹\x02\x15ß\x03kÌî¶"
  b"áÕàH3Ê6J¯ÌWȪŒˆ)"
  b"áç/\tþ¢?HªßÖ’/¤­Ÿ"
  b"â<÷Ì™©¾G…Í:HóÕ¤š"
  b"âPŠtª½;Eƒg·\tØ•\x058"
  b"⬃\x08ù¯+HµÒ•ƒ6›§4"
  b"âå0‰)ÛXD‹ßSTFô=ù"
  b"ãŠi\x13“HÁHª3~ð\x05¬\të"
  b"""
    ã©\n
    ½5ÊTK†|ßMúy\x0E\e
    """
  b"Ò¸íéû┐ÂNÅ­Ú{S¸é^"
  b"ãùÝ"ízäO•OïhQëQ8"
  b"ä¸MÒ+Z{B“Ô\x08µ¤ˆ\x16T"
  b"å&¤j…`\x15Nƒ¶.öÇ~Ä<"
  b"Õ3+j³\x02wEÄ+üì\x04Òñ\x7F"
  b"åÊüÖ-¢wCšŸ¾*ªŠî£"
  b"æ\x12áa¸_SH¯4=@§F&ž"
  b"µNÀF½ùÉMº║½\x1Fg$┼Ë"
  b"µW╗_¢ÜØGönJ;MiI╝"
  b"æqq\x17üñdI€\x0F±)\x13Ìæ\x04"
  b"þ;b¢ ÆLDÉÖ÷Á\x0E!Qä"
  b"çV–Ù\v°ôE¥ ©ÅT¬Ê¥"
  b"þÀÇ)/©\fCª.a2ÕóvÉ"
  b"èW=…ÈáŠOšädÅß/) "
  b"""
    è[,\\n
    $^@½“ß§;\x0F½p
    """
  b"Ú\x06w\x1D¢█├Gºü<0à\ts\x12"
  b"ÚU1¥¼░vOù·Æv ÅÛ6"
  b"ÚÅuö║º¡H½Oü\x16ñL\;"
  b"ÚñÆ/╔ß.Lü\x03<\våÕ\x1EÈ"
  b"Ú║ìr.\x1C\eA╗[g)ÜDZ{"
  b"ÚÊÕSK/äAÅ\x035]ý■ S"
  b"éöë\x18p_óG®\x11{òtf5\t"
  b"Û\x0F¯Ø▒½+Cæóx|▒(8."
  b"êZä\x1F<o\x11O‰s\x08ÒŒ[\x06©"
  b"ý)äMì\r\x08M£\tÊ\x08¦øp"
  b"ì<q\x07°\x00èI“<•Í\x1E]LL"
  b"ýÉ\x10\x17>£yH¼W\x08á┤:cõ"
  b"""
    ýƒ▄\x1D‗ó\x03Gê.Le╬\t\n
    ü
    """
  b"ìèqçíïMGŸ°kSÍ\x05.A"
  b"íV|\x06\x01,}C‘\x11ŠAOø¦˜"
  b"í[$ÓZš\x08OŒø½\x16%¨ÆŠ"
  b"í¤Ñ’àò\x08L¹xðÚ\x02\x15"
  b"íÆ\x07i‡-]O¹œBÓä„Jö"
  b"îV{'•\x17sC«î\x7F{fpP±"
  b"îÍ}™k\x1FëM‹¼ðX_6§„"
  b"ï ÖQÂ\x05™D‚¸FØâi‰_"
  b"ïÂŽ“\x1AËvO»þîŸÀU(õ"
  b"ïÈrÔï#1L›¬HŽÿ;ݰ"
  b"ïëNøŽòËJ¤gø\x1A!P†F"
  b"ïíiçÄŒ\x1FM½ìªBÔ\x00"
  b"´§\x0E~Ç£6@ü\x1E¹\x03\x01\x19"
  b"ïõ{zJ†ûH¿ƒü’×\x19\r\x05"
  b"ð{›\x00Ÿ}¾J„V6àk\x1AC;"
  b"ðö¬î»wjHº[1­„ÖE©"
  b"ñ\x00u\x19‘rvO´ío‡¬A[†"
  b"ñ^­–ÞçfK ¹õ±\x15ßè."
  b"±ñR3éIçOÉÅ_ ³P\x1Cw"
  b"ñ§x($K\x1COŒÀÂÊ•‡§u"
  b"ñð4z<q+B¿*¼)†\x00¯"
  b"ò\x16)4q¤tA·?C{_\x0FâÌ"
  b"òWä³ÄG8B«`ÿ4O\x1C1’"
  b"òŽÕzÜ€)G‹cNHj%$Ç"
  b"òÔ\x06û\x1A\x08\x0FI¤4<(íHJ!"
  b"‗¦1\x15yÙeD×êÆÄâ¤ûØ"
  b"ós=éú\x0E8E“NÏÕîQš\x06"
  b"ó˟ܬ¦\x15\x1Fݳ:ª]ç"
  b"óÓ\x10\fÅ`D²°–Æo÷|="
  b"\x18 ý \x02üNä"OãcZ\x01c"
  b"ô'—•¥ÇoF‹þÙšœäpÒ"
  b"¶?"\x180\x0F*M»ü­╩Ñ\x00º&"
  b"¶sÃKb5!Jàìm\Þ®ú}"
  b"õ-¥Dÿ%`L¯œ„Cpédu"
  b"õh6r\x10îmM•>0\x1A1ÂVa"
  b"§²CææÅ`D¿~Æ╦ùɶ\x12"
  b"õþÞ¿àCÏ@ ê\x17ç¡FDë"
  b"÷\x000\x05£EÁEµ4\x0F‹s;u…"
  b"÷e\x18 =R˜E =ºÇñ\x7FÁÀ"
  b"÷Ÿ$NRQíI¼6úØ7:[õ"
  b"ø"{¨º¶ŒJ®¤\x19ïØœ]n"
  b"°,ìU‗´G╣4ÌôÌü7\x17"
  b"ø…øí,ØwD¬Ósâ+†\x7F"
  b"øß\x05©)[œO¶q\x15”H\x00Ìà"
  b"¨\x19(\x07ì~┘Fì`\x12£\x19├─║"
  b"ù~UËób/IŠã%óÄ(KÛ"
  b"¨¨Ô¯\x06ý\x1EFÉA\x18\x7FX\ví$"
  b"úÊëõA|¯B ôKh\x16çPm"
  b"û, âîøûN¾!¹É\v¡»—"
  b"ûs’>aÀyJƒfÖ û»:¾"
  b"û‘J*ø\tþA†€nÎ{¶/\x1E"
  b"û¬/…å¨\x11K–Ü‹ÿk¸©\x01"
  b"""
    û׫‘×ÚzJ²,ÅÚ\n
    Å!«
    """
  b"üMK»\x07„ÙK§ô&>ý¿\x0FÔ"
  b"ü‹Ê\x05¿r»M™vîmû~”\t"
  b"²1\x1CÎ\x11¦FFìe½>«ó█;"
  b"ýÍu?·ÀþK€§Å¤\x1EiºÈ"
  b"\v¾M_┌£Hük\x078┌èÖ¿"
  b"þ8˜Ä.ö]C½\x1CÙèðV§-"
  b"þQv\f\x15Ô=L£ÒÚµ¤Ì'\e"
  b"þVÎbW\x01;@ˆ1\x1A\x12‘ëóœ"
  b"þ†^çöißGŽ~t­O¤WF"
  b"■ÉÑÒ╚ ÓOâTu£A"b¾"
  b"■®┐'kÔ¡L¿Åz£EV°v"
  b"þºÁ¯õ':C¬`Wµ\x0F÷X½"
  b"þÁ‚.pbÅBœ\x11[uÄ[Ë?"
  b"ÿq«7sL8MšCg—^hfÉ"
  b" È┐SR\x04═O×\rQ2ØÆÔ\x1A"
]
229 4.03 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`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `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`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` 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.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` 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 (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` 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`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` 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"""
    Ç-\x7F—lRHH¶‘r\n
    TÒ(Ä
    """
  b"ÇP‰_ø=Ê@ ÿ”MAP²I"
  b"Çð¶wc]]D‹5þÛ?s\f\x0F"
  b"\x151Òd¿2FìS*ÍJ*,╚"
  b"╚{ån#í\x01FÅ8ºy┌ðk¾"
  b"ȽËjuºlG›ô¯×â²ø$"
  b"╔' Z╦/wDña³Òü\x0F\x04"
  b"ÉO\x12,$½ÙH™²ýo1sx«"
  b"Éœd¦!åa@ƒ\x00\x04òÊ\x1Añ²"
  b"╔├╣&\x1A┼ìN╝H!┘þ:¨ê"
  b"╩║(\x08%®▓AÅ2#uÐ\x16ÓH"
  b"ÊÚ|\x17‚ñµN€\eý‘‚<.*"
  b"╦éƒ:*É1OÑ\x19Ék╝\x00╝x"
  b"╦ƒ┌}\x1A┤ìBîanHϽ\x15t"
  b"""
    ╦│ånH■\n
    @ìR▒(ïݧ4
    """
  b"ËÛ¢\x00exvJ¢üsŸ¶%\x01Ø"
  b"╠)\x0Fñ\x18[ÉDóï'äs│╠Ô"
  b"Ì11'ÁÛ§H³{LÒg\x03ý\x10"
  b"Ì4ÐÞüïáD‰c<Ó\x07?Gô"
  b"ÌG¼©Q8ÉK¶\x16hp!\x158)"
  b"Ì®øò<Ô/O‹¡ë{\x19_‘¸"
  b"̳>-\x16â„L®\x00\v(šm®É"
  b"Í\x02\x14s­J”´bQM\x0EÎâ"
  b"\x16ªÁ\x11▓╚AØå\tµ`ã÷\x08"
  b"═B6¹ðì▒@ªM\v¹èàJ\x15"
  b"ͼ2·¡\x04`K€¡]\x1AÓ&Rè"
  b"Î\vdÝcó\x07\x01ÓïÅQ*”"
  b"ÎÁQªØXËK‡¸lírU<Y"
  b"ÎÔ˜¡\†TF­ü\x0F!c·«3"
  b"¤\x1E( 'ô¸IØaÓ├a|zÇ"
  b"¤6g(!■çMëÄÉ ┴Ð█ø"
  b"ÏM\x1E›¾ã¸L†×C8…L¼\x13"
  b"Ï`àšì_\x1DEŒW±7<Mª¤"
  b"¤öÚ3Øð,E»!\x7Fƒ║POs"
  b"Ï«\x16\x02h `FŒÊnm\x08ÿ>0"
  b"϶z\x1Cª/´F©{®Pg\x08"
  b"ð7%\rÅHÏH╗ò┴¥Û▒?ù"
  b"Ð`Ÿ©º\x1D\x14K’j‡¤_'¹ã"
  b"Ѐ\x08\ri\x110B‰^9½¬ÿ5Ã"
  b"ð«þTLnyF╣┤ì\x172\x19D{"
  b"ðýk÷!\v¡Iü*═Ó)#±»"
  b"Ñ\x00š¯)߸Nºœ\x0E@xJ*ã"
  b"Ð\rA!-\eKì\x12\x7Fò5Í╦"
  b"Ñ“exÖtòH„±Gþs¿âƒ"
  b"Ñò¨W,XpOŠ™ŽqYF\x03"
  b"ÒKî<§\x18¤O–¤¿2ï^U3"
  b"Òj™8¼ÉdEŒ\x00É]XM_ÿ"
  b"ÒÐO‰á‚øM§\x1DÁæHѬœ"
  b"Òô\x0F5t\x1DšNª-\fN~\x12Õ¾"
  b"""
    Ój4\n
    š\x1E7O¢Ò2CŒ \x06»
    """
  b"Ó|ÖK¡@8Hš\vÒ­õ%o¨"
  b"Ëì%ª\x14$ƒLÀÄGµ#[‗▒"
  b"Ó°\tã\x00™²D¯q¯'›“¦G"
  b"ÓÅYL{À\x12M¢QtvG\x18ÔÀ"
  b"Ë u¶Ãí½@Åı║\x12\x1DÀîP"
  b"Ô-@-,ªçCŠT1‡“\x1A<‰"
  b"ÔTá±"\x17vHŸÿ>FF·ò×"
  b"Ô¶9\x15\x06B´éÖÓ£Ê*\"
  b"Õ\x00d\x01E-dL¹\x1E²¶\vGĤ"
  b"ÕD7ª\x07Ø¡B¬\x<x*®ä"
  b"Õ¤y¼k²ÑNª[Z«ñú\x11]"
  b"ı┐î═+┘ÚOü(3-AÇÂ_"
  b"ÕŘ|HÞkJ…F-±N\x1A\r"
  b"Õ÷\tèJ§¢Bީߵ”Ã\x16¤"
  b"ÖBªèƒ<'H—’+Rd\x08FN"
  b"Ö‡×Î\x14HNL¢güu0-°O"
  b"ÍùÑ´‗çpIÇÊ`[1\x01Øì"
  b"Í▀&î█RhAº\x1C\x11\x1C[Òì¾"
  b"Öí!S_\x1C\x1CB†Ö'@lN±\x07"
  b"ͨø¨é╦¿Cì╝ûØæT®ÿ"
  b"Î|oìA} Kø\táï╔h╚\x1E"
  b"ÏOìüF¸9CÖ\x1D\x13[æZ[Ã"
  b"Øu’à\x17“ÏEšT‰ûÿ9!W"
  b"؈}A‡rìE¶ôN×chÑæ"
  b"ÏèÛ`╬¢ìG¢■©╔P└=¿"
  b"Ù2\x15yàŸ/M¾´¤\x10\x17|#Û"
  b"Ù@D\x1EÊl\x13F•‹–\x0Eh~ˆß"
  b"Ù«\x10â\x02˜ÛJ”Ìà}ÚŒæd"
  b"┘·ƒ\x15ó▒╚GÉj\t\x11"
  b"Ú\x19LŠv§ÁG·­°ò‚îBÔ"
  b"ÚEAèâø\x17@¿Ó‡›¢\x00R_"
  b"Úpœî\x16¹èI…¢\x16ª¿¹Ì\x14"
  b"┌xî\x1D¦'■E¿¹UÐÔèì7"
  b"ÚØ\f~ä‚'Jœöãé½x3£"
  b"┌■┐Ûß´ÈFÁ\x17\x0Fì├ú"
  b"Û\t‚ŒÓ“õDšüñÒ\x01£ƒü"
  b"Û«\f$û‡P@«ì\túR£Bû"
  b"Û´O¸'“|A¶ói…}\x13\t"
  b"█▄mE└OhHØ╗HÎn\x1C $"
  b"█Ù\eÎß\x1FØDüõ\r\x10C┌"
  b"Üìæç-i\x19\x7FYo\x1D{‰È"
  b"Ý<®†É•×J½;6¿dxìú"
  b"¦OÉ┬EX«Lûòá│\x15Ãt╗"
  b"Ýq:\x1F\x01È3I¿\x11\v3>\x06"
  b"¦ÅHÅè\x10·Oë?╠s¨╝\x12·"
  b"""
    ¦┼¥µ:Î▒BØ┘±ð\n
    X┘9
    """
  b"Þ\x14𯼸 B½<ÄÎq›¤g"
  b"ÞB\x0Eh¬¨»Gš¨ã7$èÿš"
  b"ÞnÄIÍxQDŸû:amÓ'r"
  b"Þ}áîâ\vF– gA\x05ôSa"
  b"ÌÅ\x1E«iÉkFæw\x16¯╦├b¡"
  b"ÞЗ[Ù<\x1CK‚á\x18ç½4«Ð"
  b"̰qØ^\x05GO▒┴²Ü╚ü\x0EÒ"
  b"ß|†?›¶ O¬Ú“á¶ÜÉ•"
  b"߃òÍÎj'B€:\x18C\x0E÷³û"
  b"▀Æ\▒ìI├Hºâ1¸ô▀ÇX"
  b"ßÞõ\x1D´Ý>J…ôGë°\x05im"
  b"à\x08¨\x12tÂÓD© Ö—pü;¤"
  b"Ó4Ë\x16NÚ¦A¬h▒4¨É\x12"
  b"à9rRÿìŒL :HênÕŠp"
  b"à¥\x7F\x15¯\x00\x1DI–Ý×Ú—3?I"
  b"""
    á}à æYDL—{\x13£\n
    \x1A\x7F
    """
  b"á¸\x02Ù£‹\x02\x15ß\x03kÌî¶"
  b"áÕàH3Ê6J¯ÌWȪŒˆ)"
  b"áç/\tþ¢?HªßÖ’/¤­Ÿ"
  b"â<÷Ì™©¾G…Í:HóÕ¤š"
  b"âPŠtª½;Eƒg·\tØ•\x058"
  b"⬃\x08ù¯+HµÒ•ƒ6›§4"
  b"âå0‰)ÛXD‹ßSTFô=ù"
  b"ãŠi\x13“HÁHª3~ð\x05¬\të"
  b"""
    ã©\n
    ½5ÊTK†|ßMúy\x0E\e
    """
  b"ãÈÈ;Þ3ðGºÅ%w\x00Z¿R"
  b"Ò¸íéû┐ÂNÅ­Ú{S¸é^"
  b"ãùÝ"ízäO•OïhQëQ8"
  b"ä|ižÙ†€H‡´ì_6"+m"
  b"ä¸MÒ+Z{B“Ô\x08µ¤ˆ\x16T"
  b"Õ3+j³\x02wEÄ+üì\x04Òñ\x7F"
  b"åÊüÖ-¢wCšŸ¾*ªŠî£"
  b"æ\x12áa¸_SH¯4=@§F&ž"
  b"µNÀF½ùÉMº║½\x1Fg$┼Ë"
  b"æVþj$®fB•›ãÌôW\x06£"
  b"µW╗_¢ÜØGönJ;MiI╝"
  b"æqq\x17üñdI€\x0F±)\x13Ìæ\x04"
  b"µ¯)6Ç‗vNåz\x1C¹1┐¾É"
  b"þ;b¢ ÆLDÉÖ÷Á\x0E!Qä"
  b"þFü│¦7SIæ¸ıÿY\r?‗"
  b"çV–Ù\v°ôE¥ ©ÅT¬Ê¥"
  b"þÀÇ)/©\fCª.a2ÕóvÉ"
  b"èW=…ÈáŠOšädÅß/) "
  b"""
    è[,\\n
    $^@½“ß§;\x0F½p
    """
  b"Þülè3­\FûM¤┌Uj±n"
  b"Ú\x06w\x1D¢█├Gºü<0à\ts\x12"
  b"ÚU1¥¼░vOù·Æv ÅÛ6"
  b"ÚÅuö║º¡H½Oü\x16ñL\;"
  b"ÚñÆ/╔ß.Lü\x03<\våÕ\x1EÈ"
  b"Ú║ìr.\x1C\eA╗[g)ÜDZ{"
  b"ÚÊÕSK/äAÅ\x035]ý■ S"
  b"éöë\x18p_óG®\x11{òtf5\t"
  b"Û\x0F¯Ø▒½+Cæóx|▒(8."
  b"êZä\x1F<o\x11O‰s\x08ÒŒ[\x06©"
  b"ë¸ÜHï<HE…¾F$Šr'W"
  b"ëû@Q°TUE©êFL̽µJ"
  b"ý)äMì\r\x08M£\tÊ\x08¦øp"
  b"ì<q\x07°\x00èI“<•Í\x1E]LL"
  b"ýÉ\x10\x17>£yH¼W\x08á┤:cõ"
  b"""
    ýƒ▄\x1D‗ó\x03Gê.Le╬\t\n
    ü
    """
  b"ìèqçíïMGŸ°kSÍ\x05.A"
  b"í>ÄÏË\rÊJ¿ûI‘uå;+"
  b"íV|\x06\x01,}C‘\x11ŠAOø¦˜"
  b"í[$ÓZš\x08OŒø½\x16%¨ÆŠ"
  b"í¤Ñ’àò\x08L¹xðÚ\x02\x15"
  b"íÆ\x07i‡-]O¹œBÓä„Jö"
  b"îV{'•\x17sC«î\x7F{fpP±"
  b"îÍ}™k\x1FëM‹¼ðX_6§„"
  b"ï ÖQÂ\x05™D‚¸FØâi‰_"
  b"﵂Û\x08%¡B¶j1\•\x7FŠ\x1C"
  b"ïÂŽ“\x1AËvO»þîŸÀU(õ"
  b"ïÈrÔï#1L›¬HŽÿ;ݰ"
  b"ïçLI\x08Y¬I¿\x1A2c®I­6"
  b"ïëNøŽòËJ¤gø\x1A!P†F"
  b"ïíiçÄŒ\x1FM½ìªBÔ\x00"
  b"´§\x0E~Ç£6@ü\x1E¹\x03\x01\x19"
  b"ïõ{zJ†ûH¿ƒü’×\x19\r\x05"
  b"ð{›\x00Ÿ}¾J„V6àk\x1AC;"
  b"ðö¬î»wjHº[1­„ÖE©"
  b"ñ\x00u\x19‘rvO´ío‡¬A[†"
  b"ñ\x16âtC¹'N¢‚Î(ÎÌÒŸ"
  b"ñ^­–ÞçfK ¹õ±\x15ßè."
  b"±ñR3éIçOÉÅ_ ³P\x1Cw"
  b"ñ¿ñ\fø\x13‚I‡\x01o‘dDæ™"
  b"ñð4z<q+B¿*¼)†\x00¯"
  b"ñûúÛ&ª°G’ÅÙœò]éD"
  b"ò\x16)4q¤tA·?C{_\x0FâÌ"
  b"òWä³ÄG8B«`ÿ4O\x1C1’"
  b"‗Ø└ïÄ┬´A»bÐC/çbí"
  b"ò¸£5(0¶O¯TéU\x19RéO"
  b"òÔ\x06û\x1A\x08\x0FI¤4<(íHJ!"
  b"‗¦1\x15yÙeD×êÆÄâ¤ûØ"
  b"ós=éú\x0E8E“NÏÕîQš\x06"
  b"¾╗ØØka'Nä·\x00=Æ>x┤"
  b"ó˟ܬ¦\x15\x1Fݳ:ª]ç"
  b"óÓ\x10\fÅ`D²°–Æo÷|="
  b"óý."=ešB“\x04rºg&§¢"
  b"\x18 ý \x02üNä"OãcZ\x01c"
  b"ô'—•¥ÇoF‹þÙšœäpÒ"
  b"¶?"\x180\x0F*M»ü­╩Ñ\x00º&"
  b"¶sÃKb5!Jàìm\Þ®ú}"
  b"¶²w%\x1E)áDÉø|+<âS‗"
  b"õ-¥Dÿ%`L¯œ„Cpédu"
  b"õh6r\x10îmM•>0\x1A1ÂVa"
  b"õpk£]f·CšÚ{”ÔþwŠ"
  b"§é\x15\x1D\x17\x165ÍO»O┴"
  b"§²CææÅ`D¿~Æ╦ùɶ\x12"
  b"õþÞ¿àCÏ@ ê\x17ç¡FDë"
  b"öåù½>²\x14J©|>wG¦®Y"
  b"÷\x000\x05£EÁEµ4\x0F‹s;u…"
  b"÷e\x18 =R˜E =ºÇñ\x7FÁÀ"
  b"÷Ÿ$NRQíI¼6úØ7:[õ"
  b"ø"{¨º¶ŒJ®¤\x19ïØœ]n"
  b"°,ìU‗´G╣4ÌôÌü7\x17"
  b"ø\\x12\x15X‘mL¡·\x7F\x1CÛ÷"
  b"ø}Á¥M\x01=Dµ7\x00óÃvRz"
  b"ø…øí,ØwD¬Ósâ+†\x7F"
  b"øß\x05©)[œO¶q\x15”H\x00Ìà"
  b"¨\x19(\x07ì~┘Fì`\x12£\x19├─║"
  b"ù~UËób/IŠã%óÄ(KÛ"
  b"ù´3\x06Œ)\x1AM³Ø¾9ÑçÙÇ"
  b"¨¨Ô¯\x06ý\x1EFÉA\x18\x7FX\ví$"
  b"úÊëõA|¯B ôKh\x16çPm"
  b"úÕº^G±|K±¥¸ýà^½ˆ"
  b"úÖ \x12ü+ÜM­Œ\x0F»1k¢u"
  b"¹(╝C÷\}Hü\x02ðz@7U&"
  b"û, âîøûN¾!¹É\v¡»—"
  b"û1£±¼\v×F˜ÁU›VÑ\x02\x0E"
  b"ûs’>aÀyJƒfÖ û»:¾"
  b"û‘J*ø\tþA†€nÎ{¶/\x1E"
  b"û¬/…å¨\x11K–Ü‹ÿk¸©\x01"
  b"""
    û׫‘×ÚzJ²,ÅÚ\n
    Å!«
    """
  b"¹■£‗§[X@íÌ$%¯ü2["
  b"üMK»\x07„ÙK§ô&>ý¿\x0FÔ"
  b"ü`„ƒý”VA¡”\x17•í\x0E\x07U"
  b"ü‹Ê\x05¿r»M™vîmû~”\t"
  b"ý\n¾¨©\x03ëM‹rLá\x00\x00"
  b"²\x1C▓"f┬HHôì¢÷yéÀà"
  b"²1\x1CÎ\x11¦FFìe½>«ó█;"
  b"ýÍu?·ÀþK€§Å¤\x1EiºÈ"
  b"\v¾M_┌£Hük\x078┌èÖ¿"
  b"þ8˜Ä.ö]C½\x1CÙèðV§-"
  b"þQv\f\x15Ô=L£ÒÚµ¤Ì'\e"
  b"þVÎbW\x01;@ˆ1\x1A\x12‘ëóœ"
  b"þ†^çöißGŽ~t­O¤WF"
  b"■ÉÑÒ╚ ÓOâTu£A"b¾"
  b"þ’Dô¯„¶K±Õ\x04ætËÞ¸"
  b"■®┐'kÔ¡L¿Åz£EV°v"
  b"þºÁ¯õ':C¬`Wµ\x0F÷X½"
  b"þÁ‚.pbÅBœ\x11[uÄ[Ë?"
  b"ÿq«7sL8MšCg—^hfÉ"
  b"ÿ›Hƒ¡ çN­ÝUYÎÇZ)"
  b" È┐SR\x04═O×\rQ2ØÆÔ\x1A"
  b"ÿäã\fké'G¡”°ŠŽ®©`"
]
230 18.02 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 1500
Parameters:
[
  true
  b"\x00:Ù¥-Z’N€–™§\x14€ëÏ"
  b"\x00\x13¾<™Hž©ƒÑª\x0F"
  b"\x00fÎí|ÚµCåð¨¢ß­Ýü"
  b"\x00Û-H\x1Cì§JøW§>û\x1D¿z"
  b"\x01)ýÅã\‹F–ŸÄ\x16b\x1D¹˜"
  b"\x010âý“‰;A¯*#¨’Ç&\x04"
  b"\x01iäîF„˜A’&&Á†™í²"
  b"\x01‰·„ÔÞ*F”ß29Oü9B"
  b"\x02I™bÊîñO´—¾/÷ú\x17³"
  b"\x02^Ân\x16Ç¢E›×ÛÉq#ÏJ"
  b"\x02ɶD‗\x06\e@ôã▓¨Fm;ü"
  b"\x02©’P|q%I†?úçNÈû"
  b"\x02þ|®Ž\eaI§Fx\x7FÅó^Á"
  b"\x03\x009ù!ÅíF¦ºŠ]`Ö¨%"
  b"\x03ZÉ┼\x15╣£@«h┬=3Bêé"
  b"\x03–L|H]BL¿ïÈ\x16—Ç\fy"
  b"\x03╝▓ðÕ╝\x05@ØÑ\x00E&\x07÷%"
  b"\x04c¢Êh\r(OÅmÎU]ÌîÇ"
  b"\x04\x00ÎçˆI›Õï(+ã§s"
  b"\x04ŠŽäó\x03NH¢¡¦&\x06ø@b"
  b"\x04éݧLTF‚\x1Aþ*1pë×"
  b"\x05\x02€~•~\fMƒ"„$=ЋA"
  b"\x05>f"d_¶J€{\x1D+làÔß"
  b"""
    \x05@\n
    _E$WG³ï\x18k\t\x18¡’
    """
  b"\x05À¨q4„‹IŒã\x1A##?3œ"
  b"\x05╩ïÉÁ\x06\rE«íý¾h¾üQ"
  b"\x06êµ▄«¤#DÅb!■ìÿÉ~"
  b"\x07\x0F\x13ÕH·`N▓?¥\x16ÉJ@M"
  b"\x07Œk4¨¢†K¨\e¸¤\x1DW™Ü"
  b"\x07\x06N.~\x00OªtXàà\x04\x02E"
  b"\x07Ãh\x19‡™\x17J¼‡q\x1D#™\x7FQ"
  b"\x07ǘ®ƒv3G‘pPB*ð2\x07"
  b"\x08\x15IÛ`¨#I˜‡Âº\x01{ã®"
  b"\x08\eEÂÀ-fO§\x17O%vPÝO"
  b"""
    \x08Skr–ƒŠG°"\n
    Bezªè
    """
  b"\x08÷-Ð\x02‘íFªd¹hQ4ª\x00"
  b"\tmóD,Û>FŸ.À—\x08h\x14\n"
  b"\tp1¹î\x1EÁM—q©¬3x]k"
  b"\t°ÿzí\x16°D›wR]Ån6G"
  b"\t¿þÛv}ÈE¯Õ„•|‚\x15O"
  b"\tÝ\x1FÕ€!0H²\x1Féš™t$\f"
  b"\tµ²®'¡+JÉys?&µõ\n"
  b"\tÿ\x15ç\tÚ9C¯v\x1EÏÔù\x7F."
  b"""
    \n
    FNûàˆôA”'9r€Ê5@
    """
  b"""
    \n
    ¤3\x12~µ}F™úäm\x07t\x07=
    """
  b"""
    \n
    ¢i%SüÅNØü╠╣Ò\fôÅ
    """
  b"""
    \n
    È\x02¦ÿÊ2G²ýL!ðg_,
    """
  b"""
    \n
    õû┘äü\x19Jù®µ\x11RÕ×Ù
    """
  b"\v\x17\x1DÌŽTIA¦„«ð,˜Ö5"
  b"\v\x18Ç|þûyF™ìó#±\t»/"
  b"\v:Gâ\x10.xM¿„»wI\x13¾Y"
  b"\v[fµ‡x=M­Ç\x16æ¾>ù£"
  b"""
    \v\x02\vR\n
    A­s\x16\x03
    """
  b"\vÑŪz¨wG¢ŒTW¬%éq"
  b"\vî¦Î$ƹJ´þµ¹~*\x05¥"
  b"\vø\x11~ݪáK¹ëY¾dt€ "
  b"\f\x159eêóÙ@†,i\x1F>Z‡!"
  b"\rg¿•Pº!B©¡Ñ[\x03¼˜Ü"
  b"\rt\x01Ý•K‰DªoÐEòÔÞ\x05"
  b"\rÄÈ(^õ(J´ÃVz§£HŒ"
  b"\rÅÇ•>ÔµJ®ÕÀoìÄ–f"
  b"\rÐß»WTRD¸³AO4D\x07\x0F"
  b"\x0E\x1At­ÑL*LŠ_\x1FmÖ|\x7F"
  b"\x0Eg°:$b\x05LÄTélÉÂç╗"
  b"\x0Es®á†-¨A¯¬Ç×¥\x12¶'"
  b"\x0E§¼©ç‡uO—4Jš|–KÊ"
  b"\x0E¤╠╝»ú#BèØFÎxamm"
  b"\x0F\x00>µ9ð×O¥½­zG>ÉN"
  b"\x0F;/×"ËC@´\x17„ñ¥Þg]"
  b"\x0FC‰ ey¢G‹JŠ\x18\tf\x1FÛ"
  b"\x0F\x04 Ü:D¼žS‡¯8\:"
  b"\x0F[▒ìl┌TIë:\àÌö$|"
  b"\x0Fcu\ûÌ\x1CLìÙË\x05¾F@¤"
  b"\x0FxìV¯cÍJº’\x18Õ?æTÀ"
  b"\x0F½èæKUbMüø_Øð7ÖÆ"
  b"\x0F¿”õÖQ]A¯rã>°Õ5œ"
  b"\x0FðC¥î¿EC¥ð„ÃÁnLV"
  b"\x10=KÔQíÉ@«\r\x07½J¼Hæ"
  b"\x10¶·KY–žA¼Ìñs†Ÿm\x1E"
  b"\x10Ñ{“Gƒ$L¸üÛ2û(`î"
  b"\x11\x11¶-éeuJìûÈ\x00JØ1¤"
  b"\x11<øÎE\x1CóH—ü¥|Iýøý"
  b"\x11Š_\nú§\x00F¹*fCYå2•"
  b"\x11¢z-jüŽMµá‹í1j\t"
  b"\x11Ð\x15ðC5¶K»ìÊæ║þp¶"
  b"\x12\x04\x07\x04FK»ßA&¿\t\x1Ds"
  b"\x12\vˆÚi$2Iƒ»|–Iinj"
  b"\x12\x12Žœä@«\x18A\x05­"ÿº"
  b"\x12¿>âº4\x00A½Íüt8x#O"
  b"\x12³(£ÌMŒO“½ÒÝ·\x15ÿN"
  b"\x12Ý\x00ñÑ\x06E˜±ôp\x10\x07d"
  b"\x13CÚs\x1AɦA¸Ö4oŽQøH"
  b"\x13t.Æû±{HŽQEnÙ?Ó\x17"
  b"\x13¡\x1CÝl\x1EmL±ña_H\x10€="
  b"\x13¼H…tþ\x17O›O\rå#ùó­"
  b"\x13ß—~Ý\x03”L›3’ŽU¿\tä"
  b"\x14¯½ Ç"OI§/!n†„/x"
  b"\x14²Š\x1DDËsM½\x04Ý\x7F¿\x16É="
  b"\x15ŠÛù©á²M¿\x00èlt‚‰˜"
  b"\x15┌37Ôf\x14N²1Ë\x1EØ>L"
  b"\x16(Ö)®Ð&L›çè4ø™©œ"
  b"\x16,|g½\x10&F²ç3( ­ÜQ"
  b"\x161LV}Y\x04H£ƒóºO#`,"
  b"\x16Àˆ·ðÅ\x05L™]Òå›<‹Ù"
  b"\x16Ñ휭è„B¬=\x18¸¦8ùŸ"
  b"\x17\x1F¯j\x03Œ\x10N«e‹ƒÅå\x15Y"
  b"\x17³ã-¶f╚IØ%MæU¯ÿU"
  b"\x18\x03S\x08\x16\x1ATI±\x13hÙs£þ;"
  b"\x18\x1C‰Û–„B‘.\x037V¢kI"
  b"\x18X┼ÉB\x0FmIì╦£\x19;ÅÈæ"
  b"\x18nîÊÀ\x1CëE¦UÁÓ~…\x05Õ"
  b"\x18zÑÅI.\x01IŠ@嚎4äÖ"
  b"\x18ȲOœT\x07C‹ÞEš½V¦´"
  b"\x18õ└║¬ï■NØcÉ¥uè╔■"
  b"\x1A\x10™BD\x1EÆH“ñu¨áð2á"
  b"\x1A};+Õ¼°J¥5▓;\x1AuñÅ"
  b"\x1AçE ¿Å+O╣O;³\x1AÅáÁ"
  b"\x1AÅ┐V¸\x06┘O©«%åÅ<ET"
  b"\x1A┴´ ¹ÎºEóì│fÖ";{"
  b"\x1A┌ã¹7ÇÐA¬─>³╣┬ïÅ"
  b"\x1AìER›Í±E¯y¤ò\x1F\x07ùM"
  b"\e+Åû;;<I°d\eÄÒà(Þ"
  b"\e^\x10Ël13@¦¿\x1Aš²±›g"
  b"\em\x00˜\x12ð2F£wJ³\x03I”C"
  b"\eᄃ¸wdE±!\fÛE;·s"
  b"\x1C\x18JjÌÅ\x08D†e†/›\x15b\x01"
  b"\x1C)iQ’_ùK‰ªë(ð3¯]"
  b"\x1C\x0FúÐîJ´è¥Û\x17½4$"
  b"\x1ChÅ█4\x04╩Nâ¹\x02\x0FbB6/"
  b"\x1C}\nÿ/\x00÷Hªt3┌ðcìx"
  b"\x1C”èk\x06®ÝC¾\x0E§Dá› Š"
  b"\x1CÞü¥7xkFÄ\x0F\x00╗´\x11X\f"
  b"\x1D\x1D/­‰\x12qH©-\x00ƒ\x13Ŧ×"
  b"\x1D8ûóRÑ¿Ošl6’åñîJ"
  b"\x1Dï\x17EËÀƒLŸ•\x02\x1FÝ\x11„‘"
  b"\x1E\x17½’ÙPµA£ûæ‹å\x06ÿÁ"
  b"\x1E\x1F$QLN£ém`½BgÔ"
  b"\x1E¸#‡êT@D·ùé>?É\x13q"
  b"\x1EÒ\x7FyU-\x16M»ÄKx\x7F›6~"
  b"""
    \x1EÒÂ#Ê5øF‹8(ö\n
    \x02
    """
  b"\x1F\x18\x17ÿ[╩ðEÅ*Ø\x0F╣hhÛ"
  b" \x14÷´š\x04\x00L¼™ªòXí²]"
  b" ?”®_\vðJ“Á\x7FVRÄ©‡"
  b" •áÀ*‚-I™S‘\x00ãr\x04\x07"
  b"!O{}5ÿ\x11M§+›KÇÄÌ8"
  b"!c\G†Ê³O­+D6ÃôpG"
  b"""
    !j\n
    ¦œ?\x10Fˆš€ ‹‹åÙ
    """
  b"!\x7F«N\x1CÎ^L«É\x15\x132s4á"
  b""Jþ\x12Ûà¿@¦s³O®ÿ“X"
  b""rj_˜Ë—H£¢ªã \x08´ø"
  b"\x7F▀Ný¶Dæ╗ù¶gõu\x1F"
  b""¤KGh:éHŽ\x06L$‡Â\x05%"
  b""ÀýÉ|ƒ¼E‡m.~¡Úà\n"
  b""Ô¿\x18▓╔·EÆÉ╦øý\x03ß\v"
  b""îHn-’=B®æ\x10õð¦\x19f"
  b"#¨U@Én»F¼9\x05ÛØ°Wò"
  b"\x17Ìï \fB³^¤À\x19\x18"
  b"#åq¤bRÝE’ÃkV\x15Ξ†"
  b"$\x01¯=«±ÑBìpb%ét9\x18"
  b"$\x1A\x13 "vŒH€ÓûÑ8\x06E\x07"
  b"$JtŸÿ»\x1AJšÉNÙwÏcú"
  b"$Z3W¸î▄DØd\x08Ã╔m93"
  b"$sh8^¼ö@Œ'»a¯IjB"
  b"\x07ͽ¬„H±)”Ô»Á"ù"
  b"$í@íŽliM»÷úäùdXù"
  b"%WZç©ãšJ¦>ÀÊ?¹\x14"
  b"%b,5hw_Cš™ú\R~r&"
  b"%y\x14d¾qÜO£¾¯\x0Eù„ÊË"
  b"%§AÇÿâØE£'¿╚╠─k~"
  b"&5¸›\x08hØL©»ˆ²¢ô\x11L"
  b"&´š×Å\x1FbF‚\x00¡Ï1|V²"
  b"\x055ÒáwO³Šw|x[Qü"
  b"'\x04ÆS\x1A·\x16Mø╔Ø╚ ÓÅm"
  b"'_Sõ©9®E§¢Ž)áïÝ#"
  b"'eRw·_\tBŸz?ãö©Z\r"
  b"'{‰b\x1EÜŒJ“‚aÑžgŸZ"
  b"'‡×\egÿäB¢\/ïü I\x03"
  b"'ñÄò «n@€O´‘öL½Ù"
  b"((>\x00èQ@B«\x0Faañ¬z§"
  b"(>Æ\‰f\x1DJ€w5Kžô\x13"
  b"(B4\x00qè¶C®Ý3\e˜È.¥"
  b"(kÊsØ3│EÆnSv█do©"
  b"(ŒÑ+Æ\fqD‹\x0E¦s@èA¨"
  b"(ÔÒ½\\x1E\x16B¶õ#•…É›í"
  b"(█íau,¯G©&¾Å:K\x02@"
  b")*\x13™^–-Mž|à\x16FZiÑ"
  b")lÍZhUìB°Ÿàc5@æ¯"
  b")ÅJì|ã·J¢°?\x11\x00ñË"
  b")—ê»\x06®<J¿n¹øŒ´ÁS"
  b"""
    )ý°Õ\n
    *\n
    J¾¢/\x11J™2ü
    """
  b"*,\x0FIrß\x08B¬D\x17Uw\x02"
  b"*X\x1Fàt~fM”鬰Wwò\x1D"
  b"*ytyíi6I©«+ÇÔƒÜ}"
  b"\x18m¤11O‰>Ãw/\x07úë"
  b"+|£dVÌA@ê[%│+Å{i"
  b"+░ƒ\x07¸\x08╔OÉ\x18«V½¢,┘"
  b",ncÉ nÙK™\x10qf³LNá"
  b",¦÷TÌ5À@£õ ²ž¡5R"
  b",Ï»Åb,pOƒ\g\e¾§«Ã"
  b",Ð\\x07åh\x05F±W^ª\x15+ó8"
  b",Õ]\x0F\x1E?þHì¯÷ªPxòõ"
  b"-\x12¹9\x18\x19FC†Û\x1E!\eÀZ\x04"
  b"-╣µ²®█þOègÉÆY░%}"
  b"-¦ØÝÚÝ\x08K¢§\x06üo¶T¤"
  b".\x07\x1DÜþ\x08†Cœ\e\x00Û÷4"
  b".CFY3ð†O°9ík¦érî"
  b".zì\x1D\t‡ßL…Ú®.ˆm _"
  b".ÉÀ┤▄w±Fæ"¤Ëéàö\x06"
  b".¿_vJ\x04"Oìîðƒ£xn\x05"
  b".ñïÛ`ž\rN²(\x1A)i§|¤"
  b"/)Y┬ı\tiH¿ÜÀ¨F.ÉØ"
  b"/3\x13âDžJº~ö¶I¡´Y"
  b"/\x7F2z.§|D–=L_Þenö"
  b"0„Úh#\x0EçK’Íà\x031l%ú"
  b"0¦êöÈé÷I–<V|Õ\x00‘Á"
  b"1#\x15ØýØKH▒\x1A.3╗Aı³"
  b"1v?èü/\x18@”A×þ.59Â"
  b"1ìßSc┤§DѲ\x19âX\x00ub"
  b"1•R>¤H\x14I´™÷"Ôêî"
  b"1—,}\x1A±†J¸h|T­­‚G"
  b"2+/(\x02u\rD—\x05b—ðÔÖ7"
  b"2“”ßJ\x12âM²èŠÔ)Æ2\x1E"
  b"2ð┌\ùòjCÄÁÉ\x18aèîX"
  b"""
    2âÉ*\n
    w–L€í\x19mé!ùì
    """
  b"3\x12s├╦1­Nºó\x0F,SÅMâ"
  b"3)ËP|°ñC–€õÏ™_\x07"
  b"38\x0E+·Ä7N░\x027ì:PÎ\t"
  b"3vÖyƒþÎI¤S>ç`]c¯"
  b"3Ķa»]┴CÅ4Í+ß■#\f"
  b"3├ãýähuAçbµ▓ì¯┴\x08"
  b"3¤U\x19pO║Oæ┤ÄìV~Õi"
  b"3ÛŠÛ™åÍM´¥\x00Ç‘×\n]"
  b"4wÖ\tN[\x1CE…¦»›°jL‚"
  b"\x18Ã<ÇÃMÂ┐J_\x1F«ÎF"
  b"4ây†\x03BsO£Ý.<EŒù‹"
  b"4÷%pl?ÎI‹aÍî\x18éùû"
  b"5\x07Í\v—’!K°DYËA6öÑ"
  b"5\x0FÊùÊš£D®>Î9½¸¡5"
  b"5@\x1E\x04┼ò\x02\x0E¦+\x18ç^É"
  b"5e %\x18m\O¹õõ\x02g“õ°"
  b"5}ÇÉ>_'B┐p5ƒ?═Ê~"
  b"5ÐðÙÈKöG¨z\x05Û|œ\x1FÖ"
  b"6\x0F(ý6iô@‰š\x07\x10h;çÉ"
  b"6A\x1D,¶”ÉFºX‰ðË:¯\x01"
  b"6t\x08\x7FÃôøI†KRÈØY}T"
  b"6ð▄\x15*©jKûó\x1D\x14åØ█┼"
  b"7\x1A\r\x04’pžM¹ÅïýÝË`­"
  b"7AMèöyÒNñU¢║v┐tü"
  b"7†ÎéÎ;\x04B®rÖz_ý%†"
  b"7·"€Å\x01ÊB´Êüwç~[D"
  b"7Û]†ÒI\x14H’¡,ra\x1C”²"
  b"7Ýu÷Ì8«I¼Ó\räØ\x08"
  b"7õ╝6¥\x014JÅ\eÍC÷M{ø"
  b"7ðiæW© JЬvŸþ6‚\x01"
  b"8\x1ExR¨e|K²j¦²üœUg"
  b"8*"ãµ\x17;NÜ\x1Eì▓òÓ\x1F"
  b"8Aá#Ùù’F•`þIì\x14Dl"
  b"8Q©\x19®}RL·\f\tä¥V\v*"
  b"8Y¹,ØsïCš\x1D%\x01=4‡K"
  b"\x14†“\x0EgH—K¿\x18ÐðëÊ"
  b"\x13)üj²FÁ¾┬\x16┘yªÿ"
  b"9#¯}áéAOƒ»©‡Ú0\x1C"
  b"""
    95„P¤SÝF¢ä¦\n
    t_\x080
    """
  b"9® ì\x1C┐«LÉìÐ8e!ÎY"
  b"9´º÷H\eÙJ¿\x04¯\\x01Ø£X"
  b"9■N\x16â&4Mö\x08ÐÓ×É▓_"
  b":&+üÆgNEëMìı¸Ðà\x10"
  b":.\x06$ĪäB¡¶…Îã\x05cE"
  b":.®•µ×\x01FˆÈ–m8\x1E­º"
  b":v\x0EL╬ı║Là\x05\x15æ8Øzò"
  b":üEü¨p\x14\x7F\x04\fG`╔\x10"
  b";\x1FH±çCQK•!\x02ÿZ™—x"
  b";:2ð\x1DwnM»²\eÈhš\x18\x05"
  b";R\f\x07I¦wD­\x02|XŽ<KA"
  b"<\fÇìµá\x0FOÉWÇiçæ×?"
  b"<‹"‡£ÿ3A´â19–\x16h\x07"
  b"<¡šü\f\x11\r\x18W”»è^Ä"
  b"=OìÞßÛøEò7o u‗~í"
  b"\x17ÇY\x07LF¼/!óQy\x18®"
  b"=ôÿÃ;\x0F\x07Aˆ¥*ÙCž#B"
  b"=¸│ú\x06ì´C£å²\x05┌┐\x17å"
  b">[ôx¦DèMÅ#´ÁUUR\v"
  b">q¤™\x16ä\x18@¾·ÁoéE"d"
  b">ÍùœgÈèN›:,ƺ!ÿS"
  b"?O╝l¬êìOá┬©­G╚l\x02"
  b"?U\´u·\x0EGì;h[%|°\x1F"
  b"?ü┘!ʺ£HüôËK┼ÖÐü"
  b"?¬ÓšÓK$C¢‰Ï~\f^¶W"
  b"?¿ŠtliÚB Ó)\x15•©A9"
  b"""
    ?Þ,<ˆÂ˜B½sC\n
    Ÿ\x06Ÿp
    """
  b"?àûš®X/@²rÙ\vcp†_"
  b"?ê%cåGÓB…\x14ºsé—x×"
  b"@\f´„V¶\x19G¿&ì¸væ’Š"
  b"@zßÈ ìSMæ┴ß)Ã▄┌u"
  b"\x17\e~©7Dš…µ\x05†š\x0Ea"
  b"@®¡7sß(Hƒñ]è\x17ªUÔ"
  b"@¯zÒ%qvK—úÓ£™×˜S"
  b"@ÖÒHfåõK» gH¼©\v&"
  b"@°S╦ð3\x0EB╣ÛRÌ\x1F}É­"
  b"AÉû╩%¤\x11Jå2¾M]½µh"
  b"A­ün ¶oJ½‰û¢/1X#"
  b"AÂ▒A\x07å\Oü¤ÄÊ\e=x]"
  b"\v\x1E­\x13KF©'²âS\x1A2d"
  b"B\fRÒIŠrG­\x02÷jÝ:M¯"
  b"B‚•\x15÷¤wH³‰js\x07©úH"
  b"BŽ‚8ã̵K‚'X£Ìû¡\x1F"
  b"BàÓ€šÎÌMŽ,Y\x1F\x05JI•"
  b"C\x08Ú9ª°¡G»▄rÈ\x19Ì┤ì"
  b"C\x15\x12ìÉS{Mª¯ô█YG¶╗"
  b"C2Ÿ¸ÙÛûL¯f•Ÿ²èÿS"
  b"C½â=²s┼Bè╣ìg£j\x1E*"
  b"D2‹+J\x0E_G‚êõߟ47n"
  b"Di{†ãéûHµ>†ÄRêæù"
  b"D‚¾ƒÿãâNžxƒ±%Æî­"
  b"Fp\x00T€\x14¬Fª\teëu"
  b"FŸáïÌõBF‹åWk‚"8¼"
  b"F£”@ñ)WA‰cÏ%`…ÓÐ"
  b"F§ŠŒ)\x11ùB„†dÅ¡sx§"
  b"Fêp#˜.\x07J†U{oÎQ\x17g"
  b"G\eºÀ·ÄZC…fçŸf„r\r"
  b"G™\x14G‘ž’N´•V.x-v}"
  b"Gí*\x11ƒ╔╗L×ıì▓\x1C\x14"
  b"G¬u,<\x0E\x18H—ð\x06ʾ¡èž"
  b"GÅ·ˆ‹z,K¿ð—!\x10½»¹"
  b"GèNঔOH—b#öL®#<"
  b"H1„=]­¨Hš²S\x15]u©»"
  b"""
    H?0Ĥ\n
    ÇBˆnðÉ39\vË
    """
  b"HG\x15G³›4@¤zEö8ŒÌ·"
  b"Huc¤Õû®Gº ;£÷A\e}"
  b"H\x7F░ü}╬\rF碭6(·\x10\x08"
  b"I,ÕâBÊ╣C┐k+Øıjb^"
  b"Iq\x7FÑý`BIªÜ”\x04í­¨)"
  b"I┼h┴ùu»Oƒ\v¥V¤äØ\x10"
  b"Iù"M¯5!D½¢³$\x08õ b"
  b"Iú¥8}™‡@¢\e²Í\x19ÛÎ("
  b"IüÐëc%ŽCº\x05¯\x03(\x19"
  b"J<»ä6@\x1F\x1A8³*ï\x15r"
  b"Jv?‹\x058¤I¤Lç8"ÓH/"
  b"Jê±ïºÉ─K│|J═i*ý~"
  b"J╦§$■╬lC│RZ»░Ø┤."
  b"K\x04<K0¼æJ‹(ƒ-÷"ó›"
  b"KmþFt«¡E¹7³³}Ó\x06Ç"
  b"KØ`ôÝpEL░íË9ß▀DN"
  b"K¼7!qì╚Cô즫\x08YT/"
  b"L,Tiå\x05èA‚ô!ž,y9g"
  b"\eo$°†H‚i`Z\x07Ó£_"
  b"M!¡ÌT\x0F\x12N¾¿½¬\x1A¤•""
  b"MwÖă\x7FßDŸëCñC14\x06"
  b"M¿Ç±ß│}EÜY┬PCD±Ø"
  b"MÀv1ä\x06íA‰ºœò[»“X"
  b"MÊYÔ®l4N•QŠøoÔ³\x03"
  b"\x05éùG‡H‹Ë»ñá+Çé"
  b"NFß֎ʪK’¤hD\x18UÅW"
  b"NI\x08$‰ƒÃG˜S:ãÄ^Ѐ"
  b"N└ó¨├ó\x16\x17£Ê9╚\x12Ø"
  b"O0Ø`ô\x1C}KêL­ëeéÛÇ"
  b"Of[¦2\r‡D»\x12éÝlR\x15É"
  b"P\x1EÚ†^\x11\x15HƒŸT\x01³#î¨"
  b"P0˜6TR>H¾ÊÛ±Êü¢±"
  b"Po­ìé51FÑs\x10Ì\x08\x03U├"
  b"Ps╝xÕ┐gOÇÏû╔ØÀû¡"
  b"P}tÚñ»UG–T%d\x04\x13m–"
  b"P€‡|þÔ2E‰ÞÌŽ`kÉÛ"
  b"PìÞÍ┌61CóñYà\x17¤Â╦"
  b"P­6ni&tFµ†¯‡C\x0F\x1A\x13"
  b"""
    PÇN3Kï…K¢\n
    \x0FÓxñ¦ï
    """
  b"Pµõßì-lI┐´Éÿ\x01n╦´"
  b"PýŽ\x16T¤OI¸VŠVõ1a»"
  b"Qot˜\x00,y@€º\v‚—½Un"
  b"QÆÜ\Ì\x04\x7FGɹ3ß\r\x100\x14"
  b"QªRG\x16[d@Š(.‹¦š\x16È"
  b"""
    R=\x7Fž¤\n
    \x01I ·›<j}Å\v
    """
  b"R=å¬s÷üF¬b7çõ)÷Å"
  b"R²ÿÅ€2\x1CAƒ_ž\x13悉„"
  b"S\x1AW´meYF▒\x19òÚ\x10Ø£Û"
  b"S‘¨8Î[ùNš™zèfô<]"
  b"\x04╗XrÑEÄ]\x04\x17Ø)eA"
  b"""
    S­“K°N\x18\tB*g­\n
    F
    """
  b"S©´£j\t\x07IæZ▒üÕ└oy"
  b"Só$ΆÖoG±¨ô±íJ·¨"
  b"S÷ð‡ÈO\x7FE¾ ³M\x06\x128‚"
  b"T\x19¥@4¼.Kˆ$ý\x1C…r\fö"
  b"T*<ˆåwŒC¸ŒR.µîK6"
  b"To#+`¹âN¬Ë«!\t¿„\x02"
  b"Tž…9ºŸ[I„\x17Á䌠€¸"
  b"TïË"\x18\x02˜K‹\v¡3ò‘64"
  b"U\x1D\x045sý=C©Í\x1E\x18v˜$\x03"
  b"UXä\x03Å\x13]K¢¥£r\x17‘ýk"
  b"UwÞºe0TDš:F\x04ò|‘A"
  b"Uû†` 'ÃF¡Y\x04öJ\x10=\x01"
  b"V\x04\x04Ô.çóB¼bVVÚûQÏ"
  b"V_¸såÇÔG¹ˆu\x1Fŧ\x02r"
  b"Vcè\x14˜Ö{@²¦ä\x16:Úö\x1A"
  b"VÍ$7@OjF—…\x08ýaƒbq"
  b"VÔ)QÞ9\x01F˜¼hªŸ\x07\t¢"
  b"WBD©ÀªØLµÔÍXD ßÌ"
  b"WO"ø|úxEÅüBl\x05¢\x1F6"
  b"\rІê™C––\x07­'Œ˜\v"
  b"WÐßB\x02┐ÉHáhDhr_8╔"
  b"Wì³0&öÎC—¹\x11¤ýMƒÊ"
  b"X=fî<╬█K×ÕöGâìûø"
  b"XOü¤:8\H ='1°Ñ®ÿ"
  b"X|i¢þs)I°šI}\x14Saì"
  b"Y/#u°TÄA·äq˜UG3±"
  b"YO\x08i.Ø>KûIr╔$Ïúô"
  b"Yg\x7F\x06gI@KñØOmßS\x08¸"
  b"Y|\x13ª:XMLÅAÊC£.Ãû"
  b"ZAû\x1A¡\x14 @ñ­■ØÉöºU"
  b"Zbüb×╦©CÆ7b²¿\x16î\x18"
  b"Ze$®ÉËÏJñ&Éï╝àÂë"
  b"ZƨÈâRHO¨Ð§}äO ä"
  b"ZÕÚÙü■»I¥Ç+(&9}¾"
  b"ZýÙ·Š‚]M‹›'×ýº\x1Eˆ"
  b"[¢1F±IvF‹1}`ùIAu"
  b"""
    [ã]µ\n
    nVA·¾Ó·¦)5ð
    """
  b"[¯ÅúêU6DÉ╝YG4\f"
  b"\&—÷î»õK‡èƒ¨Žzé"
  b"\rÐWm©rN×Å;y╠M╝}"
  b"\~\x06Ø}trK▒██Ü\x10>ª·"
  b"""
    \ÄAGYTrO░\n
    É╬7\n
    ─î
    """
  b"\x1F°A¦°E¹Â<³%(Š@"
  b"\ã“°µšWK°û\x0Fü¥Šy@"
  b"\x00ý6ÿ|N“äA\x14¹ÿí\x7F"
  b"]\x17k<ØÂÑEÀfªÖW┘FÄ"
  b"\rõní™B§¾‡M¨\x1F\x1Aâ"
  b"]÷\ ┬4\x05C¥¨Ò6┬||Å"
  b"^F÷\x05±í¬HÉnRýÃI/â"
  b"^\£ö,¼ðGº+Å¢\x00\x03"
  b"^ìÊR\x1E\x03\x1ENïI9âï─^¶"
  b"^¼F²ÁÈpMüLª\x17í\x13Ü*"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"`\x17¥ÀzÔ\x13GØomc┐ñ´o"
  b"`‡¹uW—;B¥PÝ\x11P@1Ä"
  b"`‘]äÎ0,@²t\x0E„&ä¿\t"
  b"`¼uf\x08(\x19C·_“#`±¥Á"
  b"""
    `ۺ\rǫ\n
    Aè]9ó_ü■E
    """
  b"a@GNú©òE‚y¥¤8Æ\fþ"
  b"aq#!ÁfòAŸe"¥žÀÊ "
  b"""
    asá\x14L\x1EÂ@œ\x1EŒ‰\n
    ìW²
    """
  b"a•ÀÀ£$Â@¶V­×\x11\eu#"
  b"a¿}\x01ÑD´O£L\x050¬Uê¨"
  b"aµAÚ%°\rMüq┼8G┬┬╠"
  b"b\x07ÑNý„áC¯<µÞzd€ñ"
  b"b\x08M▓?5¶@Ŧ¥╗â╝¼õ"
  b"b[Ý\x1F_êB¾³Ië´Æ,°"
  b"bc¡Íw(-GªÅBÝv1ùë"
  b"bjp}ØÈ+Nå\x12ùÛA\x1Aò\x02"
  b"boï\x17\x17^|F˜¹Â\eÜ\x10"
  b"bs\x018„4ŒB»ˆ¯Á¡ßøG"
  b"bŸ\›À\x16èN‡0§\x19;\x08àp"
  b"b╬°}¤r÷Lì\x03\┐=\x02èÎ"
  b"bðÌâö\x04Ø@ø\x7F\x01\x03ç▓"
  b"bÒÙªõDwL¾¹+J\x14\x11\tx"
  b"b§]\x05:%ìHŶ\x0E\x0EÊıÞv"
  b"c\x04®§’ûåL´]€³dAòc"
  b"c\x186*Ïw¥Mî╬l2Yüun"
  b"ci-4\\x0E³M¯\x00ŸírO">"
  b"cÐs7pŒ*Iµ\x1CË€´ýj‹"
  b"d2¦&‡œïF”\x0F9\x1A2#Ñt"
  b"d┼x\x1Ds▒ßDæ┐Æ\eì<_o"
  b"d÷W;yöA@¼DìNŽnO="
  b"e“¹‡.¦âA¾#Ðñ5ÃÊ("
  b"e² W寄J¸\t\x18‡^:ùV"
  b"fRÁñ¬:¹C¥\x14»?llpÉ"
  b"f‘\e\x17èW\x1CN­Ø×–½\rE‘"
  b"fÜô\x06c\x1DîC‚Ìóufeú;"
  b"få=šåÇfN„\x11®*c“!¶"
  b"gZT\x14\x1F5gO„ÑÍBV\x07\x02J"
  b"gtö)LñhIìTÀº³▄6¦"
  b"gªÆ\v\x19!\x06K▓\x1E└╠Aüè}"
  b"g¬¤ \x1FFWE«uz\x14­È”y"
  b"g▓e\x00\x12óBJôØoÂ6\x0E"
  b"g׉C/\x10QL¥°²‚ªqOn"
  b"güí\x17\eeÇ@„ÞnÌ|ޏ¹"
  b"h%\x18!Hü▄GÉ\x08¶£\x10G÷9"
  b"h<­¼ì¼├J×\x12~×"$?\x02"
  b"hE]’Ó­jJ¿\x10ˆ5öÃu•"
  b"hgÑ‘ßh“BŠ„YsUs‘p"
  b"hh\x07Ò†U±F”|\x10„BPá/"
  b"hy\x04\x02\x13\=@¡TÝ‹(ç\x1Fž"
  b"høB* ü\x13Nç&9²*©8\r"
  b"h «"¹¥ÐJ±í×\@ãÔy"
  b"h¶~\x0EyÒ–N–FX˜E¥ZX"
  b"hý«È\x7F\x11¸H”Ї}Ôþ4g"
  b"i<\x0E3yÅfD½L“\vU•/&"
  b"i„ezÚ‘€O°üÜ\î\x08"
  b"\x06\x14«“#Bµ\x07sÑ[ÿ88"
  b"j\x07¼É─)3Hü\tå\x19\fUý┐"
  b"j'\x10õoŽÖ@®;æœvõ\x1DÌ"
  b"jpÝÃ/\x19\x10L‡°¯1Xˆñ_"
  b"jÉ_NP█¦LÇxAë╝ôg╗"
  b"jû}f*]ÅHÜÍ¢ôSGhB"
  b"k,<\x1A&zPI›Åc\x150÷”X"
  b"k@\x01„4“¥G€\vóàô*í_"
  b"k¥ýìÄÚÜDˆò³©”Ìð\t"
  b"l/ÆŸþd—M¸Í\x17Tæ¥äí"
  b"lT¦¾¬SlI‘åG¨\x7F"øc"
  b"la(&M·▓MùÜ×Ê╬Å1ı"
  b"l i1IX4A”»=â\x10_ú½"
  b"\x1DüC#ÃIÑÚïS\t┬Ü¥"
  b"l¥└5ø┐KD▓ ØNm╣×╠"
  b"lÔò9’æ<@´gIâ~"­ð"
  b"lÚŽÛ‘\x16œLŸ\f4V,cÝv"
  b"lÕ>·±¶¡MÉ└\x05u╝╗Çû"
  b"lÿq?úDhJ•\x0Eë”:*‹;"
  b"mCÚ\x16\f߬C˜×ŠŒˆ<3–"
  b"mT─DqıQO¬┐¨!ìH\x04{"
  b"me\x0FÐT\x12øBˆ´mW`ëxD"
  b"mtþßÿÝÃB˜üczècRå"
  b"mâ‡sWýùO ¨Cî?]µO"
  b"m õÎ\x1Cd;C┤╣\x00ü_§¿ï"
  b"n3¢\x03uÏžMšâ\x00\x02Ý·\x1F\x10"
  b"n…oUö–¶J¢Ý>ù@vÝy"
  b"oUÐ/¸PCO²Ç©[P_ed"
  b"oy\v`╩■ØBú1D═x~3\x13"
  b"oˆ;ÕCacA¦1m\x06km7÷"
  b"o’úæámbLµßâ \x10A„l"
  b"o¡òx¸6¤I¥kÔg‹}1œ"
  b"\x1Då÷L\x03J¯˜¹c˜žI¼"
  b"p2–„\x12™QJ±|ʺ\x07ˆÎ!"
  b"p3!8a$?F·\x04éÖTÚ‰¡"
  b"pü÷·co\x06Hÿà╠,õÁ\x17"
  b"\x0F\x1D\x1Ai¼Gˆ.Î^°/<t"
  b"pá┤® *UG¿─|ºØ\x02├■"
  b"pì…Ìz³ÉG³ÈéæÒÅ[\x0E"
  b"q\v\x17¿:\x14H╗ìz$â¯;,"
  b"q Õ4.¤úH½ä\÷°òà\e"
  b"qr[▄┴iWA╝ÐO┴÷üÎf"
  b"q¢ƒ…Ù\x1C’B›ºòùŒ9_Õ"
  b"qêŽN9…ÅO°ß\x1D¹\x12äϨ"
  b"r\x08#vöCÃG \x15&\x01"§#z"
  b"rS┴)Ð|?AÉ┌µÚ_Kë!"
  b"rX\x01d¤¹O@œ:aVzŸŒ0"
  b"r–ŠOz\x00ÃM”äMŽó\eí*"
  b"rº5ѵ\x0FvG‡Ã0ûØ\x08…T"
  b"s\x07Ï<3°yH³Pu<A¸”È"
  b"s4o\x03ædÔF”j[É\x12úæ“"
  b"sOMw~ \rL³wÙÝ›¹Ò–"
  b"\x00Ø\f¯§KŒ\x13g4ü(úš"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"sÒ·\x12T}4FÅoP&╚<─^"
  b"te\x00î¦Ñ\x01FƒmWÐ\x1D:wˆ"
  b"t~±¤µÑ3Iì░c<Îg'È"
  b"tóù˜Lñ¯H“\f\x1DÆXJz\x08"
  b"u\x06°\x14\x00¢\x14I°úí,?'”Ç"
  b"u\x15ì×ãoÓA®es‘\x06\x17"
  b"u\x1D0oÍò\x07Kµ)\x15+ôøE‘"
  b"u$ü■N\f«O¿xÜ¥³ÈGl"
  b"ulÔF\x10UUBó^┐îì^ÙÊ"
  b"ué‘›\x1CY‰J¢‘‘äCÆ0·"
  b"v\x01´p>ã¾I‡g9kûµ5·"
  b"v\e]"¢k7Lö╚2x\x18R!Ø"
  b"v\x1E█▄Ø\x03èCÜ\x00Tû╔\eéâ"
  b"vîéc\x1E>þBÂ\x02i©týÉ\v"
  b"v—Ú‹\x14láF‹Óê½…‘B\x1C"
  b"""
    vü®ê\n
    N¾L­Ú5Øu¸‘¤
    """
  b"""
    w\x04ü\n
    \x03@▓█´1\x16‗V°
    """
  b"wZõƒ\x14ÉhI»Ý-+\x19s>Õ"
  b"wjúÀ\x1DÎþAƒéX½\x10á*p"
  b"w«ƒAB\e÷O«ÙãCÁˆø³"
  b"x\v/\x14wZŽD¶ÏÆ\x1A÷k­ª"
  b"xL_\r3*àB—ϲ\x1DXúqo"
  b"""
    x`aµ\n
    “T@‹·åÙ.\x04
    """
  b"\e"EjàC°UÙ¯’-ļ"
  b"yDÒ║ÊHªA▒ÕùÑ¡ØÒU"
  b"z\x0EC³Z\vðHɯå╔~\x19¼í"
  b"z]Æ\x16\x13íøHÅÒv\x0F┌▀jÓ"
  b"z╬ú╔┼ãÂEØ‗─£[<IC"
  b"{\x03\eq”©qK’7^)l\x17\x07"
  b"{<ÑQ6}\x1ELÁ¤Åïð\x1DØQ"
  b"{K\x03–¯‚|E¤Ol\võ“£ž"
  b"{êkb\x1D9HL­·8\x03OÁŸN"
  b"|DÆTŠ)bG…g‹O^, n"
  b"|ûÅ┘ç?¡CÉá║g\rÞ\x11]"
  b"}\t\r|N€K¦Â…qC÷Ay"
  b"}$ÉRuu!J€rÌÐ÷*[~"
  b"}7ÇêÌ╦ªHº\x0FB\x1D\x1F\x02Éä"
  b"}=ù5âäÆB¡Ô\x1CijÃiù"
  b"\fU~SLA±ªm$‡Þ”²"
  b"~B’o]\x04cM•ßyõs¶\x019"
  b"~‡oÐÖþ¬L™%Tí=ø€»"
  b"~Ûø\x05Bý│Dì6\x17¿¿\vu├"
  b"~ðþò„à‡N­t¨kJK\v\x03"
  b"\x7F1УD¦zK£ßr\x14ÛkÁ\x19"
  b"\x7FVÚëÆÌLC®V;ƒkï%}"
  b"\x7F\x02i\x10DNäÉ ┐ßh\x08n"
  b"\x7FånI¬Õ¢G„x²PƒâMz"
  b"\x7F§(,YòâDíkì\el*wi"
  b"\x04WûP\pE“\eüÑuýÚÑ"
  b"€]5láãgG¥’\x06\x12 «\x01º"
  b"€q|]Ýó„Gž«A/K\x039‘"
  b"ÇzdÞÅ─PG╣%ÊÔ÷0Ïq"
  b"€ŒÚBYòFIŒ<HÒ_Sxm"
  b"Çì`·\e:JO¬*¢\x18╣SuÅ"
  b"€éÂN²oéH±1PÙ¤0žô"
  b"ü\x138#ao*Gí7çÓı)ã|"
  b"üºª;ÎùÞF¿\x0Eü±ô└¡B"
  b"ü▓\x0FîÛ\x03\O┐¿ù\t\x15?┴²"
  b"ü▓à┌ıÞuGà\x1ApT2S±\t"
  b"""
    üÊtǬåúKÀ4ßx\n
    'Ou
    """
  b"\x12æ€\rwàI†QhÞþ¸—¹"
  b"é^\tvUÜÜMÉQs`ƒfÛQ"
  b"‚b\x08]°<ÒL©Q1ÃêRµÝ"
  b"‚cæ@:€FO€þù\x04vvÉx"
  b"évfÞÌwÄB®&┌þÅ\x04Ð┘"
  b"‚Í>¡‚ômM°Àõ~n¾;ª"
  b"‚âû-ƒ~¦A¡'~\x19øS\x1Aù"
  b"ƒ%\x038\x00´\x1FIžw²7÷\x11»>"
  b"ƒ~\x17„ñÐ M‹¼ÝŽ¥N>¨"
  b"ƒ™šT"¤›F«°d*Q\vsV"
  b"ƒ¨‡Ñ^çÀOŸ:òî\x1EÙ\x14\x08"
  b"ƒë³i|sFO‰•úõÀZ–*"
  b"ƒÿ)G`8dKŒ4‰)å`\x17ú"
  b"""
    ä\vi\n
    nEéOû;{«3█iÉ
    """
  b"äYÿ'6_\x04MÅh\x06ä\x00±Ýß"
  b"„h¼©\x16™øE´Ñ‘ƒË£[ý"
  b"„oÁÄGm÷N¹\f$W:\e`„"
  b"„Š*^!fªL¾¬¢„ïm~f"
  b"""
    „Å\n
    ‡–H#M¹\x02ל’ÁY/
    """
  b"„ã„\x7F5*rB…?\vÉÔùTy"
  b"""
    \tÜÝÙÎ¥O¥O\x066\n
    
    """
  b"\x0Eû\x08lçuF¨Œ´–@ú’Þ"
  b"\x13\x12ÇppæAº<ìˆlx«\x00"
  b"…N¸ø5\x11‰A¹­a§µ2¯h"
  b"àYñ\x05UÿbNÀ\x1C╬<Ô%ÉT"
  b"…ó²¡[d\x1AG†Ó™yk\fÞx"
  b"""
    \x17\n
    é¶ØtF”Õ\x0F\x18ªŒO\r
    """
  b"åºÊ╩╩\x03ÅDò´\x1FÌ[ÜÃå"
  b"†Ë´ÑâÕÂHƒg\eæ¿£<Á"
  b"ç\x07íf\┐üMƒF:\vÁdð²"
  b"ç\x13¤2°A\x04@ÅÄúï'\x10`a"
  b"‡!«Â´\x13‰A¦\e&W+\x0Fì\x19"
  b"‡7DŠýg\x01F¿’¸\x19\f­c\x04"
  b"‡”§¶ï½oMŠ´:6ýÂË7"
  b"‡˜ó@ÍŽ³Fº2*=˜ÒYÓ"
  b"ç─Ã:5q"Kì\x0E\eq::#"
  b"‡ÅøX\x01VßJ—ÓŽ\x11\x0FÂe\x03"
  b"çß?\x19»º¢Cê¼Æ┴░▄LØ"
  b"""
    çÔgC&:─OØu┤Qiw\n
    :
    """
  b"ç²cwE¸üC║╩▓`7ÐòN"
  b"êy®É¨■IMÀOÔPV╔y─"
  b"ˆšÞ; \x11ÕK‹&ðz_]c°"
  b"ˆžê\x04›2ÙI¯[~aŸ\x15Ñ´"
  b"ˆ¥TÀò¹-@„\t&YÌâ¦{"
  b"ˆÁm?\x1Fs±F®œÇ\x06Ýh™µ"
  b"‰6οëFŒI‘›LpÜÖWõ"
  b"‰G¡­PcdI‡‡Lû7\róS"
  b"‰V\rµ\x1A ¥Gƒj›½±÷g†"
  b"‰WïЮ±cFµí=\x01HïÈ%"
  b"‰`Ì\x13íú\x12G­Ü`6&c<Õ"
  b"ëbÉ_Ö[╔Má‗ãµTF\x19\x1E"
  b"‰{iÀ`™VLž-Þ{@K\x0ES"
  b"‰¾6©õh.Jƒc?}+ØF\x1D"
  b"‰ëNs‘Î~F¶£û;ÉòÀ®"
  b"Š1|þÞ|öC²gËä‡,\x10L"
  b"è?0\x13░;ÙBɬCøé¹█\x08"
  b"è^ô/┌\x14ÉEòì \x1AÔý¼¿"
  b"""
    Šl\n
    Ÿ‡àÚF›\x017:G‚™C
    """
  b"оR“lã˜D„'¯r[œeÚ"
  b"ŠÔST\x13ŽÁN»\x1A¢Ü“\r±µ"
  b"ïÿ¦\x03\x0FË9JÜ]ıEÅ¿ t"
  b"‹ñM.\x10\fÈ@¥0©Áy\x18\t\v"
  b"Œ\x05úí½ÀHM¯‡w#<'j‹"
  b"""
    îI7î\x19¹îKü¬\n
    z*!"`
    """
  b"îiL\x14ü9\rDù^ÒÜ4{┤ò"
  b"îÿ─̧Y4Gªh»Ø(\x05"
  b"îØcÇóù■Kå}nÏ99\x7F]"
  b"ì\x02G‗4█,E╝└}ñU°ö["
  b"ì"îP¹Ï¤OØ\x12{ú­þı┬"
  b"ìø (¢I╝Eÿ«¸y\rÄaW"
  b"ì½íþýBÊOú┌ÿº¸qÍ\f"
  b"ŽBXÔœ[ N„ûwUJµt½"
  b"Äd═1ØæØI┐│8WÙÄ\x01þ"
  b"Å*¹d\x12'ÿHÑ}¾\x1DÛaèÕ"
  b"ÅG\v`ú3ãLé┌▓J\x1EýxU"
  b"Å¥-\x0F~▓\x15\x16º&┴▀oÔ"
  b"Ŧ7\v*H\C»▒¬3ªÇ/:"
  b"Åý·bK┬\vAé¨│©¸H S"
  b"Ŷ½\rÿé\x1E@Ä£½J\x7FÙ\x01\x11"
  b"É\fªgïLQH▒r<~─/,­"
  b"ÉGRÎ├øÇEù‗âØ`█¿f"
  b"ÉZÆ"ÆæµHÖ■³À╝üud"
  b"ÉÞ8Ó`,¯Aì\x00\e\x1A╠Ó╗5"
  b"\x02.ϸ‘«D•Àr©Ÿy\x14t"
  b"‘#ˆ\x18kŽVJ˜tW÷ýI\x05ù"
  b"‘Uüx¹\x08ØH„\x18Ÿï\x19+£·"
  b"‘䄇¤¨\x03H—:w\k̳v"
  b"’³×Ö\x01\x0F‘L˜\vò´ÚC—"
  b"ô\x1D ıHü¨E╣╔³EX¶gJ"
  b"“]¶lÝ„¿Aª‰ÛRØ9g."
  b"“~V—…\x1A§D†¤äp3X=0"
  b"ôì\x12┌Äv\eCí ¦NÉÿ¿ì"
  b"ôÐþÿa¤¦G¢üe-┘ÌÑS"
  b"“ã1$.6ªO£\x05\x134S§„h"
  b"ö?Rwÿô┘Mì s\x06╚EÂq"
  b"”¼§Ü\x7FFiA¾¿\x1C\e\x01”üz"
  b"”¿òŽé£9H–\x12¬K`©%J"
  b"”Üký®\x07ÌG£SN.¯Ë\x03%"
  b"”ú\x1CȸŠöDš…d.\x04=5^"
  b"”ú¥rȦœK‘žäÜÝNºÈ"
  b"\x18{‹Éø—C…'‰|o\x02"
  b"ò{YÐ\x08\x1FëHÀ▀>[\x13²ÉÚ"
  b"•ÊÕL§³–F³pÿÝèÕ¹3"
  b"ò■NÚ±┼6HÅ╠qŲ┬╠m"
  b"û_╦ìF┴¡Jƒ\x0Fê!ñ┘ý░"
  b"–dÞ\x17=ó²I¡\x1A\x16±a(‹¾"
  b"–ì4ó¾BßJ¾”q©\x16¸Ûi"
  b"—<ŸèÚ\x07NF€„–絤€i"
  b"—Iw½\eóèA ›F\fø\x18‘¦"
  b"—\wæÓ\x07½A¿ãQÊ 'õ5"
  b"—v‹–#¡ÞM•ø“êÓ\x1CôA"
  b"ùùÇñ{ÆFAò\x12?íÅá\x05Z"
  b"ÿT|øåÚ\x0EL½Ød¡KÞÎê"
  b"ÿï█ÝðãÉ@╣\x17$Ä!╣¾Ô"
  b"˜ÕçQf§èF–X\x14\x10\x15*\x04\e"
  b"˜Ù\x1Cp~iËJ¦¡#\x07*VN•"
  b"\x14\v‚ÛI~O€¬hCÂuÜV"
  b"""
    Ö3\n
    J¼üçFâDàf─At£
    """
  b"™py\x00\x00\x03\eA®ßV\x1DÚÖ\x061"
  b"™~7®Ç¸vL¡á‚û?5¡r"
  b"šWÒÁV6ÓB¡I"8:ZÐ\x08"
  b"šcb«˜ç¦C€é‚b ?eV"
  b"ÜlÒ\x02▀à2DÉ÷° \vó\x10"
  b"šÖj¿\x18g<J˜v)*\x06¨’*"
  b"\x12ØGIÔ,K€G\rþ1x†ä"
  b"\e¢˜¼Í>D™\x16ZÎŒ#\x1A@"
  b"›,)š\x12\x18NLµŸ7\x7F$7\x1F§"
  b"""
    ›6ðè(˜íK°A \n
    µ˜,»
    """
  b"""
    ›Y4Š9\n
    \x7FC¼mÓÆ@ÿw}
    """
  b"›µy"^6HLŽÑv]zØ\x14þ"
  b"›æøÇÁ–ÙBŒé:×K ·]"
  b"øÚ\x17\x0Feg@òÅõ»▓¹\x0EU"
  b"›ì˜úQDnJ„£K*”q\x1C"
  b"œ%\x05\x10bE¸¶cÚ*Ó\x18,"
  b"""
    œQà$V]§@†\n
    \x07ì\n
    
    """
  b"œtš‚¨\x14±F©\x01\x14ÅÇQ;v"
  b"œÛùqxùùD‹\x10u¯ŽC°y"
  b"Ø(¥éÂizIÖ3█L«\x17Â\x1F"
  b"Ø1:ÿÑ\x112M▓ôò÷Ï\x03N┤"
  b"Øpîyµ!kEÑKü]æöxX"
  b"ØÃjQÄÎÔ@íK\x7F»\x1Aè╬º"
  b"Ø‗?V¾Ó­IǪ6Î■#7©"
  b"ž\x05Rìr’€B„–o}Íógb"
  b"ž\x08…†wcµA–ã_F=‚ÏP"
  b"žçé\x10NÏ)B¨63—Ó—Äå"
  b"ƒTÔ§´wCJÑK­ÚÅ.n&"
  b"ŸŒöFÕP¡Bž=\x08"?\x17è\x05"
  b"á2\x0EÁ╝ÜNGÉüçÏ÷Ýhs"
  b" „E\x11Õí~G©W9…7¾÷å"
  b" ‰¹¤\x19ü\x07C•âÚ»Äc¨"
  b" Šh\x01\v@ˆPþ\x01ƒ¼É\x1D"
  b"""
    ʫ8„6\n
    N·ê0üõO"P
    """
  b"""
    á┐┼Á┴╠‗A®É¸øc¹\n
    õ
    """
  b" Áw}½\x18#L¢F¼\x10+W@4"
  b" Ç^˜þò\x1AK»IJüµ}tƒ"
  b" ØÄLè§‘M¹Ky£.»ŒF"
  b"áõtìù0<Eï<ZøÕÂõZ"
  b" úvg\x06HhBŒz@ða\ü\x1C"
  b"í\x03\eÀ¾Q:Mì┌6\x00T└x\x0F"
  b"¡\x080A2…¬C’\v\x10Ò\x17"
  b"¡,3\x0F\x022GN´›R$\x14U\x10¼"
  b"¡HÏk7¢\x06MµÌÊ^ÍL!0"
  b"íéÄ×6\x1F\x05HÉ»\x015) éÁ"
  b"¡¬\x1A³\x04ÆÉJ›‰¤Ò4Ž\r>"
  b"¡¯ÑÙ‰ä\tH¼i\t\x12B\‘&"
  b"íίD\x0FíÉEá\x05¾ÁrÜT»"
  b"¡ø».àÌ7L ä¡ó§æ,Œ"
  b"ó\tc$Ø_½@ǽW¯\x05X°╣"
  b"óÉvCLc`Cùy\x19í0\x1FÝE"
  b"ú\eIA4ıÅF×ýDgõȹ_"
  b"£7HéƒÙRMœºQ*Aj\x03»"
  b"£Ÿmcš{«@­Á[\x02ß\x13"
  b"£ ³\r\tÀ*Lš·:ûX«\x07\x1A"
  b"¤ÔÅO€…"H˜Ñ\±²4â‹"
  b"ÑT¡¶/o┴IØ\x14Â╝¤À;§"
  b"¥hH‹P2¢Mˆ\x01\x01z\\x16ö\x02"
  b"¥…yT¨•]E¹ÿd\x06ï˺—"
  b"¥¯åw4Ä}L–ô¤\vß„}\x04"
  b"¥Óz\x0F1]U@¬Ý\X\x1Cƈ»"
  b"¥Úó0\x10ÔÆL¦{“Úÿ\IÓ"
  b"ª\x02~U▀æGAŧó╩╝÷æc"
  b"¦\r\x0F\x1Dv@G¬AC'ÌÕéÇ"
  b"¦\x10ÓÍ[ÌæHŽ=v\x02H«Ó½"
  b"¦3ÏPþæ}C°\x1FøþÃU\x10¢"
  b"ªp╩ë\x12¨üGü\x1Cº×¤S\x19×"
  b"¦~‡þXgmD¥¤¥}žJ¦O"
  b"¦›‹ K³IN‘³ƒjªoØZ"
  b"¦©ˆY:Á³I¼œjœ\x03\x18"
  b"¦ÁÍõ?z~G–\e§v2â0¸"
  b"§Qó>Ø\x02UL´\x1DU'ˆáM‚"
  b"ºÉâ>DQ\x04CØrS#-ƒüÃ"
  b"§ŸbX@ô»F©xA¶Ëãm¢"
  b"§ºÊHŠùOB­PpÇ\t"0Ã"
  b"§ÑqꮥNM¶‹r7Vë.p"
  b"º▀ç\x10f÷úJÁ5Ù¥Ø1áï"
  b"¨?¡\x02¼æ%D¶k‘³}„šÚ"
  b"¿`òy▀?bCí\x03Ø\x1E¦Þ«p"
  b"¨ó_ôü\x1DNB¯c¢Ø„¤d?"
  b"©\x08\x1DˆÙ¤ãE‘jûQ \x01\x1D"
  b"®\x11gV9´zGîÝ\O├CÇì"
  b"©âÄ@fâÉI«6ý˜±î$,"
  b"ª)Gæí\eçC¾Šõ˜U‚ïÉ"
  b"¬L«@a\x15?Lü¢\x0E▓Î├íl"
  b"ªn{ÕUÇúK…ÄõðS€ô¬"
  b"ª¨\x19y<DÃNо\fL\x15\x16™Ô"
  b"¬│üÃ>ÝO@é‗ò┐cî\x19ƒ"
  b"ªðÑ}È…ÇG²„D\x01²U&["
  b"«'±è\x7FZÓL—σ¤Æª‹_"
  b"½.#& ‗¦L«\x16\x18ß±Å2¯"
  b"½IT8ÓaÚKô\x7F<¤Q[ÅJ"
  b"«t\x14÷õ\x1C\x1FO¬4¨^@œƒ¸"
  b"«œ\x1A1~+5N›\x17g@›\e\t´"
  b"«Ø‚,0mtN‚Íc1å[d´"
  b"«ò®\x0E)óëL²<f÷]àä\x04"
  b"¼?ÔN\x0FÒÓLí┐¾═┬ÅâY"
  b"¬ž€’ß´3DŠuŠ¢½uÌ\x07"
  b"¬×‡K\x10gøHŽÞ—Z²Ü¾š"
  b"¼┘»sÜ┤úDØj\x07©R╩▄ý"
  b"­+¢ke@™C¹#Ô±\x16˜:á"
  b"­,²ôYk"E–\x01#¡ù€:+"
  b"­=õ#ˆ\x08!D¿CkW¸\x04®Í"
  b"­¯Ep\x10ˆ­D¥%~[Gü±r"
  b"¡╚\fä»/SN┤.\x17Ê¿Ì7ü"
  b"­î9Aæ\fAL¯™ç\x02ôÖ\x18"
  b"®\x0E\vk*ø\f@®Š]E<zE7"
  b"®\x172l|§\eJ©a7?è€^ƒ"
  b"®8Ðç'=\x7FE‹R“Š\x18½di"
  b"«:ÕM\x12■XNà¢1êÀøÅ_"
  b"®M¾¢\x08¾ªAº\x05]9¦åoM"
  b"®ÌZ4úK\x14N¹¢ÊŸsi\x18"
  b"®ÚÐq¢û’@›.÷”#J¶2"
  b"¯\x08„›®•ŠEŸ—û}|ò2ª"
  b"¯\x14„ÿ‹\x00AN•AI{\x10\tüÕ"
  b"° Í™Š-YB´d2]`6!)"
  b"░¼\x1AØÕûþFâÞ$¨2À,Ä"
  b"±_þRÜ\x06\x1FF‰ÇòS@¼ÿ\x16"
  b"±åÿÄ`ÍWO¦ÄMßBù\x16|"
  b"▓:P┴\\x11ïMëü╚TalS×"
  b"²GNx\x1C\x1EÒL±Œ{\x1Fç~.Y"
  b"² |ïVÌ¿A®k\e}²ö&Æ"
  b"²ÃŽÁq60F¡¶\x01{Ã?‚q"
  b"²û\exzM=J“\x03ü3lQãv"
  b"\x06Kæç×AA╗¸ü¨Së┴Ï"
  b"\x1DeÞõ\x0E░L¢£ÉëÅÊaÌ"
  b"│;]ë£\x08YDì\x7F\x0Féðu¨"
  b"³M\x07Ó1{\x1AKº/ëb´û®\x01"
  b"³ã¤âè#ŽN‹®ý*t)Ôn"
  b"│§ixöù\x06CöGBçì«\x02ú"
  b"´GC¬\x10òtO£ÉŠëJÆMÕ"
  b"´ã‡LV:ÌJ¦œ7?aU'\t"
  b"´æ‡³1÷sK›ÉQ\x1FF\se"
  b"µð¥×\e\rNB‘6ÂA¶V¾‚"
  b"""
    \x02\x1C\n
    TqµN‡ýüªØ'ö½
    """
  b"Â\tÏæo½ÙMáxýÑTÉîs"
  b"¶Ö)¦-\x1DËO°wa)ïÉõ!"
  b"¶äÙTÚÓ/Bºk–_¨¯cÙ"
  b"¸ØÒã¶éGèæ{\­#═T"
  b"À\føs¾ãÞ@Öü%£ÖÉ▄k"
  b"·/\x7FòQ÷ºH€‘Å%”€\rP"
  b"·I¤zÆPiEŽS8!z¬\x0Fý"
  b"·®bÚž#wEŽ‹Xð\x15=Ù_"
  b"·÷kä¢ÕMG¤–²»Ãp\x1DÆ"
  b"¸\x02\x1CìÐ\x1E‡F’\x11ö_D¹HŽ"
  b"""
    ¸>1sæ‰óL¸Ã)à\n
    æ´U
    """
  b"©üh/ù\x03\x0EMä·'\x07êùð¬"
  b"¸„Ó>7¸cHšï45&ýul"
  b"¸á’|ÓÆ&I¸>T-¦Tµ\f"
  b"¹\x15\x14\x18éOœ®ùnÕq±\x0F"
  b"¹-<Ñ\f¤`A¸\v{Œá<Ë*"
  b"╣År!\x0E<ÅIïT7├═\x04~x"
  b"º\x11ºó•ÓaN¯õ<1˜åH\v"
  b"║G3ÃUGÛCîg\®ı\ì\x14"
  b"ºJXaJ\x0E¸Kˆ¯tÃQ]Hâ"
  b"ºTƒ>=ä}M¹o3²‡T„–"
  b"║ksØ·;£I╣╩┴å\x1C\x05"
  b"ºw'@W\x0E/@³kžhMÎÎN"
  b"\x02F+\x1FzïOÅoGú╬§ßï"
  b"»\v ë\x01ì)O¢®$„Ò.åD"
  b"»Y¡\x10\x12˜qD…\x1EÙ}ÏŠÈM"
  b"╗k╝çÂ1 E»°J-þ¾Ø┌"
  b"╗Ü\e\x17\x05\x07#õæM³p"
  b"¼\fIs3¿àA±ÏM r\x0FD“"
  b"¼\x17h\x06ÒKžG«\x0Fyê+R\x11X"
  b"¼\e\x0Fæ†/±B¯\x00tÌrHg\x1A"
  b"¼4¹‹z\úF¬¾Ø•Áîeb"
  b"¼Tµ’©T›J˜Jm\x0508Õ1"
  b"¼®×½šö¯I¬\x03}\x07•½0¯"
  b"¼Ì\x01¼á_´I´Š\x137“ß\x16\x15"
  b"¢ä½╚¨G-AØ` \x11Æ)Â("
  b"¾EJ\ti¸)C¿)\x08Ö„™ðÀ"
  b"¾ŽYn_’ÔC³]C¤ÇÝžf"
  b"¥░N└,}╔A╣▀>Å´nÀï"
  b"¾¹UiH\x7F„F©ªJ\x06\x03ú/["
  b"¾ÓF\x10«“´N»µŽàäI×B"
  b"¿ ËÃÜÞ_Eª}0íc@ÜK"
  b"┐.éá╔£IMâØ@\x18Kq·ø"
  b"┐[jqì\x19ÒGóô5\x11¨^9┤"
  b"""
    ┐t((é\\x13FÅ×╦u\n
    Y3å
    """
  b"¿¯îšÅ\\x7FG•;ê7ymðî"
  b"¿Àk<˜µtG°\vŽ[Ÿku""
  b"┐─╗°gyÑL©┐åE ¸ü§"
  b"À[˜È\x0FyÒJ¹œ\x03¾U8v\x1C"
  b"ÀžœðF¶xJ­qË\x1E“¿ZÕ"
  b"ÀõšˆåÅöH°Õ³££ú¥b"
  b"Àõâ;WiÈKž\x7F~õ›+<3"
  b"Á%è¹ÙD¿N“Þœ2ÁiÍV"
  b"Áeº/BèÎL¶YšòÇxì­"
  b"Á|Ϩ\rèD@‡\x12¯òeð2ì"
  b"┴¯,\x1A┌ëàEº┌[cªØ(Ò"
  b"Â\x13mÆ9chJŸxéçßIãŸ"
  b"Â\x1C\x03\x15òÊÉK‹cr)¬/Qø"
  b"┬ \L¿w¢DÉ'┘─Ä9└Ô"
  b"ÂFÜй=\B‰ù°6˜Å¨Ê"
  b"¨`\r \x1A`CŸiìI¼ï\f§"
  b"┬┴dr\x02]\x10\x17A^K«ÉK"
  b"Âо´›%;E¿K\r_—¿??"
  b"\x02_┐23éEâ²b¸Ø/╝Ö"
  b"ÃA\x13©òwäM¤Ä\x05…Íwlê"
  b"Ãöž·æ£×O»ÉÃ-Y.ª“"
  b"ŇËÀ½\x08(Lºèÿ°–—_\x0E"
  b"┼Õl74ó+Eå\x11æ░ÌGüê"
  b"ã`╔\x176ß░DæÅ}O­&╠█"
  b"ÆŒ>?¤AAC‚ûcÀÈ`\x16X"
  b"ƤÃ\XÁ\x07A«I%„ENw’"
  b"Æ»\eµ¶_9L·Ä\eWü>õæ"
  b"Ç+@M\t;\x04@µî\x19Úâa[N"
  b"È\x08\x12¡7ž\x0EJ»2­J"ç’ê"
  b"ÈEíñ~ƒWCŒá\x1A\e„ãrT"
  b"Ȭc\x10%IT@¶Ä\x1Dìq\e½µ"
  b"╚Ð3å▒G2OÉW\t║f┌%Å"
  b"ÈÕÌ\x05À âC¥ôjós%h“"
  b"ÈÖÍ\x1AØ4‘@£\x11(\x0EàA€­"
  b"╔' Z╦/wDña³Òü\x0F\x04"
  b"ÉC?ˆ\f\x19#E•ãCÖÄ̇y"
  b"ÉEjÛ\x16gII®×ʤH\x11"
  b"É^ïp)àyN t1þ¼\x03"
  b"É\x7FM\x0FcŸš@–çLVþzÜÐ"
  b"╔├╣&\x1A┼ìN╝H!┘þ:¨ê"
  b"Ê\x03€ìÛ\rfI¶\x06"J\r\x11"
  b"Ê\x16\epƒOåH—¾éDÌÐèH"
  b"Ê+‘¶\vÆ\x03H†hÂv^ˆ4Q"
  b"╩dïañjìIÄña®│¬õ "
  b"╩▓Ï═TèóKù Ê2ÿ´Éð"
  b"ÊÚ|\x17‚ñµN€\eý‘‚<.*"
  b"Ë–—3{»8HºèF\x0F"%\f¢"
  b"╦¡.+Ôì´Dªi░VV╔)4"
  b"ËÞé{é\x06†K¿¿=\x15I\x1D³‚"
  b"Ì\tdŠ˜È«@¹Qƒ6\x06\x1D\x19"
  b"╠)\x0Fñ\x18[ÉDóï'äs│╠Ô"
  b"Ì3\fýæŠuJƒÊ\x1Abùÿ°¬"
  b"ÌG¼©Q8ÉK¶\x16hp!\x158)"
  b"ÌŠ\fÈ?™/GŽóyp.°ˆÏ"
  b"̳>-\x16â„L®\x00\v(šm®É"
  b"ÌÝá]»ÖµB¨ŒÜ\x18\x0E\x175"
  b"Í\x02\x14s­J”´bQM\x0EÎâ"
  b"""
    \n
    {øú\x1A¹CƒÈü╠\x7FµÃ_
    """
  b"═]gv\fÒüJ░\x10*¿╣\x0F3┼"
  b"Íbvu¼CmI±]_ï^›Uõ"
  b"ÍŽ\x10ȶ$VE¶58ÛzŤú"
  b"═ÉÉ8±7\x08I╗NLoV\x08\x18J"
  b"ͼ2·¡\x04`K€¡]\x1AÓ&Rè"
  b"Î\vdÝcó\x07\x01ÓïÅQ*”"
  b"╬%dÅ\r¬à@»\x07¿FÌb║."
  b"Ï\nB4'@yM®Ú9\x04@\nF\x00"
  b"Ï?Ô8ÏA\x0FNªk9þ\x1DºEŽ"
  b"ÏHaDÐ’à@£/n—2x$Ë"
  b"ÏM\x1E›¾ã¸L†×C8…L¼\x13"
  b"ÏoCƒ…‡ùN‡¥øN|ÕJÁ"
  b"¤öÚ3Øð,E»!\x7Fƒ║POs"
  b"Ï¡tWVYøFµrãP¼‡l¬"
  b"Ï«\x16\x02h `FŒÊnm\x08ÿ>0"
  b"ϺÁ‰¶¨+B‘hƒ¸_œ…r"
  b"¤ÚYÉ╦╠\x1D\x16\f'\x05£µ"
  b"ÐC„Rk\x1DñIƒP+¥ž?\fW"
  b"МÄ]2\f'A”q\x19ÐÝp\x1Eî"
  b"Ц²õ2æ\x19MšÑ›äˆ4Í\x7F"
  b"Ш“o?þgB¨÷xà¬R³Á"
  b"Юz•¿ ¯GŸ\x12Ã4KF\vÿ"
  b"Ð\rA!-\eKì\x12\x7Fò5Í╦"
  b"ÑÕŽÀCž]GŸw‘Rf\x1D\x0F\x1C"
  b"ÒYžR>àÅI‚i#ëï@™*"
  b"Êo=¦└\x144@êƒ\to╗wü\x08"
  b"Ò”M˜V=·G—QHm¡\x18;""
  b"Ê£Üq\r]\x19F¢¶¨íoÊÅP"
  b"Ó\x11¨L\x16%&Fœ\vxS¡•{ñ"
  b"ËRO£Â╩oO®Ø²¦1¦│├"
  b"Ó•ì«»O\x14Eµ>?à¡íyÉ"
  b"Ó°\tã\x00™²D¯q¯'›“¦G"
  b"Ë╠gP\x18Ô▀F│ï$┌üñà▓"
  b"ËÝ5\x02╗äQBÅ¢þ;Í\x10#t"
  b"È\r\r4üö?CÂJÍW┼▀¹╣"
  b"ÕD)q隯B«¾Z±Ðù\Ô"
  b"ı┐î═+┘ÚOü(3-AÇÂ_"
  b"ÕÝkØmÁ\eD¸Åü'¥ðçß"
  b"Ö\x10’›³ ÈI£,ÝxæúÉÙ"
  b"Í'ÇYÒ\x07)FíØãÛ\x01\e;┬"
  b"ÍDáì¢qÀK«äÕcT╔´\f"
  b"Í▀&î█RhAº\x1C\x11\x1C[Òì¾"
  b"Î#_─ÎZ»BêÍ\f¼ÿÅBb"
  b"×c'ÏtlúG£Ó\x18XJc@Ò"
  b"""
    ×ÛO\n
    ¹R_N§AÈ\r‡þ\x11a
    """
  b"Ø'a\x16®OtK´C\x13i1‰Z©"
  b"Ø*HfIá¹C½œÜ*!©\x06î"
  b"ØUÿ©ÁÚrAºÎ\x15^"ð~o"
  b"ØVù÷\x0Eà›C–ÙMeΙÙ\x12"
  b"ÏèÛ`╬¢ìG¢■©╔P└=¿"
  b"ØìRÛµšÌGŠš\x1DŒún’\x7F"
  b"\x0F┬LBCÒJÉG\x01öÚû/m"
  b"Ùšw"Uç\x16C¤ÏhÐâY|¾"
  b"Ù«\x10â\x02˜ÛJ”Ìà}ÚŒæd"
  b"ÚEAèâø\x17@¿Ó‡›¢\x00R_"
  b"Úm‡ôÃ\x11ÏL äönž¥P¦"
  b"┌xî\x1D¦'■E¿¹UÐÔèì7"
  b"┌Øaa\x1C\x12ELÂO×d╠\x12\x12\x16"
  b"Ú²\nO©sjB˜ˆ£;Ý\x00™l"
  b"ÚØ\f~ä‚'Jœöãé½x3£"
  b"Û«\f$û‡P@«ì\túR£Bû"
  b"Û´O¸'“|A¶ói…}\x13\t"
  b"""
    Û¼\x1D[œ¼ÉLº€În´\n
    
    """
  b"Ü\x18LõIa¢K°hÍ„\x0E¨¿ƒ"
  b"ÜT |ª'BO¨\rã½_·ì™"
  b"Üìæç-i\x19\x7FYo\x1D{‰È"
  b"Üý\x00\x04UKâFŸ…3u•Æyõ"
  b"¦OÉ┬EX«Lûòá│\x15Ãt╗"
  b"ݘ¢äX5hK¥ž‘k˜%–B"
  b"¦ ò\x1A}h╗DúW¿<§Sز"
  b"Þ\x1F\x0FYU(\x1DN¤¬­\x13\x12\x17…4"
  b"ÌT6üÆ\x7FÈCü\e\x1AÛÖ6¶M"
  b"Þw€¦Œ}’N†«o\x7Fí­>w"
  b"̰qØ^\x05GO▒┴²Ü╚ü\x0EÒ"
  b"ߘüÅ™\x17pH¿‡\x01~\x1C}m/"
  b"ßÞõ\x1D´Ý>J…ôGë°\x05im"
  b"Ó$ÉúUr\x15FôEíúâÜr\x7F"
  b"Óÿë;ÑÖ\x16Mؤê╩R[48"
  b"Ó˪╬öÉOï¤ß׿▒dÇ"
  b"àø\x15\x12\x12¼IL€‘^\x05|Ì(0"
  b"á\x10™ d¾¼L—éÜ*å\x10VL"
  b"ß@\x11░Ø¿\tD┐á-\x00Ϩæõ"
  b"""
    á}à æYDL—{\x13£\n
    \x1A\x7F
    """
  b"áÔgUg$FA‚\v\f…£…·Œ"
  b"â\fºFAæ.FŠ\x14kE®•!Á"
  b"â:ç=\x114©M¢]jËnÚT‚"
  b"â`?ü 9OD­áÜ\x1E@/#‰"
  b"âlˆÎøÇÀL¿µ@rPŽ\x11m"
  b"ãÈÈ;Þ3ðGºÅ%w\x00Z¿R"
  b"ãà_F‚llL´”Rüb:JÒ"
  b"ä\x19w‘J#ÊC¬èaÁÚ\f>6"
  b"ä[ñ\x1AŽ*ÑN„æ®`-ŠÂÍ"
  b"äf\x1F\x15OÅhKƒeÑÛ¼_³\x13"
  b"äoœ'–ø‹H’çÏÏ\x04L\x1D4"
  b"ä|ižÙ†€H‡´ì_6"+m"
  b"å ©À\x15\x02ËIІ¡'$‚@›"
  b"åHÀºÏ\e\x08B‘Ý\x187•\x04:\x14"
  b"æ\x19Ö?6±|E—Ÿ¤#ºòú»"
  b"µCƒ?oîºIÑTéÉM5§└"
  b"æVþj$®fB•›ãÌôW\x06£"
  b"µ`t▒j╔4DÇìe\t)È5█"
  b"ægT¯hì1H¿Y«T\tá¯\x13"
  b"æpŠde¼ÕBŽ‹\x00\x08\n\tÁ"
  b"µ¦Àƒâ:üEèxFäTQ\v\x1A"
  b"µ¯)6Ç‗vNåz\x1C¹1┐¾É"
  b"ç#Jº-• B±0çU®\x13*<"
  b"þFü│¦7SIæ¸ıÿY\r?‗"
  b"ç¦h„dÁjL„©\x15À\x05¼zp"
  b"ç©£\x1F•©ÙG‰Ìuv\x10\eµ–"
  b"çà1=ãÇùM‹8Ô‡\x15Ô´h"
  b"çæàŸTòÉB¯3±‹]7ú³"
  b"ège\x12\v…3BŸ"f\x7FÌxu\e"
  b"Þülè3­\FûM¤┌Uj±n"
  b"Þ«ÃÂÂgÅAé+&\x04;Á8Ã"
  b"èãò°Þê\x0EE‹\x11©û«\x140S"
  b"èùÿ¶›EÝDŸ”e\x12ùkð "
  b"Ú\rÝÃØÍlB┤┘\x7Fâõöý²"
  b"Ú)Ñ0]‗/Aúñ¢É┌È÷å"
  b"évû¡ÿiÙFº'EPÿA`ë"
  b"é†Cûé\tŠK¶h\x7F\x07x¿ã"
  b"é›\x08\x1C/ðtK“ÂáÆÐ~+^"
  b"""
    éé\rarq#Nº\x05IuÕ\n
    w!
    """
  b"ê+Y}špîI¶âÏà×܃™"
  b"ê/\x04\x0E\v~vCˆ^Ÿàœ¤R{"
  b"ê7PêÝŸNB„\x14¨ìšOE+"
  b"ÛßyÐ%Ø¿FÉÝÉf╬Êû×"
  b"""
    ë\x10˜¿í\x11þC…ù\n
    \x0E™wcç
    """
  b"뢯Lî\x16×KœB\x1D\r¦ÈD5"
  b"ë¸ÜHï<HE…¾F$Šr'W"
  b"ë¼\x1CáÈM]J‰ãmg„\x10ØÞ"
  b"ëû@Q°TUE©êFL̽µJ"
  b"ì8\x7F¢ï˜~G¾‡ðÛ<Q?#"
  b"ìÛ+|É[\tM«M\x01}w\x11m{"
  b"í)Ù.\x10 bE„rá²\x17|ƒÈ"
  b"í,«„\ûÁM°?\x02ÿ?ë¾Ô"
  b"í8F\x16äºjH­Ó|Æ6k­8"
  b"í>ÄÏË\rÊJ¿ûI‘uå;+"
  b"Ýx}:²¶·NÅqr\x01\x12+Ñ4"
  b"""
    íxïÊ¢ôšD¦w¨J\n
    ¾\x1F)
    """
  b"ݦ¹ä\x0FkzKÅv=°¬ò/~"
  b"íïê¦\x1A”¦LŒèFek±úf"
  b"ï?\týN½;O»´`&z)3²"
  b"ïE>ýÙV\x05G¤ò\v[\x07‚c@"
  b"屢euœ\x11\x02òý˜X•Â"
  b"﵂Û\x08%¡B¶j1\•\x7FŠ\x1C"
  b"ï¹W¸RPgK†˜XæÜ~°_"
  b"ïçLI\x08Y¬I¿\x1A2c®I­6"
  b"ðæ\vñÃÓLI¢Séc–¦M\f"
  b"ñ\x16âtC¹'N¢‚Î(ÎÌÒŸ"
  b"ñ1\x04«ê\vmJ‹f\x0F\x02|ò¡/"
  b"±ÉVt\x02ª?Iî└õDÁÁ­þ"
  b"ñ …ËÔé•L·âu\x1DªW\eÑ"
  b"ñ¿ñ\fø\x13‚I‡\x01o‘dDæ™"
  b"±┼°¶¦\x0EñHºßd6ì¿{+"
  b"ñûúÛ&ª°G’ÅÙœò]éD"
  b"\x03þ5ÜHxDàÿAàüé~▄"
  b"\x16\x06\x18ìè\x18@ìK─È»¸\x13û"
  b"ò8ä¹CÏ„H™\x1Agtw£×ù"
  b"""
    òA5íiy>G¿‘l\n
    \x11Tã¡
    """
  b"òOe×K°{B°FP¯Ç]³\f"
  b"ò\SŸ‹Ô-N¯\r¾\x0Eà)ƒÁ"
  b"‗Ü\x7FÙ\x13©ðE║%\x10ü▄Py¡"
  b"‗Ø└ïÄ┬´A»bÐC/çbí"
  b"ò¸£5(0¶O¯TéU\x19RéO"
  b"ófÔÌ\x01ÙzD›®ù–gg²\x00"
  b"óg‚ïüs\x14J‹ãª{Z€VT"
  b"¾╗ØØka'Nä·\x00=Æ>x┤"
  b"óÏXŠ{s’FŠ0;t,K%L"
  b"óý."=ešB“\x04rºg&§¢"
  b"ô&Ùá\x1CŽRH¶\fÝ›p\x04(}"
  b"ô°\x16$G†VN¿J÷Ĉò4â"
  b"¶ÀÊQ\r%#IØüd.']eÝ"
  b"ôÑ\x1D30KLC¡ùÔ«\x18]vL"
  b"¶ÏBiO?;Iú@çOÓØÎ "
  b"ôíе—¯vD¢\vþÒ|W¸}"
  b"¶²w%\x1E)áDÉø|+<âS‗"
  b"§jåvlÉı@Å*2\x19╗®vó"
  b"õpk£]f·CšÚ{”ÔþwŠ"
  b"§é\x15\x1D\x17\x165ÍO»O┴"
  b"õ‰gåÓüDA°nCJAø{“"
  b"ösü\x00åÎÐB™å\tëÖéô˜"
  b"ö–ö½?JûI›•Øn:˰R"
  b"öÄ\v\x06ÿuN‰ò‚‰7jê/"
  b"öÝF\x1AÊ9×H®þ¾›'ìó\x19"
  b"÷ß&\titÉGóßû¬\x13Ökò"
  b"öåù½>²\x14J©|>wG¦®Y"
  b"÷'­½9*\x14F¥\‚´H©è\x14"
  b"÷=½áf_YG¢†\x16¢—_jÉ"
  b"÷Ð")ù-JMšå‡i\x18…²B"
  b"¸µ¤¹AÐàMØÝ¡╣Ý<DX"
  b"ø\e⛊]×G¸X'·Ä}ÿø"
  b"ø\\x12\x15X‘mL¡·\x7F\x1CÛ÷"
  b"øm"\véƒë@¼ÉWHÉã}\x0F"
  b"ø}Á¥M\x01=Dµ7\x00óÃvRz"
  b"°Øåïi,\x08\x18ı╬Iõ¹ñ"
  b"ø­s|j·ä@§\x00–ŒÒ·ˆà"
  b"¨?òÂZú\x16GøÛØÔ╔Û\x13j"
  b"ùE0\vÕ:BG‡\x1D9.§<>\x14"
  b"¨w&ıtÂ"@ì"úI"\x12TH"
  b"ù•é;\x16¤¬N¸¸¿\x1C«“t0"
  b"ù´3\x06Œ)\x1AM³Ø¾9ÑçÙÇ"
  b"¨├ؤ$2$@¥M·\x1C_n\x1D"
  b"""
    ùÈ,¸É\v*@„\n
    \x14ýŠCÓ¸
    """
  b"úv"}¦û\tHˆP\x05nC\x1FO1"
  b"ú\x7FjûðÄ\x01H€Æ“\r`ao\x03"
  b"ú½(!á\x10<D’‘˜\sûYá"
  b"úÕº^G±|K±¥¸ýà^½ˆ"
  b"úÖ \x12ü+ÜM­Œ\x0F»1k¢u"
  b"û\x06[ir€²O¬³©°žØF."
  b"¹(╝C÷\}Hü\x02ðz@7U&"
  b"û1£±¼\v×F˜ÁU›VÑ\x02\x0E"
  b"¹]]áv\x08lG©1Ü}Eì╬>"
  b"û™óÞ5\v1A§_ÃåÂ\x06²\x07"
  b"¹ºM\x18¿*╠GÅÕÓýö´d┌"
  b"""
    û«õ/Ùv¨M‘ù\n
    Y¾º?\e
    """
  b"ûÕ–\x18%kUJ§ô$ȸÀüõ"
  b"""
    ûáB±äs…G§ö\x05Ty\n
    m:
    """
  b"¹■£‗§[X@íÌ$%¯ü2["
  b"ü`„ƒý”VA¡”\x17•í\x0E\x07U"
  b"üiÿº<g¥A³äˆy@B/,"
  b"³┘Û,\x13─ªKùNêü%F£÷"
  b"ý\n¾¨©\x03ëM‹rLá\x00\x00"
  b"²\x1C▓"f┬HHôì¢÷yéÀà"
  b"ý1þ0j GL“›;]Åò™4"
  b"ýL®jZ\x1CÏ@–\x7F\x0ES•¦"
  b"ý~€Ëb„5D›s\tßê<”d"
  b"ýŽ)õÖÈt@£'¾$1áµä"
  b"²öQÇ$ÛjFù9ÿÉ╣┤È "
  b"ý”µ n!UK£\x18ËOдY»"
  b"ý OdãdñB›PAƒÌ2šG"
  b"ýÊÿAüò\rGºrF5PGn«"
  b"ýÎä„É\x13ÎB³gÖq\x18\x1FkO"
  b"þO\x05”Ñ\x15Ï@³ßaßÛI\x02F"
  b"■î´TrdzKèÅ\x086░\Km"
  b"þ’Dô¯„¶K±Õ\x04ætËÞ¸"
  b"þÏ/ü¶Ñ¿@´\x1C}dg\x1FÑu"
  b" <\x1E¹öC_Fâ'ůS/P┼"
  b" xCà,pãDâò8ì╦qZö"
  b"ÿ›Hƒ¡ çN­ÝUYÎÇZ)"
  b" ▒·æs\x1CnKøÅZa╦ƒI\x17"
  b"ÿÛ\x07W\UìF¡BæZá9jÁ"
  b"ÿäã\fké'G¡”°ŠŽ®©`"
  b"ÿêÿwƒDtD‡Æ¡q{º½\x18"
  b"\x00\x11×\x19]¤üG‡\x0F#Zrìþ;"
  b"\x00\x18î]\x0EJ2I†Ö!y.¸ƒß"
  b"\x00H¨ôdŧ@¼ ▄pø¯·à"
  b"\x00^\x1Eë®nbBïìÁÑ탯n"
  b"\x00u\r¸\x07ñb@²Êäü¯Ùȵ"
  b"\x00ƒs▄n\x15\rDôÇ╬,Å¿\x08À"
  b"\x00û¡Jñ.÷Eƒ\x0FÊ+áÜbñ"
  b"\x01.\x04Ïå\x16\x15@ªödé·¹\x12J"
  b"\x01}█╦G°\x1AKç├®ðO"mì"
  b"\x01ƒ)ÔdþÝOÅ¿╣ç0º¢╦"
  b"\x02\x00\x14äVF‰î¦à\x18Öá°"
  b"\x02\x7F\x18 ¨£C¢\x14úÅ.©\x01$"
  b"\x02ŵ\x0E\x15'<IÄ0¹\x05┐ÝÈ\x1C"
  b"\x02Ö²,│i Jì£]\x16Ù_\x16/"
  b"\x02Ë9á âÑ@µ\x17(_‡ZÜf"
  b"\x02ëØNýMsM‰uhܼ×pq"
  b"\x03U9üžŠ€CŒÕÇ!XÍxª"
  b"\x03]¤è\x7FHeL¢Ç ñÀ÷d\x00"
  b"\x03t=¬ËãØGï/q:ùÃ3©"
  b"\x03ˆz\x16\x1Cä(A†2£=@3¼5"
  b"\x03ßÿ\x162\x1AùG‹Tþ\x16\x05L÷ "
  b"\x04\x02²[EìýKà.ÁO▒¾U\x01"
  b"\x04¶Ró¦é£Oª'1CÕ¾–\x16"
  b"\x05ìÛc\x08ß2E¼ºB¤Àliö"
  b"\x05ÌT_“\vìA®·=ì™\x10"
  b"\x05Ï´",'\rD¢­m\x05\x15@ã­"
  b"\x05݆ëËWÙK•-˜ûX’ÎÏ"
  b"\x06½ŒÃ\x15$®E•9Ô\eµt\x14u"
  b"\x07^ôp1bJ@¡ãÙ“ŸæWï"
  b"\x07„W\fÖ<ÏCºv·Æé¾ÑÜ"
  b"\x08L©ðA?\x1CE¼æ/\x04\x18Ë"
  b"\x08y뵎A\x11O·nN< +^ƒ"
  b"\x08ž³hd†šJ¡?€¦WsÍê"
  b"\x08º9åB\x08ßB©ePË˳›Ô"
  b"\t\x17\tÉÀî-GÀúÉ┬s=V\x00"
  b"""
    \n
    \x12ø]Z±Ú@ô¼_ì'ÝÑÍ
    """
  b"""
    \n
    I¦ÑÌ:┼Cì\x08£\x1F└óÉB
    """
  b"""
    \n
    ¦Ê’¥\x1C‡F‹˜œ“˜Üaæ
    """
  b"\v\x1Fãw\Û\@¸/À±1ëXë"
  b"\vÕ¶‘F9öN²fûE \t\x1D}"
  b"\f\x17Ò©]Í═J░ýÍ*É_ò×"
  b"\f‚›Q»\x7FŠIžF<‡’dûº"
  b"\fà▓▒AÁcMü1¿wwDÕ╔"
  b"\f®\x05OÅC\eGÉ"®IÖøVL"
  b"\f·ÇáÙÕ\x0EJ«h×\x15\r\x0FÉ+"
  b"\rO\x03ˆJÁ0O¢>ÿo-Œ\x14Y"
  b"\rô\x16■¬ë«EØBM\x14Í]Ñk"
  b"\rÿlLAF©G»▀ïÅn࿺"
  b"\r©\x1E\x7Fÿ‰õG®+)8`\x19ÿ\v"
  b"\rãZ:╣$ÇFèÖT§▓²ØØ"
  b"\rÊóDðìºL©.‚ǼÇ\x1C3"
  b"""
    \r÷5h´\n
    –E˜žÂV\x06½ˆÂ
    """
  b"\x0EJ7:¹ý"E“Š\Á*“¯y"
  b"\x0ErKG\x17Ô˜B–Á\x00\x04¦ÍÔ\x7F"
  b"\x0E}<╬\x14ØÒOï.Þ±{\e\x06®"
  b"\x0F2#\x19ò?&M’é¬qiüë\x16"
  b"\x0FAÅ´¾®¶Gú▀ÂÔ_Ïb]"
  b"\x0FîŽióˆ\x16D¡çû‘ä0˜["
  b"\x10«X\x16…ϸL‡¾+i\x17¡œí"
  b"\x10ÿ\x11\x0FEn\x1D@‘­ÖIšq„¬"
  b"\x11\x10L\x1Aß<ƒBÖNÉùd9&U"
  b"\x12\x08°<\x1Eq±LÀ5¹±ytìÕ"
  b"\x127@¸ƒ¢┐EìL©où\x16"
  b"\x12¨\x15»ÛT”L¶&¥\x15éôúQ"
  b"\x12®\x17rPí¡K©òì`è╦¿Ñ"
  b"\x12¢+\t)\x19\x19JòÑ╩\rS║üE"
  b"\x13\x03Ä#LT¹@Šo`‡Z\x17Þô"
  b"\x13T\f|óóüCä(:·\x07\x15"
  b"\x14\v\x08\x15ÂD±[ß\x03Æo0h"
  b"\x14š\x1C÷d³ÐI­uÒü¬ -\t"
  b"\x14ü;‰C9iE»ýæÕËï—·"
  b"\x15C║║[ªØLè▄Çw\x1E\x19"
  b"\x15wÿ_FómA±4d!ö FS"
  b"\x15üx├ØvÐ@ó{ÔªMf\x19ÿ"
  b"\x15÷Lwu§4L¦Z¯EV\x15О"
  b"""
    \x16>µº2 ╚G┐¨\n
    \x05É┘t¡
    """
  b"\x16ŽŸ\x0E§büGº÷ì~àŽ§\f"
  b"\x16ª╬▒äìõMÁ╚?Uæ\x1A╩C"
  b"\x17>žs\x00>'Mµ•_l·äâ»"
  b"\x17‹ÑG\x01íHO¼\x18C\x10®\f¾ì"
  b"\x17ËÚÑ—¬:C¿vi:¢id«"
  b"\x17ß<0 KhD‰ú\x03óÑM-ç"
  b"\x17çìÙu•XL¥ó\x0FWƒBj\x13"
  b"\x18#vOÜy\x19KÉ,‗73_&■"
  b"\x182f\x066V)B°Ã4\x0FrX+Æ"
  b"\x18ªX|å@ù@Ø?Ë\x0F▀îá¢"
  b"\x19\x04ƒw†¬pO•ˬDRóØð"
  b"\x19\e\\x0EYè}E \x07¨·óIx4"
  b"\x19™Ws\x13gïIˆ\tÿm€d\x13ö"
  b"\x19¤É{|Ò¯L¿â~¬û­2†"
  b"\x19¦SKòdgH„&ª3þ®jé"
  b"\x19­\x08\e9ÅbJ¯@ã§éãÄy"
  b"\x1A)]▀í\x1Eu@Á╩ãÉþ×╦├"
  b"\e\x1Fåø‚ý´N @\x18\x10ûÑ=O"
  b"\eJO\x06\x16ïÚIµº¢æÍ®fÍ"
  b"\e¬¢¸­ò\eOªÓ3\x19¾U\x1E"
  b"\eè)«\v\x171B›Š¦Â\t‹Z$"
  b"\x1Cl\f\x1EU\x15hD¾õmÿÃ@\x1D\x0F"
  b"\x1C¾Ð‰øœÃE†kŠ\x7F1Wö±"
  b"\x1CÖP¯†›…L $‘ó,ýÇV"
  b"\x1D\x06ü█»▀┐EÇß»PswÆ("
  b"""
    \x1D\f{Ïa~\x14\x03ßš’D\n
    d
    """
  b"\x1D©S4m\x0F\eO»ê¦ïºj=Ï"
  b"\x1DÙ¦j\x15>\x14I£ŽW˜Õë5Ä"
  b"\x1E*é…$RªMޤPá¥\fAÿ"
  b"\x1Etñ@6 ‘C«´Ûâ¼è}Ò"
  b"\x1Eè©´Å═(Hè£\x0E╠}pì'"
  b"\x1E¹²•XœQG¸?½\róÅ\x7F"
  b"""
    \x1EÀè\x04kÅCC´\n
    ÎÆÕ\x0Fñ\x7F
    """
  b"\x1F(° ŽßéG´IŽ–'\x17ÍÀ"
  b"\x1Fw*ÿˆ¦ÃK ƒôÉØ"-"
  b"\x1FÙ!FB+ÏJ®\t€Jxc\e="
  b" \vãÜ\x03áÄJ®¤Ñ¥oº0;"
  b" \x16\x12Â╬µ\x1AJüÄ5\tS\x01"
  b" 3S#.+¨KŠØ\x1A)XÕ[–"
  b" V\x1A╩ÉÜI@ñþ╬Ô«└Hð"
  b" q<ÙêoFA¢“Tm~Ï\x13q"
  b" Á6üı\x18¿D¥BQºLâ«▀"
  b" ¶¥\rî¹=B¬ãAšµùB…"
  b" ¹z\x07q-íG£‚,='ãhà"
  b" ÐÇË4;ÚL¤½˜\x13Ÿ_%c"
  b" ýRáè\x08AM»ôFô¿¾é­"
  b"!F‰ “\x00+N¹F\ËrTé½"
  b"!¸Q~â\x0E†L«#8ônµ<ô"
  b"!á:òKª›L­-ØwGe+4"
  b"!ä©“ù\x04\eC¤JǤoÓ÷O"
  b"!ðÏuEAJK‰í²¿Ù=£Ù"
  b""fûm¬Z©B§ø¼|¢B~3"
  b""¶:½g!‗LÉÑ;╩\rØ5H"
  b"#(ñ&\Ü!JºáíΦ×cì"
  b"#”OSH¯ÈJºV=ì‘`$6"
  b"#Ë:8\x13á¥K„¢{V\x1A=ƒ©"
  b"#ÜL?:8—N”c\ró\x12íõn"
  b"$D\x01ç¨f*MšWˆ¸gfRˆ"
  b"$yõg7%âN‘(í´Ö\x05\x1Fâ"
  b"%IØ!Vd]N▒┴\r9\e░i¾"
  b"%Ì¢Ú`\x14øA£±òp(óîÍ"
  b"%é¼'½\x1DHL‰±\x08œLÁ†""
  b"%óñ ÕJ£G¤¾îžeüö\n"
  b"\x00òÚ\x19RJ¬\e)\x0F\x04á"
  b"&|Oª\v¿“A°]j.ºSSe"
  b"&úÅ¥ì~!O╝Y┌\x0E¾`ƒ""
  b"&ÈOGJ%•K”ÊÐ9E\x0F•†"
  b"'\x05‚FxÕÓJ«%<RØüp®"
  b"'*Û\x16ÑÓ‰D‘Y?î+\x1DÑ\f"
  b"'2œ6û¸ˆD¯Ê]:[_ã‡"
  b"'¢g“·\x14rO†S}‹â–¼ß"
  b"'áÄ$r\x170BƒZ‹/¸gòt"
  b"(kT£Qı¶D▓xeü\x1Aºìz"
  b")½2ÆÏ\x1FLJ•³&£uÜR\x19"
  b")ÂRË£oÔC’¾à}\x14Ñ\x11V"
  b") ¶Éı╣jLÇe4`ò¿åN"
  b"*.€ë\x1CLóO”²\x12x\x1A†Žy"
  b"*=\x13ièÔ\x0EK’}‹o¥I\x1Aœ"
  b"*AÅNm%╠Aø="┌WE\x05ƒ"
  b"+diwÿ?FKàU}oí%CØ"
  b"+‚kf5o9O²´]3c\mÜ"
  b",q\x07˜©ÝiK‹=d)äÑt\f"
  b",r±¡ÔšvA–h\x016½ÊZÛ"
  b",Úº¤\x11ÿöC©ô\x1A\x16ïBÚ6"
  b",öŸmh=›E¯q-ìùX²¾"
  b"-q‹uv[{G‘'"5\x16l•&"
  b"-ØïÉËÈ*Lü²ÑJîMßÌ"
  b"-®Ý¸}╗hHü┴¸bP\4A"
  b"-╩ü╔É8âKí¨`¸çÛ\x1Ax"
  b".H\x04:íÖ¿J‘m\x19òúÓfU"
  b".K<Y‹êŽJŸ$Zž?Ž`Ô"
  b".áu\x16PN‡Cµ¯Êj׫\x01ä"
  b"\x01é[ѼL–›Ê@\x7FÈ;É"
  b"/,ê<\x1E¦ÄOØã\x00oL\x1A§Q"
  b"/KØzš‚ÄAŸ\x10\x15ö\x01M¬="
  b"/UÖ╗}9@Aìt╝█Íâ├÷"
  b"/W\x05└Ô\x008O¢\x02É´┤¢zø"
  b"/«/tS5gC»äß\x1AÝŽ\x0FI"
  b"\x04ù(vZK•õBŽÌtnA"
  b"0B├x│ÄbM½\x12l╗füÆT"
  b"\x1F47ñ1OÿJ\´,ü©u"
  b"0■½─\x15╠õHüÊb`\x1E¹þ╗"
  b"1\x1DµhZ<u@│ýWLnÆÄÉ"
  b"1AÌ╣¾\x19µLü!Ú:A\x12ó»"
  b"1XN‚Í\t{LµŸ\x08Û\Üß7"
  b"1ü;z▀N▀G║¡!~#¬B "
  b"2\tc§;:¶E‘£ÄÿkÑ#Í"
  b"2#Øçµ\x7FçBézÝ>ªLJJ"
  b"26\x19­FÔÚA¢\x17ý*¹ôìÒ"
  b"2tßÉ4)jB®\x1E¸ÿ¯ë-]"
  b"2tîf®-°I¶ÎoÜþÞ\f#"
  b"2‡ÄÊu\x1DÂ@”øi8Î\x1Afo"
  b"\x17¬╩¡}NÂ/b\x00Á¥\\x1D"
  b"2ÙIŠ\x07²\x10@ºiÜ”“¬^ž"
  b"2à’§„fôA˜½Gi\x12\x06¾™"
  b"3#LjÝQ®A“\x17p0Z\fº\x0E"
  b"3U%«©¹ÆA”YÄ\x18ÿ\x13Ùê"
  b"3\j7å░ÜFÅ\x13G¶zëdT"
  b"3ì│»¤f\eIÖ7«~─QqQ"
  b"3┤-û\x17ËÖK┤‗æØPá8q"
  b"""
    3‗¨_}\x1CqAØP±Ò\n
    ÅcÄ
    """
  b"4\tÖ%Å╚rO«âÖ=ìÙV═"
  b"4ðO³Ø¡├EÂO5┘╦O9K"
  b"5“™ÙýAÂM£¯O¯0<‰å"
  b"5ódÁM;ÌLÅÃNG×zuú"
  b"5╚│Í%Ù\x07I│ÎØ®( ø«"
  b"\x15\x01^@¬d³éÓÝþk"
  b"5ÝJÊÉ\x08¸CªQ@└¬<ãy"
  b"6\@£æ7JD·Èn®Y»³£"
  b"6Ø3Aü­µBë░¯ÁÒ▓\¶"
  b"6½¸┤fYµAÆ┐ïXü«ñç"
  b"6ðk\x08\x029@üó[\x15ÄCWµ"
  b"7Vfè&ÔÆL¹z¤©‘Â(l"
  b"7ýêÔ¾~íEª´ÅÜÙXÌ\x17"
  b"8@Q\t¸\x1F~NŽø\x01r@\x14Pÿ"
  b"8d\e¡\x10ÛE™V–'@‡\eB"
  b"8¤aHÈäe@­\x03et.®ÐE"
  b"8§=̽à\x1CJ´šÏAs³\x06l"
  b"9\x17n*‗\x7F┤J┤Ò¯öUA▄ü"
  b"9VOéèÙ\x1FMÿìå{V°5H"
  b"9å³—\x11\x1EI¢bv\x01WPÊB"
  b"9ýÙ<D")EÉtâ╦╠Ç4┘"
  b":P┼ZJ*ÔKü¯0¢:s╦µ"
  b":Ä!ª ájL▒üs£M_¯Ö"
  b":н@§Ü€M„\x08®Œ1^³Õ"
  b";\f\x10S%w`K²òeGhøl/"
  b";béFËcÊI›Â°ãå›í\x02"
  b";ný³ç\x07*L£"Ü\x11#‚\x00Ï"
  b"\x08\x1F2ïÌO†³†£´&F«"
  b";àÞw""\r\x01ŽA\x06\x12©\x1A"
  b"< á³4\x16wL¡¬çÿ\x18ï Ò"
  b"<´Â[ªÆÿC¥"oÀ^uÈÄ"
  b"<Øpú\x04Ã.E ¨ØRz1«Ú"
  b"<ã„&å•hH¾€\x10Ú‘¤hú"
  b"<Ùs╠Y:Ò@íñÅóÖï├d"
  b"=\x1D­┴qËnHØys╣óôRÃ"
  b"=B"ø0ì±N×Ô▒ÈN-p<"
  b"=ĵf¬¹\x1FAü#hk,¼Éö"
  b"=┤\x05╝&b%Iêìò;\x1AG§5"
  b"=‗­ÉzaÈL×\¶Ê}#\fø"
  b">\x06ôUÚ§GHçRnì║TjL"
  b">\x17\x08Gz\x14“N¾—p¶¿b¬>"
  b">1\eë>ɹMå╦ƒB▀BàÅ"
  b">õ£°uâ¯LØ \r¶┘ @»"
  b"?\x1E¸¹A¨ÐFØÆM‗,0~Ø"
  b"?3IbTÊ-Cê¹übCî(\x1F"
  b"?L])µñmH²\x1Ed\i\x10ã "
  b"?ô═Ùp~¤LÿyîpõèNÉ"
  b"\e\x04µG‚ù€ÇË\x05è\x0E"
  b"?¿\x12ÒÞ4tLš\x04ÍPx—\x1E­"
  b"@\x16(«°Ð\x17M­@ÚV`%—\x1E"
  b"@rÑ=}"S@ì8<-\x07Æf\x08"
  b"""
    @–ž6\x02¸\x08\rò\n
    áËi\x07
    """
  b"AMÜòà%5Kè~üç\x1E¶W="
  b"A±+´{\x17ÓA‚$qSoT/6"
  b"A²©‡ï”Œ@€oâêè³ Ø"
  b"\fÉŠñôL²“\x1Cbø<\x0Fm"
  b"Bk▀é╦\x07ôDèÚ┘ôjëü#"
  b"B|IVÜ`5Gü╚w6`­\x10¬"
  b"BüÓ\x0E*ýüFö\x03┌ýÚ╣Ú\x04"
  b"BÊ6ì]¯┐J¬Ì\x16^ݧ¿$"
  b"C\vß-«BnCáú\x13ò.üÔÇ"
  b"C\x10\f¡vE9LŒÊ~E¤²)ê"
  b"CO˜?;vŠE©¨i½ª\x1F\t"
  b"C~¤_\x0FnöCµÅ6C¶_+¡"
  b"C—ŒC%×\x1EHª6–¢\x08ðV%"
  b"CÄöÓ¬èäC¯Š\x06g”8´Î"
  b"D\x03²\x1EW\x04 J¹[\x0F6”#å¢"
  b"Dÿ╚ð\x01PNIì"¿Øù[~°"
  b"Ḑ[ …\rKªî…ØzÀ]i"
  b"EÆ┐Å{°\x04Gƒ4oà\r3ðu"
  b"EÉt>jäÊBŽ9\e¦­TÈ<"
  b"E╬░6F#LMÅ(Ò-┘ëP╠"
  b"EÏŸ«\x1C2kO©d‹\x14´ß\x13¡"
  b"E牬âÇßL±C¸²¸ôÆ\x02"
  b"F\x1D\x15f×b8K¢\x00Vs‹']„"
  b"""
    F<ÉXl\n
    ¾Iæ\x17\x01~\x05þ\x15É
    """
  b"\x07¯ÆØŸC•Û4Äš…%f"
  b"F╚ç┌═>O@¬ÌÅV&î█\x02"
  b"""
    G\n
    ¬─*ÅÎDÖ2Në÷QK└
    """
  b"G /’DsØEªÉoô|I V"
  b"GRÎu%ÙóK•+©ûèÈŒ:"
  b"G]w„íC¹I¬\x02~?ôrfã"
  b"GЈ¬!ü,B•e¡>rxÁ:"
  b"""
    H\fÙd]¢éHµiHæ•¡\n
    ³
    """
  b"H2\x16\x17«­&Gˆ²ºµ\x1AwLô"
  b"H[ÎÏ\x1D\x1EI‹â#\x00\x01{›T"
  b"H½<ãЦ\x1EF†ÖìG…9=)"
  b"""
    HÂb\n
    \x07MŠ€C¶¤H\x04ø
    """
  b"HÄpò7\x11rK­¹mÂ\tf`&"
  b"IÂv\x1DæZ¼E´,9òDÈ”—"
  b"IÃﺴÇ×JŸÈ\x1DƒÒûð\x16"
  b"IóËù6\x19bI“hnöÝ;ÈO"
  b"\x12\e\ù"MºŠ¸å\x06¸\x15Ñ"
  b"J0L(¿\x16╩DØ╗\f┌C\x02åj"
  b"J½ì¬\x0E­4M¬├ÈDÁßÈu"
  b"K%®Æª­!E•Éik1\x1F*X"
  b"""
    Kx쳂\x05ãH‰üõG-\x04\n
    8
    """
  b"K~\eÉ\x15\x0E:J‚ð{\x1C*á9`"
  b"Küã\x1C█7\x07C»"j»\x05?Õà"
  b"K—ÊgÅ\x1DeI«Žè)³\ez™"
  b"KÇþÚãC\x08K¬ÉšyÓ¤ip"
  b"L?#s¹\AO§hŒÚs©6\x02"
  b"LU═õ\vx³GÖùË┌~ìá┐"
  b"M_þ\x14q%ƒO§íé”X\x0E¿L"
  b"N\t║êÎÖæJÖÕ╔W®ü¾]"
  b"NÝãI|[éJ…ïÈ»®f §"
  b"O!Pj\t_üB“ÙÒn\x0Fb‘ê"
  b"O¡º}ß\fYJ¸œ\x12Ýð\v½|"
  b"OÂúè¶&ßMÜ\x08©ÀOü4ô"
  b"\x1D3u╬µD╣ÇÑ5eÅú4"
  b"OôVpÖ\x11Â@±dÐ)êâšË"
  b"P1ü©üêQL┐┘Dû\x06·\x05j"
  b"P±¥h!- H¹Ð\x12Ž`UÕ«"
  b"P©µ\x0Fº▒ÙNïáÏ÷c\x04╬É"
  b"P¦N2\rbªGäðØ{I\eÊ\x17"
  b"PÙ)gö>┐IÅ¢L╦ì╬█h"
  b"QjXØ£ÕìD½\x05T;v¼a9"
  b"""
    QŠî\x02¹\ËN‹}£\n
    ´ÞP‚
    """
  b"Q│ÎrÍîöF║ÅÙ\x03╬9RV"
  b"Q¤Ó╦q®ÃJ╣o■pÅCÛ¯"
  b"R\tgÝÉıÌOû▒╣äÖ\x06 Þ"
  b"R\x1D•,ÂI)L±a”@¯¾ær"
  b"R`G)╔qæCØT╔Ö\x02ê;õ"
  b"\x7F«\x05pñA“´_DsÙ¤ï"
  b"R¶"Ç3Ã\eM¹´«žòƒ7ø"
  b"""
    S'ÌÂ\n
    èÞKÉ\x15\x12F/¥─L
    """
  b"S?\x1FB™/>K²ÖT¼*¦ \x0F"
  b"S~ˆèpiÚEž¥B\x1FëG\x1Cœ"
  b"S\x7F\x0Fd╝üBNæò▄═Ïܸª"
  b"S×âã1\x1D)Gü\x19SÉ║¦\r¥"
  b"S┼\x0F\x0E\x08¥®H╝üËÙ╔6«6"
  b"Tqb|ŽT\vL°¿Ÿ\t1€ÞÕ"
  b"TͳqÝãNMò\x04┌rÿ¶┘ü"
  b"\x0F§Ú®ŠL“\x06+yŸvûœ"
  b"TáÑ®Üì\x19KƒƒP¦¤M¿Û"
  b"U#ÙGÝl"H–dèÑí\x11”Ë"
  b"U`ÕØæZTKª¹ÙÕ÷Ps\x17"
  b"UÚHf\x1C¬ÕN™…ë:™'åü"
  b"VjôÕãàcK¦ÕŠ\x08Î^…¢"
  b"Vð Å\x16þûMæQ\x17\x15¦;}"
  b"VáÏ\x1F½£\eJžÀÍVpVSð"
  b"W\x0EÈ\x08íß\x02A‚\x17»\e9N„$"
  b"W4ëÙ│.aA▓yÅ»eU\x03Ô"
  b"WÖr»Šä4J I\x1Cwk÷Ö­"
  b"X\x16Ä‹ZVÁA…@À\x00}uHý"
  b"X8,¤g<ZL‡ ·0_ÎK×"
  b"Y5\x1Fœ:ÍêD‡c'ÀdÑ‘Ó"
  b"Y±åØ%”¬F‰&œãÂ\x07û="
  b"Yº?®\x00™N@£EêÉ\x16¯ïÅ"
  b"Y▀L\x18,\evBÅ\x15ð"o\x1D\x16"
  b"Z\x02\x17M,¤\x18K¹`ß196\["
  b"Z/7½(LðH½£È35Â\fW"
  b"Z1éÂ\re\x13B»ê\x00\x0E¦’ý¾"
  b"Z;Ë<\tÉ¢JÇyjwÁÆ©╦"
  b"ZؤækÖ\x19Iú┴\x074b[Å╣"
  b"Z÷®\x13AVåK›Ä•ùã]‹ø"
  b"""
    [\n
    \n
    ½S¸\x12AƒÔüÿ\x1Cjn7
    """
  b"[\x1Fd\eù`óDµ·³þȃTÄ"
  b"[ªÅ\áÄ┐Aƒ4IéQùìÏ"
  b"[²<JØ)¶L±\x12ã\f­p®9"
  b"]\x0EN<É^pA¹•¸\x0FL‡Á;"
  b"]5ú9êÄÑJÁ█å╗ü┐]j"
  b"]CÁ\x0FÕ\x00\x18C░*ìÖ\x1FÎSs"
  b"]É¡µ£\x0E8@Åêe┘:½À\x10"
  b"\x18”{RºL£/Õð©‡S·"
  b"] ªÌÞ'AGü\x14\x0F4|ûØ"
  b"^!ol\x19#\x1FL”ÇxԖüÞ"
  b"^-yà\x1Eo«B┤ËÙwD\x7FŲ"
  b"^㣟·•+A­U>‡…Ù$\x13"
  b"_JS­µ cE§“[î<\x1A"
  b"_L\x10\x01X\x18ÌEåW‗ûÉ=z╠"
  b"_ƒ─Á▒IÌMÉ#´\rX┐╬Ó"
  b"_├MCJj¿FÆì┤V}?N{"
  b"`2C)\x03ÉeE Ôœ®]Ò&È"
  b"`é§╔▄\x12\tL║×zk\x1D├ìQ"
  b"`”ªM#†VC°Ò—C_­äB"
  b"`éü9Fw¸J¤ð'1/ØÐ "
  b"a\x05ÁnãÝîF­ÝL-]ÏÂ%"
  b"a\t6#z÷[C“\x7F¡œŸ1tØ"
  b"a\x0FÙ╦\G\x14Lüm\x12:{ÞT┌"
  b"aiòÃ\x139Û@°)½H<‚õ³"
  b"\x07WÅ=}N®÷¦C+z░L"
  b"aÒkKü\x16¤N╣╗FDZ¿æÊ"
  b"b\x04¼Yœ™+B¯DˆBÓˆÿ²"
  b"brû\x13y&ÞB“Bï§>¼Á$"
  b"bÀƒÜ#\x18\rN¤¼å{\x07Œ¥|"
  b"b╚úªB«»Kɨ\tv>á▀f"
  b"bóÚüW^_B¨&Ö(ƒµ‰€"
  b"c\x04Ö«g“êI–ï%v×-—\x03"
  b"""
    c'±~\n
    Õ/E‚Ò² p®sM
    """
  b"cKHóÑÒàK•\x02Ï¥\x7Fƒ"û"
  b"cz}Ý\x00aÝH‡•xìΟ‰ø"
  b"cê2•11LH€C\x1A¬™âD›"
  b"d\x7Fn-uu\x19N†ª\x05™ò#~s"
  b"dî×¶TÔ¸B…\x101dß\e"
  b"e\x14ïå…9_O¹~#áÇ‘ªi"
  b"e\x1F¼\x1EEm\x11K’\x18ŠÊpãÍÖ"
  b"e/2C×}jO¬°ñ «ðµW"
  b"e=▒h>.DAŶnÖ_|KM"
  b"e@$VI(äH´kiØ0ÙCÚ"
  b"ecÞ^ÜÂ╝EáBe-íÅLþ"
  b"e‘p’Zw\x08M¨p9\x01ûVbr"
  b"\x13<}w.B…‹\x14ª=Ý!{"
  b"eµ]üê;lB¼"Éi'╠┌U"
  b"f\x13ÿѴϰF®½ ÿÅ©\x0F'"
  b"f2"©Å-▓K³ü\r\x14■Àv"
  b"fRâd\eB§OüØ┴µáÞ_m"
  b"fhZ\x0E€ŠkI¢FjÐÏÃê\x01"
  b"f–Ç\x19HËÜM†u¥\x03\x05î°·"
  b"\x1Dˆ\x03yŒF¢±’u™Û?w"
  b"fÍ&ãÁ\x00ÉNú\x06%¢¿´ìÎ"
  b"fÖ\hür®H¤9F„\v8\x0Eb"
  b"fþ«Åü▒âGÁ'\x1Fÿéa\x7F¹"
  b"g\x03ô·╠é║Gñ░ýì╬g&Q"
  b"g\x06Ø├\x05 rG©b%Ñ\x14\▓\"
  b"g7«\e·\x1E*C½`p,ˆ¼®*"
  b"g^â”su1CŒ“ÌЖ$D‡"
  b"g`óÎã!ÖH¹g\x1DÜ#7[&"
  b"gË\îS\x0E\x10B†–˜0ÚQ\x03ä"
  b"hF╔\x14ßcÓJÉòÏê■V©╔"
  b"hPÞAC\x02GBšua\vÄaòë"
  b"h^CsÜ‚“A±& Áï£\eª"
  b"h€úŸy_.Fª;€\x13]¬‰r"
  b"""
    hüVý¾]6EïĦ\fÜ┘\n
    ø
    """
  b"hœ•Iæ\x1DÇ@§­!$\x1E\x124"
  b"hѵåÉ└½B╝#ã'J§þo"
  b"i\x07▓ü³\x06áHä´h═\x05y\fB"
  b"iX©Œ/²<G µÇÚR¯sb"
  b"i╠pïöçÛNØlÚ1©»\x11\"
  b"k\x036\x1F\x0FòH£ãO\x0F‘gŒ~"
  b"k\x11\x15åØaéE€„¤+\x10ýež"
  b"k?Ì,CgÇH V£…CMñù"
  b"kY¡žÜ=•H¿:VÀ½WðÄ"
  b"k^zË [ÇKéò\x7FÅ×3>¶"
  b"kt\röU ìBºÎ┴Ó4]▄Æ"
  b"kÉSP\║`KñýǶ¦?▄¤"
  b"k°¨-*\x15³CŽýÚ½.\e\x01º"
  b"\x16ú+bıN£»#½øÉ(´"
  b"k╩³═╠ü±@Ñ\x17a█y\x04"
  b"køü߉©HK‹œžÓF<","
  b"l\x0FÕ\x11┌╔ëCô┘î_؃\x05U"
  b"l\x1Dr´¦ýxG‰â\x7Foðe©›"
  b"l▒1ìó-óDÉpbB2ÉðH"
  b"l┤┤\vì\e┘DÅ▀b▒\x19dz7"
  b"m\x08!pE\t¾Nˆâ<¸Sû;0"
  b"m#ı\v╚S\x06\x19nªÆÁÉ¥"
  b"mý8â╦Ø\eHíø▀n\x0E╣Áà"
  b"n\fªNF\x06ÊI®i(ó2ßÊÔ"
  b"""
    nh\x1DÆ7¹¹@•W\n
    ÷ŸªÑ
    """
  b"n“Ê;áZçAˆ¹:¿&Ss—"
  b"n¯ÈŒn/LIš\x00ÊÉ$ËÙö"
  b"o,!Ùø¨{LÅ\eð\x1D║┤╠H"
  b"omÛ┤qý\x1EOÉn‗°á>\x08²"
  b"o¿\x13\x05cþªJÅ\r¢«█Äzƒ"
  b"p\x17’Nz6šF°×Œ_u\x08°’"
  b"p.ëør‰ˆ@¾ÁªñàîEV"
  b"p’KÈÙòïF£…\x17M…\x1AÃù"
  b"p”#|²kIM‚-Np~f­š"
  b"qBOÕ½\x1FµF»°ö\x15Dß«»"
  b"q~ r¶:s@¬Û$jʪ;)"
  b"q¬û¡\x1A®šMаhòCn\x16"
  b"qôtY½\fòD°Ù+\x00\x1E\x1FÙz"
  b"rÆ>2V¹áEØ,×{Në½á"
  b"sžÎoY¥4F‹Êm“æ'W\x0E"
  b"s¡—\x0F؈4B°\em‰ß\r*h"
  b"s¡¾\x07ÔYäJÉTèá_\x13\x15\x14"
  b"sá¸ê¹Û¼H‚ˆ\x12›“\x12Ľ"
  b"t\x04Øí[9-N’#e\x0Ef\x05La"
  b"u4?\tÅ\v$@¾Bvìz\x7Fš\x19"
  b"upP3…*kJ‚¹†Û¾\t»l"
  b"uÇòîš™vK’ËP‰ó\x08±P"
  b"uÐó·iëYB˜Bhñ\x14*ôÓ"
  b"v@­ÉŒ^‡HŽƒåÔ\x03Øã]"
  b"viÆ;¼~#@ì╚#á‗zµO"
  b"w\x13E‹‹\vZO˜\e7ræW‹Î"
  b"w’œ\x13%?cM o©4ûªÑ7"
  b"\x14Öß±¶O¿ÙÐWÉvAh"
  b"w¹>gÄugO™È‘K¸¯Z¤"
  b"x,\x18ö™•sO¼6I\x11\x1CÀ‡H"
  b"x4À\x1A0\x01bO™¼·¼³ìä!"
  b"xAE\x12k`ƒA¥rùÙS)HQ"
  b"xaa}e\x15uJŽÆ\x13Uã™ø'"
  b"xcEÔ°*F@½T"É7\x16╗n"
  b"xÒ<b>MþO»s3÷drZø"
  b"y&\t\x11—XB­}?g/Düf"
  b"""
    y=Ì"R@5O¸`ß\vø\n
    ¦\x1F
    """
  b"y]\x03»Å\x05òC░┼\x193ä╗ØK"
  b"z1^\rþ¥uK³eËú$Ý·O"
  b"z5YÌ«uÜN¥æÃve_ßz"
  b"z7®»0”>I´]CL>t,T"
  b"ziÊh4Ê—K‡\x16‹^£\f"
  b"z„ÖØïH»O´\x123¡©Ûa¿"
  b"{\x01L$ƒ4,O™™–¾nÙ \x18"
  b"""
    {\n
    9Ûaº<BŸ±\x13t‚ä\x11l
    """
  b"{7~å_‘HF–7ðÝ\x7FؼÇ"
  b"{@Ö\x03%ZäCŸ\x04Øcª\e"
  b"{Iãs»¼]J’û$H\x1C,ªA"
  b"{ ¦Ë/\x0FÏ@µ†¿S柺2"
  b"{°ÉB/I3G¬\x7FQD;\x10°+"
  b"|vb)c7ËI¦\x19\x00dãê\x19-"
  b"|‘[´÷žÈK‘HÔý‹\tÒ®"
  b"|»Mæ\e;\x05@†€/4(üÁ¿"
  b"|ó"b„ö\x00AµÆ¥\e¼Íój"
  b"}5Æë\x11\t\x02\x02Ù¯QÝØ"
  b"}o┐·v\x02IC¼ T"ZtøÅ"
  b"}ƒ½"#|\x07FÁÅ█idÒ═;"
  b"}ʵREÙ\x18M†¬\x12W3z»ù"
  b"}Øè%¨}\fB 5î¦x¾/˜"
  b"~âÙ╬└àÂCühÆ^¾&sS"
  b"""
    ~·öò\r\n
    B²¨\x0E<\x0Eù€ß
    """
  b"\x7F\x1A×\x00\f¤äA©QíÞ¼€‹Š"
  b"\x7Fö¸\r\x00È¢O†±\x01v*À¥w"
  b"€@­ cîˆFŽ¡&â\x0Eš¥e"
  b"€ˆD­¤ß»@ŠaÇEM”¾\x11"
  b"€˜ªT³è?A­,\x15´=×\x1Fn"
  b"ü*¡rÞ\x02ÍJ│¥¬±H\x08"
  b"ü5QÐ\x03/YEá▒L¾╗b×\x06"
  b"üñ>v║ïhEƒ%╝T¾Fû\n"
  b"üÑÎ&¶·─GƒG=*Ãü╣h"
  b"""
    üýëk░Á3JDZ\n
    ÑRËä\x1A
    """
  b"‚&Û¦Lo=B†ï«\x05\x13$2"
  b"én\r#´YÈOø─9|ì║¿ƒ"
  b"‚ó±4ù[PI¨\x06E‘¨J \x1A"
  b"â\x14\x05.┘â3Jôx╦┐.6Åy"
  b"ƒ3;ÆæÊoM–&\x1A•ýý 9"
  b"ƒ´‘QÂJÑFµ'\x1FÑÛ\x02¨8"
  b"""
    ƒÜRꮼœJ±\n
    òlMCžV
    """
  b"â▀ÝJ└ÏOOØKo-ë\e"
  b"â■¾÷âØKNÄ4ï½Þ¯¿|"
  b"ä\rry-¡gOÅn\t?═\x15"
  b"""
    „Ž/?î\n
    ?C·]ž§€ï‹ä
    """
  b"„ÁY$V\eËLº|î›Xâ`£"
  b"\x1D¯ôÙ\x13¹B†4={™E\em"
  b"…c\x01åvˆ˜D¹GøFÝrÙ°"
  b"…Œ‚A^\x13?Gž§œ\x7F«F )"
  b"…ìŽ\x11\x03F©™¦œÐË×Ù"
  b"""
    †Kˆ$׬äMˆ!\n
    …`‚5»
    """
  b"†`¿ñå\PL¡÷ô ¤‡2‘"
  b"†vUÚ²\x12\x07@º}s°W/¹\x1E"
  b"""
    åÄ\n
    óÉï‗KöÐ<ƒY\x18\x06Ê
    """
  b"‡Ø5©ÄN!D‘ïc~º°õŒ"
  b"‡ü)r"Œ\E¦¸$\x03ôdYß"
  b"ˆ\ë€çEPGµ;nâ:..¨"
  b"ˆ„âôx \x16EžÒ\x15»Ÿ©ñ1"
  b"ˆö+\x11ûÿ\x1AD¸B䥜\x147„"
  b"‰?\x12ë\vÞ‰K•áÄ\x0EÅ9s±"
  b"‰W–mþô-Kš\e{nµ¨ZÅ"
  b"""
    ‰¯Ä\n
    .ŽáB¢…€â=C\x0F{
    """
  b"Š+¤_Ö`üN¯ý2é\rº]ó"
  b"\x10ø$‘RZL¶OS°Î\x13"
  b"ï¢Tº\t¡ë@öd\x04¯\Øi¸"
  b"‹Ñ@Aš›XO½îhȶµ\x1E¸"
  b"î.─╔ìGXGÑØ|²O\x1Eï█"
  b"ŒF05\x14дA¯UsÚb]³´"
  b"ŒJBàKá“N¿³9¢Ε\x08"
  b"ŒK\x18\x1Aä\x14ŠD·ŒFAk6YD"
  b"ŒžÓrm¼3Dš•0Nõ½:g"
  b"Œ°\x02O‚óÈJ²¼C™ÙŸào"
  b"Œ° \x07”ÎPJ”OÞ=\x14Ïsx"
  b"ì\x16LRk3mFïÅ]¸?Ï#7"
  b"ì!4ø{^DDí4▓'Фý_"
  b"ì┴km╦Æ┴JøÒ\x02)ú5(Ö"
  b"ìÃ×"l^0H¢ø¡\x7F¡4! "
  b"ì╦N\x16_\eäMì&¸KÎv\x02D"
  b"Ž s·5\x175@˜8Ÿ}õ:Š×"
  b"""
    Ž:×Ô=\n
    3M§Pq#Øo@¹
    """
  b"Ä\Aïƒ7\eJÉH§BÂò╠h"
  b"Ž\x7F/+\vd\@–µsppœì9"
  b"ŽÓG\x19€Ç¸M¿½ |ÇSÑ:"
  b"ÅTy7Í,9Eü9ÇÅÙòZ\x0E"
  b"Å]ËFÑ╦éC┤éì\v£æyl"
  b"Å»┴3ƒ7pM┐º¥2ÝuõL"
  b"Å▓VeT^╣Jóû╗9þÕ'\x03"
  b"ÅÌÔÃ┴╩2Oóøÿ`ÒC┌Æ"
  b"""
    É\x04öÔ╚µ\n
    EÖ¸©q\x14çç×
    """
  b"É6\x1Aýk_dO║[\x18╔d¡D°"
  b"ÉPòPºm╚Mù¾\x1D\x10ÒÐ$\x0E"
  b"Ézñï╗§ìKêÀ *ÐÜʶ"
  b"É×\n\x07\x00ÈÔNÄt<¶Tñ╬P"
  b"‘-@\x14Å­°B—¬‹ƒ\x03\x11"
  b"‘<a©(\x18'K¹³m4U¯Õ­"
  b"""
    ‘L*<ñqÍJ§Ì\n
    þɽå™
    """
  b"‘k賃©\x0EF˜†\x06)èþP1"
  b"æÅI\x10\x1E¾áA×]¦ÌÞïk("
  b"‘®\x13ÌfÑ\x1CA¤[-\x00Í\x14Ï;"
  b"\x07\x07ºf­ÀK—sœK\tT\x04\e"
  b"’3z·É\r#@º2Î\x1D™ì‡B"
  b"’_¢ù§’õDª<Œ„†Å\x00L"
  b"’s€õÂtÑM‡«}“ª«ÔÀ"
  b"’±±ìË‚;L¶Ô–\x17>¼–é"
  b"ô\x18\x11<=GÉ० &#y"
  b"“XÇî![ÁN‘&h‹†34­"
  b"“žk\x06à—\x18\vM£gbÖ["
  b"\x07çl\x16©ƒD•´…Û²ŒEi"
  b"”{Z\x11ÏsÏG¥¦z¬7þ\x0F^"
  b"”ˆ=\rD±0B‹…î$Ç\x16Ü3"
  b"öØëö\x01×v@▒\°e`S±■"
  b"”íéðÊg~@¹ìC2¡\x15Ê™"
  b"ö±═ëO¸YNÇ-Å┐Ç╠█þ"
  b"”÷4æ¾bÊK¤Ú¹3ó¿\x1E\r"
  b"\x04òôMM“D¦œ¡TÌ›‹Ê"
  b"•“cDÑLlLžgñZà`¬x"
  b"•˜ˆkØRlG»\x19)v×ĬÞ"
  b"•½™\r䋎L¸IO€Š¨Û!"
  b"\x11ë· d¥Iˆ»5_X\x1FÔý"
  b"–XƒBïJðA«\x7Fïx\eŽAú"
  b"—ïl%\eøéA®\x0FµCâ\x7F"
  b"˜<î…^!QL«vÂ$Ì7Ñ)"
  b"Ö\v§²Ñu±B»t║·üÁûÌ"
  b"™#¡ó½ÚýF¨v\x7F0ߣSÆ"
  b"™7î\x14”`EG¥(Ÿ÷\x1A\f÷\x14"
  b"™i\x1Cf§”ÝAˆŠŸÖ¢5Ý*"
  b"™qŸUo~ŽI¹\x17\eŒßÓw™"
  b"™r[\x1E:±’I›8E›£º\tÕ"
  b"™ÿºÚƒ8½@¯›ÃÂR]e³"
  b"š\x02ca}WÌB“ÉÌ–\x11åt¿"
  b"Üæ®ÅÏï7Fï\x02.nýåfÏ"
  b"š˜açŠ\x199I¨‹9\fº&) "
  b"š¢ˆˆ\x0EdøHš€ÏLK'ßN"
  b"šÿ­TþœÆL°´\x04\x01e Ä\x13"
  b"›fÑùÇÝéD¼»k¼R\x13¥‰"
  b"›†\x13ûÔ>rJ˜ GÍ÷l\x00¾"
  b"›Ì™\x06‹àIN—ȽATÔØ?"
  b"›ÒJ‡ËÉ]N‘Á‰x\x08ÞtU"
  b"›úåƒf¡¼I¿]£²wÆ5¸"
  b"œ<!¸½\x03¡I¥ó\x15ÐG„\x16R"
  b"œ…ÆtÃë^H¢Ý¼‘1¸öo"
  b"œÃÄ“\x19`ðB¤™5ôК*Z"
  b"œä/o¯œMLž/z#AQL°"
  b"£²O«\x1E!mOú\x06\x7F0÷ÅUå"
  b"Ø=\x06ÉÛ─ÜHÇ\x0E\x1D¶¤│\x18["
  b"Ø~ælî│pH¬hò╔²²N█"
  b"Ø×ýÎ╣├ËK©k;╔\f¶´O"
  b"Ø╦\x01F}·»L¢=´î\x17íÅ/"
  b"ئƒy#╣çF»©║çÔ┴é\x04"
  b"ž\x16G\—qÔM‚ŒÇºuO(,"
  b"ž<…éP\x1F9@¼a\r7q\ròÆ"
  b"ž[\x18ïêÓ5J†XS\x01\x14ç¦)"
  b"ž†\x08\fIê[KŒí_\x02Ç/Üä"
  b"×ÅX-,M╚Aú\t\x18«8)ư"
  b"×ùÄH╠^ C®\x12îÃżÁË"
  b"ž¢‘s2¼P@¬E\x04·\ff+M"
  b"Ÿ1=ý•geOŒb^_c×Jñ"
  b"ƒç¤[╣C Kø£Åwg?A9"
  b"ŸŽ\x19¨~‰™B£ÍyÎz@–½"
  b"ƒ¯Ø┴îh╦M©°ac\x13\x02¯>"
  b" }›Õç&ØJ¡ãÜçáà.\r"
  b" üb;AáoO‹­\x0EÏDŽpâ"
  b"ííªu©R\x12KÑ└½│Åú|\x1D"
  b"íÛ╗\x08╝°îFëìôëk§O¼"
  b"¢*+ŒãJ²H¡\x03²N”p8§"
  b"¢XÕ^tRjN‚A\x1EÖ¹\t\x04¿"
  b"útÉÌ■>╩FûÉáÝ\x19î\x03\x08"
  b"£†cN­8'F‰9ʵ´ˆaö"
  b"£•?4j±XNƒ¥\-Í \x1Fd"
  b"ú¦owþL!LèI¦x*²MØ"
  b"£û\x05Î(ó-Ež¡2N:[\x01\x10"
  b"¤.®ƒ\x16*œI›õX9ùzÒk"
  b"¤3\x7F…U|àG©Œ?ú*\x07-\x0E"
  b"¥+ç}ÜcÂG½ \x0E6\x18©åÉ"
  b"¥FÓÌa\x10 L­šNÜ'ÒŠ$"
  b"Ñh2╩┐\x18\fA░É_ø\x1C├Ù¦"
  b"ÑÉïs░#AC¢\x0Fã\x122ì▒Î"
  b"у~¡\x06²vH»ìåÃ┴█øÚ"
  b"""
    ¥§3\n
    \x07ýÌM¹\x1F»=o4S§
    """
  b"¥á‹Ë\x0EaÍN‹„®ˆ.Q\x02Ò"
  b"¦\x07®¿\x7F\ÄJ¶f´\rÀP‘”"
  b"ª\f┴ë<ÿ¥O║A╠ãÉ┘ÓÜ"
  b"¦\x16X˜FMŸL¶Ýã\x03¡°—Ñ"
  b"¦w\x18µœÆÎKž½@—ƒ0,\x07"
  b"ªæþ#÷æ¾DùAH╗?üöÕ"
  b"¦»èÖ'±mM­&­³[+Ài"
  b"¦¾‡ä ¶ÎF³lÔ)I†„·"
  b"º~ ╚C²\x1D\x1E═4Y\t`▄"
  b"ºî`¶³ë│Cóm6@Ù┼Ø\x17"
  b"§™ý\e\x1F€¿G¹1K\x10AÏ~L"
  b"§Úس¶\x1DßH²•¸Ð\x06ˆcq"
  b"¿\x1Dí_ÃtàFü┐ï"\e¸ÐÚ"
  b"¿Å\x02?\vjGAò┤\x01\x14U\x08¹."
  b"¨«V\v½ê\x0F@ˆîíBŽ\x0Eqh"
  b"¿├}:\x0FÉ)@ö>úû3╦\x18\n"
  b"¿ýÿ°VÓ\x12@òu┤y¡▓Åü"
  b"©#\x19ðêþmN¥_<R˜­§$"
  b"®åÊ░/ìRMÆñÅ\x13~ËäG"
  b"©´ÜŠƒÁ§H¥ŠÕcøaþ."
  b"ª\x08\x14¯Ûö…Hºhö&Tk5\x06"
  b"¬¡$\x1F\f\x1E¯Dì¥E­òøéô"
  b"""
    ª¿\n
    óÉHÐI“fžÉº†â¯
    """
  b"«\x03­©žK\x15@œ]¬äL\r­À"
  b"«\x15o¿kfnCƒËÔùJ£¿]"
  b"«\x18Œ®1ÖÞO«Û…`p>>\x11"
  b"«r÷Fc­ÚD°§´dB¿•§"
  b"«®\x06-F{\tIµDª6\x0Fiç#"
  b"«Á­ª´À\x1FJ³‚#µÚ‹†\x03"
  b"«Ô\x03\x03M(tI‡"‡ñ9$Q\x04"
  b"¬£t?ì&NIŸj'½hz†`"
  b"¬ÿ'_o*WG¤±Pæ_ÇP›"
  b"­ÔÕHtû6M…:t|Ñ—Hþ"
  b"¯#oÏ6ïöN‡wà(öÚh\x04"
  b"»{ÿæ┐ÃAI░üãî\v[lH"
  b"°'¤ÉàQWD¤>\f÷•T\x14M"
  b"°>ÙÐåÄC”ý^\x03¾D¾ÿ"
  b"° Ú¢Ì‰YA«ia”§sc“"
  b"°¿íÈ=ëu@ \x16°õɸм"
  b"±KŠ=2EuL¿‚\x10\x1C\x1E'5y"
  b"±T,\eŸˆZF”8Ë\x004›ŒÓ"
  b"±o\x04%tå\x02F»c¼\x13\x1E\x13°I"
  b"▒£ÄPÌ÷èGÉ(ºA½È¾z"
  b"▒úî\x03\x14\x11ê@ò┌ò┌ØíU\x19"
  b"±ª»¥µbpH¦Y/&+Û¯a"
  b"²^Øž\x15RDF·0µ9®Ã%~"
  b"²xÈ\vÁ®\x08K²l=\x16ÌtßÊ"
  b"▓®Ø\x14\è;OÇï\x07ëëüís"
  b"▓╗u\x14£\x115HÉ[ñ╩Ü2Tı"
  b"▓ \x18═Ø´«M¢\x03┬¥ç7g""
  b"³\x08ïE[|yE»xÿqjI{š"
  b"³\x1F\x7F\x12áÉÐFŒâº\x11í2ÂÑ"
  b"³^a6\x08Ùß@”꿱£ô\x00¿"
  b"´,\x12‚óì[J¤Ê¤\x07»Šàe"
  b"´CÄk/\x0EûB›\txeû›uî"
  b"´OÞâ/\x18¸A¶eY:#¦Èé"
  b"´bLn›'1F¤ì€|@\x01Ðð"
  b"┤jhìÀÀåL║Ñ÷D©À.u"
  b"µIQQƒ½ÍC£mïD\x05€¢\x1E"
  b"¶¯A0k¦qD˜\eÀíЂ\x12"
  b"¶úm$Î!…Mªh\x01ù¢\x14\x1D"
  b"·\x07ž/žù\x00D“\x15)\x1A\x0F\x11"
  b"·Pš?s\x06VFžDqð\x01\fP<"
  b"·X©\x1FLOšI˜æW×îŸG\t"
  b"·Ü¶µH„1E¯÷‘\x11Ü\x19"
  b"¸\x05ÔL;\x0FÐDš(¦c\x07nj¹"
  b"""
    ¸\t\n
    D3p{D¯F\x16=\x10J:¬
    """
  b"¸Zë\x0Eq`¦F­ôÀ\rX⺩"
  b"¸w\x1D'ùgÏD®zKe˜×6ï"
  b"©┌\x03«░DøOØé█£ôC;ä"
  b"¸þ\x00>Z.pC«•jGí,#\x19"
  b"¸þïa_d¶M„LÐ6bÕ\x14!"
  b"¸ÿ\x07Î\x14é&E´­2ÙRPgP"
  b"╣(hiyègLåÑeéÀmÅC"
  b"¹Iÿ×&ÀXA«š\x05C¹ƒ5Ê"
  b"¹‹1äþ\x1F8G½æ\x10EÔÜàU"
  b"╣ì¯ÊÊÚÓL¬Ò«║ú┬]5"
  b"¹¯t@Ü,kB›\x0Er`É7?˜"
  b"¹áÙ¤¿\x08»C¡I*»\x00ûa]"
  b"º pFÙ”(J¹­\tê`¡]Ô"
  b"º6ü\x13¯Š›@„ïÊa¡F"\x1D"
  b"»E£z>\eBJ­kÀÊ:Òïj"
  b"╗ÉiÙ═¦▀C╝/mR]ºÏ┬"
  b"»×ŽÇXé¦E‘ö0ÔyIÇ\x1D"
  b"╗ÝÖϨÏCGÉ\âL├c\x02L"
  b"»øhíóý6F£dêË\x10ß3U"
  b"¼!«\x18`‚\x06E­É‚¨)’0—"
  b"¼4\x04ä].tH±oÎ\fR8ús"
  b"¼O\x11[+l'M¢Ý1Eú~RÚ"
  b"╝¤╬üÖ╩qK│ÐØ`̯\x16~"
  b"╝ÙÌadAcF½÷É\x1D\x1C§\╔"
  b"½6iøG)SI™T®‰Fd$Ö"
  b"¢=Kb(-yA¿¨Øð\x12çÔá"
  b"½ Y„¦ïžH±ô(„„c\\f"
  b"½Â\x7F\x0Fß\x16\x05N™ˆq„\x15<«}"
  b"¾\vnV\r\x045Cº(4¨s\x1F½Ô"
  b"¾ªw'¹\x14ÓE¼v\x07¢“çéè"
  b"¾Çô+â÷ÖG° \vÒ±]{è"
  b"¿J„J6¯rB¿¡G­CIÆ\x19"
  b"""
    ┐å\n
    صÏ║B╝^¯÷\x17/\x08\x19
    """
  b"└│mí\x07"ÞLüZ`ÄıIı\x1A"
  b"ÀÃc\x1D\{8IšF>Î5Ó\x7Fù"
  b"ÀäíÖ½êÜG®jÃŒŠucm"
  b"Àë\e?\x19kÞG»˜vò\x08î&\x11"
  b"ÁvX)É\x0E;Bª9d™\x1A/A="
  b"ÁœWׯ¢\x14F‡áÈ\fÉídÿ"
  b"Â"ÞFzyjEŽ*Ð&åo¦Û"
  b"Â'Á>>¢~K¨\x00ˆ\x07½‚7\x05"
  b"┬(¸±\x14═IIÅ▒╚Ä\x00«Î®"
  b"ÂTŸd Ï¼C¡€OmÞ™\x10¿"
  b"Âv\x01îæ¯qH Ö»õU\x18"
  b"¼ۜ:\x00'L¯²Àûìgbø"
  b"ÂÇОD’ÅB·Ê7ñŽL¶H"
  b"Ã\x05Á£ŽVÄI±<m\x13îíoÓ"
  b"è­ÀlY“A˜Ë¶¿NõLN"
  b"├╝ö9ËÁ─Aº┌ØSË║■2"
  b"Ä[DDptÞG—D8\x14\e\x18êc"
  b"""
    ŵ,\n
    \n
    Fµl›EK}LO
    """
  b"ÅÍ’A@à>CŽ\x10®üpõâ\x19"
  b"Æ\r\x14°™þ_B°Dþ\f8Ls+"
  b"ãa¶ÎF8ÉKª7╦╬îÍ$ì"
  b"Æ´q*OŠ•L˜âƒp]»öÌ"
  b"ã‗ÉBåÞtIéqR/\x00═.¸"
  b"Ç\x17µÜ;sK@•pÈð8{Ÿ™"
  b"""
    Ç-\x7F—lRHH¶‘r\n
    TÒ(Ä
    """
  b"ÇP‰_ø=Ê@ ÿ”MAP²I"
  b"Çð¶wc]]D‹5þÛ?s\f\x0F"
  b"\x151Òd¿2FìS*ÍJ*,╚"
  b"╚{ån#í\x01FÅ8ºy┌ðk¾"
  b"ȽËjuºlG›ô¯×â²ø$"
  b"ÉO\x12,$½ÙH™²ýo1sx«"
  b"Éœd¦!åa@ƒ\x00\x04òÊ\x1Añ²"
  b"╩║(\x08%®▓AÅ2#uÐ\x16ÓH"
  b"╦éƒ:*É1OÑ\x19Ék╝\x00╝x"
  b"╦ƒ┌}\x1A┤ìBîanHϽ\x15t"
  b"""
    ╦│ånH■\n
    @ìR▒(ïݧ4
    """
  b"ËÛ¢\x00exvJ¢üsŸ¶%\x01Ø"
  b"Ì11'ÁÛ§H³{LÒg\x03ý\x10"
  b"Ì4ÐÞüïáD‰c<Ó\x07?Gô"
  b"Ì®øò<Ô/O‹¡ë{\x19_‘¸"
  b"\x16ªÁ\x11▓╚AØå\tµ`ã÷\x08"
  b"═B6¹ðì▒@ªM\v¹èàJ\x15"
  b"ÎÁQªØXËK‡¸lírU<Y"
  b"ÎÔ˜¡\†TF­ü\x0F!c·«3"
  b"¤\x1E( 'ô¸IØaÓ├a|zÇ"
  b"¤6g(!■çMëÄÉ ┴Ð█ø"
  b"Ï`àšì_\x1DEŒW±7<Mª¤"
  b"϶z\x1Cª/´F©{®Pg\x08"
  b"ð7%\rÅHÏH╗ò┴¥Û▒?ù"
  b"Ð`Ÿ©º\x1D\x14K’j‡¤_'¹ã"
  b"Ðn;óàÄ\x19FœAUF\x10F¢¡"
  b"Ѐ\x08\ri\x110B‰^9½¬ÿ5Ã"
  b"ð«þTLnyF╣┤ì\x172\x19D{"
  b"ðýk÷!\v¡Iü*═Ó)#±»"
  b"Ñ\x00š¯)߸Nºœ\x0E@xJ*ã"
  b"Ñ“exÖtòH„±Gþs¿âƒ"
  b"Ñò¨W,XpOŠ™ŽqYF\x03"
  b"ÒKî<§\x18¤O–¤¿2ï^U3"
  b"Òj™8¼ÉdEŒ\x00É]XM_ÿ"
  b"ÒÐO‰á‚øM§\x1DÁæHѬœ"
  b"Òô\x0F5t\x1DšNª-\fN~\x12Õ¾"
  b"""
    Ój4\n
    š\x1E7O¢Ò2CŒ \x06»
    """
  b"Ó|ÖK¡@8Hš\vÒ­õ%o¨"
  b"Ëì%ª\x14$ƒLÀÄGµ#[‗▒"
  b"ÓÅYL{À\x12M¢QtvG\x18ÔÀ"
  b"Ë u¶Ãí½@Åı║\x12\x1DÀîP"
  b"Ô-@-,ªçCŠT1‡“\x1A<‰"
  b"ÔTá±"\x17vHŸÿ>FF·ò×"
  b"Ô¶9\x15\x06B´éÖÓ£Ê*\"
  b"Õ\x00d\x01E-dL¹\x1E²¶\vGĤ"
  b"ÕD7ª\x07Ø¡B¬\x<x*®ä"
  b"Õ¤y¼k²ÑNª[Z«ñú\x11]"
  b"ÕŘ|HÞkJ…F-±N\x1A\r"
  b"Õ÷\tèJ§¢Bީߵ”Ã\x16¤"
  b"ÖBªèƒ<'H—’+Rd\x08FN"
  b"Ö‡×Î\x14HNL¢güu0-°O"
  b"ÍùÑ´‗çpIÇÊ`[1\x01Øì"
  b"Öí!S_\x1C\x1CB†Ö'@lN±\x07"
  b"ͨø¨é╦¿Cì╝ûØæT®ÿ"
  b"Î|oìA} Kø\táï╔h╚\x1E"
  b"ÏOìüF¸9CÖ\x1D\x13[æZ[Ã"
  b"Øu’à\x17“ÏEšT‰ûÿ9!W"
  b"؈}A‡rìE¶ôN×chÑæ"
  b"Ù2\x15yàŸ/M¾´¤\x10\x17|#Û"
  b"Ù@D\x1EÊl\x13F•‹–\x0Eh~ˆß"
  b"┘·ƒ\x15ó▒╚GÉj\t\x11"
  b"Ú\x19LŠv§ÁG·­°ò‚îBÔ"
  b"Úpœî\x16¹èI…¢\x16ª¿¹Ì\x14"
  b"┌■┐Ûß´ÈFÁ\x17\x0Fì├ú"
  b"Û\t‚ŒÓ“õDšüñÒ\x01£ƒü"
  b"█▄mE└OhHØ╗HÎn\x1C $"
  b"█Ù\eÎß\x1FØDüõ\r\x10C┌"
  b"Ý<®†É•×J½;6¿dxìú"
  b"Ýq:\x1F\x01È3I¿\x11\v3>\x06"
  b"¦ÅHÅè\x10·Oë?╠s¨╝\x12·"
  b"""
    ¦┼¥µ:Î▒BØ┘±ð\n
    X┘9
    """
  b"Þ\x14𯼸 B½<ÄÎq›¤g"
  b"ÞB\x0Eh¬¨»Gš¨ã7$èÿš"
  b"ÞnÄIÍxQDŸû:amÓ'r"
  b"Þ}áîâ\vF– gA\x05ôSa"
  b"ÌÅ\x1E«iÉkFæw\x16¯╦├b¡"
  b"ÞЗ[Ù<\x1CK‚á\x18ç½4«Ð"
  b"ß|†?›¶ O¬Ú“á¶ÜÉ•"
  b"߃òÍÎj'B€:\x18C\x0E÷³û"
  b"▀Æ\▒ìI├Hºâ1¸ô▀ÇX"
  b"à\x08¨\x12tÂÓD© Ö—pü;¤"
  b"Ó4Ë\x16NÚ¦A¬h▒4¨É\x12"
  b"à9rRÿìŒL :HênÕŠp"
  b"à¥\x7F\x15¯\x00\x1DI–Ý×Ú—3?I"
  b"á¸\x02Ù£‹\x02\x15ß\x03kÌî¶"
  b"áÕàH3Ê6J¯ÌWȪŒˆ)"
  b"áç/\tþ¢?HªßÖ’/¤­Ÿ"
  b"â<÷Ì™©¾G…Í:HóÕ¤š"
  b"âPŠtª½;Eƒg·\tØ•\x058"
  b"⬃\x08ù¯+HµÒ•ƒ6›§4"
  b"âå0‰)ÛXD‹ßSTFô=ù"
  b"ãŠi\x13“HÁHª3~ð\x05¬\të"
  b"""
    ã©\n
    ½5ÊTK†|ßMúy\x0E\e
    """
  b"Ò¸íéû┐ÂNÅ­Ú{S¸é^"
  b"ãùÝ"ízäO•OïhQëQ8"
  b"ä¸MÒ+Z{B“Ô\x08µ¤ˆ\x16T"
  b"å&¤j…`\x15Nƒ¶.öÇ~Ä<"
  b"Õ3+j³\x02wEÄ+üì\x04Òñ\x7F"
  b"åÊüÖ-¢wCšŸ¾*ªŠî£"
  b"æ\x12áa¸_SH¯4=@§F&ž"
  b"µNÀF½ùÉMº║½\x1Fg$┼Ë"
  b"µW╗_¢ÜØGönJ;MiI╝"
  b"æqq\x17üñdI€\x0F±)\x13Ìæ\x04"
  b"þ;b¢ ÆLDÉÖ÷Á\x0E!Qä"
  b"çV–Ù\v°ôE¥ ©ÅT¬Ê¥"
  b"þÀÇ)/©\fCª.a2ÕóvÉ"
  b"èW=…ÈáŠOšädÅß/) "
  b"""
    è[,\\n
    $^@½“ß§;\x0F½p
    """
  b"Ú\x06w\x1D¢█├Gºü<0à\ts\x12"
  b"ÚU1¥¼░vOù·Æv ÅÛ6"
  b"ÚÅuö║º¡H½Oü\x16ñL\;"
  b"ÚñÆ/╔ß.Lü\x03<\våÕ\x1EÈ"
  b"Ú║ìr.\x1C\eA╗[g)ÜDZ{"
  b"ÚÊÕSK/äAÅ\x035]ý■ S"
  b"éöë\x18p_óG®\x11{òtf5\t"
  b"Û\x0F¯Ø▒½+Cæóx|▒(8."
  b"êZä\x1F<o\x11O‰s\x08ÒŒ[\x06©"
  b"ý)äMì\r\x08M£\tÊ\x08¦øp"
  b"ì<q\x07°\x00èI“<•Í\x1E]LL"
  b"ýÉ\x10\x17>£yH¼W\x08á┤:cõ"
  b"""
    ýƒ▄\x1D‗ó\x03Gê.Le╬\t\n
    ü
    """
  b"ìèqçíïMGŸ°kSÍ\x05.A"
  b"íV|\x06\x01,}C‘\x11ŠAOø¦˜"
  b"í[$ÓZš\x08OŒø½\x16%¨ÆŠ"
  b"í¤Ñ’àò\x08L¹xðÚ\x02\x15"
  b"íÆ\x07i‡-]O¹œBÓä„Jö"
  b"îV{'•\x17sC«î\x7F{fpP±"
  b"îÍ}™k\x1FëM‹¼ðX_6§„"
  b"ï ÖQÂ\x05™D‚¸FØâi‰_"
  b"ïÂŽ“\x1AËvO»þîŸÀU(õ"
  b"ïÈrÔï#1L›¬HŽÿ;ݰ"
  b"ïëNøŽòËJ¤gø\x1A!P†F"
  b"ïíiçÄŒ\x1FM½ìªBÔ\x00"
  b"´§\x0E~Ç£6@ü\x1E¹\x03\x01\x19"
  b"ïõ{zJ†ûH¿ƒü’×\x19\r\x05"
  b"ð{›\x00Ÿ}¾J„V6àk\x1AC;"
  b"ðö¬î»wjHº[1­„ÖE©"
  b"ñ\x00u\x19‘rvO´ío‡¬A[†"
  b"ñ^­–ÞçfK ¹õ±\x15ßè."
  b"±ñR3éIçOÉÅ_ ³P\x1Cw"
  b"ñ§x($K\x1COŒÀÂÊ•‡§u"
  b"ñð4z<q+B¿*¼)†\x00¯"
  b"ò\x16)4q¤tA·?C{_\x0FâÌ"
  b"òWä³ÄG8B«`ÿ4O\x1C1’"
  b"òŽÕzÜ€)G‹cNHj%$Ç"
  b"òÔ\x06û\x1A\x08\x0FI¤4<(íHJ!"
  b"‗¦1\x15yÙeD×êÆÄâ¤ûØ"
  b"ós=éú\x0E8E“NÏÕîQš\x06"
  b"ó˟ܬ¦\x15\x1Fݳ:ª]ç"
  b"óÓ\x10\fÅ`D²°–Æo÷|="
  b"\x18 ý \x02üNä"OãcZ\x01c"
  b"ô'—•¥ÇoF‹þÙšœäpÒ"
  b"¶?"\x180\x0F*M»ü­╩Ñ\x00º&"
  b"¶sÃKb5!Jàìm\Þ®ú}"
  b"õ-¥Dÿ%`L¯œ„Cpédu"
  b"õh6r\x10îmM•>0\x1A1ÂVa"
  b"§²CææÅ`D¿~Æ╦ùɶ\x12"
  b"õþÞ¿àCÏ@ ê\x17ç¡FDë"
  b"÷\x000\x05£EÁEµ4\x0F‹s;u…"
  b"÷e\x18 =R˜E =ºÇñ\x7FÁÀ"
  b"÷Ÿ$NRQíI¼6úØ7:[õ"
  b"ø"{¨º¶ŒJ®¤\x19ïØœ]n"
  b"°,ìU‗´G╣4ÌôÌü7\x17"
  b"ø…øí,ØwD¬Ósâ+†\x7F"
  b"øß\x05©)[œO¶q\x15”H\x00Ìà"
  b"¨\x19(\x07ì~┘Fì`\x12£\x19├─║"
  b"ù~UËób/IŠã%óÄ(KÛ"
  b"¨¨Ô¯\x06ý\x1EFÉA\x18\x7FX\ví$"
  b"úÊëõA|¯B ôKh\x16çPm"
  b"û, âîøûN¾!¹É\v¡»—"
  b"ûs’>aÀyJƒfÖ û»:¾"
  b"û‘J*ø\tþA†€nÎ{¶/\x1E"
  b"û¬/…å¨\x11K–Ü‹ÿk¸©\x01"
  b"""
    û׫‘×ÚzJ²,ÅÚ\n
    Å!«
    """
  b"üMK»\x07„ÙK§ô&>ý¿\x0FÔ"
  b"ü‹Ê\x05¿r»M™vîmû~”\t"
  b"²1\x1CÎ\x11¦FFìe½>«ó█;"
  b"ýÍu?·ÀþK€§Å¤\x1EiºÈ"
  b"\v¾M_┌£Hük\x078┌èÖ¿"
  b"þ8˜Ä.ö]C½\x1CÙèðV§-"
  b"þQv\f\x15Ô=L£ÒÚµ¤Ì'\e"
  b"þVÎbW\x01;@ˆ1\x1A\x12‘ëóœ"
  b"þ†^çöißGŽ~t­O¤WF"
  b"■ÉÑÒ╚ ÓOâTu£A"b¾"
  b"■®┐'kÔ¡L¿Åz£EV°v"
  b"þºÁ¯õ':C¬`Wµ\x0F÷X½"
  b"þÁ‚.pbÅBœ\x11[uÄ[Ë?"
  b"ÿq«7sL8MšCg—^hfÉ"
  b" È┐SR\x04═O×\rQ2ØÆÔ\x1A"
]
231 0.12 ms
SELECT `acris_filter`.`id` FROM `acris_filter` WHERE (`acris_filter`.`active` = ?) ORDER BY `acris_filter`.`position` ASC
Parameters:
[
  true
]
232 0.10 ms
SELECT `acris_filter`.`id` as `acris_filter.id`, `acris_filter`.`identifier` as `acris_filter.identifier`, `acris_filter`.`active` as `acris_filter.active`, `acris_filter`.`position` as `acris_filter.position`, `acris_filter`.`filter_type` as `acris_filter.filterType`, `acris_filter`.`filter_text_before` as `acris_filter.filterTextBefore`, `acris_filter`.`filter_text_after` as `acris_filter.filterTextAfter`, `acris_filter`.`unit` as `acris_filter.unit`, `acris_filter`.`hide` as `acris_filter.hide`, `acris_filter`.`custom_field_id` as `acris_filter.customFieldId`, `acris_filter.customField`.`id` as `acris_filter.customField.id`, `acris_filter.customField`.`name` as `acris_filter.customField.name`, `acris_filter.customField`.`type` as `acris_filter.customField.type`, `acris_filter.customField`.`config` as `acris_filter.customField.config`, `acris_filter.customField`.`active` as `acris_filter.customField.active`, `acris_filter.customField`.`set_id` as `acris_filter.customField.customFieldSetId`, `acris_filter.customField`.`allow_customer_write` as `acris_filter.customField.allowCustomerWrite`, `acris_filter.customField`.`allow_cart_expose` as `acris_filter.customField.allowCartExpose`, `acris_filter.customField`.`created_at` as `acris_filter.customField.createdAt`, `acris_filter.customField`.`updated_at` as `acris_filter.customField.updatedAt`, `acris_filter`.`created_at` as `acris_filter.createdAt`, `acris_filter`.`updated_at` as `acris_filter.updatedAt` FROM `acris_filter` LEFT JOIN `custom_field` `acris_filter.customField` ON `acris_filter`.`custom_field_id` = `acris_filter.customField`.`id` WHERE `acris_filter`.`id` IN (?, ?, ?, ?, ?)
Parameters:
[
  b"\x052P!g~B’¿Â£ëðþ\x12 "
  b"×\x01nn┼┘Mæà;ìzûøøÒ"
  b"Ê?GÍð_LJ›`mZWbF\v"
  b"\x08•Ǽ(\x10O滚\x0F˜|%3:"
  b"½`By\x7FéB̸F°\x104×í‘"
]
233 0.23 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
234 0.21 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
235 0.08 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
236 0.18 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì|┘£yroóU\x0E\x1A±'▀R"
]
237 0.10 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ì|┘£yroóU\x0E\x1A±'▀R"
]
238 0.17 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
239 0.10 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ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
240 0.14 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`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `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`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\o›\t‹ÁJ몪'õD\x07¿V"
]
241 0.07 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"\o›\t‹ÁJ몪'õD\x07¿V"
]
242 0.07 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:
[]
243 0.05 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:
[]
244 0.14 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
  "Sendinblue.%"
]
245 0.07 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
246 1.13 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?, ?)
Parameters:
[
  "/navigation/c4673cef5b422f4db230feaefd50db06"
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
  b"¾╠│ióDM\x14éæ·\x16iGÑü"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
247 0.09 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
248 0.08 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
249 0.08 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
250 0.08 ms
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id`
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\PayPalExpressPayment"
  true
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
251 0.07 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id IS NULL) AND (property.module = ?)
Parameters:
[
  "frontend.navigation.page"
]
252 0.06 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"\x16\x16†}JP¾\x7F¿Û»\x1DíÓ"
  "frontend.navigation.page"
]
253 0.06 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"pFÒ\x1D¦ôDÄ¢¤\x1F\x19Tßl˜"
  "frontend.navigation.page"
]
254 0.06 ms
SELECT property.name, property.value, property.id, property.child_count, property.on_event, property.event_name, property.parent_id FROM wbm_data_layer_properties property WHERE (property.parent_id = ?) AND (property.module = ?)
Parameters:
[
  b"}\x17Y║§ÄC;ó¦%┌îŨD"
  "frontend.navigation.page"
]
255 0.79 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x0E}▓úi¤\x10GÅâ}19Î╣C"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
256 0.58 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"ìóÖ»p$™I¹Xæ¡\x17N\x1A\e"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
257 0.55 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x10}ͽéfÉFö=╩ª\x07x÷Ý"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
258 0.54 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"TyCr5Å│EëÝ└ãÎOà»"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
259 0.57 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"╣ñJ╠c­╬CÄß═\x13Ø?ür"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
260 0.55 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"ÖZÆç\x13\x15\x04\x02\x02\f\x1D"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
261 0.50 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"ÉõKâa›SG´òß.>¼¤'"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
262 0.49 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"O¾z:÷šßJ·üˆ‚·{\x1C"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
263 0.49 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"—ˆâç\x14Œ\x16H½ÕY3CHD¸"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
264 0.51 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"í'&©{Å-HÜÕ¬`Â┐`1"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
265 0.55 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"!9ï U▄üI║Lܶ'\x1D^H"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
266 0.60 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"oòä\e-4®F–4ªF¥4@å"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
267 0.51 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"À\x1AGCkçéAä};Ú;ÌÉo"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
268 0.50 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x02#$[îNô\x16+äS\x1E▄Ê"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
269 0.48 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"&\x1FV╠%ıÐO×╣í¨ØV&┼"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
270 0.49 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"à1‡ï(_–DŠæÈ÷[EÏ7"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
271 0.57 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"å5d¼½*¦I‹-\x07(H_Ïæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
272 0.56 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x1A›úäÝ\x0FÝI˜G™e]ƒƒx"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
273 0.26 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"#åXdÍHO@á\x06Î├%│\x16ì"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
274 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"°pOeãó¡N½åøÜPëT "
  b"/»_ââšMpªXTÎ|ãâ\v"
]
275 0.27 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x06Ý#‰nl+I¦65sÆNÞˆ"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
276 0.25 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"\x1F\vLÁÃ0G„à+åôÖ\¢"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
277 0.26 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b".‘Ö諦\v\x03ÑO[²û¦"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
278 0.29 ms
SELECT option_translation.name FROM product product INNER JOIN product_option product_group ON product_group.product_id = product.id INNER JOIN property_group_option product_option ON product_group.property_group_option_id = product_option.id INNER JOIN property_group_option_translation option_translation ON option_translation.property_group_option_id = product_option.id WHERE (product.id = ?) AND (product.parent_id IS NOT NULL) AND (product.option_ids IS NOT NULL) AND (option_translation.language_id = ?)
Parameters:
[
  b"Õé\x11=P0§K Ê“Nbvá±"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
279 0.55 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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"Äg<ï[B/M²0þ®ýPÛ\x06"
]
280 0.10 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:
[]
281 2.46 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
282 1.37 ms
# theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"m\x10n•ÈLEè¶[õ\x17m´Ö^"
  b"\x01É/r¨\x1AqWó\¤\x13Ø\x12╔¿"
  b"\x01É/s\x1En} è2\x037Õ)Jý"
]
283 0.21 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
284 0.08 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
285 0.06 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"®Ä4²ÉüK»£°£▄&¸\x04\x13"
]
286 0.07 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
287 0.10 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
288 0.17 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"®Ä4²ÉüK»£°£▄&¸\x04\x13"
]
289 1.45 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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"X©H‰k\x1A\x19K¿dø2¨æLo"
  b"Äg<ï[B/M²0þ®ýPÛ\x06"
]
290 0.23 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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"X©H‰k\x1A\x19K¿dø2¨æLo"
  b"Äg<ï[B/M²0þ®ýPÛ\x06"
]
291 2.02 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"Í#§8+ ÊIŽìx€\t¿†j"
  b"d©^\rc\x0E>J▒¬Éº╩╚y╔"
  b"W¢÷9|êØMûäWC\x075\e\x1A"
  b"""
    uc_xïö\n
    H¿\x08Y}7î+\x13
    """
  b"·²ƒ9j\x11êFüPoÂ\f[\x1Fƒ"
  b"œkЕù2±E¬©•Eoœ\x1Fv"
  b"Zäî(ÌKèO„š \x1CÆi¤ "
  b"ΠìÇŠHÇO¦y:*áH´º"
  b"K–WóD}OL¬@‹e\v%\x7Fh"
  b"Ì\x12üC=4\x05N▓Hà┴Ow╠¢"
  b"Œ\rE­«ó9N‹Š\vüV Vš"
  b"ÈO\x11\jé\x12J“v÷•\x04œˆ "
  b"ä\x05ÇæÐ…ÖH‹ÃÅ‘$ÍEk"
  b"á?ydDã–N³É×MQ¤\x1F×"
  b"i˜eýŒÚ]J˜\x08§¸¦\x11)C"
  b"¢­<¿\x135ÚHÅC#Z5T!╠"
  b"›üp/ï¯\x08H†\x18\t‡©·ˆ¿"
  b"ªÇ_!?oÝA¥ò!\x1Ag‰¤\x18"
  b"ƒ_1yA™C@‰s>\x12ÔL,ã"
  b"~žŠæ= ¶M†Yî\x18¬z|\v"
  b"å*~YÈ\x1C═N║‗Iü╦YWM"
  b"³\x0F˜BryºAš29áçþë„"
  b"A×û¯q6ÑGŽÂ>:\x017¡à"
  b"ä\x03²\x1A“xEBžª™*ùS™r"
  b"àoRÙ}oÓEÅ\x0F\x1Eu\x00Ä\x18Ê"
  b"ζó¨dÈÅ@‘ˆ›û¼;¥\x18"
  b"³d\x08_\x19Î…L©Q\x135XwæÎ"
  b"å(I!ªDÕMœcH\x1F£\x18›½"
]
292 11.77 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/c4673cef5b422f4db230feaefd50db06"
  "/navigation/6fd64123809546e4b8fa8c8b136aa6fc"
  "/navigation/611bf99d49ea4f4cba8a557b9fc64704"
  "/navigation/da5be0af05304efe974119c7390e0856"
  "/navigation/54a87ea84acf474682e31384acd17655"
  "/navigation/fb6c253d1d6e49e39af397142105d4f3"
  "/navigation/0192d2738b497e79b9a0500b75b20743"
  "/navigation/58a948896b1a194bbf64f832a8e64c6f"
  "/navigation/ad6cda19e7340244adb345bb0a0b0985"
  "/navigation/545968cb6d8e19469a06eaed6c4a126f"
  "/navigation/00137dfc71d1bb48835559ea97bb5893"
  "/navigation/018f0f4b645e7de1ae42c276532d797f"
  "/navigation/29244aa192cc4543863bc750b3fca63b"
  "/navigation/b9b7b56fbd039143be27ab94f26341f2"
  "/navigation/c851c312c9dc844381668ecaf4d7c23b"
  "/navigation/04528a5f2039314c8b7065c9b2cf1145"
  "/navigation/84367b7756a37c4faf711068cb8eec9d"
  "/navigation/ca77178a61f70c499665b7c989d708a4"
  "/navigation/d8910f367f055a4483ce5309e0578fc8"
  "/navigation/fb0129ec70014a4e8f48bad79a26c0be"
  "/navigation/98f76b8e500463429759ab7e07db41de"
  "/navigation/11c047d50d97e7498094ea616310a0af"
  "/navigation/32b0cb7de7962549adecd2f3ae0dc9c9"
  "/navigation/cbd41b58a565af479fc06a0e6b3b98b9"
  "/navigation/993b5fddb35be347877cc741635dabd1"
  "/navigation/e5fcb5bb6192414dac255f1110daa6a7"
  "/navigation/bb1204bdbb59d34393961ec335ab995d"
  "/navigation/7bc1f94de391054cb545b345674fa394"
  "/navigation/4f6ac140cf75b24cad76a5a8ff3e0371"
  "/navigation/1038976d4ec9eb44b5850c18b7707f86"
  "/navigation/718010c2f4f57348969af56c20b24c74"
  "/navigation/e1d5ec9623af95498fb3442042ee9115"
  "/navigation/9015d1f32196e4408c83e115a54bc2ec"
  "/navigation/eafd728303bf884a859fdc34cc5469ec"
  "/navigation/30f62401ce4ae240b85d1b19cf3bdf89"
  "/navigation/8def3ffaadb2f748b391901aff42a2b2"
  "/navigation/05e4e7a6920ae4439bb77383182a29d2"
  "/navigation/d1897051581e0c4282ad33f800925561"
  "/navigation/e852b2e342f2de419e6b08cb4787145d"
  "/navigation/4fb89a4638a2d9408e06ea64c516287f"
  "/navigation/6e1317315d6c3f4486ee83466c72794e"
  "/navigation/41542d9b9a0e824a839a899d59b0b9e5"
  "/navigation/dd2afb8052f89f4e99c4422687c2f988"
  "/navigation/e84632764b86ea4ea020c82e02c86b8b"
  "/navigation/32b9f4fd286db94eb359a5f55f5c975a"
  "/navigation/f476a99a60b0f54f8ae672d393c6ca58"
  "/navigation/d4943fb2bab51647911b687a29062ba1"
  "/navigation/2d579b4b304cc84c95ad59016c0202d6"
  "/navigation/c513711395be944cbed3f468dfd0c6b5"
  "/navigation/7a902a83b81f724ba55beb0d4f5102d8"
  "/navigation/3e514330c8172c4fab14b1d0e9766989"
  "/navigation/b2aeabbd83029445989d39180c77293e"
  "/navigation/1fafb6857aed1448be619bedb72b821e"
  "/navigation/85bf7b1240c31d4faaca51779d6347fd"
  "/navigation/08f5630189dcea4e9e4a6d492adf4df8"
  "/navigation/27bbdeb0dbdecb48bd64c87747cbf5db"
  "/navigation/c13b793cd033c44c8f4d404b0362fe23"
  "/navigation/08ffa78860a0704183457ab899abec76"
  "/navigation/6f857145e802af45b810cae7b2ab385f"
  "/navigation/071f47797c5d4c4ba3abc243376f3dc8"
  "/navigation/c54eb12f05d0324a93c75a2c5c289745"
  "/navigation/76567250a0186e428d275c3cc240d96c"
  "/navigation/2dae2070e00be1408041e87fee6f7055"
  "/navigation/5b5dc5717215a64799f217f306d7ea20"
  "/navigation/f7f7ca3a6570f342bf34544167c556ac"
  "/navigation/7ded52a2df99224f8ee44522f54cd4ee"
  "/navigation/777959e33894d142adce38fcf45f4afc"
  "/navigation/29118f8755814c49a108b9a531378423"
  "/navigation/cf817d369ba8c146b9ae846d1c648bae"
  "/navigation/79dd0255a935024da16a9a609378544e"
  "/navigation/9d2db720229f904487e44975fefdbd0c"
  "/navigation/6b53e2f811790e4db47fd0fc0ee1d09f"
  "/navigation/58a7e684f64f7d479a5d3ce5fd910d8f"
  "/navigation/305ba98f22d2ff4dbb727b6fd9374125"
  "/navigation/80d4b2f99876404a89ad0b24628f3a87"
  "/navigation/8af41855de2a95409ba84dd46694eb81"
  "/navigation/07f76da1c5b607418e6cb4e8b490301c"
  "/navigation/1513617eccece843b38ead3af2f064b6"
  "/navigation/dcc9a1c5f1fbd940adbed759cbca5ec8"
  "/navigation/0293ca2a44a8934d9f41df26d4c173e0"
  "/navigation/fba07640392af14da9d5f9a924180186"
  "/navigation/31816aa86cd067409b730b36838ab33b"
  "/navigation/7edb37534e07ba4184a7ee6bdfb110ec"
  "/navigation/df696e696d15df4ca71969e20b7783cd"
  "/navigation/b1883ace951d2d468fd65d980fb058e2"
  "/navigation/2da09be0baeee84f87bfa352b47159c3"
  "/navigation/f77c8013abb6dd44a11acb9db496b970"
  "/navigation/8f78cf8aff5fe84b83788d1d1165e5d1"
  "/navigation/2b6ea4a3a688d247891cf4657ae8ec52"
  "/navigation/5fa068c078c31a48af66b4528e644e97"
  "/navigation/14a4fb0e79346d47a875340d9ba354d7"
  "/navigation/c94ac0134473234da053e335c8ee9950"
  "/navigation/eacf39b9a0fc9346b12d5c470304300a"
  "/navigation/3a337fc49487464387d8a91438ac85c2"
  "/navigation/b4159d0df072174596caa9bd6237315e"
  "/navigation/5e222b2768bf204c88e201aab451109e"
  "/navigation/760a17797b8a0641896c9bd6b0407b84"
  "/navigation/cefca6f54646944fa341af276fc9a8ef"
  "/navigation/2c05fad4ff6f584495ba10e763936046"
  "/navigation/960bfdc8db6a0e488ea4a14e333f0782"
  "/navigation/c795e7db6d8b5b41bf53b4713de606af"
  "/navigation/6acbf039396d864684845c23ac6d5a57"
  "/navigation/78c221116dd59b4babc417ed91548007"
  "/navigation/cfc056a97d8bdd429cb2f73139657b99"
  "/navigation/df6cd7e35b1e3748ac97586d26a0abd6"
  "/navigation/7c3cdc8a914e9e45b81958e657fb0a8d"
  "/navigation/570a8d89ba728846b0465609efdd5abf"
  "/navigation/5a28b1e295c8ab4288ba12d7557dd83d"
  "/navigation/8248e77b32623c478823d0a75cba6af5"
  "/navigation/667c836bfb60754c9607714a86e54682"
  "/navigation/23615cff2ef0be4bb65bd3f509530648"
  "/navigation/c48ff1b0c4c8f946a6082b68a13b693e"
  "/navigation/177921a4dd1d874a8bc7a7c1d6030be3"
  "/navigation/ddd499f38135764b836dfd4eed2373c6"
  "/navigation/f8ef45174bfe074db9f0019fc2cfa1d2"
  "/navigation/319a083638997140b840f1463268b27f"
  "/navigation/0be9e3d949e4494d8d1942e2d4a8d26c"
  "/navigation/d1adde4a5badff4f9a4e85ac3cf8eea8"
  "/navigation/d2c92c94f32f2349a92f70a9de0f24e8"
  "/navigation/5cf008919b5bca46808952915b95b552"
  "/navigation/88b5247a32d83a4281063f226c30d973"
  "/navigation/7ab6f4f11e959c42b812898a8136f136"
  "/navigation/7b14845518959346bf87644b3df3b98f"
  "/navigation/0e0b80987eaf2245a82c90be87b306bf"
  "/navigation/5be9deef9141d44995a8ee67f4921e2d"
  "/navigation/0b0b350230fccc4eb2aeb76798f7522e"
  "/navigation/2dff2795ab7c474fa56eaa636012d269"
  "/navigation/3a4dc2e086a3e047b61312279f3e9b12"
  "/navigation/de3b8fcfeebf084692ec1561462e3d57"
  "/navigation/9cc1395594a4034e9529beef7b209bbf"
  "/navigation/3490b56df5c5654c88c4e094be3c29ba"
  "/navigation/ca5e61359ea3124299e180b197b2aa0a"
  "/navigation/ffdbd6e214ccc64db2d22dd64e0eb345"
  "/navigation/1e8c5093cb32754596f8bd194e310d3c"
  "/navigation/ecd490e192f2234f8e03a75d71a03c7c"
  "/navigation/f43e8f5081e6cd4ab8b34f6ec24bc5c6"
  "/navigation/630f16e73b989041bc7c47327fb7c20c"
  "/navigation/d2558d2a7467014db6ddddc1bd3260c0"
  "/navigation/ec7f4061f8c04f4992516058752b8868"
  "/navigation/c5c854dd2fe64d41b36ff28ae94d4206"
  "/navigation/5620dcfef35cc54ab0634fc0286deee4"
  "/navigation/048182e83df27a4e882b88fb58840ce5"
  "/navigation/b2abce0e5818754498a61787fd457462"
  "/navigation/bcc623fecd73154b8cc23c8693519da8"
  "/navigation/08a03b1f8db3244498ac37a215330902"
  "/navigation/9dc8d3f5d58d9b4ea61a1cff8755fe1b"
  "/navigation/af0bada324f61244b1fecf447569445b"
  "/navigation/7724cd0c7695ce4192afb2780943d050"
  "/navigation/43d6263d414e9545a30c14bbae44b4d9"
  "/navigation/7dac580eec28794b958887f7edbdd639"
  "/navigation/f2e5c494a148484398049977d05bd2ea"
  "/navigation/fb59509a6a364b4eb50452e5d43b1eec"
  "/navigation/190249d93ec72345b494a6203a7b1392"
  "/navigation/a36795ff6791ce4abc6f5032d853d6c9"
  "/navigation/fa156ad90cc80c498ef61e6101f40d5d"
  "/navigation/e96f6c030457284cac3e87f0af66e53e"
  "/navigation/af8386532750f94ba6976bf879566830"
  "/navigation/f3188571769a5045951886c3f4292f78"
  "/navigation/7a2e4c6af753734e90a76ce49d615090"
  "/navigation/1129b6432d4dfe4181b77205e5d815e3"
  "/navigation/f2b69798ef261340a2c967158df96040"
  "/navigation/74219d5cf85d2f4ea1f3ad60304b8665"
  "/navigation/54b6d6129934994b88188ec1318f22b3"
  "/navigation/210a22a64e687c4c8c782a10ebac38ae"
  "/navigation/ac2682b7fb7d094380692f09b80f5826"
  "/navigation/8bf8ab6166f0bf44ba5cb8abc2c6e2ea"
  "/navigation/c1bddcd156e5974cb2d383d1e975342b"
  "/navigation/5999aa26a5440a4ca8df0226a6be8d5c"
  "/navigation/1e96356d1bad454dbcdeba9826c982ba"
  "/navigation/8e846c7ff01f40479e7ec88ff26c1a1c"
  "/navigation/12f098caebd64f41962ec1fe21aa57a7"
  "/navigation/9e807fa5aece2b4fb8abbeb5bfd30c30"
  "/navigation/30f900a715812d4080e31bf09e85ccb7"
  "/navigation/a943996234c7584d8bb82662531e67f3"
  "/navigation/88afbbf0243c2241919e4e7863da89c2"
  "/navigation/ba8676a5669f9c4dba0fe033d22d0e2d"
  "/navigation/0f7430be225d4ff8850767c729800ee2"
  "/navigation/018f9f369f0078dbb4bdefff365c4937"
  "/navigation/0190e9d8646e7a379ac18d6e95ac022d"
  "/navigation/5cc6a1ff8bc94cb28115b48008b72a2b"
  "/navigation/2cccd83eda054973abc308b8804ec34c"
  "/navigation/c841980faad84e8a8310065d6eec9214"
  "/navigation/018e7527870174e884ce2aca1ed961a5"
  "/navigation/978f56412c014e7da50f41c695993cc7"
  "/navigation/018e65acf9fa7911925b9659b1dda408"
  "/navigation/523fc030c9eb4dac958d8f5944b9266e"
  "/navigation/09a488e320f3450e8aa8eb3d00f6b2ce"
  "/navigation/212c629dbcfd4f3b9dc214fba2f675fe"
  "/navigation/06d8c779920f414a875495f37979c609"
  "/navigation/b0398ac86f684914a1b1fbc5437d0f78"
  "/navigation/1491fdf4f8ec4a06a76bc6171563ce16"
  "/navigation/54683df9587449c8a8ee243ee5ac599d"
  "/navigation/78f34e26d95647f18703dcffc4e5c136"
  "/navigation/7138b9a00833444d9181d77e559b4abd"
  "/navigation/06b2bf18300c4c6fa2ad0d7f99bc7af2"
  "/navigation/204910909cb34a41aee72110f64d22cd"
  "/navigation/96b6fb041b9c4c0ba85c25edcd9b7799"
  "/navigation/0fe61a36143c444ba40f1fe0399c1273"
  "/navigation/fc64e8df1118472c8e31bb6bee581e30"
  "/navigation/4e229673cf1844aeaeb150cf7e3e0d3f"
  "/navigation/013369e91bd54d329c6e295c9987e925"
  "/navigation/8da24b247a78469ea572485069a0a3a8"
  "/navigation/ec7757865c4e4e4aa3edcf459cdbf843"
  "/navigation/b5ea55df71cc48cca3174fb91d7ff582"
  "/navigation/812c261754834d3fbbcb404e79def5be"
  "/navigation/afa103b4b7b842448619bdbb10298152"
  "/navigation/5e4bc37774af4bdcacd7d0294e993bfa"
  "/navigation/6ee2115449864d9ba420184f2d594d2f"
  "/navigation/018e65acc2be7ee5a6a112e4bc267543"
  "/navigation/018e7adedf147553809807645c04054b"
  "/navigation/f95ffd4b9b3a454a9c89aa23f9c31d92"
  "/navigation/06c8d08dc9484b0faf27b35711136294"
  "/navigation/69921d56963c49e788c573ad5eb58588"
  "/navigation/44ffa441267c40a681cb3559baa768e0"
  "/navigation/72944f50158f424cbf037520b56251da"
  "/navigation/8d71290ae5d24dc49c403a259de6e980"
  "/navigation/b72f61b6e77d4d1ba53c568c5cce82e8"
  "/navigation/da4e39ff523948fc83b23f783a421c88"
  "/navigation/018e65ac8e5170a7bf8c4aaa1d023824"
  "/navigation/1d962945295d4219b10ae44d8b7c1e53"
  "/navigation/9261e5e98f014e909f13953aed4f5db8"
  "/navigation/018e668c924d7fd48357818b335976df"
  "/navigation/aec9f75b25fc4e71b83e34d3dfcd10ea"
  "/navigation/81c32465e29544ce954d7eb959c079bc"
  "/navigation/7f6cb5c760a84e528af72935a6d1d7e0"
  "/navigation/00c274e778244ee2be7ba5a79f4e273a"
  "/navigation/a738fb1e94564dc2870730ddd54054b5"
  "/navigation/c8606401a0884cb9a5da1928c1718701"
  "/navigation/1e25380bade149aead49dd94930356e5"
  "/navigation/974ff6be31764ba6ad2a408dbdb4bea5"
  "/navigation/d154e60b4cba45cb9ceb56b6c7e5f140"
  "/navigation/7b0a0baab6c4424aa1920c479630c3f2"
  "/navigation/aec6a91d692344c4b5a94cdcdf2bdf9a"
  "/navigation/55c41aeb20ea4a5c9580a6e533f6e5fb"
  "/navigation/e368dd8253b64cf1bb4b1eead00ea202"
  "/navigation/23bc045dd4ff4adc92d858bcd8191f44"
  "/detail/0e7db2a369cf10478f837d3139d7b943"
  "/detail/ecf3d6bb70249949b958e6a1174e1a1b"
  "/detail/107dd6ab82669046943dcaa60778f6ed"
  "/detail/54794372358fb34589edc0c6d74f85af"
  "/detail/b9a44acc63f0ce438ee1cd139d3f8172"
  "/detail/d65ac6e713150446a0020237cb0c1d92"
  "/detail/c9f54be2619b5347b4f2df2e3ebca427"
  "/detail/4fbe7a3af79adf4ab7fc8882b77b1cb6"
  "/detail/9788e2e7148c1648bdd55933434844b8"
  "/detail/a12726b87b8f2d489ae5aa60b6bf6031"
  "/detail/21398b2055dc8149ba4c9af4271d5e48"
  "/detail/6ff2e41b2d34ae469634aa46a53440e5"
  "/detail/b71a47436b878241847d3be93bde906f"
  "/detail/268f0223245b8c4e93162b84531edcd2"
  "/detail/261f56cc25d5d14f9eb9a1f99d5626c5"
  "/detail/e03187ef285f96448ae6c8f75b45cf37"
  "/detail/e53564bcbd2aa6498b2d0728485fcfe6"
  "/detail/1a9bfae4dd0fdd49984799655d838378"
  "/detail/23865864d6484f40a006d7c325b3168d"
  "/detail/b0704f65e3f3a14ebde5f8dc50eb54a0"
  "/detail/06dd23896e6c2b49a6363573c64ede88"
  "/detail/1f940b4cc1c3304784e02be5f4d65ca2"
  "/detail/2e91d6e8aba60b48a403d14f5bb2fba6"
  "/detail/d5e9113d5030a74ba0ca934e6276e1b1"
  "/navigation/5c2d9bb991274df8af15b1b0aaa0a3be"
  "/navigation/59914c7dad1545f0bb0b6d275af18a7d"
  "/navigation/c33fad10e3d84d85b749282059fdf06c"
  "/navigation/5dd56d4ca6924fda8e98ea83576f8172"
  "/navigation/3d7a4b95194647c0aecbd6d796eef89b"
  "/navigation/4a5e1e8947994c6596024980da771fb9"
  "/navigation/0af3f57123e842509bc61aa70b1f0ee1"
  "/navigation/3a6c96a604594aafb00149b8d5344f6b"
  "/navigation/ce45ad14542642fc8a26556b3981223a"
  "/navigation/40b01fc4354b468f9c16ec460ff6e7bd"
  "/navigation/4ca4c98ad7624717a2e3bba8510ac41e"
  "/navigation/45025777eed04ef1b184eb168d458dad"
  "/navigation/f4dbcf01bd1745488753a4e2bb555192"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
]
293 0.17 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"uê#«z\x1ACGž\x1FE\x17Ò_I?"
  b"2\x04Ôm«ÈA\x0F¾½{£ñ\x18ס"
  b"E\x14æÇŽ%C\x10½\x05?\x0Eÿ@•Ö"
  b"""
    H$Ôа\n
    K<«A¯ŽfÁ­å
    """
  b"µà\x1E╔V5H\rôbü{¸ë¹■"
  b"x┬üÅ\ÃO╣ÅxjısÀWÀ"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.