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

Query Metrics

293 Database Queries
126 Different statements
5268.52 ms Query time

Queries

Group similar statements

# Time Info
1 0.17 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.20 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
3 0.12 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.28 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.23 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.99 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/armaturen.html"
  "bad/armaturen.html/"
]
7 0.17 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.13 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 0.22 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.37 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
  "4H1fSdjhJvWibUQHlHOCult19IDDTGSp"
]
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.24 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.12 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.11 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.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]Ø"
]
16 0.08 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
17 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╚¢Í"
]
18 0.07 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.11 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.12 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.14 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.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]Ø"
]
23 0.36 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "4H1fSdjhJvWibUQHlHOCult19IDDTGSp"
]
24 0.32 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.13 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.08 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
27 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"
]
28 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"
]
29 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"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
30 0.06 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.09 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.05 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.05 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.03 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.06 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.07 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
37 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"
]
38 0.06 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.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"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
40 0.06 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.09 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.06 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.05 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.03 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.10 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.15 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.07 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
48 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"
]
49 0.06 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.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"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
51 0.06 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.09 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.06 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.04 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.03 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.14 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.12 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.06 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
59 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"\x01ì|┘£yroóU\x0E\x1A±'▀R"
]
60 0.06 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.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"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
62 0.06 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.10 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.06 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.04 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.03 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.04 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
  "4H1fSdjhJvWibUQHlHOCult19IDDTGSp"
]
68 0.05 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.12 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.07 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.07 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.08 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.08 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.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:
[]
75 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ª"
]
76 0.13 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.15 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.06 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.07 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "4H1fSdjhJvWibUQHlHOCult19IDDTGSp"
]
80 0.06 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
81 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"\x01ì|┘£yroóU\x0E\x1A±'▀R"
]
82 0.06 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.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"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
84 0.06 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.09 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.05 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.04 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.03 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.05 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
90 0.09 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.04 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.10 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.05 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.09 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.06 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.05 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.03 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.06 ms
SELECT module.module, module.response FROM wbm_data_layer_modules module
Parameters:
[]
99 0.07 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "4H1fSdjhJvWibUQHlHOCult19IDDTGSp"
]
100 3.92 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.10 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.07 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 12.79 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.16 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.18 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.10 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.07 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.05 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.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%"
  "%|997edf2ff1fd4929be9b6bd77274a6c6|%"
  1
  3
]
110 0.05 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.09 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.05 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.04 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.09 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.29 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"èF2vK†êN  È.\x02Èk‹"
  b"èF2vK†êN  È.\x02Èk‹"
  b"B¡Í.ÅÆId¢¸…"`á7‡"
]
119 0.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`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x08õc\x01‰ÜêNžJmI*ßMø"
  b"\x08ÿ§ˆ` pAƒEz¸™«ìv"
  b"\x1F¯¶…zí\x14H¾a›í·+‚\x1E"
  b"'»Þ°ÛÞËH½dÈwGËõÛ"
  b"-W›K0LÈL•­Y\x01l\x02\x02Ö"
  b"2¹ôý(m¹N³Y¥õ_\—Z"
  b">QC0È\x17,O«\x14±Ðévi‰"
  b"zÉ*â©\x1FrKÑ[Ù\rOQ\x02Ï"
  b"à┐{\x12@├\x1DO¬╩QwØcG²"
  b"▓«½¢â\x02öEÿØ9\x18\fw)>"
  b"┴;y<ð3─LÅM@K\x03b■#"
  b"Å\x13q\x13•¾”L¾ÓôhßÐÆµ"
  b"Ô”?²ºµ\x16G‘\ehz)\x06"
  b"ôv©š`°õOŠærÓ“ÆÊX"
  b"èF2vK†êN  È.\x02Èk‹"
  b"B¡Í.ÅÆId¢¸…"`á7‡"
]
120 0.06 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.04 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.13 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.06 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.05 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.05 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.11 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.04 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
132 0.10 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.04 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.09 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.04 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.08 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.04 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.04 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.03 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.04 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.10 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.54 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
143 0.10 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.04 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.09 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.04 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.10 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.04 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.04 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.02 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 0.74 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"èF2vK†êN  È.\x02Èk‹"
]
152 0.39 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"2\x15ÄíÝ„A+¦Qå\x05fŒÜÉ"
]
153 0.37 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"z?d±\x1F«LP¯)Ú\t\e‡Óè"
  b"î\x11%’4FM\x10½­Õ?ähÖ<"
  b" ç)ÉÒ─G\½j\x7F²╚\x12\x17å"
]
154 1.07 ms
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.swagCmsExtensionsForm`.`id` as `cms_slot.swagCmsExtensionsForm.id`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId`, `cms_slot.swagCmsExtensionsForm`.`is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate`, `cms_slot.swagCmsExtensionsForm`.`technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName`, `cms_slot.swagCmsExtensionsForm`.`mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId`, `cms_slot.swagCmsExtensionsForm`.`created_at` as `cms_slot.swagCmsExtensionsForm.createdAt`, `cms_slot.swagCmsExtensionsForm`.`updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.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©ñÅz\x16║‗¤├\x11ùí^"
  b"4]#üÄ·I╝®>OM▓Wb¶"
  b"x\x1DpkAìAÁ│¿╬ß½╦c\x0F"
  b"øuÑNÿ‰KM«hF>ÓÇ\x11$"
  b" ßÝrŽ\x03BѰ…\x13<ÆÌ\x1EÛ"
  b"\x01Å7ÂV³pÅ╗\fz╦╦¡g╚"
  b"§‚^ÀÖ/G\x02¹×‚3úgRû"
  b"®ÅÁ┤█ÐLÛ╣O┐\x0FwP\x05U"
]
155 0.67 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"èF2vK†êN  È.\x02Èk‹"
]
156 0.35 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"2\x15ÄíÝ„A+¦Qå\x05fŒÜÉ"
]
157 0.47 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"2\x15ÄíÝ„A+¦Qå\x05fŒÜÉ"
]
158 0.47 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"z?d±\x1F«LP¯)Ú\t\e‡Óè"
  b"î\x11%’4FM\x10½­Õ?ähÖ<"
  b" ç)ÉÒ─G\½j\x7F²╚\x12\x17å"
]
159 0.76 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©ñÅz\x16║‗¤├\x11ùí^"
  b"4]#üÄ·I╝®>OM▓Wb¶"
  b"x\x1DpkAìAÁ│¿╬ß½╦c\x0F"
  b"øuÑNÿ‰KM«hF>ÓÇ\x11$"
  b" ßÝrŽ\x03BѰ…\x13<ÆÌ\x1EÛ"
  b"\x01Å7ÂV³pÅ╗\fz╦╦¡g╚"
  b"§‚^ÀÖ/G\x02¹×‚3úgRû"
  b"®ÅÁ┤█ÐLÛ╣O┐\x0FwP\x05U"
]
160 1.17 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"\eŠ4¶ygL\x1F\v¦\x0E(\x1C\x02L"
  b"¢€ÌþÁ\x05D~ƒ{–ßV\x15_H"
]
161 0.62 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"èF2vK†êN  È.\x02Èk‹"
]
162 0.07 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.05 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.05 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.07 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.05 ms
SELECT `theme`.`id` FROM `theme` WHERE (`theme`.`technical_name` = ?)
Parameters:
[
  "zenitPlatformGravity"
]
167 1.52 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.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`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "TrustedShopsEasyIntegrationS6"
]
169 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`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "NetzkollektivJquery"
]
170 0.08 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 0.76 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.26 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"èF2vK†êN  È.\x02Èk‹"
]
173 0.17 ms
# product-listing-route::category-loading::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"èF2vK†êN  È.\x02Èk‹"
]
174 1069.08 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"èF2vK†êN  È.\x02Èk‹"
  null
]
175 569.79 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"èF2vK†êN  È.\x02Èk‹"
  null
]
176 501.52 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"èF2vK†êN  È.\x02Èk‹"
  null
]
177 3.02 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"\x10{ïÿC‘šI¶\x1AËSÿá\x1D"
  b"\x16·`TA’.IŠÙ\x03dg!%\x00"
  b",9Î+\x03÷\x05E§ë5=+ãî9"
  b"0-ÜkrjaI›¡ÛG\v=ê"
  b"3¤#dHæ0N‘«²Éÿ5s\x07"
  b"8SÍ\x15夿C…Œ\N!µúC"
  b"?ïkÁZ˘C…U.•Ý倀"
  b"B¾)QY┐ÜBïw\x1Ci\x15┬ÉÌ"
  b"K\x14ú‘eT˜K¸0%á£Yÿ["
  b"_W\x13\fHFÍ@»ùÒóR\x06‚ß"
  b"eÆ vëZcG¶çÂÈa^ZÎ"
  b"mn?ÂðχE zÞÃ.¸\x0E4"
  b"""
    yj\n
    R—ÅZI‚?°ÜG\x04
    """
  b"|oõÄ[ò‰L‚\x11ÑߦÞrí"
  b"‡e7\x1E(Í”K½æ1í!“9-"
  b"ˆ™\p[\x02PC›}51\x16®Ë¥"
  b"ì)VsB■>Bû┐®pïÝÇp"
  b"‘HF”\t\x01©K•IŒ\x7Fä\x08\x18\x12"
  b"œ³—6.Ý9H‡JÐMLzçq"
  b"¥q±\x12×~(E³¦êé[–e\x16"
  b"§˜¾\x00ÒÛ¤G¦¿R\x02\x12~ƾ"
  b"®WAêËkrN‘ÅÝkK'\x01@"
  b"®níãÒá÷E¹Kù´v¬\t\x06"
  b"³t¡g\x15äïDŠ¦È‚#à•<"
  b"½;Íø&^§N¸\r•Hp¾\x1A|"
  b"½mù¸±ºàK¾«ž¤\x01ýÝŽ"
  b"Ò+]뫱™@¥\f®Y8{•+"
  b"Ô냨å¾3N“\x08ÐSI\x12Þ("
  b"߻؊3/#H“Aÿ˜Ü”œš"
  b"å!\n\x00½ulOšSP(寺k"
  b"ð¥\t¿;f\x06\x13\x18¬3\x05Ž/"
  b"ùZ*ÜÌäzH‚çw\x11(jÏ:"
]
178 1412.57 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"èF2vK†êN  È.\x02Èk‹"
  null
]
179 650.06 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"èF2vK†êN  È.\x02Èk‹"
  null
]
180 669.69 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"èF2vK†êN  È.\x02Èk‹"
  null
]
181 150.02 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"èF2vK†êN  È.\x02Èk‹"
  null
  0
]
182 0.91 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"\eÕåyS/çN­œ”k^y-J"
  b"\x0EXà¹j\x06┤Jï´\x10)éÞÅ\t"
  b"!z¹ÑþC)NŽÆ†ßìÕí\"
  b"4t£Ô*•tB“%\x18¹$¡\x11\x10"
  b"-nòÎÿYoNŒ\x1E~(R½†M"
  b"/AEAýs™N½5cþ†¡R\n"
  b"wÆ$æ§·ºB§FõÉ\x17tÉJ"
  b"\eŠ\x1717OQFœÎ(pqÉ\x13¬"
  b"f\x11&íZìÂG©³\x1F¤ØÅ\Õ"
  b"\rô?íØ§\x16NœA€*_ý!\t"
  b"\vt\t\e¢Kµ¥âßyhÞÃ"
  b"×}?\x11v\x02ÄK˜³¡ß_\x08"
  b"\x01 «³â»1IØX¤\x1F■±$7"
  b"""
    \n
    Þ &\x12\x12îJ£Uß4Dñ\x01Ÿ
    """
  b"‗Åá├­OÞCá\x12Ã\x1A┬Â╚3"
  b"\x04-¥BVªóH“G©š\x02щi"
  b"1ðƒ└ÔZp@ÿ\rì»çF«╩"
  b"!\x1F4v\x01├┌Lòÿ¬\x11■\Éú"
  b"\x04²}Ù1\x16úAœÎ×w8,\x1CŒ"
  b"\x17\x10Þ{ø±îE¯¬N&ýŠ{"
  b"Wi‰3Ègµ@­KÅï'óo("
  b"\x04UÞÀ~¨üMô0\x7Fë²K▀\x01"
  b"""
    \n
    Ú2\x16PŽpKŸäþ¸Ž‚-Ù
    """
  b"\v·ÆÁ╚,ÅMÉ┴ìýÿ(O¬"
]
183 0.82 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"ß¹£á;sëE…\x7F\t\x0EýR¨\x1E"
  b"ô)ù\x0FRéeC«„Vîwÿ\té"
  b"Å5Oõ`╠<Bæ\x1F{ÀËáà╣"
  b"╔®\x06╦+.\x02\x16Ò▒ƒ ù\n"
  b"¬½;’\x1AäáJŽ÷4£˜è6Ö"
  b"""
    \n
    Þ &\x12\x12îJ£Uß4Dñ\x01Ÿ
    """
  b"Ш%ûÿýÓD™@KšP<Q\r"
  b"À=ЩPx\x00K±yŸ`l®éˆ"
  b"ú\x02È¥\x18t'L£Ë\r7¥õ\x10Æ"
  b"ë\x0ESåÕÝ║Nâ#╩Énª\x18±"
  b"–a°\x16@·ºG¦\x14™¤-$AN"
  b"¡7%¾+×ÄEÉ6GÔ\x10\x07"
  b"ÚÂ2A¾gìEó]─\x06\x0F─óå"
  b"ƒ║+±üQïOó╝ðªÖý\x11#"
  b"ˆbiãg¬PG¡óqß\x185Ú$"
  b"ÙóÅR²\x18\tE│\ãJ│.Íø"
  b"çtõ¤t0’J“œ}´¦ã%\x05"
  b"1ðƒ└ÔZp@ÿ\rì»çF«╩"
  b"؆a÷·KOJ¯ÂB\x01rõEƒ"
  b"█R\vtßRòMÉ=m"Q®║È"
  b"f\x11&íZìÂG©³\x1F¤ØÅ\Õ"
  b"wÆ$æ§·ºB§FõÉ\x17tÉJ"
  b"×}?\x11v\x02ÄK˜³¡ß_\x08"
  b"‗Åá├­OÞCá\x12Ã\x1A┬Â╚3"
]
184 0.76 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id 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"ÚÂ2A¾gìEó]─\x06\x0F─óå"
  b"ë\x0ESåÕÝ║Nâ#╩Énª\x18±"
  b"ˆbiãg¬PG¡óqß\x185Ú$"
  b"؆a÷·KOJ¯ÂB\x01rõEƒ"
  b"ÙóÅR²\x18\tE│\ãJ│.Íø"
  b"çtõ¤t0’J“œ}´¦ã%\x05"
  b"wÆ$æ§·ºB§FõÉ\x17tÉJ"
  b"¡7%¾+×ÄEÉ6GÔ\x10\x07"
  b"f\x11&íZìÂG©³\x1F¤ØÅ\Õ"
  b"ú\x02È¥\x18t'L£Ë\r7¥õ\x10Æ"
  b"Ш%ûÿýÓD™@KšP<Q\r"
  b"×}?\x11v\x02ÄK˜³¡ß_\x08"
  b"ß¹£á;sëE…\x7F\t\x0EýR¨\x1E"
  b"""
    \n
    Þ &\x12\x12îJ£Uß4Dñ\x01Ÿ
    """
  b"‗Åá├­OÞCá\x12Ã\x1A┬Â╚3"
  b"ô)ù\x0FRéeC«„Vîwÿ\té"
  b"1ðƒ└ÔZp@ÿ\rì»çF«╩"
  b"ƒ║+±üQïOó╝ðªÖý\x11#"
  b"╔®\x06╦+.\x02\x16Ò▒ƒ ù\n"
  b"–a°\x16@·ºG¦\x14™¤-$AN"
  b"█R\vtßRòMÉ=m"Q®║È"
  b"Å5Oõ`╠<Bæ\x1F{ÀËáà╣"
  b"¬½;’\x1AäáJŽ÷4£˜è6Ö"
  b"À=ЩPx\x00K±yŸ`l®éˆ"
]
185 8.18 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"ÚÂ2A¾gìEó]─\x06\x0F─óå"
  b"ë\x0ESåÕÝ║Nâ#╩Énª\x18±"
  b"ˆbiãg¬PG¡óqß\x185Ú$"
  b"؆a÷·KOJ¯ÂB\x01rõEƒ"
  b"ÙóÅR²\x18\tE│\ãJ│.Íø"
  b"çtõ¤t0’J“œ}´¦ã%\x05"
  b"wÆ$æ§·ºB§FõÉ\x17tÉJ"
  b"¡7%¾+×ÄEÉ6GÔ\x10\x07"
  b"f\x11&íZìÂG©³\x1F¤ØÅ\Õ"
  b"ú\x02È¥\x18t'L£Ë\r7¥õ\x10Æ"
  b"Ш%ûÿýÓD™@KšP<Q\r"
  b"×}?\x11v\x02ÄK˜³¡ß_\x08"
  b"ß¹£á;sëE…\x7F\t\x0EýR¨\x1E"
  b"""
    \n
    Þ &\x12\x12îJ£Uß4Dñ\x01Ÿ
    """
  b"‗Åá├­OÞCá\x12Ã\x1A┬Â╚3"
  b"ô)ù\x0FRéeC«„Vîwÿ\té"
  b"1ðƒ└ÔZp@ÿ\rì»çF«╩"
  b"ƒ║+±üQïOó╝ðªÖý\x11#"
  b"╔®\x06╦+.\x02\x16Ò▒ƒ ù\n"
  b"–a°\x16@·ºG¦\x14™¤-$AN"
  b"█R\vtßRòMÉ=m"Q®║È"
  b"Å5Oõ`╠<Bæ\x1F{ÀËáà╣"
  b"¬½;’\x1AäáJŽ÷4£˜è6Ö"
  b"À=ЩPx\x00K±yŸ`l®éˆ"
]
186 0.67 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"Ð\rA!-\eKì\x12\x7Fò5Í╦"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"Ð\rA!-\eKì\x12\x7Fò5Í╦"
  b"Ð\rA!-\eKì\x12\x7Fò5Í╦"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"4^÷ºñ\r*B©nÎÿºË¸¹"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"þØÞ\x1E\x0E>öKáÖ\x07ÞÝS┘¾"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"Ö¨yø¡±qKµ¿$g߸ *"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"þØÞ\x1E\x0E>öKáÖ\x07ÞÝS┘¾"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"8IDü\x02Æ%B«²\x02ãE’èo"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"õpk£]f·CšÚ{”ÔþwŠ"
  b"Ð\rA!-\eKì\x12\x7Fò5Í╦"
  b"\x01Âþh$}ıMû\x19Áy߃lì"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"­Ô鯰þ¯I¢ÀDò\x17/W\x01"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"&\fÙ•k\x18ÞD‹ƒ`»©ÀNÃ"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
]
187 0.61 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"'»Þ°ÛÞËH½dÈwGËõÛ"
  b"ôv©š`°õOŠærÓ“ÆÊX"
  b"'»Þ°ÛÞËH½dÈwGËõÛ"
  b"'»Þ°ÛÞËH½dÈwGËõÛ"
  b"\x08ÿ§ˆ` pAƒEz¸™«ìv"
  b"┴;y<ð3─LÅM@K\x03b■#"
  b"\x08ÿ§ˆ` pAƒEz¸™«ìv"
  b"Ô”?²ºµ\x16G‘\ehz)\x06"
  b"à┐{\x12@├\x1DO¬╩QwØcG²"
  b"\x08ÿ§ˆ` pAƒEz¸™«ìv"
  b">QC0È\x17,O«\x14±Ðévi‰"
  b"\x08ÿ§ˆ` pAƒEz¸™«ìv"
  b">QC0È\x17,O«\x14±Ðévi‰"
  b"\x08ÿ§ˆ` pAƒEz¸™«ìv"
  b"'»Þ°ÛÞËH½dÈwGËõÛ"
  b"\x08ÿ§ˆ` pAƒEz¸™«ìv"
  b"▓«½¢â\x02öEÿØ9\x18\fw)>"
  b"┴;y<ð3─LÅM@K\x03b■#"
  b"'»Þ°ÛÞËH½dÈwGËõÛ"
  b"\x08ÿ§ˆ` pAƒEz¸™«ìv"
  b"\x08ÿ§ˆ` pAƒEz¸™«ìv"
  b"▓«½¢â\x02öEÿØ9\x18\fw)>"
  b"zÉ*â©\x1FrKÑ[Ù\rOQ\x02Ï"
  b"à┐{\x12@├\x1DO¬╩QwØcG²"
]
188 3.62 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"""
    \n
    Þ &\x12\x12îJ£Uß4Dñ\x01Ÿ
    """
  b"1ðƒ└ÔZp@ÿ\rì»çF«╩"
  b"f\x11&íZìÂG©³\x1F¤ØÅ\Õ"
  b"wÆ$æ§·ºB§FõÉ\x17tÉJ"
  b"ˆbiãg¬PG¡óqß\x185Ú$"
  b"ë\x0ESåÕÝ║Nâ#╩Énª\x18±"
  b"Å5Oõ`╠<Bæ\x1F{ÀËáà╣"
  b"–a°\x16@·ºG¦\x14™¤-$AN"
  b"ƒ║+±üQïOó╝ðªÖý\x11#"
  b"¬½;’\x1AäáJŽ÷4£˜è6Ö"
  b"¡7%¾+×ÄEÉ6GÔ\x10\x07"
  b"À=ЩPx\x00K±yŸ`l®éˆ"
  b"╔®\x06╦+.\x02\x16Ò▒ƒ ù\n"
  b"Ш%ûÿýÓD™@KšP<Q\r"
  b"×}?\x11v\x02ÄK˜³¡ß_\x08"
  b"؆a÷·KOJ¯ÂB\x01rõEƒ"
  b"█R\vtßRòMÉ=m"Q®║È"
  b"ß¹£á;sëE…\x7F\t\x0EýR¨\x1E"
  b"çtõ¤t0’J“œ}´¦ã%\x05"
  b"ÚÂ2A¾gìEó]─\x06\x0F─óå"
  b"ÙóÅR²\x18\tE│\ãJ│.Íø"
  b"‗Åá├­OÞCá\x12Ã\x1A┬Â╚3"
  b"ô)ù\x0FRéeC«„Vîwÿ\té"
  b"ú\x02È¥\x18t'L£Ë\r7¥õ\x10Æ"
  b"â\f\x11ÊÉ\x15/L¤›åeàeõÓ"
  b"Ê\wŸM\x7F\x1EDŽžº3Øg.Ê"
  b"»÷µ«3nA@¡Ë³\x18,“c‹"
  b"9YÕŒ=]\x1DG¾’¹\x12Þ?ãÌ"
  b"Å꜄\x0FÃ/I‰cø°‘Š"U"
  b"¨Ð¨¹=úkEÉ\x12ä0▒║ú\x06"
  b"¾ \x1C\x05[ì┘OÑ¿|¬¼\x04H["
  b"pÍÇâ{^cNº7|.âå\e7"
  b"<6+´çµöD¦Î[ÊѺr_"
  b"ï▒ES­6EêçüBw \x05þ"
  b"§n\x10Kس▓GÉ÷²\x05ÕÑFv"
  b"\t\x1A¥\x10\x119H †z­@ÜÐÄ"
  b"‰]2DÉÜ„M²\v+UÃugD"
  b"▒ó=ê\x1DI&GÄØô\x1E:X▒\f"
  b"u£‹b¦Y»J…g\x0FD\x16piC"
  b"©Äü\x05"*kM–îѬÃ\e"
  b"M³ˆ\x16E\x05\e@œc¨]ë©¡W"
  b"R4‹+ÖîIL´¥,|\f+™Ä"
  b"²E­íp\x03MKº°òPkŸ\x1F"
  b"+Ï3q<jëH“[ú’êÝgÁ"
  b"UJ½ |™@@¹#CÝÈ\x03%‰"
  b"+á‘\x1F‰ò<Mš}\x0E\x08Bè`…"
  b"HLå”á‹£G¼P7óæ;½–"
  b"ŽÈÓïDÛÏ@¢ã8›\fvKæ"
]
189 0.52 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"""
    \n
    Þ &\x12\x12îJ£Uß4Dñ\x01Ÿ
    """
  b"1ðƒ└ÔZp@ÿ\rì»çF«╩"
  b"f\x11&íZìÂG©³\x1F¤ØÅ\Õ"
  b"wÆ$æ§·ºB§FõÉ\x17tÉJ"
  b"ˆbiãg¬PG¡óqß\x185Ú$"
  b"ë\x0ESåÕÝ║Nâ#╩Énª\x18±"
  b"Å5Oõ`╠<Bæ\x1F{ÀËáà╣"
  b"–a°\x16@·ºG¦\x14™¤-$AN"
  b"ƒ║+±üQïOó╝ðªÖý\x11#"
  b"¬½;’\x1AäáJŽ÷4£˜è6Ö"
  b"¡7%¾+×ÄEÉ6GÔ\x10\x07"
  b"À=ЩPx\x00K±yŸ`l®éˆ"
  b"╔®\x06╦+.\x02\x16Ò▒ƒ ù\n"
  b"Ш%ûÿýÓD™@KšP<Q\r"
  b"×}?\x11v\x02ÄK˜³¡ß_\x08"
  b"؆a÷·KOJ¯ÂB\x01rõEƒ"
  b"█R\vtßRòMÉ=m"Q®║È"
  b"ß¹£á;sëE…\x7F\t\x0EýR¨\x1E"
  b"çtõ¤t0’J“œ}´¦ã%\x05"
  b"ÚÂ2A¾gìEó]─\x06\x0F─óå"
  b"ÙóÅR²\x18\tE│\ãJ│.Íø"
  b"‗Åá├­OÞCá\x12Ã\x1A┬Â╚3"
  b"ô)ù\x0FRéeC«„Vîwÿ\té"
  b"ú\x02È¥\x18t'L£Ë\r7¥õ\x10Æ"
  b"â\f\x11ÊÉ\x15/L¤›åeàeõÓ"
  b"Ê\wŸM\x7F\x1EDŽžº3Øg.Ê"
  b"»÷µ«3nA@¡Ë³\x18,“c‹"
  b"9YÕŒ=]\x1DG¾’¹\x12Þ?ãÌ"
  b"Å꜄\x0FÃ/I‰cø°‘Š"U"
  b"¨Ð¨¹=úkEÉ\x12ä0▒║ú\x06"
  b"¾ \x1C\x05[ì┘OÑ¿|¬¼\x04H["
  b"pÍÇâ{^cNº7|.âå\e7"
  b"<6+´çµöD¦Î[ÊѺr_"
  b"ï▒ES­6EêçüBw \x05þ"
  b"§n\x10Kس▓GÉ÷²\x05ÕÑFv"
  b"\t\x1A¥\x10\x119H †z­@ÜÐÄ"
  b"‰]2DÉÜ„M²\v+UÃugD"
  b"▒ó=ê\x1DI&GÄØô\x1E:X▒\f"
  b"u£‹b¦Y»J…g\x0FD\x16piC"
  b"©Äü\x05"*kM–îѬÃ\e"
  b"M³ˆ\x16E\x05\e@œc¨]ë©¡W"
  b"R4‹+ÖîIL´¥,|\f+™Ä"
  b"²E­íp\x03MKº°òPkŸ\x1F"
  b"+Ï3q<jëH“[ú’êÝgÁ"
  b"UJ½ |™@@¹#CÝÈ\x03%‰"
  b"+á‘\x1F‰ò<Mš}\x0E\x08Bè`…"
  b"HLå”á‹£G¼P7óæ;½–"
  b"ŽÈÓïDÛÏ@¢ã8›\fvKæ"
]
190 1.53 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"ÚÂ2A¾gìEó]─\x06\x0F─óå"
]
191 1.19 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"ë\x0ESåÕÝ║Nâ#╩Énª\x18±"
]
192 0.98 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"ˆbiãg¬PG¡óqß\x185Ú$"
]
193 0.99 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"؆a÷·KOJ¯ÂB\x01rõEƒ"
]
194 1.17 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"ÙóÅR²\x18\tE│\ãJ│.Íø"
]
195 0.91 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"çtõ¤t0’J“œ}´¦ã%\x05"
]
196 1.19 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"wÆ$æ§·ºB§FõÉ\x17tÉJ"
]
197 1.06 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"¡7%¾+×ÄEÉ6GÔ\x10\x07"
]
198 1.11 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"f\x11&íZìÂG©³\x1F¤ØÅ\Õ"
]
199 1.38 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È¥\x18t'L£Ë\r7¥õ\x10Æ"
]
200 0.98 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"Ш%ûÿýÓD™@KšP<Q\r"
]
201 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"×}?\x11v\x02ÄK˜³¡ß_\x08"
]
202 0.81 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"ß¹£á;sëE…\x7F\t\x0EýR¨\x1E"
]
203 0.79 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"""
    \n
    Þ &\x12\x12îJ£Uß4Dñ\x01Ÿ
    """
]
204 0.72 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ÞCá\x12Ã\x1A┬Â╚3"
]
205 0.95 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"ô)ù\x0FRéeC«„Vîwÿ\té"
]
206 1.05 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ðƒ└ÔZp@ÿ\rì»çF«╩"
]
207 0.65 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"ƒ║+±üQïOó╝ðªÖý\x11#"
]
208 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"╔®\x06╦+.\x02\x16Ò▒ƒ ù\n"
]
209 0.54 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"–a°\x16@·ºG¦\x14™¤-$AN"
]
210 0.53 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"█R\vtßRòMÉ=m"Q®║È"
]
211 0.71 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"Å5Oõ`╠<Bæ\x1F{ÀËáà╣"
]
212 0.74 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äáJŽ÷4£˜è6Ö"
]
213 0.79 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"À=ЩPx\x00K±yŸ`l®éˆ"
]
214 0.09 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.08 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
216 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"
]
217 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"
]
218 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"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
219 0.21 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.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"
]
221 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"
]
222 0.06 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.14 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 18.47 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Ä`\x05õ\n%N…¯„ñL%N®"
  b"\x010âý“‰;A¯*#¨’Ç&\x04"
  b"\x01åMt\└\x16\x1D╣¬)‗êö"
  b"\x01ªý8QT$H€šˆ˜\x13¼Ÿ""
  b"\x01Âþh$}ıMû\x19Áy߃lì"
  b"\x01Êíñ|••@…T†€WÑ…Y"
  b"\x02\fsÅó&òE¿šš5xWØ5"
  b"\x02\x1Cµ•ükWI›y$?°-¿7"
  b"\x02$©Ð#IôF˜\x05\x06¼5A"
  b"\x02\x7Fñ┘!aîLöz¾ÅgCÚ9"
  b"\x02ë%L¾2│OÅ\x02@JID;\x01"
  b"\x02ƒ²\x16³ø╦HØ+§Z³K\vè"
  b"\x02\x06ØýK;Gä\x18òÚ╔"0\x00"
  b"\x02þ|®Ž\eaI§Fx\x7FÅó^Á"
  b"\x03\x06Gæ¹|ıCÅDÅPÓ,§/"
  b"\x031\x15/éX H²°Ë¬n‚Ÿ\x12"
  b"\x03bÙjgºÈ@–VÁ‘kCëM"
  b"\x03╝▓ðÕ╝\x05@ØÑ\x00E&\x07÷%"
  b"\x03¾ò\x1Aƒ¸ƒH·7oÚ”Á˜\x7F"
  b"\x04\x17ï¬-qúJ‘”F^\x01™Þâ"
  b"\x04_A7¼Ï7@Å7!╬ı.Ý·"
  b"\x04r\f\x10÷¼@FªqØ&■íR`"
  b"\x04ÇMi÷a╗O▒E°¢\x13ìB»"
  b"\x04Ù4WC¶┤O£\x11÷\x0Eü▓ƒE"
  b"\x05\x12ƒºÆv I…«ƒ\x17\x19Á²û"
  b"\x05RÉ2ÂúöM¥¡äå\x19KTd"
  b"\x05Ö0=r‰ÿE°è=™r\x1As!"
  b"\x063\x1CAøÿ_N½ì¨í´%D\x03"
  b"\x06O\x13©í=VIØAFuÿT\x11¢"
  b"\x06["½ØL¢Dž›6É9¤ÈR"
  b"\x07lº×öøñB•ÀöU\x7F-ã›"
  b"\x07Œk4¨¢†K¨\e¸¤\x1DW™Ü"
  b"\x07Ö▓X╣³6AØ╗x\x1EÈÁ¦*"
  b"\x07ǘ®ƒv3G‘pPB*ð2\x07"
  b"\x07é ˜ñÒ`EšMd«Õ¤¯v"
  b"\x08[®Š¾\f×M£ÿ\x1F-k\x10öŒ"
  b"""
    \t┌UT\n
    »ØAê\x1E÷╝ø╦~ï
    """
  b"\tÿ\x15ç\tÚ9C¯v\x1EÏÔù\x7F."
  b"""
    \n
    FNûàˆôA”'9r€Ê5@
    """
  b"""
    \n
    l8uÌ?­@ÖFÅ\x01¤ÖKg
    """
  b"""
    \n
    õû┘äü\x19Jù®µ\x11RÕ×Ù
    """
  b"\v[fµ‡x=M­Ç\x16æ¾>ù£"
  b"\vî¦Î$ƹJ´þµ¹~*\x05¥"
  b"\fº¹$1óó@„ô)S\x1F\x13$\x12"
  b"\få;êÕ\x16\x1EKž0bT¤¹|\x08"
  b"\fÚp'ø\x16ìAÂ}á\x02âxà9"
  b"\r└á·ÅkF@ª┴`╔▀m\x05Æ"
  b"\rÅÇ•>ÔµJ®ÕÀoìÄ–f"
  b"\x0E\x00‘Î\x1Fü–NŸNÊ~yçKî"
  b"\x0E"À¢mÝàE¡¿\ÂB³.¾"
  b"\x0E€ë\x00£JWH•\x19¦Nw‰\x7FÀ"
  b"\x0E§¼©ç‡uO—4Jš|–KÊ"
  b"\x0F\x1DïSêìYIŽ›6Õ‡a(Í"
  b"\x0FC‰ ey¢G‹JŠ\x18\tf\x1FÛ"
  b"\x0F^½;Ø‗§GŽú\x07ú¹)▓"
  b"\x0Fh¶Ìfu\fB¾üýu¦þ\x1Ež"
  b"\x0Ftyª~¤ëH¸ê}õ—‹\x1A\x0E"
  b"\x0Fé╝▒\x02\x1FAAü÷=\x03ç,ËÙ"
  b"\x0F¥¶Ä[\x1F\vH“\x01Þ±ý›¶\x12"
  b"\x10\x18\x0FÙÊ}@ü\fd®:‗ƒ¦"
  b"\x10\x1E6Ê–»ÙL˜÷\x1F~|™è\x17"
  b"\x10;©eÀ‚ÓO¸ZÜ")˜ ï"
  b"\x10\x7Fy\x08■¡‗Cü"nTè#ÈE"
  b"\x10¶·KY–žA¼Ìñs†Ÿm\x1E"
  b"\x10ÁyvOgwH½ù¸…™*î"
  b"\x10åú\x07õVJG‹LS77ü_œ"
  b"\x11<øÎE\x1CóH—ü¥|Iýøý"
  b"\x11n\x04hñ³úI“Aˆ\x1F¶ŽW¼"
  b"\x11‘$(¾\x7FmHª7iú\x18¥ÊK"
  b"""
    \x11Å£\x08þ+ŠLƒù\r\n
    ³ÅõY
    """
  b"\x12\x1D0VŠ\x15óI•Ü.¡ãÓ;"
  b"\x120üñÞ\t K‡ëÆtŸ;L\"
  b"\x12E…O‘GpD…MÇ’Ïž„\x16"
  b"\x12W\x01\x07OźL›†¾\x01\e$àU"
  b"\x12¹ñ\x08d:]D½™°¥Ý#G<"
  b"\x12Ý\x00ñÑ\x06E˜±ôp\x10\x07d"
  b"\x13\x1Do(ŽÁ¦F†ø`8hXl¤"
  b"\x13é\x17®\x7Fg×Aô\vPÖè╬Å?"
  b"\x13…Ýws¿'B­C>¶=fhI"
  b"\x13±³¼t\x04]HŸ†¸9)ÄøO"
  b"\x13ß—~Ý\x03”L›3’ŽU¿\tä"
  b"\x13ä€YES¤B·³þ·ÑŽß\x19"
  b"\x14\x0E¿‘î[ãD¥\r|€=\x1AÁà"
  b"\x14wZ8£ÊMH¨ò\x10#tíLF"
  b"\x14ì\x12\eÚ ,Gë\x1D3@u\x01X╝"
  b"\x14’á%‡6’G¨\x17\x1AƼÎÁ¼"
  b"\x14›ÐgÉ‘\x18L’«‘ó„í ÿ"
  b"\x14¯½ Ç"OI§/!n†„/x"
  b"\x14ðþЭåH@€6ÂiN\x1DíÃ"
  b"\x15\x04ßÀ³ÌoJ»)ŒôÇ\x06ž="
  b"\x15¶–¡fGKM¼óÆ\x04FÑÐñ"
  b"\x15┌37Ôf\x14N²1Ë\x1EØ>L"
  b"\x16!ö-V¨âGòü╔'ç├rj"
  b"\x161LV}Y\x04H£ƒóºO#`,"
  b"\x16}wg˜”´C¹¤Ë{Dèþ¿"
  b"\x16ì/\x1CXþÁAïº;]\x06¹╚K"
  b"""
    \x16¹žý´ø*H¬\n
    ‰óbIƒ¯
    """
  b"\x17F\x1EÔ\x14\t7D’?Óm\x06\x16\x0Ež"
  b"\x17\f¤ƒ:AÄÍ¨ÂØ×fþ"
  b"\x18\tGþq\x19ùF’\x12‘7Õ’Èè"
  b"\x18zÑÅI.\x01IŠ@嚎4äÖ"
  b"\x19qŸ'¸–\x06D®Kʈo\x11×>"
  b"\x19╣┤\x02\x10\x14ƒLün±ñeQFy"
  b"\x19³÷╠üK\x7FCñ─ëM▄|û°"
  b"""
    \x1AÞ%\n
    ÎO§JÅm┬Äïcßâ
    """
  b"\e\x037╔î█ÞEÜÔiPâÓ9Ø"
  b"\e#└ï\x03╔dOØá9,kíê┴"
  b"\eM│ÝôNÈF┼bÉ·O"
  b"\e^\x10Ël13@¦¿\x1Aš²±›g"
  b"\e\x13,\rŸO­MÐÐ\x003ûý"
  b"\em\x00˜\x12ð2F£wJ³\x03I”C"
  b"\ev\eQˆìfFŽÕ"f™‰0Ò"
  b"\e‰Œ÷eÑ´A¶L\x15YÐÁý\x1F"
  b"\x1C\x1E\x0F5ºð–MŽ~¼sc,°Ö"
  b"\x1C§ðÀ^Ä×@®ÓÑuWA†\x18"
  b"\x1D»Ñ═ü┌|Jø\x046å5Ó╝í"
  b"\x1DÿÝ„¾¥-C¹—:ýI÷ˆ^"
  b"\x1E\x17½’ÙPµA£ûæ‹å\x06ÿÁ"
  b"\x1Eu\x15ÓåÎÈL¶¬ØóŸ˜ñá"
  b"\x1F\x18œlµEÏFªS=Wd$­e"
  b"\x1FJVDI\x16´K£Ï`‘øo/å"
  b"\x1FOùªÄÞ,A›Ý|’Ž"e÷"
  b"\x1FjÃYçu╠LØó\x1E°á|X!"
  b"\x1Fl\x00<…À\eG–\x00³M,\x1Dm\x04"
  b"\x1FÉ´╦ªÛPKÂ\x0FæäOn-\f"
  b"\x1FÙaß\x0FwsD’IX‰ó\x0E  "
  b"\x1FÝB¢½ \x12N¹L¹\x15\x1C©˜b"
  b" (—£lAäCŸr#‹W\x19ÃO"
  b"\x00Àÿ'qG©s±a6==¿"
  b" º\x19®a¬\x1EI‡*´˜¼IâW"
  b" ó`X¸2žKžœ×z\x07¶¡\v"
  b"""
    !\x01F;®$éC‡ÖÎöØu\n
    &
    """
  b"""
    !nXÍëÄÃJعµ\n
    ÈÌÙ¶
    """
  b"!\x7F«N\x1CÎ^L«É\x15\x132s4á"
  b"!”e\x1C9Ø*E¾0@\x1CV\x1C"
  b"!ÐË\x14(‹VIˆR÷Ñï%ã\x05"
  b"!Õ²±\x04â©K¾\x03?¬CLþó"
  b""\fÒT»\x10‰DŽ\x18¦­·\x1E¹0"
  b""\x105¼m\x00¼Eº·›Œ»ÀfÚ"
  b""%\x17:ï┘Ï@î¾>ÍZÉ=9"
  b""d!c6}\x18Gžbù’Þô@8"
  b""rj_˜Ë—H£¢ªã \x08´ø"
  b""•M\x16[Ê.N»5p\x06~ÝhI"
  b""òÿ‗ü╩æJ¢I;¤tú╬f"
  b""–ôÐû³\x06Iž¥è>×¶J;"
  b""¹┴(¬÷╬K½Éu%÷î+\e"
  b"#\ªËV]ÿBˆÞ&¸%X»X"
  b"#û½ÙÞ▀¾LØ5\x07Ee═\x1C½"
  b"#™æÉ/‚šN¦XAE2Zgc"
  b"#¦Oa\x11¹\x19Jœ[\x1C âS¼Í"
  b"#¨U@Én»F¼9\x05ÛØ°Wò"
  b"$Z·þ«gÙKŸiðµá—°’"
  b"$Çš=$jMC´\x05CÁÈ®\x00û"
  b"&\fÙ•k\x18ÞD‹ƒ`»©ÀNÃ"
  b"\x0Ej\fØuG–ÆBÚú“\x19º"
  b"'_Sõ©9®E§¢Ž)áïÝ#"
  b"'u`<_¦ï@Ø)4░\x10Lä'"
  b"'{‰b\x1EÜŒJ“‚aÑžgŸZ"
  b"'×_Yn}\x07N║ í\f£\x1EÜÅ"
  b"'º(8\x16ö¹J‰±MÎâý×Ú"
  b"(g'o®êfH‚\vÒâ(7eì"
  b"(©P³├ØqCü±\x18"âÎvv"
  b"(ÔÒ½\\x1E\x16B¶õ#•…É›í"
  b")ÁIÕÿN\x12G†|mZ]âóž"
  b")ÎÜ¿îbo@Š_ûxË\x13”;"
  b"*\e©\x1Ap\x1DžHª\eÄŽ€‡Áh"
  b"*/]Ù䯑A¡&ïT\x04Õ\e¬"
  b"*Dq(›å¿L‚s\t8¸œ@Ð"
  b"*ytyíi6I©«+ÇÔƒÜ}"
  b"*í㊊TíJ’S¢‹!}N\x00"
  b"+,oÒ}jƒL´\x00¶]2ÔŒ€"
  b"+“nˆyØa@ \x10J€¢\x07½W"
  b",\v´R{þwEüϯ'\x17Æåm"
  b",\x10ôo´\x0E´Lƒ‚‰;\x17x\f"
  b",Aßìû¡ËE¨\x1Ajå¬Å\x1C"
  b",gØãµßqDö¨\x03j¥ø6Ó"
  b",iñT&æìE«\x05?\x01ºtý²"
  b"-$¬lˆYæK‹æ\x13­ßÏk³"
  b"-xæY\x12\x7F,GëG¦\x17Åt■‗"
  b"-¾§iÝD\x14J†´ƒ—\x06\x10-g"
  b"-ËÐ?î§ÄC†ÿN´»\x7F"
  b".k\x01\vƒ4O”…àN\x07§ã¦"
  b".ŒS\x7FÒß\x12B¡«$VŠvÚ5"
  b".õ‚pmé¯J·dÈõ½G@½"
  b"/\x0F\x00œÔ\rL‚¼ß£ÔIß”"
  b"\tú‹ëjOºDÖħÉÑÚ"
  b"""
    0qMÉúä│I▓BA\n
    xõ+\t
    """
  b"0z\x1FÃnÎ\x19H“ʘWj!¥s"
  b"0¤ä…M¡¾E©ãŸhñ†•\x08"
  b"0ÜÀ}æ#åMŽ;Õ¯™Ã}ç"
  b"1ï$åQŒhEŒd{ø¦\x1A"
  b"2 h"\x13€îN€6\x10ª\x02ªÔ¤"
  b"2+/(\x02u\rD—\x05b—ðÔÖ7"
  b"2.“¸\x04ú›O‘˱ʆ»­u"
  b"2“”ßJ\x12âM²èŠÔ)Æ2\x1E"
  b"2ÿHؤèíM╗·CKÈhL┌"
  b"""
    2Ôd\x06¡În@¾”\n
    [†(eq
    """
  b"2±ÚxüV*Kí\x1F_Þçü>G"
  b"3¸┴┐®\x1CsMïs±\x11ì÷wè"
  b"4\eôˆVpîD…ã ùÀÜ|@"
  b"4^÷ºñ\r*B©nÎÿºË¸¹"
  b"4╝Î^ÛÏpJàÌÏÅO¡l¬"
  b"59:eB}ôB½Å\e{lÖñ\t"
  b"5ÙçØï¦\x03E▓q»2│\x15"
  b"6\x0F(ý6iô@‰š\x07\x10h;çÉ"
  b"6t\x08\x7FÃôøI†KRÈØY}T"
  b"6ˆ{8XÐ&Lµª†š.©!«"
  b"""
    6ìê(Ì·\n
    \e32w§oƒ
    """
  b"7\x17˜.—\x17\Mº€Rkmþ²%"
  b"7:Zåê‘ÑOµÇ¿qÜ¿bÀ"
  b"7Pp«ïì[FôÝ\x16LZg²Ò"
  b"""
    7šÕ§.ÊHL’×Ý\x1Dú\n
    ©S
    """
  b"7Ø®┌G2_AÅ■\x19╚╠Ýõ\x16"
  b"\tæ\x14j=KºƒNó\x0F4ɉ"
  b"7íc/4<¡L•Êl0舉›"
  b"8\x08[\x1C@.zN¥\t¢µ\x13¶«Ï"
  b"8\x1E^Ï“¢\x14FšÑ/BSeëò"
  b"8\x1ExR¨e|K²j¦²üœUg"
  b"8IDü\x02Æ%B«²\x02ãE’èo"
  b"8 6ºÆynA‰þz\x1Aåö@p"
  b"9\f\x1Ek4I½ßzkvØ~Y"
  b"9\x0FoÌ…¾ØF¤\x003™–×–û"
  b"""
    95„P¤SÝF¢ä¦\n
    t_\x080
    """
  b"9ˆA\r5\x1AýN–áȾ–à%\"
  b"9ú■â6ûxMØîV\x0F©`=¶"
  b"9Éž)\x18®ÄG¬g\x04¿L’“­"
  b"9åÙE¶/üG§ü‹Ý=¸(t"
  b":©¶╠>6³KÅÒ\x14FH;ùm"
  b"\x004[ÉUEƒ/õ´9j_å"
  b";Y_ŽütUKŽEhÍVÆ\x07"
  b"<>ÏÈ&L3FÜ*‗ºìD\fø"
  b"<CK!g­#Fµ¶°\x0E–ø+Ì"
  b"<Ju\x11`o\x06KǶ┬\x1EQUÉÔ"
  b"<SplxÏ\tO®$aà³S\x15"
  b"<_\x10Ó¶|NFº\x0FcÌ:;\x19ñ"
  b"<jÜr³\x00KH¾O?2ù\x18D6"
  b"< E̹|\x14L çÇu™WßÀ"
  b"<«ŒSû3ýK“\r]„\x14,àÀ"
  b"<¼ê\"ÁvG¬ŸðWÁp_H"
  b"<þBß,•EB‘!w  ýÈ]"
  b"=+\x07²Åû Mó-ËÖÛ│SÍ"
  b"=\x7F\x04ç£\x07ÿH‘-k\x03\x19@p¹"
  b"=®á`‘%dI•ÁÉI¸´¢\x0E"
  b"=Ï~ƒ┼x}Dì\x16JiXª±é"
  b">q¤™\x16ä\x18@¾·ÁoéE"d"
  b">«26±pEJ„óeÌ\x1A¯\v\t"
  b">Ý·êt/\x7FE–Ê,ù\v–²\x16"
  b"?¬ÓšÓK$C¢‰Ï~\f^¶W"
  b"?├\t¾½eåH┐V3m{ì▒\x18"
  b"?àûš®X/@²rÙ\vcp†_"
  b"@w╠2^ÅpIñí\x11Â\x16G<╣"
  b"""
    @¬¼ý!É\n
    D£?\x17][0ı*
    """
  b"@®¡7sß(Hƒñ]è\x17ªUÔ"
  b"@¯zÒ%qvK—úÓ£™×˜S"
  b"@Ù€`Ÿ?;OŒF]ÞsÒxY"
  b"@¹DÒe\x14ZDØåîkþyyª"
  b"Ai?G¶ƒ\eH³‘ÖÄ›|<ã"
  b"AÂ\\x1FÇßóM²7˜A8À\x1D°"
  b"""
    AÆZX_ª\n
    E¹TÏŒ\x02\v\x01ç
    """
  b"B\x15\v€þ#\x11\x04< ?Ûf\x02"
  b"B4§ƒüÐ\x1EO¸Ü>+KDr\x01"
  b"CËð\x16ç)\x0FG¨«™/’MM’"
  b"\x16µçr#J¼|™\x14Á°Þ2"
  b"C좷·¯4J“\x14]r;ý\x12'"
  b"D(\x16‹ÀÅbGµ\x1EÙh°œ\x11ð"
  b"D9Pf\x05ËîM¿‘BVºšÙñ"
  b"Di{†ãéûHµ>†ÄRêæù"
  b"D{=\x05sT‚Mµ™³/„ìÝ\x04"
  b"D═º\x1E1)¶JÅq░\x7FUIÊ\x13"
  b"DÕw\x07\x17P®LŒ²\x1D•çÚBÃ"
  b"""
    DáÅ\n
    7_§I¯"’\x03\x11ˆ
    """
  b"E*ŸÈþkoB¿ÄMJ´Â\x04î"
  b"E^¢ærìå@”F\x0Eç=FŒ_"
  b"EŒÊuÕBÍE¸aV\x14½³#§"
  b"\x01Í@‹üD„È\r(–+¯O"
  b"E¸;v ™·H•¯qh}¿À="
  b"FU—›’t,B˜Fíù²À"‚"
  b"F…·yp(ëH³QÓbzp8Ò"
  b"FŸáïÌõBF‹åWk‚"8¼"
  b"F£”@ñ)WA‰cÏ%`…ÓÐ"
  b"F§ŠŒ)\x11ùB„†dÅ¡sx§"
  b"Fµòi6)9Eƒ•\fg\x1FÏ1|"
  b"Fêp#˜.\x07J†U{oÎQ\x17g"
  b"""
    Fêµ2’;\n
    G™Ò'DÞ]Jï
    """
  b"G£x\x13Q\x02¡G‚»¹Aw[<Æ"
  b"G¶y·ºÒ±N™ß×\x07uøŸo"
  b"GèNঔOH—b#öL®#<"
  b"H\x15{GhãúH╗į\x10îuÉD"
  b"""
    H?0Ĥ\n
    ÇBˆnðÉ39\vË
    """
  b"Hm’þ\x04'\AˆÖy(…Feæ"
  b"Huc¤Õû®Gº ;£÷A\e}"
  b"H\x7F░ü}╬\rF碭6(·\x10\x08"
  b"HØsµ█QØA░Xýn²Ù7y"
  b"I\x04Ú\x12²1pE¿ˆxö\x08àñ("
  b"I,ÕâBÊ╣C┐k+Øıjb^"
  b"I└p\x16Å\x03ÖOï?ªTs{\x17-"
  b"\x0FvÜÇ”Nƒ¢X¢­!à„"
  b"\x11\f\x0E –N›\x1EÆ•Ó\x10˜Ë"
  b"Iù"M¯5!D½¢³$\x08õ b"
  b"Iú¥8}™‡@¢\e²Í\x19ÛÎ("
  b"J\x1AØ\ôf+IûeJ¼\x03<Ð╝"
  b"Jhìš=­\x01M¶1|ìÈEû\v"
  b"JÄ;Xd·ËE§GöÂ\x13ïÇž"
  b"K\x1F S–'.K‘1á\x06\Ý_ˆ"
  b"K%\x03Xæ hJ޾½œšüƒ{"
  b"KUÌ;þÃ#F¥\x02Q¤=0f»"
  b"KØ`ôÝpEL░íË9ß▀DN"
  b"K¥Í=\x06ÞU@¼ð\x0F¸ô[üã"
  b"L6¥Þ¼²\vJ“L^g¦ª±\t"
  b"LhÇ\e¸yèG¹ƒ·œ–Ñ\x16\x12"
  b"Lq\x02nnµ˜L‚©äR3“Ð\r"
  b"LˆÆÑ8SÕE¸q=ÖÑgŒ\t"
  b"Lóâ=Í\e5NÉÂõÆÀdÊØ"
  b"LÄìÝËi½J°ØþƒH)\x0EŽ"
  b"LônB9³ÐO¥,Ógƒ³x½"
  b"M!¡ÌT\x0F\x12N¾¿½¬\x1A¤•""
  b"Mx·\x18\x18\x18 OØÓı{é\tí>"
  b"M­u=0ׇF«TæZ¯É\x1Fµ"
  b"MÍtqO ÓK¿¬O\e°òøö"
  b"MÎ÷Hò9dF–ó7h0÷[·"
  b"M¹¥ÐÅ"3M¡\x1A/ÂÃGÚ\x03"
  b"N\x1C\x0E‡ÎC±qï³–f{\x11"
  b"N*Ÿ62\x14‰N‰""=;‘ú\x05"
  b"NFß֎ʪK’¤hD\x18UÅW"
  b"Nìõc?jvHÇ\x15█u\x19lÉ┬"
  b"N­“Â?ë$A¢‘r¦ÆG7†"
  b"Nï•›È'}HƒâÏ\x17¢™£\x06"
  b"O(25\x1D\t‹B™õfKÇ´\x18Ù"
  b"OS\x1A\x16žóD”þ%«¤Ð\f&"
  b"Of[¦2\r‡D»\x12éÝlR\x15É"
  b"P'š\x1F»ÎGH‹2cÕ&{ \x10"
  b"PìÞÍ┌61CóñYà\x17¤Â╦"
  b"P•¸7¶=ôI…\x08ÕÉVú#\x02"
  b"""
    Q\x05\x02\n
    ±E\x05A¨ô\x19u0!\x05$
    """
  b"Q\x13œvM\rîB¨\x15xòG\x14ʽ"
  b"QªRG\x16[d@Š(.‹¦š\x16È"
  b"RZ▄6\x1FgºH¼jD┌x\x19üt"
  b"\x12­v╗=I»T°±‗·H\v"
  b"RÌû9\t\x0FúBŸ;\x15\x14t›"
  b"SK@\x15µÝ-A’½„©±Ò û"
  b"SLT\x01¤ù╗NâúúîãÉ^C"
  b"S‘¨8Î[ùNš™zèfô<]"
  b"S–˜r§k9G’®73\x14\x14\x17\x0F"
  b"S´¶…\x1C„§A•¹¬˜‘Jœ$"
  b"S¿ŽëR#ÍB›­äΓ½\x06\x00"
  b"S÷ð‡ÈO\x7FE¾ ³M\x06\x128‚"
  b"Tí ÃjƒHGâ¤\x15£½ìa¸"
  b"TïÂ]\x1Dµ}B§\x17÷ÓíÄó\x16"
  b"UC&ZQ>‡Mжîö«mÆÚ"
  b"UXä\x03Å\x13]K¢¥£r\x17‘ýk"
  b"U_^ª8-åD•7.\x0E\x16Ù†„"
  b"V\x14\x15^R¦ºJŒ€½u"œc{"
  b"Vv´߃(Gí\x1F/YÅÕ■["
  b"\x08ä¶YhI┐╬;èîüZ;"
  b"VÍ$7@OjF—…\x08ýaƒbq"
  b"W/m:þy{Aèì\x16Üp¿dC"
  b"Wì³0&öÎC—¹\x11¤ýMƒÊ"
  b"X>ª‚£ÀQM†ËSð[÷Œ„"
  b"Xj┘jx\x12ãIØütÑ\x03╬ê\x00"
  b"""
    X˜™\n
    ±W¨N´Äp\e-Ô[\e
    """
  b"X¹ÄÌ|=zEœÙ3ÞÄÑ7\x11"
  b"XËò\x0E░└╩GüÝn´×└®┤"
  b"Y\x10Êå·cÛI‡Ç\x06OØüÑî"
  b"YVûž#\eÃA¶5é’wz×\x0F"
  b"Yd±\x07`¡ÈB…«°dV3\x03ú"
  b"YÎõ+X46F•Ã÷v˜>½Y"
  b"Y¤¿ü\x06ý\x1FO┐ö\x1A}▄ï§]"
  b"\x1E\x03Ó)<G•'ˆyÙ\x0Eï™"
  b"\ßÜ/ÑÂ\x15B¼„®~æ=^\x04"
  b"\x14e€ã\x08\x12³\x05Ó/9€"
  b"]\x1F\x1Cþp‚\x12J¸1ÖÛÈ÷–7"
  b"]9ôÜóE%K¦OÇ´óŽ\x05ë"
  b"]>2pM¼¦@‚ÃäÛg¹X\x17"
  b"]N\x17çÙx▀LÅ¢¼H7WÃ9"
  b"]ŽlÏ^;tGµ\x0FûhÄ\r"
  b"]½1\x05i<\fK›¡üÔà![Á"
  b"]÷\ ┬4\x05C¥¨Ò6┬||Å"
  b"^.*ðµ\x11Š@”¹&ôON\x01½"
  b"^W?\fô¿\x03\x02­?´\x01<="
  b"""
    ^p\x16Ú:%rE¢\x03O*\n
    +ž€
    """
  b"^ÂDT€à\x17N¿aÊç42\x1D\x1F"
  b"^é{«»ÜìNŠ\e÷ðår,f"
  b"^ýÂñ±¯«A…\x15l~÷(nA"
  b"_\x17\x12\x05DO‰ÁwŽÞ¡Õb"
  b"""
    _"C\n
    \x08\x7FâNÅ¿;2o\vÚ╚
    """
  b"_P @£`_Oçë]lÑnáì"
  b"_X\x15S±ª;Bápü96>j\x13"
  b"_Òw‡îë²J™ï Tz\x06Ww"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"_²³á^\vzCÉé┴sms~á"
  b"""
    `\x14QùìF{Fî@K─\n
    õ\x10a
    """
  b"`+e¦=\x19¤Oââ"▀¢ühC"
  b"`NMð\x18²ØO™á„›þ .I"
  b"``ƒä\x1E\x0F<L¿„m\x08\x10\x17ß–"
  b"`{^ÔÙ\x12eH³\e\r€Ò‹\x7FL"
  b"al╠Rpj/Nü»ã{╩D\x19{"
  b"am\e\x0F\x0Fqà@‰‹¨\x19•rΘ"
  b"aöØ(òËÐI¢&~M\x14▒cô"
  b"\x19AóEuK³š\x01\x0Fq\x0F<n"
  b"b7§\x1F\x01\x0E¨I╝+ìô´\x10\x1A¦"
  b"bs\x018„4ŒB»ˆ¯Á¡ßøG"
  b"buT²kìó@í4═D\x14\x08¡\x07"
  b"b´Ö\ÿ~oK«ÚÑsV\x05™n"
  b"b─\x17ÚÊ┼ØKÁ7RæTø░Á"
  b"b§]\x05:%ìHŶ\x0E\x0EÊıÞv"
  b"c\x04®§’ûåL´]€³dAòc"
  b"cF\f5æ‹HK®Æ[ML¬]u"
  b"cŠmݘÚ\vI©E‰œL}&È"
  b"c«2\x18\x00\x14▄Jú*»lÆØ³ê"
  b"\r|”˜¬C°Fé_âÔõŒ"
  b"dÅØ¬…ËkE‘üßa±\x0F\x13O"
  b"d­│¨\x05R\x04MÅc\x7FóDw\x03ê"
  b"eD0Ü1)6Cœ\x7F§éEiœý"
  b"e±Æ\t\x00t…N²Ú¡àfä¢*"
  b"f:R‡m¼(J£Ú{üúÍ$¼"
  b"fD\x10> |1Iì3i\x0F\x05ªË¸"
  b"f”Ó\x10‡a­E©ú¸\x10Z3Aî"
  b"\x12í»L~O‰/\x1C@M~|r"
  b"gTcÑ”´‡B­Ÿ\x13M\x1D‚~ "
  b"gVµ\x1C¡╗ìL»Å£r®·M┘"
  b"gªÆ\v\x19!\x06K▓\x1E└╠Aüè}"
  b"gðJ\x1F\x1DL¦|Ãã»\x10"
  b"hgÑ‘ßh“BŠ„YsUs‘p"
  b"hy\x04\x02\x13\=@¡TÝ‹(ç\x1Fž"
  b"hÊèü/(\x1FL§L\ëÌäJ "
  b"i(\x1Dû\vä×DíÉß0õ<╗\x0F"
  b"iìó¢Å╚jOîþ\x117Õ┘Å\x1E"
  b"i“úmò€ŒF¤Dl°³3ïw"
  b"i¢»’q\x04`C¸‚\Q#d|#"
  b"i¦ôtÚØ…G¸4'¾¶Ð)î"
  b"iÕ║ì\x1AÈ\x03E¿KµÖòº\x1F\x08"
  b"iô¡Ì`„;A‡¢?/tw-ô"
  b"jX\x06ß ╠ØGñ×Ð^É7ðë"
  b"j`Ž\x7Fõ—AA´CŠHÐ\x01ìŽ"
  b"jœý:J\fnC—Òj\x11b`¼6"
  b"jžt¿!½îE®œ—¢’tƬ"
  b"j▓╝█╗õzMÉ;\x1E:▀╠W""
  b"jÜ…Ø\x1C7YIƒƒp”‚´Ÿ“"
  b"\x13_\x11äBF›ÆÀ¼³½\x1Cp"
  b"k\x16IP_.HIüpWRê³^ "
  b"""
    k&\x1CÝŒätDƒwÂýç´\n
    O
    """
  b"k@\x01„4“¥G€\vóàô*í_"
  b"kCò+½\x19ãJÅ»\x15\x1Aõª"
  b"lâ—)ÆÓ’N°hø”ú'\x194"
  b"m\x1DZÿÑM\Aª3z­Ð\x03I."
  b"m]ûù\¾kC¦<¯Ý[\x1Dø_"
  b"mÌ´Ø\x12\x1DŒM“gxåþ\x03ÌÞ"
  b"mð8ÿg´DK²\x04¬qïRtc"
  b"""
    n…W\n
    =F€Aƒ¯Ë\x03þªü–
    """
  b"níŸ\rÿ\nšEº£Hd},M\x00"
  b"o%0¥¥ßÔH±‡K :¹,¼"
  b"ocòí\x7F²ûL¼.­Û\x10\x14Ø­"
  b"oy\v`╩■ØBú1D═x~3\x13"
  b"oÛÚ³õpËK¸p˜hà èæ"
  b"\e├ÒL\x19\x04v\x00Ø\x13^\v"
  b"\eî~záO€9é5ÍœŽ¹"
  b"p*àg<╦┬Kåý╚Ø├¹2\x02"
  b"p2–„\x12™QJ±|ʺ\x07ˆÎ!"
  b"p3!8a$?F·\x04éÖTÚ‰¡"
  b"pZ×\x01UÆfG¢\fÙ_ï#pÖ"
  b"p█i3JðÎG¿o?rüpgñ"
  b"p²±▒O╝ÝJ¡ý).\vÉBC"
  b"q\r~ÿWõŽM¿À…\x1Dî)3\x11"
  b"q#ØúV&æHø▀Äg\x18 PÄ"
  b"qFoý╗0(Nÿ|Ôų©ÅA"
  b"q¼VªÎ\x02™F¶Ï„ÏoçE@"
  b"qÉ›ekhªL˜åmPŸ»\x05"
  b"qÑÆ*\x1Db\I’}ÛSÏ*=¿"
  b"qô/$U\e·D¹lA¼Î\x1CMG"
  b"r\x08#vöCÃG \x15&\x01"§#z"
  b"r=\x14a­ÝþC¨“¯\x07ù@r÷"
  b"rL•Ó‹´$K˜ëLAy‹r "
  b"rX\x01d¤¹O@œ:aVzŸŒ0"
  b"rxëÑá:\x1EJ©«¢Ó,Ïêÿ"
  b"r–ŠOz\x00ÃM”äMŽó\eí*"
  b"r™ãU{+“LºïE}>¶[Q"
  b"róÚ±ª9╣GÉÔH\x11\x10²CW"
  b"réØa½\x19rGœŸ`0Ü­G\x10"
  b"s(z<øÅ·G©\x12VÊ®4█X"
  b"sZ-A1# B¹P„‹Nd©á"
  b"slÓN©\x06¢@ЉF¶N¹©-"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"twí:ÝXLG²ý\x08­½·:˜"
  b"t{\x12\x7F▀/dFÉÑå ø¨ß#"
  b"tƒ´¨Šþ\x1DM·=0"T„\x0F¸"
  b"t¬·<7bN@’‘ü\x1Fö?¦‚"
  b"tóù˜Lñ¯H“\f\x1DÆXJz\x08"
  b"uDŠ˜}là@£t\x7F8l\x06"
  b"\x07ÃDÖ…IˆÑìðBA°\"
  b"ué‘›\x1CY‰J¢‘‘äCÆ0·"
  b"vŠÍ6gjDD‰\f¥Ùí3D="
  b"""
    v·è\x7Fð³•Cš†·I–;\n
    Û
    """
  b"""
    w\x1A®ýaÂÞ@¸[Æ‚v\n
    \’
    """
  b"w'oT…ªQC™ÿÏIAû\fn"
  b"wB\x1E·Ì\x12¦D‡S°n¹³ý\x00"
  b"wjúÀ\x1DÎþAƒéX½\x10á*p"
  b"wÙa!‘GÎD¹Â™>‹Ö.‘"
  b"x\x14dª¤ƒvK™Ò«É{kÁ°"
  b"xGu\x0Fû;¢DÅ\x03+±Ä╩zã"
  b"x}úÚ¤\vðF×Umì‗Ù▓!"
  b"""
    xúD¡╣\n
    üN¢lïG\x05░Í[
    """
  b"x║ó┼üaVEñ│e╣╠ÀL¦"
  b"\e"EjàC°UÙ¯’-ļ"
  b"x ı(güîG«%g╩¼ãøÎ"
  b"yWÚsE&þEª8©„@‘ÿÚ"
  b"z\x17žÃ`bžJ§%¯ä\x12e\x0FM"
  b"{\x1A\x0FhÈöJì\x10\x02}¾pÎP"
  b"{X\x14\x0Fœ×ôC´T¢Û°]î\x01"
  b"{†™<¬µjLºÓgŒ"é>Í"
  b"""
    {‰öO—3²F©5¥¹«\n
    ر
    """
  b"{ãÓc\x13\x12iO§w\x12Þ\r8Íû"
  b"""
    |\n
    RS_½/J¯F]¢¼\x19qH
    """
  b"}د╚\x03¥ NÄ\\eBÍ▓\x1C"
  b"""
    }Èü\n
    q3\N¥eßêÌ`° 
    """
  b"~'…7o´KK¢ücþÕ.:â"
  b"~Гå÷\x02âE‹Z•÷î€|2"
  b"~÷§®ˆž0Lµf½\v¨âÔ•"
  b"\x7FáèÍÈeóE›,TÃMß`Q"
  b"\x04WûP\pE“\eüÑuýÚÑ"
  b"€!Rß½¶\x08L‘è¸Vº\x1F"
  b"Ç"(\x1E>Ða@░ÇyÙ·ÏØ­"
  b"Ç?P\x12þÁàD£k¨ÊýÅè¹"
  b"€U…‘'%;LªË\fSéð\x07è"
  b"€]5láãgG¥’\x06\x12 «\x01º"
  b"€ŒÚBYòFIŒ<HÒ_Sxm"
  b"ÇÖ¨ÞÔ\e:HØy)¾*║2+"
  b"Ç┴ÿ_¦ærJØD<åJ▀þ^"
  b"€ÿ\x18·ì{•I +q«à.\rÁ"
  b"ü>Í\x10±³WGÑ<│║N¦╗1"
  b"üºª;ÎùÞF¿\x0Eü±ô└¡B"
  b"éE▀░ýé&FîQ\x16D:ü¶^"
  b"‚kUºnM,JŸ}^Äeú,F"
  b"‚Ó\x16N\x19×}N¿`Kß™JÂÚ"
  b"‚Øz9ºÀ4D¶×È795ËR"
  b"‚âû-ƒ~¦A¡'~\x19øS\x1Aù"
  b"â\x08©­PYfO¥«\r'\r^ü-"
  b"ƒ%\x038\x00´\x1FIžw²7÷\x11»>"
  b"â9\x1Aøs3AKìÚÈ╣ýä¡_"
  b"âf\x06ØÔMÿB░\x1DÖ╗JN)3"
  b"ƒ™šT"¤›F«°d*Q\vsV"
  b"ƒ£ì":q=L½÷U!\rm²F"
  b"""
    ƒÀ,W=ܧE¶Mâ\n
    §íóå
    """
  b"äJ┴\x11\x10┼ LÜÅÉ">Ôõ═"
  b"„½×\x12$>ºK½k¥¯/""r"
  b"„Ö\x1F®ÎÀ¸B˜µ\x15èè\x07ÿy"
  b"\x02uâp¤xL‰OR°††–ü"
  b"\v`è”±?AƒÖ\x051o¨Ak"
  b"†;Uêžç_I§ÿÑMÍ­ûc"
  b"†oLsrQŒKœ\x04K\x05Nb¿í"
  b"å×òÎ\x17ÔÅIÇ\x1E\x07ƒ`dí8"
  b"å¨S~░w\x18Fز╣W¦\x13╝&"
  b"‡<2Ó´S¼D‚Ý\r»øj\¼"
  b"çHnæ\x1EªBDÁ█ü}¥ú"ð"
  b"‡aJô“ƒIL—€Ê\x06\x1D/™V"
  b"‡tᎅtVH‡MMæÃ3˜\x01"
  b"‡”§¶ï½oMŠ´:6ýÂË7"
  b"‡Ä\f\tÕ¸7L‚U:\x1E`8¶™"
  b"çß?\x19»º¢Cê¼Æ┴░▄LØ"
  b"ç²cwE¸üC║╩▓`7ÐòN"
  b"ˆ\x1A\x1Fc樂JºmUoi-uÍ"
  b"ˆ$\r\x1A\vO°nQ¢\x08¨¬Þ"
  b"ˆ\"‚¸ì/F¢±kç6GÂ*"
  b"ˆÆÞOI‘\x1AIªfºØ\x1EA…Ö"
  b"ë:\x04$ËeWBü=ú|/UÌ\x00"
  b"‰G¡­PcdI‡‡Lû7\róS"
  b"‰`Ì\x13íú\x12G­Ü`6&c<Õ"
  b"‰³\v\e£Ë:C€rÌ9¤€Ö¡"
  b"‰ð\x0Fê¢Ò×I›Îj/\x19\vJ4"
  b"è!å6F\r\x1CBüƒ\x01\x06\x15ªiP"
  b"ŠEé$.Å>F¤â\x04áN‚Å*"
  b"Škì\x18@úòJ²Ç¿?åÿöc"
  b"èÚ░ÄÎý:Láì\eÿúï-Ö"
  b"ïAG┘§\x05oOÅwËa[\x08ËÒ"
  b"‹fKŠÏ uA³à\\x1FRR]Â"
  b"‹ Ù‡Zi®O¶ŠõÍë÷0«"
  b"‹Ú‡†–¬úL’."\x14ŽA+†"
  b"""
    îI7î\x19¹îKü¬\n
    z*!"`
    """
  b"ŒNÄiÒ­0K¸ž:%j_:6"
  b"îÉ qºÿ─HàZ\x00k¤Æ5ƒ"
  b"îØcÇóù■Kå}nÏ99\x7F]"
  b"Œ¡\x065D½„L§¦äo\x17\x02\x1DÏ"
  b"î┼qv┴Z&CüU!¶ÝÄÅå"
  b"ì(─╔ÇAWIÿ\x03Òð╔Ðs "
  b"ìMR)ÞóZIôÕ\tÜÑ.Ix"
  b"ìV³ç*´╗GÖ;ܰ\r┐d\x14"
  b"ìp¶\x15"«©NØ‗÷yZÜC\x11"
  b"ìÉ\x07ëÙ*\x06\x03Ó`\x01m\x0E"
  b"ì²^èq\x14Û@¬"Y÷\x064\x18§"
  b"Ä\x039È┌"ÝIºSæ┘üêı\x14"
  b"Ž\x7Fîœ&{ƒJ¿i·Û›*\x1FÙ"
  b"Ä£Ë,Å¢└J┤0»wüö)\x06"
  b"ŽæCæ©Ä$M»` U|®K\x03"
  b"Ä·Üð\x1DÌßJìÐ ¨©╠╗±"
  b"Å\x05.▓\x08┘T@ê¦ü╚Ó\x1C¶³"
  b"Å'³'¢ÍÒIÀ\x0EW9┌º1╚"
  b"""
    Å+§/ݯ$LÉ\n
    └SRYV§
    """
  b"ÅÚ‗Ebf÷Mî8┬\x03ÜÒç\x03"
  b"ŧ╗Å┌û3F½æÞÜ_˵└"
  b"É6è┴×\x10gGÆ~Û¬uAF³"
  b"É<\vZü`ãFÇòMt\x03ØÔ|"
  b"ÉxÓ\x1C4Í¿Gú<║\x14Ë\x04ûÜ"
  b"æÀ>å╣\x19ZE®█ìk6@Ä¥"
  b"’3\x15ÚY¢\x0F\x06ò¦(\x1Dfi"
  b"ÆZ\eÉáïìOêU\x17ja╗├\x19"
  b"’c^\x10®„OG„’\x01a\x03÷ËG"
  b"’³×Ö\x01\x0F‘L˜\vò´ÚC—"
  b"""
    ’ëbï›I˜GˆÍ\n
    ݲ\eM@
    """
  b"\x06»\x1A£’‹O–¯‰‹|ô\x02Ó"
  b"""
    \x17\x06¥¶O¬þ’\n
    \x01½Äû
    """
  b"ô\x1D ıHü¨E╣╔³EX¶gJ"
  b"ô5Â\x19ìÅ/@╗oÄÝ÷▄█×"
  b"ô<Èì=\x05PB¥z\x15×ü\x1C³ê"
  b"“]¶lÝ„¿Aª‰ÛRØ9g."
  b"ôk\x1C<ÅáöKàÙíÆÝ§╠&"
  b"“x@„‹Î8Fƒ¿‡ p‘²X"
  b"“ƒås¼¯WL¨¿-Û†»ßó"
  b"“„Ìð6„òG¹ë°'Üšt÷"
  b"ôï*Î\x03¬¶@ümûı¹\x02"
  b"“«sïF9ÑI·c.£“$\vK"
  b"“·(Ø<JÎO·Øøü£y-Å"
  b"“Ã2b“\DJŠè\x06…h"ºý"
  b"ôÐþÿa¤¦G¢üe-┘ÌÑS"
  b"ôÚßQ╠ú AÁ¹iÉ\x06Yæ "
  b"\x1Ci@\x02é—K¼\x15‰sœ4`ï"
  b"ö?Rwÿô┘Mì s\x06╚EÂq"
  b"”FTƒ¼ÍÀFœ&\tbzÀ¿&"
  b"özä0┘zÍBØel█jËÐ%"
  b"”š(@TÂ]K¼#\x12\‰Ø\x03¯"
  b"”ËŒW_‚žI†\x7Fa\x0F.0ÝA"
  b"”ͼvèRãN—\x1EûÌë¨rë"
  b"”ÔKü\x0EÛ\x15@›?QuàÝï¿"
  b"•:\x1Fð½ñgJ‡QM.u/¡]"
  b"•eÍ4\x18cà@¦å¶ø\x13ÊR®"
  b"–%måÚ4jF–Ú\tg«<\x1EÐ"
  b"–3ƾN|\x1CO›€¹\t\x07¤W;"
  b"û¸├qkUöGس,¿¥ù®t"
  b"ÿT|øåÚ\x0EL½Ød¡KÞÎê"
  b"˜í೦\x01ÙB…\x01š\x00w\v\x0F"
  b"˜ôQ°q#nD€°\x04\x1CR·ÇX"
  b"\x16\rr‰\x16'@˜Ñ9òN+c\x10"
  b"\e‘¾\v¬\x1EA‰s-ž‰¶HÄ"
  b"™~7®Ç¸vL¡á‚û?5¡r"
  b"™§:eÚ¹\x7F\x0E™ê7ÖŸÄ"
  b"™Úôú\x0E³$D¢ÀovÀQÓT"
  b"š\vCÖX€óL„ˆqy…mä¶"
  b"ÜlÒ\x02▀à2DÉ÷° \vó\x10"
  b"›8p4~š6N«¾\x03Ô+óœÛ"
  b"›8ñüWbKD¦ô1Â\x133\x07F"
  b"""
    ›Y4Š9\n
    \x7FC¼mÓÆ@ÿw}
    """
  b"›„vº¹\x00üC£{Ý!èEäõ"
  b"›Ðl\x07.ð0N F\x00\x08\x1CøËb"
  b"øÚ\x17\x0Feg@òÅõ»▓¹\x0EU"
  b"""
    œfØ\n
    P@oNƒ\x16\x19Ðõ™bì
    """
  b"œ{jÏMµ²M»i°oèëê4"
  b"£ë\x13ïµÂ;LªcÉ\x0FãNñ\x1C"
  b"£û®³)Ü´GÅ│59·{4Ù"
  b"œì;ù„\x0EÊN³I\x05irX…ã"
  b"Ø\x1D\x10hD_¦O®\x0E\t┤ïÞ B"
  b"Ø(¥éÂizIÖ3█L«\x17Â\x1F"
  b"ؽùCH|­DÂ═áÜ╩#│\x02"
  b"ØÀh\x02lç▓LÜ:ÈiÙôEa"
  b"Ø‗?V¾Ó­IǪ6Î■#7©"
  b"ž%ž~x×”J¨d¡S|sk÷"
  b"ž7© ×U¬AŽ2ÓÅÎãZŒ"
  b"ž?ÁRµV´OŽ›ßç\eDåI"
  b"žzN{½O¦I•à“A§L\\x00"
  b"""
    ×åiñÉÖÛJª è5¾\n
    
    """
  b"ž éˉx\I“³äßdšÕ "
  b"Ÿ0¡<;•\vDž;¥[Œ©;x"
  b"Ÿh^þ9"êJ®,[Óx¯\x01\x18"
  b"ŸÏ#ÆŽˆÆK„’XtÍ\x17"
  b"""
    Ÿê¯ÒÄ–2@¢<H›\n
    žG\x04
    """
  b"Ÿúiïâð7I¤\x13šŠè‘¼/"
  b"á2\x0EÁ╝ÜNGÉüçÏ÷Ýhs"
  b" Šh\x01\v@ˆPþ\x01ƒ¼É\x1D"
  b"á¡─mÃ║»MÅX═*lñxD"
  b"""
    ʫ8„6\n
    N·ê0üõO"P
    """
  b" »c\x1Eôc\x00Oƒ8Óï)›\x12"
  b" Ú>اÙlL‡U\x07¹öã\x17,"
  b" èñ┣wKŒÝ­Æ\x19\x15Í\x1D"
  b"í\x03\eÀ¾Q:Mì┌6\x00T└x\x0F"
  b"ím┘┌UÞ\x0FIçØ;ÔÄka\x00"
  b"í©ü╗ºùgBäS«H¼\x14°┌"
  b"¡¿ ˆ4º!O©ý”\x00Á'\x7F\x03"
  b"¡ø».àÌ7L ä¡ó§æ,Œ"
  b"¢>Ú]/5ƒJ³olcî¸*Ÿ"
  b"¢`ýc;J?J ö;ãëwùH"
  b"óq¡u0\vÁJö\r├´Íì×5"
  b"¢’¡\x13%\x19\x06I‡H®/åìc­"
  b"¢Ãü˜DÚßJ¦íKE\x1AAd£"
  b"¢ÈÚBŒJ˜@€s8ÂB\x08„÷"
  b"£\x14å‚”\x15wAº•Áä[\t©#"
  b"£0–Ü«˜ƒA©\x15(\x0EÙßuC"
  b"£14/¡\x05µE‡Ãc¾ö߸õ"
  b"£7HéƒÙRMœºQ*Aj\x03»"
  b"£ITp¶>ÒB¨\x10\x0E½já~Ò"
  b"úêè=²i\x01G║µñL³\x14øì"
  b"úاyÔ§åJ╗hg■5╩\v\x05"
  b"ú¾└\x7F]│\x1CA×-\x7FÏ{Êɨ"
  b"ñË\x12¹üá¨Fí▒\x1E'f\x1C"
  b"Ñ\x00 Ùø@jBÅá½'╦+ôY"
  b"¥4ïWÎðPA‘­õÆ\»øW"
  b"¥TC*ÇD3M‡\x16—ñ\x03Í\x18Ë"
  b"ÑT¡¶/o┴IØ\x14Â╝¤À;§"
  b"¥hH‹P2¢Mˆ\x01\x01z\\x16ö\x02"
  b"Ñt¥Ï©\x15[Jì$¢µ\x03ÌÑ┴"
  b"Ñ}\x05âÄU0Aä´Ì°éØ╗å"
  b"¥µ1²(,æLŽÑó3e'\x169"
  b"ÑÂ\x15ë┌v\x14G×r¶ü╗‗\x01"
  b"¦D¡Õl™~@£øš5e°¬\"
  b"¦¤í)3VÙE€»s$7±¸²"
  b"§X@ƒyýƒMŸ«6DƒÂ0o"
  b"§\x7FücDý4A®R/)D£Ú]"
  b"§€\x17d€²BC”A†\x19!NÑÕ"
  b"º┴═vo·¯I£É\D¶├0Ç"
  b"º▀ç\x10f÷úJÁ5Ù¥Ø1áï"
  b"¨\x18\x0FŒƒ±­I·Þ\x1Añ\x00Ñä8"
  b"¨\ÌËøSçN¯®ú ‰\e"
  b"¿r\vúæ▒qAÉøt|c█ëú"
  b"¨ªPd%A±D‰±¿ñüËÍ6"
  b"""
    ¿▒!\n
    ü°KFå5â¼S27Â
    """
  b"®A▒b©5rLå¥Å'ÄPè\x16"
  b"©G)\x03¸8fH G\x11°ÛÁ¹\x07"
  b"©~BÂqŸ½M¬@cœ.Á)Ð"
  b"®Å▄-Øè,Oª┌\x05@Á&`V"
  b"®╚├üKÿÛKרø\x103St?"
  b"©âÄ@fâÉI«6ý˜±î$,"
  b"®¾S&└ñ┬NÅcþ\x1D\x1C¯m"
  b"ªAò'\x0F“¦L›ýh\x14\x12Çš\x1F"
  b"ªw‰‚­p IšÜrÓ/¢IE"
  b"ª”uÃ\x1C¸WM¡²õâ(2*'"
  b"ªßõb+JrA¡—)äÇ=W|"
  b"ªðÑ}È…ÇG²„D\x01²U&["
  b"½O£ü©ô´DÆ\ea█Ù▓Ý"
  b"«f$uÏË<H³øãÕ>â*c"
  b"½Ç\tÿÈÐ\tI│Åá\e\vÕï~"
  b"«œtÁª¢\x07L¡ñW!~\x14G+"
  b"¼\x1D\x04GNàHÅ0O╬l,/¾"
  b"¬(+u3Ÿ”HŸAQežUºñ"
  b"¬gÄ1,ÞhM§ÄW5:±~Ö"
  b"¬©\x11Ä]ý¾N¡É‘‡œù0Ü"
  b"¬ÃRÀ|ê\x7FF¥FZQ•R7"
  b"¬È¼\feñÁD‚U\x10é\x06¿¡r"
  b"¬å\x16{\fGpK³\x02³‘'\x1A"
  b"¡\x06\x0F$×u*Dì@²8ü═}1"
  b"­\x08\x00Ñ"záJ€|$ù§„Ç^"
  b"­+¢ke@™C¹#Ô±\x16˜:á"
  b"­¥*nõpäI„'AÆE¸\x07â"
  b"­Ô鯰þ¯I¢ÀDò\x17/W\x01"
  b"®0”>\v\x11öB” %ßvÇ÷\x0F"
  b"®CqÚ³—>D»¸„¨Hà‹a"
  b"®F7CgWŠJŠ(a\x1EDe6I"
  b"®nb½t\x1AÀI…*”;À¯\x16²"
  b"«╔\x7F¼3õæAÿk$÷ÄäØ\x1A"
  b"®ÚÐq¢û’@›.÷”#J¶2"
  b"«█×5l0╣CÉI\x19\x1F▄`\x03D"
  b"®í\x1Aʺð+B¨uzC\x00\x01çP"
  b"¯\eD£‚h&M¹{\x13ýþΙ¤"
  b"""
    »+A¨\n
    \x08ØEä6ÿ¶\x05µÚS
    """
  b"¯sax#ƒ¦A¦¯Â⌘ƒ>"
  b"░íq&z\x1C.JÅm\x7FÑ\x17\x11á"
  b"°¢ÕÊHä\x1AH‰WÌ2KŽÈ¾"
  b"±BÖ&h}\x11Iµ}RÊO\x00h2"
  b"±J'3[J\tB“·Ä¶wC¿º"
  b"▒`á│{ÉéCæ╠■%ıë7/"
  b"±hÞ½ÈUIG¿“&Î\x10<\x186"
  b"▒nØı¾\?@¢Gܾ\x11á░?"
  b"▒ü¾¡ùG┐LïDø╔▄øIB"
  b"±íS%×EzJšŒä¹„a€\x1F"
  b"²\x18Igñ¾¿O¾(M–~¹„E"
  b"²ˆ,o¦M®Jµ5»\x01‰€ïè"
  b"²š€Bvú\x15F‘°›Û„\x03ˆ\x7F"
  b"▓ØjTÊVïI¿·▀Û(╬= "
  b"²×Ȥ\x02á÷F­ƒÄ[ý\x06"
  b"³\x00X¥&~[A…›ˆ³Å¥J…"
  b"³ã¤âè#ŽN‹®ý*t)Ôn"
  b"┤"╬ü\x04|ð@▓xBBí­²┴"
  b"´püÜG\x19[I¯/\x13Ôv\x0F\x04Ú"
  b"┤¿î\esô▒Hú\x06W¸Å▀\x06Å"
  b"┤╝┐l[EDKìïx¢£ë\x0E\x03"
  b"´ÊÒPš(åM›“7Ÿ\x08\x1D"
  b"┤ߨié0×E½h\eXE\x1Fú─"
  b"µ9Yo?8\x1FBžf¤\x1F~¶Ö\x19"
  b"µZ½k\x14\x19ìL”6ÍoÈqOŠ"
  b"ÁŹjõèf@│Q╝à\x17²╚├"
  b"µÀ)â°¯ÎC²\x1A\x1Cš¼Êì\x1D"
  b"µÖöGαTA¶ØÕâÓYw\n"
  b"¶aU™Í¥”C¢\x03Í™~Ýhj"
  b"¶zt+ÄCnC¿v×þ\x10÷Kà"
  b"ÂøÉQª»ÂJªoÅp;sG²"
  b"¶¶Îc‡õÿF²ç;LÔeÎ\x1C"
  b"·0╚G┼oE║^G0L\x7Fɬ"
  b"·f¹Ê/ðáH¿Y“ÕŒûS\x15"
  b"·ž"û |?N’\x13ñœ­\x7FnT"
  b"·¨·£ò>ÎL±€\f\x7F©´"
  b"·Ïo»\x07zÕ@–DÏ\x03\x15±Ûä"
  b"""
    ©\n
    \x0Eàóð\x13N▒m\x0F\x17
    """
  b"©üh/ù\x03\x0EMä·'\x07êùð¬"
  b"©àQÀàã9LáÀC"ÚÉÔÐ"
  b"©╩R┬ÿüÙJÂBô\x05‗µ©\x0E"
  b"¹e¬Ñ š=L­þ€!;_\x1C;"
  b"¹||\x00•èõM»'™XÔ‰_'"
  b"º~Ö\t,ìßE£DÉU³À8!"
  b"ºµ½¼ Zz@¬õ±ve\x14 \x1A"
  b"║Ï\5¶Õ²OÅÊù¥╠¿[L"
  b"║█ÈÈhªTN¢ØeOó×gø"
  b"ºÜy×e\x04ªC®Ø=ÝJ?zt"
  b"»\v ë\x01ì)O¢®$„Ò.åD"
  b"""
    »F:|\x05S\v\n
    ϐ=\x17
    """
  b"»Y¡\x10\x12˜qD…\x1EÙ}ÏŠÈM"
  b"╗k╝çÂ1 E»°J-þ¾Ø┌"
  b"╗Ü\e\x17\x05\x07#õæM³p"
  b"»À&2\vT‘J¬‚\x0Eiòχ²"
  b"»ß\x0Fš*p~F’][…a¡uï"
  b"»ì6J@SíL‚ô¼\vnÖÄ8"
  b"¼\x17h\x06ÒKžG«\x0Fyê+R\x11X"
  b"¼\e\x0Fæ†/±B¯\x00tÌrHg\x1A"
  b"¼‘[r.d\x19O•w\x1CÚJïσ"
  b"¼°yšíYWL½6¹ÂŒ:\x02C"
  b"¼Ì?õ¿\x0FgE–\x00\x04uƒNDŸ"
  b"¼Û~ŸÂÌîO¢¬\x01]òp‘\e"
  b"""
    ¢I3ô÷\x1D\n
    @Á§╩ôì|├W
    """
  b"¢ö$y}'ôE¿\x07\x12»‗ü0ê"
  b"¾Aà÷Þ_ÆC£7ôƒø_ÞŠ"
  b"¾Œw嵿5M•ÖlÏ|„FÆ"
  b"¾©w»`µ\x17J”ט"\vß1Ã"
  b"¾ÓF\x10«“´N»µŽàäI×B"
  b"¿'9ië3ÍE’?\x02vϱ­§"
  b"┐.éá╔£IMâØ@\x18Kq·ø"
  b"""
    ┐E+­\t\x10\x16H╝7ì\n
    py-@
    """
  b"""
    ┐t((é\\x13FÅ×╦u\n
    Y3å
    """
  b"¿zß_ÃÖ\x07\x17Bœvõq@"
  b"¿Œ\v\r|ŒÂH‰¶\x1E6\rœš¸"
  b"ÀS\x175ÄØýN¶ÇÅÚ6ñÝ]"
  b"ÀÊM\fzé;H±M%¸–¾¯\x1E"
  b"Àã•\x12\x10\v¸PÚ—ÀI"
  b"ÁFŽ‹ïÞÒ@«Œ@%:EmÃ"
  b"ÁX\x0F8„kÞC¥š×V¿W\x13c"
  b"Áeº/BèÎL¶YšòÇxì­"
  b"┴æ╔I°o>KïÕ&&£ÍKØ"
  b"Á«•\x14½$\@’#šÿçQ\x1FQ"
  b"ÁÒ\x1C¸{\x15AIœ5 ìÂb\x10"
  b"ÁØ(U^z3D°Qí. ¦Uí"
  b"ÁüTî5ddF´,u\eËÁ\vë"
  b"Â\x13mÆ9chJŸxéçßIãŸ"
  b"\eÜ\x12@ìrGäá¼Ïr\f"
  b"""
    ┬%£)»┼\F®kFíÌì\n
    3
    """
  b"Â`°\x0F\x1A_“I£>F­%¬ûÃ"
  b"Â×8¤xu5A¤“R.îJ+ù"
  b"ÃA\x13©òwäM¤Ä\x05…Íwlê"
  b"ÃVX\x00!\x01ÍC†7,öþbQú"
  b"ÃÇB$®ê\e@‡TYi?æ j"
  b"ÄMؾ6m?J¦šLCsy’Ñ"
  b"Ä·iE#´ÜD¢«%„™\x15¦â"
  b"ÄälY+\x1DuI´\x05sØ|}bà"
  b"\x1DÃp▀ßwH╣2Å\x04þÊÈs"
  b"ÅeD¾Dƒ:K„t°¡W\x13\x1Dì"
  b"┼e▀sÿ+ÀI║kî,JìäB"
  b"ŇËÀ½\x08(Lºèÿ°–—_\x0E"
  b"Æ\e߀€¾AN²3r3Ïô!¾"
  b"Æ•F\x07O\x1C\x1ACºJ5u\t\x18\x07H"
  b"ã‗\x0Fi3╝.A»É╦îO@\x12"
  b"ÃCqùô¨HÁZ~"\x17ü┬Â"
  b"Ãln\x19Ñ\x16²H┐FÅ\x1F?ıÍ"
  b"Ç•\x0E\x01ýI²2Bô\x07K\x02\r"
  b"Ç¡k®ÍÒÜGŸiÓ†ÈV%Ñ"
  b"╚(.╠╝‗\x01KºØn´║T\x19Ä"
  b"È,Œ%H¤sG’\x16X¹ì\x00"
  b"ÈqÆ9(€šO³\x1En6Ë©#á"
  b"╚┐\x00Å÷Î^GàpÆé█╦Ý!"
  b"╚Ð3å▒G2OÉW\t║f┌%Å"
  b"É\t›}6Ý»M“-69!b©½"
  b"É\r´{?ë\x04F‰Äp\x02¹º3g"
  b"É\x10`Þib\x19A /º›ŒTfã"
  b"╔(Gþp\x13x@×[\x0F²║÷Ø$"
  b"╔TdÍÜBVCì\x16þSâ\x0FÓ╔"
  b"╔├╣&\x1A┼ìN╝H!┘þ:¨ê"
  b"Éü=/žd˜M¦¬’…p¿=ˆ"
  b"╩2P±╩%áJØ├±r^·­í"
  b"╩ì{─┌,GIÁ\x13‗úäqTB"
  b"Êžd\x00\x08ÆÞKº3\x1E®Àföè"
  b"╦DƲ.½«NØéäÍ9h>]"
  b"╦q╚╬\x05ƒ\x0EL╣L#ìc\x18▄>"
  b"╦Ø├1K§ÙMó\eZ\x7F\x07òS¼"
  b"Ë´\fï\x11\x16\x10Jžä˜Ž­Mœh"
  b"Ì5Ó†\x01ƒ¢N£\x04«I)\rFp"
  b"ÌjÕÅx\x08ÑD¥«À\x0Eg!Oý"
  b"ÌÂ\x04\x0E\x0E\fãN®á\x04\x150NÕe"
  b"ÌÂl6š¸jN“îÙcÄÉŸ€"
  b"ÌûgÙ‚fmK‡ÿ¥£³ØN\x06"
  b"Í\x02\x14s­J”´bQM\x0EÎâ"
  b"═]gv\fÒüJ░\x10*¿╣\x0F3┼"
  b"Íe5;\x7F¹VF»¤¦—@`”j"
  b"̓H¾9HØK²Ó¨O]\eŒd"
  b"͸2¡vÏsF®{¥ùs‘¿G"
  b"ͼ2·¡\x04`K€¡]\x1AÓ&Rè"
  b"ÍõÕª\x04x$K¾ŽMh¼NÒ¢"
  b"Î\x01\x05Ä\x08[àB¸·>Ñï¾Dd"
  b"Î\x15\x1A°ÈßOH¼\e$¦c#yŠ"
  b"Ι2ᯂÐ@Šð\x02>ÖŠ{Î"
  b"ΤßÇÇPçIŽ:߈˜xd\x08"
  b"Ï3õâ´ûÊK¾¬#œè*Œï"
  b"Ï6Åõ\x04˜\x00D¾K“å‰ÂtÂ"
  b"ÏM\x1E›¾ã¸L†×C8…L¼\x13"
  b"¤Å┌¥┼qbOóT│P!ðp\x08"
  b"Ïžgè <7L·Ù\x11úÉû\í"
  b"Ð+0vs\t&L²X5\x04±ó›£"
  b"ÐÝzä…\x19\x02@¾Oi~ËÃí\x1A"
  b"ÐûI\x12[`3I›¹ÅŒÌúQ²"
  b"Ð\rA!-\eKì\x12\x7Fò5Í╦"
  b"Ñ!]P`¼ïGŸbi„\x12ÙHi"
  b"Ñ35ºÓÔ\x12D–ü½\x084C…Í"
  b"ÑMV¾\ä}Jœ2¸Z\x1DÀ¶)"
  b"Ñ]þ\x17Ï–IL‰äÈ\x0EpNs\x19"
  b"Ñm½s$ýéL¤âG4hJ k"
  b"Ð▓ÆRÕS\x06B▓FRä˃ÎÅ"
  b"Ó•ì«»O\x14Eµ>?à¡íyÉ"
  b"Ó°\tã\x00™²D¯q¯'›“¦G"
  b"ÓÌL\vW\x01£B‘…p\x07\x15UL2"
  b"ÔCÁGŸ\x02™DŸt*ZuÜ\x0Eí"
  b"ÔG[ÙŒ¡ðK¸4+OdLBr"
  b"Ô¡áî©>BD‚¶Ó[z(RÅ"
  b"""
    È« \n
    à\x03FI▒(Ø*ýü»¦
    """
  b"Ôýi2‡¥ÂA¨i\x06ú\tµ\x12Ò"
  b"ÕkW¦€\x01ðL¬L©G6ؤÛ"
  b"Õ€@­NuÎF¤•=!º—0Ã"
  b"Õñã\Í$ŸD¼°±Žc\x19ö\x07"
  b"ÖA€Cd(ÀMºUã\x1C™_˜ó"
  b"Í\x7FÑ│:ì§Dç¡&×£ký;"
  b"Ö¨yø¡±qKµ¿$g߸ *"
  b"Í║╬Iù\x19¸Gü▀}\x18O/Aç"
  b"ÍÛvYÂ0éG¼~\x10¾ìéï6"
  b"ͱ\fuÁc.FØ.[┌─±ùü"
  b"Öòª\x1AS&øA·ò좉6ç\x1C"
  b"ÎçÅ'\x14äıC┐<FõOånH"
  b"×»\x04»8j\f\x11qsý\x04"
  b"Ø/¼xDÉ(M‰<¿Í¿\x15_\x7F"
  b"Ø6Õ—ÖLwL¸Gð“ï\x19Îí"
  b"ÏèÛ`╬¢ìG¢■©╔P└=¿"
  b"Ͼìå6^MBú▒y)┬õ7E"
  b"┘$ê¤ß¯WEó;*\x1C­¡\x1Eì"
  b"Ú\x0Fù™§QJ„žU\e«¢‡Í"
  b"Ú+\x0F\x1D\x0F((NŠÓÎH°²ã$"
  b"Úe8"„÷¯MŸèƒ’¹`³z"
  b"┌xî\x1D¦'■E¿¹UÐÔèì7"
  b"ÚÃ_j\x1A¿;G‰º«ˆ|)ü\x1D"
  b"Úór©=§!O°gâïòqpƒ"
  b"Û>ˆc8ÀðI¶nœ*@}ä%"
  b"Ûdí\x06\x10û‘C¶yÔcc2>\x1F"
  b"Û«\f$û‡P@«ì\túR£Bû"
  b"█╠Éã\e\x1C@¢¥Ì.ç┌yã"
  b"ÛíøtùÖöJ›<ñ}½§<½"
  b"\t┐9¿M╔@Ø┤;Ñ╚Í╝\x1C"
  b"Ün^]»Æ5J¡“Ìž\°Œæ"
  b"ÜÉMs\x06} J·0£;è\x11\x1Eû"
  b"ÜÎú†AGnBŠûÓºš¹õ-"
  b"ÝQ—\2\x00ÐF¥¸/³\x06\t0g"
  b"""
    ¦×I╦┼ÉäK▒~ø:\n
    xØñ
    """
  b"ݺñiˆ“8C”ì*ö¥\x19\x01d"
  b"Ì\x1F\eØIe\x1EBêÉa}\x19ü®║"
  b"Ì╦Å\t7'5O╗ƒ­└»À▓«"
  b"ÞÖ\x17Ä1ñ\x18@¾ï”M½>‚p"
  b"ß\x19\f\x13\rLcK•ÑkrE\x00°B"
  b"ßE™\eq+³B–v;¾Äï\x1Fu"
  b"▀üd░| ╗I×╣ùm¶╬<<"
  b"ߪ$0IsÿB±IGUìñE\x1A"
  b"ßÑ\x08\t\x0EVDŠÙAÈ”{¸ò"
  b"ßÞõ\x1D´Ý>J…ôGë°\x05im"
  b"ß߆\t*7²NŒÕÔL·ß%›"
  b"""
    ▀Û\x10Þ\x14)\n
    NÅ^0ùòÙ╗ê
    """
  b"Ó\x03■¾,Å*Jëè\eü\x01(àW"
  b"Óê¡J\x0EÅ▀N▓u·║ûÓ‗O"
  b"à³ì¤wdÜI¶¼(쬶xù"
  b"á\x06ì3A*hE”>>\x17\x17\x11hq"
  b"áe™}‘,‘NŠ\x14\x02¯;Ž"
  b"""
    á\x7Fy\x0ElûQA–ùoƒâï\n
    P
    """
  b"á°d÷eÛéL³^鯰\x18ÔD"
  b"Ô\x07yée╚³Côàü\x12┴¡[z"
  b"â³\x08ÍËYGEŠ\x07£KàŸ'ä"
  b"âþV¼ã\x04,GºŒ\x18õ)\x1Fü\x1E"
  b"㎊]˜Ê¾N†Û\t\x0E\x06\x14*"
  b"ã¡\x18Éű‘IŸ2(Ÿ\t\x04zA"
  b"ãúŒ=¯\x19‹E³n98Ö*+¯"
  b"ä"f@˜°\x05LŽ—\x06Š“qVR"
  b"äSh¨´K|M˜\x1F°²áÐÕÆ"
  b"ä±—mň!@¨r°Úµ\e¦h"
  b"Õe─ZÛ#ÉLØæ:hÄfÊ╗"
  b"啼\v‹½šA£ØÖ\rç4?Ë"
  b"Õ ÷-d\x10#CêÓ(}ÆÅ{\x02"
  b"æVþj$®fB•›ãÌôW\x06£"
  b"æ{m¡÷P¿G€øÇš°úXÅ"
  b"æ¾\x1DþLtˆM´­ýÝ\x11#Ì{"
  b"æÛö\x05ÑŠôHªpÌ?쇭º"
  b"µ¯)6Ç‗vNåz\x1C¹1┐¾É"
  b"æÿV2|Û\x07L¼[„\x16\f¸XH"
  b"þFü│¦7SIæ¸ıÿY\r?‗"
  b"þéÔ3Á\x08üNÄ;\tg¯P├\x0F"
  b"þØÞ\x1E\x0E>öKáÖ\x07ÞÝS┘¾"
  b"çêï\x01Ãõ\rK›;\x06¸Öªj-"
  b"Þ\x15ùª├ë┴GÑÊÉh├$\x06i"
  b"èeTä˱IKŸ–\x0Eµ$t\x1A\x14"
  b"Þülè3­\FûM¤┌Uj±n"
  b"èùÿ¶›EÝDŸ”e\x12ùkð "
  b"Ú\x04\x7F±9LØ\x1C\x1A'p\x07"
  b"éý¼uÖ\x16ŸH‚w²˜º)àQ"
  b"""
    ê\x14…â륚Bª\n
    iŠù‡ÿ!
    """
  b"ê|8•\x1F¬«H®\rú¥<ç&ÿ"
  b"ê‹÷~~\x12¿G²Uh×ÿt1Ç"
  b"ÛÅPLw╗┘M«║%óþv{ù"
  b"ê¤P?\x0E\x1E(H¿ß3Îøu6\x17"
  b"ë°“ÂwseM¢I]¿p9Íá"
  b"ë¼\x1CáÈM]J‰ãmg„\x10ØÞ"
  b"""
    ëÈMIE°^O‡\x1A\n
    ϑ\x1A
    """
  b"ì\x10ª×ø<øB¼L¥Þ"Ï\vL"
  b"ì\x1E\t<Û-¥L¬X‘q\x16“„°"
  b"ý3└7\x1CvÅEíצ\x076\x7F┼4"
  b"ì:…\x0EkìmG‚@]>Z®‘ù"
  b"ýF\x07²@AsEÉË▓░KÎÔ "
  b"ìP\x03²]wíN¿Öç\fÒ­$¶"
  b"ýSÆÉ‗╗çJùUó¤¼q╬q"
  b"ìeÆDF\x03¯F™\x15{<z#I4"
  b"ì“\vVpOAE  bs'­õz"
  b"í/&9²„4H°ÿ±ÆÂŠGÓ"
  b"팺™\x04öUF‰ÔŒ\x010„\x12L"
  b"Ý‗I\x1E|\x13UO│gE;UøÉ5"
  b"î\rT3MÁ7O¬wl\x18ð•‘o"
  b"¯o\x17¦/LDHìÖé\t«Õ║j"
  b"îŠiÜ·«¬@²<Q\x1F×å\x1E3"
  b"¯ø\x1A{¹È╬Nì═\x12ÇãÝA\r"
  b"î¿ï\x14Û'@JŽFUrŒø_ò"
  b"""
    îÑ|\n
    ‚5ëBŽùðxÓ‰¤½
    """
  b"¯¶³ú_ÙÉIÿsaƒ└╠M«"
  b"ï\x01\x06ßñÜTE–\x01\eÞDû˜u"
  b"ïNêÙ»µWG¤Ül±\v\e"
  b"ï]Ù–ÍiÞC§7žAæ¯$ï"
  b"´d=\x0F«ã├I¥┐jÿÉ\x00"
  b"¬cƒÈH¢\x0Fö\x16]\x15"
  b"﵂Û\x08%¡B¶j1\•\x7FŠ\x1C"
  b"´╝¹\r\x04C┤AÇlÅeK0\x7F2"
  b"ï¾Aåñ³ÊD‘Ñ\x08‹Ú4Y†"
  b"ïçLI\x08Y¬I¿\x1A2c®I­6"
  b"""
    ´¨±¹Ï╠)Büef¾7\n
    \x18´
    """
  b"ðæ\vñÃÓLI¢Séc–¦M\f"
  b"ñ\x16âtC¹'N¢‚Î(ÎÌÒŸ"
  b"ñ\x1Fç’+óÕL°\v¢aýü\x0Ed"
  b"""
    ñC(\x11Ý|\n
    O¡Ã ÿœíe½
    """
  b"ñ]Ëx¶6ÛC¿{Ü!\x00\x05\x08æ"
  b"±×¸Ï░omOìÁÖ´Pº» "
  b"ñ¢\eöd\ehK¢…é@l<\x10"
  b"ñô)\3hSN†ŽÁô&¿Xç"
  b"""
    ñúBò\n
    \n
    ÝH’FrCÝâ§-
    """
  b"ñûúÛ&ª°G’ÅÙœò]éD"
  b"ò\x06L÷âÌ3J…§W\x1Eƒè>M"
  b"\x16\x06\x18ìè\x18@ìK─È»¸\x13û"
  b"ò3ÚcãÙƒI¹˜KPv˜ª°"
  b"‗Ø└ïÄ┬´A»bÐC/çbí"
  b"¾\x02\x0E┘P\x07PN«┤\x00¨■>┘É"
  b"óSÁK‘ˆŸC…Q²íל.†"
  b"¾Z/k¤ß¢@ü¡\x10Sl\x01\x7FW"
  b"ôXn‡÷ö£Ižê\x01¹r\x01\x1Er"
  b"ô¤öË£x5F›lvHåΨ¦"
  b"ô´ \x15g\x065G±€kZ7\x1CÆ®"
  b"õpk£]f·CšÚ{”ÔþwŠ"
  b"õqt…'þ%E†ttïÊ\x13"
  b"§é\x15\x1D\x17\x165ÍO»O┴"
  b"§ä\x14¢Ã/²Nü*\x06Óy─,1"
  b"õ„{Æ\r^mI¦\x1EÚ\x16:î¾û"
  b"õ––i×å²N…k¨¹j\x12£B"
  b"÷PÀñ-1bMÅ SïüÖ─║"
  b"÷Q:À ┘zJÅ=®║W¤#ö"
  b"÷É6WÅÚ$Oº\x1E^Ǥ¤\x005"
  b"ö™.@³\x14\x11Kˆ¾S\f\x116Ò¢"
  b"""
    ÷┤▄*\n
    6ÒCÿ\t*-_É▀z
    """
  b"÷2Â…\eÒ$I’Ë´\x01t©'\x17"
  b"÷Xé-h^ñJ©æËW*\x1D"
  b"¸┤ Gm▄\x08EñÉ\t\x12"
  b"¸ÃzÆÇQ~@üÐá«ýÖ(ò"
  b"ø™Æï\x1C^\x1CJ•}=#a‰ö\x15"
  b"ø¢L¡½?gG…Oz¯ø\x04«."
  b"ø­A‹*<NI”¯ª1d;¡["
  b"""
    °Û­ºõ\x13kGÅ\n
    ðÌÀ¶½ÿ
    """
  b"ù\t+öìÑõE­–òêÂ]HX"
  b"ù\x0F̉%ó_J‹åÝÃÁ~Q^"
  b"¨:®^id»GüN▄³)Îå·"
  b"¨ü¢¥═we@┤-¯±ªÞ¿ö"
  b"ùþK\x17w×…B•©\r70ÚÄ<"
  b"ú/\x05æø\x13ªA‘LÑ!T\føF"
  b"úÂ$ªí\x7FãKƒAXµ\x1EàSð"
  b"""
    ú×´qø\n
    ®B‹A.ñ]x´Þ
    """
  b"úý4éf®fL›\x02\x19\x04Ñdõ:"
  b"¹\x1A▄Ì└"\tNºAï└\x18Ø×4"
  b"û\x1D\x07\x7F\x00+±>x%Ð"
  b"û|CÒ‡˜ÅL§Ün«U«Ë»"
  b"³\x06╠¥R=èNÅí\x07╣Y\f]4"
  b"ü`„ƒý”VA¡”\x17•í\x0E\x07U"
  b"üÁ‘îìÑÅK“”+QN]ú["
  b"ý\n¾¨©\x03ëM‹rLá\x00\x00"
  b"²O\x195>┤╠Gû~u¶┼\x18É^"
  b"""
    ²g¹\n
    ñ?\vEɺ´\x14ı±äÀ
    """
  b"ýu\x17\x1C\x07\x02\x1AUÁ¾í\x03L"
  b"ý~€Ëb„5D›s\tßê<”d"
  b"ý„Ê9=\fî@ª‰q‹àfj\x04"
  b"²×õ±\x19é<Léö"┴1\x04ÉF"
  b"ýØ^œÞ¾EO‡\x11«k_ôÿ\f"
  b"ýÙ¡•U ðK†\x7FT„2¿ag"
  b"²Ò═!±gÆDìr\x1AX·ÿRk"
  b"þ’Dô¯„¶K±Õ\x04ætËÞ¸"
  b"þ«'\x1D\x1C¾œ@¬Êµð±û!ƒ"
  b"þàðbS{yG©6’Ò8\x1D\x05»"
  b"ÿ\x7Ff\x1C³Q4I“ù–¯6·„i"
  b"ÿ€`ϱ\x03 D²4£]CÒÔþ"
  b"ÿäã\fké'G¡”°ŠŽ®©`"
  b"ÿë±\x07\x11AÝJ¥ÙO\x1D¤ºž\x1D"
  b"\x00Üi|¿<‘C˜âæ6iþŽa"
  b"\x01.\x04Ïå\x16\x15@ªödé·¹\x12J"
  b"\x018&5ì#iL€wBLï\x0FI\x17"
  b"\x01m┴0¶m\x00Aæ▄,¦SìW├"
  b"\x01ƒ)ÔdþÝOÅ¿╣ç0º¢╦"
  b"\x02;îv8c\x17Gœp;Ãí\x00iU"
  b"\x02@\x02=™ÊFG±\x0Fò)ñ_\x16W"
  b"\x02ìÎ]T╠¼EÅTîÈhÞ¢Ë"
  b"\x02ŵ\x0E\x15'<IÄ0¹\x05┐ÝÈ\x1C"
  b"\x02¸/¶*\x7FþB§Xç=¢\x19\x1FC"
  b"\x02Ã^øÇX│EÖ¬[Ø▀ï?─"
  b"\x02µ\x03~Ç!¬IÀ5\x13ÅG\x05"
  b"\x03%¿ã‰ÀÆNµ\tK±ø~@\x00"
  b"\x03J/\tJF^O®–Ѱ'(Ru"
  b"\x03]¤è\x7FHeL¢Ç ñÀ÷d\x00"
  b"\x03t=¬ËãØGï/q:ùÃ3©"
  b"\x03„¶ÑCå¸I³\x11Ü\x1Do¢Í0"
  b"\x03¸ã†à,†I \x01WÎ(:KË"
  b"\x04\x0E¸`üd\E•\x13¤Û„™m"
  b"\x05•Ççø†‰I®ŒØ}LĤÐ"
  b"\x05¨Lý%î¸L¥ì\x11Ž£Ð¢’"
  b"\x05ÌT_“\vìA®·=ì™\x10"
  b"\x05ñ+¿:î/I…5k\f3O Ä"
  b"\x06\x07│A,nüJ┐\x1F7ÇtKÞ6"
  b"\x061]Çb4┼G▓ìÑþz= Ñ"
  b"\x06{w^\x0EîAB«Ñ\x06qoÉX\x1D"
  b"\x06·.¦ úóH ME\P÷ÀÚ"
  b"\x06½ŒÃ\x15$®E•9Ô\eµt\x14u"
  b"\x07\vª…qf\x02D•M\x1AX|õ–n"
  b"\x07;È7ŒVæK¡ÓŒT\x00Þ 3"
  b"\x07^ôp1bJ@¡ãÙ“ŸæWï"
  b"\x07wÄÚ6a/NØ·n\x08]dn4"
  b"\x07¸ÅþL\x19ÅL¾¼»ïÜý@\e"
  b"\x08ц)§PSC–\tJT\x14kÔ)"
  b"\t"Ó…·0âG»\x14‘_Ã8âÄ"
  b"\tRM¤o×ðA¦©ÔÑ©ùSØ"
  b"""
    \n
    F…'LLà@’r—’u(qþ
    """
  b"""
    \n
    áì┌u&CLú\x1F¡KÌlÁù
    """
  b"\v*Ê©›Ü§@–Åž¸2ÐÊÉ"
  b"\vÕ¶‘F9öN²fûE \t\x1D}"
  b"\v┌Ç!AÅ2@ø[k{═y,v"
  b"\vÙ$\x19%=³Iê\x126'üHå4"
  b"\fX­dD¼ëKØÌ@[\x00§\x07\r"
  b"\fk°cž“¹J‹!«ž€™ëÂ"
  b"\f‡Hë(IbC†€ ËV{»^"
  b"\fª7 TCÓL¼ñ\x04Y¾‘SÄ"
  b"\fʶ̮k»F“‹QE"u\x17"
  b"\fòŸJüÔÒM”÷Er¦¼Ü"
  b"\r ┴â\x02ƒ╚LŹ´¢ÝB(j"
  b"\rc•`#\x15HNµ Ø4F¯wÔ"
  b"\rŒý\x1EøU”N‘ª\x10rñ€Û!"
  b"\rô\x16■¬ë«EØBM\x14Í]Ñk"
  b"\r–Í\x1EW\x0EnA¨ÿ’Ó\x12uyÚ"
  b"""
    \r´¢ý]Ý\n
    A‚ÒNÈýÓ§¢
    """
  b"\rìÀ·Ñç!Aœ2³Zy½Ó "
  b"\rý\t\x1DÙ„ÁF†rƒ"Ö)ò\x08"
  b"\x0E\x03/ÅÿGÇ2"¯╚X¥Ò"
  b"\x0Egrù½] Jö(╔╩Ó\eÔÉ"
  b"\x0E■aÉt4lMû‗\x11v│¬Pÿ"
  b"\x0FRÈ/ÃÝÝHªøÃä?Ñÿ³"
  b"""
    \x0Fùö\x16ÚÔzOɼÛ└Ø\n
    M>
    """
  b"\x0F¹†£?ÂÊK¬0 «™Áõ7"
  b"\x0F¶ü█æ■@AäDì\x16íþ┤═"
  b"\x10«X\x16…ϸL‡¾+i\x17¡œí"
  b"\x10Éì‚\x1AàsB°`(\x0F¼\x0F~/"
  b"\x10ÌC:U†÷@¶ô\x13ôXPÀ "
  b"\x11\x10L\x1Aß<ƒBÖNÉùd9&U"
  b"\x11.U…`ÞÃK€‘8b˜¿¹\e"
  b"\x11Å\e\x12ÆÌØI┐âòÓ#;Q;"
  b"\x11žþòLv³N»ûX{\x07{¾ƒ"
  b"\x12*_+É╦{H«└ir&Í\x12"
  b"\x12Íd¢¶ù╠@Åú//k5\të"
  b"\x12´^TkÞ2KÑH¯\x02É\x02ðù"
  b"\x13kºk'™bOŠó\t·ë\x11÷\x0F"
  b"\x13ð«ÝÐì\vB╝§Kí\x1A6õ╠"
  b"\x13Ò+)€/yO©™uS‹16Æ"
  b"""
    \x13å!1\e_\n
    @«ü¼ä^æ\vŒ
    """
  b"\x14\x00\x06\x19\x1C–ÇO¬%ì¶¢Hvæ"
  b"\x14\v\x08\x15ÂD±[ß\x03Æo0h"
  b"\x14%¢ÕùËJE„Ø\x12\e8ÄÕt"
  b"\x14l#Dæ5MN¸AÍ!¼Ià¥"
  b"\x15CÇ=§cÊO´ÂU-°j\x03*"
  b"\x15d/¬ÔµhO£Å§\x1A,\x05¨\x1D"
  b"\x15╣gåÚp╩Aìë\x13╬Y"╝\x12"
  b"\x16 )\fo,\rL ïIAÒ‹:\x00"
  b"\x16ç&#+SØGµ&µ8\x07¡7…"
  b"\x16Ý\x1FçØ■XN▓~ø■ÃLÉ@"
  b"\x17y<\vµ|µL“†2»b®Û‡"
  b"\x17¨$”0œåMµ¾ÿFg\tps"
  b"\x17¾═±È\x05ýOÉã9■_‗Üç"
  b"\x18Ÿ0©\x0E¥ O™îb®uV^r"
  b"\x18ªX|å@ù@Ø?Ë\x0F▀îá¢"
  b"\x18©ž)K\x1CvC»Ïü€\x11f»´"
  b"\x18«A\x10\x12Æ«@œÊ\x0Eë§Ùžv"
  b"\x18ÅUWNs›C’|³?(·1Æ"
  b"\x19\x04ƒw†¬pO•ˬDRóØð"
  b"\x19>¸%ü!­N¥·-6cqT""
  b"\x19—Æ\x1E\x10Ž9KµDÅH¯\x1ESO"
  b"\x19™Ws\x13gïIˆ\tÿm€d\x13ö"
  b"\x1A\tÅpóhjAÀ|«╔cL\,"
  b"\x1A\x17D²e\x18uO‰ŠŠC¶Å†"
  b"\x1A)▓;qÉÊBÀpú,M\x0EþÃ"
  b"\x1A›\©Á\x1CÄDž/ÖRH5\x11ü"
  b"\x1A÷┬#ƒ\x08ØMø\x18Úq¯ÿg\x1F"
  b"\eAýH´Ö#H¬Š¨×BÁ´-"
  b"\e¶Í»¢YñH¿Ò¼ÔˆÙe\x1A"
  b"\eß[6îÊâH®¹ÜRšØbZ"
  b"\eësdŸ>ZC¾°¸\x04\x00úfï"
  b"\x1Cl\f\x1EU\x15hD¾õmÿÃ@\x1D\x0F"
  b"\x1C▄{/'╣¢B®¶\x00¥\x1CôÅu"
  b"\x1D9ŽÖ„m\x07CŽ Y†ìø·O"
  b"\x1Df 8§\x0F2M│e)ª]\x04É:"
  b"\x1Ds\x13½sç’E¿QoŒ\e{~M"
  b"""
    \x1Dî³YÕz┌HäN╚\n
    +¬ìè
    """
  b"\x1E<Î)0V`MØ\x02qSxð1¨"
  b"\x1EIÖ¾PДE„2‰Ç¬œ€g"
  b"\x1Eè©´Å═(Hè£\x0E╠}pì'"
  b"\x1E¥³—AͯE²Fɲé6ýš"
  b"\x1Eâ \x1DE©kN±€÷)fȤd"
  b"\x1Fô®ÅüèH¥Q\x13Dú■ëÜ"
  b" \x16\x12Â╬µ\x1AJüÄ5\tS\x01"
  b" q<ÙêoFA¢“Tm~Ï\x13q"
  b" u{#┌7¯F¢·?\x02-├ðü"
  b" îØ\x1F\x0FªèGêÔ¡BÃ_\x12'"
  b" ╩»æEù&IÉÖMÞk┘┘▄"
  b"!"û\x1E\x10Q{Nü£\x02Û\x0F7¾r"
  b"!ø¶\x03╣Ý\x1CGê▀-Éë[▓b"
  b"!╔▄═▄TÅJ×±yD}9F¾"
  b"!ç<1šv=Iµä^å42;b"
  b""\x08á5¶#µM…P‹4±K\E"
  b""\f©¿`■jJÿÐ2\x14ìû ä"
  b""ᾚ\x1F½YB€¾ÝÀCÊÏá"
  b"#\x12±wÿ­ãFœˆ\x01\x1EˆVâG"
  b"#(ñ&\Ü!JºáíΦ×cì"
  b"#ÜL?:8—N”c\ró\x12íõn"
  b"$\x08\x17=ÙÕÉD‹ë\x01Ôg›\x1Cm"
  b"$\x0FÒe5\x02hG–°D\x15ëh‘Ÿ"
  b"$+èÔJA\x00H£Ç¬Äà™çÊ"
  b"$§f\x13\x11&ïC‘R—öœ†öe"
  b"$°Žå\x01ñLB®lë!>îl¥"
  b"$µF@·\x7F­IøO¤àÈ$Ø'"
  b"$ÛÈ;WÀ\vK©vDü╣‗G2"
  b"%5ö¹QÎÀNç\x12<■¦Ø;­"
  b"%G„\x12ᩨJ™zŸË½š>ô"
  b"""
    %ÚÓ\x10¬…¨B»\x19rÿ\n
    Ñê'
    """
  b"%ñÂÜ­Ÿ\x08K¡©úñ”‹"1"
  b"%óñ ÕJ£G¤¾îžeüö\n"
  b"&\x03Õ°ºª.E”Õ\x01DOðEr"
  b"\x14±\x10ü\x02M░ÄH}9íÀr"
  b"&¤^╚XXdI®H\r¡+ìmO"
  b"&±bxÕ=ÕBüyÔ│┘¥ïh"
  b"&ûz\x11ëR¢G•\x0F\x18h½œÎ""
  b"'\x05‚FxÕÓJ«%<RØüp®"
  b"'\x18}X\x11f™Iª¤çK@è–ò"
  b"'cJ/"ý%FÉvÂ6╚\x7Fñe"
  b"'áÄ$r\x170BƒZ‹/¸gòt"
  b"\f:>\x00\x10KîÅÚÊC®8U"
  b"((Cì\x14▒ëA£ \x12ª®\x03K["
  b"(0{h\x0F}3@ª€ôéhŒ@L"
  b") ¶Éı╣jLÇe4`ò¿åN"
  b"*"d9šeÅA°`&‡\f\x15õY"
  b"*=\x13ièÔ\x0EK’}‹o¥I\x1Aœ"
  b"*±¤|KY\rI½¥[û¥á2\x1F"
  b"*Æ€§ÁîªF 60çø<  "
  b"*ÐÏ‗\x01É\x1EOø}i(µA)â"
  b"+\x1AïmWOFG»m%¦3ÑB\r"
  b"+diwÿ?FKàU}oí%CØ"
  b"+‚kf5o9O²´]3c\mÜ"
  b"+‘„\vc\x1EƒF³éR,m…TD"
  b"+’$\tXj\x12A“¿;x¿ŠPS"
  b"+á;lÅ<,K®œwžA\x7FÜl"
  b",\x07*qØ\x01ëI▒YêÚ»ÞNù"
  b",q\x07˜©ÝiK‹=d)äÑt\f"
  b",†ÊwéÿZDŽ¢sA,V\x0FX"
  b",°íÝ»TÏB‡\x1F3ìø‹ày"
  b",╝\x07á┤¦vJénð▀\x08Ø+`"
  b",╝SíáÝ▄FÜÝ¢ü3x─\x18"
  b",¿è\x15Ms\tE¯+ú™ÒS;\e"
  b",¹FQ\x05 (Iá\x18Ý\Ú¥ØQ"
  b"-&man\x0FbJ²×NM«\x02ãb"
  b"-ÉZGXù&@¥2,÷ðÕ«ø"
  b"-├\x01È?└┼H╗ï\x18sÅ]è["
  b"-õxü½m‰O‹¾\x13b0ø´ó"
  b".\x0EŒ\x12‘®+L¨óYõû…–;"
  b"./Ìh\t§öAºÞ\x06Vôã\x1AÆ"
  b".ÕÊiæÒ0M‹cE»ß+e4"
  b"/&\x1C*\x06\x1CÉH░»â┬GÐâ¹"
  b"/W¥\x03WM_@²›\vçfz‡ê"
  b"0B├x│ÄbM½\x12l╗füÆT"
  b"0p¼ÑÁi\vH¯œ­\x7Fàðl|"
  b"10™q†\x19Ð@ª\\x11â§\x00…¹"
  b"19"ã\f4²N—GBÐo_\x16\x02"
  b"1MNèÑÖ‡G‘¸ÂÃ6qµ`"
  b"1s¨Å-5ªE׿éWæ\x13èì"
  b"1ˆV˜aaªJ‰{ú<ò`2†"
  b"1Ÿ!^óP·G Î[\x15Gåf\"
  b"1Ÿü^g²þNŠÃø«0S³Ë"
  b"2\x0E—S³ñlE‡ý~[öéôä"
  b"26\x19­FÔÚA¢\x17ý*¹ôìÒ"
  b"2tßÉ4)jB®\x1E¸ÿ¯ë-]"
  b"2yÐ](òÀO’%\x1A„Õ#ª¹"
  b"3\x03k\x16¸zþD­?ÚC±ä)ß"
  b"3\f¸ÅýòâG╗ª§{ul\x17\x08"
  b"3\x1E°¦x╦ÁNè¤TØ╬\x7F╣│"
  b"3#LjÝQ®A“\x17p0Z\fº\x0E"
  b"3Eª\x13ØÎmFŽ5sŠâK¶p"
  b"3×d\x01\x17S˜I¥’Óyï;Ž8"
  b"4³›†÷°eI”¡p0\x08CÜc"
  b"561ˆýÁ™C¥…lýS‡Å÷"
  b"5<p-À&ÐO·#Æ$d\t"
  b"5T\x13¡×|WLˆø\x18‘ÌÐõ»"
  b"5ŒøÐ#ýç@§1C'¥DRf"
  b"5ì▀1J4XNò├ÐÍ:Ù¶ö"
  b"\x15\x01^@¬d³éÓÝþk"
  b"6\x15!K\x1DJVG¼²M\e¥\x04™`"
  b"6YD┘p³¦Fè¯ìÉ:\x13zh"
  b"6¬¼§äÈmM­²KÒ* óÒ"
  b"\x08\x06ò2H¡‰…™îŠÖh"
  b"6çð\e¼¬mK€Y~t‘HEÈ"
  b"7\x08 \x1D©"sD¥IïÏo\x7F"
  b"7rû¢\x02Ñ/IŽÁ©³ÃâI{"
  b"7ÂøÄÔ7\x14F£C £ƒŽ‚\x0F"
  b"8R©Ò\eSÆH‹˜çž÷N”x"
  b"""
    \n
    ì\f¸\x17H™|ŽSs\n
    wR
    """
  b"9\x17n*‗\x7F┤J┤Ò¯öUA▄ü"
  b"9ìY(É┤D@û\x066àLÉ'ú"
  b"9ûàì_\x1CƒCª¯Dç┘àèÈ"
  b"9├Ñ\x1FSÖ┼N▓)yÿB┘áÉ"
  b"9Æm\x115ÊêK³8\x04R=Q…D"
  b"9å³—\x11\x1EI¢bv\x01WPÊB"
  b":KlÚ¬{ÐN„âèí>‡R\x1F"
  b"""
    :Ko‹Ì\n
    ’Kˆ­\rý\x14DP;
    """
  b":P┼ZJ*ÔKü¯0¢:s╦µ"
  b";öàØ]‚C¬"kzqYx'"
  b"<>‚³\x1FùlFˆ@\x1A½.\e¨ "
  b"\x11/nrµA‚\x1E]¹6^œb"
  b"<Ã"-ص\x11F‚»d\x07Ó\x01\x1E"
  b"=%ƒê\x19\x0EìKì\e¹K{┴á\x1E"
  b"=ĵf¬¹\x1FAü#hk,¼Éö"
  b"=┤\x05╝&b%Iêìò;\x1AG§5"
  b"\x12ëõôçA¡iÃø·h\x0Fo"
  b"\x00╣z¼ØAÜW®Çk╬\x13\x13"
  b"?HlS\x03‡¿@¹@Ü\x1E\x1E¶R–"
  b"""
    ?hÖ\t\x11Á\n
    L—SÓÓ\x19fÊÆ
    """
  b"?ŸÍ'ñ1ÜF¬Oð\x03Ÿ\x1Eú\f"
  b"?°,WÜ,ñE‹ÚÅɬ¢°¬"
  b"@9\ejb‘VF‰ðÁ\x1Ežªéò"
  b"@rÑ=}"S@ì8<-\x07Æf\x08"
  b"\x16Ö\x18ÏáJ¥ÐuwÅT.â"
  b"A!ÔyáÌ+@²œYU\x04x„["
  b"A.£pi”@G±_°\x10\x19^"
  b"AM=1£Ž\x04@µE„\x1CóJaZ"
  b"B\x01öY4¦ÊG”\x08¨5G\x05 p"
  b"BôÑr­Me@Å╚^\x19\x11{D\x00"
  b"D\e£¨I┘ÌO×▄D"┴ÅXª"
  b"D<wª-\t\x12H¬ê÷Ø░úW\f"
  b"Dæ╣Ñ\x10H┬IÿõmìßöÒD"
  b"Dš.b—ž˜E•È.åŠGëý"
  b"EÆ┐Å{°\x04Gƒ4oà\r3ðu"
  b"E║╦»3üVC│\x0EÆÛS~áå"
  b"EÏŸ«\x1C2kO©d‹\x14´ß\x13¡"
  b"FCâ’ñ÷þI¤?t\x1FÛyQÓ"
  b"FmÙ|PŽ£@¡­ñ¯\x1F¸‡x"
  b"""
    G\n
    ¬─*ÅÎDÖ2Në÷QK└
    """
  b"G\e7N\x0E\x1CH½/´#A\t+G"
  b"G[¼üÇE³F‘É\x19¬\x1C\x0E"
  b"H[ÎÏ\x1D\x1EI‹â#\x00\x01{›T"
  b"Hã䎞\x17\x05G‹ž\x1E\tö(6("
  b"IØW8@ËÿGàÛ,6î°äû"
  b"IÂv\x1DæZ¼E´,9òDÈ”—"
  b"IÃ.|nB▓EØ\x12ÿ─╦±í\x03"
  b"I▀\x06õ4▀*Aàë¹Ð¬É~\x05"
  b"J!²ßç³ÇB”±ï4m¿h@"
  b"J)\x00\x1ARñeB¬Ó\x1D»–ÑE™"
  b"JÜ{\x13à QI²iß\x17‚ÝÔ«"
  b"K\t×│düÐIÄ\x01äs¿xìQ"
  b"KqñŸ\x0E9!H—K*$sËàõ"
  b"KÒ/«†ù;C½M-©k4º\x1E"
  b"Kıo¾½\x15¾D«Ëß²?üým"
  b"Kà™…'!þHŽzI9Î\x14 ú"
  b"L\x0F\f&dªıIèÃÊAÉÙØÁ"
  b"Lé6Jμ┬AÑ\x02iðü┴rÇ"
  b"LÅ;É\fÀ§BŸ\x1CÅâ\x04ùš\x15"
  b"LÚ¹\eµ\x01=I‰oÆêš•13"
  b"Nb>˜\x01úùJ‘Ø‚´VéÊ\x05"
  b"N›‚}7îªC¾ÁÞ¥÷W‚Î"
  b"N║Ö´\x1Dã┘JºRDcñ Ø­"
  b"""
    \r┘­2╣J┐¢ÉC\n
    ╝Û\x1A
    """
  b"O ¡ü’²\vJ™\x18O,7¬\x058"
  b"O¥ÙÈ»\x02B¥«\x1DàÎhìa"
  b"\x1D3u╬µD╣ÇÑ5eÅú4"
  b"PDY‰%ì\tH«è[µ×Ds\x04"
  b"PJôÙ}þ³L¸“%\ro\x01ïæ"
  b"P“=U^\oIŸ±\rìä»i1"
  b"P×*Â+‗jKèÊ┼\x18Ø█‗."
  b"P©µ\x0Fº▒ÙNïáÏ÷c\x04╬É"
  b"Pï[T˜ŒmK“ õ\x19\eD‘Ê"
  b"Q\x08å*\x00\x16†M 0÷]H‡²Õ"
  b"QRñz4\x04ðOŒÅ°7ib¦ž"
  b"""
    QZ·├¤\t\tMî(\n
    xÌì¬ã
    """
  b"""
    QŠî\x02¹\ËN‹}£\n
    ´ÞP‚
    """
  b"R\eí\x00Rù‚C€òÆÊ;ó\f¾"
  b"R\x1D•,ÂI)L±a”@¯¾ær"
  b"R”FLŸ\tþMª\x13~±Dxgð"
  b"""
    S'ÌÂ\n
    èÞKÉ\x15\x12F/¥─L
    """
  b"S?\x1FB™/>K²ÖT¼*¦ \x0F"
  b"SYïÉÙÅ¢AÂ1»\x19ßëÙ¤"
  b"S\x7F\x0Fd╝üBNæò▄═Ïܸª"
  b"S‰k\x00Û6¦H¯«M®ä¯\x1E7"
  b"S×âã1\x1D)Gü\x19SÉ║¦\r¥"
  b"\x03öÍ┌?@ï*Ýüô▄#\x07"
  b"Sí[…\\x03…@¬QÈrh’¿«"
  b"TWÂ2╠°ÆJñıÅ│╝cPI"
  b"Tjr¼\x12ò\x10Lœ`\x04\r@¥;µ"
  b"Tvn\3YuIªÔÀ;±~C}"
  b"UŽÉaá8ÄG‰‚\x13aéÎ$\x02"
  b"\vÝ}‡\eFµ9¨G\x00\x1E\f"
  b"V ░\x04\x16¸\x01O«ÝØ×\rÞ╗i"
  b"VM•åàÏ—B¸ìk,5Ý}`"
  b"W\x0EÈ\x08íß\x02A‚\x17»\e9N„$"
  b"Wìoýò9\x08F—\e/O±¡£+"
  b"X└o▒\tZ┬Mü¥Nõ®N­ö"
  b"Y<x%°\x7FGD–Ï,\fU]*Õ"
  b"\t–±\x7F$J¡S—\r\x13\x18Év"
  b"YÀ┤§|Î┐OØîÇÒ@┤Ô╔"
  b"YýUY÷ýõIíŶ­È[ÉJ"
  b"Z0®Š‹ÜÛE£‚ÝBÁ'eƒ"
  b"Z1«–Ÿ¤\x13N¯óuÆ:\x19je"
  b"Z£;5VàñJ¶ŠÅï–\x19Â"
  b"Z¯3þŒ\r/N¡X§,\x1E™>O"
  b"Z÷®\x13AVåK›Ä•ùã]‹ø"
  b"""
    [\n
    \n
    ½S¸\x12AƒÔüÿ\x1Cjn7
    """
  b"[z…:Ì`:F§#õ?\x1Aý¿à"
  b"[ÿ ú|ìõA¡îþ╬8\eÛæ"
  b"[ÿ5┴╗ı$DìÓµ╬K×\x19u"
  b"\x01ÊôpÑO¡ßë·wl.º"
  b"\@̳CºjI¼µD\x00Ð\tz)"
  b"\~'sQÛÜIÉ▄VyÝͦÙ"
  b"\òí/§ö║Nó\x04ØÖ'úYÞ"
  b"\¤J¤\x07~/C»¶\x1A^nÀ›`"
  b"\°╣»&Û\x18Où▒E+ì\x17ÒÕ"
  b"\üæ´³M\x0FF·cÀYStø\x18"
  b"]U@┬eIÞAæ&¸i╩¶zÅ"
  b"]}•®œ\x7F{K·\x00/\x10oú¹™"
  b"]Ñ▄©╠ØØ@░&¿ƒçl§o"
  b"]Æî‹e£\x07B¥¥AÑ2ðÂü"
  b"]ÊÄ…˜ª>B‹äB'ÇÆì8"
  b"]ÕÁ‚ÀlhF¢\x08Yfnœúï"
  b"]ìâ^”«RJœ”‚\åXf’"
  b"^0É]RT?Hû¼_t░\x02е"
  b"^44\x0E<TÖO·²ÇF\x19k\x13ê"
  b"^‡V³7eˆH³\eªb\x03°\x1D "
  b"^Øæ}]¾─Gü-#7ò{Rr"
  b"^ÂÝîÇ SAüQg+dªÃ`"
  b"""
    ^×V¤fªvL˜x\n
    \x1FŒ×
    """
  b"^â{^jGÇM ØíädQ^é"
  b"_cAÞç6ìGŸÒ2±zϲ{"
  b"_É╩Î▄░ÜFÆv½ÓR\x0Eãr"
  b"_ÀÎÔ@S·G½ð„dE„Æ\x16"
  b"_ɵõÝl5M³*5@läÀŸ"
  b"_Î$´•\x08BJ†Ç¬\x12ýD[\x00"
  b"_ØîqÂÓP@¿6Lå`,\x15¨"
  b"a{R553!K ;5ÚH{\\x1C"
  b"a¬ZN0ãTF¸rÁ™L"U­"
  b"b\x03Ó¿µÂ\tH“ñëb5p]^"
  b"b\x04¼Yœ™+B¯DˆBÓˆÿ²"
  b"báØ?üûlFêß╚ã\x11mÑ~"
  b"d\x18—‡“‹ëA€jýÌã“@Ñ"
  b"d8é|¡\x14GO»Ÿ‹Q®?U\x01"
  b"dÓE╩#%ÇD׬0ü§┬Ôƒ"
  b"\x03Y«'åM±y•\fd9,¶"
  b"eÇ´Sk©ÅEŸ¿ÙVïKøX"
  b"eÛ░æg¼ÆLÉ:5űL÷¾"
  b"eõ¸€r\x03>L²¥ªRÆÈëS"
  b"f\x13ÿѴϰF®½ ÿÅ©\x0F'"
  b"fOLE<\x19•N—ƒ¸¯Žy€³"
  b"\x12nlH€HŒ¶fëäÅ\x7FR"
  b"\x1Dˆ\x03yŒF¢±’u™Û?w"
  b"fÍ&ãÁ\x00ÉNú\x06%¢¿´ìÎ"
  b"fôZ5å%lI‰²=΢ù,¾"
  b"g\x03ô·╠é║Gñ░ýì╬g&Q"
  b"gPÞ8Ö[EGü8\x15VÊ~\x05®"
  b"gÄO╠ì\x02▄Hç\x0FìMW{\x11\x02"
  b"gþ└I.òMOØy[■_nÆD"
  b"gïWYd\x06&H¥¶Ü\x1Cwÿmz"
  b"hPÞAC\x02GBšua\vÄaòë"
  b"""
    hüVý¾]6EïĦ\fÜ┘\n
    ø
    """
  b"hækÁ┘ì)@Ø7╗\x07\x19ó\t¤"
  b"i\x04æœE¶ÿH‚\x10O$¸ÚÞØ"
  b"iX©Œ/²<G µÇÚR¯sb"
  b"iYnƒb jA·åî}\x0FÃE>"
  b"iâ¨xH4»@…\x1A^±ñ„¬="
  b"j┐wÞR±XIî\x1EO#PCÅ:"
  b"k\x11\x15åØaéE€„¤+\x10ýež"
  b"k\x12\x10J¶;ºK±²Œh3›nV"
  b"kFkݹè¹C¦ýMν\x17Â}"
  b"kY¡žÜ=•H¿:VÀ½WðÄ"
  b"kt\röU ìBºÎ┴Ó4]▄Æ"
  b"laR\x02┼VÀOø@Jc9P\x13Ø"
  b"mt|lµ®2Eü¨V\x11[ì╔┐"
  b"mÀqÝÃ(\x1ELºØêCî\f"
  b"\x0FÅhF═I¥È±\x14J\x03§*"
  b"n\t¨bjgÖH¼·á^,öh/"
  b"n\x0Fw˜ø÷¸H²èu|X[Øö"
  b"""
    n\x17ü±\n
    \x1AþBÄ6Pòné3h
    """
  b"\x07üë¥oB´¾\x08zu&bW"
  b"nû+G\x16¡MBŽÃfˆß¨\x03Å"
  b"ol▄0¼╚\x14L¿│u\x16¿aÉÒ"
  b"onöü\x14"«HÀð\x0E▄tok▒"
  b"oä©ó;┌ËC«ØÑ║6ßd╝"
  b"oÔ”ê6úñOµiÐæ\x0Eѵ˜"
  b"p\x17’Nz6šF°×Œ_u\x08°’"
  b"p\x1E4\x06ßi{B¾$À«q˘U"
  b"p[5*/\x0E`AÅUh=#ëY "
  b"pánd|\x1FŸ@»\x05³ïa¯ä«"
  b"qTú;à[ÎOª7\x1E\x02ßÂá\x14"
  b"""
    qq¨\n
    7f¨JØ<aDcWï├
    """
  b"q£˜†O½‹L°’"\x11\x05ö"
  b"rb2­ë&[D¸ÂV’xÚu,"
  b"r¹©¡ÌχG«$\e9\x7Fâa "
  b"rûؼ\ëpG¨”e\x11˜êcì"
  b"s\x1Eìºæ:ïJ╝j\x1DuU´Òþ"
  b"s|×s\x13™êO»Âæ˜\;àk"
  b"sìõúlß7F╣èD\ed\x15§®"
  b"s¡¾\x07ÔYäJÉTèá_\x13\x15\x14"
  b"s┼d\x19%¡VHøÌûÃé2ìB"
  b"sÒ;gB\x1AÉF§ƒé×<S—2"
  b"t\fn‡„¦½A ƒtþBò\x12P"
  b"\x02íüñáO±‡'ÀM6lË"
  b"u4?\tÅ\v$@¾Bvìz\x7Fš\x19"
  b"upP3…*kJ‚¹†Û¾\t»l"
  b"vW\x7FK7•!K²JüSÃK†¨"
  b"vlÈ|3×\x0F@£”³\rÔÔ\x0E:"
  b"w\x13E‹‹\vZO˜\e7ræW‹Î"
  b"wYbßÞ$_A¸û/óíz#\t"
  b"wxó▓~"þMì_ÆgoM░ê"
  b"w╩>╩a\x1DKGìêîÖ\x05═"]"
  b"x4À\x1A0\x01bO™¼·¼³ìä!"
  b"xeZU█þjKÉ/éÕè\x04Ý█"
  b"xõñ7“²8C›J\x01z+/ÿú"
  b"""
    y\x15‹«©;\n
    D‹£ÁµØžHt
    """
  b"y'¡?\x16æ<I·`\šå¯\x02x"
  b"""
    y=Ì"R@5O¸`ß\vø\n
    ¦\x1F
    """
  b"y\x7FhFLüWJµ\x11\x10ÏØH"
  b"\x01r$\x7F(A­!ÇžHwÜk"
  b"y²é”´ÜæA²×\x07“ÌE\x05`"
  b"z7®»0”>I´]CL>t,T"
  b"z@4yu‚ÈJ¢]sÇ\x0E\x7F%r"
  b"zl\fÌZz¬@▓Éí¢\x19ý¹║"
  b"\x16€ðó/Lµ%wú\x11à`ù"
  b"{\x01L$ƒ4,O™™–¾nÙ \x18"
  b"{Iãs»¼]J’û$H\x1C,ªA"
  b"{‚Ö„­ç¹E„k\x1CÞ˜!&Š"
  b"{Ե鶑RA’qåw0²eb"
  b"{°ÉB/I3G¬\x7FQD;\x10°+"
  b"|%Œ\x02åy0L¢\x07\x1E²i\x02\r"
  b"|ìÔõ╩ÍçA¡á\v\x0EþH34"
  b"\x16×\x13¶ÔKØT­C\t^─´"
  b"|¸,F°7¶B¤ÈN"¨yðø"
  b"}5Æë\x11\t\x02\x02Ù¯QÝØ"
  b"}=/¡1ñƒF²C\x07\x13ЦeX"
  b"}nqÒ\»4MüÉJ\x19\x10\x19"
  b"}ƒ½"#|\x07FÁÅ█idÒ═;"
  b"}Øè%¨}\fB 5î¦x¾/˜"
  b"~*\x0F¥\x17—ûD…\x15YÏ‘æŽ)"
  b"~34$CÆFM‹Pt7åü<³"
  b"~fWþnÅQL£ ÒZ"Ùíý"
  b"\x7F_v¦\x05³\x19H­ê&2®O\x19i"
  b"\x7F„(?ÊuÑI‰ ŠØ¥9¨–"
  b"\x7Fö¸\r\x00È¢O†±\x01v*À¥w"
  b"Ç;%ı░+ÀA╣\x14À=æÉbg"
  b"€âÝW³x‰B·}î\+’áÑ"
  b"€ðÈb\x13\x07\x10AŒï„‡güýð"
  b"ü(öÈÞ║gNÇøÆBï÷È­"
  b"ü{▒£s#@I¼³&á Ú\x01«"
  b"üâá~;]äEä\x1DHÖ±\x07æ("
  b"ü╝╩¸ü©òNëý¯E|&£6"
  b"üõ:°TúHÜÁãç2à├G"
  b"\x19J2™1XE¬Ö›x˜aX4"
  b"é«Ëu@╗\x11Gü3ÀçÍDû┐"
  b"‚ØpvÒê­HšX~\x10}ø´¨"
  b"ƒ^P\x13\x0E?K…\f\r\x1F™Ø"
  b"ƒ–(\x17€/jN¥\x05„±¶Pºâ"
  b"ƒ´‘QÂJÑFµ'\x1FÑÛ\x02¨8"
  b"ä\rry-¡gOÅn\t?═\x15"
  b"\x0F3ju:ÌC“\x1D\x05õ\fÂ\x05("
  b"\x16ÛCQÈ¡E¬´©I)‹„\x11"
  b"ä\e@ì×ã┘Bª&QÑo░.T"
  b"„l‘€K†šE·„\x1AƒÖù°}"
  b"""
    äpF\x07*+óIüdé\n
    1\x03][
    """
  b"\x1D¯ôÙ\x13¹B†4={™E\em"
  b"…8s\x7Fôñü@°C9\rúÂŒ¶"
  b"…O|\rÅ\x0F%B®ã¼Õ¨\x7F"
  b"\x14.XiÓçMªÌu\x05Oœª7"
  b"†@9Û¢þÃM‡‡-€õW½ß"
  b"""
    †Q+¥¬\x18uIˆ¦ƒ\n
    \x14o3Š
    """
  b"†d½Sñ\\x05\tÕOPwOÿ"
  b"ålL\tÿÖlOÉ\x06®\x10\x02.ìÆ"
  b"†„âÕO¢\tGŸ¾Q¿€¹{\x7F"
  b"†¡jÎ÷ÞÒJ»‹ô Ý«×À"
  b"""
    ‡#\x1A\n
    \x1E\x15\x1E\vÑ?á\f‡J
    """
  b"""
    ‡g²ÙUQ\n
    OŸƒÄž•ż±
    """
  b"‡Óüûž5µH¾·8v#È)ì"
  b"‡øá½u`/M¨ú2‹ö/b4"
  b"ˆw\x00Mf\x14ªJ°\fG\x1Ak¶b‡"
  b"ˆƒò‰j\x13ÌO¤à+ÆlHÿÆ"
  b"ˆ†J‹¯¶5Aƒ{SËСžÁ"
  b"ˆ¨Äêj\x04ÂF¶Ýþ;¡kðã"
  b"ˆÒ\x1Cw·Ã\tB‹ÒxB®÷\v1"
  b"êþr¯°ô└Jñ½¶É╠êÞ<"
  b"‰}$×\x04ÄìG¤KÏ‘ñ•4™"
  b"""
    ‰¯Ä\n
    .ŽáB¢…€â=C\x0F{
    """
  b"ëð\f\x03ª\x10jGÉUáå-^ë\x10"
  b"Š‹mÁ–\voB’ô” >m\x00O"
  b"èÁ ´Vú;CØf±0¿Ý}y"
  b"\x10ø$‘RZL¶OS°Î\x13"
  b"ï\eü\r~\x15uNƒ­\f.À¼²\x10"
  b"‹DCC¬iÙC¨ì5¨]Ik\x1E"
  b"ïéJB2\x01ýCìª*\x08»8\x1A^"
  b"‹ÒüÏa”‚H·5Ž…™¿Âs"
  b"Œ9šÒE\x1EŽIµ\x10—yº\x15"
  b"ŒK\x18\x1Aä\x14ŠD·ŒFAk6YD"
  b"Œc’kUL\x16E§]kŽï\x14"
  b"Œék¹Â]BH¤JòÜ\Ðÿ\n"
  b"ì\x16LRk3mFïÅ]¸?Ï#7"
  b"ì#Eo┘MÙNØ\f\x15Akz"
  b"ìt+Ðð\x06bIƒ\x1E°┼±┬│"
  b"Ž s·5\x175@˜8Ÿ}õ:Š×"
  b"Ž2Äëæ\x02dC’ ŸG\x10ÞÆß"
  b"Žr\x03…HÄ¿L–剴Âò©*"
  b"ÄÜü¯½T9A▓ ■_V╚\x10,"
  b"ŽÕ]òò3à@ºoü\x04(¸ð\x0F"
  b"Ä█Åù^ëCK¢ Rÿ^w«è"
  b"ÅTy7Í,9Eü9ÇÅÙòZ\x0E"
  b"Å]ËFÑ╦éC┤éì\v£æyl"
  b"Å═!Â5åxA║ÃXƒå7¿<"
  b"ÅÌ!¢\│\x05Bâ Ô╚­Ë!ó"
  b"É\x12\x084Q÷j@¡°±¢Êsh×"
  b"\x0F˜Rýã1E¸ÿ©oâ‡ØV"
  b"‘-@\x14Å­°B—¬‹ƒ\x03\x11"
  b"""
    ‘x¦\r\x18œßDº«g÷\n
    Y{³
    """
  b"‘Áþ™]œ_K¡Ìñ#`4¯©"
  b"æ╔Î\x07Ý`_Lü■Wó¥5<Ò"
  b"‘á8ý—9ìEµn-rÞ\eMw"
  b"\x1A‘Ræ\x0EÝK…#(B—\t˜Â"
  b"’+Ï•=µTG¤\m‘¦b8p"
  b"’3z·É\r#@º2Î\x1D™ì‡B"
  b"’6a¶ÖGêN–GÈ\rg2­<"
  b"ÆØ┘¡2█ÈK║ÓCf¶y¼S"
  b"’±±ìË‚;L¶Ô–\x17>¼–é"
  b"""
    ’»Éq‚ð\n
    O˜ˆ¼4m\x14R\e
    """
  b"“*Ôq1‡NFµR ×ËOáÚ"
  b"”!O)x|ËD†f°X\x161„š"
  b"ök¶¹Å┬QHïZG¶t©+"
  b"”p\x12µP\fœC§\v\x16@§Ï\x10Ö"
  b"”ˆ=\rD±0B‹…î$Ç\x16Ü3"
  b"ö┐\x04│gìwG£╝I\x058zj└"
  b"”Ù­¹qn>H¼àSÉÿƒº„"
  b"”íéðÊg~@¹ìC2¡\x15Ê™"
  b"•<\x19É’©4I‰ïÍ·\f \x14"
  b"•~\x03º£qjH¥l²ò¿d²Û"
  b"–.1¥y§€Bœ÷\vt(v\x00W"
  b"–;¸íúH¶D®ª0üÆH\tÐ"
  b"–Fy¹ä†ƒDˆè\x01(³o\x16ü"
  b"–XƒBïJðA«\x7Fïx\eŽAú"
  b"–ËèqúVyFŒ¦›\x01\x10\t"
  b"ùòìß═Ò\FäÑß\x143;u<"
  b"˜<î…^!QL«vÂ$Ì7Ñ)"
  b"ÿK\x1Aã\x05\vFü3HöÈ´½î"
  b"ÿØÕV9¬▀OüØð$=▒Wâ"
  b"\x07Øïa¼B@†giéâ\x17"
  b"™!ŸRw¦\tEƒ©ä\x10Ï\x02Ú^"
  b"™#¡ó½ÚýF¨v\x7F0ߣSÆ"
  b"ÖZq(üxÞLì┤ùÄÖ■▄^"
  b"™r[\x1E:±’I›8E›£º\tÕ"
  b"Ö┬Dkd█ıFüaá╝╔▒\eô"
  b"š\x02ca}WÌB“ÉÌ–\x11åt¿"
  b"šÅý§\x00n\nL“ß´,+neK"
  b"›ÒJ‡ËÉ]N‘Á‰x\x08ÞtU"
  b"œ\x16\x17\eXG¹Eœ\x03Ÿ‰€ïÛµ"
  b"œ.º\x15¬ç]Dš\x16.šzº;‘"
  b"œ…ÆtÃë^H¢Ý¼‘1¸öo"
  b"£├qì¸\x0EëEòrP3ã´y0"
  b"œÈ¡Äç?žD–£ˆ\x08"˽u"
  b"Ø\fZz ¬\x16AÜ'┼ãKE█>"
  b"Ø4<nKÏF@»ªM\x04┐ê±="
  b"Ø5û\x13:c<O┐░:eo\x02$#"
  b"""
    ØÃH║:\n
    w@é└╣³C¢\e{
    """
  b"žÍ\x1F%n$ÅK®¦È+¨˜"n"
  b"Ÿ,Áb€uÅNµ7Ñ]¸Ëß)"
  b"ŸNX7]0 @„\x02cëÊŸ%ž"
  b"ƒç¤[╣C Kø£Åwg?A9"
  b"ŸŽ\x19¨~‰™B£ÍyÎz@–½"
  b"Ÿìé(Áf\x0EHˆàC<Ináˆ"
  b"Ÿ÷áÂb%¹N°óDGê÷$ø"
  b"¡pQNïû¡E²°”5\x02Í\x1ER"
  b"í▄«ÉüÅ[Kç(█ªQþÞ'"
  b"¡å\x05nÏSJIºæ\x7F\x1D\x02\x02am"
  b"¢XÕ^tRjN‚A\x1EÖ¹\t\x04¿"
  b"¢ÔgE7(II‡m\x1FèµÅ¹F"
  b"£¦\t5ï}:C¸k'«‹4-þ"
  b"£¨{Al¹nE½ [³vз["
  b"¤S•=øÆ»J®}ƒ\x1C±Õ¤è"
  b"ñgZ¨\x04\x08!B¢ÈÅûÁ├öþ"
  b"¤Ú*ûˆe\x1F@›3€ì«XcE"
  b"ñ‗¾Ëþƒ1MÅ\x17\x01¦ð¢\x03ü"
  b"ñ¸2╬D@äKÄì▓Wàu\x06"
  b"¥A…ýK«åN­U£%^'Iý"
  b"¥OQ„‰f~B©]È»\fÚI"
  b"¥y®ÞKÈËN­UÖgÙ\x13àV"
  b"Ѻ@ùüÐTD¿╝ı§¶\x03"
  b"¦¹\x1D¬æ_žN³\x17u»Cw-Ò"
  b"§\x18Hß‘ÿùL½Y»—:pO\x1D"
  b"§†U$Ù!ÒD¼u´\x03\x1F"³Å"
  b"§Ê†ß\x08ý;Kš\x03ó"j¦Q"
  b"¿óy¯ØqÿN£\x0Eø█¼\x1Cíü"
  b"¿│B\v»\¬AÑ┬ÊE║p╣Å"
  b"©#\x19ðêþmN¥_<R˜­§$"
  b"©…ë\x13!kØH¬˜ÀM\x12\x0F"
  b"©Íþ¼ˆ\x1E%H›\x17MÐç\x04Љ"
  b"©Î=:ˆFŽCž\x12\x0F*kPAq"
  b"ª\x0E\x1D×~O³Ï÷0æ1Lµ"
  b"ªg\Žæ$±@¯_Ë´“ß\x19m"
  b"ª¶ËbÄÐbF‹Áp\v\x03ŽËÈ"
  b"ªØÓ§FËÿF’Ï\x1A\x02\x01<v"
  b"ªþà3ó–\x03B–èž\x10®&ž\x12"
  b"«K×ÐÔwjA™~"ªÕÿÔú"
  b"«[\x1D!¹:êI©ÐRHñßµž"
  b"«m®ÊJÒ\x01D¾ã8Îiкú"
  b"«— 'œ&"F¤\x14?KÂÆÜñ"
  b"««ÖÁþFiN ÝYàP\x1E"
  b"¬\x08\x19cv»ˆN’8é²=~õ?"
  b"¼÷┤JÅ,ÌIº¶XÄaú5\x1C"
  b"­@TEUŽ\x1CN·Oæ\x16J‹\k"
  b"­\¡XΧ\x12N±vá\x10Èpæm"
  b"­uGM\x14ËnC•4âÙê%‹="
  b"­Š®íØÇ\x01O¿ò®\x03ÁÄи"
  b"®$ö´þĹM›N2\x1DFZ\x17b"
  b"®&Ô(ª-ùK¾Þ6\rÁj¾m"
  b"«P<º‗ZøJ«ìBÿ╩4É\x04"
  b"«Í»»î@ØAÄæuÔÄ╝W*"
  b"¯n™žú+½Kª¤ù\tG\x12*5"
  b"»{ÿæ┐ÃAI░üãî\v[lH"
  b"¯Ó“ÝU@¨E¬¦õô\x1D&4¾"
  b"»▀uñ╩▓─FÅLü8\x08\x16"
  b"°\x17ÁÞ"\x18ü@´ÿBnXW–F"
  b"°Fía¸æKA§ø­ÿŠ®\´"
  b"°‚(÷{Y\vH¢ƒä¤¤HúG"
  b"°¿íÈ=ëu@ \x16°õɸм"
  b"±KŠ=2EuL¿‚\x10\x1C\x1E'5y"
  b"▒£ÄPÌ÷èGÉ(ºA½È¾z"
  b"²\x08\x06._ºÓO¢³Ÿ+Ò‹ä\x05"
  b"²:XXJBKD«Mšé[\x06Çz"
  b"²ÅÀ[.,ÂC¾ÙÒe3qzÈ"
  b"³/s\x14\x06\r\x13J°f\x06¯^ë\x02."
  b"³¨~XŽMøO¿s £O›»™"
  b"³Æ%³’!]A¾îŸ‡&²xþ"
  b"³Ì\x0F-PzÉJžúRL\x03¦\rn"
  b"³Ü—[ç vMŒA¯m[4Z)"
  b"""
    ´\n
    ¼o\x10¶IMŽÐ&YžH \v
    """
  b"´-\x13…³SiE»\x05iÄ"\x03Ô±"
  b"µ\x1AщêæñH°cX!C\x1D"
  b"Á├×õÖÓ@Dì\x07^X¦ò\x0F4"
  b"Á┼7÷\x16×=Gƒìr¤æ\x06av"
  b"Â\x02GFÛî\x17Dø├î█Å\x16/_"
  b"\x05\x7F\x19çMˆ\fÚZK]xK"
  b"¶!*´EÌ¡C¾´ÜaMÑÞ["
  b"Â!ÖKpã\x18\x19ɦ\v\x0E¾‗"
  b"""
    ¶ð\n
    vÔÅLK‹\x0FE¾Ó5ò\x1A
    """
  b"·Pš?s\x06VFžDqð\x01\fP<"
  b"·Ü¶µH„1E¯÷‘\x11Ü\x19"
  b"¸\x05:ï-K\x17O¶‡L°\x01\x18¾-"
  b"©\x05╣ïÄüóK┐µ\x11w\x16\x06"
  b"¸Jþxs\x1AÞOµ,ËT3;!i"
  b"¸ÿ\x07Î\x14é&E´­2ÙRPgP"
  b"¹ƒ/sé\x14€J¿h؃\x04`µ¢"
  b"¹áÙ¤¿\x08»C¡I*»\x00ûa]"
  b"º/^Qe%\x06G¼‡®ÔT›\x0E¼"
  b"║Ç\x1C"²CáOÉ$VÒ\x17┬¾»"
  b"º¤—¬¿\x07ØLžCöñ׳\x00Æ"
  b"ºÆ\T‹Õ5EŽêRqI³‚h"
  b"ºÿ*ˆ·u\x1EC‹­lJ°† c"
  b"»\x0Fø­"0éC Ì®Pæ66*"
  b"╗É\x15¹â┼bE×Ôtû90\x11K"
  b"╝6ª■º6\x18J▒■╚+ìêb;"
  b"¼¤¿Ü‘–ëIœ\x10´„\x19Å„w"
  b"¼³<‘sOÆI™qM*¯£`˜"
  b"¢=Kb(-yA¿¨Øð\x12çÔá"
  b"½Æs+\x06¼bB™né3\x00P*¾"
  b"½É!-Çh¡C¬2¬±~\x13á:"
  b"¾\vnV\r\x045Cº(4¨s\x1F½Ô"
  b"¥Váö$ÿqCûpÊÅVµéÓ"
  b"¾Çô+â÷ÖG° \vÒ±]{è"
  b"¾áŸ£P!ìKµ\x00ª×ŽÐG„"
  b"¥õ{½Úì¢Kê\x00\x04▀íù½õ"
  b"ÀÃc\x1D\{8IšF>Î5Ó\x7Fù"
  b"\x1E\x05\x13MßÃ@║uÅ=î\x17md"
  b"Á=¦\e$ØúN¢ÃäƒË\x05£\x1E"
  b"Á´á\x16#ÛÜI¸Kz"çg|\x13"
  b"┴╣\x14gý/ÅD┤î§w⤃Ö"
  b"Â(w $PëO«\x03œ\x17UùôÅ"
  b"┬(¸±\x14═IIÅ▒╚Ä\x00«Î®"
  b"Â80êip1E”xÝÓ0š,J"
  b"ÂYgÇbt…C—NÐ[·ê$Ž"
  b"Ã\x029ñ·@xJ‘\x0F^‹\x11ÀEŸ"
  b"├@oÐì0QMÿ\x1E7:v\x02┘║"
  b"├F_µ®Ôü@║Ø\e╝ÏÌîf"
  b"À\x0FyºOØI°"Ä[Â|çi"
  b"Êvb= \x10@Ÿ¬\x1Dí‹~Ø\x0F"
  b"├╩â\x01╗ü╠MÀsf\x13 }\v"
  b"ÃíC£(š\x03E”ÐýÁÉ®°Ö"
  b"ÄEë+ÙQ†K¯_\x13Àü ¶«"
  b"─aõ3Q╣╣CØ=╗3\x12Q­╬"
  b"ÄdÏ\t'šÑJ‹†8ßýZˆl"
  b"Ä‹”»iƬH“¿;m\ršUâ"
  b"Ä•ág8Ó€D¢.†ÊÖÓ,¨"
  b"┼╣UÁö‗)EÆ{¬¤mì°U"
  b"""
    ÅÀÝ*\x0F†îL“\vÙ\n
    ¹ûï\x14
    """
  b"Æ\r\x14°™þ_B°Dþ\f8Ls+"
  b"ÆI`T-¢ŽG”ˆ1ÆÍºÏY"
  b"Æ´q*OŠ•L˜âƒp]»öÌ"
  b"ãõ<¦Lô0GüâW¬úFçô"
  b"Ã"\x05Á0\x06ØB¢±è,r\x12"
  b"Ã8▒Äßû▀C®‗\x02Åè}$¯"
  b"ÇžÏ\x05Îý·K“ö-\x1F\x04ˆB\x01"
  b"È?Í\x10j‰!H„D%›e]Åñ"
  b"╚Záü\e\rMHáÛ├\vtI¶O"
  b"Èj #4h\x01I ó¡í¯˜Ë¶"
  b"ȽËjuºlG›ô¯×â²ø$"
  b"ÈÙèl\x7FÂTI´â\x1Dè¾Øç„"
  b"ÈáML3ëtG²¸¯Üa#5t"
  b"Èé2\x04ÓAFJ‘្x°‘ "
  b"╚ ▀i©\x16!Oèèo·WWìÈ"
  b"ÉL\x08J”©æHž\x11ºÛ)²kÜ"
  b"Êi<Øë[Ñ@´fýb2fÎÝ"
  b"╩쬦\x02\x124N▒¯\x1FNw|Gû"
  b"Êëž8äÕ3M—\x11\x11L¿‰ç9"
  b"╩­ƒN(┐‗GèÄJM-ØKË"
  b"╦Sû\x00Ó\rÉHÇ\x05\x0F╗Ú\x14"
  b"ËÈÏ9Ø`§K””1‰+æ|Õ"
  b"ËÛ¢\x00exvJ¢üsŸ¶%\x01Ø"
  b"\x12_çä\x1FÅJ╣ÖØ¯Çñ¸‗"
  b"Ì*Ô\x03\x1C…eL¤5úEÍp©\x05"
  b"Ì11'ÁÛ§H³{LÒg\x03ý\x10"
  b"Ì_ýr2B\x08C¾×6}QáÂ<"
  b"̅ʧawEFƒ"\x17=žF»Ö"
  b"╠Û║jIJ▒Eü.à■¢lo\x04"
  b"Ìò¿qàÔ C­•<Ù\x0EPðÏ"
  b"Í\x1E×\x7F=œ5Dޏ<Ûü1’4"
  b"╬ ßaÅü\x04K▓q#\f")Þ_"
  b"ÎT\x17)ªÓ·A£É#.G3´…"
  b"╬t\x08µO\x11XJü\x17─&·Â5L"
  b"Πž€A¾ÊL…R‰Û\vi·;"
  b"ÎÑsJ4»‚K¡À©\x03\x1Dp\x08ª"
  b"Ï9"¦Õv^@£w¥W^\x06"
  b"ÏJ\x15sP†èFŒÌý¥èc›×"
  b"Ïx˜ì×Ë5Jœ\x174\x12h «Ê"
  b"ð\f\x10ëcÁ\x14N│Ø\t{rä\x1F\x12"
  b"Ð&rÜ7yeI”Êq§c\x0Fæ1"
  b"Ð-ÐeØ?‹Dµ\x08«{ÖH”a"
  b"""
    ðt»├?¦[Iîì¬Gö\n
    ä¼
    """
  b"ЄV«ÏRïM¾T1Dê(ûh"
  b"ДÞ!BbëC´\x01\x0E\t=rˆÖ"
  b"ð┼É╝#ö¯Bâû붺s/'"
  b"ÐÆØ░^\x14┘FÄ█Ë)1uÀ°"
  b"Òuä9šA\x17H‚\x02å!o1yf"
  b"Ò¼Êÿב\x1ALŽû#Ȭ¢€\x05"
  b"ÓÃøâ)Ÿ!G…B»ÂpµN\x16"
  b"""
    È*┬─(ѵCéË╩ì0\n
    \x0Fß
    """
  b"Ôz•q5aØH–„‹]­†œì"
  b"È«1ü\x12fu@èó¡.ÍLÓE"
  b"ÔÈ_^Xh\x07@°dª§ÉGZ¢"
  b"ÔñýC ¥²EœÇISà1éx"
  b"Õiu!(â(K¤næY\x1A<Nü"
  b"Õ·l\x7FŒ}JO–ëÆíìùF&"
  b"ÕŘ|HÞkJ…F-±N\x1A\r"
  b"Ö.ý‚\x1FD3@ºÛá!ƒ¤«ù"
  b"̓ìÇfY G£òÂc\x1C^\x10#"
  b"Ͷ\x00"\x13)²I½ý.▀á¦Å┼"
  b"×=+¤:8ðD¬\ré)%Ç$ï"
  b"Î|oìA} Kø\táï╔h╚\x1E"
  b"×~tuªŒÛB™ûœß/CB)"
  b"ØQÔc³[bI¯YøÕTdˆÇ"
  b"Ø`D¤‹ÀéJ˜›¤Ôn\x06Np"
  b"Ïe─³\x06\x17─A│ç\x0EäE²\x10Ø"
  b"؈}A‡rìE¶ôN×chÑæ"
  b"ب‰Æ\x13Š¢@’)¸ã޾ú6"
  b"ØøJ^‘¬{B£\x1Cªh–7$±"
  b"Ù@D\x1EÊl\x13F•‹–\x0Eh~ˆß"
  b"Ùi\x18­×uhGª·ŸêØ\ªa"
  b"Ù}w¡~€\x00Fž¼Åç\x08ÐÔE"
  b"Ù‹\x12ru3=O³\x02Q‰áL³\e"
  b"┘£É\x03ç6fAönpÁg¡█]"
  b"ÙÚò?¡g¿J˜Á쾕ð«z"
  b"""
    Úy\n
    ‚ª’ºFŽÙxg\x1A®Ô 
    """
  b"┌■┐Ûß´ÈFÁ\x17\x0Fì├ú"
  b"█UÄ▄ÉÊvO¥╝_█7uº?"
  b"Û[­õÏÍ“H¶aؼ2fjñ"
  b"Û›_\x06„¯ìI…d\x12Ã\x03ÚTÁ"
  b"█Ù\eÎß\x1FØDüõ\r\x10C┌"
  b"Ü\x19\x00Nļ0Hµ†Ïe·Y\nŠ"
  b"Ü \r\x19IœB–xã^Ïb\x08{"
  b"▄═°j`2þFüÔ\x06┐Ó®│þ"
  b"ÜÑ1â褖O¨´ÌŒ¶Bq¯"
  b"Ý“<×øýúNª‚j\x1ExÐÁa"
  b"¦▓[\x1CÂ_qLì5\x16┼6I\x1D"
  b"Þ\x16éæ¼SuH½ƒ2=™òLø"
  b"Þ'\x07Ð3ÕqB¬e._\x1FP#H"
  b"Þ]{À2¼aJœÚwuýŽ\x16J"
  b"Þ}áîâ\vF– gA\x05ôSa"
  b"Þ£xb\x04\x1DNC‹I=èÉ„1¼"
  b"à\t’?Þ±–A…y\x01KàJ\v\x1C"
  b"Ó4Ë\x16NÚ¦A¬h▒4¨É\x12"
  b"à9rRÿìŒL :HênÕŠp"
  b"à;ðÏåe"B‡‚1g\r×\x00Ê"
  b"Óì0yØ\x14&E│┘WnIÊ\x19b"
  b"ྃcŽ”óI¨>b\x06¢\x19\tä"
  b"Ó¦\x1F\x19è}I¼Å╔þ{«$¾"
  b"á.ø÷€S*J„[e¤v¹Üž"
  b"áŠ1Ù\x180ýM¢e\f¨¶85þ"
  b"ߨ╔Pÿ┤>Ië2r‗ì░¬ü"
  b"â"zñ\x13®äN™ÑslÇœàk"
  b"â%,ç} ?OºZ‰ÈÅ\eC'"
  b"â<÷Ì™©¾G…Í:HóÕ¤š"
  b"ãK\x11xd\x0F†J¬w››Ç\x03ç“"
  b"ãûÛ|!\vGG€²mê<ò9j"
  b"ä\x16£ËÍ4èL½U\x04½€\x04€Ó"
  b"Õ3+j³\x02wEÄ+üì\x04Òñ\x7F"
  b"å:Ø™ëm‡Dµ:ýe»Üƒ="
  b"å_¥ZÖž,E­°í¦‹+µw"
  b"ÕhC%<ÄìD×j╠¡\en3¹"
  b"ÕäàÇAê╚@ÿÇ┤Åâ+ì¹"
  b"å·10úlîJ¨\x07\f~ÌóïÑ"
  b"µ sù═À-@Æ┴ØcÎP╔ï"
  b"æB½›Ã*ÐFާd(e\x11"
  b"µÑ\x17¥┬vÅBÂ┐ܹ/Ï║/"
  b"µ®ª\x18ñ¹═LâüÐתã\x1D\n"
  b"çHÑ\x03–WËM·Ðv+c«ùÇ"
  b"þÀÇ)/©\fCª.a2ÕóvÉ"
  b"çú!\x1EòŒ5I©ù ›Ûí‹å"
  b"è\x11¿ü¬&]A‚+µ•ë<ï¬"
  b"è(\x10蜺ðMºç<aºƒ&\n"
  b"èW=…ÈáŠOšädÅß/) "
  b"èu:N¼¯$@“ýhñ2\Nø"
  b"è pÈ\x7F\x05ÃC³ø?¬—‚rÆ"
  b"èÃ'ƒRÙþF’º\x13\f&x"
  b"é\x16\x0E\v5\x1C«OŸüä\x1Cy\x0FM2"
  b"ÚU1¥¼░vOù·Æv ÅÛ6"
  b"é·@3߈’I±4Gí½{è="
  b"ê0(Lj\#I•}‘t¤ m\x02"
  b"ê‘p%ö#gG *w"p3ap"
  b"ê¹äl0PmL¯ìŒ\x03\e©5t"
  b"Û┴ÅÌÈÆ.K¡\x1E;â ╣ \x7F"
  b"Û¸ô6─!:K®ì\x104c|[2"
  b"ë\x13\x1D^\x05a—O±b–i¿›œ\r"
  b"ì”òiù³QA £\v´û`Œ@"
  b"ì¢ÏQ9(kN­Òõû\x06¼WZ"
  b"íV|\x06\x01,}C‘\x11ŠAOø¦˜"
  b"íd¡X¼/ËMœßý¤ ¯0\x02"
  b"í‹’hçç\e\x16ª}Ú\x0EÚÀ"
  b"íÝz<ÝŸ4C•18ºp²Ë;"
  b"î\x0E£\x0Fè<zD¬\x03<Þ«´Xc"
  b"ï\x1D2m\x1EÖ-O§\x1Aœt]{ó\x1A"
  b"ïHÂ)f½¥H±|aߪZæl"
  b"ïŽû;wÿ\fK€ÓÄŠ«?ÿ\x10"
  b"ïßbñ\Î\x13A’\x1C˜hËÆö‰"
  b"ïíiçÄŒ\x1FM½ìªBÔ\x00"
  b"ð\x03Ûˆ\x13ìDB•bFÝKÑ\x1EL"
  b"ð:$e›\x03¹M®Þò÷ïLá\x04"
  b"ð{›\x00Ÿ}¾J„V6àk\x1AC;"
  b"ñ\x00u\x19‘rvO´ío‡¬A[†"
  b"""
    ±2²IÂ@wAèña╦\x03¬\n
    Ø
    """
  b"ñ5@\x1Eù†^C“í´ÄšíéE"
  b"ñ´ ;«ªˆDˆ\x7FpÂ9EOy"
  b"ñÃs6±¥4M“š\x06‘f|\x1Aì"
  b"±═ñuÅlaOñàQk┘ǼÙ"
  b"òs8·qf\x02H­’ŸªÛ\x07ö\x11"
  b"‗t|\eç>·Iô\x01F\x1DÙLü`"
  b"ó\x02\x01…0H¹çF28F0w"
  b"¾©ù^.╔²A┐üàæ¼ËM-"
  b"óÁzšóÁ†L¢Œ½`¢!,¨"
  b"¶sÃKb5!Jàìm\Þ®ú}"
  b"ôu‹ì0ìÍL”‹\x0EA˜ˆ\x1D8"
  b"ô µFíBéJ²$ÄVÂd¼¯"
  b"ô¤!¬@÷ÜO…ÃÒYBÑJµ"
  b"õh6r\x10îmM•>0\x1A1ÂVa"
  b"õvWËqY'@´Ó‡Ä»Ûéÿ"
  b"õ’Ó/‚kpJ½Êùð\x0E¶t="
  b"õ–•È›!úJ¶Áˆ\rZ&÷‡"
  b"õÄ¥Ãw~&H¨’Byó/¦\x04"
  b"õù\x13Œ|önF…\x05ˆDÁ‰9g"
  b"÷6\x06ü█7ÏIøbµ¨¹ò\x08"
  b"öLýj\x1DŸ·L¨ŒZ¡tÛ\x12\x17"
  b"÷ìãJ\x07ºÃJ£8ô¤#øæ╗"
  b"ö·¹\x14ÆV"B¬Çzš\x19Bj„"
  b"÷1«U0I1F¹úÙ£wwòœ"
  b"÷6ý\x1F\x19ôíI»ŸÌ0%wW\f"
  b"¸ûÅKgù«B▓ÏG;K{Ó,"
  b"ø$ƒ‹LéµO²"oà?9\x0F±"
  b"øƒd¿…\x19ßEƒw¼«Ô\e"
  b"ø¶ÛT1ïXC­uY sGãê"
  b"¨\rgC(ÿUIò┼#¾═ƒÉ"
  b"¨\x19(\x07ì~┘Fì`\x12£\x19├─║"
  b"ù‹ºö‹U¾F¼.\x1D\x10Ætâw"
  b"ùÚ€*ss—E”†»úX5j "
  b"ú5øN®¶´N¡ñ¢\x13-ËŽ("
  b"ú²4Î2õX@“½ô1E±'Ï"
  b"û;Œ†LdíB¶RüÛº\x14Çc"
  b"¹W\x1Fâ¡yOKØ\t╣çS̰ç"
  b"ü\x0FøÛ\x1E^‘C‚îý7ß5_Ö"
  b"ü[\x10 v¢lC²,[Ñ]uOÀ"
  b"ü¶SIØ`šG¾÷\x00áý¦\x1Fp"
  b"ü¿’}NÒHG‰0A½a‚é{"
  b"²1\x1CÎ\x11¦FFìe½>«ó█;"
  b"²ì\x1EªaùXCºg-¿òf\x18k"
  b"þ\x12sp­ø•K›•æ÷²œ¯\x18"
  b"þ{x»çEîO†ý!îV\x11î7"
  b"þ³lú$„hA«‚¡Y›â– "
  b"þºÁ¯õ':C¬`Wµ\x0F÷X½"
  b"þð'çøm\x11@†7Å6ì$¬0"
  b"ÿ-–áz}²B­\x10*ôÇ{áë"
  b"ÿaNú\r¡\x14B©nÀKˆ8WÓ"
  b"ÿ­ôyɳüL¯'Ë)\x01V\x1D9"
]
225 7.24 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Üi|¿<‘C˜âæ6iþŽa"
  b"\x01.\x04Ïå\x16\x15@ªödé·¹\x12J"
  b"\x010âý“‰;A¯*#¨’Ç&\x04"
  b"\x018&5ì#iL€wBLï\x0FI\x17"
  b"\x01m┴0¶m\x00Aæ▄,¦SìW├"
  b"\x01ƒ)ÔdþÝOÅ¿╣ç0º¢╦"
  b"\x02;îv8c\x17Gœp;Ãí\x00iU"
  b"\x02@\x02=™ÊFG±\x0Fò)ñ_\x16W"
  b"\x02ìÎ]T╠¼EÅTîÈhÞ¢Ë"
  b"\x02ŵ\x0E\x15'<IÄ0¹\x05┐ÝÈ\x1C"
  b"\x02¸/¶*\x7FþB§Xç=¢\x19\x1FC"
  b"\x02Ã^øÇX│EÖ¬[Ø▀ï?─"
  b"\x02µ\x03~Ç!¬IÀ5\x13ÅG\x05"
  b"\x02þ|®Ž\eaI§Fx\x7FÅó^Á"
  b"\x03%¿ã‰ÀÆNµ\tK±ø~@\x00"
  b"\x03J/\tJF^O®–Ѱ'(Ru"
  b"\x03]¤è\x7FHeL¢Ç ñÀ÷d\x00"
  b"\x03t=¬ËãØGï/q:ùÃ3©"
  b"\x03„¶ÑCå¸I³\x11Ü\x1Do¢Í0"
  b"\x03¸ã†à,†I \x01WÎ(:KË"
  b"\x03╝▓ðÕ╝\x05@ØÑ\x00E&\x07÷%"
  b"\x04\x0E¸`üd\E•\x13¤Û„™m"
  b"\x05•Ççø†‰I®ŒØ}LĤÐ"
  b"\x05¨Lý%î¸L¥ì\x11Ž£Ð¢’"
  b"\x05ÌT_“\vìA®·=ì™\x10"
  b"\x05ñ+¿:î/I…5k\f3O Ä"
  b"\x06\x07│A,nüJ┐\x1F7ÇtKÞ6"
  b"\x061]Çb4┼G▓ìÑþz= Ñ"
  b"\x06{w^\x0EîAB«Ñ\x06qoÉX\x1D"
  b"\x06·.¦ úóH ME\P÷ÀÚ"
  b"\x06½ŒÃ\x15$®E•9Ô\eµt\x14u"
  b"\x07\vª…qf\x02D•M\x1AX|õ–n"
  b"\x07;È7ŒVæK¡ÓŒT\x00Þ 3"
  b"\x07^ôp1bJ@¡ãÙ“ŸæWï"
  b"\x07wÄÚ6a/NØ·n\x08]dn4"
  b"\x07¸ÅþL\x19ÅL¾¼»ïÜý@\e"
  b"\x07ǘ®ƒv3G‘pPB*ð2\x07"
  b"\x08ц)§PSC–\tJT\x14kÔ)"
  b"\t"Ó…·0âG»\x14‘_Ã8âÄ"
  b"\tRM¤o×ðA¦©ÔÑ©ùSØ"
  b"\tÿ\x15ç\tÚ9C¯v\x1EÏÔù\x7F."
  b"""
    \n
    FNûàˆôA”'9r€Ê5@
    """
  b"""
    \n
    F…'LLà@’r—’u(qþ
    """
  b"""
    \n
    áì┌u&CLú\x1F¡KÌlÁù
    """
  b"\v*Ê©›Ü§@–Åž¸2ÐÊÉ"
  b"\v[fµ‡x=M­Ç\x16æ¾>ù£"
  b"\vÕ¶‘F9öN²fûE \t\x1D}"
  b"\v┌Ç!AÅ2@ø[k{═y,v"
  b"\fX­dD¼ëKØÌ@[\x00§\x07\r"
  b"\fk°cž“¹J‹!«ž€™ëÂ"
  b"\f‡Hë(IbC†€ ËV{»^"
  b"\fª7 TCÓL¼ñ\x04Y¾‘SÄ"
  b"\fʶ̮k»F“‹QE"u\x17"
  b"\fòŸJüÔÒM”÷Er¦¼Ü"
  b"\r ┴â\x02ƒ╚LŹ´¢ÝB(j"
  b"\rc•`#\x15HNµ Ø4F¯wÔ"
  b"\rŒý\x1EøU”N‘ª\x10rñ€Û!"
  b"\rô\x16■¬ë«EØBM\x14Í]Ñk"
  b"\r–Í\x1EW\x0EnA¨ÿ’Ó\x12uyÚ"
  b"""
    \r´¢ý]Ý\n
    A‚ÒNÈýÓ§¢
    """
  b"\rìÀ·Ñç!Aœ2³Zy½Ó "
  b"\rý\t\x1DÙ„ÁF†rƒ"Ö)ò\x08"
  b"\x0E\x03/ÅÿGÇ2"¯╚X¥Ò"
  b"\x0Egrù½] Jö(╔╩Ó\eÔÉ"
  b"\x0E§¼©ç‡uO—4Jš|–KÊ"
  b"\x0E■aÉt4lMû‗\x11v│¬Pÿ"
  b"\x0FC‰ ey¢G‹JŠ\x18\tf\x1FÛ"
  b"\x0FRÈ/ÃÝÝHªøÃä?Ñÿ³"
  b"""
    \x0Fùö\x16ÚÔzOɼÛ└Ø\n
    M>
    """
  b"\x0F¹†£?ÂÊK¬0 «™Áõ7"
  b"\x0F¶ü█æ■@AäDì\x16íþ┤═"
  b"\x10\x7Fy\x08■¡‗Cü"nTè#ÈE"
  b"\x10«X\x16…ϸL‡¾+i\x17¡œí"
  b"\x10¶·KY–žA¼Ìñs†Ÿm\x1E"
  b"\x10Éì‚\x1AàsB°`(\x0F¼\x0F~/"
  b"\x10ÌC:U†÷@¶ô\x13ôXPÀ "
  b"\x11\x10L\x1Aß<ƒBÖNÉùd9&U"
  b"\x11.U…`ÞÃK€‘8b˜¿¹\e"
  b"\x11<øÎE\x1CóH—ü¥|Iýøý"
  b"\x11Å\e\x12ÆÌØI┐âòÓ#;Q;"
  b"\x11žþòLv³N»ûX{\x07{¾ƒ"
  b"\x12*_+É╦{H«└ir&Í\x12"
  b"\x12Íd¢¶ù╠@Åú//k5\të"
  b"\x12Ý\x00ñÑ\x06E˜±ôp\x10\x07d"
  b"\x12´^TkÞ2KÑH¯\x02É\x02ðù"
  b"\x13kºk'™bOŠó\t·ë\x11÷\x0F"
  b"\x13ð«ÝÐì\vB╝§Kí\x1A6õ╠"
  b"\x13Ò+)€/yO©™uS‹16Æ"
  b"\x13ß—~Ý\x03”L›3’ŽU¿\tä"
  b"""
    \x13å!1\e_\n
    @«ü¼ä^æ\vŒ
    """
  b"\x14\x00\x06\x19\x1C–ÇO¬%ì¶¢Hvæ"
  b"\x14\v\x08\x15ÂD±[ß\x03Æo0h"
  b"\x14%¢ÕùËJE„Ø\x12\e8ÄÕt"
  b"\x14l#Dæ5MN¸AÍ!¼Ià¥"
  b"\x14wZ8£ÊMH¨ò\x10#tíLF"
  b"\x14¯½ Ç"OI§/!n†„/x"
  b"\x14ðþЭåH@€6ÂiN\x1DíÃ"
  b"\x15CÇ=§cÊO´ÂU-°j\x03*"
  b"\x15d/¬ÔµhO£Å§\x1A,\x05¨\x1D"
  b"\x15╣gåÚp╩Aìë\x13╬Y"╝\x12"
  b"\x15┌37Ôf\x14N²1Ë\x1EØ>L"
  b"\x161LV}Y\x04H£ƒóºO#`,"
  b"\x16 )\fo,\rL ïIAÒ‹:\x00"
  b"\x16ç&#+SØGµ&µ8\x07¡7…"
  b"\x16Ý\x1FçØ■XN▓~ø■ÃLÉ@"
  b"\x17\f¤ƒ:AÄÍ¨ÂØ×fþ"
  b"\x17y<\vµ|µL“†2»b®Û‡"
  b"\x17¾═±È\x05ýOÉã9■_‗Üç"
  b"\x18zÑÅI.\x01IŠ@嚎4äÖ"
  b"\x18Ÿ0©\x0E¥ O™îb®uV^r"
  b"\x18ªX|å@ù@Ø?Ë\x0F▀îá¢"
  b"\x18©ž)K\x1CvC»Ïü€\x11f»´"
  b"\x18«A\x10\x12Æ«@œÊ\x0Eë§Ùžv"
  b"\x18ÅUWNs›C’|³?(·1Æ"
  b"\x19\x04ƒw†¬pO•ˬDRóØð"
  b"\x19—Æ\x1E\x10Ž9KµDÅH¯\x1ESO"
  b"\x19™Ws\x13gïIˆ\tÿm€d\x13ö"
  b"\x1A\tÅpóhjAÀ|«╔cL\,"
  b"\x1A\x17D²e\x18uO‰ŠŠC¶Å†"
  b"\x1A)▓;qÉÊBÀpú,M\x0EþÃ"
  b"\x1A›\©Á\x1CÄDž/ÖRH5\x11ü"
  b"\x1A÷┬#ƒ\x08ØMø\x18Úq¯ÿg\x1F"
  b"\eAýH´Ö#H¬Š¨×BÁ´-"
  b"\eM│ÝôNÈF┼bÉ·O"
  b"\em\x00˜\x12ð2F£wJ³\x03I”C"
  b"\ev\eQˆìfFŽÕ"f™‰0Ò"
  b"\e¶Í»¢YñH¿Ò¼ÔˆÙe\x1A"
  b"\eß[6îÊâH®¹ÜRšØbZ"
  b"\eësdŸ>ZC¾°¸\x04\x00úfï"
  b"\x1Cl\f\x1EU\x15hD¾õmÿÃ@\x1D\x0F"
  b"\x1C▄{/'╣¢B®¶\x00¥\x1CôÅu"
  b"\x1D9ŽÖ„m\x07CŽ Y†ìø·O"
  b"\x1Df 8§\x0F2M│e)ª]\x04É:"
  b"\x1Ds\x13½sç’E¿QoŒ\e{~M"
  b"""
    \x1Dî³YÕz┌HäN╚\n
    +¬ìè
    """
  b"\x1E<Î)0V`MØ\x02qSxð1¨"
  b"\x1EIÖ¾PДE„2‰Ç¬œ€g"
  b"\x1Eè©´Å═(Hè£\x0E╠}pì'"
  b"\x1E¥³—AͯE²Fɲé6ýš"
  b"\x1Eâ \x1DE©kN±€÷)fȤd"
  b"\x1Fô®ÅüèH¥Q\x13Dú■ëÜ"
  b" \x16\x12Â╬µ\x1AJüÄ5\tS\x01"
  b" q<ÙêoFA¢“Tm~Ï\x13q"
  b" u{#┌7¯F¢·?\x02-├ðü"
  b" îØ\x1F\x0FªèGêÔ¡BÃ_\x12'"
  b" ╩»æEù&IÉÖMÞk┘┘▄"
  b" ó`X¸2žKžœ×z\x07¶¡\v"
  b"!"û\x1E\x10Q{Nü£\x02Û\x0F7¾r"
  b"!\x7F«N\x1CÎ^L«É\x15\x132s4á"
  b"!ø¶\x03╣Ý\x1CGê▀-Éë[▓b"
  b"!╔▄═▄TÅJ×±yD}9F¾"
  b"!ç<1šv=Iµä^å42;b"
  b""\x08á5¶#µM…P‹4±K\E"
  b""\f©¿`■jJÿÐ2\x14ìû ä"
  b""%\x17:ï┘Ï@î¾>ÍZÉ=9"
  b""rj_˜Ë—H£¢ªã \x08´ø"
  b""ᾚ\x1F½YB€¾ÝÀCÊÏá"
  b"#\x12±wÿ­ãFœˆ\x01\x1EˆVâG"
  b"#(ñ&\Ü!JºáíΦ×cì"
  b"#¨U@Én»F¼9\x05ÛØ°Wò"
  b"#ÜL?:8—N”c\ró\x12íõn"
  b"$\x08\x17=ÙÕÉD‹ë\x01Ôg›\x1Cm"
  b"$\x0FÒe5\x02hG–°D\x15ëh‘Ÿ"
  b"$+èÔJA\x00H£Ç¬Äà™çÊ"
  b"$§f\x13\x11&ïC‘R—öœ†öe"
  b"$°Žå\x01ñLB®lë!>îl¥"
  b"$µF@·\x7F­IøO¤àÈ$Ø'"
  b"$ÛÈ;WÀ\vK©vDü╣‗G2"
  b"%5ö¹QÎÀNç\x12<■¦Ø;­"
  b"%G„\x12ᩨJ™zŸË½š>ô"
  b"""
    %ÚÓ\x10¬…¨B»\x19rÿ\n
    Ñê'
    """
  b"%ñÂÜ­Ÿ\x08K¡©úñ”‹"1"
  b"%óñ ÕJ£G¤¾îžeüö\n"
  b"&\x03Õ°ºª.E”Õ\x01DOðEr"
  b"\x14±\x10ü\x02M░ÄH}9íÀr"
  b"&¤^╚XXdI®H\r¡+ìmO"
  b"&±bxÕ=ÕBüyÔ│┘¥ïh"
  b"&ûz\x11ëR¢G•\x0F\x18h½œÎ""
  b"'\x05‚FxÕÓJ«%<RØüp®"
  b"'\x18}X\x11f™Iª¤çK@è–ò"
  b"'cJ/"ý%FÉvÂ6╚\x7Fñe"
  b"'áÄ$r\x170BƒZ‹/¸gòt"
  b"\f:>\x00\x10KîÅÚÊC®8U"
  b"((Cì\x14▒ëA£ \x12ª®\x03K["
  b"(0{h\x0F}3@ª€ôéhŒ@L"
  b"(ÔÒ½\\x1E\x16B¶õ#•…É›í"
  b")ÁIÕÿN\x12G†|mZ]âóž"
  b")ÎÜ¿îbo@Š_ûxË\x13”;"
  b"*"d9šeÅA°`&‡\f\x15õY"
  b"*=\x13ièÔ\x0EK’}‹o¥I\x1Aœ"
  b"*ytyíi6I©«+ÇÔƒÜ}"
  b"*±¤|KY\rI½¥[û¥á2\x1F"
  b"*Æ€§ÁîªF 60çø<  "
  b"*ÐÏ‗\x01É\x1EOø}i(µA)â"
  b"+\x1AïmWOFG»m%¦3ÑB\r"
  b"+diwÿ?FKàU}oí%CØ"
  b"+‚kf5o9O²´]3c\mÜ"
  b"+‘„\vc\x1EƒF³éR,m…TD"
  b"+’$\tXj\x12A“¿;x¿ŠPS"
  b"+á;lÅ<,K®œwžA\x7FÜl"
  b",\x07*qØ\x01ëI▒YêÚ»ÞNù"
  b",\x10ôo´\x0E´Lƒ‚‰;\x17x\f"
  b",q\x07˜©ÝiK‹=d)äÑt\f"
  b",†ÊwéÿZDŽ¢sA,V\x0FX"
  b",°íÝ»TÏB‡\x1F3ìø‹ày"
  b",╝\x07á┤¦vJénð▀\x08Ø+`"
  b",╝SíáÝ▄FÜÝ¢ü3x─\x18"
  b",¿è\x15Ms\tE¯+ú™ÒS;\e"
  b",¹FQ\x05 (Iá\x18Ý\Ú¥ØQ"
  b"-&man\x0FbJ²×NM«\x02ãb"
  b"-ÉZGXù&@¥2,÷ðÕ«ø"
  b"-├\x01È?└┼H╗ï\x18sÅ]è["
  b"-õxü½m‰O‹¾\x13b0ø´ó"
  b".\x0EŒ\x12‘®+L¨óYõû…–;"
  b"./Ìh\t§öAºÞ\x06Vôã\x1AÆ"
  b".ŒS\x7FÒß\x12B¡«$VŠvÚ5"
  b".ÕÊiæÒ0M‹cE»ß+e4"
  b"/&\x1C*\x06\x1CÉH░»â┬GÐâ¹"
  b"/W¥\x03WM_@²›\vçfz‡ê"
  b"0B├x│ÄbM½\x12l╗füÆT"
  b"0p¼ÑÁi\vH¯œ­\x7Fàðl|"
  b"0¤ä…M¡¾E©ãŸhñ†•\x08"
  b"10™q†\x19Ð@ª\\x11â§\x00…¹"
  b"19"ã\f4²N—GBÐo_\x16\x02"
  b"1MNèÑÖ‡G‘¸ÂÃ6qµ`"
  b"1s¨Å-5ªE׿éWæ\x13èì"
  b"1ˆV˜aaªJ‰{ú<ò`2†"
  b"1Ÿ!^óP·G Î[\x15Gåf\"
  b"1Ÿü^g²þNŠÃø«0S³Ë"
  b"2tßÉ4)jB®\x1E¸ÿ¯ë-]"
  b"2yÐ](òÀO’%\x1A„Õ#ª¹"
  b"3\x03k\x16¸zþD­?ÚC±ä)ß"
  b"3\f¸ÅýòâG╗ª§{ul\x17\x08"
  b"3\x1E°¦x╦ÁNè¤TØ╬\x7F╣│"
  b"3#LjÝQ®A“\x17p0Z\fº\x0E"
  b"3Eª\x13ØÎmFŽ5sŠâK¶p"
  b"3×d\x01\x17S˜I¥’Óyï;Ž8"
  b"4³›†÷°eI”¡p0\x08CÜc"
  b"561ˆýÁ™C¥…lýS‡Å÷"
  b"5<p-À&ÐO·#Æ$d\t"
  b"5T\x13¡×|WLˆø\x18‘ÌÐõ»"
  b"5ŒøÐ#ýç@§1C'¥DRf"
  b"5ì▀1J4XNò├ÐÍ:Ù¶ö"
  b"\x15\x01^@¬d³éÓÝþk"
  b"6\x0F(ý6iô@‰š\x07\x10h;çÉ"
  b"6\x15!K\x1DJVG¼²M\e¥\x04™`"
  b"6YD┘p³¦Fè¯ìÉ:\x13zh"
  b"6t\x08\x7FÃôøI†KRÈØY}T"
  b"6¬¼§äÈmM­²KÒ* óÒ"
  b"\x08\x06ò2H¡‰…™îŠÖh"
  b"6çð\e¼¬mK€Y~t‘HEÈ"
  b"7\x08 \x1D©"sD¥IïÏo\x7F"
  b"7rû¢\x02Ñ/IŽÁ©³ÃâI{"
  b"7ÂøÄÔ7\x14F£C £ƒŽ‚\x0F"
  b"8R©Ò\eSÆH‹˜çž÷N”x"
  b"9\x17n*‗\x7F┤J┤Ò¯öUA▄ü"
  b"""
    95„P¤SÝF¢ä¦\n
    t_\x080
    """
  b"9ìY(É┤D@û\x066àLÉ'ú"
  b"9ûàì_\x1CƒCª¯Dç┘àèÈ"
  b"9├Ñ\x1FSÖ┼N▓)yÿB┘áÉ"
  b"9Æm\x115ÊêK³8\x04R=Q…D"
  b"9å³—\x11\x1EI¢bv\x01WPÊB"
  b":KlÚ¬{ÐN„âèí>‡R\x1F"
  b"""
    :Ko‹Ì\n
    ’Kˆ­\rý\x14DP;
    """
  b":P┼ZJ*ÔKü¯0¢:s╦µ"
  b";öàØ]‚C¬"kzqYx'"
  b"<>‚³\x1FùlFˆ@\x1A½.\e¨ "
  b"<Ju\x11`o\x06KǶ┬\x1EQUÉÔ"
  b"<_\x10Ó¶|NFº\x0FcÌ:;\x19ñ"
  b"\x11/nrµA‚\x1E]¹6^œb"
  b"<Ã"-ص\x11F‚»d\x07Ó\x01\x1E"
  b"=%ƒê\x19\x0EìKì\e¹K{┴á\x1E"
  b"=ĵf¬¹\x1FAü#hk,¼Éö"
  b"=┤\x05╝&b%Iêìò;\x1AG§5"
  b"\x12ëõôçA¡iÃø·h\x0Fo"
  b"\x00╣z¼ØAÜW®Çk╬\x13\x13"
  b"?HlS\x03‡¿@¹@Ü\x1E\x1E¶R–"
  b"""
    ?hÖ\t\x11Á\n
    L—SÓÓ\x19fÊÆ
    """
  b"?ŸÍ'ñ1ÜF¬Oð\x03Ÿ\x1Eú\f"
  b"?¬ÓšÓK$C¢‰Ï~\f^¶W"
  b"?°,WÜ,ñE‹ÚÅɬ¢°¬"
  b"?àûš®X/@²rÙ\vcp†_"
  b"@9\ejb‘VF‰ðÁ\x1Ežªéò"
  b"@rÑ=}"S@ì8<-\x07Æf\x08"
  b"\x16Ö\x18ÏáJ¥ÐuwÅT.â"
  b"@®¡7sß(Hƒñ]è\x17ªUÔ"
  b"A!ÔyáÌ+@²œYU\x04x„["
  b"A.£pi”@G±_°\x10\x19^"
  b"AM=1£Ž\x04@µE„\x1CóJaZ"
  b"B\x01öY4¦ÊG”\x08¨5G\x05 p"
  b"BôÑr­Me@Å╚^\x19\x11{D\x00"
  b"D\e£¨I┘ÌO×▄D"┴ÅXª"
  b"D<wª-\t\x12H¬ê÷Ø░úW\f"
  b"Di{†ãéûHµ>†ÄRêæù"
  b"Dæ╣Ñ\x10H┬IÿõmìßöÒD"
  b"Dš.b—ž˜E•È.åŠGëý"
  b"EÆ┐Å{°\x04Gƒ4oà\r3ðu"
  b"E║╦»3üVC│\x0EÆÛS~áå"
  b"EÏŸ«\x1C2kO©d‹\x14´ß\x13¡"
  b"FCâ’ñ÷þI¤?t\x1FÛyQÓ"
  b"F£”@ñ)WA‰cÏ%`…ÓÐ"
  b"F§ŠŒ)\x11ùB„†dÅ¡sx§"
  b"Fêp#˜.\x07J†U{oÎQ\x17g"
  b"""
    G\n
    ¬─*ÅÎDÖ2Në÷QK└
    """
  b"G\e7N\x0E\x1CH½/´#A\t+G"
  b"G[¼üÇE³F‘É\x19¬\x1C\x0E"
  b"GèNঔOH—b#öL®#<"
  b"H\x15{GhãúH╗į\x10îuÉD"
  b"""
    H?0Ĥ\n
    ÇBˆnðÉ39\vË
    """
  b"H[ÎÏ\x1D\x1EI‹â#\x00\x01{›T"
  b"Huc¤Õû®Gº ;£÷A\e}"
  b"Hã䎞\x17\x05G‹ž\x1E\tö(6("
  b"I,ÕâBÊ╣C┐k+Øıjb^"
  b"IÂv\x1DæZ¼E´,9òDÈ”—"
  b"IÃ.|nB▓EØ\x12ÿ─╦±í\x03"
  b"\x11\f\x0E –N›\x1EÆ•Ó\x10˜Ë"
  b"I▀\x06õ4▀*Aàë¹Ð¬É~\x05"
  b"Iù"M¯5!D½¢³$\x08õ b"
  b"J!²ßç³ÇB”±ï4m¿h@"
  b"J)\x00\x1ARñeB¬Ó\x1D»–ÑE™"
  b"JÜ{\x13à QI²iß\x17‚ÝÔ«"
  b"K\t×│düÐIÄ\x01äs¿xìQ"
  b"KqñŸ\x0E9!H—K*$sËàõ"
  b"KÒ/«†ù;C½M-©k4º\x1E"
  b"Kıo¾½\x15¾D«Ëß²?üým"
  b"Kà™…'!þHŽzI9Î\x14 ú"
  b"L\x0F\f&dªıIèÃÊAÉÙØÁ"
  b"Lé6Jμ┬AÑ\x02iðü┴rÇ"
  b"LˆÆÑ8SÕE¸q=ÖÑgŒ\t"
  b"LÅ;É\fÀ§BŸ\x1CÅâ\x04ùš\x15"
  b"LÚ¹\eµ\x01=I‰oÆêš•13"
  b"M!¡ÌT\x0F\x12N¾¿½¬\x1A¤•""
  b"Nb>˜\x01úùJ‘Ø‚´VéÊ\x05"
  b"N›‚}7îªC¾ÁÞ¥÷W‚Î"
  b"N║Ö´\x1Dã┘JºRDcñ Ø­"
  b"""
    \r┘­2╣J┐¢ÉC\n
    ╝Û\x1A
    """
  b"O ¡ü’²\vJ™\x18O,7¬\x058"
  b"O¥ÙÈ»\x02B¥«\x1DàÎhìa"
  b"\x1D3u╬µD╣ÇÑ5eÅú4"
  b"PDY‰%ì\tH«è[µ×Ds\x04"
  b"PJôÙ}þ³L¸“%\ro\x01ïæ"
  b"PìÞÍ┌61CóñYà\x17¤Â╦"
  b"P“=U^\oIŸ±\rìä»i1"
  b"P×*Â+‗jKèÊ┼\x18Ø█‗."
  b"P©µ\x0Fº▒ÙNïáÏ÷c\x04╬É"
  b"Pï[T˜ŒmK“ õ\x19\eD‘Ê"
  b"Q\x08å*\x00\x16†M 0÷]H‡²Õ"
  b"QRñz4\x04ðOŒÅ°7ib¦ž"
  b"""
    QZ·├¤\t\tMî(\n
    xÌì¬ã
    """
  b"""
    QŠî\x02¹\ËN‹}£\n
    ´ÞP‚
    """
  b"R\eí\x00Rù‚C€òÆÊ;ó\f¾"
  b"R\x1D•,ÂI)L±a”@¯¾ær"
  b"\x12­v╗=I»T°±‗·H\v"
  b"R”FLŸ\tþMª\x13~±Dxgð"
  b"""
    S'ÌÂ\n
    èÞKÉ\x15\x12F/¥─L
    """
  b"S?\x1FB™/>K²ÖT¼*¦ \x0F"
  b"SYïÉÙÅ¢AÂ1»\x19ßëÙ¤"
  b"S\x7F\x0Fd╝üBNæò▄═Ïܸª"
  b"S‰k\x00Û6¦H¯«M®ä¯\x1E7"
  b"S×âã1\x1D)Gü\x19SÉ║¦\r¥"
  b"\x03öÍ┌?@ï*Ýüô▄#\x07"
  b"Sí[…\\x03…@¬QÈrh’¿«"
  b"S÷ð‡ÈO\x7FE¾ ³M\x06\x128‚"
  b"TWÂ2╠°ÆJñıÅ│╝cPI"
  b"Tjr¼\x12ò\x10Lœ`\x04\r@¥;µ"
  b"Tvn\3YuIªÔÀ;±~C}"
  b"UXä\x03Å\x13]K¢¥£r\x17‘ýk"
  b"UŽÉaá8ÄG‰‚\x13aéÎ$\x02"
  b"\vÝ}‡\eFµ9¨G\x00\x1E\f"
  b"V ░\x04\x16¸\x01O«ÝØ×\rÞ╗i"
  b"VM•åàÏ—B¸ìk,5Ý}`"
  b"VÍ$7@OjF—…\x08ýaƒbq"
  b"W\x0EÈ\x08íß\x02A‚\x17»\e9N„$"
  b"Wìoýò9\x08F—\e/O±¡£+"
  b"Wì³0&öÎC—¹\x11¤ýMƒÊ"
  b"X└o▒\tZ┬Mü¥Nõ®N­ö"
  b"Y<x%°\x7FGD–Ï,\fU]*Õ"
  b"\t–±\x7F$J¡S—\r\x13\x18Év"
  b"YÀ┤§|Î┐OØîÇÒ@┤Ô╔"
  b"Z0®Š‹ÜÛE£‚ÝBÁ'eƒ"
  b"Z1«–Ÿ¤\x13N¯óuÆ:\x19je"
  b"Z£;5VàñJ¶ŠÅï–\x19Â"
  b"Z÷®\x13AVåK›Ä•ùã]‹ø"
  b"""
    [\n
    \n
    ½S¸\x12AƒÔüÿ\x1Cjn7
    """
  b"[z…:Ì`:F§#õ?\x1Aý¿à"
  b"[ÿ ú|ìõA¡îþ╬8\eÛæ"
  b"[ÿ5┴╗ı$DìÓµ╬K×\x19u"
  b"\x01ÊôpÑO¡ßë·wl.º"
  b"\@̳CºjI¼µD\x00Ð\tz)"
  b"\~'sQÛÜIÉ▄VyÝͦÙ"
  b"\òí/§ö║Nó\x04ØÖ'úYÞ"
  b"\¤J¤\x07~/C»¶\x1A^nÀ›`"
  b"\°╣»&Û\x18Où▒E+ì\x17ÒÕ"
  b"\üæ´³M\x0FF·cÀYStø\x18"
  b"]U@┬eIÞAæ&¸i╩¶zÅ"
  b"]}•®œ\x7F{K·\x00/\x10oú¹™"
  b"]Ñ▄©╠ØØ@░&¿ƒçl§o"
  b"]½1\x05i<\fK›¡üÔà![Á"
  b"]Æî‹e£\x07B¥¥AÑ2ðÂü"
  b"]ÊÄ…˜ª>B‹äB'ÇÆì8"
  b"]ÕÁ‚ÀlhF¢\x08Yfnœúï"
  b"]ìâ^”«RJœ”‚\åXf’"
  b"]÷\ ┬4\x05C¥¨Ò6┬||Å"
  b"^0É]RT?Hû¼_t░\x02е"
  b"^44\x0E<TÖO·²ÇF\x19k\x13ê"
  b"^‡V³7eˆH³\eªb\x03°\x1D "
  b"^Øæ}]¾─Gü-#7ò{Rr"
  b"^ÂÝîÇ SAüQg+dªÃ`"
  b"""
    ^×V¤fªvL˜x\n
    \x1FŒ×
    """
  b"^â{^jGÇM ØíädQ^é"
  b"_cAÞç6ìGŸÒ2±zϲ{"
  b"_É╩Î▄░ÜFÆv½ÓR\x0Eãr"
  b"_ÀÎÔ@S·G½ð„dE„Æ\x16"
  b"_ɵõÝl5M³*5@läÀŸ"
  b"_Î$´•\x08BJ†Ç¬\x12ýD[\x00"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"_ØîqÂÓP@¿6Lå`,\x15¨"
  b"_²³á^\vzCÉé┴sms~á"
  b"a{R553!K ;5ÚH{\\x1C"
  b"a¬ZN0ãTF¸rÁ™L"U­"
  b"b\x03Ó¿µÂ\tH“ñëb5p]^"
  b"b\x04¼Yœ™+B¯DˆBÓˆÿ²"
  b"báØ?üûlFêß╚ã\x11mÑ~"
  b"b─\x17ÚÊ┼ØKÁ7RæTø░Á"
  b"d\x18—‡“‹ëA€jýÌã“@Ñ"
  b"d8é|¡\x14GO»Ÿ‹Q®?U\x01"
  b"dÓE╩#%ÇD׬0ü§┬Ôƒ"
  b"e±Æ\t\x00t…N²Ú¡àfä¢*"
  b"\x03Y«'åM±y•\fd9,¶"
  b"eÇ´Sk©ÅEŸ¿ÙVïKøX"
  b"eÛ░æg¼ÆLÉ:5űL÷¾"
  b"eõ¸€r\x03>L²¥ªRÆÈëS"
  b"f\x13ÿѴϰF®½ ÿÅ©\x0F'"
  b"fOLE<\x19•N—ƒ¸¯Žy€³"
  b"f”Ó\x10‡a­E©ú¸\x10Z3Aî"
  b"\x12nlH€HŒ¶fëäÅ\x7FR"
  b"\x1Dˆ\x03yŒF¢±’u™Û?w"
  b"fÍ&ãÁ\x00ÉNú\x06%¢¿´ìÎ"
  b"fôZ5å%lI‰²=΢ù,¾"
  b"g\x03ô·╠é║Gñ░ýì╬g&Q"
  b"gPÞ8Ö[EGü8\x15VÊ~\x05®"
  b"gÄO╠ì\x02▄Hç\x0FìMW{\x11\x02"
  b"gªÆ\v\x19!\x06K▓\x1E└╠Aüè}"
  b"gþ└I.òMOØy[■_nÆD"
  b"gïWYd\x06&H¥¶Ü\x1Cwÿmz"
  b"hPÞAC\x02GBšua\vÄaòë"
  b"hy\x04\x02\x13\=@¡TÝ‹(ç\x1Fž"
  b"""
    hüVý¾]6EïĦ\fÜ┘\n
    ø
    """
  b"hækÁ┘ì)@Ø7╗\x07\x19ó\t¤"
  b"hÊèü/(\x1FL§L\ëÌäJ "
  b"i\x04æœE¶ÿH‚\x10O$¸ÚÞØ"
  b"i(\x1Dû\vä×DíÉß0õ<╗\x0F"
  b"iX©Œ/²<G µÇÚR¯sb"
  b"iYnƒb jA·åî}\x0FÃE>"
  b"i“úmò€ŒF¤Dl°³3ïw"
  b"iâ¨xH4»@…\x1A^±ñ„¬="
  b"j┐wÞR±XIî\x1EO#PCÅ:"
  b"k\x11\x15åØaéE€„¤+\x10ýež"
  b"k\x12\x10J¶;ºK±²Œh3›nV"
  b"k@\x01„4“¥G€\vóàô*í_"
  b"kFkݹè¹C¦ýMν\x17Â}"
  b"kY¡žÜ=•H¿:VÀ½WðÄ"
  b"kt\röU ìBºÎ┴Ó4]▄Æ"
  b"laR\x02┼VÀOø@Jc9P\x13Ø"
  b"mt|lµ®2Eü¨V\x11[ì╔┐"
  b"mÀqÝÃ(\x1ELºØêCî\f"
  b"\x0FÅhF═I¥È±\x14J\x03§*"
  b"n\t¨bjgÖH¼·á^,öh/"
  b"n\x0Fw˜ø÷¸H²èu|X[Øö"
  b"""
    n\x17ü±\n
    \x1AþBÄ6Pòné3h
    """
  b"\x07üë¥oB´¾\x08zu&bW"
  b"nû+G\x16¡MBŽÃfˆß¨\x03Å"
  b"ol▄0¼╚\x14L¿│u\x16¿aÉÒ"
  b"onöü\x14"«HÀð\x0E▄tok▒"
  b"oy\v`╩■ØBú1D═x~3\x13"
  b"oä©ó;┌ËC«ØÑ║6ßd╝"
  b"oÔ”ê6úñOµiÐæ\x0Eѵ˜"
  b"p\x17’Nz6šF°×Œ_u\x08°’"
  b"p\x1E4\x06ßi{B¾$À«q˘U"
  b"p3!8a$?F·\x04éÖTÚ‰¡"
  b"p[5*/\x0E`AÅUh=#ëY "
  b"pánd|\x1FŸ@»\x05³ïa¯ä«"
  b"qTú;à[ÎOª7\x1E\x02ßÂá\x14"
  b"""
    qq¨\n
    7f¨JØ<aDcWï├
    """
  b"q£˜†O½‹L°’"\x11\x05ö"
  b"q¼VªÎ\x02™F¶Ï„ÏoçE@"
  b"rb2­ë&[D¸ÂV’xÚu,"
  b"r¹©¡ÌχG«$\e9\x7Fâa "
  b"rûؼ\ëpG¨”e\x11˜êcì"
  b"s\x1Eìºæ:ïJ╝j\x1DuU´Òþ"
  b"s|×s\x13™êO»Âæ˜\;àk"
  b"sìõúlß7F╣èD\ed\x15§®"
  b"s¡¾\x07ÔYäJÉTèá_\x13\x15\x14"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"s┼d\x19%¡VHøÌûÃé2ìB"
  b"t\fn‡„¦½A ƒtþBò\x12P"
  b"\x02íüñáO±‡'ÀM6lË"
  b"tóù˜Lñ¯H“\f\x1DÆXJz\x08"
  b"u4?\tÅ\v$@¾Bvìz\x7Fš\x19"
  b"uDŠ˜}là@£t\x7F8l\x06"
]
226 29.90 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Ä`\x05õ\n%N…¯„ñL%N®"
  b"\x010âý“‰;A¯*#¨’Ç&\x04"
  b"\x01åMt\└\x16\x1D╣¬)‗êö"
  b"\x01ªý8QT$H€šˆ˜\x13¼Ÿ""
  b"\x01Âþh$}ıMû\x19Áy߃lì"
  b"\x01Êíñ|••@…T†€WÑ…Y"
  b"\x02\fsÅó&òE¿šš5xWØ5"
  b"\x02\x1Cµ•ükWI›y$?°-¿7"
  b"\x02$©Ð#IôF˜\x05\x06¼5A"
  b"\x02\x7Fñ┘!aîLöz¾ÅgCÚ9"
  b"\x02ë%L¾2│OÅ\x02@JID;\x01"
  b"\x02ƒ²\x16³ø╦HØ+§Z³K\vè"
  b"\x02\x06ØýK;Gä\x18òÚ╔"0\x00"
  b"\x02þ|®Ž\eaI§Fx\x7FÅó^Á"
  b"\x03\x06Gæ¹|ıCÅDÅPÓ,§/"
  b"\x031\x15/éX H²°Ë¬n‚Ÿ\x12"
  b"\x03bÙjgºÈ@–VÁ‘kCëM"
  b"\x03╝▓ðÕ╝\x05@ØÑ\x00E&\x07÷%"
  b"\x03¾ò\x1Aƒ¸ƒH·7oÚ”Á˜\x7F"
  b"\x04\x17ï¬-qúJ‘”F^\x01™Þâ"
  b"\x04_A7¼Ï7@Å7!╬ı.Ý·"
  b"\x04r\f\x10÷¼@FªqØ&■íR`"
  b"\x04ÇMi÷a╗O▒E°¢\x13ìB»"
  b"\x04Ù4WC¶┤O£\x11÷\x0Eü▓ƒE"
  b"\x05\x12ƒºÆv I…«ƒ\x17\x19Á²û"
  b"\x05RÉ2ÂúöM¥¡äå\x19KTd"
  b"\x05Ö0=r‰ÿE°è=™r\x1As!"
  b"\x063\x1CAøÿ_N½ì¨í´%D\x03"
  b"\x06O\x13©í=VIØAFuÿT\x11¢"
  b"\x06["½ØL¢Dž›6É9¤ÈR"
  b"\x07lº×öøñB•ÀöU\x7F-ã›"
  b"\x07Œk4¨¢†K¨\e¸¤\x1DW™Ü"
  b"\x07Ö▓X╣³6AØ╗x\x1EÈÁ¦*"
  b"\x07ǘ®ƒv3G‘pPB*ð2\x07"
  b"\x07é ˜ñÒ`EšMd«Õ¤¯v"
  b"\x08[®Š¾\f×M£ÿ\x1F-k\x10öŒ"
  b"""
    \t┌UT\n
    »ØAê\x1E÷╝ø╦~ï
    """
  b"\tÿ\x15ç\tÚ9C¯v\x1EÏÔù\x7F."
  b"""
    \n
    FNûàˆôA”'9r€Ê5@
    """
  b"""
    \n
    l8uÌ?­@ÖFÅ\x01¤ÖKg
    """
  b"""
    \n
    õû┘äü\x19Jù®µ\x11RÕ×Ù
    """
  b"\v[fµ‡x=M­Ç\x16æ¾>ù£"
  b"\vî¦Î$ƹJ´þµ¹~*\x05¥"
  b"\fº¹$1óó@„ô)S\x1F\x13$\x12"
  b"\få;êÕ\x16\x1EKž0bT¤¹|\x08"
  b"\fÚp'ø\x16ìAÂ}á\x02âxà9"
  b"\r└á·ÅkF@ª┴`╔▀m\x05Æ"
  b"\rÅÇ•>ÔµJ®ÕÀoìÄ–f"
  b"\x0E\x00‘Î\x1Fü–NŸNÊ~yçKî"
  b"\x0E"À¢mÝàE¡¿\ÂB³.¾"
  b"\x0E€ë\x00£JWH•\x19¦Nw‰\x7FÀ"
  b"\x0E§¼©ç‡uO—4Jš|–KÊ"
  b"\x0F\x1DïSêìYIŽ›6Õ‡a(Í"
  b"\x0FC‰ ey¢G‹JŠ\x18\tf\x1FÛ"
  b"\x0F^½;Ø‗§GŽú\x07ú¹)▓"
  b"\x0Fh¶Ìfu\fB¾üýu¦þ\x1Ež"
  b"\x0Ftyª~¤ëH¸ê}õ—‹\x1A\x0E"
  b"\x0Fé╝▒\x02\x1FAAü÷=\x03ç,ËÙ"
  b"\x0F¥¶Ä[\x1F\vH“\x01Þ±ý›¶\x12"
  b"\x10\x18\x0FÙÊ}@ü\fd®:‗ƒ¦"
  b"\x10\x1E6Ê–»ÙL˜÷\x1F~|™è\x17"
  b"\x10;©eÀ‚ÓO¸ZÜ")˜ ï"
  b"\x10\x7Fy\x08■¡‗Cü"nTè#ÈE"
  b"\x10¶·KY–žA¼Ìñs†Ÿm\x1E"
  b"\x10ÁyvOgwH½ù¸…™*î"
  b"\x10åú\x07õVJG‹LS77ü_œ"
  b"\x11<øÎE\x1CóH—ü¥|Iýøý"
  b"\x11n\x04hñ³úI“Aˆ\x1F¶ŽW¼"
  b"\x11‘$(¾\x7FmHª7iú\x18¥ÊK"
  b"""
    \x11Å£\x08þ+ŠLƒù\r\n
    ³ÅõY
    """
  b"\x12\x1D0VŠ\x15óI•Ü.¡ãÓ;"
  b"\x120üñÞ\t K‡ëÆtŸ;L\"
  b"\x12E…O‘GpD…MÇ’Ïž„\x16"
  b"\x12W\x01\x07OźL›†¾\x01\e$àU"
  b"\x12¹ñ\x08d:]D½™°¥Ý#G<"
  b"\x12Ý\x00ñÑ\x06E˜±ôp\x10\x07d"
  b"\x13\x1Do(ŽÁ¦F†ø`8hXl¤"
  b"\x13é\x17®\x7Fg×Aô\vPÖè╬Å?"
  b"\x13…Ýws¿'B­C>¶=fhI"
  b"\x13±³¼t\x04]HŸ†¸9)ÄøO"
  b"\x13ß—~Ý\x03”L›3’ŽU¿\tä"
  b"\x13ä€YES¤B·³þ·ÑŽß\x19"
  b"\x14\x0E¿‘î[ãD¥\r|€=\x1AÁà"
  b"\x14wZ8£ÊMH¨ò\x10#tíLF"
  b"\x14ì\x12\eÚ ,Gë\x1D3@u\x01X╝"
  b"\x14’á%‡6’G¨\x17\x1AƼÎÁ¼"
  b"\x14›ÐgÉ‘\x18L’«‘ó„í ÿ"
  b"\x14¯½ Ç"OI§/!n†„/x"
  b"\x14ðþЭåH@€6ÂiN\x1DíÃ"
  b"\x15\x04ßÀ³ÌoJ»)ŒôÇ\x06ž="
  b"\x15¶–¡fGKM¼óÆ\x04FÑÐñ"
  b"\x15┌37Ôf\x14N²1Ë\x1EØ>L"
  b"\x16!ö-V¨âGòü╔'ç├rj"
  b"\x161LV}Y\x04H£ƒóºO#`,"
  b"\x16}wg˜”´C¹¤Ë{Dèþ¿"
  b"\x16ì/\x1CXþÁAïº;]\x06¹╚K"
  b"""
    \x16¹žý´ø*H¬\n
    ‰óbIƒ¯
    """
  b"\x17F\x1EÔ\x14\t7D’?Óm\x06\x16\x0Ež"
  b"\x17\f¤ƒ:AÄÍ¨ÂØ×fþ"
  b"\x18\tGþq\x19ùF’\x12‘7Õ’Èè"
  b"\x18zÑÅI.\x01IŠ@嚎4äÖ"
  b"\x19qŸ'¸–\x06D®Kʈo\x11×>"
  b"\x19╣┤\x02\x10\x14ƒLün±ñeQFy"
  b"\x19³÷╠üK\x7FCñ─ëM▄|û°"
  b"""
    \x1AÞ%\n
    ÎO§JÅm┬Äïcßâ
    """
  b"\e\x037╔î█ÞEÜÔiPâÓ9Ø"
  b"\e#└ï\x03╔dOØá9,kíê┴"
  b"\eM│ÝôNÈF┼bÉ·O"
  b"\e^\x10Ël13@¦¿\x1Aš²±›g"
  b"\e\x13,\rŸO­MÐÐ\x003ûý"
  b"\em\x00˜\x12ð2F£wJ³\x03I”C"
  b"\ev\eQˆìfFŽÕ"f™‰0Ò"
  b"\e‰Œ÷eÑ´A¶L\x15YÐÁý\x1F"
  b"\x1C\x1E\x0F5ºð–MŽ~¼sc,°Ö"
  b"\x1C§ðÀ^Ä×@®ÓÑuWA†\x18"
  b"\x1D»Ñ═ü┌|Jø\x046å5Ó╝í"
  b"\x1DÿÝ„¾¥-C¹—:ýI÷ˆ^"
  b"\x1E\x17½’ÙPµA£ûæ‹å\x06ÿÁ"
  b"\x1Eu\x15ÓåÎÈL¶¬ØóŸ˜ñá"
  b"\x1F\x18œlµEÏFªS=Wd$­e"
  b"\x1FJVDI\x16´K£Ï`‘øo/å"
  b"\x1FOùªÄÞ,A›Ý|’Ž"e÷"
  b"\x1FjÃYçu╠LØó\x1E°á|X!"
  b"\x1Fl\x00<…À\eG–\x00³M,\x1Dm\x04"
  b"\x1FÉ´╦ªÛPKÂ\x0FæäOn-\f"
  b"\x1FÙaß\x0FwsD’IX‰ó\x0E  "
  b"\x1FÝB¢½ \x12N¹L¹\x15\x1C©˜b"
  b" (—£lAäCŸr#‹W\x19ÃO"
  b"\x00Àÿ'qG©s±a6==¿"
  b" º\x19®a¬\x1EI‡*´˜¼IâW"
  b" ó`X¸2žKžœ×z\x07¶¡\v"
  b"""
    !\x01F;®$éC‡ÖÎöØu\n
    &
    """
  b"""
    !nXÍëÄÃJعµ\n
    ÈÌÙ¶
    """
  b"!\x7F«N\x1CÎ^L«É\x15\x132s4á"
  b"!”e\x1C9Ø*E¾0@\x1CV\x1C"
  b"!ÐË\x14(‹VIˆR÷Ñï%ã\x05"
  b"!Õ²±\x04â©K¾\x03?¬CLþó"
  b""\fÒT»\x10‰DŽ\x18¦­·\x1E¹0"
  b""\x105¼m\x00¼Eº·›Œ»ÀfÚ"
  b""%\x17:ï┘Ï@î¾>ÍZÉ=9"
  b""d!c6}\x18Gžbù’Þô@8"
  b""rj_˜Ë—H£¢ªã \x08´ø"
  b""•M\x16[Ê.N»5p\x06~ÝhI"
  b""òÿ‗ü╩æJ¢I;¤tú╬f"
  b""–ôÐû³\x06Iž¥è>×¶J;"
  b""¹┴(¬÷╬K½Éu%÷î+\e"
  b"#\ªËV]ÿBˆÞ&¸%X»X"
  b"#û½ÙÞ▀¾LØ5\x07Ee═\x1C½"
  b"#™æÉ/‚šN¦XAE2Zgc"
  b"#¦Oa\x11¹\x19Jœ[\x1C âS¼Í"
  b"#¨U@Én»F¼9\x05ÛØ°Wò"
  b"$Z·þ«gÙKŸiðµá—°’"
  b"$Çš=$jMC´\x05CÁÈ®\x00û"
  b"&\fÙ•k\x18ÞD‹ƒ`»©ÀNÃ"
  b"\x0Ej\fØuG–ÆBÚú“\x19º"
  b"'_Sõ©9®E§¢Ž)áïÝ#"
  b"'u`<_¦ï@Ø)4░\x10Lä'"
  b"'{‰b\x1EÜŒJ“‚aÑžgŸZ"
  b"'×_Yn}\x07N║ í\f£\x1EÜÅ"
  b"'º(8\x16ö¹J‰±MÎâý×Ú"
  b"(g'o®êfH‚\vÒâ(7eì"
  b"(©P³├ØqCü±\x18"âÎvv"
  b"(ÔÒ½\\x1E\x16B¶õ#•…É›í"
  b")ÁIÕÿN\x12G†|mZ]âóž"
  b")ÎÜ¿îbo@Š_ûxË\x13”;"
  b"*\e©\x1Ap\x1DžHª\eÄŽ€‡Áh"
  b"*/]Ù䯑A¡&ïT\x04Õ\e¬"
  b"*Dq(›å¿L‚s\t8¸œ@Ð"
  b"*ytyíi6I©«+ÇÔƒÜ}"
  b"*í㊊TíJ’S¢‹!}N\x00"
  b"+,oÒ}jƒL´\x00¶]2ÔŒ€"
  b"+“nˆyØa@ \x10J€¢\x07½W"
  b",\v´R{þwEüϯ'\x17Æåm"
  b",\x10ôo´\x0E´Lƒ‚‰;\x17x\f"
  b",Aßìû¡ËE¨\x1Ajå¬Å\x1C"
  b",gØãµßqDö¨\x03j¥ø6Ó"
  b",iñT&æìE«\x05?\x01ºtý²"
  b"-$¬lˆYæK‹æ\x13­ßÏk³"
  b"-xæY\x12\x7F,GëG¦\x17Åt■‗"
  b"-¾§iÝD\x14J†´ƒ—\x06\x10-g"
  b"-ËÐ?î§ÄC†ÿN´»\x7F"
  b".k\x01\vƒ4O”…àN\x07§ã¦"
  b".ŒS\x7FÒß\x12B¡«$VŠvÚ5"
  b".õ‚pmé¯J·dÈõ½G@½"
  b"/\x0F\x00œÔ\rL‚¼ß£ÔIß”"
  b"\tú‹ëjOºDÖħÉÑÚ"
  b"""
    0qMÉúä│I▓BA\n
    xõ+\t
    """
  b"0z\x1FÃnÎ\x19H“ʘWj!¥s"
  b"0¤ä…M¡¾E©ãŸhñ†•\x08"
  b"0ÜÀ}æ#åMŽ;Õ¯™Ã}ç"
  b"1ï$åQŒhEŒd{ø¦\x1A"
  b"2 h"\x13€îN€6\x10ª\x02ªÔ¤"
  b"2+/(\x02u\rD—\x05b—ðÔÖ7"
  b"2.“¸\x04ú›O‘˱ʆ»­u"
  b"2“”ßJ\x12âM²èŠÔ)Æ2\x1E"
  b"2ÿHؤèíM╗·CKÈhL┌"
  b"""
    2Ôd\x06¡În@¾”\n
    [†(eq
    """
  b"2±ÚxüV*Kí\x1F_Þçü>G"
  b"3¸┴┐®\x1CsMïs±\x11ì÷wè"
  b"4\eôˆVpîD…ã ùÀÜ|@"
  b"4^÷ºñ\r*B©nÎÿºË¸¹"
  b"4╝Î^ÛÏpJàÌÏÅO¡l¬"
  b"59:eB}ôB½Å\e{lÖñ\t"
  b"5ÙçØï¦\x03E▓q»2│\x15"
  b"6\x0F(ý6iô@‰š\x07\x10h;çÉ"
  b"6t\x08\x7FÃôøI†KRÈØY}T"
  b"6ˆ{8XÐ&Lµª†š.©!«"
  b"""
    6ìê(Ì·\n
    \e32w§oƒ
    """
  b"7\x17˜.—\x17\Mº€Rkmþ²%"
  b"7:Zåê‘ÑOµÇ¿qÜ¿bÀ"
  b"7Pp«ïì[FôÝ\x16LZg²Ò"
  b"""
    7šÕ§.ÊHL’×Ý\x1Dú\n
    ©S
    """
  b"7Ø®┌G2_AÅ■\x19╚╠Ýõ\x16"
  b"\tæ\x14j=KºƒNó\x0F4ɉ"
  b"7íc/4<¡L•Êl0舉›"
  b"8\x08[\x1C@.zN¥\t¢µ\x13¶«Ï"
  b"8\x1E^Ï“¢\x14FšÑ/BSeëò"
  b"8\x1ExR¨e|K²j¦²üœUg"
  b"8IDü\x02Æ%B«²\x02ãE’èo"
  b"8 6ºÆynA‰þz\x1Aåö@p"
  b"9\f\x1Ek4I½ßzkvØ~Y"
  b"9\x0FoÌ…¾ØF¤\x003™–×–û"
  b"""
    95„P¤SÝF¢ä¦\n
    t_\x080
    """
  b"9ˆA\r5\x1AýN–áȾ–à%\"
  b"9ú■â6ûxMØîV\x0F©`=¶"
  b"9Éž)\x18®ÄG¬g\x04¿L’“­"
  b"9åÙE¶/üG§ü‹Ý=¸(t"
  b":©¶╠>6³KÅÒ\x14FH;ùm"
  b"\x004[ÉUEƒ/õ´9j_å"
  b";Y_ŽütUKŽEhÍVÆ\x07"
  b"<>ÏÈ&L3FÜ*‗ºìD\fø"
  b"<CK!g­#Fµ¶°\x0E–ø+Ì"
  b"<Ju\x11`o\x06KǶ┬\x1EQUÉÔ"
  b"<SplxÏ\tO®$aà³S\x15"
  b"<_\x10Ó¶|NFº\x0FcÌ:;\x19ñ"
  b"<jÜr³\x00KH¾O?2ù\x18D6"
  b"< E̹|\x14L çÇu™WßÀ"
  b"<«ŒSû3ýK“\r]„\x14,àÀ"
  b"<¼ê\"ÁvG¬ŸðWÁp_H"
  b"<þBß,•EB‘!w  ýÈ]"
  b"=+\x07²Åû Mó-ËÖÛ│SÍ"
  b"=\x7F\x04ç£\x07ÿH‘-k\x03\x19@p¹"
  b"=®á`‘%dI•ÁÉI¸´¢\x0E"
  b"=Ï~ƒ┼x}Dì\x16JiXª±é"
  b">q¤™\x16ä\x18@¾·ÁoéE"d"
  b">«26±pEJ„óeÌ\x1A¯\v\t"
  b">Ý·êt/\x7FE–Ê,ù\v–²\x16"
  b"?¬ÓšÓK$C¢‰Ï~\f^¶W"
  b"?├\t¾½eåH┐V3m{ì▒\x18"
  b"?àûš®X/@²rÙ\vcp†_"
  b"@w╠2^ÅpIñí\x11Â\x16G<╣"
  b"""
    @¬¼ý!É\n
    D£?\x17][0ı*
    """
  b"@®¡7sß(Hƒñ]è\x17ªUÔ"
  b"@¯zÒ%qvK—úÓ£™×˜S"
  b"@Ù€`Ÿ?;OŒF]ÞsÒxY"
  b"@¹DÒe\x14ZDØåîkþyyª"
  b"Ai?G¶ƒ\eH³‘ÖÄ›|<ã"
  b"AÂ\\x1FÇßóM²7˜A8À\x1D°"
  b"""
    AÆZX_ª\n
    E¹TÏŒ\x02\v\x01ç
    """
  b"B\x15\v€þ#\x11\x04< ?Ûf\x02"
  b"B4§ƒüÐ\x1EO¸Ü>+KDr\x01"
  b"CËð\x16ç)\x0FG¨«™/’MM’"
  b"\x16µçr#J¼|™\x14Á°Þ2"
  b"C좷·¯4J“\x14]r;ý\x12'"
  b"D(\x16‹ÀÅbGµ\x1EÙh°œ\x11ð"
  b"D9Pf\x05ËîM¿‘BVºšÙñ"
  b"Di{†ãéûHµ>†ÄRêæù"
  b"D{=\x05sT‚Mµ™³/„ìÝ\x04"
  b"D═º\x1E1)¶JÅq░\x7FUIÊ\x13"
  b"DÕw\x07\x17P®LŒ²\x1D•çÚBÃ"
  b"""
    DáÅ\n
    7_§I¯"’\x03\x11ˆ
    """
  b"E*ŸÈþkoB¿ÄMJ´Â\x04î"
  b"E^¢ærìå@”F\x0Eç=FŒ_"
  b"EŒÊuÕBÍE¸aV\x14½³#§"
  b"\x01Í@‹üD„È\r(–+¯O"
  b"E¸;v ™·H•¯qh}¿À="
  b"FU—›’t,B˜Fíù²À"‚"
  b"F…·yp(ëH³QÓbzp8Ò"
  b"FŸáïÌõBF‹åWk‚"8¼"
  b"F£”@ñ)WA‰cÏ%`…ÓÐ"
  b"F§ŠŒ)\x11ùB„†dÅ¡sx§"
  b"Fµòi6)9Eƒ•\fg\x1FÏ1|"
  b"Fêp#˜.\x07J†U{oÎQ\x17g"
  b"""
    Fêµ2’;\n
    G™Ò'DÞ]Jï
    """
  b"G£x\x13Q\x02¡G‚»¹Aw[<Æ"
  b"G¶y·ºÒ±N™ß×\x07uøŸo"
  b"GèNঔOH—b#öL®#<"
  b"H\x15{GhãúH╗į\x10îuÉD"
  b"""
    H?0Ĥ\n
    ÇBˆnðÉ39\vË
    """
  b"Hm’þ\x04'\AˆÖy(…Feæ"
  b"Huc¤Õû®Gº ;£÷A\e}"
  b"H\x7F░ü}╬\rF碭6(·\x10\x08"
  b"HØsµ█QØA░Xýn²Ù7y"
  b"I\x04Ú\x12²1pE¿ˆxö\x08àñ("
  b"I,ÕâBÊ╣C┐k+Øıjb^"
  b"I└p\x16Å\x03ÖOï?ªTs{\x17-"
  b"\x0FvÜÇ”Nƒ¢X¢­!à„"
  b"\x11\f\x0E –N›\x1EÆ•Ó\x10˜Ë"
  b"Iù"M¯5!D½¢³$\x08õ b"
  b"Iú¥8}™‡@¢\e²Í\x19ÛÎ("
  b"J\x1AØ\ôf+IûeJ¼\x03<Ð╝"
  b"Jhìš=­\x01M¶1|ìÈEû\v"
  b"JÄ;Xd·ËE§GöÂ\x13ïÇž"
  b"K\x1F S–'.K‘1á\x06\Ý_ˆ"
  b"K%\x03Xæ hJ޾½œšüƒ{"
  b"KUÌ;þÃ#F¥\x02Q¤=0f»"
  b"KØ`ôÝpEL░íË9ß▀DN"
  b"K¥Í=\x06ÞU@¼ð\x0F¸ô[üã"
  b"L6¥Þ¼²\vJ“L^g¦ª±\t"
  b"LhÇ\e¸yèG¹ƒ·œ–Ñ\x16\x12"
  b"Lq\x02nnµ˜L‚©äR3“Ð\r"
  b"LˆÆÑ8SÕE¸q=ÖÑgŒ\t"
  b"Lóâ=Í\e5NÉÂõÆÀdÊØ"
  b"LÄìÝËi½J°ØþƒH)\x0EŽ"
  b"LônB9³ÐO¥,Ógƒ³x½"
  b"M!¡ÌT\x0F\x12N¾¿½¬\x1A¤•""
  b"Mx·\x18\x18\x18 OØÓı{é\tí>"
  b"M­u=0ׇF«TæZ¯É\x1Fµ"
  b"MÍtqO ÓK¿¬O\e°òøö"
  b"MÎ÷Hò9dF–ó7h0÷[·"
  b"M¹¥ÐÅ"3M¡\x1A/ÂÃGÚ\x03"
  b"N\x1C\x0E‡ÎC±qï³–f{\x11"
  b"N*Ÿ62\x14‰N‰""=;‘ú\x05"
  b"NFß֎ʪK’¤hD\x18UÅW"
  b"Nìõc?jvHÇ\x15█u\x19lÉ┬"
  b"N­“Â?ë$A¢‘r¦ÆG7†"
  b"Nï•›È'}HƒâÏ\x17¢™£\x06"
  b"O(25\x1D\t‹B™õfKÇ´\x18Ù"
  b"OS\x1A\x16žóD”þ%«¤Ð\f&"
  b"Of[¦2\r‡D»\x12éÝlR\x15É"
  b"P'š\x1F»ÎGH‹2cÕ&{ \x10"
  b"PìÞÍ┌61CóñYà\x17¤Â╦"
  b"P•¸7¶=ôI…\x08ÕÉVú#\x02"
  b"""
    Q\x05\x02\n
    ±E\x05A¨ô\x19u0!\x05$
    """
  b"Q\x13œvM\rîB¨\x15xòG\x14ʽ"
  b"QªRG\x16[d@Š(.‹¦š\x16È"
  b"RZ▄6\x1FgºH¼jD┌x\x19üt"
  b"\x12­v╗=I»T°±‗·H\v"
  b"RÌû9\t\x0FúBŸ;\x15\x14t›"
  b"SK@\x15µÝ-A’½„©±Ò û"
  b"SLT\x01¤ù╗NâúúîãÉ^C"
  b"S‘¨8Î[ùNš™zèfô<]"
  b"S–˜r§k9G’®73\x14\x14\x17\x0F"
  b"S´¶…\x1C„§A•¹¬˜‘Jœ$"
  b"S¿ŽëR#ÍB›­äΓ½\x06\x00"
  b"S÷ð‡ÈO\x7FE¾ ³M\x06\x128‚"
  b"Tí ÃjƒHGâ¤\x15£½ìa¸"
  b"TïÂ]\x1Dµ}B§\x17÷ÓíÄó\x16"
  b"UC&ZQ>‡Mжîö«mÆÚ"
  b"UXä\x03Å\x13]K¢¥£r\x17‘ýk"
  b"U_^ª8-åD•7.\x0E\x16Ù†„"
  b"V\x14\x15^R¦ºJŒ€½u"œc{"
  b"Vv´߃(Gí\x1F/YÅÕ■["
  b"\x08ä¶YhI┐╬;èîüZ;"
  b"VÍ$7@OjF—…\x08ýaƒbq"
  b"W/m:þy{Aèì\x16Üp¿dC"
  b"Wì³0&öÎC—¹\x11¤ýMƒÊ"
  b"X>ª‚£ÀQM†ËSð[÷Œ„"
  b"Xj┘jx\x12ãIØütÑ\x03╬ê\x00"
  b"""
    X˜™\n
    ±W¨N´Äp\e-Ô[\e
    """
  b"X¹ÄÌ|=zEœÙ3ÞÄÑ7\x11"
  b"XËò\x0E░└╩GüÝn´×└®┤"
  b"Y\x10Êå·cÛI‡Ç\x06OØüÑî"
  b"YVûž#\eÃA¶5é’wz×\x0F"
  b"Yd±\x07`¡ÈB…«°dV3\x03ú"
  b"YÎõ+X46F•Ã÷v˜>½Y"
  b"Y¤¿ü\x06ý\x1FO┐ö\x1A}▄ï§]"
  b"\x1E\x03Ó)<G•'ˆyÙ\x0Eï™"
  b"\ßÜ/ÑÂ\x15B¼„®~æ=^\x04"
  b"\x14e€ã\x08\x12³\x05Ó/9€"
  b"]\x1F\x1Cþp‚\x12J¸1ÖÛÈ÷–7"
  b"]9ôÜóE%K¦OÇ´óŽ\x05ë"
  b"]>2pM¼¦@‚ÃäÛg¹X\x17"
  b"]N\x17çÙx▀LÅ¢¼H7WÃ9"
  b"]ŽlÏ^;tGµ\x0FûhÄ\r"
  b"]½1\x05i<\fK›¡üÔà![Á"
  b"]÷\ ┬4\x05C¥¨Ò6┬||Å"
  b"^.*ðµ\x11Š@”¹&ôON\x01½"
  b"^W?\fô¿\x03\x02­?´\x01<="
  b"""
    ^p\x16Ú:%rE¢\x03O*\n
    +ž€
    """
  b"^ÂDT€à\x17N¿aÊç42\x1D\x1F"
  b"^é{«»ÜìNŠ\e÷ðår,f"
  b"^ýÂñ±¯«A…\x15l~÷(nA"
  b"_\x17\x12\x05DO‰ÁwŽÞ¡Õb"
  b"""
    _"C\n
    \x08\x7FâNÅ¿;2o\vÚ╚
    """
  b"_P @£`_Oçë]lÑnáì"
  b"_X\x15S±ª;Bápü96>j\x13"
  b"_Òw‡îë²J™ï Tz\x06Ww"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"_²³á^\vzCÉé┴sms~á"
  b"""
    `\x14QùìF{Fî@K─\n
    õ\x10a
    """
  b"`+e¦=\x19¤Oââ"▀¢ühC"
  b"`NMð\x18²ØO™á„›þ .I"
  b"``ƒä\x1E\x0F<L¿„m\x08\x10\x17ß–"
  b"`{^ÔÙ\x12eH³\e\r€Ò‹\x7FL"
  b"al╠Rpj/Nü»ã{╩D\x19{"
  b"am\e\x0F\x0Fqà@‰‹¨\x19•rΘ"
  b"aöØ(òËÐI¢&~M\x14▒cô"
  b"\x19AóEuK³š\x01\x0Fq\x0F<n"
  b"b7§\x1F\x01\x0E¨I╝+ìô´\x10\x1A¦"
  b"bs\x018„4ŒB»ˆ¯Á¡ßøG"
  b"buT²kìó@í4═D\x14\x08¡\x07"
  b"b´Ö\ÿ~oK«ÚÑsV\x05™n"
  b"b─\x17ÚÊ┼ØKÁ7RæTø░Á"
  b"b§]\x05:%ìHŶ\x0E\x0EÊıÞv"
  b"c\x04®§’ûåL´]€³dAòc"
  b"cF\f5æ‹HK®Æ[ML¬]u"
  b"cŠmݘÚ\vI©E‰œL}&È"
  b"c«2\x18\x00\x14▄Jú*»lÆØ³ê"
  b"\r|”˜¬C°Fé_âÔõŒ"
  b"dÅØ¬…ËkE‘üßa±\x0F\x13O"
  b"d­│¨\x05R\x04MÅc\x7FóDw\x03ê"
  b"eD0Ü1)6Cœ\x7F§éEiœý"
  b"e±Æ\t\x00t…N²Ú¡àfä¢*"
  b"f:R‡m¼(J£Ú{üúÍ$¼"
  b"fD\x10> |1Iì3i\x0F\x05ªË¸"
  b"f”Ó\x10‡a­E©ú¸\x10Z3Aî"
  b"\x12í»L~O‰/\x1C@M~|r"
  b"gTcÑ”´‡B­Ÿ\x13M\x1D‚~ "
  b"gVµ\x1C¡╗ìL»Å£r®·M┘"
  b"gªÆ\v\x19!\x06K▓\x1E└╠Aüè}"
  b"gðJ\x1F\x1DL¦|Ãã»\x10"
  b"hgÑ‘ßh“BŠ„YsUs‘p"
  b"hy\x04\x02\x13\=@¡TÝ‹(ç\x1Fž"
  b"hÊèü/(\x1FL§L\ëÌäJ "
  b"i(\x1Dû\vä×DíÉß0õ<╗\x0F"
  b"iìó¢Å╚jOîþ\x117Õ┘Å\x1E"
  b"i“úmò€ŒF¤Dl°³3ïw"
  b"i¢»’q\x04`C¸‚\Q#d|#"
  b"i¦ôtÚØ…G¸4'¾¶Ð)î"
  b"iÕ║ì\x1AÈ\x03E¿KµÖòº\x1F\x08"
  b"iô¡Ì`„;A‡¢?/tw-ô"
  b"jX\x06ß ╠ØGñ×Ð^É7ðë"
  b"j`Ž\x7Fõ—AA´CŠHÐ\x01ìŽ"
  b"jœý:J\fnC—Òj\x11b`¼6"
  b"jžt¿!½îE®œ—¢’tƬ"
  b"j▓╝█╗õzMÉ;\x1E:▀╠W""
  b"jÜ…Ø\x1C7YIƒƒp”‚´Ÿ“"
  b"\x13_\x11äBF›ÆÀ¼³½\x1Cp"
  b"k\x16IP_.HIüpWRê³^ "
  b"""
    k&\x1CÝŒätDƒwÂýç´\n
    O
    """
  b"k@\x01„4“¥G€\vóàô*í_"
  b"kCò+½\x19ãJÅ»\x15\x1Aõª"
  b"lâ—)ÆÓ’N°hø”ú'\x194"
  b"m\x1DZÿÑM\Aª3z­Ð\x03I."
  b"m]ûù\¾kC¦<¯Ý[\x1Dø_"
  b"mÌ´Ø\x12\x1DŒM“gxåþ\x03ÌÞ"
  b"mð8ÿg´DK²\x04¬qïRtc"
  b"""
    n…W\n
    =F€Aƒ¯Ë\x03þªü–
    """
  b"níŸ\rÿ\nšEº£Hd},M\x00"
  b"o%0¥¥ßÔH±‡K :¹,¼"
  b"ocòí\x7F²ûL¼.­Û\x10\x14Ø­"
  b"oy\v`╩■ØBú1D═x~3\x13"
  b"oÛÚ³õpËK¸p˜hà èæ"
  b"\e├ÒL\x19\x04v\x00Ø\x13^\v"
  b"\eî~záO€9é5ÍœŽ¹"
  b"p*àg<╦┬Kåý╚Ø├¹2\x02"
  b"p2–„\x12™QJ±|ʺ\x07ˆÎ!"
  b"p3!8a$?F·\x04éÖTÚ‰¡"
  b"pZ×\x01UÆfG¢\fÙ_ï#pÖ"
  b"p█i3JðÎG¿o?rüpgñ"
  b"p²±▒O╝ÝJ¡ý).\vÉBC"
  b"q\r~ÿWõŽM¿À…\x1Dî)3\x11"
  b"q#ØúV&æHø▀Äg\x18 PÄ"
  b"qFoý╗0(Nÿ|Ôų©ÅA"
  b"q¼VªÎ\x02™F¶Ï„ÏoçE@"
  b"qÉ›ekhªL˜åmPŸ»\x05"
  b"qÑÆ*\x1Db\I’}ÛSÏ*=¿"
  b"qô/$U\e·D¹lA¼Î\x1CMG"
  b"r\x08#vöCÃG \x15&\x01"§#z"
  b"r=\x14a­ÝþC¨“¯\x07ù@r÷"
  b"rL•Ó‹´$K˜ëLAy‹r "
  b"rX\x01d¤¹O@œ:aVzŸŒ0"
  b"rxëÑá:\x1EJ©«¢Ó,Ïêÿ"
  b"r–ŠOz\x00ÃM”äMŽó\eí*"
  b"r™ãU{+“LºïE}>¶[Q"
  b"róÚ±ª9╣GÉÔH\x11\x10²CW"
  b"réØa½\x19rGœŸ`0Ü­G\x10"
  b"s(z<øÅ·G©\x12VÊ®4█X"
  b"sZ-A1# B¹P„‹Nd©á"
  b"slÓN©\x06¢@ЉF¶N¹©-"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"twí:ÝXLG²ý\x08­½·:˜"
  b"t{\x12\x7F▀/dFÉÑå ø¨ß#"
  b"tƒ´¨Šþ\x1DM·=0"T„\x0F¸"
  b"t¬·<7bN@’‘ü\x1Fö?¦‚"
  b"tóù˜Lñ¯H“\f\x1DÆXJz\x08"
  b"uDŠ˜}là@£t\x7F8l\x06"
  b"\x07ÃDÖ…IˆÑìðBA°\"
  b"ué‘›\x1CY‰J¢‘‘äCÆ0·"
  b"vŠÍ6gjDD‰\f¥Ùí3D="
  b"""
    v·è\x7Fð³•Cš†·I–;\n
    Û
    """
  b"""
    w\x1A®ýaÂÞ@¸[Æ‚v\n
    \’
    """
  b"w'oT…ªQC™ÿÏIAû\fn"
  b"wB\x1E·Ì\x12¦D‡S°n¹³ý\x00"
  b"wjúÀ\x1DÎþAƒéX½\x10á*p"
  b"wÙa!‘GÎD¹Â™>‹Ö.‘"
  b"x\x14dª¤ƒvK™Ò«É{kÁ°"
  b"xGu\x0Fû;¢DÅ\x03+±Ä╩zã"
  b"x}úÚ¤\vðF×Umì‗Ù▓!"
  b"""
    xúD¡╣\n
    üN¢lïG\x05░Í[
    """
  b"x║ó┼üaVEñ│e╣╠ÀL¦"
  b"\e"EjàC°UÙ¯’-ļ"
  b"x ı(güîG«%g╩¼ãøÎ"
  b"yWÚsE&þEª8©„@‘ÿÚ"
  b"z\x17žÃ`bžJ§%¯ä\x12e\x0FM"
  b"{\x1A\x0FhÈöJì\x10\x02}¾pÎP"
  b"{X\x14\x0Fœ×ôC´T¢Û°]î\x01"
  b"{†™<¬µjLºÓgŒ"é>Í"
  b"""
    {‰öO—3²F©5¥¹«\n
    ر
    """
  b"{ãÓc\x13\x12iO§w\x12Þ\r8Íû"
  b"""
    |\n
    RS_½/J¯F]¢¼\x19qH
    """
  b"}د╚\x03¥ NÄ\\eBÍ▓\x1C"
  b"""
    }Èü\n
    q3\N¥eßêÌ`° 
    """
  b"~'…7o´KK¢ücþÕ.:â"
  b"~Гå÷\x02âE‹Z•÷î€|2"
  b"~÷§®ˆž0Lµf½\v¨âÔ•"
  b"\x7FáèÍÈeóE›,TÃMß`Q"
  b"\x04WûP\pE“\eüÑuýÚÑ"
  b"€!Rß½¶\x08L‘è¸Vº\x1F"
  b"Ç"(\x1E>Ða@░ÇyÙ·ÏØ­"
  b"Ç?P\x12þÁàD£k¨ÊýÅè¹"
  b"€U…‘'%;LªË\fSéð\x07è"
  b"€]5láãgG¥’\x06\x12 «\x01º"
  b"€ŒÚBYòFIŒ<HÒ_Sxm"
  b"ÇÖ¨ÞÔ\e:HØy)¾*║2+"
  b"Ç┴ÿ_¦ærJØD<åJ▀þ^"
  b"€ÿ\x18·ì{•I +q«à.\rÁ"
  b"ü>Í\x10±³WGÑ<│║N¦╗1"
  b"üºª;ÎùÞF¿\x0Eü±ô└¡B"
  b"éE▀░ýé&FîQ\x16D:ü¶^"
  b"‚kUºnM,JŸ}^Äeú,F"
  b"‚Ó\x16N\x19×}N¿`Kß™JÂÚ"
  b"‚Øz9ºÀ4D¶×È795ËR"
  b"‚âû-ƒ~¦A¡'~\x19øS\x1Aù"
  b"â\x08©­PYfO¥«\r'\r^ü-"
  b"ƒ%\x038\x00´\x1FIžw²7÷\x11»>"
  b"â9\x1Aøs3AKìÚÈ╣ýä¡_"
  b"âf\x06ØÔMÿB░\x1DÖ╗JN)3"
  b"ƒ™šT"¤›F«°d*Q\vsV"
  b"ƒ£ì":q=L½÷U!\rm²F"
  b"""
    ƒÀ,W=ܧE¶Mâ\n
    §íóå
    """
  b"äJ┴\x11\x10┼ LÜÅÉ">Ôõ═"
  b"„½×\x12$>ºK½k¥¯/""r"
  b"„Ö\x1F®ÎÀ¸B˜µ\x15èè\x07ÿy"
  b"\x02uâp¤xL‰OR°††–ü"
  b"\v`è”±?AƒÖ\x051o¨Ak"
  b"†;Uêžç_I§ÿÑMÍ­ûc"
  b"†oLsrQŒKœ\x04K\x05Nb¿í"
  b"å×òÎ\x17ÔÅIÇ\x1E\x07ƒ`dí8"
  b"å¨S~░w\x18Fز╣W¦\x13╝&"
  b"‡<2Ó´S¼D‚Ý\r»øj\¼"
  b"çHnæ\x1EªBDÁ█ü}¥ú"ð"
  b"‡aJô“ƒIL—€Ê\x06\x1D/™V"
  b"‡tᎅtVH‡MMæÃ3˜\x01"
  b"‡”§¶ï½oMŠ´:6ýÂË7"
  b"‡Ä\f\tÕ¸7L‚U:\x1E`8¶™"
  b"çß?\x19»º¢Cê¼Æ┴░▄LØ"
  b"ç²cwE¸üC║╩▓`7ÐòN"
  b"ˆ\x1A\x1Fc樂JºmUoi-uÍ"
  b"ˆ$\r\x1A\vO°nQ¢\x08¨¬Þ"
  b"ˆ\"‚¸ì/F¢±kç6GÂ*"
  b"ˆÆÞOI‘\x1AIªfºØ\x1EA…Ö"
  b"ë:\x04$ËeWBü=ú|/UÌ\x00"
  b"‰G¡­PcdI‡‡Lû7\róS"
  b"‰`Ì\x13íú\x12G­Ü`6&c<Õ"
  b"‰³\v\e£Ë:C€rÌ9¤€Ö¡"
  b"‰ð\x0Fê¢Ò×I›Îj/\x19\vJ4"
  b"è!å6F\r\x1CBüƒ\x01\x06\x15ªiP"
  b"ŠEé$.Å>F¤â\x04áN‚Å*"
  b"Škì\x18@úòJ²Ç¿?åÿöc"
  b"èÚ░ÄÎý:Láì\eÿúï-Ö"
  b"ïAG┘§\x05oOÅwËa[\x08ËÒ"
  b"‹fKŠÏ uA³à\\x1FRR]Â"
  b"‹ Ù‡Zi®O¶ŠõÍë÷0«"
  b"‹Ú‡†–¬úL’."\x14ŽA+†"
  b"""
    îI7î\x19¹îKü¬\n
    z*!"`
    """
  b"ŒNÄiÒ­0K¸ž:%j_:6"
  b"îÉ qºÿ─HàZ\x00k¤Æ5ƒ"
  b"îØcÇóù■Kå}nÏ99\x7F]"
  b"Œ¡\x065D½„L§¦äo\x17\x02\x1DÏ"
  b"î┼qv┴Z&CüU!¶ÝÄÅå"
  b"ì(─╔ÇAWIÿ\x03Òð╔Ðs "
  b"ìMR)ÞóZIôÕ\tÜÑ.Ix"
  b"ìV³ç*´╗GÖ;ܰ\r┐d\x14"
  b"ìp¶\x15"«©NØ‗÷yZÜC\x11"
  b"ìÉ\x07ëÙ*\x06\x03Ó`\x01m\x0E"
  b"ì²^èq\x14Û@¬"Y÷\x064\x18§"
  b"Ä\x039È┌"ÝIºSæ┘üêı\x14"
  b"Ž\x7Fîœ&{ƒJ¿i·Û›*\x1FÙ"
  b"Ä£Ë,Å¢└J┤0»wüö)\x06"
  b"ŽæCæ©Ä$M»` U|®K\x03"
  b"Ä·Üð\x1DÌßJìÐ ¨©╠╗±"
  b"Å\x05.▓\x08┘T@ê¦ü╚Ó\x1C¶³"
  b"Å'³'¢ÍÒIÀ\x0EW9┌º1╚"
  b"""
    Å+§/ݯ$LÉ\n
    └SRYV§
    """
  b"ÅÚ‗Ebf÷Mî8┬\x03ÜÒç\x03"
  b"ŧ╗Å┌û3F½æÞÜ_˵└"
  b"É6è┴×\x10gGÆ~Û¬uAF³"
  b"É<\vZü`ãFÇòMt\x03ØÔ|"
  b"ÉxÓ\x1C4Í¿Gú<║\x14Ë\x04ûÜ"
  b"æÀ>å╣\x19ZE®█ìk6@Ä¥"
  b"’3\x15ÚY¢\x0F\x06ò¦(\x1Dfi"
  b"ÆZ\eÉáïìOêU\x17ja╗├\x19"
  b"’c^\x10®„OG„’\x01a\x03÷ËG"
  b"’³×Ö\x01\x0F‘L˜\vò´ÚC—"
  b"""
    ’ëbï›I˜GˆÍ\n
    ݲ\eM@
    """
  b"\x06»\x1A£’‹O–¯‰‹|ô\x02Ó"
  b"""
    \x17\x06¥¶O¬þ’\n
    \x01½Äû
    """
  b"ô\x1D ıHü¨E╣╔³EX¶gJ"
  b"ô5Â\x19ìÅ/@╗oÄÝ÷▄█×"
  b"ô<Èì=\x05PB¥z\x15×ü\x1C³ê"
  b"“]¶lÝ„¿Aª‰ÛRØ9g."
  b"ôk\x1C<ÅáöKàÙíÆÝ§╠&"
  b"“x@„‹Î8Fƒ¿‡ p‘²X"
  b"“ƒås¼¯WL¨¿-Û†»ßó"
  b"“„Ìð6„òG¹ë°'Üšt÷"
  b"ôï*Î\x03¬¶@ümûı¹\x02"
  b"“«sïF9ÑI·c.£“$\vK"
  b"“·(Ø<JÎO·Øøü£y-Å"
  b"“Ã2b“\DJŠè\x06…h"ºý"
  b"ôÐþÿa¤¦G¢üe-┘ÌÑS"
  b"ôÚßQ╠ú AÁ¹iÉ\x06Yæ "
  b"\x1Ci@\x02é—K¼\x15‰sœ4`ï"
  b"ö?Rwÿô┘Mì s\x06╚EÂq"
  b"”FTƒ¼ÍÀFœ&\tbzÀ¿&"
  b"özä0┘zÍBØel█jËÐ%"
  b"”š(@TÂ]K¼#\x12\‰Ø\x03¯"
  b"”ËŒW_‚žI†\x7Fa\x0F.0ÝA"
  b"”ͼvèRãN—\x1EûÌë¨rë"
  b"”ÔKü\x0EÛ\x15@›?QuàÝï¿"
  b"•:\x1Fð½ñgJ‡QM.u/¡]"
  b"•eÍ4\x18cà@¦å¶ø\x13ÊR®"
  b"–%måÚ4jF–Ú\tg«<\x1EÐ"
  b"–3ƾN|\x1CO›€¹\t\x07¤W;"
  b"û¸├qkUöGس,¿¥ù®t"
  b"ÿT|øåÚ\x0EL½Ød¡KÞÎê"
  b"˜í೦\x01ÙB…\x01š\x00w\v\x0F"
  b"˜ôQ°q#nD€°\x04\x1CR·ÇX"
  b"\x16\rr‰\x16'@˜Ñ9òN+c\x10"
  b"\e‘¾\v¬\x1EA‰s-ž‰¶HÄ"
  b"™~7®Ç¸vL¡á‚û?5¡r"
  b"™§:eÚ¹\x7F\x0E™ê7ÖŸÄ"
  b"™Úôú\x0E³$D¢ÀovÀQÓT"
  b"š\vCÖX€óL„ˆqy…mä¶"
  b"ÜlÒ\x02▀à2DÉ÷° \vó\x10"
  b"›8p4~š6N«¾\x03Ô+óœÛ"
  b"›8ñüWbKD¦ô1Â\x133\x07F"
  b"""
    ›Y4Š9\n
    \x7FC¼mÓÆ@ÿw}
    """
  b"›„vº¹\x00üC£{Ý!èEäõ"
  b"›Ðl\x07.ð0N F\x00\x08\x1CøËb"
  b"øÚ\x17\x0Feg@òÅõ»▓¹\x0EU"
  b"""
    œfØ\n
    P@oNƒ\x16\x19Ðõ™bì
    """
  b"œ{jÏMµ²M»i°oèëê4"
  b"£ë\x13ïµÂ;LªcÉ\x0FãNñ\x1C"
  b"£û®³)Ü´GÅ│59·{4Ù"
  b"œì;ù„\x0EÊN³I\x05irX…ã"
  b"Ø\x1D\x10hD_¦O®\x0E\t┤ïÞ B"
  b"Ø(¥éÂizIÖ3█L«\x17Â\x1F"
  b"ؽùCH|­DÂ═áÜ╩#│\x02"
  b"ØÀh\x02lç▓LÜ:ÈiÙôEa"
  b"Ø‗?V¾Ó­IǪ6Î■#7©"
  b"ž%ž~x×”J¨d¡S|sk÷"
  b"ž7© ×U¬AŽ2ÓÅÎãZŒ"
  b"ž?ÁRµV´OŽ›ßç\eDåI"
  b"žzN{½O¦I•à“A§L\\x00"
  b"""
    ×åiñÉÖÛJª è5¾\n
    
    """
  b"ž éˉx\I“³äßdšÕ "
  b"Ÿ0¡<;•\vDž;¥[Œ©;x"
  b"Ÿh^þ9"êJ®,[Óx¯\x01\x18"
  b"ŸÏ#ÆŽˆÆK„’XtÍ\x17"
  b"""
    Ÿê¯ÒÄ–2@¢<H›\n
    žG\x04
    """
  b"Ÿúiïâð7I¤\x13šŠè‘¼/"
  b"á2\x0EÁ╝ÜNGÉüçÏ÷Ýhs"
  b" Šh\x01\v@ˆPþ\x01ƒ¼É\x1D"
  b"á¡─mÃ║»MÅX═*lñxD"
  b"""
    ʫ8„6\n
    N·ê0üõO"P
    """
  b" »c\x1Eôc\x00Oƒ8Óï)›\x12"
  b" Ú>اÙlL‡U\x07¹öã\x17,"
  b" èñ┣wKŒÝ­Æ\x19\x15Í\x1D"
  b"í\x03\eÀ¾Q:Mì┌6\x00T└x\x0F"
  b"ím┘┌UÞ\x0FIçØ;ÔÄka\x00"
  b"í©ü╗ºùgBäS«H¼\x14°┌"
  b"¡¿ ˆ4º!O©ý”\x00Á'\x7F\x03"
  b"¡ø».àÌ7L ä¡ó§æ,Œ"
  b"¢>Ú]/5ƒJ³olcî¸*Ÿ"
  b"¢`ýc;J?J ö;ãëwùH"
  b"óq¡u0\vÁJö\r├´Íì×5"
  b"¢’¡\x13%\x19\x06I‡H®/åìc­"
  b"¢Ãü˜DÚßJ¦íKE\x1AAd£"
  b"¢ÈÚBŒJ˜@€s8ÂB\x08„÷"
  b"£\x14å‚”\x15wAº•Áä[\t©#"
  b"£0–Ü«˜ƒA©\x15(\x0EÙßuC"
  b"£14/¡\x05µE‡Ãc¾ö߸õ"
  b"£7HéƒÙRMœºQ*Aj\x03»"
  b"£ITp¶>ÒB¨\x10\x0E½já~Ò"
  b"úêè=²i\x01G║µñL³\x14øì"
  b"úاyÔ§åJ╗hg■5╩\v\x05"
  b"ú¾└\x7F]│\x1CA×-\x7FÏ{Êɨ"
  b"ñË\x12¹üá¨Fí▒\x1E'f\x1C"
  b"Ñ\x00 Ùø@jBÅá½'╦+ôY"
  b"¥4ïWÎðPA‘­õÆ\»øW"
  b"¥TC*ÇD3M‡\x16—ñ\x03Í\x18Ë"
  b"ÑT¡¶/o┴IØ\x14Â╝¤À;§"
  b"¥hH‹P2¢Mˆ\x01\x01z\\x16ö\x02"
  b"Ñt¥Ï©\x15[Jì$¢µ\x03ÌÑ┴"
  b"Ñ}\x05âÄU0Aä´Ì°éØ╗å"
  b"¥µ1²(,æLŽÑó3e'\x169"
  b"ÑÂ\x15ë┌v\x14G×r¶ü╗‗\x01"
  b"¦D¡Õl™~@£øš5e°¬\"
  b"¦¤í)3VÙE€»s$7±¸²"
  b"§X@ƒyýƒMŸ«6DƒÂ0o"
  b"§\x7FücDý4A®R/)D£Ú]"
  b"§€\x17d€²BC”A†\x19!NÑÕ"
  b"º┴═vo·¯I£É\D¶├0Ç"
  b"º▀ç\x10f÷úJÁ5Ù¥Ø1áï"
  b"¨\x18\x0FŒƒ±­I·Þ\x1Añ\x00Ñä8"
  b"¨\ÌËøSçN¯®ú ‰\e"
  b"¿r\vúæ▒qAÉøt|c█ëú"
  b"¨ªPd%A±D‰±¿ñüËÍ6"
  b"""
    ¿▒!\n
    ü°KFå5â¼S27Â
    """
  b"®A▒b©5rLå¥Å'ÄPè\x16"
  b"©G)\x03¸8fH G\x11°ÛÁ¹\x07"
  b"©~BÂqŸ½M¬@cœ.Á)Ð"
  b"®Å▄-Øè,Oª┌\x05@Á&`V"
  b"®╚├üKÿÛKרø\x103St?"
  b"©âÄ@fâÉI«6ý˜±î$,"
  b"®¾S&└ñ┬NÅcþ\x1D\x1C¯m"
  b"ªAò'\x0F“¦L›ýh\x14\x12Çš\x1F"
  b"ªw‰‚­p IšÜrÓ/¢IE"
  b"ª”uÃ\x1C¸WM¡²õâ(2*'"
  b"ªßõb+JrA¡—)äÇ=W|"
  b"ªðÑ}È…ÇG²„D\x01²U&["
  b"½O£ü©ô´DÆ\ea█Ù▓Ý"
  b"«f$uÏË<H³øãÕ>â*c"
  b"½Ç\tÿÈÐ\tI│Åá\e\vÕï~"
  b"«œtÁª¢\x07L¡ñW!~\x14G+"
  b"¼\x1D\x04GNàHÅ0O╬l,/¾"
  b"¬(+u3Ÿ”HŸAQežUºñ"
  b"¬gÄ1,ÞhM§ÄW5:±~Ö"
  b"¬©\x11Ä]ý¾N¡É‘‡œù0Ü"
  b"¬ÃRÀ|ê\x7FF¥FZQ•R7"
  b"¬È¼\feñÁD‚U\x10é\x06¿¡r"
  b"¬å\x16{\fGpK³\x02³‘'\x1A"
  b"¡\x06\x0F$×u*Dì@²8ü═}1"
  b"­\x08\x00Ñ"záJ€|$ù§„Ç^"
  b"­+¢ke@™C¹#Ô±\x16˜:á"
  b"­¥*nõpäI„'AÆE¸\x07â"
  b"­Ô鯰þ¯I¢ÀDò\x17/W\x01"
  b"®0”>\v\x11öB” %ßvÇ÷\x0F"
  b"®CqÚ³—>D»¸„¨Hà‹a"
  b"®F7CgWŠJŠ(a\x1EDe6I"
  b"®nb½t\x1AÀI…*”;À¯\x16²"
  b"«╔\x7F¼3õæAÿk$÷ÄäØ\x1A"
  b"®ÚÐq¢û’@›.÷”#J¶2"
  b"«█×5l0╣CÉI\x19\x1F▄`\x03D"
  b"®í\x1Aʺð+B¨uzC\x00\x01çP"
  b"¯\eD£‚h&M¹{\x13ýþΙ¤"
  b"""
    »+A¨\n
    \x08ØEä6ÿ¶\x05µÚS
    """
  b"¯sax#ƒ¦A¦¯Â⌘ƒ>"
  b"░íq&z\x1C.JÅm\x7FÑ\x17\x11á"
  b"°¢ÕÊHä\x1AH‰WÌ2KŽÈ¾"
  b"±BÖ&h}\x11Iµ}RÊO\x00h2"
  b"±J'3[J\tB“·Ä¶wC¿º"
  b"▒`á│{ÉéCæ╠■%ıë7/"
  b"±hÞ½ÈUIG¿“&Î\x10<\x186"
  b"▒nØı¾\?@¢Gܾ\x11á░?"
  b"▒ü¾¡ùG┐LïDø╔▄øIB"
  b"±íS%×EzJšŒä¹„a€\x1F"
  b"²\x18Igñ¾¿O¾(M–~¹„E"
  b"²ˆ,o¦M®Jµ5»\x01‰€ïè"
  b"²š€Bvú\x15F‘°›Û„\x03ˆ\x7F"
  b"▓ØjTÊVïI¿·▀Û(╬= "
  b"²×Ȥ\x02á÷F­ƒÄ[ý\x06"
  b"³\x00X¥&~[A…›ˆ³Å¥J…"
  b"³ã¤âè#ŽN‹®ý*t)Ôn"
  b"┤"╬ü\x04|ð@▓xBBí­²┴"
  b"´püÜG\x19[I¯/\x13Ôv\x0F\x04Ú"
  b"┤¿î\esô▒Hú\x06W¸Å▀\x06Å"
  b"┤╝┐l[EDKìïx¢£ë\x0E\x03"
  b"´ÊÒPš(åM›“7Ÿ\x08\x1D"
  b"┤ߨié0×E½h\eXE\x1Fú─"
  b"µ9Yo?8\x1FBžf¤\x1F~¶Ö\x19"
  b"µZ½k\x14\x19ìL”6ÍoÈqOŠ"
  b"ÁŹjõèf@│Q╝à\x17²╚├"
  b"µÀ)â°¯ÎC²\x1A\x1Cš¼Êì\x1D"
  b"µÖöGαTA¶ØÕâÓYw\n"
  b"¶aU™Í¥”C¢\x03Í™~Ýhj"
  b"¶zt+ÄCnC¿v×þ\x10÷Kà"
  b"ÂøÉQª»ÂJªoÅp;sG²"
  b"¶¶Îc‡õÿF²ç;LÔeÎ\x1C"
  b"·0╚G┼oE║^G0L\x7Fɬ"
  b"·f¹Ê/ðáH¿Y“ÕŒûS\x15"
  b"·ž"û |?N’\x13ñœ­\x7FnT"
  b"·¨·£ò>ÎL±€\f\x7F©´"
  b"·Ïo»\x07zÕ@–DÏ\x03\x15±Ûä"
  b"""
    ©\n
    \x0Eàóð\x13N▒m\x0F\x17
    """
  b"©üh/ù\x03\x0EMä·'\x07êùð¬"
  b"©àQÀàã9LáÀC"ÚÉÔÐ"
  b"©╩R┬ÿüÙJÂBô\x05‗µ©\x0E"
  b"¹e¬Ñ š=L­þ€!;_\x1C;"
  b"¹||\x00•èõM»'™XÔ‰_'"
  b"º~Ö\t,ìßE£DÉU³À8!"
  b"ºµ½¼ Zz@¬õ±ve\x14 \x1A"
  b"║Ï\5¶Õ²OÅÊù¥╠¿[L"
  b"║█ÈÈhªTN¢ØeOó×gø"
  b"ºÜy×e\x04ªC®Ø=ÝJ?zt"
  b"»\v ë\x01ì)O¢®$„Ò.åD"
  b"""
    »F:|\x05S\v\n
    ϐ=\x17
    """
  b"»Y¡\x10\x12˜qD…\x1EÙ}ÏŠÈM"
  b"╗k╝çÂ1 E»°J-þ¾Ø┌"
  b"╗Ü\e\x17\x05\x07#õæM³p"
  b"»À&2\vT‘J¬‚\x0Eiòχ²"
  b"»ß\x0Fš*p~F’][…a¡uï"
  b"»ì6J@SíL‚ô¼\vnÖÄ8"
  b"¼\x17h\x06ÒKžG«\x0Fyê+R\x11X"
  b"¼\e\x0Fæ†/±B¯\x00tÌrHg\x1A"
  b"¼‘[r.d\x19O•w\x1CÚJïσ"
  b"¼°yšíYWL½6¹ÂŒ:\x02C"
  b"¼Ì?õ¿\x0FgE–\x00\x04uƒNDŸ"
  b"¼Û~ŸÂÌîO¢¬\x01]òp‘\e"
  b"""
    ¢I3ô÷\x1D\n
    @Á§╩ôì|├W
    """
  b"¢ö$y}'ôE¿\x07\x12»‗ü0ê"
  b"¾Aà÷Þ_ÆC£7ôƒø_ÞŠ"
  b"¾Œw嵿5M•ÖlÏ|„FÆ"
  b"¾©w»`µ\x17J”ט"\vß1Ã"
  b"¾ÓF\x10«“´N»µŽàäI×B"
  b"¿'9ië3ÍE’?\x02vϱ­§"
  b"┐.éá╔£IMâØ@\x18Kq·ø"
  b"""
    ┐E+­\t\x10\x16H╝7ì\n
    py-@
    """
  b"""
    ┐t((é\\x13FÅ×╦u\n
    Y3å
    """
  b"¿zß_ÃÖ\x07\x17Bœvõq@"
  b"¿Œ\v\r|ŒÂH‰¶\x1E6\rœš¸"
  b"ÀS\x175ÄØýN¶ÇÅÚ6ñÝ]"
  b"ÀÊM\fzé;H±M%¸–¾¯\x1E"
  b"Àã•\x12\x10\v¸PÚ—ÀI"
  b"ÁFŽ‹ïÞÒ@«Œ@%:EmÃ"
  b"ÁX\x0F8„kÞC¥š×V¿W\x13c"
  b"Áeº/BèÎL¶YšòÇxì­"
  b"┴æ╔I°o>KïÕ&&£ÍKØ"
  b"Á«•\x14½$\@’#šÿçQ\x1FQ"
  b"ÁÒ\x1C¸{\x15AIœ5 ìÂb\x10"
  b"ÁØ(U^z3D°Qí. ¦Uí"
  b"ÁüTî5ddF´,u\eËÁ\vë"
  b"Â\x13mÆ9chJŸxéçßIãŸ"
  b"\eÜ\x12@ìrGäá¼Ïr\f"
  b"""
    ┬%£)»┼\F®kFíÌì\n
    3
    """
  b"Â`°\x0F\x1A_“I£>F­%¬ûÃ"
  b"Â×8¤xu5A¤“R.îJ+ù"
  b"ÃA\x13©òwäM¤Ä\x05…Íwlê"
  b"ÃVX\x00!\x01ÍC†7,öþbQú"
  b"ÃÇB$®ê\e@‡TYi?æ j"
  b"ÄMؾ6m?J¦šLCsy’Ñ"
  b"Ä·iE#´ÜD¢«%„™\x15¦â"
  b"ÄälY+\x1DuI´\x05sØ|}bà"
  b"\x1DÃp▀ßwH╣2Å\x04þÊÈs"
  b"ÅeD¾Dƒ:K„t°¡W\x13\x1Dì"
  b"┼e▀sÿ+ÀI║kî,JìäB"
  b"ŇËÀ½\x08(Lºèÿ°–—_\x0E"
  b"Æ\e߀€¾AN²3r3Ïô!¾"
  b"Æ•F\x07O\x1C\x1ACºJ5u\t\x18\x07H"
  b"ã‗\x0Fi3╝.A»É╦îO@\x12"
  b"ÃCqùô¨HÁZ~"\x17ü┬Â"
  b"Ãln\x19Ñ\x16²H┐FÅ\x1F?ıÍ"
  b"Ç•\x0E\x01ýI²2Bô\x07K\x02\r"
  b"Ç¡k®ÍÒÜGŸiÓ†ÈV%Ñ"
  b"╚(.╠╝‗\x01KºØn´║T\x19Ä"
  b"È,Œ%H¤sG’\x16X¹ì\x00"
  b"ÈqÆ9(€šO³\x1En6Ë©#á"
  b"╚┐\x00Å÷Î^GàpÆé█╦Ý!"
  b"╚Ð3å▒G2OÉW\t║f┌%Å"
  b"É\t›}6Ý»M“-69!b©½"
  b"É\r´{?ë\x04F‰Äp\x02¹º3g"
  b"É\x10`Þib\x19A /º›ŒTfã"
  b"╔(Gþp\x13x@×[\x0F²║÷Ø$"
  b"╔TdÍÜBVCì\x16þSâ\x0FÓ╔"
  b"╔├╣&\x1A┼ìN╝H!┘þ:¨ê"
  b"Éü=/žd˜M¦¬’…p¿=ˆ"
  b"╩2P±╩%áJØ├±r^·­í"
  b"╩ì{─┌,GIÁ\x13‗úäqTB"
  b"Êžd\x00\x08ÆÞKº3\x1E®Àföè"
  b"╦DƲ.½«NØéäÍ9h>]"
  b"╦q╚╬\x05ƒ\x0EL╣L#ìc\x18▄>"
  b"╦Ø├1K§ÙMó\eZ\x7F\x07òS¼"
  b"Ë´\fï\x11\x16\x10Jžä˜Ž­Mœh"
  b"Ì5Ó†\x01ƒ¢N£\x04«I)\rFp"
  b"ÌjÕÅx\x08ÑD¥«À\x0Eg!Oý"
  b"ÌÂ\x04\x0E\x0E\fãN®á\x04\x150NÕe"
  b"ÌÂl6š¸jN“îÙcÄÉŸ€"
  b"ÌûgÙ‚fmK‡ÿ¥£³ØN\x06"
  b"Í\x02\x14s­J”´bQM\x0EÎâ"
  b"═]gv\fÒüJ░\x10*¿╣\x0F3┼"
  b"Íe5;\x7F¹VF»¤¦—@`”j"
  b"̓H¾9HØK²Ó¨O]\eŒd"
  b"͸2¡vÏsF®{¥ùs‘¿G"
  b"ͼ2·¡\x04`K€¡]\x1AÓ&Rè"
  b"ÍõÕª\x04x$K¾ŽMh¼NÒ¢"
  b"Î\x01\x05Ä\x08[àB¸·>Ñï¾Dd"
  b"Î\x15\x1A°ÈßOH¼\e$¦c#yŠ"
  b"Ι2ᯂÐ@Šð\x02>ÖŠ{Î"
  b"ΤßÇÇPçIŽ:߈˜xd\x08"
  b"Ï3õâ´ûÊK¾¬#œè*Œï"
  b"Ï6Åõ\x04˜\x00D¾K“å‰ÂtÂ"
  b"ÏM\x1E›¾ã¸L†×C8…L¼\x13"
  b"¤Å┌¥┼qbOóT│P!ðp\x08"
  b"Ïžgè <7L·Ù\x11úÉû\í"
  b"Ð+0vs\t&L²X5\x04±ó›£"
  b"ÐÝzä…\x19\x02@¾Oi~ËÃí\x1A"
  b"ÐûI\x12[`3I›¹ÅŒÌúQ²"
  b"Ð\rA!-\eKì\x12\x7Fò5Í╦"
  b"Ñ!]P`¼ïGŸbi„\x12ÙHi"
  b"Ñ35ºÓÔ\x12D–ü½\x084C…Í"
  b"ÑMV¾\ä}Jœ2¸Z\x1DÀ¶)"
  b"Ñ]þ\x17Ï–IL‰äÈ\x0EpNs\x19"
  b"Ñm½s$ýéL¤âG4hJ k"
  b"Ð▓ÆRÕS\x06B▓FRä˃ÎÅ"
  b"Ó•ì«»O\x14Eµ>?à¡íyÉ"
  b"Ó°\tã\x00™²D¯q¯'›“¦G"
  b"ÓÌL\vW\x01£B‘…p\x07\x15UL2"
  b"ÔCÁGŸ\x02™DŸt*ZuÜ\x0Eí"
  b"ÔG[ÙŒ¡ðK¸4+OdLBr"
  b"Ô¡áî©>BD‚¶Ó[z(RÅ"
  b"""
    È« \n
    à\x03FI▒(Ø*ýü»¦
    """
  b"Ôýi2‡¥ÂA¨i\x06ú\tµ\x12Ò"
  b"ÕkW¦€\x01ðL¬L©G6ؤÛ"
  b"Õ€@­NuÎF¤•=!º—0Ã"
  b"Õñã\Í$ŸD¼°±Žc\x19ö\x07"
  b"ÖA€Cd(ÀMºUã\x1C™_˜ó"
  b"Í\x7FÑ│:ì§Dç¡&×£ký;"
  b"Ö¨yø¡±qKµ¿$g߸ *"
  b"Í║╬Iù\x19¸Gü▀}\x18O/Aç"
  b"ÍÛvYÂ0éG¼~\x10¾ìéï6"
  b"ͱ\fuÁc.FØ.[┌─±ùü"
  b"Öòª\x1AS&øA·ò좉6ç\x1C"
  b"ÎçÅ'\x14äıC┐<FõOånH"
  b"×»\x04»8j\f\x11qsý\x04"
  b"Ø/¼xDÉ(M‰<¿Í¿\x15_\x7F"
  b"Ø6Õ—ÖLwL¸Gð“ï\x19Îí"
  b"ÏèÛ`╬¢ìG¢■©╔P└=¿"
  b"Ͼìå6^MBú▒y)┬õ7E"
  b"┘$ê¤ß¯WEó;*\x1C­¡\x1Eì"
  b"Ú\x0Fù™§QJ„žU\e«¢‡Í"
  b"Ú+\x0F\x1D\x0F((NŠÓÎH°²ã$"
  b"Úe8"„÷¯MŸèƒ’¹`³z"
  b"┌xî\x1D¦'■E¿¹UÐÔèì7"
  b"ÚÃ_j\x1A¿;G‰º«ˆ|)ü\x1D"
  b"Úór©=§!O°gâïòqpƒ"
  b"Û>ˆc8ÀðI¶nœ*@}ä%"
  b"Ûdí\x06\x10û‘C¶yÔcc2>\x1F"
  b"Û«\f$û‡P@«ì\túR£Bû"
  b"█╠Éã\e\x1C@¢¥Ì.ç┌yã"
  b"ÛíøtùÖöJ›<ñ}½§<½"
  b"\t┐9¿M╔@Ø┤;Ñ╚Í╝\x1C"
  b"Ün^]»Æ5J¡“Ìž\°Œæ"
  b"ÜÉMs\x06} J·0£;è\x11\x1Eû"
  b"ÜÎú†AGnBŠûÓºš¹õ-"
  b"ÝQ—\2\x00ÐF¥¸/³\x06\t0g"
  b"""
    ¦×I╦┼ÉäK▒~ø:\n
    xØñ
    """
  b"ݺñiˆ“8C”ì*ö¥\x19\x01d"
  b"Ì\x1F\eØIe\x1EBêÉa}\x19ü®║"
  b"Ì╦Å\t7'5O╗ƒ­└»À▓«"
  b"ÞÖ\x17Ä1ñ\x18@¾ï”M½>‚p"
  b"ß\x19\f\x13\rLcK•ÑkrE\x00°B"
  b"ßE™\eq+³B–v;¾Äï\x1Fu"
  b"▀üd░| ╗I×╣ùm¶╬<<"
  b"ߪ$0IsÿB±IGUìñE\x1A"
  b"ßÑ\x08\t\x0EVDŠÙAÈ”{¸ò"
  b"ßÞõ\x1D´Ý>J…ôGë°\x05im"
  b"ß߆\t*7²NŒÕÔL·ß%›"
  b"""
    ▀Û\x10Þ\x14)\n
    NÅ^0ùòÙ╗ê
    """
  b"Ó\x03■¾,Å*Jëè\eü\x01(àW"
  b"Óê¡J\x0EÅ▀N▓u·║ûÓ‗O"
  b"à³ì¤wdÜI¶¼(쬶xù"
  b"á\x06ì3A*hE”>>\x17\x17\x11hq"
  b"áe™}‘,‘NŠ\x14\x02¯;Ž"
  b"""
    á\x7Fy\x0ElûQA–ùoƒâï\n
    P
    """
  b"á°d÷eÛéL³^鯰\x18ÔD"
  b"Ô\x07yée╚³Côàü\x12┴¡[z"
  b"â³\x08ÍËYGEŠ\x07£KàŸ'ä"
  b"âþV¼ã\x04,GºŒ\x18õ)\x1Fü\x1E"
  b"㎊]˜Ê¾N†Û\t\x0E\x06\x14*"
  b"ã¡\x18Éű‘IŸ2(Ÿ\t\x04zA"
  b"ãúŒ=¯\x19‹E³n98Ö*+¯"
  b"ä"f@˜°\x05LŽ—\x06Š“qVR"
  b"äSh¨´K|M˜\x1F°²áÐÕÆ"
  b"ä±—mň!@¨r°Úµ\e¦h"
  b"Õe─ZÛ#ÉLØæ:hÄfÊ╗"
  b"啼\v‹½šA£ØÖ\rç4?Ë"
  b"Õ ÷-d\x10#CêÓ(}ÆÅ{\x02"
  b"æVþj$®fB•›ãÌôW\x06£"
  b"æ{m¡÷P¿G€øÇš°úXÅ"
  b"æ¾\x1DþLtˆM´­ýÝ\x11#Ì{"
  b"æÛö\x05ÑŠôHªpÌ?쇭º"
  b"µ¯)6Ç‗vNåz\x1C¹1┐¾É"
  b"æÿV2|Û\x07L¼[„\x16\f¸XH"
  b"þFü│¦7SIæ¸ıÿY\r?‗"
  b"þéÔ3Á\x08üNÄ;\tg¯P├\x0F"
  b"þØÞ\x1E\x0E>öKáÖ\x07ÞÝS┘¾"
  b"çêï\x01Ãõ\rK›;\x06¸Öªj-"
  b"Þ\x15ùª├ë┴GÑÊÉh├$\x06i"
  b"èeTä˱IKŸ–\x0Eµ$t\x1A\x14"
  b"Þülè3­\FûM¤┌Uj±n"
  b"èùÿ¶›EÝDŸ”e\x12ùkð "
  b"Ú\x04\x7F±9LØ\x1C\x1A'p\x07"
  b"éý¼uÖ\x16ŸH‚w²˜º)àQ"
  b"""
    ê\x14…â륚Bª\n
    iŠù‡ÿ!
    """
  b"ê|8•\x1F¬«H®\rú¥<ç&ÿ"
  b"ê‹÷~~\x12¿G²Uh×ÿt1Ç"
  b"ÛÅPLw╗┘M«║%óþv{ù"
  b"ê¤P?\x0E\x1E(H¿ß3Îøu6\x17"
  b"ë°“ÂwseM¢I]¿p9Íá"
  b"ë¼\x1CáÈM]J‰ãmg„\x10ØÞ"
  b"""
    ëÈMIE°^O‡\x1A\n
    ϑ\x1A
    """
  b"ì\x10ª×ø<øB¼L¥Þ"Ï\vL"
  b"ì\x1E\t<Û-¥L¬X‘q\x16“„°"
  b"ý3└7\x1CvÅEíצ\x076\x7F┼4"
  b"ì:…\x0EkìmG‚@]>Z®‘ù"
  b"ýF\x07²@AsEÉË▓░KÎÔ "
  b"ìP\x03²]wíN¿Öç\fÒ­$¶"
  b"ýSÆÉ‗╗çJùUó¤¼q╬q"
  b"ìeÆDF\x03¯F™\x15{<z#I4"
  b"ì“\vVpOAE  bs'­õz"
  b"í/&9²„4H°ÿ±ÆÂŠGÓ"
  b"팺™\x04öUF‰ÔŒ\x010„\x12L"
  b"Ý‗I\x1E|\x13UO│gE;UøÉ5"
  b"î\rT3MÁ7O¬wl\x18ð•‘o"
  b"¯o\x17¦/LDHìÖé\t«Õ║j"
  b"îŠiÜ·«¬@²<Q\x1F×å\x1E3"
  b"¯ø\x1A{¹È╬Nì═\x12ÇãÝA\r"
  b"î¿ï\x14Û'@JŽFUrŒø_ò"
  b"""
    îÑ|\n
    ‚5ëBŽùðxÓ‰¤½
    """
  b"¯¶³ú_ÙÉIÿsaƒ└╠M«"
  b"ï\x01\x06ßñÜTE–\x01\eÞDû˜u"
  b"ïNêÙ»µWG¤Ül±\v\e"
  b"ï]Ù–ÍiÞC§7žAæ¯$ï"
  b"´d=\x0F«ã├I¥┐jÿÉ\x00"
  b"¬cƒÈH¢\x0Fö\x16]\x15"
  b"﵂Û\x08%¡B¶j1\•\x7FŠ\x1C"
  b"´╝¹\r\x04C┤AÇlÅeK0\x7F2"
  b"ï¾Aåñ³ÊD‘Ñ\x08‹Ú4Y†"
  b"ïçLI\x08Y¬I¿\x1A2c®I­6"
  b"""
    ´¨±¹Ï╠)Büef¾7\n
    \x18´
    """
  b"ðæ\vñÃÓLI¢Séc–¦M\f"
  b"ñ\x16âtC¹'N¢‚Î(ÎÌÒŸ"
  b"ñ\x1Fç’+óÕL°\v¢aýü\x0Ed"
  b"""
    ñC(\x11Ý|\n
    O¡Ã ÿœíe½
    """
  b"ñ]Ëx¶6ÛC¿{Ü!\x00\x05\x08æ"
  b"±×¸Ï░omOìÁÖ´Pº» "
  b"ñ¢\eöd\ehK¢…é@l<\x10"
  b"ñô)\3hSN†ŽÁô&¿Xç"
  b"""
    ñúBò\n
    \n
    ÝH’FrCÝâ§-
    """
  b"ñûúÛ&ª°G’ÅÙœò]éD"
  b"ò\x06L÷âÌ3J…§W\x1Eƒè>M"
  b"\x16\x06\x18ìè\x18@ìK─È»¸\x13û"
  b"ò3ÚcãÙƒI¹˜KPv˜ª°"
  b"‗Ø└ïÄ┬´A»bÐC/çbí"
  b"¾\x02\x0E┘P\x07PN«┤\x00¨■>┘É"
  b"óSÁK‘ˆŸC…Q²íל.†"
  b"¾Z/k¤ß¢@ü¡\x10Sl\x01\x7FW"
  b"ôXn‡÷ö£Ižê\x01¹r\x01\x1Er"
  b"ô¤öË£x5F›lvHåΨ¦"
  b"ô´ \x15g\x065G±€kZ7\x1CÆ®"
  b"õpk£]f·CšÚ{”ÔþwŠ"
  b"õqt…'þ%E†ttïÊ\x13"
  b"§é\x15\x1D\x17\x165ÍO»O┴"
  b"§ä\x14¢Ã/²Nü*\x06Óy─,1"
  b"õ„{Æ\r^mI¦\x1EÚ\x16:î¾û"
  b"õ––i×å²N…k¨¹j\x12£B"
  b"÷PÀñ-1bMÅ SïüÖ─║"
  b"÷Q:À ┘zJÅ=®║W¤#ö"
  b"÷É6WÅÚ$Oº\x1E^Ǥ¤\x005"
  b"ö™.@³\x14\x11Kˆ¾S\f\x116Ò¢"
  b"""
    ÷┤▄*\n
    6ÒCÿ\t*-_É▀z
    """
  b"÷2Â…\eÒ$I’Ë´\x01t©'\x17"
  b"÷Xé-h^ñJ©æËW*\x1D"
  b"¸┤ Gm▄\x08EñÉ\t\x12"
  b"¸ÃzÆÇQ~@üÐá«ýÖ(ò"
  b"ø™Æï\x1C^\x1CJ•}=#a‰ö\x15"
  b"ø¢L¡½?gG…Oz¯ø\x04«."
  b"ø­A‹*<NI”¯ª1d;¡["
  b"""
    °Û­ºõ\x13kGÅ\n
    ðÌÀ¶½ÿ
    """
  b"ù\t+öìÑõE­–òêÂ]HX"
  b"ù\x0F̉%ó_J‹åÝÃÁ~Q^"
  b"¨:®^id»GüN▄³)Îå·"
  b"¨ü¢¥═we@┤-¯±ªÞ¿ö"
  b"ùþK\x17w×…B•©\r70ÚÄ<"
  b"ú/\x05æø\x13ªA‘LÑ!T\føF"
  b"úÂ$ªí\x7FãKƒAXµ\x1EàSð"
  b"""
    ú×´qø\n
    ®B‹A.ñ]x´Þ
    """
  b"úý4éf®fL›\x02\x19\x04Ñdõ:"
  b"¹\x1A▄Ì└"\tNºAï└\x18Ø×4"
  b"û\x1D\x07\x7F\x00+±>x%Ð"
  b"û|CÒ‡˜ÅL§Ün«U«Ë»"
  b"³\x06╠¥R=èNÅí\x07╣Y\f]4"
  b"ü`„ƒý”VA¡”\x17•í\x0E\x07U"
  b"üÁ‘îìÑÅK“”+QN]ú["
  b"ý\n¾¨©\x03ëM‹rLá\x00\x00"
  b"²O\x195>┤╠Gû~u¶┼\x18É^"
  b"""
    ²g¹\n
    ñ?\vEɺ´\x14ı±äÀ
    """
  b"ýu\x17\x1C\x07\x02\x1AUÁ¾í\x03L"
  b"ý~€Ëb„5D›s\tßê<”d"
  b"ý„Ê9=\fî@ª‰q‹àfj\x04"
  b"²×õ±\x19é<Léö"┴1\x04ÉF"
  b"ýØ^œÞ¾EO‡\x11«k_ôÿ\f"
  b"ýÙ¡•U ðK†\x7FT„2¿ag"
  b"²Ò═!±gÆDìr\x1AX·ÿRk"
  b"þ’Dô¯„¶K±Õ\x04ætËÞ¸"
  b"þ«'\x1D\x1C¾œ@¬Êµð±û!ƒ"
  b"þàðbS{yG©6’Ò8\x1D\x05»"
  b"ÿ\x7Ff\x1C³Q4I“ù–¯6·„i"
  b"ÿ€`ϱ\x03 D²4£]CÒÔþ"
  b"ÿäã\fké'G¡”°ŠŽ®©`"
  b"ÿë±\x07\x11AÝJ¥ÙO\x1D¤ºž\x1D"
  b"\x00Üi|¿<‘C˜âæ6iþŽa"
  b"\x01.\x04Ïå\x16\x15@ªödé·¹\x12J"
  b"\x018&5ì#iL€wBLï\x0FI\x17"
  b"\x01m┴0¶m\x00Aæ▄,¦SìW├"
  b"\x01ƒ)ÔdþÝOÅ¿╣ç0º¢╦"
  b"\x02;îv8c\x17Gœp;Ãí\x00iU"
  b"\x02@\x02=™ÊFG±\x0Fò)ñ_\x16W"
  b"\x02ìÎ]T╠¼EÅTîÈhÞ¢Ë"
  b"\x02ŵ\x0E\x15'<IÄ0¹\x05┐ÝÈ\x1C"
  b"\x02¸/¶*\x7FþB§Xç=¢\x19\x1FC"
  b"\x02Ã^øÇX│EÖ¬[Ø▀ï?─"
  b"\x02µ\x03~Ç!¬IÀ5\x13ÅG\x05"
  b"\x03%¿ã‰ÀÆNµ\tK±ø~@\x00"
  b"\x03J/\tJF^O®–Ѱ'(Ru"
  b"\x03]¤è\x7FHeL¢Ç ñÀ÷d\x00"
  b"\x03t=¬ËãØGï/q:ùÃ3©"
  b"\x03„¶ÑCå¸I³\x11Ü\x1Do¢Í0"
  b"\x03¸ã†à,†I \x01WÎ(:KË"
  b"\x04\x0E¸`üd\E•\x13¤Û„™m"
  b"\x05•Ççø†‰I®ŒØ}LĤÐ"
  b"\x05¨Lý%î¸L¥ì\x11Ž£Ð¢’"
  b"\x05ÌT_“\vìA®·=ì™\x10"
  b"\x05ñ+¿:î/I…5k\f3O Ä"
  b"\x06\x07│A,nüJ┐\x1F7ÇtKÞ6"
  b"\x061]Çb4┼G▓ìÑþz= Ñ"
  b"\x06{w^\x0EîAB«Ñ\x06qoÉX\x1D"
  b"\x06·.¦ úóH ME\P÷ÀÚ"
  b"\x06½ŒÃ\x15$®E•9Ô\eµt\x14u"
  b"\x07\vª…qf\x02D•M\x1AX|õ–n"
  b"\x07;È7ŒVæK¡ÓŒT\x00Þ 3"
  b"\x07^ôp1bJ@¡ãÙ“ŸæWï"
  b"\x07wÄÚ6a/NØ·n\x08]dn4"
  b"\x07¸ÅþL\x19ÅL¾¼»ïÜý@\e"
  b"\x08ц)§PSC–\tJT\x14kÔ)"
  b"\t"Ó…·0âG»\x14‘_Ã8âÄ"
  b"\tRM¤o×ðA¦©ÔÑ©ùSØ"
  b"""
    \n
    F…'LLà@’r—’u(qþ
    """
  b"""
    \n
    áì┌u&CLú\x1F¡KÌlÁù
    """
  b"\v*Ê©›Ü§@–Åž¸2ÐÊÉ"
  b"\vÕ¶‘F9öN²fûE \t\x1D}"
  b"\v┌Ç!AÅ2@ø[k{═y,v"
  b"\vÙ$\x19%=³Iê\x126'üHå4"
  b"\fX­dD¼ëKØÌ@[\x00§\x07\r"
  b"\fk°cž“¹J‹!«ž€™ëÂ"
  b"\f‡Hë(IbC†€ ËV{»^"
  b"\fª7 TCÓL¼ñ\x04Y¾‘SÄ"
  b"\fʶ̮k»F“‹QE"u\x17"
  b"\fòŸJüÔÒM”÷Er¦¼Ü"
  b"\r ┴â\x02ƒ╚LŹ´¢ÝB(j"
  b"\rc•`#\x15HNµ Ø4F¯wÔ"
  b"\rŒý\x1EøU”N‘ª\x10rñ€Û!"
  b"\rô\x16■¬ë«EØBM\x14Í]Ñk"
  b"\r–Í\x1EW\x0EnA¨ÿ’Ó\x12uyÚ"
  b"""
    \r´¢ý]Ý\n
    A‚ÒNÈýÓ§¢
    """
  b"\rìÀ·Ñç!Aœ2³Zy½Ó "
  b"\rý\t\x1DÙ„ÁF†rƒ"Ö)ò\x08"
  b"\x0E\x03/ÅÿGÇ2"¯╚X¥Ò"
  b"\x0Egrù½] Jö(╔╩Ó\eÔÉ"
  b"\x0E■aÉt4lMû‗\x11v│¬Pÿ"
  b"\x0FRÈ/ÃÝÝHªøÃä?Ñÿ³"
  b"""
    \x0Fùö\x16ÚÔzOɼÛ└Ø\n
    M>
    """
  b"\x0F¹†£?ÂÊK¬0 «™Áõ7"
  b"\x0F¶ü█æ■@AäDì\x16íþ┤═"
  b"\x10«X\x16…ϸL‡¾+i\x17¡œí"
  b"\x10Éì‚\x1AàsB°`(\x0F¼\x0F~/"
  b"\x10ÌC:U†÷@¶ô\x13ôXPÀ "
  b"\x11\x10L\x1Aß<ƒBÖNÉùd9&U"
  b"\x11.U…`ÞÃK€‘8b˜¿¹\e"
  b"\x11Å\e\x12ÆÌØI┐âòÓ#;Q;"
  b"\x11žþòLv³N»ûX{\x07{¾ƒ"
  b"\x12*_+É╦{H«└ir&Í\x12"
  b"\x12Íd¢¶ù╠@Åú//k5\të"
  b"\x12´^TkÞ2KÑH¯\x02É\x02ðù"
  b"\x13kºk'™bOŠó\t·ë\x11÷\x0F"
  b"\x13ð«ÝÐì\vB╝§Kí\x1A6õ╠"
  b"\x13Ò+)€/yO©™uS‹16Æ"
  b"""
    \x13å!1\e_\n
    @«ü¼ä^æ\vŒ
    """
  b"\x14\x00\x06\x19\x1C–ÇO¬%ì¶¢Hvæ"
  b"\x14\v\x08\x15ÂD±[ß\x03Æo0h"
  b"\x14%¢ÕùËJE„Ø\x12\e8ÄÕt"
  b"\x14l#Dæ5MN¸AÍ!¼Ià¥"
  b"\x15CÇ=§cÊO´ÂU-°j\x03*"
  b"\x15d/¬ÔµhO£Å§\x1A,\x05¨\x1D"
  b"\x15╣gåÚp╩Aìë\x13╬Y"╝\x12"
  b"\x16 )\fo,\rL ïIAÒ‹:\x00"
  b"\x16ç&#+SØGµ&µ8\x07¡7…"
  b"\x16Ý\x1FçØ■XN▓~ø■ÃLÉ@"
  b"\x17y<\vµ|µL“†2»b®Û‡"
  b"\x17¨$”0œåMµ¾ÿFg\tps"
  b"\x17¾═±È\x05ýOÉã9■_‗Üç"
  b"\x18Ÿ0©\x0E¥ O™îb®uV^r"
  b"\x18ªX|å@ù@Ø?Ë\x0F▀îá¢"
  b"\x18©ž)K\x1CvC»Ïü€\x11f»´"
  b"\x18«A\x10\x12Æ«@œÊ\x0Eë§Ùžv"
  b"\x18ÅUWNs›C’|³?(·1Æ"
  b"\x19\x04ƒw†¬pO•ˬDRóØð"
  b"\x19>¸%ü!­N¥·-6cqT""
  b"\x19—Æ\x1E\x10Ž9KµDÅH¯\x1ESO"
  b"\x19™Ws\x13gïIˆ\tÿm€d\x13ö"
  b"\x1A\tÅpóhjAÀ|«╔cL\,"
  b"\x1A\x17D²e\x18uO‰ŠŠC¶Å†"
  b"\x1A)▓;qÉÊBÀpú,M\x0EþÃ"
  b"\x1A›\©Á\x1CÄDž/ÖRH5\x11ü"
  b"\x1A÷┬#ƒ\x08ØMø\x18Úq¯ÿg\x1F"
  b"\eAýH´Ö#H¬Š¨×BÁ´-"
  b"\e¶Í»¢YñH¿Ò¼ÔˆÙe\x1A"
  b"\eß[6îÊâH®¹ÜRšØbZ"
  b"\eësdŸ>ZC¾°¸\x04\x00úfï"
  b"\x1Cl\f\x1EU\x15hD¾õmÿÃ@\x1D\x0F"
  b"\x1C▄{/'╣¢B®¶\x00¥\x1CôÅu"
  b"\x1D9ŽÖ„m\x07CŽ Y†ìø·O"
  b"\x1Df 8§\x0F2M│e)ª]\x04É:"
  b"\x1Ds\x13½sç’E¿QoŒ\e{~M"
  b"""
    \x1Dî³YÕz┌HäN╚\n
    +¬ìè
    """
  b"\x1E<Î)0V`MØ\x02qSxð1¨"
  b"\x1EIÖ¾PДE„2‰Ç¬œ€g"
  b"\x1Eè©´Å═(Hè£\x0E╠}pì'"
  b"\x1E¥³—AͯE²Fɲé6ýš"
  b"\x1Eâ \x1DE©kN±€÷)fȤd"
  b"\x1Fô®ÅüèH¥Q\x13Dú■ëÜ"
  b" \x16\x12Â╬µ\x1AJüÄ5\tS\x01"
  b" q<ÙêoFA¢“Tm~Ï\x13q"
  b" u{#┌7¯F¢·?\x02-├ðü"
  b" îØ\x1F\x0FªèGêÔ¡BÃ_\x12'"
  b" ╩»æEù&IÉÖMÞk┘┘▄"
  b"!"û\x1E\x10Q{Nü£\x02Û\x0F7¾r"
  b"!ø¶\x03╣Ý\x1CGê▀-Éë[▓b"
  b"!╔▄═▄TÅJ×±yD}9F¾"
  b"!ç<1šv=Iµä^å42;b"
  b""\x08á5¶#µM…P‹4±K\E"
  b""\f©¿`■jJÿÐ2\x14ìû ä"
  b""ᾚ\x1F½YB€¾ÝÀCÊÏá"
  b"#\x12±wÿ­ãFœˆ\x01\x1EˆVâG"
  b"#(ñ&\Ü!JºáíΦ×cì"
  b"#ÜL?:8—N”c\ró\x12íõn"
  b"$\x08\x17=ÙÕÉD‹ë\x01Ôg›\x1Cm"
  b"$\x0FÒe5\x02hG–°D\x15ëh‘Ÿ"
  b"$+èÔJA\x00H£Ç¬Äà™çÊ"
  b"$§f\x13\x11&ïC‘R—öœ†öe"
  b"$°Žå\x01ñLB®lë!>îl¥"
  b"$µF@·\x7F­IøO¤àÈ$Ø'"
  b"$ÛÈ;WÀ\vK©vDü╣‗G2"
  b"%5ö¹QÎÀNç\x12<■¦Ø;­"
  b"%G„\x12ᩨJ™zŸË½š>ô"
  b"""
    %ÚÓ\x10¬…¨B»\x19rÿ\n
    Ñê'
    """
  b"%ñÂÜ­Ÿ\x08K¡©úñ”‹"1"
  b"%óñ ÕJ£G¤¾îžeüö\n"
  b"&\x03Õ°ºª.E”Õ\x01DOðEr"
  b"\x14±\x10ü\x02M░ÄH}9íÀr"
  b"&¤^╚XXdI®H\r¡+ìmO"
  b"&±bxÕ=ÕBüyÔ│┘¥ïh"
  b"&ûz\x11ëR¢G•\x0F\x18h½œÎ""
  b"'\x05‚FxÕÓJ«%<RØüp®"
  b"'\x18}X\x11f™Iª¤çK@è–ò"
  b"'cJ/"ý%FÉvÂ6╚\x7Fñe"
  b"'áÄ$r\x170BƒZ‹/¸gòt"
  b"\f:>\x00\x10KîÅÚÊC®8U"
  b"((Cì\x14▒ëA£ \x12ª®\x03K["
  b"(0{h\x0F}3@ª€ôéhŒ@L"
  b") ¶Éı╣jLÇe4`ò¿åN"
  b"*"d9šeÅA°`&‡\f\x15õY"
  b"*=\x13ièÔ\x0EK’}‹o¥I\x1Aœ"
  b"*±¤|KY\rI½¥[û¥á2\x1F"
  b"*Æ€§ÁîªF 60çø<  "
  b"*ÐÏ‗\x01É\x1EOø}i(µA)â"
  b"+\x1AïmWOFG»m%¦3ÑB\r"
  b"+diwÿ?FKàU}oí%CØ"
  b"+‚kf5o9O²´]3c\mÜ"
  b"+‘„\vc\x1EƒF³éR,m…TD"
  b"+’$\tXj\x12A“¿;x¿ŠPS"
  b"+á;lÅ<,K®œwžA\x7FÜl"
  b",\x07*qØ\x01ëI▒YêÚ»ÞNù"
  b",q\x07˜©ÝiK‹=d)äÑt\f"
  b",†ÊwéÿZDŽ¢sA,V\x0FX"
  b",°íÝ»TÏB‡\x1F3ìø‹ày"
  b",╝\x07á┤¦vJénð▀\x08Ø+`"
  b",╝SíáÝ▄FÜÝ¢ü3x─\x18"
  b",¿è\x15Ms\tE¯+ú™ÒS;\e"
  b",¹FQ\x05 (Iá\x18Ý\Ú¥ØQ"
  b"-&man\x0FbJ²×NM«\x02ãb"
  b"-ÉZGXù&@¥2,÷ðÕ«ø"
  b"-├\x01È?└┼H╗ï\x18sÅ]è["
  b"-õxü½m‰O‹¾\x13b0ø´ó"
  b".\x0EŒ\x12‘®+L¨óYõû…–;"
  b"./Ìh\t§öAºÞ\x06Vôã\x1AÆ"
  b".ÕÊiæÒ0M‹cE»ß+e4"
  b"/&\x1C*\x06\x1CÉH░»â┬GÐâ¹"
  b"/W¥\x03WM_@²›\vçfz‡ê"
  b"0B├x│ÄbM½\x12l╗füÆT"
  b"0p¼ÑÁi\vH¯œ­\x7Fàðl|"
  b"10™q†\x19Ð@ª\\x11â§\x00…¹"
  b"19"ã\f4²N—GBÐo_\x16\x02"
  b"1MNèÑÖ‡G‘¸ÂÃ6qµ`"
  b"1s¨Å-5ªE׿éWæ\x13èì"
  b"1ˆV˜aaªJ‰{ú<ò`2†"
  b"1Ÿ!^óP·G Î[\x15Gåf\"
  b"1Ÿü^g²þNŠÃø«0S³Ë"
  b"2\x0E—S³ñlE‡ý~[öéôä"
  b"26\x19­FÔÚA¢\x17ý*¹ôìÒ"
  b"2tßÉ4)jB®\x1E¸ÿ¯ë-]"
  b"2yÐ](òÀO’%\x1A„Õ#ª¹"
  b"3\x03k\x16¸zþD­?ÚC±ä)ß"
  b"3\f¸ÅýòâG╗ª§{ul\x17\x08"
  b"3\x1E°¦x╦ÁNè¤TØ╬\x7F╣│"
  b"3#LjÝQ®A“\x17p0Z\fº\x0E"
  b"3Eª\x13ØÎmFŽ5sŠâK¶p"
  b"3×d\x01\x17S˜I¥’Óyï;Ž8"
  b"4³›†÷°eI”¡p0\x08CÜc"
  b"561ˆýÁ™C¥…lýS‡Å÷"
  b"5<p-À&ÐO·#Æ$d\t"
  b"5T\x13¡×|WLˆø\x18‘ÌÐõ»"
  b"5ŒøÐ#ýç@§1C'¥DRf"
  b"5ì▀1J4XNò├ÐÍ:Ù¶ö"
  b"\x15\x01^@¬d³éÓÝþk"
  b"6\x15!K\x1DJVG¼²M\e¥\x04™`"
  b"6YD┘p³¦Fè¯ìÉ:\x13zh"
  b"6¬¼§äÈmM­²KÒ* óÒ"
  b"\x08\x06ò2H¡‰…™îŠÖh"
  b"6çð\e¼¬mK€Y~t‘HEÈ"
  b"7\x08 \x1D©"sD¥IïÏo\x7F"
  b"7rû¢\x02Ñ/IŽÁ©³ÃâI{"
  b"7ÂøÄÔ7\x14F£C £ƒŽ‚\x0F"
  b"8R©Ò\eSÆH‹˜çž÷N”x"
  b"""
    \n
    ì\f¸\x17H™|ŽSs\n
    wR
    """
  b"9\x17n*‗\x7F┤J┤Ò¯öUA▄ü"
  b"9ìY(É┤D@û\x066àLÉ'ú"
  b"9ûàì_\x1CƒCª¯Dç┘àèÈ"
  b"9├Ñ\x1FSÖ┼N▓)yÿB┘áÉ"
  b"9Æm\x115ÊêK³8\x04R=Q…D"
  b"9å³—\x11\x1EI¢bv\x01WPÊB"
  b":KlÚ¬{ÐN„âèí>‡R\x1F"
  b"""
    :Ko‹Ì\n
    ’Kˆ­\rý\x14DP;
    """
  b":P┼ZJ*ÔKü¯0¢:s╦µ"
  b";öàØ]‚C¬"kzqYx'"
  b"<>‚³\x1FùlFˆ@\x1A½.\e¨ "
  b"\x11/nrµA‚\x1E]¹6^œb"
  b"<Ã"-ص\x11F‚»d\x07Ó\x01\x1E"
  b"=%ƒê\x19\x0EìKì\e¹K{┴á\x1E"
  b"=ĵf¬¹\x1FAü#hk,¼Éö"
  b"=┤\x05╝&b%Iêìò;\x1AG§5"
  b"\x12ëõôçA¡iÃø·h\x0Fo"
  b"\x00╣z¼ØAÜW®Çk╬\x13\x13"
  b"?HlS\x03‡¿@¹@Ü\x1E\x1E¶R–"
  b"""
    ?hÖ\t\x11Á\n
    L—SÓÓ\x19fÊÆ
    """
  b"?ŸÍ'ñ1ÜF¬Oð\x03Ÿ\x1Eú\f"
  b"?°,WÜ,ñE‹ÚÅɬ¢°¬"
  b"@9\ejb‘VF‰ðÁ\x1Ežªéò"
  b"@rÑ=}"S@ì8<-\x07Æf\x08"
  b"\x16Ö\x18ÏáJ¥ÐuwÅT.â"
  b"A!ÔyáÌ+@²œYU\x04x„["
  b"A.£pi”@G±_°\x10\x19^"
  b"AM=1£Ž\x04@µE„\x1CóJaZ"
  b"B\x01öY4¦ÊG”\x08¨5G\x05 p"
  b"BôÑr­Me@Å╚^\x19\x11{D\x00"
  b"D\e£¨I┘ÌO×▄D"┴ÅXª"
  b"D<wª-\t\x12H¬ê÷Ø░úW\f"
  b"Dæ╣Ñ\x10H┬IÿõmìßöÒD"
  b"Dš.b—ž˜E•È.åŠGëý"
  b"EÆ┐Å{°\x04Gƒ4oà\r3ðu"
  b"E║╦»3üVC│\x0EÆÛS~áå"
  b"EÏŸ«\x1C2kO©d‹\x14´ß\x13¡"
  b"FCâ’ñ÷þI¤?t\x1FÛyQÓ"
  b"FmÙ|PŽ£@¡­ñ¯\x1F¸‡x"
  b"""
    G\n
    ¬─*ÅÎDÖ2Në÷QK└
    """
  b"G\e7N\x0E\x1CH½/´#A\t+G"
  b"G[¼üÇE³F‘É\x19¬\x1C\x0E"
  b"H[ÎÏ\x1D\x1EI‹â#\x00\x01{›T"
  b"Hã䎞\x17\x05G‹ž\x1E\tö(6("
  b"IØW8@ËÿGàÛ,6î°äû"
  b"IÂv\x1DæZ¼E´,9òDÈ”—"
  b"IÃ.|nB▓EØ\x12ÿ─╦±í\x03"
  b"I▀\x06õ4▀*Aàë¹Ð¬É~\x05"
  b"J!²ßç³ÇB”±ï4m¿h@"
  b"J)\x00\x1ARñeB¬Ó\x1D»–ÑE™"
  b"JÜ{\x13à QI²iß\x17‚ÝÔ«"
  b"K\t×│düÐIÄ\x01äs¿xìQ"
  b"KqñŸ\x0E9!H—K*$sËàõ"
  b"KÒ/«†ù;C½M-©k4º\x1E"
  b"Kıo¾½\x15¾D«Ëß²?üým"
  b"Kà™…'!þHŽzI9Î\x14 ú"
  b"L\x0F\f&dªıIèÃÊAÉÙØÁ"
  b"Lé6Jμ┬AÑ\x02iðü┴rÇ"
  b"LÅ;É\fÀ§BŸ\x1CÅâ\x04ùš\x15"
  b"LÚ¹\eµ\x01=I‰oÆêš•13"
  b"Nb>˜\x01úùJ‘Ø‚´VéÊ\x05"
  b"N›‚}7îªC¾ÁÞ¥÷W‚Î"
  b"N║Ö´\x1Dã┘JºRDcñ Ø­"
  b"""
    \r┘­2╣J┐¢ÉC\n
    ╝Û\x1A
    """
  b"O ¡ü’²\vJ™\x18O,7¬\x058"
  b"O¥ÙÈ»\x02B¥«\x1DàÎhìa"
  b"\x1D3u╬µD╣ÇÑ5eÅú4"
  b"PDY‰%ì\tH«è[µ×Ds\x04"
  b"PJôÙ}þ³L¸“%\ro\x01ïæ"
  b"P“=U^\oIŸ±\rìä»i1"
  b"P×*Â+‗jKèÊ┼\x18Ø█‗."
  b"P©µ\x0Fº▒ÙNïáÏ÷c\x04╬É"
  b"Pï[T˜ŒmK“ õ\x19\eD‘Ê"
  b"Q\x08å*\x00\x16†M 0÷]H‡²Õ"
  b"QRñz4\x04ðOŒÅ°7ib¦ž"
  b"""
    QZ·├¤\t\tMî(\n
    xÌì¬ã
    """
  b"""
    QŠî\x02¹\ËN‹}£\n
    ´ÞP‚
    """
  b"R\eí\x00Rù‚C€òÆÊ;ó\f¾"
  b"R\x1D•,ÂI)L±a”@¯¾ær"
  b"R”FLŸ\tþMª\x13~±Dxgð"
  b"""
    S'ÌÂ\n
    èÞKÉ\x15\x12F/¥─L
    """
  b"S?\x1FB™/>K²ÖT¼*¦ \x0F"
  b"SYïÉÙÅ¢AÂ1»\x19ßëÙ¤"
  b"S\x7F\x0Fd╝üBNæò▄═Ïܸª"
  b"S‰k\x00Û6¦H¯«M®ä¯\x1E7"
  b"S×âã1\x1D)Gü\x19SÉ║¦\r¥"
  b"\x03öÍ┌?@ï*Ýüô▄#\x07"
  b"Sí[…\\x03…@¬QÈrh’¿«"
  b"TWÂ2╠°ÆJñıÅ│╝cPI"
  b"Tjr¼\x12ò\x10Lœ`\x04\r@¥;µ"
  b"Tvn\3YuIªÔÀ;±~C}"
  b"UŽÉaá8ÄG‰‚\x13aéÎ$\x02"
  b"\vÝ}‡\eFµ9¨G\x00\x1E\f"
  b"V ░\x04\x16¸\x01O«ÝØ×\rÞ╗i"
  b"VM•åàÏ—B¸ìk,5Ý}`"
  b"W\x0EÈ\x08íß\x02A‚\x17»\e9N„$"
  b"Wìoýò9\x08F—\e/O±¡£+"
  b"X└o▒\tZ┬Mü¥Nõ®N­ö"
  b"Y<x%°\x7FGD–Ï,\fU]*Õ"
  b"\t–±\x7F$J¡S—\r\x13\x18Év"
  b"YÀ┤§|Î┐OØîÇÒ@┤Ô╔"
  b"YýUY÷ýõIíŶ­È[ÉJ"
  b"Z0®Š‹ÜÛE£‚ÝBÁ'eƒ"
  b"Z1«–Ÿ¤\x13N¯óuÆ:\x19je"
  b"Z£;5VàñJ¶ŠÅï–\x19Â"
  b"Z¯3þŒ\r/N¡X§,\x1E™>O"
  b"Z÷®\x13AVåK›Ä•ùã]‹ø"
  b"""
    [\n
    \n
    ½S¸\x12AƒÔüÿ\x1Cjn7
    """
  b"[z…:Ì`:F§#õ?\x1Aý¿à"
  b"[ÿ ú|ìõA¡îþ╬8\eÛæ"
  b"[ÿ5┴╗ı$DìÓµ╬K×\x19u"
  b"\x01ÊôpÑO¡ßë·wl.º"
  b"\@̳CºjI¼µD\x00Ð\tz)"
  b"\~'sQÛÜIÉ▄VyÝͦÙ"
  b"\òí/§ö║Nó\x04ØÖ'úYÞ"
  b"\¤J¤\x07~/C»¶\x1A^nÀ›`"
  b"\°╣»&Û\x18Où▒E+ì\x17ÒÕ"
  b"\üæ´³M\x0FF·cÀYStø\x18"
  b"]U@┬eIÞAæ&¸i╩¶zÅ"
  b"]}•®œ\x7F{K·\x00/\x10oú¹™"
  b"]Ñ▄©╠ØØ@░&¿ƒçl§o"
  b"]Æî‹e£\x07B¥¥AÑ2ðÂü"
  b"]ÊÄ…˜ª>B‹äB'ÇÆì8"
  b"]ÕÁ‚ÀlhF¢\x08Yfnœúï"
  b"]ìâ^”«RJœ”‚\åXf’"
  b"^0É]RT?Hû¼_t░\x02е"
  b"^44\x0E<TÖO·²ÇF\x19k\x13ê"
  b"^‡V³7eˆH³\eªb\x03°\x1D "
  b"^Øæ}]¾─Gü-#7ò{Rr"
  b"^ÂÝîÇ SAüQg+dªÃ`"
  b"""
    ^×V¤fªvL˜x\n
    \x1FŒ×
    """
  b"^â{^jGÇM ØíädQ^é"
  b"_cAÞç6ìGŸÒ2±zϲ{"
  b"_É╩Î▄░ÜFÆv½ÓR\x0Eãr"
  b"_ÀÎÔ@S·G½ð„dE„Æ\x16"
  b"_ɵõÝl5M³*5@läÀŸ"
  b"_Î$´•\x08BJ†Ç¬\x12ýD[\x00"
  b"_ØîqÂÓP@¿6Lå`,\x15¨"
  b"a{R553!K ;5ÚH{\\x1C"
  b"a¬ZN0ãTF¸rÁ™L"U­"
  b"b\x03Ó¿µÂ\tH“ñëb5p]^"
  b"b\x04¼Yœ™+B¯DˆBÓˆÿ²"
  b"báØ?üûlFêß╚ã\x11mÑ~"
  b"d\x18—‡“‹ëA€jýÌã“@Ñ"
  b"d8é|¡\x14GO»Ÿ‹Q®?U\x01"
  b"dÓE╩#%ÇD׬0ü§┬Ôƒ"
  b"\x03Y«'åM±y•\fd9,¶"
  b"eÇ´Sk©ÅEŸ¿ÙVïKøX"
  b"eÛ░æg¼ÆLÉ:5űL÷¾"
  b"eõ¸€r\x03>L²¥ªRÆÈëS"
  b"f\x13ÿѴϰF®½ ÿÅ©\x0F'"
  b"fOLE<\x19•N—ƒ¸¯Žy€³"
  b"\x12nlH€HŒ¶fëäÅ\x7FR"
  b"\x1Dˆ\x03yŒF¢±’u™Û?w"
  b"fÍ&ãÁ\x00ÉNú\x06%¢¿´ìÎ"
  b"fôZ5å%lI‰²=΢ù,¾"
  b"g\x03ô·╠é║Gñ░ýì╬g&Q"
  b"gPÞ8Ö[EGü8\x15VÊ~\x05®"
  b"gÄO╠ì\x02▄Hç\x0FìMW{\x11\x02"
  b"gþ└I.òMOØy[■_nÆD"
  b"gïWYd\x06&H¥¶Ü\x1Cwÿmz"
  b"hPÞAC\x02GBšua\vÄaòë"
  b"""
    hüVý¾]6EïĦ\fÜ┘\n
    ø
    """
  b"hækÁ┘ì)@Ø7╗\x07\x19ó\t¤"
  b"i\x04æœE¶ÿH‚\x10O$¸ÚÞØ"
  b"iX©Œ/²<G µÇÚR¯sb"
  b"iYnƒb jA·åî}\x0FÃE>"
  b"iâ¨xH4»@…\x1A^±ñ„¬="
  b"j┐wÞR±XIî\x1EO#PCÅ:"
  b"k\x11\x15åØaéE€„¤+\x10ýež"
  b"k\x12\x10J¶;ºK±²Œh3›nV"
  b"kFkݹè¹C¦ýMν\x17Â}"
  b"kY¡žÜ=•H¿:VÀ½WðÄ"
  b"kt\röU ìBºÎ┴Ó4]▄Æ"
  b"laR\x02┼VÀOø@Jc9P\x13Ø"
  b"mt|lµ®2Eü¨V\x11[ì╔┐"
  b"mÀqÝÃ(\x1ELºØêCî\f"
  b"\x0FÅhF═I¥È±\x14J\x03§*"
  b"n\t¨bjgÖH¼·á^,öh/"
  b"n\x0Fw˜ø÷¸H²èu|X[Øö"
  b"""
    n\x17ü±\n
    \x1AþBÄ6Pòné3h
    """
  b"\x07üë¥oB´¾\x08zu&bW"
  b"nû+G\x16¡MBŽÃfˆß¨\x03Å"
  b"ol▄0¼╚\x14L¿│u\x16¿aÉÒ"
  b"onöü\x14"«HÀð\x0E▄tok▒"
  b"oä©ó;┌ËC«ØÑ║6ßd╝"
  b"oÔ”ê6úñOµiÐæ\x0Eѵ˜"
  b"p\x17’Nz6šF°×Œ_u\x08°’"
  b"p\x1E4\x06ßi{B¾$À«q˘U"
  b"p[5*/\x0E`AÅUh=#ëY "
  b"pánd|\x1FŸ@»\x05³ïa¯ä«"
  b"qTú;à[ÎOª7\x1E\x02ßÂá\x14"
  b"""
    qq¨\n
    7f¨JØ<aDcWï├
    """
  b"q£˜†O½‹L°’"\x11\x05ö"
  b"rb2­ë&[D¸ÂV’xÚu,"
  b"r¹©¡ÌχG«$\e9\x7Fâa "
  b"rûؼ\ëpG¨”e\x11˜êcì"
  b"s\x1Eìºæ:ïJ╝j\x1DuU´Òþ"
  b"s|×s\x13™êO»Âæ˜\;àk"
  b"sìõúlß7F╣èD\ed\x15§®"
  b"s¡¾\x07ÔYäJÉTèá_\x13\x15\x14"
  b"s┼d\x19%¡VHøÌûÃé2ìB"
  b"sÒ;gB\x1AÉF§ƒé×<S—2"
  b"t\fn‡„¦½A ƒtþBò\x12P"
  b"\x02íüñáO±‡'ÀM6lË"
  b"u4?\tÅ\v$@¾Bvìz\x7Fš\x19"
  b"upP3…*kJ‚¹†Û¾\t»l"
  b"vW\x7FK7•!K²JüSÃK†¨"
  b"vlÈ|3×\x0F@£”³\rÔÔ\x0E:"
  b"w\x13E‹‹\vZO˜\e7ræW‹Î"
  b"wYbßÞ$_A¸û/óíz#\t"
  b"wxó▓~"þMì_ÆgoM░ê"
  b"w╩>╩a\x1DKGìêîÖ\x05═"]"
  b"x4À\x1A0\x01bO™¼·¼³ìä!"
  b"xeZU█þjKÉ/éÕè\x04Ý█"
  b"xõñ7“²8C›J\x01z+/ÿú"
  b"""
    y\x15‹«©;\n
    D‹£ÁµØžHt
    """
  b"y'¡?\x16æ<I·`\šå¯\x02x"
  b"""
    y=Ì"R@5O¸`ß\vø\n
    ¦\x1F
    """
  b"y\x7FhFLüWJµ\x11\x10ÏØH"
  b"\x01r$\x7F(A­!ÇžHwÜk"
  b"y²é”´ÜæA²×\x07“ÌE\x05`"
  b"z7®»0”>I´]CL>t,T"
  b"z@4yu‚ÈJ¢]sÇ\x0E\x7F%r"
  b"zl\fÌZz¬@▓Éí¢\x19ý¹║"
  b"\x16€ðó/Lµ%wú\x11à`ù"
  b"{\x01L$ƒ4,O™™–¾nÙ \x18"
  b"{Iãs»¼]J’û$H\x1C,ªA"
  b"{‚Ö„­ç¹E„k\x1CÞ˜!&Š"
  b"{Ե鶑RA’qåw0²eb"
  b"{°ÉB/I3G¬\x7FQD;\x10°+"
  b"|%Œ\x02åy0L¢\x07\x1E²i\x02\r"
  b"|ìÔõ╩ÍçA¡á\v\x0EþH34"
  b"\x16×\x13¶ÔKØT­C\t^─´"
  b"|¸,F°7¶B¤ÈN"¨yðø"
  b"}5Æë\x11\t\x02\x02Ù¯QÝØ"
  b"}=/¡1ñƒF²C\x07\x13ЦeX"
  b"}nqÒ\»4MüÉJ\x19\x10\x19"
  b"}ƒ½"#|\x07FÁÅ█idÒ═;"
  b"}Øè%¨}\fB 5î¦x¾/˜"
  b"~*\x0F¥\x17—ûD…\x15YÏ‘æŽ)"
  b"~34$CÆFM‹Pt7åü<³"
  b"~fWþnÅQL£ ÒZ"Ùíý"
  b"\x7F_v¦\x05³\x19H­ê&2®O\x19i"
  b"\x7F„(?ÊuÑI‰ ŠØ¥9¨–"
  b"\x7Fö¸\r\x00È¢O†±\x01v*À¥w"
  b"Ç;%ı░+ÀA╣\x14À=æÉbg"
  b"€âÝW³x‰B·}î\+’áÑ"
  b"€ðÈb\x13\x07\x10AŒï„‡güýð"
  b"ü(öÈÞ║gNÇøÆBï÷È­"
  b"ü{▒£s#@I¼³&á Ú\x01«"
  b"üâá~;]äEä\x1DHÖ±\x07æ("
  b"ü╝╩¸ü©òNëý¯E|&£6"
  b"üõ:°TúHÜÁãç2à├G"
  b"\x19J2™1XE¬Ö›x˜aX4"
  b"é«Ëu@╗\x11Gü3ÀçÍDû┐"
  b"‚ØpvÒê­HšX~\x10}ø´¨"
  b"ƒ^P\x13\x0E?K…\f\r\x1F™Ø"
  b"ƒ–(\x17€/jN¥\x05„±¶Pºâ"
  b"ƒ´‘QÂJÑFµ'\x1FÑÛ\x02¨8"
  b"ä\rry-¡gOÅn\t?═\x15"
  b"\x0F3ju:ÌC“\x1D\x05õ\fÂ\x05("
  b"\x16ÛCQÈ¡E¬´©I)‹„\x11"
  b"ä\e@ì×ã┘Bª&QÑo░.T"
  b"„l‘€K†šE·„\x1AƒÖù°}"
  b"""
    äpF\x07*+óIüdé\n
    1\x03][
    """
  b"\x1D¯ôÙ\x13¹B†4={™E\em"
  b"…8s\x7Fôñü@°C9\rúÂŒ¶"
  b"…O|\rÅ\x0F%B®ã¼Õ¨\x7F"
  b"\x14.XiÓçMªÌu\x05Oœª7"
  b"†@9Û¢þÃM‡‡-€õW½ß"
  b"""
    †Q+¥¬\x18uIˆ¦ƒ\n
    \x14o3Š
    """
  b"†d½Sñ\\x05\tÕOPwOÿ"
  b"ålL\tÿÖlOÉ\x06®\x10\x02.ìÆ"
  b"†„âÕO¢\tGŸ¾Q¿€¹{\x7F"
  b"†¡jÎ÷ÞÒJ»‹ô Ý«×À"
  b"""
    ‡#\x1A\n
    \x1E\x15\x1E\vÑ?á\f‡J
    """
  b"""
    ‡g²ÙUQ\n
    OŸƒÄž•ż±
    """
  b"‡Óüûž5µH¾·8v#È)ì"
  b"‡øá½u`/M¨ú2‹ö/b4"
  b"ˆw\x00Mf\x14ªJ°\fG\x1Ak¶b‡"
  b"ˆƒò‰j\x13ÌO¤à+ÆlHÿÆ"
  b"ˆ†J‹¯¶5Aƒ{SËСžÁ"
  b"ˆ¨Äêj\x04ÂF¶Ýþ;¡kðã"
  b"ˆÒ\x1Cw·Ã\tB‹ÒxB®÷\v1"
  b"êþr¯°ô└Jñ½¶É╠êÞ<"
  b"‰}$×\x04ÄìG¤KÏ‘ñ•4™"
  b"""
    ‰¯Ä\n
    .ŽáB¢…€â=C\x0F{
    """
  b"ëð\f\x03ª\x10jGÉUáå-^ë\x10"
  b"Š‹mÁ–\voB’ô” >m\x00O"
  b"èÁ ´Vú;CØf±0¿Ý}y"
  b"\x10ø$‘RZL¶OS°Î\x13"
  b"ï\eü\r~\x15uNƒ­\f.À¼²\x10"
  b"‹DCC¬iÙC¨ì5¨]Ik\x1E"
  b"ïéJB2\x01ýCìª*\x08»8\x1A^"
  b"‹ÒüÏa”‚H·5Ž…™¿Âs"
  b"Œ9šÒE\x1EŽIµ\x10—yº\x15"
  b"ŒK\x18\x1Aä\x14ŠD·ŒFAk6YD"
  b"Œc’kUL\x16E§]kŽï\x14"
  b"Œék¹Â]BH¤JòÜ\Ðÿ\n"
  b"ì\x16LRk3mFïÅ]¸?Ï#7"
  b"ì#Eo┘MÙNØ\f\x15Akz"
  b"ìt+Ðð\x06bIƒ\x1E°┼±┬│"
  b"Ž s·5\x175@˜8Ÿ}õ:Š×"
  b"Ž2Äëæ\x02dC’ ŸG\x10ÞÆß"
  b"Žr\x03…HÄ¿L–剴Âò©*"
  b"ÄÜü¯½T9A▓ ■_V╚\x10,"
  b"ŽÕ]òò3à@ºoü\x04(¸ð\x0F"
  b"Ä█Åù^ëCK¢ Rÿ^w«è"
  b"ÅTy7Í,9Eü9ÇÅÙòZ\x0E"
  b"Å]ËFÑ╦éC┤éì\v£æyl"
  b"Å═!Â5åxA║ÃXƒå7¿<"
  b"ÅÌ!¢\│\x05Bâ Ô╚­Ë!ó"
  b"É\x12\x084Q÷j@¡°±¢Êsh×"
  b"\x0F˜Rýã1E¸ÿ©oâ‡ØV"
  b"‘-@\x14Å­°B—¬‹ƒ\x03\x11"
  b"""
    ‘x¦\r\x18œßDº«g÷\n
    Y{³
    """
  b"‘Áþ™]œ_K¡Ìñ#`4¯©"
  b"æ╔Î\x07Ý`_Lü■Wó¥5<Ò"
  b"‘á8ý—9ìEµn-rÞ\eMw"
  b"\x1A‘Ræ\x0EÝK…#(B—\t˜Â"
  b"’+Ï•=µTG¤\m‘¦b8p"
  b"’3z·É\r#@º2Î\x1D™ì‡B"
  b"’6a¶ÖGêN–GÈ\rg2­<"
  b"ÆØ┘¡2█ÈK║ÓCf¶y¼S"
  b"’±±ìË‚;L¶Ô–\x17>¼–é"
  b"""
    ’»Éq‚ð\n
    O˜ˆ¼4m\x14R\e
    """
  b"“*Ôq1‡NFµR ×ËOáÚ"
  b"”!O)x|ËD†f°X\x161„š"
  b"ök¶¹Å┬QHïZG¶t©+"
  b"”p\x12µP\fœC§\v\x16@§Ï\x10Ö"
  b"”ˆ=\rD±0B‹…î$Ç\x16Ü3"
  b"ö┐\x04│gìwG£╝I\x058zj└"
  b"”Ù­¹qn>H¼àSÉÿƒº„"
  b"”íéðÊg~@¹ìC2¡\x15Ê™"
  b"•<\x19É’©4I‰ïÍ·\f \x14"
  b"•~\x03º£qjH¥l²ò¿d²Û"
  b"–.1¥y§€Bœ÷\vt(v\x00W"
  b"–;¸íúH¶D®ª0üÆH\tÐ"
  b"–Fy¹ä†ƒDˆè\x01(³o\x16ü"
  b"–XƒBïJðA«\x7Fïx\eŽAú"
  b"–ËèqúVyFŒ¦›\x01\x10\t"
  b"ùòìß═Ò\FäÑß\x143;u<"
  b"˜<î…^!QL«vÂ$Ì7Ñ)"
  b"ÿK\x1Aã\x05\vFü3HöÈ´½î"
  b"ÿØÕV9¬▀OüØð$=▒Wâ"
  b"\x07Øïa¼B@†giéâ\x17"
  b"™!ŸRw¦\tEƒ©ä\x10Ï\x02Ú^"
  b"™#¡ó½ÚýF¨v\x7F0ߣSÆ"
  b"ÖZq(üxÞLì┤ùÄÖ■▄^"
  b"™r[\x1E:±’I›8E›£º\tÕ"
  b"Ö┬Dkd█ıFüaá╝╔▒\eô"
  b"š\x02ca}WÌB“ÉÌ–\x11åt¿"
  b"šÅý§\x00n\nL“ß´,+neK"
  b"›ÒJ‡ËÉ]N‘Á‰x\x08ÞtU"
  b"œ\x16\x17\eXG¹Eœ\x03Ÿ‰€ïÛµ"
  b"œ.º\x15¬ç]Dš\x16.šzº;‘"
  b"œ…ÆtÃë^H¢Ý¼‘1¸öo"
  b"£├qì¸\x0EëEòrP3ã´y0"
  b"œÈ¡Äç?žD–£ˆ\x08"˽u"
  b"Ø\fZz ¬\x16AÜ'┼ãKE█>"
  b"Ø4<nKÏF@»ªM\x04┐ê±="
  b"Ø5û\x13:c<O┐░:eo\x02$#"
  b"""
    ØÃH║:\n
    w@é└╣³C¢\e{
    """
  b"žÍ\x1F%n$ÅK®¦È+¨˜"n"
  b"Ÿ,Áb€uÅNµ7Ñ]¸Ëß)"
  b"ŸNX7]0 @„\x02cëÊŸ%ž"
  b"ƒç¤[╣C Kø£Åwg?A9"
  b"ŸŽ\x19¨~‰™B£ÍyÎz@–½"
  b"Ÿìé(Áf\x0EHˆàC<Ináˆ"
  b"Ÿ÷áÂb%¹N°óDGê÷$ø"
  b"¡pQNïû¡E²°”5\x02Í\x1ER"
  b"í▄«ÉüÅ[Kç(█ªQþÞ'"
  b"¡å\x05nÏSJIºæ\x7F\x1D\x02\x02am"
  b"¢XÕ^tRjN‚A\x1EÖ¹\t\x04¿"
  b"¢ÔgE7(II‡m\x1FèµÅ¹F"
  b"£¦\t5ï}:C¸k'«‹4-þ"
  b"£¨{Al¹nE½ [³vз["
  b"¤S•=øÆ»J®}ƒ\x1C±Õ¤è"
  b"ñgZ¨\x04\x08!B¢ÈÅûÁ├öþ"
  b"¤Ú*ûˆe\x1F@›3€ì«XcE"
  b"ñ‗¾Ëþƒ1MÅ\x17\x01¦ð¢\x03ü"
  b"ñ¸2╬D@äKÄì▓Wàu\x06"
  b"¥A…ýK«åN­U£%^'Iý"
  b"¥OQ„‰f~B©]È»\fÚI"
  b"¥y®ÞKÈËN­UÖgÙ\x13àV"
  b"Ѻ@ùüÐTD¿╝ı§¶\x03"
  b"¦¹\x1D¬æ_žN³\x17u»Cw-Ò"
  b"§\x18Hß‘ÿùL½Y»—:pO\x1D"
  b"§†U$Ù!ÒD¼u´\x03\x1F"³Å"
  b"§Ê†ß\x08ý;Kš\x03ó"j¦Q"
  b"¿óy¯ØqÿN£\x0Eø█¼\x1Cíü"
  b"¿│B\v»\¬AÑ┬ÊE║p╣Å"
  b"©#\x19ðêþmN¥_<R˜­§$"
  b"©…ë\x13!kØH¬˜ÀM\x12\x0F"
  b"©Íþ¼ˆ\x1E%H›\x17MÐç\x04Љ"
  b"©Î=:ˆFŽCž\x12\x0F*kPAq"
  b"ª\x0E\x1D×~O³Ï÷0æ1Lµ"
  b"ªg\Žæ$±@¯_Ë´“ß\x19m"
  b"ª¶ËbÄÐbF‹Áp\v\x03ŽËÈ"
  b"ªØÓ§FËÿF’Ï\x1A\x02\x01<v"
  b"ªþà3ó–\x03B–èž\x10®&ž\x12"
  b"«K×ÐÔwjA™~"ªÕÿÔú"
  b"«[\x1D!¹:êI©ÐRHñßµž"
  b"«m®ÊJÒ\x01D¾ã8Îiкú"
  b"«— 'œ&"F¤\x14?KÂÆÜñ"
  b"««ÖÁþFiN ÝYàP\x1E"
  b"¬\x08\x19cv»ˆN’8é²=~õ?"
  b"¼÷┤JÅ,ÌIº¶XÄaú5\x1C"
  b"­@TEUŽ\x1CN·Oæ\x16J‹\k"
  b"­\¡XΧ\x12N±vá\x10Èpæm"
  b"­uGM\x14ËnC•4âÙê%‹="
  b"­Š®íØÇ\x01O¿ò®\x03ÁÄи"
  b"®$ö´þĹM›N2\x1DFZ\x17b"
  b"®&Ô(ª-ùK¾Þ6\rÁj¾m"
  b"«P<º‗ZøJ«ìBÿ╩4É\x04"
  b"«Í»»î@ØAÄæuÔÄ╝W*"
  b"¯n™žú+½Kª¤ù\tG\x12*5"
  b"»{ÿæ┐ÃAI░üãî\v[lH"
  b"¯Ó“ÝU@¨E¬¦õô\x1D&4¾"
  b"»▀uñ╩▓─FÅLü8\x08\x16"
  b"°\x17ÁÞ"\x18ü@´ÿBnXW–F"
  b"°Fía¸æKA§ø­ÿŠ®\´"
  b"°‚(÷{Y\vH¢ƒä¤¤HúG"
  b"°¿íÈ=ëu@ \x16°õɸм"
  b"±KŠ=2EuL¿‚\x10\x1C\x1E'5y"
  b"▒£ÄPÌ÷èGÉ(ºA½È¾z"
  b"²\x08\x06._ºÓO¢³Ÿ+Ò‹ä\x05"
  b"²:XXJBKD«Mšé[\x06Çz"
  b"²ÅÀ[.,ÂC¾ÙÒe3qzÈ"
  b"³/s\x14\x06\r\x13J°f\x06¯^ë\x02."
  b"³¨~XŽMøO¿s £O›»™"
  b"³Æ%³’!]A¾îŸ‡&²xþ"
  b"³Ì\x0F-PzÉJžúRL\x03¦\rn"
  b"³Ü—[ç vMŒA¯m[4Z)"
  b"""
    ´\n
    ¼o\x10¶IMŽÐ&YžH \v
    """
  b"´-\x13…³SiE»\x05iÄ"\x03Ô±"
  b"µ\x1AщêæñH°cX!C\x1D"
  b"Á├×õÖÓ@Dì\x07^X¦ò\x0F4"
  b"Á┼7÷\x16×=Gƒìr¤æ\x06av"
  b"Â\x02GFÛî\x17Dø├î█Å\x16/_"
  b"\x05\x7F\x19çMˆ\fÚZK]xK"
  b"¶!*´EÌ¡C¾´ÜaMÑÞ["
  b"Â!ÖKpã\x18\x19ɦ\v\x0E¾‗"
  b"""
    ¶ð\n
    vÔÅLK‹\x0FE¾Ó5ò\x1A
    """
  b"·Pš?s\x06VFžDqð\x01\fP<"
  b"·Ü¶µH„1E¯÷‘\x11Ü\x19"
  b"¸\x05:ï-K\x17O¶‡L°\x01\x18¾-"
  b"©\x05╣ïÄüóK┐µ\x11w\x16\x06"
  b"¸Jþxs\x1AÞOµ,ËT3;!i"
  b"¸ÿ\x07Î\x14é&E´­2ÙRPgP"
  b"¹ƒ/sé\x14€J¿h؃\x04`µ¢"
  b"¹áÙ¤¿\x08»C¡I*»\x00ûa]"
  b"º/^Qe%\x06G¼‡®ÔT›\x0E¼"
  b"║Ç\x1C"²CáOÉ$VÒ\x17┬¾»"
  b"º¤—¬¿\x07ØLžCöñ׳\x00Æ"
  b"ºÆ\T‹Õ5EŽêRqI³‚h"
  b"ºÿ*ˆ·u\x1EC‹­lJ°† c"
  b"»\x0Fø­"0éC Ì®Pæ66*"
  b"╗É\x15¹â┼bE×Ôtû90\x11K"
  b"╝6ª■º6\x18J▒■╚+ìêb;"
  b"¼¤¿Ü‘–ëIœ\x10´„\x19Å„w"
  b"¼³<‘sOÆI™qM*¯£`˜"
  b"¢=Kb(-yA¿¨Øð\x12çÔá"
  b"½Æs+\x06¼bB™né3\x00P*¾"
  b"½É!-Çh¡C¬2¬±~\x13á:"
  b"¾\vnV\r\x045Cº(4¨s\x1F½Ô"
  b"¥Váö$ÿqCûpÊÅVµéÓ"
  b"¾Çô+â÷ÖG° \vÒ±]{è"
  b"¾áŸ£P!ìKµ\x00ª×ŽÐG„"
  b"¥õ{½Úì¢Kê\x00\x04▀íù½õ"
  b"ÀÃc\x1D\{8IšF>Î5Ó\x7Fù"
  b"\x1E\x05\x13MßÃ@║uÅ=î\x17md"
  b"Á=¦\e$ØúN¢ÃäƒË\x05£\x1E"
  b"Á´á\x16#ÛÜI¸Kz"çg|\x13"
  b"┴╣\x14gý/ÅD┤î§w⤃Ö"
  b"Â(w $PëO«\x03œ\x17UùôÅ"
  b"┬(¸±\x14═IIÅ▒╚Ä\x00«Î®"
  b"Â80êip1E”xÝÓ0š,J"
  b"ÂYgÇbt…C—NÐ[·ê$Ž"
  b"Ã\x029ñ·@xJ‘\x0F^‹\x11ÀEŸ"
  b"├@oÐì0QMÿ\x1E7:v\x02┘║"
  b"├F_µ®Ôü@║Ø\e╝ÏÌîf"
  b"À\x0FyºOØI°"Ä[Â|çi"
  b"Êvb= \x10@Ÿ¬\x1Dí‹~Ø\x0F"
  b"├╩â\x01╗ü╠MÀsf\x13 }\v"
  b"ÃíC£(š\x03E”ÐýÁÉ®°Ö"
  b"ÄEë+ÙQ†K¯_\x13Àü ¶«"
  b"─aõ3Q╣╣CØ=╗3\x12Q­╬"
  b"ÄdÏ\t'šÑJ‹†8ßýZˆl"
  b"Ä‹”»iƬH“¿;m\ršUâ"
  b"Ä•ág8Ó€D¢.†ÊÖÓ,¨"
  b"┼╣UÁö‗)EÆ{¬¤mì°U"
  b"""
    ÅÀÝ*\x0F†îL“\vÙ\n
    ¹ûï\x14
    """
  b"Æ\r\x14°™þ_B°Dþ\f8Ls+"
  b"ÆI`T-¢ŽG”ˆ1ÆÍºÏY"
  b"Æ´q*OŠ•L˜âƒp]»öÌ"
  b"ãõ<¦Lô0GüâW¬úFçô"
  b"Ã"\x05Á0\x06ØB¢±è,r\x12"
  b"Ã8▒Äßû▀C®‗\x02Åè}$¯"
  b"ÇžÏ\x05Îý·K“ö-\x1F\x04ˆB\x01"
  b"È?Í\x10j‰!H„D%›e]Åñ"
  b"╚Záü\e\rMHáÛ├\vtI¶O"
  b"Èj #4h\x01I ó¡í¯˜Ë¶"
  b"ȽËjuºlG›ô¯×â²ø$"
  b"ÈÙèl\x7FÂTI´â\x1Dè¾Øç„"
  b"ÈáML3ëtG²¸¯Üa#5t"
  b"Èé2\x04ÓAFJ‘្x°‘ "
  b"╚ ▀i©\x16!Oèèo·WWìÈ"
  b"ÉL\x08J”©æHž\x11ºÛ)²kÜ"
  b"Êi<Øë[Ñ@´fýb2fÎÝ"
  b"╩쬦\x02\x124N▒¯\x1FNw|Gû"
  b"Êëž8äÕ3M—\x11\x11L¿‰ç9"
  b"╩­ƒN(┐‗GèÄJM-ØKË"
  b"╦Sû\x00Ó\rÉHÇ\x05\x0F╗Ú\x14"
  b"ËÈÏ9Ø`§K””1‰+æ|Õ"
  b"ËÛ¢\x00exvJ¢üsŸ¶%\x01Ø"
  b"\x12_çä\x1FÅJ╣ÖØ¯Çñ¸‗"
  b"Ì*Ô\x03\x1C…eL¤5úEÍp©\x05"
  b"Ì11'ÁÛ§H³{LÒg\x03ý\x10"
  b"Ì_ýr2B\x08C¾×6}QáÂ<"
  b"̅ʧawEFƒ"\x17=žF»Ö"
  b"╠Û║jIJ▒Eü.à■¢lo\x04"
  b"Ìò¿qàÔ C­•<Ù\x0EPðÏ"
  b"Í\x1E×\x7F=œ5Dޏ<Ûü1’4"
  b"╬ ßaÅü\x04K▓q#\f")Þ_"
  b"ÎT\x17)ªÓ·A£É#.G3´…"
  b"╬t\x08µO\x11XJü\x17─&·Â5L"
  b"Πž€A¾ÊL…R‰Û\vi·;"
  b"ÎÑsJ4»‚K¡À©\x03\x1Dp\x08ª"
  b"Ï9"¦Õv^@£w¥W^\x06"
  b"ÏJ\x15sP†èFŒÌý¥èc›×"
  b"Ïx˜ì×Ë5Jœ\x174\x12h «Ê"
  b"ð\f\x10ëcÁ\x14N│Ø\t{rä\x1F\x12"
  b"Ð&rÜ7yeI”Êq§c\x0Fæ1"
  b"Ð-ÐeØ?‹Dµ\x08«{ÖH”a"
  b"""
    ðt»├?¦[Iîì¬Gö\n
    ä¼
    """
  b"ЄV«ÏRïM¾T1Dê(ûh"
  b"ДÞ!BbëC´\x01\x0E\t=rˆÖ"
  b"ð┼É╝#ö¯Bâû붺s/'"
  b"ÐÆØ░^\x14┘FÄ█Ë)1uÀ°"
  b"Òuä9šA\x17H‚\x02å!o1yf"
  b"Ò¼Êÿב\x1ALŽû#Ȭ¢€\x05"
  b"ÓÃøâ)Ÿ!G…B»ÂpµN\x16"
  b"""
    È*┬─(ѵCéË╩ì0\n
    \x0Fß
    """
  b"Ôz•q5aØH–„‹]­†œì"
  b"È«1ü\x12fu@èó¡.ÍLÓE"
  b"ÔÈ_^Xh\x07@°dª§ÉGZ¢"
  b"ÔñýC ¥²EœÇISà1éx"
  b"Õiu!(â(K¤næY\x1A<Nü"
  b"Õ·l\x7FŒ}JO–ëÆíìùF&"
  b"ÕŘ|HÞkJ…F-±N\x1A\r"
  b"Ö.ý‚\x1FD3@ºÛá!ƒ¤«ù"
  b"̓ìÇfY G£òÂc\x1C^\x10#"
  b"Ͷ\x00"\x13)²I½ý.▀á¦Å┼"
  b"×=+¤:8ðD¬\ré)%Ç$ï"
  b"Î|oìA} Kø\táï╔h╚\x1E"
  b"×~tuªŒÛB™ûœß/CB)"
  b"ØQÔc³[bI¯YøÕTdˆÇ"
  b"Ø`D¤‹ÀéJ˜›¤Ôn\x06Np"
  b"Ïe─³\x06\x17─A│ç\x0EäE²\x10Ø"
  b"؈}A‡rìE¶ôN×chÑæ"
  b"ب‰Æ\x13Š¢@’)¸ã޾ú6"
  b"ØøJ^‘¬{B£\x1Cªh–7$±"
  b"Ù@D\x1EÊl\x13F•‹–\x0Eh~ˆß"
  b"Ùi\x18­×uhGª·ŸêØ\ªa"
  b"Ù}w¡~€\x00Fž¼Åç\x08ÐÔE"
  b"Ù‹\x12ru3=O³\x02Q‰áL³\e"
  b"┘£É\x03ç6fAönpÁg¡█]"
  b"ÙÚò?¡g¿J˜Á쾕ð«z"
  b"""
    Úy\n
    ‚ª’ºFŽÙxg\x1A®Ô 
    """
  b"┌■┐Ûß´ÈFÁ\x17\x0Fì├ú"
  b"█UÄ▄ÉÊvO¥╝_█7uº?"
  b"Û[­õÏÍ“H¶aؼ2fjñ"
  b"Û›_\x06„¯ìI…d\x12Ã\x03ÚTÁ"
  b"█Ù\eÎß\x1FØDüõ\r\x10C┌"
  b"Ü\x19\x00Nļ0Hµ†Ïe·Y\nŠ"
  b"Ü \r\x19IœB–xã^Ïb\x08{"
  b"▄═°j`2þFüÔ\x06┐Ó®│þ"
  b"ÜÑ1â褖O¨´ÌŒ¶Bq¯"
  b"Ý“<×øýúNª‚j\x1ExÐÁa"
  b"¦▓[\x1CÂ_qLì5\x16┼6I\x1D"
  b"Þ\x16éæ¼SuH½ƒ2=™òLø"
  b"Þ'\x07Ð3ÕqB¬e._\x1FP#H"
  b"Þ]{À2¼aJœÚwuýŽ\x16J"
  b"Þ}áîâ\vF– gA\x05ôSa"
  b"Þ£xb\x04\x1DNC‹I=èÉ„1¼"
  b"à\t’?Þ±–A…y\x01KàJ\v\x1C"
  b"Ó4Ë\x16NÚ¦A¬h▒4¨É\x12"
  b"à9rRÿìŒL :HênÕŠp"
  b"à;ðÏåe"B‡‚1g\r×\x00Ê"
  b"Óì0yØ\x14&E│┘WnIÊ\x19b"
  b"ྃcŽ”óI¨>b\x06¢\x19\tä"
  b"Ó¦\x1F\x19è}I¼Å╔þ{«$¾"
  b"á.ø÷€S*J„[e¤v¹Üž"
  b"áŠ1Ù\x180ýM¢e\f¨¶85þ"
  b"ߨ╔Pÿ┤>Ië2r‗ì░¬ü"
  b"â"zñ\x13®äN™ÑslÇœàk"
  b"â%,ç} ?OºZ‰ÈÅ\eC'"
  b"â<÷Ì™©¾G…Í:HóÕ¤š"
  b"ãK\x11xd\x0F†J¬w››Ç\x03ç“"
  b"ãûÛ|!\vGG€²mê<ò9j"
  b"ä\x16£ËÍ4èL½U\x04½€\x04€Ó"
  b"Õ3+j³\x02wEÄ+üì\x04Òñ\x7F"
  b"å:Ø™ëm‡Dµ:ýe»Üƒ="
  b"å_¥ZÖž,E­°í¦‹+µw"
  b"ÕhC%<ÄìD×j╠¡\en3¹"
  b"ÕäàÇAê╚@ÿÇ┤Åâ+ì¹"
  b"å·10úlîJ¨\x07\f~ÌóïÑ"
  b"µ sù═À-@Æ┴ØcÎP╔ï"
  b"æB½›Ã*ÐFާd(e\x11"
  b"µÑ\x17¥┬vÅBÂ┐ܹ/Ï║/"
  b"µ®ª\x18ñ¹═LâüÐתã\x1D\n"
  b"çHÑ\x03–WËM·Ðv+c«ùÇ"
  b"þÀÇ)/©\fCª.a2ÕóvÉ"
  b"çú!\x1EòŒ5I©ù ›Ûí‹å"
  b"è\x11¿ü¬&]A‚+µ•ë<ï¬"
  b"è(\x10蜺ðMºç<aºƒ&\n"
  b"èW=…ÈáŠOšädÅß/) "
  b"èu:N¼¯$@“ýhñ2\Nø"
  b"è pÈ\x7F\x05ÃC³ø?¬—‚rÆ"
  b"èÃ'ƒRÙþF’º\x13\f&x"
  b"é\x16\x0E\v5\x1C«OŸüä\x1Cy\x0FM2"
  b"ÚU1¥¼░vOù·Æv ÅÛ6"
  b"é·@3߈’I±4Gí½{è="
  b"ê0(Lj\#I•}‘t¤ m\x02"
  b"ê‘p%ö#gG *w"p3ap"
  b"ê¹äl0PmL¯ìŒ\x03\e©5t"
  b"Û┴ÅÌÈÆ.K¡\x1E;â ╣ \x7F"
  b"Û¸ô6─!:K®ì\x104c|[2"
  b"ë\x13\x1D^\x05a—O±b–i¿›œ\r"
  b"ì”òiù³QA £\v´û`Œ@"
  b"ì¢ÏQ9(kN­Òõû\x06¼WZ"
  b"íV|\x06\x01,}C‘\x11ŠAOø¦˜"
  b"íd¡X¼/ËMœßý¤ ¯0\x02"
  b"í‹’hçç\e\x16ª}Ú\x0EÚÀ"
  b"íÝz<ÝŸ4C•18ºp²Ë;"
  b"î\x0E£\x0Fè<zD¬\x03<Þ«´Xc"
  b"ï\x1D2m\x1EÖ-O§\x1Aœt]{ó\x1A"
  b"ïHÂ)f½¥H±|aߪZæl"
  b"ïŽû;wÿ\fK€ÓÄŠ«?ÿ\x10"
  b"ïßbñ\Î\x13A’\x1C˜hËÆö‰"
  b"ïíiçÄŒ\x1FM½ìªBÔ\x00"
  b"ð\x03Ûˆ\x13ìDB•bFÝKÑ\x1EL"
  b"ð:$e›\x03¹M®Þò÷ïLá\x04"
  b"ð{›\x00Ÿ}¾J„V6àk\x1AC;"
  b"ñ\x00u\x19‘rvO´ío‡¬A[†"
  b"""
    ±2²IÂ@wAèña╦\x03¬\n
    Ø
    """
  b"ñ5@\x1Eù†^C“í´ÄšíéE"
  b"ñ´ ;«ªˆDˆ\x7FpÂ9EOy"
  b"ñÃs6±¥4M“š\x06‘f|\x1Aì"
  b"±═ñuÅlaOñàQk┘ǼÙ"
  b"òs8·qf\x02H­’ŸªÛ\x07ö\x11"
  b"‗t|\eç>·Iô\x01F\x1DÙLü`"
  b"ó\x02\x01…0H¹çF28F0w"
  b"¾©ù^.╔²A┐üàæ¼ËM-"
  b"óÁzšóÁ†L¢Œ½`¢!,¨"
  b"¶sÃKb5!Jàìm\Þ®ú}"
  b"ôu‹ì0ìÍL”‹\x0EA˜ˆ\x1D8"
  b"ô µFíBéJ²$ÄVÂd¼¯"
  b"ô¤!¬@÷ÜO…ÃÒYBÑJµ"
  b"õh6r\x10îmM•>0\x1A1ÂVa"
  b"õvWËqY'@´Ó‡Ä»Ûéÿ"
  b"õ’Ó/‚kpJ½Êùð\x0E¶t="
  b"õ–•È›!úJ¶Áˆ\rZ&÷‡"
  b"õÄ¥Ãw~&H¨’Byó/¦\x04"
  b"õù\x13Œ|önF…\x05ˆDÁ‰9g"
  b"÷6\x06ü█7ÏIøbµ¨¹ò\x08"
  b"öLýj\x1DŸ·L¨ŒZ¡tÛ\x12\x17"
  b"÷ìãJ\x07ºÃJ£8ô¤#øæ╗"
  b"ö·¹\x14ÆV"B¬Çzš\x19Bj„"
  b"÷1«U0I1F¹úÙ£wwòœ"
  b"÷6ý\x1F\x19ôíI»ŸÌ0%wW\f"
  b"¸ûÅKgù«B▓ÏG;K{Ó,"
  b"ø$ƒ‹LéµO²"oà?9\x0F±"
  b"øƒd¿…\x19ßEƒw¼«Ô\e"
  b"ø¶ÛT1ïXC­uY sGãê"
  b"¨\rgC(ÿUIò┼#¾═ƒÉ"
  b"¨\x19(\x07ì~┘Fì`\x12£\x19├─║"
  b"ù‹ºö‹U¾F¼.\x1D\x10Ætâw"
  b"ùÚ€*ss—E”†»úX5j "
  b"ú5øN®¶´N¡ñ¢\x13-ËŽ("
  b"ú²4Î2õX@“½ô1E±'Ï"
  b"û;Œ†LdíB¶RüÛº\x14Çc"
  b"¹W\x1Fâ¡yOKØ\t╣çS̰ç"
  b"ü\x0FøÛ\x1E^‘C‚îý7ß5_Ö"
  b"ü[\x10 v¢lC²,[Ñ]uOÀ"
  b"ü¶SIØ`šG¾÷\x00áý¦\x1Fp"
  b"ü¿’}NÒHG‰0A½a‚é{"
  b"²1\x1CÎ\x11¦FFìe½>«ó█;"
  b"²ì\x1EªaùXCºg-¿òf\x18k"
  b"þ\x12sp­ø•K›•æ÷²œ¯\x18"
  b"þ{x»çEîO†ý!îV\x11î7"
  b"þ³lú$„hA«‚¡Y›â– "
  b"þºÁ¯õ':C¬`Wµ\x0F÷X½"
  b"þð'çøm\x11@†7Å6ì$¬0"
  b"ÿ-–áz}²B­\x10*ôÇ{áë"
  b"ÿaNú\r¡\x14B©nÀKˆ8WÓ"
  b"ÿ­ôyɳüL¯'Ë)\x01V\x1D9"
]
227 13.46 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"upP3…*kJ‚¹†Û¾\t»l"
  b"vW\x7FK7•!K²JüSÃK†¨"
  b"vlÈ|3×\x0F@£”³\rÔÔ\x0E:"
  b"vŠÍ6gjDD‰\f¥Ùí3D="
  b"w\x13E‹‹\vZO˜\e7ræW‹Î"
  b"wYbßÞ$_A¸û/óíz#\t"
  b"wxó▓~"þMì_ÆgoM░ê"
  b"w╩>╩a\x1DKGìêîÖ\x05═"]"
  b"x4À\x1A0\x01bO™¼·¼³ìä!"
  b"xeZU█þjKÉ/éÕè\x04Ý█"
  b"xõñ7“²8C›J\x01z+/ÿú"
  b"x ı(güîG«%g╩¼ãøÎ"
  b"""
    y\x15‹«©;\n
    D‹£ÁµØžHt
    """
  b"y'¡?\x16æ<I·`\šå¯\x02x"
  b"""
    y=Ì"R@5O¸`ß\vø\n
    ¦\x1F
    """
  b"y\x7FhFLüWJµ\x11\x10ÏØH"
  b"\x01r$\x7F(A­!ÇžHwÜk"
  b"y²é”´ÜæA²×\x07“ÌE\x05`"
  b"z7®»0”>I´]CL>t,T"
  b"z@4yu‚ÈJ¢]sÇ\x0E\x7F%r"
  b"zl\fÌZz¬@▓Éí¢\x19ý¹║"
  b"\x16€ðó/Lµ%wú\x11à`ù"
  b"{\x01L$ƒ4,O™™–¾nÙ \x18"
  b"{Iãs»¼]J’û$H\x1C,ªA"
  b"{‚Ö„­ç¹E„k\x1CÞ˜!&Š"
  b"{Ե鶑RA’qåw0²eb"
  b"{°ÉB/I3G¬\x7FQD;\x10°+"
  b"|%Œ\x02åy0L¢\x07\x1E²i\x02\r"
  b"|ìÔõ╩ÍçA¡á\v\x0EþH34"
  b"\x16×\x13¶ÔKØT­C\t^─´"
  b"|¸,F°7¶B¤ÈN"¨yðø"
  b"}5Æë\x11\t\x02\x02Ù¯QÝØ"
  b"}=/¡1ñƒF²C\x07\x13ЦeX"
  b"}nqÒ\»4MüÉJ\x19\x10\x19"
  b"}ƒ½"#|\x07FÁÅ█idÒ═;"
  b"}Øè%¨}\fB 5î¦x¾/˜"
  b"~*\x0F¥\x17—ûD…\x15YÏ‘æŽ)"
  b"~34$CÆFM‹Pt7åü<³"
  b"~fWþnÅQL£ ÒZ"Ùíý"
  b"\x7F_v¦\x05³\x19H­ê&2®O\x19i"
  b"\x7F„(?ÊuÑI‰ ŠØ¥9¨–"
  b"\x7Fö¸\r\x00È¢O†±\x01v*À¥w"
  b"\x04WûP\pE“\eüÑuýÚÑ"
  b"Ç;%ı░+ÀA╣\x14À=æÉbg"
  b"Ç┴ÿ_¦ærJØD<åJ▀þ^"
  b"€âÝW³x‰B·}î\+’áÑ"
  b"€ðÈb\x13\x07\x10AŒï„‡güýð"
  b"ü(öÈÞ║gNÇøÆBï÷È­"
  b"ü{▒£s#@I¼³&á Ú\x01«"
  b"üâá~;]äEä\x1DHÖ±\x07æ("
  b"üºª;ÎùÞF¿\x0Eü±ô└¡B"
  b"ü╝╩¸ü©òNëý¯E|&£6"
  b"üõ:°TúHÜÁãç2à├G"
  b"\x19J2™1XE¬Ö›x˜aX4"
  b"é«Ëu@╗\x11Gü3ÀçÍDû┐"
  b"‚ØpvÒê­HšX~\x10}ø´¨"
  b"‚âû-ƒ~¦A¡'~\x19øS\x1Aù"
  b"ƒ%\x038\x00´\x1FIžw²7÷\x11»>"
  b"ƒ^P\x13\x0E?K…\f\r\x1F™Ø"
  b"ƒ–(\x17€/jN¥\x05„±¶Pºâ"
  b"ƒ™šT"¤›F«°d*Q\vsV"
  b"ƒ´‘QÂJÑFµ'\x1FÑÛ\x02¨8"
  b"ä\rry-¡gOÅn\t?═\x15"
  b"\x0F3ju:ÌC“\x1D\x05õ\fÂ\x05("
  b"\x16ÛCQÈ¡E¬´©I)‹„\x11"
  b"ä\e@ì×ã┘Bª&QÑo░.T"
  b"„l‘€K†šE·„\x1AƒÖù°}"
  b"""
    äpF\x07*+óIüdé\n
    1\x03][
    """
  b"\x1D¯ôÙ\x13¹B†4={™E\em"
  b"…8s\x7Fôñü@°C9\rúÂŒ¶"
  b"…O|\rÅ\x0F%B®ã¼Õ¨\x7F"
  b"\x14.XiÓçMªÌu\x05Oœª7"
  b"†@9Û¢þÃM‡‡-€õW½ß"
  b"""
    †Q+¥¬\x18uIˆ¦ƒ\n
    \x14o3Š
    """
  b"†d½Sñ\\x05\tÕOPwOÿ"
  b"ålL\tÿÖlOÉ\x06®\x10\x02.ìÆ"
  b"†„âÕO¢\tGŸ¾Q¿€¹{\x7F"
  b"†¡jÎ÷ÞÒJ»‹ô Ý«×À"
  b"""
    ‡#\x1A\n
    \x1E\x15\x1E\vÑ?á\f‡J
    """
  b"""
    ‡g²ÙUQ\n
    OŸƒÄž•ż±
    """
  b"‡Óüûž5µH¾·8v#È)ì"
  b"çß?\x19»º¢Cê¼Æ┴░▄LØ"
  b"‡øá½u`/M¨ú2‹ö/b4"
  b"ç²cwE¸üC║╩▓`7ÐòN"
  b"ˆw\x00Mf\x14ªJ°\fG\x1Ak¶b‡"
  b"ˆƒò‰j\x13ÌO¤à+ÆlHÿÆ"
  b"ˆ†J‹¯¶5Aƒ{SËСžÁ"
  b"ˆ¨Äêj\x04ÂF¶Ýþ;¡kðã"
  b"ˆÒ\x1Cw·Ã\tB‹ÒxB®÷\v1"
  b"êþr¯°ô└Jñ½¶É╠êÞ<"
  b"‰G¡­PcdI‡‡Lû7\róS"
  b"‰`Ì\x13íú\x12G­Ü`6&c<Õ"
  b"‰}$×\x04ÄìG¤KÏ‘ñ•4™"
  b"""
    ‰¯Ä\n
    .ŽáB¢…€â=C\x0F{
    """
  b"ëð\f\x03ª\x10jGÉUáå-^ë\x10"
  b"Š‹mÁ–\voB’ô” >m\x00O"
  b"èÁ ´Vú;CØf±0¿Ý}y"
  b"\x10ø$‘RZL¶OS°Î\x13"
  b"ï\eü\r~\x15uNƒ­\f.À¼²\x10"
  b"‹DCC¬iÙC¨ì5¨]Ik\x1E"
  b"ïéJB2\x01ýCìª*\x08»8\x1A^"
  b"‹ÒüÏa”‚H·5Ž…™¿Âs"
  b"Œ9šÒE\x1EŽIµ\x10—yº\x15"
  b"""
    îI7î\x19¹îKü¬\n
    z*!"`
    """
  b"ŒK\x18\x1Aä\x14ŠD·ŒFAk6YD"
  b"Œc’kUL\x16E§]kŽï\x14"
  b"îØcÇóù■Kå}nÏ99\x7F]"
  b"Œék¹Â]BH¤JòÜ\Ðÿ\n"
  b"ì\x16LRk3mFïÅ]¸?Ï#7"
  b"ìMR)ÞóZIôÕ\tÜÑ.Ix"
  b"ìt+Ðð\x06bIƒ\x1E°┼±┬│"
  b"Ž s·5\x175@˜8Ÿ}õ:Š×"
  b"Ž2Äëæ\x02dC’ ŸG\x10ÞÆß"
  b"Žr\x03…HÄ¿L–剴Âò©*"
  b"ÄÜü¯½T9A▓ ■_V╚\x10,"
  b"ŽÕ]òò3à@ºoü\x04(¸ð\x0F"
  b"Ä█Åù^ëCK¢ Rÿ^w«è"
  b"ÅTy7Í,9Eü9ÇÅÙòZ\x0E"
  b"Å]ËFÑ╦éC┤éì\v£æyl"
  b"Å═!Â5åxA║ÃXƒå7¿<"
  b"ÅÌ!¢\│\x05Bâ Ô╚­Ë!ó"
  b"ŧ╗Å┌û3F½æÞÜ_˵└"
  b"É\x12\x084Q÷j@¡°±¢Êsh×"
  b"ÉxÓ\x1C4Í¿Gú<║\x14Ë\x04ûÜ"
  b"\x0F˜Rýã1E¸ÿ©oâ‡ØV"
  b"‘-@\x14Å­°B—¬‹ƒ\x03\x11"
  b"""
    ‘x¦\r\x18œßDº«g÷\n
    Y{³
    """
  b"‘Áþ™]œ_K¡Ìñ#`4¯©"
  b"æ╔Î\x07Ý`_Lü■Wó¥5<Ò"
  b"‘á8ý—9ìEµn-rÞ\eMw"
  b"\x1A‘Ræ\x0EÝK…#(B—\t˜Â"
  b"’+Ï•=µTG¤\m‘¦b8p"
  b"’3z·É\r#@º2Î\x1D™ì‡B"
  b"’6a¶ÖGêN–GÈ\rg2­<"
  b"ÆZ\eÉáïìOêU\x17ja╗├\x19"
  b"ÆØ┘¡2█ÈK║ÓCf¶y¼S"
  b"’±±ìË‚;L¶Ô–\x17>¼–é"
  b"""
    ’»Éq‚ð\n
    O˜ˆ¼4m\x14R\e
    """
  b"ô\x1D ıHü¨E╣╔³EX¶gJ"
  b"“*Ôq1‡NFµR ×ËOáÚ"
  b"“]¶lÝ„¿Aª‰ÛRØ9g."
  b"”!O)x|ËD†f°X\x161„š"
  b"ö?Rwÿô┘Mì s\x06╚EÂq"
  b"”FTƒ¼ÍÀFœ&\tbzÀ¿&"
  b"ök¶¹Å┬QHïZG¶t©+"
  b"”p\x12µP\fœC§\v\x16@§Ï\x10Ö"
  b"”ˆ=\rD±0B‹…î$Ç\x16Ü3"
  b"ö┐\x04│gìwG£╝I\x058zj└"
  b"”ËŒW_‚žI†\x7Fa\x0F.0ÝA"
  b"”Ù­¹qn>H¼àSÉÿƒº„"
  b"”íéðÊg~@¹ìC2¡\x15Ê™"
  b"•<\x19É’©4I‰ïÍ·\f \x14"
  b"–%måÚ4jF–Ú\tg«<\x1EÐ"
  b"–.1¥y§€Bœ÷\vt(v\x00W"
  b"–;¸íúH¶D®ª0üÆH\tÐ"
  b"–Fy¹ä†ƒDˆè\x01(³o\x16ü"
  b"–XƒBïJðA«\x7Fïx\eŽAú"
  b"–ËèqúVyFŒ¦›\x01\x10\t"
  b"ùòìß═Ò\FäÑß\x143;u<"
  b"˜<î…^!QL«vÂ$Ì7Ñ)"
  b"ÿK\x1Aã\x05\vFü3HöÈ´½î"
  b"ÿT|øåÚ\x0EL½Ød¡KÞÎê"
  b"ÿØÕV9¬▀OüØð$=▒Wâ"
  b"\x07Øïa¼B@†giéâ\x17"
  b"™!ŸRw¦\tEƒ©ä\x10Ï\x02Ú^"
  b"™#¡ó½ÚýF¨v\x7F0ߣSÆ"
  b"ÖZq(üxÞLì┤ùÄÖ■▄^"
  b"™r[\x1E:±’I›8E›£º\tÕ"
  b"™~7®Ç¸vL¡á‚û?5¡r"
  b"Ö┬Dkd█ıFüaá╝╔▒\eô"
  b"š\x02ca}WÌB“ÉÌ–\x11åt¿"
  b"šÅý§\x00n\nL“ß´,+neK"
  b"""
    ›Y4Š9\n
    \x7FC¼mÓÆ@ÿw}
    """
  b"›ÒJ‡ËÉ]N‘Á‰x\x08ÞtU"
  b"øÚ\x17\x0Feg@òÅõ»▓¹\x0EU"
  b"œ\x16\x17\eXG¹Eœ\x03Ÿ‰€ïÛµ"
  b"œ.º\x15¬ç]Dš\x16.šzº;‘"
  b"""
    œfØ\n
    P@oNƒ\x16\x19Ðõ™bì
    """
  b"œ…ÆtÃë^H¢Ý¼‘1¸öo"
  b"£├qì¸\x0EëEòrP3ã´y0"
  b"œÈ¡Äç?žD–£ˆ\x08"˽u"
  b"œì;ù„\x0EÊN³I\x05irX…ã"
  b"Ø\fZz ¬\x16AÜ'┼ãKE█>"
  b"Ø(¥éÂizIÖ3█L«\x17Â\x1F"
  b"Ø4<nKÏF@»ªM\x04┐ê±="
  b"Ø5û\x13:c<O┐░:eo\x02$#"
  b"""
    ØÃH║:\n
    w@é└╣³C¢\e{
    """
  b"Ø‗?V¾Ó­IǪ6Î■#7©"
  b"žÍ\x1F%n$ÅK®¦È+¨˜"n"
  b"Ÿ,Áb€uÅNµ7Ñ]¸Ëß)"
  b"ŸNX7]0 @„\x02cëÊŸ%ž"
  b"ƒç¤[╣C Kø£Åwg?A9"
  b"ŸŽ\x19¨~‰™B£ÍyÎz@–½"
  b"Ÿìé(Áf\x0EHˆàC<Ináˆ"
  b"Ÿ÷áÂb%¹N°óDGê÷$ø"
  b"á2\x0EÁ╝ÜNGÉüçÏ÷Ýhs"
  b"""
    ʫ8„6\n
    N·ê0üõO"P
    """
  b"í\x03\eÀ¾Q:Mì┌6\x00T└x\x0F"
  b"¡pQNïû¡E²°”5\x02Í\x1ER"
  b"í▄«ÉüÅ[Kç(█ªQþÞ'"
  b"¡å\x05nÏSJIºæ\x7F\x1D\x02\x02am"
  b"¡ø».àÌ7L ä¡ó§æ,Œ"
  b"¢XÕ^tRjN‚A\x1EÖ¹\t\x04¿"
  b"¢ÈÚBŒJ˜@€s8ÂB\x08„÷"
  b"¢ÔgE7(II‡m\x1FèµÅ¹F"
  b"£7HéƒÙRMœºQ*Aj\x03»"
  b"£¦\t5ï}:C¸k'«‹4-þ"
  b"£¨{Al¹nE½ [³vз["
  b"¤S•=øÆ»J®}ƒ\x1C±Õ¤è"
  b"ñgZ¨\x04\x08!B¢ÈÅûÁ├öþ"
  b"¤Ú*ûˆe\x1F@›3€ì«XcE"
  b"ñ‗¾Ëþƒ1MÅ\x17\x01¦ð¢\x03ü"
  b"ñ¸2╬D@äKÄì▓Wàu\x06"
  b"¥OQ„‰f~B©]È»\fÚI"
  b"¥hH‹P2¢Mˆ\x01\x01z\\x16ö\x02"
  b"¥y®ÞKÈËN­UÖgÙ\x13àV"
  b"Ѻ@ùüÐTD¿╝ı§¶\x03"
  b"¦D¡Õl™~@£øš5e°¬\"
  b"¦¹\x1D¬æ_žN³\x17u»Cw-Ò"
  b"§\x18Hß‘ÿùL½Y»—:pO\x1D"
  b"§\x7FücDý4A®R/)D£Ú]"
  b"§†U$Ù!ÒD¼u´\x03\x1F"³Å"
  b"§Ê†ß\x08ý;Kš\x03ó"j¦Q"
  b"¿r\vúæ▒qAÉøt|c█ëú"
  b"¿óy¯ØqÿN£\x0Eø█¼\x1Cíü"
  b"¿│B\v»\¬AÑ┬ÊE║p╣Å"
  b"©#\x19ðêþmN¥_<R˜­§$"
  b"©…ë\x13!kØH¬˜ÀM\x12\x0F"
  b"©Íþ¼ˆ\x1E%H›\x17MÐç\x04Љ"
  b"©Î=:ˆFŽCž\x12\x0F*kPAq"
  b"©âÄ@fâÉI«6ý˜±î$,"
  b"ª\x0E\x1D×~O³Ï÷0æ1Lµ"
  b"ªAò'\x0F“¦L›ýh\x14\x12Çš\x1F"
  b"ªg\Žæ$±@¯_Ë´“ß\x19m"
  b"ª¶ËbÄÐbF‹Áp\v\x03ŽËÈ"
  b"ªØÓ§FËÿF’Ï\x1A\x02\x01<v"
  b"ªþà3ó–\x03B–èž\x10®&ž\x12"
  b"«K×ÐÔwjA™~"ªÕÿÔú"
  b"«[\x1D!¹:êI©ÐRHñßµž"
  b"«— 'œ&"F¤\x14?KÂÆÜñ"
  b"««ÖÁþFiN ÝYàP\x1E"
  b"¬\x08\x19cv»ˆN’8é²=~õ?"
  b"¬gÄ1,ÞhM§ÄW5:±~Ö"
  b"¼÷┤JÅ,ÌIº¶XÄaú5\x1C"
  b"­+¢ke@™C¹#Ô±\x16˜:á"
  b"­@TEUŽ\x1CN·Oæ\x16J‹\k"
  b"­\¡XΧ\x12N±vá\x10Èpæm"
  b"­uGM\x14ËnC•4âÙê%‹="
  b"­Š®íØÇ\x01O¿ò®\x03ÁÄи"
  b"®$ö´þĹM›N2\x1DFZ\x17b"
  b"®&Ô(ª-ùK¾Þ6\rÁj¾m"
  b"«P<º‗ZøJ«ìBÿ╩4É\x04"
  b"«Í»»î@ØAÄæuÔÄ╝W*"
  b"¯n™žú+½Kª¤ù\tG\x12*5"
  b"¯Ó“ÝU@¨E¬¦õô\x1D&4¾"
  b"»▀uñ╩▓─FÅLü8\x08\x16"
  b"°\x17ÁÞ"\x18ü@´ÿBnXW–F"
  b"°Fía¸æKA§ø­ÿŠ®\´"
  b"°‚(÷{Y\vH¢ƒä¤¤HúG"
  b"°¢ÕÊHä\x1AH‰WÌ2KŽÈ¾"
  b"°¿íÈ=ëu@ \x16°õɸм"
  b"±KŠ=2EuL¿‚\x10\x1C\x1E'5y"
  b"▒`á│{ÉéCæ╠■%ıë7/"
  b"▒ü¾¡ùG┐LïDø╔▄øIB"
  b"▒£ÄPÌ÷èGÉ(ºA½È¾z"
  b"²\x08\x06._ºÓO¢³Ÿ+Ò‹ä\x05"
  b"²:XXJBKD«Mšé[\x06Çz"
  b"²ÅÀ[.,ÂC¾ÙÒe3qzÈ"
  b"³/s\x14\x06\r\x13J°f\x06¯^ë\x02."
  b"³¨~XŽMøO¿s £O›»™"
  b"³Æ%³’!]A¾îŸ‡&²xþ"
  b"³Ì\x0F-PzÉJžúRL\x03¦\rn"
  b"³Ü—[ç vMŒA¯m[4Z)"
  b"³ã¤âè#ŽN‹®ý*t)Ôn"
  b"""
    ´\n
    ¼o\x10¶IMŽÐ&YžH \v
    """
  b"┤"╬ü\x04|ð@▓xBBí­²┴"
  b"´-\x13…³SiE»\x05iÄ"\x03Ô±"
  b"µ\x1AщêæñH°cX!C\x1D"
  b"Á├×õÖÓ@Dì\x07^X¦ò\x0F4"
  b"Á┼7÷\x16×=Gƒìr¤æ\x06av"
  b"Â\x02GFÛî\x17Dø├î█Å\x16/_"
  b"\x05\x7F\x19çMˆ\fÚZK]xK"
  b"¶!*´EÌ¡C¾´ÜaMÑÞ["
  b"Â!ÖKpã\x18\x19ɦ\v\x0E¾‗"
  b"ÂøÉQª»ÂJªoÅp;sG²"
  b"""
    ¶ð\n
    vÔÅLK‹\x0FE¾Ó5ò\x1A
    """
  b"·Pš?s\x06VFžDqð\x01\fP<"
  b"·Ü¶µH„1E¯÷‘\x11Ü\x19"
  b"¸\x05:ï-K\x17O¶‡L°\x01\x18¾-"
  b"©\x05╣ïÄüóK┐µ\x11w\x16\x06"
  b"""
    ©\n
    \x0Eàóð\x13N▒m\x0F\x17
    """
  b"¸Jþxs\x1AÞOµ,ËT3;!i"
  b"©üh/ù\x03\x0EMä·'\x07êùð¬"
  b"©╩R┬ÿüÙJÂBô\x05‗µ©\x0E"
  b"¸ÿ\x07Î\x14é&E´­2ÙRPgP"
  b"¹ƒ/sé\x14€J¿h؃\x04`µ¢"
  b"¹áÙ¤¿\x08»C¡I*»\x00ûa]"
  b"º/^Qe%\x06G¼‡®ÔT›\x0E¼"
  b"║Ç\x1C"²CáOÉ$VÒ\x17┬¾»"
  b"º¤—¬¿\x07ØLžCöñ׳\x00Æ"
  b"ºÆ\T‹Õ5EŽêRqI³‚h"
  b"ºÿ*ˆ·u\x1EC‹­lJ°† c"
  b"»\v ë\x01ì)O¢®$„Ò.åD"
  b"»\x0Fø­"0éC Ì®Pæ66*"
  b"»Y¡\x10\x12˜qD…\x1EÙ}ÏŠÈM"
  b"╗k╝çÂ1 E»°J-þ¾Ø┌"
  b"╗É\x15¹â┼bE×Ôtû90\x11K"
  b"╗Ü\e\x17\x05\x07#õæM³p"
  b"»À&2\vT‘J¬‚\x0Eiòχ²"
  b"¼\x17h\x06ÒKžG«\x0Fyê+R\x11X"
  b"¼\e\x0Fæ†/±B¯\x00tÌrHg\x1A"
  b"╝6ª■º6\x18J▒■╚+ìêb;"
  b"¼¤¿Ü‘–ëIœ\x10´„\x19Å„w"
  b"¼³<‘sOÆI™qM*¯£`˜"
  b"¢=Kb(-yA¿¨Øð\x12çÔá"
  b"½Æs+\x06¼bB™né3\x00P*¾"
  b"½É!-Çh¡C¬2¬±~\x13á:"
  b"¾\vnV\r\x045Cº(4¨s\x1F½Ô"
  b"¥Váö$ÿqCûpÊÅVµéÓ"
  b"¾Çô+â÷ÖG° \vÒ±]{è"
  b"¾ÓF\x10«“´N»µŽàäI×B"
  b"¾áŸ£P!ìKµ\x00ª×ŽÐG„"
  b"¥õ{½Úì¢Kê\x00\x04▀íù½õ"
  b"¿'9ië3ÍE’?\x02vϱ­§"
  b"""
    ┐t((é\\x13FÅ×╦u\n
    Y3å
    """
  b"¿zß_ÃÖ\x07\x17Bœvõq@"
  b"ÀÃc\x1D\{8IšF>Î5Ó\x7Fù"
  b"\x1E\x05\x13MßÃ@║uÅ=î\x17md"
  b"Á=¦\e$ØúN¢ÃäƒË\x05£\x1E"
  b"Áeº/BèÎL¶YšòÇxì­"
  b"Á«•\x14½$\@’#šÿçQ\x1FQ"
  b"Á´á\x16#ÛÜI¸Kz"çg|\x13"
  b"┴╣\x14gý/ÅD┤î§w⤃Ö"
  b"Â(w $PëO«\x03œ\x17UùôÅ"
  b"┬(¸±\x14═IIÅ▒╚Ä\x00«Î®"
  b"Â80êip1E”xÝÓ0š,J"
  b"ÂYgÇbt…C—NÐ[·ê$Ž"
  b"Ã\x029ñ·@xJ‘\x0F^‹\x11ÀEŸ"
  b"├@oÐì0QMÿ\x1E7:v\x02┘║"
  b"├F_µ®Ôü@║Ø\e╝ÏÌîf"
  b"À\x0FyºOØI°"Ä[Â|çi"
  b"Êvb= \x10@Ÿ¬\x1Dí‹~Ø\x0F"
  b"ÃÇB$®ê\e@‡TYi?æ j"
  b"├╩â\x01╗ü╠MÀsf\x13 }\v"
  b"ÃíC£(š\x03E”ÐýÁÉ®°Ö"
  b"ÄEë+ÙQ†K¯_\x13Àü ¶«"
  b"─aõ3Q╣╣CØ=╗3\x12Q­╬"
  b"ÄdÏ\t'šÑJ‹†8ßýZˆl"
  b"Ä‹”»iƬH“¿;m\ršUâ"
  b"Ä•ág8Ó€D¢.†ÊÖÓ,¨"
  b"┼╣UÁö‗)EÆ{¬¤mì°U"
  b"""
    ÅÀÝ*\x0F†îL“\vÙ\n
    ¹ûï\x14
    """
  b"Æ\r\x14°™þ_B°Dþ\f8Ls+"
  b"ÆI`T-¢ŽG”ˆ1ÆÍºÏY"
  b"Æ´q*OŠ•L˜âƒp]»öÌ"
  b"ãõ<¦Lô0GüâW¬úFçô"
  b"Ã"\x05Á0\x06ØB¢±è,r\x12"
  b"Ã8▒Äßû▀C®‗\x02Åè}$¯"
  b"ÇžÏ\x05Îý·K“ö-\x1F\x04ˆB\x01"
  b"È?Í\x10j‰!H„D%›e]Åñ"
  b"╚Záü\e\rMHáÛ├\vtI¶O"
  b"Èj #4h\x01I ó¡í¯˜Ë¶"
  b"ȽËjuºlG›ô¯×â²ø$"
  b"ÈÙèl\x7FÂTI´â\x1Dè¾Øç„"
  b"Èé2\x04ÓAFJ‘្x°‘ "
  b"╚ ▀i©\x16!Oèèo·WWìÈ"
  b"É\t›}6Ý»M“-69!b©½"
  b"ÉL\x08J”©æHž\x11ºÛ)²kÜ"
  b"╔├╣&\x1A┼ìN╝H!┘þ:¨ê"
  b"Êi<Øë[Ñ@´fýb2fÎÝ"
  b"╩쬦\x02\x124N▒¯\x1FNw|Gû"
  b"Êëž8äÕ3M—\x11\x11L¿‰ç9"
  b"╩­ƒN(┐‗GèÄJM-ØKË"
  b"╦Sû\x00Ó\rÉHÇ\x05\x0F╗Ú\x14"
  b"ËÈÏ9Ø`§K””1‰+æ|Õ"
  b"ËÛ¢\x00exvJ¢üsŸ¶%\x01Ø"
  b"\x12_çä\x1FÅJ╣ÖØ¯Çñ¸‗"
  b"Ì*Ô\x03\x1C…eL¤5úEÍp©\x05"
  b"Ì11'ÁÛ§H³{LÒg\x03ý\x10"
  b"Ì_ýr2B\x08C¾×6}QáÂ<"
  b"̅ʧawEFƒ"\x17=žF»Ö"
  b"╠Û║jIJ▒Eü.à■¢lo\x04"
  b"Í\x02\x14s­J”´bQM\x0EÎâ"
  b"Í\x1E×\x7F=œ5Dޏ<Ûü1’4"
  b"ͼ2·¡\x04`K€¡]\x1AÓ&Rè"
  b"╬ ßaÅü\x04K▓q#\f")Þ_"
  b"ÎT\x17)ªÓ·A£É#.G3´…"
  b"╬t\x08µO\x11XJü\x17─&·Â5L"
  b"Πž€A¾ÊL…R‰Û\vi·;"
  b"ÎÑsJ4»‚K¡À©\x03\x1Dp\x08ª"
  b"Ï9"¦Õv^@£w¥W^\x06"
  b"ÏJ\x15sP†èFŒÌý¥èc›×"
  b"ÏM\x1E›¾ã¸L†×C8…L¼\x13"
  b"Ïx˜ì×Ë5Jœ\x174\x12h «Ê"
  b"ð\f\x10ëcÁ\x14N│Ø\t{rä\x1F\x12"
  b"Ð&rÜ7yeI”Êq§c\x0Fæ1"
  b"Ð-ÐeØ?‹Dµ\x08«{ÖH”a"
  b"""
    ðt»├?¦[Iîì¬Gö\n
    ä¼
    """
  b"ЄV«ÏRïM¾T1Dê(ûh"
  b"ДÞ!BbëC´\x01\x0E\t=rˆÖ"
  b"ð┼É╝#ö¯Bâû붺s/'"
  b"Ð\rA!-\eKì\x12\x7Fò5Í╦"
  b"ÐÆØ░^\x14┘FÄ█Ë)1uÀ°"
  b"Òuä9šA\x17H‚\x02å!o1yf"
  b"Ò¼Êÿב\x1ALŽû#Ȭ¢€\x05"
  b"Ó°\tã\x00™²D¯q¯'›“¦G"
  b"ÓÃøâ)Ÿ!G…B»ÂpµN\x16"
  b"""
    È*┬─(ѵCéË╩ì0\n
    \x0Fß
    """
  b"Ôz•q5aØH–„‹]­†œì"
  b"È«1ü\x12fu@èó¡.ÍLÓE"
  b"ÔÈ_^Xh\x07@°dª§ÉGZ¢"
  b"ÔñýC ¥²EœÇISà1éx"
  b"Õiu!(â(K¤næY\x1A<Nü"
  b"Õ·l\x7FŒ}JO–ëÆíìùF&"
  b"ÕŘ|HÞkJ…F-±N\x1A\r"
  b"Ö.ý‚\x1FD3@ºÛá!ƒ¤«ù"
  b"̓ìÇfY G£òÂc\x1C^\x10#"
  b"Ͷ\x00"\x13)²I½ý.▀á¦Å┼"
  b"×=+¤:8ðD¬\ré)%Ç$ï"
  b"Î|oìA} Kø\táï╔h╚\x1E"
  b"×~tuªŒÛB™ûœß/CB)"
  b"Ø/¼xDÉ(M‰<¿Í¿\x15_\x7F"
  b"ØQÔc³[bI¯YøÕTdˆÇ"
  b"Ø`D¤‹ÀéJ˜›¤Ôn\x06Np"
  b"Ïe─³\x06\x17─A│ç\x0EäE²\x10Ø"
  b"؈}A‡rìE¶ôN×chÑæ"
  b"ÏèÛ`╬¢ìG¢■©╔P└=¿"
  b"ب‰Æ\x13Š¢@’)¸ã޾ú6"
  b"ØøJ^‘¬{B£\x1Cªh–7$±"
  b"Ù@D\x1EÊl\x13F•‹–\x0Eh~ˆß"
  b"Ùi\x18­×uhGª·ŸêØ\ªa"
  b"Ù}w¡~€\x00Fž¼Åç\x08ÐÔE"
  b"Ù‹\x12ru3=O³\x02Q‰áL³\e"
  b"┘£É\x03ç6fAönpÁg¡█]"
  b"ÙÚò?¡g¿J˜Á쾕ð«z"
  b"┌xî\x1D¦'■E¿¹UÐÔèì7"
  b"""
    Úy\n
    ‚ª’ºFŽÙxg\x1A®Ô 
    """
  b"┌■┐Ûß´ÈFÁ\x17\x0Fì├ú"
  b"█UÄ▄ÉÊvO¥╝_█7uº?"
  b"Û[­õÏÍ“H¶aؼ2fjñ"
  b"Û›_\x06„¯ìI…d\x12Ã\x03ÚTÁ"
  b"Û«\f$û‡P@«ì\túR£Bû"
  b"█╠Éã\e\x1C@¢¥Ì.ç┌yã"
  b"█Ù\eÎß\x1FØDüõ\r\x10C┌"
  b"ÛíøtùÖöJ›<ñ}½§<½"
  b"Ü\x19\x00Nļ0Hµ†Ïe·Y\nŠ"
  b"Ü \r\x19IœB–xã^Ïb\x08{"
  b"ÜÑ1â褖O¨´ÌŒ¶Bq¯"
  b"ÝQ—\2\x00ÐF¥¸/³\x06\t0g"
  b"Ý“<×øýúNª‚j\x1ExÐÁa"
  b"¦▓[\x1CÂ_qLì5\x16┼6I\x1D"
  b"Þ\x16éæ¼SuH½ƒ2=™òLø"
  b"Ì\x1F\eØIe\x1EBêÉa}\x19ü®║"
  b"Þ'\x07Ð3ÕqB¬e._\x1FP#H"
  b"Þ]{À2¼aJœÚwuýŽ\x16J"
  b"Þ}áîâ\vF– gA\x05ôSa"
  b"Þ£xb\x04\x1DNC‹I=èÉ„1¼"
  b"ßÞõ\x1D´Ý>J…ôGë°\x05im"
  b"à\t’?Þ±–A…y\x01KàJ\v\x1C"
  b"Ó4Ë\x16NÚ¦A¬h▒4¨É\x12"
  b"à9rRÿìŒL :HênÕŠp"
  b"à;ðÏåe"B‡‚1g\r×\x00Ê"
  b"Óì0yØ\x14&E│┘WnIÊ\x19b"
  b"ྃcŽ”óI¨>b\x06¢\x19\tä"
  b"Ó¦\x1F\x19è}I¼Å╔þ{«$¾"
  b"á.ø÷€S*J„[e¤v¹Üž"
  b"áŠ1Ù\x180ýM¢e\f¨¶85þ"
  b"â"zñ\x13®äN™ÑslÇœàk"
  b"â%,ç} ?OºZ‰ÈÅ\eC'"
  b"â<÷Ì™©¾G…Í:HóÕ¤š"
  b"ãK\x11xd\x0F†J¬w››Ç\x03ç“"
  b"ãûÛ|!\vGG€²mê<ò9j"
  b"ä\x16£ËÍ4èL½U\x04½€\x04€Ó"
  b"Õ3+j³\x02wEÄ+üì\x04Òñ\x7F"
  b"å:Ø™ëm‡Dµ:ýe»Üƒ="
  b"å_¥ZÖž,E­°í¦‹+µw"
  b"Õe─ZÛ#ÉLØæ:hÄfÊ╗"
  b"ÕhC%<ÄìD×j╠¡\en3¹"
  b"ÕäàÇAê╚@ÿÇ┤Åâ+ì¹"
  b"å·10úlîJ¨\x07\f~ÌóïÑ"
  b"µ sù═À-@Æ┴ØcÎP╔ï"
  b"æB½›Ã*ÐFާd(e\x11"
  b"æVþj$®fB•›ãÌôW\x06£"
  b"µÑ\x17¥┬vÅBÂ┐ܹ/Ï║/"
  b"µ®ª\x18ñ¹═LâüÐתã\x1D\n"
  b"µ¯)6Ç‗vNåz\x1C¹1┐¾É"
  b"þFü│¦7SIæ¸ıÿY\r?‗"
  b"çHÑ\x03–WËM·Ðv+c«ùÇ"
  b"þÀÇ)/©\fCª.a2ÕóvÉ"
  b"çú!\x1EòŒ5I©ù ›Ûí‹å"
  b"è\x11¿ü¬&]A‚+µ•ë<ï¬"
  b"Þ\x15ùª├ë┴GÑÊÉh├$\x06i"
  b"è(\x10蜺ðMºç<aºƒ&\n"
  b"èW=…ÈáŠOšädÅß/) "
  b"èu:N¼¯$@“ýhñ2\Nø"
  b"Þülè3­\FûM¤┌Uj±n"
  b"è pÈ\x7F\x05ÃC³ø?¬—‚rÆ"
  b"èÃ'ƒRÙþF’º\x13\f&x"
  b"é\x16\x0E\v5\x1C«OŸüä\x1Cy\x0FM2"
  b"ÚU1¥¼░vOù·Æv ÅÛ6"
]
228 33.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 1000
Parameters:
[
  true
  b"\x00Ä`\x05õ\n%N…¯„ñL%N®"
  b"\x010âý“‰;A¯*#¨’Ç&\x04"
  b"\x01åMt\└\x16\x1D╣¬)‗êö"
  b"\x01ªý8QT$H€šˆ˜\x13¼Ÿ""
  b"\x01Âþh$}ıMû\x19Áy߃lì"
  b"\x01Êíñ|••@…T†€WÑ…Y"
  b"\x02\fsÅó&òE¿šš5xWØ5"
  b"\x02\x1Cµ•ükWI›y$?°-¿7"
  b"\x02$©Ð#IôF˜\x05\x06¼5A"
  b"\x02\x7Fñ┘!aîLöz¾ÅgCÚ9"
  b"\x02ë%L¾2│OÅ\x02@JID;\x01"
  b"\x02ƒ²\x16³ø╦HØ+§Z³K\vè"
  b"\x02\x06ØýK;Gä\x18òÚ╔"0\x00"
  b"\x02þ|®Ž\eaI§Fx\x7FÅó^Á"
  b"\x03\x06Gæ¹|ıCÅDÅPÓ,§/"
  b"\x031\x15/éX H²°Ë¬n‚Ÿ\x12"
  b"\x03bÙjgºÈ@–VÁ‘kCëM"
  b"\x03╝▓ðÕ╝\x05@ØÑ\x00E&\x07÷%"
  b"\x03¾ò\x1Aƒ¸ƒH·7oÚ”Á˜\x7F"
  b"\x04\x17ï¬-qúJ‘”F^\x01™Þâ"
  b"\x04_A7¼Ï7@Å7!╬ı.Ý·"
  b"\x04r\f\x10÷¼@FªqØ&■íR`"
  b"\x04ÇMi÷a╗O▒E°¢\x13ìB»"
  b"\x04Ù4WC¶┤O£\x11÷\x0Eü▓ƒE"
  b"\x05\x12ƒºÆv I…«ƒ\x17\x19Á²û"
  b"\x05RÉ2ÂúöM¥¡äå\x19KTd"
  b"\x05Ö0=r‰ÿE°è=™r\x1As!"
  b"\x063\x1CAøÿ_N½ì¨í´%D\x03"
  b"\x06O\x13©í=VIØAFuÿT\x11¢"
  b"\x06["½ØL¢Dž›6É9¤ÈR"
  b"\x07lº×öøñB•ÀöU\x7F-ã›"
  b"\x07Œk4¨¢†K¨\e¸¤\x1DW™Ü"
  b"\x07Ö▓X╣³6AØ╗x\x1EÈÁ¦*"
  b"\x07ǘ®ƒv3G‘pPB*ð2\x07"
  b"\x07é ˜ñÒ`EšMd«Õ¤¯v"
  b"\x08[®Š¾\f×M£ÿ\x1F-k\x10öŒ"
  b"""
    \t┌UT\n
    »ØAê\x1E÷╝ø╦~ï
    """
  b"\tÿ\x15ç\tÚ9C¯v\x1EÏÔù\x7F."
  b"""
    \n
    FNûàˆôA”'9r€Ê5@
    """
  b"""
    \n
    l8uÌ?­@ÖFÅ\x01¤ÖKg
    """
  b"""
    \n
    õû┘äü\x19Jù®µ\x11RÕ×Ù
    """
  b"\v[fµ‡x=M­Ç\x16æ¾>ù£"
  b"\vî¦Î$ƹJ´þµ¹~*\x05¥"
  b"\fº¹$1óó@„ô)S\x1F\x13$\x12"
  b"\få;êÕ\x16\x1EKž0bT¤¹|\x08"
  b"\fÚp'ø\x16ìAÂ}á\x02âxà9"
  b"\r└á·ÅkF@ª┴`╔▀m\x05Æ"
  b"\rÅÇ•>ÔµJ®ÕÀoìÄ–f"
  b"\x0E\x00‘Î\x1Fü–NŸNÊ~yçKî"
  b"\x0E"À¢mÝàE¡¿\ÂB³.¾"
  b"\x0E€ë\x00£JWH•\x19¦Nw‰\x7FÀ"
  b"\x0E§¼©ç‡uO—4Jš|–KÊ"
  b"\x0F\x1DïSêìYIŽ›6Õ‡a(Í"
  b"\x0FC‰ ey¢G‹JŠ\x18\tf\x1FÛ"
  b"\x0F^½;Ø‗§GŽú\x07ú¹)▓"
  b"\x0Fh¶Ìfu\fB¾üýu¦þ\x1Ež"
  b"\x0Ftyª~¤ëH¸ê}õ—‹\x1A\x0E"
  b"\x0Fé╝▒\x02\x1FAAü÷=\x03ç,ËÙ"
  b"\x0F¥¶Ä[\x1F\vH“\x01Þ±ý›¶\x12"
  b"\x10\x18\x0FÙÊ}@ü\fd®:‗ƒ¦"
  b"\x10\x1E6Ê–»ÙL˜÷\x1F~|™è\x17"
  b"\x10;©eÀ‚ÓO¸ZÜ")˜ ï"
  b"\x10\x7Fy\x08■¡‗Cü"nTè#ÈE"
  b"\x10¶·KY–žA¼Ìñs†Ÿm\x1E"
  b"\x10ÁyvOgwH½ù¸…™*î"
  b"\x10åú\x07õVJG‹LS77ü_œ"
  b"\x11<øÎE\x1CóH—ü¥|Iýøý"
  b"\x11n\x04hñ³úI“Aˆ\x1F¶ŽW¼"
  b"\x11‘$(¾\x7FmHª7iú\x18¥ÊK"
  b"""
    \x11Å£\x08þ+ŠLƒù\r\n
    ³ÅõY
    """
  b"\x12\x1D0VŠ\x15óI•Ü.¡ãÓ;"
  b"\x120üñÞ\t K‡ëÆtŸ;L\"
  b"\x12E…O‘GpD…MÇ’Ïž„\x16"
  b"\x12W\x01\x07OźL›†¾\x01\e$àU"
  b"\x12¹ñ\x08d:]D½™°¥Ý#G<"
  b"\x12Ý\x00ñÑ\x06E˜±ôp\x10\x07d"
  b"\x13\x1Do(ŽÁ¦F†ø`8hXl¤"
  b"\x13é\x17®\x7Fg×Aô\vPÖè╬Å?"
  b"\x13…Ýws¿'B­C>¶=fhI"
  b"\x13±³¼t\x04]HŸ†¸9)ÄøO"
  b"\x13ß—~Ý\x03”L›3’ŽU¿\tä"
  b"\x13ä€YES¤B·³þ·ÑŽß\x19"
  b"\x14\x0E¿‘î[ãD¥\r|€=\x1AÁà"
  b"\x14wZ8£ÊMH¨ò\x10#tíLF"
  b"\x14ì\x12\eÚ ,Gë\x1D3@u\x01X╝"
  b"\x14’á%‡6’G¨\x17\x1AƼÎÁ¼"
  b"\x14›ÐgÉ‘\x18L’«‘ó„í ÿ"
  b"\x14¯½ Ç"OI§/!n†„/x"
  b"\x14ðþЭåH@€6ÂiN\x1DíÃ"
  b"\x15\x04ßÀ³ÌoJ»)ŒôÇ\x06ž="
  b"\x15¶–¡fGKM¼óÆ\x04FÑÐñ"
  b"\x15┌37Ôf\x14N²1Ë\x1EØ>L"
  b"\x16!ö-V¨âGòü╔'ç├rj"
  b"\x161LV}Y\x04H£ƒóºO#`,"
  b"\x16}wg˜”´C¹¤Ë{Dèþ¿"
  b"\x16ì/\x1CXþÁAïº;]\x06¹╚K"
  b"""
    \x16¹žý´ø*H¬\n
    ‰óbIƒ¯
    """
  b"\x17F\x1EÔ\x14\t7D’?Óm\x06\x16\x0Ež"
  b"\x17\f¤ƒ:AÄÍ¨ÂØ×fþ"
  b"\x18\tGþq\x19ùF’\x12‘7Õ’Èè"
  b"\x18zÑÅI.\x01IŠ@嚎4äÖ"
  b"\x19qŸ'¸–\x06D®Kʈo\x11×>"
  b"\x19╣┤\x02\x10\x14ƒLün±ñeQFy"
  b"\x19³÷╠üK\x7FCñ─ëM▄|û°"
  b"""
    \x1AÞ%\n
    ÎO§JÅm┬Äïcßâ
    """
  b"\e\x037╔î█ÞEÜÔiPâÓ9Ø"
  b"\e#└ï\x03╔dOØá9,kíê┴"
  b"\eM│ÝôNÈF┼bÉ·O"
  b"\e^\x10Ël13@¦¿\x1Aš²±›g"
  b"\e\x13,\rŸO­MÐÐ\x003ûý"
  b"\em\x00˜\x12ð2F£wJ³\x03I”C"
  b"\ev\eQˆìfFŽÕ"f™‰0Ò"
  b"\e‰Œ÷eÑ´A¶L\x15YÐÁý\x1F"
  b"\x1C\x1E\x0F5ºð–MŽ~¼sc,°Ö"
  b"\x1C§ðÀ^Ä×@®ÓÑuWA†\x18"
  b"\x1D»Ñ═ü┌|Jø\x046å5Ó╝í"
  b"\x1DÿÝ„¾¥-C¹—:ýI÷ˆ^"
  b"\x1E\x17½’ÙPµA£ûæ‹å\x06ÿÁ"
  b"\x1Eu\x15ÓåÎÈL¶¬ØóŸ˜ñá"
  b"\x1F\x18œlµEÏFªS=Wd$­e"
  b"\x1FJVDI\x16´K£Ï`‘øo/å"
  b"\x1FOùªÄÞ,A›Ý|’Ž"e÷"
  b"\x1FjÃYçu╠LØó\x1E°á|X!"
  b"\x1Fl\x00<…À\eG–\x00³M,\x1Dm\x04"
  b"\x1FÉ´╦ªÛPKÂ\x0FæäOn-\f"
  b"\x1FÙaß\x0FwsD’IX‰ó\x0E  "
  b"\x1FÝB¢½ \x12N¹L¹\x15\x1C©˜b"
  b" (—£lAäCŸr#‹W\x19ÃO"
  b"\x00Àÿ'qG©s±a6==¿"
  b" º\x19®a¬\x1EI‡*´˜¼IâW"
  b" ó`X¸2žKžœ×z\x07¶¡\v"
  b"""
    !\x01F;®$éC‡ÖÎöØu\n
    &
    """
  b"""
    !nXÍëÄÃJعµ\n
    ÈÌÙ¶
    """
  b"!\x7F«N\x1CÎ^L«É\x15\x132s4á"
  b"!”e\x1C9Ø*E¾0@\x1CV\x1C"
  b"!ÐË\x14(‹VIˆR÷Ñï%ã\x05"
  b"!Õ²±\x04â©K¾\x03?¬CLþó"
  b""\fÒT»\x10‰DŽ\x18¦­·\x1E¹0"
  b""\x105¼m\x00¼Eº·›Œ»ÀfÚ"
  b""%\x17:ï┘Ï@î¾>ÍZÉ=9"
  b""d!c6}\x18Gžbù’Þô@8"
  b""rj_˜Ë—H£¢ªã \x08´ø"
  b""•M\x16[Ê.N»5p\x06~ÝhI"
  b""òÿ‗ü╩æJ¢I;¤tú╬f"
  b""–ôÐû³\x06Iž¥è>×¶J;"
  b""¹┴(¬÷╬K½Éu%÷î+\e"
  b"#\ªËV]ÿBˆÞ&¸%X»X"
  b"#û½ÙÞ▀¾LØ5\x07Ee═\x1C½"
  b"#™æÉ/‚šN¦XAE2Zgc"
  b"#¦Oa\x11¹\x19Jœ[\x1C âS¼Í"
  b"#¨U@Én»F¼9\x05ÛØ°Wò"
  b"$Z·þ«gÙKŸiðµá—°’"
  b"$Çš=$jMC´\x05CÁÈ®\x00û"
  b"&\fÙ•k\x18ÞD‹ƒ`»©ÀNÃ"
  b"\x0Ej\fØuG–ÆBÚú“\x19º"
  b"'_Sõ©9®E§¢Ž)áïÝ#"
  b"'u`<_¦ï@Ø)4░\x10Lä'"
  b"'{‰b\x1EÜŒJ“‚aÑžgŸZ"
  b"'×_Yn}\x07N║ í\f£\x1EÜÅ"
  b"'º(8\x16ö¹J‰±MÎâý×Ú"
  b"(g'o®êfH‚\vÒâ(7eì"
  b"(©P³├ØqCü±\x18"âÎvv"
  b"(ÔÒ½\\x1E\x16B¶õ#•…É›í"
  b")ÁIÕÿN\x12G†|mZ]âóž"
  b")ÎÜ¿îbo@Š_ûxË\x13”;"
  b"*\e©\x1Ap\x1DžHª\eÄŽ€‡Áh"
  b"*/]Ù䯑A¡&ïT\x04Õ\e¬"
  b"*Dq(›å¿L‚s\t8¸œ@Ð"
  b"*ytyíi6I©«+ÇÔƒÜ}"
  b"*í㊊TíJ’S¢‹!}N\x00"
  b"+,oÒ}jƒL´\x00¶]2ÔŒ€"
  b"+“nˆyØa@ \x10J€¢\x07½W"
  b",\v´R{þwEüϯ'\x17Æåm"
  b",\x10ôo´\x0E´Lƒ‚‰;\x17x\f"
  b",Aßìû¡ËE¨\x1Ajå¬Å\x1C"
  b",gØãµßqDö¨\x03j¥ø6Ó"
  b",iñT&æìE«\x05?\x01ºtý²"
  b"-$¬lˆYæK‹æ\x13­ßÏk³"
  b"-xæY\x12\x7F,GëG¦\x17Åt■‗"
  b"-¾§iÝD\x14J†´ƒ—\x06\x10-g"
  b"-ËÐ?î§ÄC†ÿN´»\x7F"
  b".k\x01\vƒ4O”…àN\x07§ã¦"
  b".ŒS\x7FÒß\x12B¡«$VŠvÚ5"
  b".õ‚pmé¯J·dÈõ½G@½"
  b"/\x0F\x00œÔ\rL‚¼ß£ÔIß”"
  b"\tú‹ëjOºDÖħÉÑÚ"
  b"""
    0qMÉúä│I▓BA\n
    xõ+\t
    """
  b"0z\x1FÃnÎ\x19H“ʘWj!¥s"
  b"0¤ä…M¡¾E©ãŸhñ†•\x08"
  b"0ÜÀ}æ#åMŽ;Õ¯™Ã}ç"
  b"1ï$åQŒhEŒd{ø¦\x1A"
  b"2 h"\x13€îN€6\x10ª\x02ªÔ¤"
  b"2+/(\x02u\rD—\x05b—ðÔÖ7"
  b"2.“¸\x04ú›O‘˱ʆ»­u"
  b"2“”ßJ\x12âM²èŠÔ)Æ2\x1E"
  b"2ÿHؤèíM╗·CKÈhL┌"
  b"""
    2Ôd\x06¡În@¾”\n
    [†(eq
    """
  b"2±ÚxüV*Kí\x1F_Þçü>G"
  b"3¸┴┐®\x1CsMïs±\x11ì÷wè"
  b"4\eôˆVpîD…ã ùÀÜ|@"
  b"4^÷ºñ\r*B©nÎÿºË¸¹"
  b"4╝Î^ÛÏpJàÌÏÅO¡l¬"
  b"59:eB}ôB½Å\e{lÖñ\t"
  b"5ÙçØï¦\x03E▓q»2│\x15"
  b"6\x0F(ý6iô@‰š\x07\x10h;çÉ"
  b"6t\x08\x7FÃôøI†KRÈØY}T"
  b"6ˆ{8XÐ&Lµª†š.©!«"
  b"""
    6ìê(Ì·\n
    \e32w§oƒ
    """
  b"7\x17˜.—\x17\Mº€Rkmþ²%"
  b"7:Zåê‘ÑOµÇ¿qÜ¿bÀ"
  b"7Pp«ïì[FôÝ\x16LZg²Ò"
  b"""
    7šÕ§.ÊHL’×Ý\x1Dú\n
    ©S
    """
  b"7Ø®┌G2_AÅ■\x19╚╠Ýõ\x16"
  b"\tæ\x14j=KºƒNó\x0F4ɉ"
  b"7íc/4<¡L•Êl0舉›"
  b"8\x08[\x1C@.zN¥\t¢µ\x13¶«Ï"
  b"8\x1E^Ï“¢\x14FšÑ/BSeëò"
  b"8\x1ExR¨e|K²j¦²üœUg"
  b"8IDü\x02Æ%B«²\x02ãE’èo"
  b"8 6ºÆynA‰þz\x1Aåö@p"
  b"9\f\x1Ek4I½ßzkvØ~Y"
  b"9\x0FoÌ…¾ØF¤\x003™–×–û"
  b"""
    95„P¤SÝF¢ä¦\n
    t_\x080
    """
  b"9ˆA\r5\x1AýN–áȾ–à%\"
  b"9ú■â6ûxMØîV\x0F©`=¶"
  b"9Éž)\x18®ÄG¬g\x04¿L’“­"
  b"9åÙE¶/üG§ü‹Ý=¸(t"
  b":©¶╠>6³KÅÒ\x14FH;ùm"
  b"\x004[ÉUEƒ/õ´9j_å"
  b";Y_ŽütUKŽEhÍVÆ\x07"
  b"<>ÏÈ&L3FÜ*‗ºìD\fø"
  b"<CK!g­#Fµ¶°\x0E–ø+Ì"
  b"<Ju\x11`o\x06KǶ┬\x1EQUÉÔ"
  b"<SplxÏ\tO®$aà³S\x15"
  b"<_\x10Ó¶|NFº\x0FcÌ:;\x19ñ"
  b"<jÜr³\x00KH¾O?2ù\x18D6"
  b"< E̹|\x14L çÇu™WßÀ"
  b"<«ŒSû3ýK“\r]„\x14,àÀ"
  b"<¼ê\"ÁvG¬ŸðWÁp_H"
  b"<þBß,•EB‘!w  ýÈ]"
  b"=+\x07²Åû Mó-ËÖÛ│SÍ"
  b"=\x7F\x04ç£\x07ÿH‘-k\x03\x19@p¹"
  b"=®á`‘%dI•ÁÉI¸´¢\x0E"
  b"=Ï~ƒ┼x}Dì\x16JiXª±é"
  b">q¤™\x16ä\x18@¾·ÁoéE"d"
  b">«26±pEJ„óeÌ\x1A¯\v\t"
  b">Ý·êt/\x7FE–Ê,ù\v–²\x16"
  b"?¬ÓšÓK$C¢‰Ï~\f^¶W"
  b"?├\t¾½eåH┐V3m{ì▒\x18"
  b"?àûš®X/@²rÙ\vcp†_"
  b"@w╠2^ÅpIñí\x11Â\x16G<╣"
  b"""
    @¬¼ý!É\n
    D£?\x17][0ı*
    """
  b"@®¡7sß(Hƒñ]è\x17ªUÔ"
  b"@¯zÒ%qvK—úÓ£™×˜S"
  b"@Ù€`Ÿ?;OŒF]ÞsÒxY"
  b"@¹DÒe\x14ZDØåîkþyyª"
  b"Ai?G¶ƒ\eH³‘ÖÄ›|<ã"
  b"AÂ\\x1FÇßóM²7˜A8À\x1D°"
  b"""
    AÆZX_ª\n
    E¹TÏŒ\x02\v\x01ç
    """
  b"B\x15\v€þ#\x11\x04< ?Ûf\x02"
  b"B4§ƒüÐ\x1EO¸Ü>+KDr\x01"
  b"CËð\x16ç)\x0FG¨«™/’MM’"
  b"\x16µçr#J¼|™\x14Á°Þ2"
  b"C좷·¯4J“\x14]r;ý\x12'"
  b"D(\x16‹ÀÅbGµ\x1EÙh°œ\x11ð"
  b"D9Pf\x05ËîM¿‘BVºšÙñ"
  b"Di{†ãéûHµ>†ÄRêæù"
  b"D{=\x05sT‚Mµ™³/„ìÝ\x04"
  b"D═º\x1E1)¶JÅq░\x7FUIÊ\x13"
  b"DÕw\x07\x17P®LŒ²\x1D•çÚBÃ"
  b"""
    DáÅ\n
    7_§I¯"’\x03\x11ˆ
    """
  b"E*ŸÈþkoB¿ÄMJ´Â\x04î"
  b"E^¢ærìå@”F\x0Eç=FŒ_"
  b"EŒÊuÕBÍE¸aV\x14½³#§"
  b"\x01Í@‹üD„È\r(–+¯O"
  b"E¸;v ™·H•¯qh}¿À="
  b"FU—›’t,B˜Fíù²À"‚"
  b"F…·yp(ëH³QÓbzp8Ò"
  b"FŸáïÌõBF‹åWk‚"8¼"
  b"F£”@ñ)WA‰cÏ%`…ÓÐ"
  b"F§ŠŒ)\x11ùB„†dÅ¡sx§"
  b"Fµòi6)9Eƒ•\fg\x1FÏ1|"
  b"Fêp#˜.\x07J†U{oÎQ\x17g"
  b"""
    Fêµ2’;\n
    G™Ò'DÞ]Jï
    """
  b"G£x\x13Q\x02¡G‚»¹Aw[<Æ"
  b"G¶y·ºÒ±N™ß×\x07uøŸo"
  b"GèNঔOH—b#öL®#<"
  b"H\x15{GhãúH╗į\x10îuÉD"
  b"""
    H?0Ĥ\n
    ÇBˆnðÉ39\vË
    """
  b"Hm’þ\x04'\AˆÖy(…Feæ"
  b"Huc¤Õû®Gº ;£÷A\e}"
  b"H\x7F░ü}╬\rF碭6(·\x10\x08"
  b"HØsµ█QØA░Xýn²Ù7y"
  b"I\x04Ú\x12²1pE¿ˆxö\x08àñ("
  b"I,ÕâBÊ╣C┐k+Øıjb^"
  b"I└p\x16Å\x03ÖOï?ªTs{\x17-"
  b"\x0FvÜÇ”Nƒ¢X¢­!à„"
  b"\x11\f\x0E –N›\x1EÆ•Ó\x10˜Ë"
  b"Iù"M¯5!D½¢³$\x08õ b"
  b"Iú¥8}™‡@¢\e²Í\x19ÛÎ("
  b"J\x1AØ\ôf+IûeJ¼\x03<Ð╝"
  b"Jhìš=­\x01M¶1|ìÈEû\v"
  b"JÄ;Xd·ËE§GöÂ\x13ïÇž"
  b"K\x1F S–'.K‘1á\x06\Ý_ˆ"
  b"K%\x03Xæ hJ޾½œšüƒ{"
  b"KUÌ;þÃ#F¥\x02Q¤=0f»"
  b"KØ`ôÝpEL░íË9ß▀DN"
  b"K¥Í=\x06ÞU@¼ð\x0F¸ô[üã"
  b"L6¥Þ¼²\vJ“L^g¦ª±\t"
  b"LhÇ\e¸yèG¹ƒ·œ–Ñ\x16\x12"
  b"Lq\x02nnµ˜L‚©äR3“Ð\r"
  b"LˆÆÑ8SÕE¸q=ÖÑgŒ\t"
  b"Lóâ=Í\e5NÉÂõÆÀdÊØ"
  b"LÄìÝËi½J°ØþƒH)\x0EŽ"
  b"LônB9³ÐO¥,Ógƒ³x½"
  b"M!¡ÌT\x0F\x12N¾¿½¬\x1A¤•""
  b"Mx·\x18\x18\x18 OØÓı{é\tí>"
  b"M­u=0ׇF«TæZ¯É\x1Fµ"
  b"MÍtqO ÓK¿¬O\e°òøö"
  b"MÎ÷Hò9dF–ó7h0÷[·"
  b"M¹¥ÐÅ"3M¡\x1A/ÂÃGÚ\x03"
  b"N\x1C\x0E‡ÎC±qï³–f{\x11"
  b"N*Ÿ62\x14‰N‰""=;‘ú\x05"
  b"NFß֎ʪK’¤hD\x18UÅW"
  b"Nìõc?jvHÇ\x15█u\x19lÉ┬"
  b"N­“Â?ë$A¢‘r¦ÆG7†"
  b"Nï•›È'}HƒâÏ\x17¢™£\x06"
  b"O(25\x1D\t‹B™õfKÇ´\x18Ù"
  b"OS\x1A\x16žóD”þ%«¤Ð\f&"
  b"Of[¦2\r‡D»\x12éÝlR\x15É"
  b"P'š\x1F»ÎGH‹2cÕ&{ \x10"
  b"PìÞÍ┌61CóñYà\x17¤Â╦"
  b"P•¸7¶=ôI…\x08ÕÉVú#\x02"
  b"""
    Q\x05\x02\n
    ±E\x05A¨ô\x19u0!\x05$
    """
  b"Q\x13œvM\rîB¨\x15xòG\x14ʽ"
  b"QªRG\x16[d@Š(.‹¦š\x16È"
  b"RZ▄6\x1FgºH¼jD┌x\x19üt"
  b"\x12­v╗=I»T°±‗·H\v"
  b"RÌû9\t\x0FúBŸ;\x15\x14t›"
  b"SK@\x15µÝ-A’½„©±Ò û"
  b"SLT\x01¤ù╗NâúúîãÉ^C"
  b"S‘¨8Î[ùNš™zèfô<]"
  b"S–˜r§k9G’®73\x14\x14\x17\x0F"
  b"S´¶…\x1C„§A•¹¬˜‘Jœ$"
  b"S¿ŽëR#ÍB›­äΓ½\x06\x00"
  b"S÷ð‡ÈO\x7FE¾ ³M\x06\x128‚"
  b"Tí ÃjƒHGâ¤\x15£½ìa¸"
  b"TïÂ]\x1Dµ}B§\x17÷ÓíÄó\x16"
  b"UC&ZQ>‡Mжîö«mÆÚ"
  b"UXä\x03Å\x13]K¢¥£r\x17‘ýk"
  b"U_^ª8-åD•7.\x0E\x16Ù†„"
  b"V\x14\x15^R¦ºJŒ€½u"œc{"
  b"Vv´߃(Gí\x1F/YÅÕ■["
  b"\x08ä¶YhI┐╬;èîüZ;"
  b"VÍ$7@OjF—…\x08ýaƒbq"
  b"W/m:þy{Aèì\x16Üp¿dC"
  b"Wì³0&öÎC—¹\x11¤ýMƒÊ"
  b"X>ª‚£ÀQM†ËSð[÷Œ„"
  b"Xj┘jx\x12ãIØütÑ\x03╬ê\x00"
  b"""
    X˜™\n
    ±W¨N´Äp\e-Ô[\e
    """
  b"X¹ÄÌ|=zEœÙ3ÞÄÑ7\x11"
  b"XËò\x0E░└╩GüÝn´×└®┤"
  b"Y\x10Êå·cÛI‡Ç\x06OØüÑî"
  b"YVûž#\eÃA¶5é’wz×\x0F"
  b"Yd±\x07`¡ÈB…«°dV3\x03ú"
  b"YÎõ+X46F•Ã÷v˜>½Y"
  b"Y¤¿ü\x06ý\x1FO┐ö\x1A}▄ï§]"
  b"\x1E\x03Ó)<G•'ˆyÙ\x0Eï™"
  b"\ßÜ/ÑÂ\x15B¼„®~æ=^\x04"
  b"\x14e€ã\x08\x12³\x05Ó/9€"
  b"]\x1F\x1Cþp‚\x12J¸1ÖÛÈ÷–7"
  b"]9ôÜóE%K¦OÇ´óŽ\x05ë"
  b"]>2pM¼¦@‚ÃäÛg¹X\x17"
  b"]N\x17çÙx▀LÅ¢¼H7WÃ9"
  b"]ŽlÏ^;tGµ\x0FûhÄ\r"
  b"]½1\x05i<\fK›¡üÔà![Á"
  b"]÷\ ┬4\x05C¥¨Ò6┬||Å"
  b"^.*ðµ\x11Š@”¹&ôON\x01½"
  b"^W?\fô¿\x03\x02­?´\x01<="
  b"""
    ^p\x16Ú:%rE¢\x03O*\n
    +ž€
    """
  b"^ÂDT€à\x17N¿aÊç42\x1D\x1F"
  b"^é{«»ÜìNŠ\e÷ðår,f"
  b"^ýÂñ±¯«A…\x15l~÷(nA"
  b"_\x17\x12\x05DO‰ÁwŽÞ¡Õb"
  b"""
    _"C\n
    \x08\x7FâNÅ¿;2o\vÚ╚
    """
  b"_P @£`_Oçë]lÑnáì"
  b"_X\x15S±ª;Bápü96>j\x13"
  b"_Òw‡îë²J™ï Tz\x06Ww"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"_²³á^\vzCÉé┴sms~á"
  b"""
    `\x14QùìF{Fî@K─\n
    õ\x10a
    """
  b"`+e¦=\x19¤Oââ"▀¢ühC"
  b"`NMð\x18²ØO™á„›þ .I"
  b"``ƒä\x1E\x0F<L¿„m\x08\x10\x17ß–"
  b"`{^ÔÙ\x12eH³\e\r€Ò‹\x7FL"
  b"al╠Rpj/Nü»ã{╩D\x19{"
  b"am\e\x0F\x0Fqà@‰‹¨\x19•rΘ"
  b"aöØ(òËÐI¢&~M\x14▒cô"
  b"\x19AóEuK³š\x01\x0Fq\x0F<n"
  b"b7§\x1F\x01\x0E¨I╝+ìô´\x10\x1A¦"
  b"bs\x018„4ŒB»ˆ¯Á¡ßøG"
  b"buT²kìó@í4═D\x14\x08¡\x07"
  b"b´Ö\ÿ~oK«ÚÑsV\x05™n"
  b"b─\x17ÚÊ┼ØKÁ7RæTø░Á"
  b"b§]\x05:%ìHŶ\x0E\x0EÊıÞv"
  b"c\x04®§’ûåL´]€³dAòc"
  b"cF\f5æ‹HK®Æ[ML¬]u"
  b"cŠmݘÚ\vI©E‰œL}&È"
  b"c«2\x18\x00\x14▄Jú*»lÆØ³ê"
  b"\r|”˜¬C°Fé_âÔõŒ"
  b"dÅØ¬…ËkE‘üßa±\x0F\x13O"
  b"d­│¨\x05R\x04MÅc\x7FóDw\x03ê"
  b"eD0Ü1)6Cœ\x7F§éEiœý"
  b"e±Æ\t\x00t…N²Ú¡àfä¢*"
  b"f:R‡m¼(J£Ú{üúÍ$¼"
  b"fD\x10> |1Iì3i\x0F\x05ªË¸"
  b"f”Ó\x10‡a­E©ú¸\x10Z3Aî"
  b"\x12í»L~O‰/\x1C@M~|r"
  b"gTcÑ”´‡B­Ÿ\x13M\x1D‚~ "
  b"gVµ\x1C¡╗ìL»Å£r®·M┘"
  b"gªÆ\v\x19!\x06K▓\x1E└╠Aüè}"
  b"gðJ\x1F\x1DL¦|Ãã»\x10"
  b"hgÑ‘ßh“BŠ„YsUs‘p"
  b"hy\x04\x02\x13\=@¡TÝ‹(ç\x1Fž"
  b"hÊèü/(\x1FL§L\ëÌäJ "
  b"i(\x1Dû\vä×DíÉß0õ<╗\x0F"
  b"iìó¢Å╚jOîþ\x117Õ┘Å\x1E"
  b"i“úmò€ŒF¤Dl°³3ïw"
  b"i¢»’q\x04`C¸‚\Q#d|#"
  b"i¦ôtÚØ…G¸4'¾¶Ð)î"
  b"iÕ║ì\x1AÈ\x03E¿KµÖòº\x1F\x08"
  b"iô¡Ì`„;A‡¢?/tw-ô"
  b"jX\x06ß ╠ØGñ×Ð^É7ðë"
  b"j`Ž\x7Fõ—AA´CŠHÐ\x01ìŽ"
  b"jœý:J\fnC—Òj\x11b`¼6"
  b"jžt¿!½îE®œ—¢’tƬ"
  b"j▓╝█╗õzMÉ;\x1E:▀╠W""
  b"jÜ…Ø\x1C7YIƒƒp”‚´Ÿ“"
  b"\x13_\x11äBF›ÆÀ¼³½\x1Cp"
  b"k\x16IP_.HIüpWRê³^ "
  b"""
    k&\x1CÝŒätDƒwÂýç´\n
    O
    """
  b"k@\x01„4“¥G€\vóàô*í_"
  b"kCò+½\x19ãJÅ»\x15\x1Aõª"
  b"lâ—)ÆÓ’N°hø”ú'\x194"
  b"m\x1DZÿÑM\Aª3z­Ð\x03I."
  b"m]ûù\¾kC¦<¯Ý[\x1Dø_"
  b"mÌ´Ø\x12\x1DŒM“gxåþ\x03ÌÞ"
  b"mð8ÿg´DK²\x04¬qïRtc"
  b"""
    n…W\n
    =F€Aƒ¯Ë\x03þªü–
    """
  b"níŸ\rÿ\nšEº£Hd},M\x00"
  b"o%0¥¥ßÔH±‡K :¹,¼"
  b"ocòí\x7F²ûL¼.­Û\x10\x14Ø­"
  b"oy\v`╩■ØBú1D═x~3\x13"
  b"oÛÚ³õpËK¸p˜hà èæ"
  b"\e├ÒL\x19\x04v\x00Ø\x13^\v"
  b"\eî~záO€9é5ÍœŽ¹"
  b"p*àg<╦┬Kåý╚Ø├¹2\x02"
  b"p2–„\x12™QJ±|ʺ\x07ˆÎ!"
  b"p3!8a$?F·\x04éÖTÚ‰¡"
  b"pZ×\x01UÆfG¢\fÙ_ï#pÖ"
  b"p█i3JðÎG¿o?rüpgñ"
  b"p²±▒O╝ÝJ¡ý).\vÉBC"
  b"q\r~ÿWõŽM¿À…\x1Dî)3\x11"
  b"q#ØúV&æHø▀Äg\x18 PÄ"
  b"qFoý╗0(Nÿ|Ôų©ÅA"
  b"q¼VªÎ\x02™F¶Ï„ÏoçE@"
  b"qÉ›ekhªL˜åmPŸ»\x05"
  b"qÑÆ*\x1Db\I’}ÛSÏ*=¿"
  b"qô/$U\e·D¹lA¼Î\x1CMG"
  b"r\x08#vöCÃG \x15&\x01"§#z"
  b"r=\x14a­ÝþC¨“¯\x07ù@r÷"
  b"rL•Ó‹´$K˜ëLAy‹r "
  b"rX\x01d¤¹O@œ:aVzŸŒ0"
  b"rxëÑá:\x1EJ©«¢Ó,Ïêÿ"
  b"r–ŠOz\x00ÃM”äMŽó\eí*"
  b"r™ãU{+“LºïE}>¶[Q"
  b"róÚ±ª9╣GÉÔH\x11\x10²CW"
  b"réØa½\x19rGœŸ`0Ü­G\x10"
  b"s(z<øÅ·G©\x12VÊ®4█X"
  b"sZ-A1# B¹P„‹Nd©á"
  b"slÓN©\x06¢@ЉF¶N¹©-"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"twí:ÝXLG²ý\x08­½·:˜"
  b"t{\x12\x7F▀/dFÉÑå ø¨ß#"
  b"tƒ´¨Šþ\x1DM·=0"T„\x0F¸"
  b"t¬·<7bN@’‘ü\x1Fö?¦‚"
  b"tóù˜Lñ¯H“\f\x1DÆXJz\x08"
  b"uDŠ˜}là@£t\x7F8l\x06"
  b"\x07ÃDÖ…IˆÑìðBA°\"
  b"ué‘›\x1CY‰J¢‘‘äCÆ0·"
  b"vŠÍ6gjDD‰\f¥Ùí3D="
  b"""
    v·è\x7Fð³•Cš†·I–;\n
    Û
    """
  b"""
    w\x1A®ýaÂÞ@¸[Æ‚v\n
    \’
    """
  b"w'oT…ªQC™ÿÏIAû\fn"
  b"wB\x1E·Ì\x12¦D‡S°n¹³ý\x00"
  b"wjúÀ\x1DÎþAƒéX½\x10á*p"
  b"wÙa!‘GÎD¹Â™>‹Ö.‘"
  b"x\x14dª¤ƒvK™Ò«É{kÁ°"
  b"xGu\x0Fû;¢DÅ\x03+±Ä╩zã"
  b"x}úÚ¤\vðF×Umì‗Ù▓!"
  b"""
    xúD¡╣\n
    üN¢lïG\x05░Í[
    """
  b"x║ó┼üaVEñ│e╣╠ÀL¦"
  b"\e"EjàC°UÙ¯’-ļ"
  b"x ı(güîG«%g╩¼ãøÎ"
  b"yWÚsE&þEª8©„@‘ÿÚ"
  b"z\x17žÃ`bžJ§%¯ä\x12e\x0FM"
  b"{\x1A\x0FhÈöJì\x10\x02}¾pÎP"
  b"{X\x14\x0Fœ×ôC´T¢Û°]î\x01"
  b"{†™<¬µjLºÓgŒ"é>Í"
  b"""
    {‰öO—3²F©5¥¹«\n
    ر
    """
  b"{ãÓc\x13\x12iO§w\x12Þ\r8Íû"
  b"""
    |\n
    RS_½/J¯F]¢¼\x19qH
    """
  b"}د╚\x03¥ NÄ\\eBÍ▓\x1C"
  b"""
    }Èü\n
    q3\N¥eßêÌ`° 
    """
  b"~'…7o´KK¢ücþÕ.:â"
  b"~Гå÷\x02âE‹Z•÷î€|2"
  b"~÷§®ˆž0Lµf½\v¨âÔ•"
  b"\x7FáèÍÈeóE›,TÃMß`Q"
  b"\x04WûP\pE“\eüÑuýÚÑ"
  b"€!Rß½¶\x08L‘è¸Vº\x1F"
  b"Ç"(\x1E>Ða@░ÇyÙ·ÏØ­"
  b"Ç?P\x12þÁàD£k¨ÊýÅè¹"
  b"€U…‘'%;LªË\fSéð\x07è"
  b"€]5láãgG¥’\x06\x12 «\x01º"
  b"€ŒÚBYòFIŒ<HÒ_Sxm"
  b"ÇÖ¨ÞÔ\e:HØy)¾*║2+"
  b"Ç┴ÿ_¦ærJØD<åJ▀þ^"
  b"€ÿ\x18·ì{•I +q«à.\rÁ"
  b"ü>Í\x10±³WGÑ<│║N¦╗1"
  b"üºª;ÎùÞF¿\x0Eü±ô└¡B"
  b"éE▀░ýé&FîQ\x16D:ü¶^"
  b"‚kUºnM,JŸ}^Äeú,F"
  b"‚Ó\x16N\x19×}N¿`Kß™JÂÚ"
  b"‚Øz9ºÀ4D¶×È795ËR"
  b"‚âû-ƒ~¦A¡'~\x19øS\x1Aù"
  b"â\x08©­PYfO¥«\r'\r^ü-"
  b"ƒ%\x038\x00´\x1FIžw²7÷\x11»>"
  b"â9\x1Aøs3AKìÚÈ╣ýä¡_"
  b"âf\x06ØÔMÿB░\x1DÖ╗JN)3"
  b"ƒ™šT"¤›F«°d*Q\vsV"
  b"ƒ£ì":q=L½÷U!\rm²F"
  b"""
    ƒÀ,W=ܧE¶Mâ\n
    §íóå
    """
  b"äJ┴\x11\x10┼ LÜÅÉ">Ôõ═"
  b"„½×\x12$>ºK½k¥¯/""r"
  b"„Ö\x1F®ÎÀ¸B˜µ\x15èè\x07ÿy"
  b"\x02uâp¤xL‰OR°††–ü"
  b"\v`è”±?AƒÖ\x051o¨Ak"
  b"†;Uêžç_I§ÿÑMÍ­ûc"
  b"†oLsrQŒKœ\x04K\x05Nb¿í"
  b"å×òÎ\x17ÔÅIÇ\x1E\x07ƒ`dí8"
  b"å¨S~░w\x18Fز╣W¦\x13╝&"
  b"‡<2Ó´S¼D‚Ý\r»øj\¼"
  b"çHnæ\x1EªBDÁ█ü}¥ú"ð"
  b"‡aJô“ƒIL—€Ê\x06\x1D/™V"
  b"‡tᎅtVH‡MMæÃ3˜\x01"
  b"‡”§¶ï½oMŠ´:6ýÂË7"
  b"‡Ä\f\tÕ¸7L‚U:\x1E`8¶™"
  b"çß?\x19»º¢Cê¼Æ┴░▄LØ"
  b"ç²cwE¸üC║╩▓`7ÐòN"
  b"ˆ\x1A\x1Fc樂JºmUoi-uÍ"
  b"ˆ$\r\x1A\vO°nQ¢\x08¨¬Þ"
  b"ˆ\"‚¸ì/F¢±kç6GÂ*"
  b"ˆÆÞOI‘\x1AIªfºØ\x1EA…Ö"
  b"ë:\x04$ËeWBü=ú|/UÌ\x00"
  b"‰G¡­PcdI‡‡Lû7\róS"
  b"‰`Ì\x13íú\x12G­Ü`6&c<Õ"
  b"‰³\v\e£Ë:C€rÌ9¤€Ö¡"
  b"‰ð\x0Fê¢Ò×I›Îj/\x19\vJ4"
  b"è!å6F\r\x1CBüƒ\x01\x06\x15ªiP"
  b"ŠEé$.Å>F¤â\x04áN‚Å*"
  b"Škì\x18@úòJ²Ç¿?åÿöc"
  b"èÚ░ÄÎý:Láì\eÿúï-Ö"
  b"ïAG┘§\x05oOÅwËa[\x08ËÒ"
  b"‹fKŠÏ uA³à\\x1FRR]Â"
  b"‹ Ù‡Zi®O¶ŠõÍë÷0«"
  b"‹Ú‡†–¬úL’."\x14ŽA+†"
  b"""
    îI7î\x19¹îKü¬\n
    z*!"`
    """
  b"ŒNÄiÒ­0K¸ž:%j_:6"
  b"îÉ qºÿ─HàZ\x00k¤Æ5ƒ"
  b"îØcÇóù■Kå}nÏ99\x7F]"
  b"Œ¡\x065D½„L§¦äo\x17\x02\x1DÏ"
  b"î┼qv┴Z&CüU!¶ÝÄÅå"
  b"ì(─╔ÇAWIÿ\x03Òð╔Ðs "
  b"ìMR)ÞóZIôÕ\tÜÑ.Ix"
  b"ìV³ç*´╗GÖ;ܰ\r┐d\x14"
  b"ìp¶\x15"«©NØ‗÷yZÜC\x11"
  b"ìÉ\x07ëÙ*\x06\x03Ó`\x01m\x0E"
  b"ì²^èq\x14Û@¬"Y÷\x064\x18§"
  b"Ä\x039È┌"ÝIºSæ┘üêı\x14"
  b"Ž\x7Fîœ&{ƒJ¿i·Û›*\x1FÙ"
  b"Ä£Ë,Å¢└J┤0»wüö)\x06"
  b"ŽæCæ©Ä$M»` U|®K\x03"
  b"Ä·Üð\x1DÌßJìÐ ¨©╠╗±"
  b"Å\x05.▓\x08┘T@ê¦ü╚Ó\x1C¶³"
  b"Å'³'¢ÍÒIÀ\x0EW9┌º1╚"
  b"""
    Å+§/ݯ$LÉ\n
    └SRYV§
    """
  b"ÅÚ‗Ebf÷Mî8┬\x03ÜÒç\x03"
  b"ŧ╗Å┌û3F½æÞÜ_˵└"
  b"É6è┴×\x10gGÆ~Û¬uAF³"
  b"É<\vZü`ãFÇòMt\x03ØÔ|"
  b"ÉxÓ\x1C4Í¿Gú<║\x14Ë\x04ûÜ"
  b"æÀ>å╣\x19ZE®█ìk6@Ä¥"
  b"’3\x15ÚY¢\x0F\x06ò¦(\x1Dfi"
  b"ÆZ\eÉáïìOêU\x17ja╗├\x19"
  b"’c^\x10®„OG„’\x01a\x03÷ËG"
  b"’³×Ö\x01\x0F‘L˜\vò´ÚC—"
  b"""
    ’ëbï›I˜GˆÍ\n
    ݲ\eM@
    """
  b"\x06»\x1A£’‹O–¯‰‹|ô\x02Ó"
  b"""
    \x17\x06¥¶O¬þ’\n
    \x01½Äû
    """
  b"ô\x1D ıHü¨E╣╔³EX¶gJ"
  b"ô5Â\x19ìÅ/@╗oÄÝ÷▄█×"
  b"ô<Èì=\x05PB¥z\x15×ü\x1C³ê"
  b"“]¶lÝ„¿Aª‰ÛRØ9g."
  b"ôk\x1C<ÅáöKàÙíÆÝ§╠&"
  b"“x@„‹Î8Fƒ¿‡ p‘²X"
  b"“ƒås¼¯WL¨¿-Û†»ßó"
  b"“„Ìð6„òG¹ë°'Üšt÷"
  b"ôï*Î\x03¬¶@ümûı¹\x02"
  b"“«sïF9ÑI·c.£“$\vK"
  b"“·(Ø<JÎO·Øøü£y-Å"
  b"“Ã2b“\DJŠè\x06…h"ºý"
  b"ôÐþÿa¤¦G¢üe-┘ÌÑS"
  b"ôÚßQ╠ú AÁ¹iÉ\x06Yæ "
  b"\x1Ci@\x02é—K¼\x15‰sœ4`ï"
  b"ö?Rwÿô┘Mì s\x06╚EÂq"
  b"”FTƒ¼ÍÀFœ&\tbzÀ¿&"
  b"özä0┘zÍBØel█jËÐ%"
  b"”š(@TÂ]K¼#\x12\‰Ø\x03¯"
  b"”ËŒW_‚žI†\x7Fa\x0F.0ÝA"
  b"”ͼvèRãN—\x1EûÌë¨rë"
  b"”ÔKü\x0EÛ\x15@›?QuàÝï¿"
  b"•:\x1Fð½ñgJ‡QM.u/¡]"
  b"•eÍ4\x18cà@¦å¶ø\x13ÊR®"
  b"–%måÚ4jF–Ú\tg«<\x1EÐ"
  b"–3ƾN|\x1CO›€¹\t\x07¤W;"
  b"û¸├qkUöGس,¿¥ù®t"
  b"ÿT|øåÚ\x0EL½Ød¡KÞÎê"
  b"˜í೦\x01ÙB…\x01š\x00w\v\x0F"
  b"˜ôQ°q#nD€°\x04\x1CR·ÇX"
  b"\x16\rr‰\x16'@˜Ñ9òN+c\x10"
  b"\e‘¾\v¬\x1EA‰s-ž‰¶HÄ"
  b"™~7®Ç¸vL¡á‚û?5¡r"
  b"™§:eÚ¹\x7F\x0E™ê7ÖŸÄ"
  b"™Úôú\x0E³$D¢ÀovÀQÓT"
  b"š\vCÖX€óL„ˆqy…mä¶"
  b"ÜlÒ\x02▀à2DÉ÷° \vó\x10"
  b"›8p4~š6N«¾\x03Ô+óœÛ"
  b"›8ñüWbKD¦ô1Â\x133\x07F"
  b"""
    ›Y4Š9\n
    \x7FC¼mÓÆ@ÿw}
    """
  b"›„vº¹\x00üC£{Ý!èEäõ"
  b"›Ðl\x07.ð0N F\x00\x08\x1CøËb"
  b"øÚ\x17\x0Feg@òÅõ»▓¹\x0EU"
  b"""
    œfØ\n
    P@oNƒ\x16\x19Ðõ™bì
    """
  b"œ{jÏMµ²M»i°oèëê4"
  b"£ë\x13ïµÂ;LªcÉ\x0FãNñ\x1C"
  b"£û®³)Ü´GÅ│59·{4Ù"
  b"œì;ù„\x0EÊN³I\x05irX…ã"
  b"Ø\x1D\x10hD_¦O®\x0E\t┤ïÞ B"
  b"Ø(¥éÂizIÖ3█L«\x17Â\x1F"
  b"ؽùCH|­DÂ═áÜ╩#│\x02"
  b"ØÀh\x02lç▓LÜ:ÈiÙôEa"
  b"Ø‗?V¾Ó­IǪ6Î■#7©"
  b"ž%ž~x×”J¨d¡S|sk÷"
  b"ž7© ×U¬AŽ2ÓÅÎãZŒ"
  b"ž?ÁRµV´OŽ›ßç\eDåI"
  b"žzN{½O¦I•à“A§L\\x00"
  b"""
    ×åiñÉÖÛJª è5¾\n
    
    """
  b"ž éˉx\I“³äßdšÕ "
  b"Ÿ0¡<;•\vDž;¥[Œ©;x"
  b"Ÿh^þ9"êJ®,[Óx¯\x01\x18"
  b"ŸÏ#ÆŽˆÆK„’XtÍ\x17"
  b"""
    Ÿê¯ÒÄ–2@¢<H›\n
    žG\x04
    """
  b"Ÿúiïâð7I¤\x13šŠè‘¼/"
  b"á2\x0EÁ╝ÜNGÉüçÏ÷Ýhs"
  b" Šh\x01\v@ˆPþ\x01ƒ¼É\x1D"
  b"á¡─mÃ║»MÅX═*lñxD"
  b"""
    ʫ8„6\n
    N·ê0üõO"P
    """
  b" »c\x1Eôc\x00Oƒ8Óï)›\x12"
  b" Ú>اÙlL‡U\x07¹öã\x17,"
  b" èñ┣wKŒÝ­Æ\x19\x15Í\x1D"
  b"í\x03\eÀ¾Q:Mì┌6\x00T└x\x0F"
  b"ím┘┌UÞ\x0FIçØ;ÔÄka\x00"
  b"í©ü╗ºùgBäS«H¼\x14°┌"
  b"¡¿ ˆ4º!O©ý”\x00Á'\x7F\x03"
  b"¡ø».àÌ7L ä¡ó§æ,Œ"
  b"¢>Ú]/5ƒJ³olcî¸*Ÿ"
  b"¢`ýc;J?J ö;ãëwùH"
  b"óq¡u0\vÁJö\r├´Íì×5"
  b"¢’¡\x13%\x19\x06I‡H®/åìc­"
  b"¢Ãü˜DÚßJ¦íKE\x1AAd£"
  b"¢ÈÚBŒJ˜@€s8ÂB\x08„÷"
  b"£\x14å‚”\x15wAº•Áä[\t©#"
  b"£0–Ü«˜ƒA©\x15(\x0EÙßuC"
  b"£14/¡\x05µE‡Ãc¾ö߸õ"
  b"£7HéƒÙRMœºQ*Aj\x03»"
  b"£ITp¶>ÒB¨\x10\x0E½já~Ò"
  b"úêè=²i\x01G║µñL³\x14øì"
  b"úاyÔ§åJ╗hg■5╩\v\x05"
  b"ú¾└\x7F]│\x1CA×-\x7FÏ{Êɨ"
  b"ñË\x12¹üá¨Fí▒\x1E'f\x1C"
  b"Ñ\x00 Ùø@jBÅá½'╦+ôY"
  b"¥4ïWÎðPA‘­õÆ\»øW"
  b"¥TC*ÇD3M‡\x16—ñ\x03Í\x18Ë"
  b"ÑT¡¶/o┴IØ\x14Â╝¤À;§"
  b"¥hH‹P2¢Mˆ\x01\x01z\\x16ö\x02"
  b"Ñt¥Ï©\x15[Jì$¢µ\x03ÌÑ┴"
  b"Ñ}\x05âÄU0Aä´Ì°éØ╗å"
  b"¥µ1²(,æLŽÑó3e'\x169"
  b"ÑÂ\x15ë┌v\x14G×r¶ü╗‗\x01"
  b"¦D¡Õl™~@£øš5e°¬\"
  b"¦¤í)3VÙE€»s$7±¸²"
  b"§X@ƒyýƒMŸ«6DƒÂ0o"
  b"§\x7FücDý4A®R/)D£Ú]"
  b"§€\x17d€²BC”A†\x19!NÑÕ"
  b"º┴═vo·¯I£É\D¶├0Ç"
  b"º▀ç\x10f÷úJÁ5Ù¥Ø1áï"
  b"¨\x18\x0FŒƒ±­I·Þ\x1Añ\x00Ñä8"
  b"¨\ÌËøSçN¯®ú ‰\e"
  b"¿r\vúæ▒qAÉøt|c█ëú"
  b"¨ªPd%A±D‰±¿ñüËÍ6"
  b"""
    ¿▒!\n
    ü°KFå5â¼S27Â
    """
  b"®A▒b©5rLå¥Å'ÄPè\x16"
  b"©G)\x03¸8fH G\x11°ÛÁ¹\x07"
  b"©~BÂqŸ½M¬@cœ.Á)Ð"
  b"®Å▄-Øè,Oª┌\x05@Á&`V"
  b"®╚├üKÿÛKרø\x103St?"
  b"©âÄ@fâÉI«6ý˜±î$,"
  b"®¾S&└ñ┬NÅcþ\x1D\x1C¯m"
  b"ªAò'\x0F“¦L›ýh\x14\x12Çš\x1F"
  b"ªw‰‚­p IšÜrÓ/¢IE"
  b"ª”uÃ\x1C¸WM¡²õâ(2*'"
  b"ªßõb+JrA¡—)äÇ=W|"
  b"ªðÑ}È…ÇG²„D\x01²U&["
  b"½O£ü©ô´DÆ\ea█Ù▓Ý"
  b"«f$uÏË<H³øãÕ>â*c"
  b"½Ç\tÿÈÐ\tI│Åá\e\vÕï~"
  b"«œtÁª¢\x07L¡ñW!~\x14G+"
  b"¼\x1D\x04GNàHÅ0O╬l,/¾"
  b"¬(+u3Ÿ”HŸAQežUºñ"
  b"¬gÄ1,ÞhM§ÄW5:±~Ö"
  b"¬©\x11Ä]ý¾N¡É‘‡œù0Ü"
  b"¬ÃRÀ|ê\x7FF¥FZQ•R7"
  b"¬È¼\feñÁD‚U\x10é\x06¿¡r"
  b"¬å\x16{\fGpK³\x02³‘'\x1A"
  b"¡\x06\x0F$×u*Dì@²8ü═}1"
  b"­\x08\x00Ñ"záJ€|$ù§„Ç^"
  b"­+¢ke@™C¹#Ô±\x16˜:á"
  b"­¥*nõpäI„'AÆE¸\x07â"
  b"­Ô鯰þ¯I¢ÀDò\x17/W\x01"
  b"®0”>\v\x11öB” %ßvÇ÷\x0F"
  b"®CqÚ³—>D»¸„¨Hà‹a"
  b"®F7CgWŠJŠ(a\x1EDe6I"
  b"®nb½t\x1AÀI…*”;À¯\x16²"
  b"«╔\x7F¼3õæAÿk$÷ÄäØ\x1A"
  b"®ÚÐq¢û’@›.÷”#J¶2"
  b"«█×5l0╣CÉI\x19\x1F▄`\x03D"
  b"®í\x1Aʺð+B¨uzC\x00\x01çP"
  b"¯\eD£‚h&M¹{\x13ýþΙ¤"
  b"""
    »+A¨\n
    \x08ØEä6ÿ¶\x05µÚS
    """
  b"¯sax#ƒ¦A¦¯Â⌘ƒ>"
  b"░íq&z\x1C.JÅm\x7FÑ\x17\x11á"
  b"°¢ÕÊHä\x1AH‰WÌ2KŽÈ¾"
  b"±BÖ&h}\x11Iµ}RÊO\x00h2"
  b"±J'3[J\tB“·Ä¶wC¿º"
  b"▒`á│{ÉéCæ╠■%ıë7/"
  b"±hÞ½ÈUIG¿“&Î\x10<\x186"
  b"▒nØı¾\?@¢Gܾ\x11á░?"
  b"▒ü¾¡ùG┐LïDø╔▄øIB"
  b"±íS%×EzJšŒä¹„a€\x1F"
  b"²\x18Igñ¾¿O¾(M–~¹„E"
  b"²ˆ,o¦M®Jµ5»\x01‰€ïè"
  b"²š€Bvú\x15F‘°›Û„\x03ˆ\x7F"
  b"▓ØjTÊVïI¿·▀Û(╬= "
  b"²×Ȥ\x02á÷F­ƒÄ[ý\x06"
  b"³\x00X¥&~[A…›ˆ³Å¥J…"
  b"³ã¤âè#ŽN‹®ý*t)Ôn"
  b"┤"╬ü\x04|ð@▓xBBí­²┴"
  b"´püÜG\x19[I¯/\x13Ôv\x0F\x04Ú"
  b"┤¿î\esô▒Hú\x06W¸Å▀\x06Å"
  b"┤╝┐l[EDKìïx¢£ë\x0E\x03"
  b"´ÊÒPš(åM›“7Ÿ\x08\x1D"
  b"┤ߨié0×E½h\eXE\x1Fú─"
  b"µ9Yo?8\x1FBžf¤\x1F~¶Ö\x19"
  b"µZ½k\x14\x19ìL”6ÍoÈqOŠ"
  b"ÁŹjõèf@│Q╝à\x17²╚├"
  b"µÀ)â°¯ÎC²\x1A\x1Cš¼Êì\x1D"
  b"µÖöGαTA¶ØÕâÓYw\n"
  b"¶aU™Í¥”C¢\x03Í™~Ýhj"
  b"¶zt+ÄCnC¿v×þ\x10÷Kà"
  b"ÂøÉQª»ÂJªoÅp;sG²"
  b"¶¶Îc‡õÿF²ç;LÔeÎ\x1C"
  b"·0╚G┼oE║^G0L\x7Fɬ"
  b"·f¹Ê/ðáH¿Y“ÕŒûS\x15"
  b"·ž"û |?N’\x13ñœ­\x7FnT"
  b"·¨·£ò>ÎL±€\f\x7F©´"
  b"·Ïo»\x07zÕ@–DÏ\x03\x15±Ûä"
  b"""
    ©\n
    \x0Eàóð\x13N▒m\x0F\x17
    """
  b"©üh/ù\x03\x0EMä·'\x07êùð¬"
  b"©àQÀàã9LáÀC"ÚÉÔÐ"
  b"©╩R┬ÿüÙJÂBô\x05‗µ©\x0E"
  b"¹e¬Ñ š=L­þ€!;_\x1C;"
  b"¹||\x00•èõM»'™XÔ‰_'"
  b"º~Ö\t,ìßE£DÉU³À8!"
  b"ºµ½¼ Zz@¬õ±ve\x14 \x1A"
  b"║Ï\5¶Õ²OÅÊù¥╠¿[L"
  b"║█ÈÈhªTN¢ØeOó×gø"
  b"ºÜy×e\x04ªC®Ø=ÝJ?zt"
  b"»\v ë\x01ì)O¢®$„Ò.åD"
  b"""
    »F:|\x05S\v\n
    ϐ=\x17
    """
  b"»Y¡\x10\x12˜qD…\x1EÙ}ÏŠÈM"
  b"╗k╝çÂ1 E»°J-þ¾Ø┌"
  b"╗Ü\e\x17\x05\x07#õæM³p"
  b"»À&2\vT‘J¬‚\x0Eiòχ²"
  b"»ß\x0Fš*p~F’][…a¡uï"
  b"»ì6J@SíL‚ô¼\vnÖÄ8"
  b"¼\x17h\x06ÒKžG«\x0Fyê+R\x11X"
  b"¼\e\x0Fæ†/±B¯\x00tÌrHg\x1A"
  b"¼‘[r.d\x19O•w\x1CÚJïσ"
  b"¼°yšíYWL½6¹ÂŒ:\x02C"
  b"¼Ì?õ¿\x0FgE–\x00\x04uƒNDŸ"
  b"¼Û~ŸÂÌîO¢¬\x01]òp‘\e"
  b"""
    ¢I3ô÷\x1D\n
    @Á§╩ôì|├W
    """
  b"¢ö$y}'ôE¿\x07\x12»‗ü0ê"
  b"¾Aà÷Þ_ÆC£7ôƒø_ÞŠ"
  b"¾Œw嵿5M•ÖlÏ|„FÆ"
  b"¾©w»`µ\x17J”ט"\vß1Ã"
  b"¾ÓF\x10«“´N»µŽàäI×B"
  b"¿'9ië3ÍE’?\x02vϱ­§"
  b"┐.éá╔£IMâØ@\x18Kq·ø"
  b"""
    ┐E+­\t\x10\x16H╝7ì\n
    py-@
    """
  b"""
    ┐t((é\\x13FÅ×╦u\n
    Y3å
    """
  b"¿zß_ÃÖ\x07\x17Bœvõq@"
  b"¿Œ\v\r|ŒÂH‰¶\x1E6\rœš¸"
  b"ÀS\x175ÄØýN¶ÇÅÚ6ñÝ]"
  b"ÀÊM\fzé;H±M%¸–¾¯\x1E"
  b"Àã•\x12\x10\v¸PÚ—ÀI"
  b"ÁFŽ‹ïÞÒ@«Œ@%:EmÃ"
  b"ÁX\x0F8„kÞC¥š×V¿W\x13c"
  b"Áeº/BèÎL¶YšòÇxì­"
  b"┴æ╔I°o>KïÕ&&£ÍKØ"
  b"Á«•\x14½$\@’#šÿçQ\x1FQ"
  b"ÁÒ\x1C¸{\x15AIœ5 ìÂb\x10"
  b"ÁØ(U^z3D°Qí. ¦Uí"
  b"ÁüTî5ddF´,u\eËÁ\vë"
  b"Â\x13mÆ9chJŸxéçßIãŸ"
  b"\eÜ\x12@ìrGäá¼Ïr\f"
  b"""
    ┬%£)»┼\F®kFíÌì\n
    3
    """
  b"Â`°\x0F\x1A_“I£>F­%¬ûÃ"
  b"Â×8¤xu5A¤“R.îJ+ù"
  b"ÃA\x13©òwäM¤Ä\x05…Íwlê"
  b"ÃVX\x00!\x01ÍC†7,öþbQú"
  b"ÃÇB$®ê\e@‡TYi?æ j"
  b"ÄMؾ6m?J¦šLCsy’Ñ"
  b"Ä·iE#´ÜD¢«%„™\x15¦â"
  b"ÄälY+\x1DuI´\x05sØ|}bà"
  b"\x1DÃp▀ßwH╣2Å\x04þÊÈs"
  b"ÅeD¾Dƒ:K„t°¡W\x13\x1Dì"
  b"┼e▀sÿ+ÀI║kî,JìäB"
  b"ŇËÀ½\x08(Lºèÿ°–—_\x0E"
  b"Æ\e߀€¾AN²3r3Ïô!¾"
  b"Æ•F\x07O\x1C\x1ACºJ5u\t\x18\x07H"
  b"ã‗\x0Fi3╝.A»É╦îO@\x12"
  b"ÃCqùô¨HÁZ~"\x17ü┬Â"
  b"Ãln\x19Ñ\x16²H┐FÅ\x1F?ıÍ"
  b"Ç•\x0E\x01ýI²2Bô\x07K\x02\r"
  b"Ç¡k®ÍÒÜGŸiÓ†ÈV%Ñ"
  b"╚(.╠╝‗\x01KºØn´║T\x19Ä"
  b"È,Œ%H¤sG’\x16X¹ì\x00"
  b"ÈqÆ9(€šO³\x1En6Ë©#á"
  b"╚┐\x00Å÷Î^GàpÆé█╦Ý!"
  b"╚Ð3å▒G2OÉW\t║f┌%Å"
  b"É\t›}6Ý»M“-69!b©½"
  b"É\r´{?ë\x04F‰Äp\x02¹º3g"
  b"É\x10`Þib\x19A /º›ŒTfã"
  b"╔(Gþp\x13x@×[\x0F²║÷Ø$"
  b"╔TdÍÜBVCì\x16þSâ\x0FÓ╔"
  b"╔├╣&\x1A┼ìN╝H!┘þ:¨ê"
  b"Éü=/žd˜M¦¬’…p¿=ˆ"
  b"╩2P±╩%áJØ├±r^·­í"
  b"╩ì{─┌,GIÁ\x13‗úäqTB"
  b"Êžd\x00\x08ÆÞKº3\x1E®Àföè"
  b"╦DƲ.½«NØéäÍ9h>]"
  b"╦q╚╬\x05ƒ\x0EL╣L#ìc\x18▄>"
  b"╦Ø├1K§ÙMó\eZ\x7F\x07òS¼"
  b"Ë´\fï\x11\x16\x10Jžä˜Ž­Mœh"
  b"Ì5Ó†\x01ƒ¢N£\x04«I)\rFp"
  b"ÌjÕÅx\x08ÑD¥«À\x0Eg!Oý"
  b"ÌÂ\x04\x0E\x0E\fãN®á\x04\x150NÕe"
  b"ÌÂl6š¸jN“îÙcÄÉŸ€"
  b"ÌûgÙ‚fmK‡ÿ¥£³ØN\x06"
  b"Í\x02\x14s­J”´bQM\x0EÎâ"
  b"═]gv\fÒüJ░\x10*¿╣\x0F3┼"
  b"Íe5;\x7F¹VF»¤¦—@`”j"
  b"̓H¾9HØK²Ó¨O]\eŒd"
  b"͸2¡vÏsF®{¥ùs‘¿G"
  b"ͼ2·¡\x04`K€¡]\x1AÓ&Rè"
  b"ÍõÕª\x04x$K¾ŽMh¼NÒ¢"
  b"Î\x01\x05Ä\x08[àB¸·>Ñï¾Dd"
  b"Î\x15\x1A°ÈßOH¼\e$¦c#yŠ"
  b"Ι2ᯂÐ@Šð\x02>ÖŠ{Î"
  b"ΤßÇÇPçIŽ:߈˜xd\x08"
  b"Ï3õâ´ûÊK¾¬#œè*Œï"
  b"Ï6Åõ\x04˜\x00D¾K“å‰ÂtÂ"
  b"ÏM\x1E›¾ã¸L†×C8…L¼\x13"
  b"¤Å┌¥┼qbOóT│P!ðp\x08"
  b"Ïžgè <7L·Ù\x11úÉû\í"
  b"Ð+0vs\t&L²X5\x04±ó›£"
  b"ÐÝzä…\x19\x02@¾Oi~ËÃí\x1A"
  b"ÐûI\x12[`3I›¹ÅŒÌúQ²"
  b"Ð\rA!-\eKì\x12\x7Fò5Í╦"
  b"Ñ!]P`¼ïGŸbi„\x12ÙHi"
  b"Ñ35ºÓÔ\x12D–ü½\x084C…Í"
  b"ÑMV¾\ä}Jœ2¸Z\x1DÀ¶)"
  b"Ñ]þ\x17Ï–IL‰äÈ\x0EpNs\x19"
  b"Ñm½s$ýéL¤âG4hJ k"
  b"Ð▓ÆRÕS\x06B▓FRä˃ÎÅ"
  b"Ó•ì«»O\x14Eµ>?à¡íyÉ"
  b"Ó°\tã\x00™²D¯q¯'›“¦G"
  b"ÓÌL\vW\x01£B‘…p\x07\x15UL2"
  b"ÔCÁGŸ\x02™DŸt*ZuÜ\x0Eí"
  b"ÔG[ÙŒ¡ðK¸4+OdLBr"
  b"Ô¡áî©>BD‚¶Ó[z(RÅ"
  b"""
    È« \n
    à\x03FI▒(Ø*ýü»¦
    """
  b"Ôýi2‡¥ÂA¨i\x06ú\tµ\x12Ò"
  b"ÕkW¦€\x01ðL¬L©G6ؤÛ"
  b"Õ€@­NuÎF¤•=!º—0Ã"
  b"Õñã\Í$ŸD¼°±Žc\x19ö\x07"
  b"ÖA€Cd(ÀMºUã\x1C™_˜ó"
  b"Í\x7FÑ│:ì§Dç¡&×£ký;"
  b"Ö¨yø¡±qKµ¿$g߸ *"
  b"Í║╬Iù\x19¸Gü▀}\x18O/Aç"
  b"ÍÛvYÂ0éG¼~\x10¾ìéï6"
  b"ͱ\fuÁc.FØ.[┌─±ùü"
  b"Öòª\x1AS&øA·ò좉6ç\x1C"
  b"ÎçÅ'\x14äıC┐<FõOånH"
  b"×»\x04»8j\f\x11qsý\x04"
  b"Ø/¼xDÉ(M‰<¿Í¿\x15_\x7F"
  b"Ø6Õ—ÖLwL¸Gð“ï\x19Îí"
  b"ÏèÛ`╬¢ìG¢■©╔P└=¿"
  b"Ͼìå6^MBú▒y)┬õ7E"
  b"┘$ê¤ß¯WEó;*\x1C­¡\x1Eì"
  b"Ú\x0Fù™§QJ„žU\e«¢‡Í"
  b"Ú+\x0F\x1D\x0F((NŠÓÎH°²ã$"
  b"Úe8"„÷¯MŸèƒ’¹`³z"
  b"┌xî\x1D¦'■E¿¹UÐÔèì7"
  b"ÚÃ_j\x1A¿;G‰º«ˆ|)ü\x1D"
  b"Úór©=§!O°gâïòqpƒ"
  b"Û>ˆc8ÀðI¶nœ*@}ä%"
  b"Ûdí\x06\x10û‘C¶yÔcc2>\x1F"
  b"Û«\f$û‡P@«ì\túR£Bû"
  b"█╠Éã\e\x1C@¢¥Ì.ç┌yã"
  b"ÛíøtùÖöJ›<ñ}½§<½"
  b"\t┐9¿M╔@Ø┤;Ñ╚Í╝\x1C"
  b"Ün^]»Æ5J¡“Ìž\°Œæ"
  b"ÜÉMs\x06} J·0£;è\x11\x1Eû"
  b"ÜÎú†AGnBŠûÓºš¹õ-"
  b"ÝQ—\2\x00ÐF¥¸/³\x06\t0g"
  b"""
    ¦×I╦┼ÉäK▒~ø:\n
    xØñ
    """
  b"ݺñiˆ“8C”ì*ö¥\x19\x01d"
  b"Ì\x1F\eØIe\x1EBêÉa}\x19ü®║"
  b"Ì╦Å\t7'5O╗ƒ­└»À▓«"
  b"ÞÖ\x17Ä1ñ\x18@¾ï”M½>‚p"
  b"ß\x19\f\x13\rLcK•ÑkrE\x00°B"
  b"ßE™\eq+³B–v;¾Äï\x1Fu"
  b"▀üd░| ╗I×╣ùm¶╬<<"
  b"ߪ$0IsÿB±IGUìñE\x1A"
  b"ßÑ\x08\t\x0EVDŠÙAÈ”{¸ò"
  b"ßÞõ\x1D´Ý>J…ôGë°\x05im"
  b"ß߆\t*7²NŒÕÔL·ß%›"
  b"""
    ▀Û\x10Þ\x14)\n
    NÅ^0ùòÙ╗ê
    """
  b"Ó\x03■¾,Å*Jëè\eü\x01(àW"
  b"Óê¡J\x0EÅ▀N▓u·║ûÓ‗O"
  b"à³ì¤wdÜI¶¼(쬶xù"
  b"á\x06ì3A*hE”>>\x17\x17\x11hq"
  b"áe™}‘,‘NŠ\x14\x02¯;Ž"
  b"""
    á\x7Fy\x0ElûQA–ùoƒâï\n
    P
    """
  b"á°d÷eÛéL³^鯰\x18ÔD"
  b"Ô\x07yée╚³Côàü\x12┴¡[z"
  b"â³\x08ÍËYGEŠ\x07£KàŸ'ä"
  b"âþV¼ã\x04,GºŒ\x18õ)\x1Fü\x1E"
  b"㎊]˜Ê¾N†Û\t\x0E\x06\x14*"
  b"ã¡\x18Éű‘IŸ2(Ÿ\t\x04zA"
  b"ãúŒ=¯\x19‹E³n98Ö*+¯"
  b"ä"f@˜°\x05LŽ—\x06Š“qVR"
  b"äSh¨´K|M˜\x1F°²áÐÕÆ"
  b"ä±—mň!@¨r°Úµ\e¦h"
  b"Õe─ZÛ#ÉLØæ:hÄfÊ╗"
  b"啼\v‹½šA£ØÖ\rç4?Ë"
  b"Õ ÷-d\x10#CêÓ(}ÆÅ{\x02"
  b"æVþj$®fB•›ãÌôW\x06£"
  b"æ{m¡÷P¿G€øÇš°úXÅ"
  b"æ¾\x1DþLtˆM´­ýÝ\x11#Ì{"
  b"æÛö\x05ÑŠôHªpÌ?쇭º"
  b"µ¯)6Ç‗vNåz\x1C¹1┐¾É"
  b"æÿV2|Û\x07L¼[„\x16\f¸XH"
  b"þFü│¦7SIæ¸ıÿY\r?‗"
  b"þéÔ3Á\x08üNÄ;\tg¯P├\x0F"
  b"þØÞ\x1E\x0E>öKáÖ\x07ÞÝS┘¾"
  b"çêï\x01Ãõ\rK›;\x06¸Öªj-"
  b"Þ\x15ùª├ë┴GÑÊÉh├$\x06i"
  b"èeTä˱IKŸ–\x0Eµ$t\x1A\x14"
  b"Þülè3­\FûM¤┌Uj±n"
  b"èùÿ¶›EÝDŸ”e\x12ùkð "
  b"Ú\x04\x7F±9LØ\x1C\x1A'p\x07"
  b"éý¼uÖ\x16ŸH‚w²˜º)àQ"
  b"""
    ê\x14…â륚Bª\n
    iŠù‡ÿ!
    """
  b"ê|8•\x1F¬«H®\rú¥<ç&ÿ"
  b"ê‹÷~~\x12¿G²Uh×ÿt1Ç"
  b"ÛÅPLw╗┘M«║%óþv{ù"
  b"ê¤P?\x0E\x1E(H¿ß3Îøu6\x17"
  b"ë°“ÂwseM¢I]¿p9Íá"
  b"ë¼\x1CáÈM]J‰ãmg„\x10ØÞ"
  b"""
    ëÈMIE°^O‡\x1A\n
    ϑ\x1A
    """
  b"ì\x10ª×ø<øB¼L¥Þ"Ï\vL"
  b"ì\x1E\t<Û-¥L¬X‘q\x16“„°"
  b"ý3└7\x1CvÅEíצ\x076\x7F┼4"
  b"ì:…\x0EkìmG‚@]>Z®‘ù"
  b"ýF\x07²@AsEÉË▓░KÎÔ "
  b"ìP\x03²]wíN¿Öç\fÒ­$¶"
  b"ýSÆÉ‗╗çJùUó¤¼q╬q"
  b"ìeÆDF\x03¯F™\x15{<z#I4"
  b"ì“\vVpOAE  bs'­õz"
  b"í/&9²„4H°ÿ±ÆÂŠGÓ"
  b"팺™\x04öUF‰ÔŒ\x010„\x12L"
  b"Ý‗I\x1E|\x13UO│gE;UøÉ5"
  b"î\rT3MÁ7O¬wl\x18ð•‘o"
  b"¯o\x17¦/LDHìÖé\t«Õ║j"
  b"îŠiÜ·«¬@²<Q\x1F×å\x1E3"
  b"¯ø\x1A{¹È╬Nì═\x12ÇãÝA\r"
  b"î¿ï\x14Û'@JŽFUrŒø_ò"
  b"""
    îÑ|\n
    ‚5ëBŽùðxÓ‰¤½
    """
  b"¯¶³ú_ÙÉIÿsaƒ└╠M«"
  b"ï\x01\x06ßñÜTE–\x01\eÞDû˜u"
  b"ïNêÙ»µWG¤Ül±\v\e"
  b"ï]Ù–ÍiÞC§7žAæ¯$ï"
  b"´d=\x0F«ã├I¥┐jÿÉ\x00"
  b"¬cƒÈH¢\x0Fö\x16]\x15"
  b"﵂Û\x08%¡B¶j1\•\x7FŠ\x1C"
  b"´╝¹\r\x04C┤AÇlÅeK0\x7F2"
  b"ï¾Aåñ³ÊD‘Ñ\x08‹Ú4Y†"
  b"ïçLI\x08Y¬I¿\x1A2c®I­6"
  b"""
    ´¨±¹Ï╠)Büef¾7\n
    \x18´
    """
  b"ðæ\vñÃÓLI¢Séc–¦M\f"
  b"ñ\x16âtC¹'N¢‚Î(ÎÌÒŸ"
  b"ñ\x1Fç’+óÕL°\v¢aýü\x0Ed"
  b"""
    ñC(\x11Ý|\n
    O¡Ã ÿœíe½
    """
  b"ñ]Ëx¶6ÛC¿{Ü!\x00\x05\x08æ"
  b"±×¸Ï░omOìÁÖ´Pº» "
  b"ñ¢\eöd\ehK¢…é@l<\x10"
  b"ñô)\3hSN†ŽÁô&¿Xç"
  b"""
    ñúBò\n
    \n
    ÝH’FrCÝâ§-
    """
  b"ñûúÛ&ª°G’ÅÙœò]éD"
  b"ò\x06L÷âÌ3J…§W\x1Eƒè>M"
  b"\x16\x06\x18ìè\x18@ìK─È»¸\x13û"
  b"ò3ÚcãÙƒI¹˜KPv˜ª°"
  b"‗Ø└ïÄ┬´A»bÐC/çbí"
  b"¾\x02\x0E┘P\x07PN«┤\x00¨■>┘É"
  b"óSÁK‘ˆŸC…Q²íל.†"
  b"¾Z/k¤ß¢@ü¡\x10Sl\x01\x7FW"
  b"ôXn‡÷ö£Ižê\x01¹r\x01\x1Er"
  b"ô¤öË£x5F›lvHåΨ¦"
  b"ô´ \x15g\x065G±€kZ7\x1CÆ®"
  b"õpk£]f·CšÚ{”ÔþwŠ"
  b"õqt…'þ%E†ttïÊ\x13"
  b"§é\x15\x1D\x17\x165ÍO»O┴"
  b"§ä\x14¢Ã/²Nü*\x06Óy─,1"
  b"õ„{Æ\r^mI¦\x1EÚ\x16:î¾û"
  b"õ––i×å²N…k¨¹j\x12£B"
  b"÷PÀñ-1bMÅ SïüÖ─║"
  b"÷Q:À ┘zJÅ=®║W¤#ö"
  b"÷É6WÅÚ$Oº\x1E^Ǥ¤\x005"
  b"ö™.@³\x14\x11Kˆ¾S\f\x116Ò¢"
  b"""
    ÷┤▄*\n
    6ÒCÿ\t*-_É▀z
    """
  b"÷2Â…\eÒ$I’Ë´\x01t©'\x17"
  b"÷Xé-h^ñJ©æËW*\x1D"
  b"¸┤ Gm▄\x08EñÉ\t\x12"
  b"¸ÃzÆÇQ~@üÐá«ýÖ(ò"
  b"ø™Æï\x1C^\x1CJ•}=#a‰ö\x15"
  b"ø¢L¡½?gG…Oz¯ø\x04«."
  b"ø­A‹*<NI”¯ª1d;¡["
  b"""
    °Û­ºõ\x13kGÅ\n
    ðÌÀ¶½ÿ
    """
  b"ù\t+öìÑõE­–òêÂ]HX"
  b"ù\x0F̉%ó_J‹åÝÃÁ~Q^"
  b"¨:®^id»GüN▄³)Îå·"
  b"¨ü¢¥═we@┤-¯±ªÞ¿ö"
  b"ùþK\x17w×…B•©\r70ÚÄ<"
  b"ú/\x05æø\x13ªA‘LÑ!T\føF"
  b"úÂ$ªí\x7FãKƒAXµ\x1EàSð"
  b"""
    ú×´qø\n
    ®B‹A.ñ]x´Þ
    """
  b"úý4éf®fL›\x02\x19\x04Ñdõ:"
  b"¹\x1A▄Ì└"\tNºAï└\x18Ø×4"
  b"û\x1D\x07\x7F\x00+±>x%Ð"
  b"û|CÒ‡˜ÅL§Ün«U«Ë»"
  b"³\x06╠¥R=èNÅí\x07╣Y\f]4"
  b"ü`„ƒý”VA¡”\x17•í\x0E\x07U"
  b"üÁ‘îìÑÅK“”+QN]ú["
  b"ý\n¾¨©\x03ëM‹rLá\x00\x00"
  b"²O\x195>┤╠Gû~u¶┼\x18É^"
  b"""
    ²g¹\n
    ñ?\vEɺ´\x14ı±äÀ
    """
  b"ýu\x17\x1C\x07\x02\x1AUÁ¾í\x03L"
  b"ý~€Ëb„5D›s\tßê<”d"
  b"ý„Ê9=\fî@ª‰q‹àfj\x04"
  b"²×õ±\x19é<Léö"┴1\x04ÉF"
  b"ýØ^œÞ¾EO‡\x11«k_ôÿ\f"
  b"ýÙ¡•U ðK†\x7FT„2¿ag"
  b"²Ò═!±gÆDìr\x1AX·ÿRk"
  b"þ’Dô¯„¶K±Õ\x04ætËÞ¸"
  b"þ«'\x1D\x1C¾œ@¬Êµð±û!ƒ"
  b"þàðbS{yG©6’Ò8\x1D\x05»"
  b"ÿ\x7Ff\x1C³Q4I“ù–¯6·„i"
  b"ÿ€`ϱ\x03 D²4£]CÒÔþ"
  b"ÿäã\fké'G¡”°ŠŽ®©`"
  b"ÿë±\x07\x11AÝJ¥ÙO\x1D¤ºž\x1D"
  b"\x00Üi|¿<‘C˜âæ6iþŽa"
  b"\x01.\x04Ïå\x16\x15@ªödé·¹\x12J"
  b"\x018&5ì#iL€wBLï\x0FI\x17"
  b"\x01m┴0¶m\x00Aæ▄,¦SìW├"
  b"\x01ƒ)ÔdþÝOÅ¿╣ç0º¢╦"
  b"\x02;îv8c\x17Gœp;Ãí\x00iU"
  b"\x02@\x02=™ÊFG±\x0Fò)ñ_\x16W"
  b"\x02ìÎ]T╠¼EÅTîÈhÞ¢Ë"
  b"\x02ŵ\x0E\x15'<IÄ0¹\x05┐ÝÈ\x1C"
  b"\x02¸/¶*\x7FþB§Xç=¢\x19\x1FC"
  b"\x02Ã^øÇX│EÖ¬[Ø▀ï?─"
  b"\x02µ\x03~Ç!¬IÀ5\x13ÅG\x05"
  b"\x03%¿ã‰ÀÆNµ\tK±ø~@\x00"
  b"\x03J/\tJF^O®–Ѱ'(Ru"
  b"\x03]¤è\x7FHeL¢Ç ñÀ÷d\x00"
  b"\x03t=¬ËãØGï/q:ùÃ3©"
  b"\x03„¶ÑCå¸I³\x11Ü\x1Do¢Í0"
  b"\x03¸ã†à,†I \x01WÎ(:KË"
  b"\x04\x0E¸`üd\E•\x13¤Û„™m"
  b"\x05•Ççø†‰I®ŒØ}LĤÐ"
  b"\x05¨Lý%î¸L¥ì\x11Ž£Ð¢’"
  b"\x05ÌT_“\vìA®·=ì™\x10"
  b"\x05ñ+¿:î/I…5k\f3O Ä"
  b"\x06\x07│A,nüJ┐\x1F7ÇtKÞ6"
  b"\x061]Çb4┼G▓ìÑþz= Ñ"
  b"\x06{w^\x0EîAB«Ñ\x06qoÉX\x1D"
  b"\x06·.¦ úóH ME\P÷ÀÚ"
  b"\x06½ŒÃ\x15$®E•9Ô\eµt\x14u"
  b"\x07\vª…qf\x02D•M\x1AX|õ–n"
  b"\x07;È7ŒVæK¡ÓŒT\x00Þ 3"
  b"\x07^ôp1bJ@¡ãÙ“ŸæWï"
  b"\x07wÄÚ6a/NØ·n\x08]dn4"
  b"\x07¸ÅþL\x19ÅL¾¼»ïÜý@\e"
  b"\x08ц)§PSC–\tJT\x14kÔ)"
  b"\t"Ó…·0âG»\x14‘_Ã8âÄ"
  b"\tRM¤o×ðA¦©ÔÑ©ùSØ"
  b"""
    \n
    F…'LLà@’r—’u(qþ
    """
  b"""
    \n
    áì┌u&CLú\x1F¡KÌlÁù
    """
  b"\v*Ê©›Ü§@–Åž¸2ÐÊÉ"
  b"\vÕ¶‘F9öN²fûE \t\x1D}"
  b"\v┌Ç!AÅ2@ø[k{═y,v"
  b"\vÙ$\x19%=³Iê\x126'üHå4"
  b"\fX­dD¼ëKØÌ@[\x00§\x07\r"
  b"\fk°cž“¹J‹!«ž€™ëÂ"
  b"\f‡Hë(IbC†€ ËV{»^"
  b"\fª7 TCÓL¼ñ\x04Y¾‘SÄ"
  b"\fʶ̮k»F“‹QE"u\x17"
  b"\fòŸJüÔÒM”÷Er¦¼Ü"
  b"\r ┴â\x02ƒ╚LŹ´¢ÝB(j"
  b"\rc•`#\x15HNµ Ø4F¯wÔ"
  b"\rŒý\x1EøU”N‘ª\x10rñ€Û!"
  b"\rô\x16■¬ë«EØBM\x14Í]Ñk"
  b"\r–Í\x1EW\x0EnA¨ÿ’Ó\x12uyÚ"
  b"""
    \r´¢ý]Ý\n
    A‚ÒNÈýÓ§¢
    """
  b"\rìÀ·Ñç!Aœ2³Zy½Ó "
  b"\rý\t\x1DÙ„ÁF†rƒ"Ö)ò\x08"
  b"\x0E\x03/ÅÿGÇ2"¯╚X¥Ò"
  b"\x0Egrù½] Jö(╔╩Ó\eÔÉ"
  b"\x0E■aÉt4lMû‗\x11v│¬Pÿ"
  b"\x0FRÈ/ÃÝÝHªøÃä?Ñÿ³"
  b"""
    \x0Fùö\x16ÚÔzOɼÛ└Ø\n
    M>
    """
  b"\x0F¹†£?ÂÊK¬0 «™Áõ7"
  b"\x0F¶ü█æ■@AäDì\x16íþ┤═"
  b"\x10«X\x16…ϸL‡¾+i\x17¡œí"
  b"\x10Éì‚\x1AàsB°`(\x0F¼\x0F~/"
  b"\x10ÌC:U†÷@¶ô\x13ôXPÀ "
  b"\x11\x10L\x1Aß<ƒBÖNÉùd9&U"
  b"\x11.U…`ÞÃK€‘8b˜¿¹\e"
  b"\x11Å\e\x12ÆÌØI┐âòÓ#;Q;"
  b"\x11žþòLv³N»ûX{\x07{¾ƒ"
  b"\x12*_+É╦{H«└ir&Í\x12"
  b"\x12Íd¢¶ù╠@Åú//k5\të"
  b"\x12´^TkÞ2KÑH¯\x02É\x02ðù"
  b"\x13kºk'™bOŠó\t·ë\x11÷\x0F"
  b"\x13ð«ÝÐì\vB╝§Kí\x1A6õ╠"
  b"\x13Ò+)€/yO©™uS‹16Æ"
  b"""
    \x13å!1\e_\n
    @«ü¼ä^æ\vŒ
    """
  b"\x14\x00\x06\x19\x1C–ÇO¬%ì¶¢Hvæ"
  b"\x14\v\x08\x15ÂD±[ß\x03Æo0h"
  b"\x14%¢ÕùËJE„Ø\x12\e8ÄÕt"
  b"\x14l#Dæ5MN¸AÍ!¼Ià¥"
  b"\x15CÇ=§cÊO´ÂU-°j\x03*"
  b"\x15d/¬ÔµhO£Å§\x1A,\x05¨\x1D"
  b"\x15╣gåÚp╩Aìë\x13╬Y"╝\x12"
  b"\x16 )\fo,\rL ïIAÒ‹:\x00"
  b"\x16ç&#+SØGµ&µ8\x07¡7…"
  b"\x16Ý\x1FçØ■XN▓~ø■ÃLÉ@"
  b"\x17y<\vµ|µL“†2»b®Û‡"
  b"\x17¨$”0œåMµ¾ÿFg\tps"
  b"\x17¾═±È\x05ýOÉã9■_‗Üç"
  b"\x18Ÿ0©\x0E¥ O™îb®uV^r"
  b"\x18ªX|å@ù@Ø?Ë\x0F▀îá¢"
  b"\x18©ž)K\x1CvC»Ïü€\x11f»´"
  b"\x18«A\x10\x12Æ«@œÊ\x0Eë§Ùžv"
  b"\x18ÅUWNs›C’|³?(·1Æ"
  b"\x19\x04ƒw†¬pO•ˬDRóØð"
  b"\x19>¸%ü!­N¥·-6cqT""
  b"\x19—Æ\x1E\x10Ž9KµDÅH¯\x1ESO"
  b"\x19™Ws\x13gïIˆ\tÿm€d\x13ö"
  b"\x1A\tÅpóhjAÀ|«╔cL\,"
  b"\x1A\x17D²e\x18uO‰ŠŠC¶Å†"
  b"\x1A)▓;qÉÊBÀpú,M\x0EþÃ"
  b"\x1A›\©Á\x1CÄDž/ÖRH5\x11ü"
  b"\x1A÷┬#ƒ\x08ØMø\x18Úq¯ÿg\x1F"
  b"\eAýH´Ö#H¬Š¨×BÁ´-"
  b"\e¶Í»¢YñH¿Ò¼ÔˆÙe\x1A"
  b"\eß[6îÊâH®¹ÜRšØbZ"
  b"\eësdŸ>ZC¾°¸\x04\x00úfï"
  b"\x1Cl\f\x1EU\x15hD¾õmÿÃ@\x1D\x0F"
  b"\x1C▄{/'╣¢B®¶\x00¥\x1CôÅu"
  b"\x1D9ŽÖ„m\x07CŽ Y†ìø·O"
  b"\x1Df 8§\x0F2M│e)ª]\x04É:"
  b"\x1Ds\x13½sç’E¿QoŒ\e{~M"
  b"""
    \x1Dî³YÕz┌HäN╚\n
    +¬ìè
    """
  b"\x1E<Î)0V`MØ\x02qSxð1¨"
  b"\x1EIÖ¾PДE„2‰Ç¬œ€g"
  b"\x1Eè©´Å═(Hè£\x0E╠}pì'"
  b"\x1E¥³—AͯE²Fɲé6ýš"
  b"\x1Eâ \x1DE©kN±€÷)fȤd"
  b"\x1Fô®ÅüèH¥Q\x13Dú■ëÜ"
  b" \x16\x12Â╬µ\x1AJüÄ5\tS\x01"
  b" q<ÙêoFA¢“Tm~Ï\x13q"
  b" u{#┌7¯F¢·?\x02-├ðü"
  b" îØ\x1F\x0FªèGêÔ¡BÃ_\x12'"
  b" ╩»æEù&IÉÖMÞk┘┘▄"
  b"!"û\x1E\x10Q{Nü£\x02Û\x0F7¾r"
  b"!ø¶\x03╣Ý\x1CGê▀-Éë[▓b"
  b"!╔▄═▄TÅJ×±yD}9F¾"
  b"!ç<1šv=Iµä^å42;b"
  b""\x08á5¶#µM…P‹4±K\E"
  b""\f©¿`■jJÿÐ2\x14ìû ä"
  b""ᾚ\x1F½YB€¾ÝÀCÊÏá"
  b"#\x12±wÿ­ãFœˆ\x01\x1EˆVâG"
  b"#(ñ&\Ü!JºáíΦ×cì"
  b"#ÜL?:8—N”c\ró\x12íõn"
  b"$\x08\x17=ÙÕÉD‹ë\x01Ôg›\x1Cm"
  b"$\x0FÒe5\x02hG–°D\x15ëh‘Ÿ"
  b"$+èÔJA\x00H£Ç¬Äà™çÊ"
  b"$§f\x13\x11&ïC‘R—öœ†öe"
  b"$°Žå\x01ñLB®lë!>îl¥"
  b"$µF@·\x7F­IøO¤àÈ$Ø'"
  b"$ÛÈ;WÀ\vK©vDü╣‗G2"
  b"%5ö¹QÎÀNç\x12<■¦Ø;­"
  b"%G„\x12ᩨJ™zŸË½š>ô"
  b"""
    %ÚÓ\x10¬…¨B»\x19rÿ\n
    Ñê'
    """
  b"%ñÂÜ­Ÿ\x08K¡©úñ”‹"1"
  b"%óñ ÕJ£G¤¾îžeüö\n"
  b"&\x03Õ°ºª.E”Õ\x01DOðEr"
  b"\x14±\x10ü\x02M░ÄH}9íÀr"
  b"&¤^╚XXdI®H\r¡+ìmO"
  b"&±bxÕ=ÕBüyÔ│┘¥ïh"
  b"&ûz\x11ëR¢G•\x0F\x18h½œÎ""
  b"'\x05‚FxÕÓJ«%<RØüp®"
  b"'\x18}X\x11f™Iª¤çK@è–ò"
  b"'cJ/"ý%FÉvÂ6╚\x7Fñe"
  b"'áÄ$r\x170BƒZ‹/¸gòt"
  b"\f:>\x00\x10KîÅÚÊC®8U"
  b"((Cì\x14▒ëA£ \x12ª®\x03K["
  b"(0{h\x0F}3@ª€ôéhŒ@L"
  b") ¶Éı╣jLÇe4`ò¿åN"
  b"*"d9šeÅA°`&‡\f\x15õY"
  b"*=\x13ièÔ\x0EK’}‹o¥I\x1Aœ"
  b"*±¤|KY\rI½¥[û¥á2\x1F"
  b"*Æ€§ÁîªF 60çø<  "
  b"*ÐÏ‗\x01É\x1EOø}i(µA)â"
  b"+\x1AïmWOFG»m%¦3ÑB\r"
  b"+diwÿ?FKàU}oí%CØ"
  b"+‚kf5o9O²´]3c\mÜ"
  b"+‘„\vc\x1EƒF³éR,m…TD"
  b"+’$\tXj\x12A“¿;x¿ŠPS"
  b"+á;lÅ<,K®œwžA\x7FÜl"
  b",\x07*qØ\x01ëI▒YêÚ»ÞNù"
  b",q\x07˜©ÝiK‹=d)äÑt\f"
  b",†ÊwéÿZDŽ¢sA,V\x0FX"
  b",°íÝ»TÏB‡\x1F3ìø‹ày"
  b",╝\x07á┤¦vJénð▀\x08Ø+`"
  b",╝SíáÝ▄FÜÝ¢ü3x─\x18"
  b",¿è\x15Ms\tE¯+ú™ÒS;\e"
  b",¹FQ\x05 (Iá\x18Ý\Ú¥ØQ"
  b"-&man\x0FbJ²×NM«\x02ãb"
  b"-ÉZGXù&@¥2,÷ðÕ«ø"
  b"-├\x01È?└┼H╗ï\x18sÅ]è["
  b"-õxü½m‰O‹¾\x13b0ø´ó"
  b".\x0EŒ\x12‘®+L¨óYõû…–;"
  b"./Ìh\t§öAºÞ\x06Vôã\x1AÆ"
  b".ÕÊiæÒ0M‹cE»ß+e4"
  b"/&\x1C*\x06\x1CÉH░»â┬GÐâ¹"
  b"/W¥\x03WM_@²›\vçfz‡ê"
  b"0B├x│ÄbM½\x12l╗füÆT"
  b"0p¼ÑÁi\vH¯œ­\x7Fàðl|"
  b"10™q†\x19Ð@ª\\x11â§\x00…¹"
  b"19"ã\f4²N—GBÐo_\x16\x02"
  b"1MNèÑÖ‡G‘¸ÂÃ6qµ`"
  b"1s¨Å-5ªE׿éWæ\x13èì"
  b"1ˆV˜aaªJ‰{ú<ò`2†"
  b"1Ÿ!^óP·G Î[\x15Gåf\"
  b"1Ÿü^g²þNŠÃø«0S³Ë"
  b"2\x0E—S³ñlE‡ý~[öéôä"
  b"26\x19­FÔÚA¢\x17ý*¹ôìÒ"
  b"2tßÉ4)jB®\x1E¸ÿ¯ë-]"
  b"2yÐ](òÀO’%\x1A„Õ#ª¹"
  b"3\x03k\x16¸zþD­?ÚC±ä)ß"
  b"3\f¸ÅýòâG╗ª§{ul\x17\x08"
  b"3\x1E°¦x╦ÁNè¤TØ╬\x7F╣│"
  b"3#LjÝQ®A“\x17p0Z\fº\x0E"
  b"3Eª\x13ØÎmFŽ5sŠâK¶p"
  b"3×d\x01\x17S˜I¥’Óyï;Ž8"
  b"4³›†÷°eI”¡p0\x08CÜc"
  b"561ˆýÁ™C¥…lýS‡Å÷"
  b"5<p-À&ÐO·#Æ$d\t"
  b"5T\x13¡×|WLˆø\x18‘ÌÐõ»"
  b"5ŒøÐ#ýç@§1C'¥DRf"
  b"5ì▀1J4XNò├ÐÍ:Ù¶ö"
  b"\x15\x01^@¬d³éÓÝþk"
  b"6\x15!K\x1DJVG¼²M\e¥\x04™`"
  b"6YD┘p³¦Fè¯ìÉ:\x13zh"
  b"6¬¼§äÈmM­²KÒ* óÒ"
  b"\x08\x06ò2H¡‰…™îŠÖh"
  b"6çð\e¼¬mK€Y~t‘HEÈ"
  b"7\x08 \x1D©"sD¥IïÏo\x7F"
  b"7rû¢\x02Ñ/IŽÁ©³ÃâI{"
  b"7ÂøÄÔ7\x14F£C £ƒŽ‚\x0F"
  b"8R©Ò\eSÆH‹˜çž÷N”x"
  b"""
    \n
    ì\f¸\x17H™|ŽSs\n
    wR
    """
  b"9\x17n*‗\x7F┤J┤Ò¯öUA▄ü"
  b"9ìY(É┤D@û\x066àLÉ'ú"
  b"9ûàì_\x1CƒCª¯Dç┘àèÈ"
  b"9├Ñ\x1FSÖ┼N▓)yÿB┘áÉ"
  b"9Æm\x115ÊêK³8\x04R=Q…D"
  b"9å³—\x11\x1EI¢bv\x01WPÊB"
  b":KlÚ¬{ÐN„âèí>‡R\x1F"
  b"""
    :Ko‹Ì\n
    ’Kˆ­\rý\x14DP;
    """
  b":P┼ZJ*ÔKü¯0¢:s╦µ"
  b";öàØ]‚C¬"kzqYx'"
  b"<>‚³\x1FùlFˆ@\x1A½.\e¨ "
  b"\x11/nrµA‚\x1E]¹6^œb"
  b"<Ã"-ص\x11F‚»d\x07Ó\x01\x1E"
  b"=%ƒê\x19\x0EìKì\e¹K{┴á\x1E"
  b"=ĵf¬¹\x1FAü#hk,¼Éö"
  b"=┤\x05╝&b%Iêìò;\x1AG§5"
  b"\x12ëõôçA¡iÃø·h\x0Fo"
  b"\x00╣z¼ØAÜW®Çk╬\x13\x13"
  b"?HlS\x03‡¿@¹@Ü\x1E\x1E¶R–"
  b"""
    ?hÖ\t\x11Á\n
    L—SÓÓ\x19fÊÆ
    """
  b"?ŸÍ'ñ1ÜF¬Oð\x03Ÿ\x1Eú\f"
  b"?°,WÜ,ñE‹ÚÅɬ¢°¬"
  b"@9\ejb‘VF‰ðÁ\x1Ežªéò"
  b"@rÑ=}"S@ì8<-\x07Æf\x08"
  b"\x16Ö\x18ÏáJ¥ÐuwÅT.â"
  b"A!ÔyáÌ+@²œYU\x04x„["
  b"A.£pi”@G±_°\x10\x19^"
  b"AM=1£Ž\x04@µE„\x1CóJaZ"
  b"B\x01öY4¦ÊG”\x08¨5G\x05 p"
  b"BôÑr­Me@Å╚^\x19\x11{D\x00"
  b"D\e£¨I┘ÌO×▄D"┴ÅXª"
  b"D<wª-\t\x12H¬ê÷Ø░úW\f"
  b"Dæ╣Ñ\x10H┬IÿõmìßöÒD"
  b"Dš.b—ž˜E•È.åŠGëý"
  b"EÆ┐Å{°\x04Gƒ4oà\r3ðu"
  b"E║╦»3üVC│\x0EÆÛS~áå"
  b"EÏŸ«\x1C2kO©d‹\x14´ß\x13¡"
  b"FCâ’ñ÷þI¤?t\x1FÛyQÓ"
  b"FmÙ|PŽ£@¡­ñ¯\x1F¸‡x"
  b"""
    G\n
    ¬─*ÅÎDÖ2Në÷QK└
    """
  b"G\e7N\x0E\x1CH½/´#A\t+G"
  b"G[¼üÇE³F‘É\x19¬\x1C\x0E"
  b"H[ÎÏ\x1D\x1EI‹â#\x00\x01{›T"
  b"Hã䎞\x17\x05G‹ž\x1E\tö(6("
  b"IØW8@ËÿGàÛ,6î°äû"
  b"IÂv\x1DæZ¼E´,9òDÈ”—"
  b"IÃ.|nB▓EØ\x12ÿ─╦±í\x03"
  b"I▀\x06õ4▀*Aàë¹Ð¬É~\x05"
  b"J!²ßç³ÇB”±ï4m¿h@"
  b"J)\x00\x1ARñeB¬Ó\x1D»–ÑE™"
  b"JÜ{\x13à QI²iß\x17‚ÝÔ«"
  b"K\t×│düÐIÄ\x01äs¿xìQ"
  b"KqñŸ\x0E9!H—K*$sËàõ"
  b"KÒ/«†ù;C½M-©k4º\x1E"
  b"Kıo¾½\x15¾D«Ëß²?üým"
  b"Kà™…'!þHŽzI9Î\x14 ú"
  b"L\x0F\f&dªıIèÃÊAÉÙØÁ"
  b"Lé6Jμ┬AÑ\x02iðü┴rÇ"
  b"LÅ;É\fÀ§BŸ\x1CÅâ\x04ùš\x15"
  b"LÚ¹\eµ\x01=I‰oÆêš•13"
  b"Nb>˜\x01úùJ‘Ø‚´VéÊ\x05"
  b"N›‚}7îªC¾ÁÞ¥÷W‚Î"
  b"N║Ö´\x1Dã┘JºRDcñ Ø­"
  b"""
    \r┘­2╣J┐¢ÉC\n
    ╝Û\x1A
    """
  b"O ¡ü’²\vJ™\x18O,7¬\x058"
  b"O¥ÙÈ»\x02B¥«\x1DàÎhìa"
  b"\x1D3u╬µD╣ÇÑ5eÅú4"
  b"PDY‰%ì\tH«è[µ×Ds\x04"
  b"PJôÙ}þ³L¸“%\ro\x01ïæ"
  b"P“=U^\oIŸ±\rìä»i1"
  b"P×*Â+‗jKèÊ┼\x18Ø█‗."
  b"P©µ\x0Fº▒ÙNïáÏ÷c\x04╬É"
  b"Pï[T˜ŒmK“ õ\x19\eD‘Ê"
  b"Q\x08å*\x00\x16†M 0÷]H‡²Õ"
  b"QRñz4\x04ðOŒÅ°7ib¦ž"
  b"""
    QZ·├¤\t\tMî(\n
    xÌì¬ã
    """
  b"""
    QŠî\x02¹\ËN‹}£\n
    ´ÞP‚
    """
  b"R\eí\x00Rù‚C€òÆÊ;ó\f¾"
  b"R\x1D•,ÂI)L±a”@¯¾ær"
  b"R”FLŸ\tþMª\x13~±Dxgð"
  b"""
    S'ÌÂ\n
    èÞKÉ\x15\x12F/¥─L
    """
  b"S?\x1FB™/>K²ÖT¼*¦ \x0F"
  b"SYïÉÙÅ¢AÂ1»\x19ßëÙ¤"
  b"S\x7F\x0Fd╝üBNæò▄═Ïܸª"
  b"S‰k\x00Û6¦H¯«M®ä¯\x1E7"
  b"S×âã1\x1D)Gü\x19SÉ║¦\r¥"
  b"\x03öÍ┌?@ï*Ýüô▄#\x07"
  b"Sí[…\\x03…@¬QÈrh’¿«"
  b"TWÂ2╠°ÆJñıÅ│╝cPI"
  b"Tjr¼\x12ò\x10Lœ`\x04\r@¥;µ"
  b"Tvn\3YuIªÔÀ;±~C}"
  b"UŽÉaá8ÄG‰‚\x13aéÎ$\x02"
  b"\vÝ}‡\eFµ9¨G\x00\x1E\f"
  b"V ░\x04\x16¸\x01O«ÝØ×\rÞ╗i"
  b"VM•åàÏ—B¸ìk,5Ý}`"
  b"W\x0EÈ\x08íß\x02A‚\x17»\e9N„$"
  b"Wìoýò9\x08F—\e/O±¡£+"
  b"X└o▒\tZ┬Mü¥Nõ®N­ö"
  b"Y<x%°\x7FGD–Ï,\fU]*Õ"
  b"\t–±\x7F$J¡S—\r\x13\x18Év"
  b"YÀ┤§|Î┐OØîÇÒ@┤Ô╔"
  b"YýUY÷ýõIíŶ­È[ÉJ"
  b"Z0®Š‹ÜÛE£‚ÝBÁ'eƒ"
  b"Z1«–Ÿ¤\x13N¯óuÆ:\x19je"
  b"Z£;5VàñJ¶ŠÅï–\x19Â"
  b"Z¯3þŒ\r/N¡X§,\x1E™>O"
  b"Z÷®\x13AVåK›Ä•ùã]‹ø"
  b"""
    [\n
    \n
    ½S¸\x12AƒÔüÿ\x1Cjn7
    """
  b"[z…:Ì`:F§#õ?\x1Aý¿à"
  b"[ÿ ú|ìõA¡îþ╬8\eÛæ"
  b"[ÿ5┴╗ı$DìÓµ╬K×\x19u"
  b"\x01ÊôpÑO¡ßë·wl.º"
  b"\@̳CºjI¼µD\x00Ð\tz)"
  b"\~'sQÛÜIÉ▄VyÝͦÙ"
  b"\òí/§ö║Nó\x04ØÖ'úYÞ"
  b"\¤J¤\x07~/C»¶\x1A^nÀ›`"
  b"\°╣»&Û\x18Où▒E+ì\x17ÒÕ"
  b"\üæ´³M\x0FF·cÀYStø\x18"
  b"]U@┬eIÞAæ&¸i╩¶zÅ"
  b"]}•®œ\x7F{K·\x00/\x10oú¹™"
  b"]Ñ▄©╠ØØ@░&¿ƒçl§o"
  b"]Æî‹e£\x07B¥¥AÑ2ðÂü"
  b"]ÊÄ…˜ª>B‹äB'ÇÆì8"
  b"]ÕÁ‚ÀlhF¢\x08Yfnœúï"
  b"]ìâ^”«RJœ”‚\åXf’"
  b"^0É]RT?Hû¼_t░\x02е"
  b"^44\x0E<TÖO·²ÇF\x19k\x13ê"
  b"^‡V³7eˆH³\eªb\x03°\x1D "
  b"^Øæ}]¾─Gü-#7ò{Rr"
  b"^ÂÝîÇ SAüQg+dªÃ`"
  b"""
    ^×V¤fªvL˜x\n
    \x1FŒ×
    """
  b"^â{^jGÇM ØíädQ^é"
  b"_cAÞç6ìGŸÒ2±zϲ{"
  b"_É╩Î▄░ÜFÆv½ÓR\x0Eãr"
  b"_ÀÎÔ@S·G½ð„dE„Æ\x16"
  b"_ɵõÝl5M³*5@läÀŸ"
  b"_Î$´•\x08BJ†Ç¬\x12ýD[\x00"
  b"_ØîqÂÓP@¿6Lå`,\x15¨"
  b"a{R553!K ;5ÚH{\\x1C"
  b"a¬ZN0ãTF¸rÁ™L"U­"
  b"b\x03Ó¿µÂ\tH“ñëb5p]^"
  b"b\x04¼Yœ™+B¯DˆBÓˆÿ²"
  b"báØ?üûlFêß╚ã\x11mÑ~"
  b"d\x18—‡“‹ëA€jýÌã“@Ñ"
  b"d8é|¡\x14GO»Ÿ‹Q®?U\x01"
  b"dÓE╩#%ÇD׬0ü§┬Ôƒ"
  b"\x03Y«'åM±y•\fd9,¶"
  b"eÇ´Sk©ÅEŸ¿ÙVïKøX"
  b"eÛ░æg¼ÆLÉ:5űL÷¾"
  b"eõ¸€r\x03>L²¥ªRÆÈëS"
  b"f\x13ÿѴϰF®½ ÿÅ©\x0F'"
  b"fOLE<\x19•N—ƒ¸¯Žy€³"
  b"\x12nlH€HŒ¶fëäÅ\x7FR"
  b"\x1Dˆ\x03yŒF¢±’u™Û?w"
  b"fÍ&ãÁ\x00ÉNú\x06%¢¿´ìÎ"
  b"fôZ5å%lI‰²=΢ù,¾"
  b"g\x03ô·╠é║Gñ░ýì╬g&Q"
  b"gPÞ8Ö[EGü8\x15VÊ~\x05®"
  b"gÄO╠ì\x02▄Hç\x0FìMW{\x11\x02"
  b"gþ└I.òMOØy[■_nÆD"
  b"gïWYd\x06&H¥¶Ü\x1Cwÿmz"
  b"hPÞAC\x02GBšua\vÄaòë"
  b"""
    hüVý¾]6EïĦ\fÜ┘\n
    ø
    """
  b"hækÁ┘ì)@Ø7╗\x07\x19ó\t¤"
  b"i\x04æœE¶ÿH‚\x10O$¸ÚÞØ"
  b"iX©Œ/²<G µÇÚR¯sb"
  b"iYnƒb jA·åî}\x0FÃE>"
  b"iâ¨xH4»@…\x1A^±ñ„¬="
  b"j┐wÞR±XIî\x1EO#PCÅ:"
  b"k\x11\x15åØaéE€„¤+\x10ýež"
  b"k\x12\x10J¶;ºK±²Œh3›nV"
  b"kFkݹè¹C¦ýMν\x17Â}"
  b"kY¡žÜ=•H¿:VÀ½WðÄ"
  b"kt\röU ìBºÎ┴Ó4]▄Æ"
  b"laR\x02┼VÀOø@Jc9P\x13Ø"
  b"mt|lµ®2Eü¨V\x11[ì╔┐"
  b"mÀqÝÃ(\x1ELºØêCî\f"
  b"\x0FÅhF═I¥È±\x14J\x03§*"
  b"n\t¨bjgÖH¼·á^,öh/"
  b"n\x0Fw˜ø÷¸H²èu|X[Øö"
  b"""
    n\x17ü±\n
    \x1AþBÄ6Pòné3h
    """
  b"\x07üë¥oB´¾\x08zu&bW"
  b"nû+G\x16¡MBŽÃfˆß¨\x03Å"
  b"ol▄0¼╚\x14L¿│u\x16¿aÉÒ"
  b"onöü\x14"«HÀð\x0E▄tok▒"
  b"oä©ó;┌ËC«ØÑ║6ßd╝"
  b"oÔ”ê6úñOµiÐæ\x0Eѵ˜"
  b"p\x17’Nz6šF°×Œ_u\x08°’"
  b"p\x1E4\x06ßi{B¾$À«q˘U"
  b"p[5*/\x0E`AÅUh=#ëY "
  b"pánd|\x1FŸ@»\x05³ïa¯ä«"
  b"qTú;à[ÎOª7\x1E\x02ßÂá\x14"
  b"""
    qq¨\n
    7f¨JØ<aDcWï├
    """
  b"q£˜†O½‹L°’"\x11\x05ö"
  b"rb2­ë&[D¸ÂV’xÚu,"
  b"r¹©¡ÌχG«$\e9\x7Fâa "
  b"rûؼ\ëpG¨”e\x11˜êcì"
  b"s\x1Eìºæ:ïJ╝j\x1DuU´Òþ"
  b"s|×s\x13™êO»Âæ˜\;àk"
  b"sìõúlß7F╣èD\ed\x15§®"
  b"s¡¾\x07ÔYäJÉTèá_\x13\x15\x14"
  b"s┼d\x19%¡VHøÌûÃé2ìB"
  b"sÒ;gB\x1AÉF§ƒé×<S—2"
  b"t\fn‡„¦½A ƒtþBò\x12P"
  b"\x02íüñáO±‡'ÀM6lË"
  b"u4?\tÅ\v$@¾Bvìz\x7Fš\x19"
  b"upP3…*kJ‚¹†Û¾\t»l"
  b"vW\x7FK7•!K²JüSÃK†¨"
  b"vlÈ|3×\x0F@£”³\rÔÔ\x0E:"
  b"w\x13E‹‹\vZO˜\e7ræW‹Î"
  b"wYbßÞ$_A¸û/óíz#\t"
  b"wxó▓~"þMì_ÆgoM░ê"
  b"w╩>╩a\x1DKGìêîÖ\x05═"]"
  b"x4À\x1A0\x01bO™¼·¼³ìä!"
  b"xeZU█þjKÉ/éÕè\x04Ý█"
  b"xõñ7“²8C›J\x01z+/ÿú"
  b"""
    y\x15‹«©;\n
    D‹£ÁµØžHt
    """
  b"y'¡?\x16æ<I·`\šå¯\x02x"
  b"""
    y=Ì"R@5O¸`ß\vø\n
    ¦\x1F
    """
  b"y\x7FhFLüWJµ\x11\x10ÏØH"
  b"\x01r$\x7F(A­!ÇžHwÜk"
  b"y²é”´ÜæA²×\x07“ÌE\x05`"
  b"z7®»0”>I´]CL>t,T"
  b"z@4yu‚ÈJ¢]sÇ\x0E\x7F%r"
  b"zl\fÌZz¬@▓Éí¢\x19ý¹║"
  b"\x16€ðó/Lµ%wú\x11à`ù"
  b"{\x01L$ƒ4,O™™–¾nÙ \x18"
  b"{Iãs»¼]J’û$H\x1C,ªA"
  b"{‚Ö„­ç¹E„k\x1CÞ˜!&Š"
  b"{Ե鶑RA’qåw0²eb"
  b"{°ÉB/I3G¬\x7FQD;\x10°+"
  b"|%Œ\x02åy0L¢\x07\x1E²i\x02\r"
  b"|ìÔõ╩ÍçA¡á\v\x0EþH34"
  b"\x16×\x13¶ÔKØT­C\t^─´"
  b"|¸,F°7¶B¤ÈN"¨yðø"
  b"}5Æë\x11\t\x02\x02Ù¯QÝØ"
  b"}=/¡1ñƒF²C\x07\x13ЦeX"
  b"}nqÒ\»4MüÉJ\x19\x10\x19"
  b"}ƒ½"#|\x07FÁÅ█idÒ═;"
  b"}Øè%¨}\fB 5î¦x¾/˜"
  b"~*\x0F¥\x17—ûD…\x15YÏ‘æŽ)"
  b"~34$CÆFM‹Pt7åü<³"
  b"~fWþnÅQL£ ÒZ"Ùíý"
  b"\x7F_v¦\x05³\x19H­ê&2®O\x19i"
  b"\x7F„(?ÊuÑI‰ ŠØ¥9¨–"
  b"\x7Fö¸\r\x00È¢O†±\x01v*À¥w"
  b"Ç;%ı░+ÀA╣\x14À=æÉbg"
  b"€âÝW³x‰B·}î\+’áÑ"
  b"€ðÈb\x13\x07\x10AŒï„‡güýð"
  b"ü(öÈÞ║gNÇøÆBï÷È­"
  b"ü{▒£s#@I¼³&á Ú\x01«"
  b"üâá~;]äEä\x1DHÖ±\x07æ("
  b"ü╝╩¸ü©òNëý¯E|&£6"
  b"üõ:°TúHÜÁãç2à├G"
  b"\x19J2™1XE¬Ö›x˜aX4"
  b"é«Ëu@╗\x11Gü3ÀçÍDû┐"
  b"‚ØpvÒê­HšX~\x10}ø´¨"
  b"ƒ^P\x13\x0E?K…\f\r\x1F™Ø"
  b"ƒ–(\x17€/jN¥\x05„±¶Pºâ"
  b"ƒ´‘QÂJÑFµ'\x1FÑÛ\x02¨8"
  b"ä\rry-¡gOÅn\t?═\x15"
  b"\x0F3ju:ÌC“\x1D\x05õ\fÂ\x05("
  b"\x16ÛCQÈ¡E¬´©I)‹„\x11"
  b"ä\e@ì×ã┘Bª&QÑo░.T"
  b"„l‘€K†šE·„\x1AƒÖù°}"
  b"""
    äpF\x07*+óIüdé\n
    1\x03][
    """
  b"\x1D¯ôÙ\x13¹B†4={™E\em"
  b"…8s\x7Fôñü@°C9\rúÂŒ¶"
  b"…O|\rÅ\x0F%B®ã¼Õ¨\x7F"
  b"\x14.XiÓçMªÌu\x05Oœª7"
  b"†@9Û¢þÃM‡‡-€õW½ß"
  b"""
    †Q+¥¬\x18uIˆ¦ƒ\n
    \x14o3Š
    """
  b"†d½Sñ\\x05\tÕOPwOÿ"
  b"ålL\tÿÖlOÉ\x06®\x10\x02.ìÆ"
  b"†„âÕO¢\tGŸ¾Q¿€¹{\x7F"
  b"†¡jÎ÷ÞÒJ»‹ô Ý«×À"
  b"""
    ‡#\x1A\n
    \x1E\x15\x1E\vÑ?á\f‡J
    """
  b"""
    ‡g²ÙUQ\n
    OŸƒÄž•ż±
    """
  b"‡Óüûž5µH¾·8v#È)ì"
  b"‡øá½u`/M¨ú2‹ö/b4"
  b"ˆw\x00Mf\x14ªJ°\fG\x1Ak¶b‡"
  b"ˆƒò‰j\x13ÌO¤à+ÆlHÿÆ"
  b"ˆ†J‹¯¶5Aƒ{SËСžÁ"
  b"ˆ¨Äêj\x04ÂF¶Ýþ;¡kðã"
  b"ˆÒ\x1Cw·Ã\tB‹ÒxB®÷\v1"
  b"êþr¯°ô└Jñ½¶É╠êÞ<"
  b"‰}$×\x04ÄìG¤KÏ‘ñ•4™"
  b"""
    ‰¯Ä\n
    .ŽáB¢…€â=C\x0F{
    """
  b"ëð\f\x03ª\x10jGÉUáå-^ë\x10"
  b"Š‹mÁ–\voB’ô” >m\x00O"
  b"èÁ ´Vú;CØf±0¿Ý}y"
  b"\x10ø$‘RZL¶OS°Î\x13"
  b"ï\eü\r~\x15uNƒ­\f.À¼²\x10"
  b"‹DCC¬iÙC¨ì5¨]Ik\x1E"
  b"ïéJB2\x01ýCìª*\x08»8\x1A^"
  b"‹ÒüÏa”‚H·5Ž…™¿Âs"
  b"Œ9šÒE\x1EŽIµ\x10—yº\x15"
  b"ŒK\x18\x1Aä\x14ŠD·ŒFAk6YD"
  b"Œc’kUL\x16E§]kŽï\x14"
  b"Œék¹Â]BH¤JòÜ\Ðÿ\n"
  b"ì\x16LRk3mFïÅ]¸?Ï#7"
  b"ì#Eo┘MÙNØ\f\x15Akz"
  b"ìt+Ðð\x06bIƒ\x1E°┼±┬│"
  b"Ž s·5\x175@˜8Ÿ}õ:Š×"
  b"Ž2Äëæ\x02dC’ ŸG\x10ÞÆß"
  b"Žr\x03…HÄ¿L–剴Âò©*"
  b"ÄÜü¯½T9A▓ ■_V╚\x10,"
  b"ŽÕ]òò3à@ºoü\x04(¸ð\x0F"
  b"Ä█Åù^ëCK¢ Rÿ^w«è"
  b"ÅTy7Í,9Eü9ÇÅÙòZ\x0E"
  b"Å]ËFÑ╦éC┤éì\v£æyl"
  b"Å═!Â5åxA║ÃXƒå7¿<"
  b"ÅÌ!¢\│\x05Bâ Ô╚­Ë!ó"
  b"É\x12\x084Q÷j@¡°±¢Êsh×"
  b"\x0F˜Rýã1E¸ÿ©oâ‡ØV"
  b"‘-@\x14Å­°B—¬‹ƒ\x03\x11"
  b"""
    ‘x¦\r\x18œßDº«g÷\n
    Y{³
    """
  b"‘Áþ™]œ_K¡Ìñ#`4¯©"
  b"æ╔Î\x07Ý`_Lü■Wó¥5<Ò"
  b"‘á8ý—9ìEµn-rÞ\eMw"
  b"\x1A‘Ræ\x0EÝK…#(B—\t˜Â"
  b"’+Ï•=µTG¤\m‘¦b8p"
  b"’3z·É\r#@º2Î\x1D™ì‡B"
  b"’6a¶ÖGêN–GÈ\rg2­<"
  b"ÆØ┘¡2█ÈK║ÓCf¶y¼S"
  b"’±±ìË‚;L¶Ô–\x17>¼–é"
  b"""
    ’»Éq‚ð\n
    O˜ˆ¼4m\x14R\e
    """
  b"“*Ôq1‡NFµR ×ËOáÚ"
  b"”!O)x|ËD†f°X\x161„š"
  b"ök¶¹Å┬QHïZG¶t©+"
  b"”p\x12µP\fœC§\v\x16@§Ï\x10Ö"
  b"”ˆ=\rD±0B‹…î$Ç\x16Ü3"
  b"ö┐\x04│gìwG£╝I\x058zj└"
  b"”Ù­¹qn>H¼àSÉÿƒº„"
  b"”íéðÊg~@¹ìC2¡\x15Ê™"
  b"•<\x19É’©4I‰ïÍ·\f \x14"
  b"•~\x03º£qjH¥l²ò¿d²Û"
  b"–.1¥y§€Bœ÷\vt(v\x00W"
  b"–;¸íúH¶D®ª0üÆH\tÐ"
  b"–Fy¹ä†ƒDˆè\x01(³o\x16ü"
  b"–XƒBïJðA«\x7Fïx\eŽAú"
  b"–ËèqúVyFŒ¦›\x01\x10\t"
  b"ùòìß═Ò\FäÑß\x143;u<"
  b"˜<î…^!QL«vÂ$Ì7Ñ)"
  b"ÿK\x1Aã\x05\vFü3HöÈ´½î"
  b"ÿØÕV9¬▀OüØð$=▒Wâ"
  b"\x07Øïa¼B@†giéâ\x17"
  b"™!ŸRw¦\tEƒ©ä\x10Ï\x02Ú^"
  b"™#¡ó½ÚýF¨v\x7F0ߣSÆ"
  b"ÖZq(üxÞLì┤ùÄÖ■▄^"
  b"™r[\x1E:±’I›8E›£º\tÕ"
  b"Ö┬Dkd█ıFüaá╝╔▒\eô"
  b"š\x02ca}WÌB“ÉÌ–\x11åt¿"
  b"šÅý§\x00n\nL“ß´,+neK"
  b"›ÒJ‡ËÉ]N‘Á‰x\x08ÞtU"
  b"œ\x16\x17\eXG¹Eœ\x03Ÿ‰€ïÛµ"
  b"œ.º\x15¬ç]Dš\x16.šzº;‘"
  b"œ…ÆtÃë^H¢Ý¼‘1¸öo"
  b"£├qì¸\x0EëEòrP3ã´y0"
  b"œÈ¡Äç?žD–£ˆ\x08"˽u"
  b"Ø\fZz ¬\x16AÜ'┼ãKE█>"
  b"Ø4<nKÏF@»ªM\x04┐ê±="
  b"Ø5û\x13:c<O┐░:eo\x02$#"
  b"""
    ØÃH║:\n
    w@é└╣³C¢\e{
    """
  b"žÍ\x1F%n$ÅK®¦È+¨˜"n"
  b"Ÿ,Áb€uÅNµ7Ñ]¸Ëß)"
  b"ŸNX7]0 @„\x02cëÊŸ%ž"
  b"ƒç¤[╣C Kø£Åwg?A9"
  b"ŸŽ\x19¨~‰™B£ÍyÎz@–½"
  b"Ÿìé(Áf\x0EHˆàC<Ináˆ"
  b"Ÿ÷áÂb%¹N°óDGê÷$ø"
  b"¡pQNïû¡E²°”5\x02Í\x1ER"
  b"í▄«ÉüÅ[Kç(█ªQþÞ'"
  b"¡å\x05nÏSJIºæ\x7F\x1D\x02\x02am"
  b"¢XÕ^tRjN‚A\x1EÖ¹\t\x04¿"
  b"¢ÔgE7(II‡m\x1FèµÅ¹F"
  b"£¦\t5ï}:C¸k'«‹4-þ"
  b"£¨{Al¹nE½ [³vз["
  b"¤S•=øÆ»J®}ƒ\x1C±Õ¤è"
  b"ñgZ¨\x04\x08!B¢ÈÅûÁ├öþ"
  b"¤Ú*ûˆe\x1F@›3€ì«XcE"
  b"ñ‗¾Ëþƒ1MÅ\x17\x01¦ð¢\x03ü"
  b"ñ¸2╬D@äKÄì▓Wàu\x06"
  b"¥A…ýK«åN­U£%^'Iý"
  b"¥OQ„‰f~B©]È»\fÚI"
  b"¥y®ÞKÈËN­UÖgÙ\x13àV"
  b"Ѻ@ùüÐTD¿╝ı§¶\x03"
  b"¦¹\x1D¬æ_žN³\x17u»Cw-Ò"
  b"§\x18Hß‘ÿùL½Y»—:pO\x1D"
  b"§†U$Ù!ÒD¼u´\x03\x1F"³Å"
  b"§Ê†ß\x08ý;Kš\x03ó"j¦Q"
  b"¿óy¯ØqÿN£\x0Eø█¼\x1Cíü"
  b"¿│B\v»\¬AÑ┬ÊE║p╣Å"
  b"©#\x19ðêþmN¥_<R˜­§$"
  b"©…ë\x13!kØH¬˜ÀM\x12\x0F"
  b"©Íþ¼ˆ\x1E%H›\x17MÐç\x04Љ"
  b"©Î=:ˆFŽCž\x12\x0F*kPAq"
  b"ª\x0E\x1D×~O³Ï÷0æ1Lµ"
  b"ªg\Žæ$±@¯_Ë´“ß\x19m"
  b"ª¶ËbÄÐbF‹Áp\v\x03ŽËÈ"
  b"ªØÓ§FËÿF’Ï\x1A\x02\x01<v"
  b"ªþà3ó–\x03B–èž\x10®&ž\x12"
  b"«K×ÐÔwjA™~"ªÕÿÔú"
  b"«[\x1D!¹:êI©ÐRHñßµž"
  b"«m®ÊJÒ\x01D¾ã8Îiкú"
  b"«— 'œ&"F¤\x14?KÂÆÜñ"
  b"««ÖÁþFiN ÝYàP\x1E"
  b"¬\x08\x19cv»ˆN’8é²=~õ?"
  b"¼÷┤JÅ,ÌIº¶XÄaú5\x1C"
  b"­@TEUŽ\x1CN·Oæ\x16J‹\k"
  b"­\¡XΧ\x12N±vá\x10Èpæm"
  b"­uGM\x14ËnC•4âÙê%‹="
  b"­Š®íØÇ\x01O¿ò®\x03ÁÄи"
  b"®$ö´þĹM›N2\x1DFZ\x17b"
  b"®&Ô(ª-ùK¾Þ6\rÁj¾m"
  b"«P<º‗ZøJ«ìBÿ╩4É\x04"
  b"«Í»»î@ØAÄæuÔÄ╝W*"
  b"¯n™žú+½Kª¤ù\tG\x12*5"
  b"»{ÿæ┐ÃAI░üãî\v[lH"
  b"¯Ó“ÝU@¨E¬¦õô\x1D&4¾"
  b"»▀uñ╩▓─FÅLü8\x08\x16"
  b"°\x17ÁÞ"\x18ü@´ÿBnXW–F"
  b"°Fía¸æKA§ø­ÿŠ®\´"
  b"°‚(÷{Y\vH¢ƒä¤¤HúG"
  b"°¿íÈ=ëu@ \x16°õɸм"
  b"±KŠ=2EuL¿‚\x10\x1C\x1E'5y"
  b"▒£ÄPÌ÷èGÉ(ºA½È¾z"
  b"²\x08\x06._ºÓO¢³Ÿ+Ò‹ä\x05"
  b"²:XXJBKD«Mšé[\x06Çz"
  b"²ÅÀ[.,ÂC¾ÙÒe3qzÈ"
  b"³/s\x14\x06\r\x13J°f\x06¯^ë\x02."
  b"³¨~XŽMøO¿s £O›»™"
  b"³Æ%³’!]A¾îŸ‡&²xþ"
  b"³Ì\x0F-PzÉJžúRL\x03¦\rn"
  b"³Ü—[ç vMŒA¯m[4Z)"
  b"""
    ´\n
    ¼o\x10¶IMŽÐ&YžH \v
    """
  b"´-\x13…³SiE»\x05iÄ"\x03Ô±"
  b"µ\x1AщêæñH°cX!C\x1D"
  b"Á├×õÖÓ@Dì\x07^X¦ò\x0F4"
  b"Á┼7÷\x16×=Gƒìr¤æ\x06av"
  b"Â\x02GFÛî\x17Dø├î█Å\x16/_"
  b"\x05\x7F\x19çMˆ\fÚZK]xK"
  b"¶!*´EÌ¡C¾´ÜaMÑÞ["
  b"Â!ÖKpã\x18\x19ɦ\v\x0E¾‗"
  b"""
    ¶ð\n
    vÔÅLK‹\x0FE¾Ó5ò\x1A
    """
  b"·Pš?s\x06VFžDqð\x01\fP<"
  b"·Ü¶µH„1E¯÷‘\x11Ü\x19"
  b"¸\x05:ï-K\x17O¶‡L°\x01\x18¾-"
  b"©\x05╣ïÄüóK┐µ\x11w\x16\x06"
  b"¸Jþxs\x1AÞOµ,ËT3;!i"
  b"¸ÿ\x07Î\x14é&E´­2ÙRPgP"
  b"¹ƒ/sé\x14€J¿h؃\x04`µ¢"
  b"¹áÙ¤¿\x08»C¡I*»\x00ûa]"
  b"º/^Qe%\x06G¼‡®ÔT›\x0E¼"
  b"║Ç\x1C"²CáOÉ$VÒ\x17┬¾»"
  b"º¤—¬¿\x07ØLžCöñ׳\x00Æ"
  b"ºÆ\T‹Õ5EŽêRqI³‚h"
  b"ºÿ*ˆ·u\x1EC‹­lJ°† c"
  b"»\x0Fø­"0éC Ì®Pæ66*"
  b"╗É\x15¹â┼bE×Ôtû90\x11K"
  b"╝6ª■º6\x18J▒■╚+ìêb;"
  b"¼¤¿Ü‘–ëIœ\x10´„\x19Å„w"
  b"¼³<‘sOÆI™qM*¯£`˜"
  b"¢=Kb(-yA¿¨Øð\x12çÔá"
  b"½Æs+\x06¼bB™né3\x00P*¾"
  b"½É!-Çh¡C¬2¬±~\x13á:"
  b"¾\vnV\r\x045Cº(4¨s\x1F½Ô"
  b"¥Váö$ÿqCûpÊÅVµéÓ"
  b"¾Çô+â÷ÖG° \vÒ±]{è"
  b"¾áŸ£P!ìKµ\x00ª×ŽÐG„"
  b"¥õ{½Úì¢Kê\x00\x04▀íù½õ"
  b"ÀÃc\x1D\{8IšF>Î5Ó\x7Fù"
  b"\x1E\x05\x13MßÃ@║uÅ=î\x17md"
  b"Á=¦\e$ØúN¢ÃäƒË\x05£\x1E"
  b"Á´á\x16#ÛÜI¸Kz"çg|\x13"
  b"┴╣\x14gý/ÅD┤î§w⤃Ö"
  b"Â(w $PëO«\x03œ\x17UùôÅ"
  b"┬(¸±\x14═IIÅ▒╚Ä\x00«Î®"
  b"Â80êip1E”xÝÓ0š,J"
  b"ÂYgÇbt…C—NÐ[·ê$Ž"
  b"Ã\x029ñ·@xJ‘\x0F^‹\x11ÀEŸ"
  b"├@oÐì0QMÿ\x1E7:v\x02┘║"
  b"├F_µ®Ôü@║Ø\e╝ÏÌîf"
  b"À\x0FyºOØI°"Ä[Â|çi"
  b"Êvb= \x10@Ÿ¬\x1Dí‹~Ø\x0F"
  b"├╩â\x01╗ü╠MÀsf\x13 }\v"
  b"ÃíC£(š\x03E”ÐýÁÉ®°Ö"
  b"ÄEë+ÙQ†K¯_\x13Àü ¶«"
  b"─aõ3Q╣╣CØ=╗3\x12Q­╬"
  b"ÄdÏ\t'šÑJ‹†8ßýZˆl"
  b"Ä‹”»iƬH“¿;m\ršUâ"
  b"Ä•ág8Ó€D¢.†ÊÖÓ,¨"
  b"┼╣UÁö‗)EÆ{¬¤mì°U"
  b"""
    ÅÀÝ*\x0F†îL“\vÙ\n
    ¹ûï\x14
    """
  b"Æ\r\x14°™þ_B°Dþ\f8Ls+"
  b"ÆI`T-¢ŽG”ˆ1ÆÍºÏY"
  b"Æ´q*OŠ•L˜âƒp]»öÌ"
  b"ãõ<¦Lô0GüâW¬úFçô"
  b"Ã"\x05Á0\x06ØB¢±è,r\x12"
  b"Ã8▒Äßû▀C®‗\x02Åè}$¯"
  b"ÇžÏ\x05Îý·K“ö-\x1F\x04ˆB\x01"
  b"È?Í\x10j‰!H„D%›e]Åñ"
  b"╚Záü\e\rMHáÛ├\vtI¶O"
  b"Èj #4h\x01I ó¡í¯˜Ë¶"
  b"ȽËjuºlG›ô¯×â²ø$"
  b"ÈÙèl\x7FÂTI´â\x1Dè¾Øç„"
  b"ÈáML3ëtG²¸¯Üa#5t"
  b"Èé2\x04ÓAFJ‘្x°‘ "
  b"╚ ▀i©\x16!Oèèo·WWìÈ"
  b"ÉL\x08J”©æHž\x11ºÛ)²kÜ"
  b"Êi<Øë[Ñ@´fýb2fÎÝ"
  b"╩쬦\x02\x124N▒¯\x1FNw|Gû"
  b"Êëž8äÕ3M—\x11\x11L¿‰ç9"
  b"╩­ƒN(┐‗GèÄJM-ØKË"
  b"╦Sû\x00Ó\rÉHÇ\x05\x0F╗Ú\x14"
  b"ËÈÏ9Ø`§K””1‰+æ|Õ"
  b"ËÛ¢\x00exvJ¢üsŸ¶%\x01Ø"
  b"\x12_çä\x1FÅJ╣ÖØ¯Çñ¸‗"
  b"Ì*Ô\x03\x1C…eL¤5úEÍp©\x05"
  b"Ì11'ÁÛ§H³{LÒg\x03ý\x10"
  b"Ì_ýr2B\x08C¾×6}QáÂ<"
  b"̅ʧawEFƒ"\x17=žF»Ö"
  b"╠Û║jIJ▒Eü.à■¢lo\x04"
  b"Ìò¿qàÔ C­•<Ù\x0EPðÏ"
  b"Í\x1E×\x7F=œ5Dޏ<Ûü1’4"
  b"╬ ßaÅü\x04K▓q#\f")Þ_"
  b"ÎT\x17)ªÓ·A£É#.G3´…"
  b"╬t\x08µO\x11XJü\x17─&·Â5L"
  b"Πž€A¾ÊL…R‰Û\vi·;"
  b"ÎÑsJ4»‚K¡À©\x03\x1Dp\x08ª"
  b"Ï9"¦Õv^@£w¥W^\x06"
  b"ÏJ\x15sP†èFŒÌý¥èc›×"
  b"Ïx˜ì×Ë5Jœ\x174\x12h «Ê"
  b"ð\f\x10ëcÁ\x14N│Ø\t{rä\x1F\x12"
  b"Ð&rÜ7yeI”Êq§c\x0Fæ1"
  b"Ð-ÐeØ?‹Dµ\x08«{ÖH”a"
  b"""
    ðt»├?¦[Iîì¬Gö\n
    ä¼
    """
  b"ЄV«ÏRïM¾T1Dê(ûh"
  b"ДÞ!BbëC´\x01\x0E\t=rˆÖ"
  b"ð┼É╝#ö¯Bâû붺s/'"
  b"ÐÆØ░^\x14┘FÄ█Ë)1uÀ°"
  b"Òuä9šA\x17H‚\x02å!o1yf"
  b"Ò¼Êÿב\x1ALŽû#Ȭ¢€\x05"
  b"ÓÃøâ)Ÿ!G…B»ÂpµN\x16"
  b"""
    È*┬─(ѵCéË╩ì0\n
    \x0Fß
    """
  b"Ôz•q5aØH–„‹]­†œì"
  b"È«1ü\x12fu@èó¡.ÍLÓE"
  b"ÔÈ_^Xh\x07@°dª§ÉGZ¢"
  b"ÔñýC ¥²EœÇISà1éx"
  b"Õiu!(â(K¤næY\x1A<Nü"
  b"Õ·l\x7FŒ}JO–ëÆíìùF&"
  b"ÕŘ|HÞkJ…F-±N\x1A\r"
  b"Ö.ý‚\x1FD3@ºÛá!ƒ¤«ù"
  b"̓ìÇfY G£òÂc\x1C^\x10#"
  b"Ͷ\x00"\x13)²I½ý.▀á¦Å┼"
  b"×=+¤:8ðD¬\ré)%Ç$ï"
  b"Î|oìA} Kø\táï╔h╚\x1E"
  b"×~tuªŒÛB™ûœß/CB)"
  b"ØQÔc³[bI¯YøÕTdˆÇ"
  b"Ø`D¤‹ÀéJ˜›¤Ôn\x06Np"
  b"Ïe─³\x06\x17─A│ç\x0EäE²\x10Ø"
  b"؈}A‡rìE¶ôN×chÑæ"
  b"ب‰Æ\x13Š¢@’)¸ã޾ú6"
  b"ØøJ^‘¬{B£\x1Cªh–7$±"
  b"Ù@D\x1EÊl\x13F•‹–\x0Eh~ˆß"
  b"Ùi\x18­×uhGª·ŸêØ\ªa"
  b"Ù}w¡~€\x00Fž¼Åç\x08ÐÔE"
  b"Ù‹\x12ru3=O³\x02Q‰áL³\e"
  b"┘£É\x03ç6fAönpÁg¡█]"
  b"ÙÚò?¡g¿J˜Á쾕ð«z"
  b"""
    Úy\n
    ‚ª’ºFŽÙxg\x1A®Ô 
    """
  b"┌■┐Ûß´ÈFÁ\x17\x0Fì├ú"
  b"█UÄ▄ÉÊvO¥╝_█7uº?"
  b"Û[­õÏÍ“H¶aؼ2fjñ"
  b"Û›_\x06„¯ìI…d\x12Ã\x03ÚTÁ"
  b"█Ù\eÎß\x1FØDüõ\r\x10C┌"
  b"Ü\x19\x00Nļ0Hµ†Ïe·Y\nŠ"
  b"Ü \r\x19IœB–xã^Ïb\x08{"
  b"▄═°j`2þFüÔ\x06┐Ó®│þ"
  b"ÜÑ1â褖O¨´ÌŒ¶Bq¯"
  b"Ý“<×øýúNª‚j\x1ExÐÁa"
  b"¦▓[\x1CÂ_qLì5\x16┼6I\x1D"
  b"Þ\x16éæ¼SuH½ƒ2=™òLø"
  b"Þ'\x07Ð3ÕqB¬e._\x1FP#H"
  b"Þ]{À2¼aJœÚwuýŽ\x16J"
  b"Þ}áîâ\vF– gA\x05ôSa"
  b"Þ£xb\x04\x1DNC‹I=èÉ„1¼"
  b"à\t’?Þ±–A…y\x01KàJ\v\x1C"
  b"Ó4Ë\x16NÚ¦A¬h▒4¨É\x12"
  b"à9rRÿìŒL :HênÕŠp"
  b"à;ðÏåe"B‡‚1g\r×\x00Ê"
  b"Óì0yØ\x14&E│┘WnIÊ\x19b"
  b"ྃcŽ”óI¨>b\x06¢\x19\tä"
  b"Ó¦\x1F\x19è}I¼Å╔þ{«$¾"
  b"á.ø÷€S*J„[e¤v¹Üž"
  b"áŠ1Ù\x180ýM¢e\f¨¶85þ"
  b"ߨ╔Pÿ┤>Ië2r‗ì░¬ü"
  b"â"zñ\x13®äN™ÑslÇœàk"
  b"â%,ç} ?OºZ‰ÈÅ\eC'"
  b"â<÷Ì™©¾G…Í:HóÕ¤š"
  b"ãK\x11xd\x0F†J¬w››Ç\x03ç“"
  b"ãûÛ|!\vGG€²mê<ò9j"
  b"ä\x16£ËÍ4èL½U\x04½€\x04€Ó"
  b"Õ3+j³\x02wEÄ+üì\x04Òñ\x7F"
  b"å:Ø™ëm‡Dµ:ýe»Üƒ="
  b"å_¥ZÖž,E­°í¦‹+µw"
  b"ÕhC%<ÄìD×j╠¡\en3¹"
  b"ÕäàÇAê╚@ÿÇ┤Åâ+ì¹"
  b"å·10úlîJ¨\x07\f~ÌóïÑ"
  b"µ sù═À-@Æ┴ØcÎP╔ï"
  b"æB½›Ã*ÐFާd(e\x11"
  b"µÑ\x17¥┬vÅBÂ┐ܹ/Ï║/"
  b"µ®ª\x18ñ¹═LâüÐתã\x1D\n"
  b"çHÑ\x03–WËM·Ðv+c«ùÇ"
  b"þÀÇ)/©\fCª.a2ÕóvÉ"
  b"çú!\x1EòŒ5I©ù ›Ûí‹å"
  b"è\x11¿ü¬&]A‚+µ•ë<ï¬"
  b"è(\x10蜺ðMºç<aºƒ&\n"
  b"èW=…ÈáŠOšädÅß/) "
  b"èu:N¼¯$@“ýhñ2\Nø"
  b"è pÈ\x7F\x05ÃC³ø?¬—‚rÆ"
  b"èÃ'ƒRÙþF’º\x13\f&x"
  b"é\x16\x0E\v5\x1C«OŸüä\x1Cy\x0FM2"
  b"ÚU1¥¼░vOù·Æv ÅÛ6"
  b"é·@3߈’I±4Gí½{è="
  b"ê0(Lj\#I•}‘t¤ m\x02"
  b"ê‘p%ö#gG *w"p3ap"
  b"ê¹äl0PmL¯ìŒ\x03\e©5t"
  b"Û┴ÅÌÈÆ.K¡\x1E;â ╣ \x7F"
  b"Û¸ô6─!:K®ì\x104c|[2"
  b"ë\x13\x1D^\x05a—O±b–i¿›œ\r"
  b"ì”òiù³QA £\v´û`Œ@"
  b"ì¢ÏQ9(kN­Òõû\x06¼WZ"
  b"íV|\x06\x01,}C‘\x11ŠAOø¦˜"
  b"íd¡X¼/ËMœßý¤ ¯0\x02"
  b"í‹’hçç\e\x16ª}Ú\x0EÚÀ"
  b"íÝz<ÝŸ4C•18ºp²Ë;"
  b"î\x0E£\x0Fè<zD¬\x03<Þ«´Xc"
  b"ï\x1D2m\x1EÖ-O§\x1Aœt]{ó\x1A"
  b"ïHÂ)f½¥H±|aߪZæl"
  b"ïŽû;wÿ\fK€ÓÄŠ«?ÿ\x10"
  b"ïßbñ\Î\x13A’\x1C˜hËÆö‰"
  b"ïíiçÄŒ\x1FM½ìªBÔ\x00"
  b"ð\x03Ûˆ\x13ìDB•bFÝKÑ\x1EL"
  b"ð:$e›\x03¹M®Þò÷ïLá\x04"
  b"ð{›\x00Ÿ}¾J„V6àk\x1AC;"
  b"ñ\x00u\x19‘rvO´ío‡¬A[†"
  b"""
    ±2²IÂ@wAèña╦\x03¬\n
    Ø
    """
  b"ñ5@\x1Eù†^C“í´ÄšíéE"
  b"ñ´ ;«ªˆDˆ\x7FpÂ9EOy"
  b"ñÃs6±¥4M“š\x06‘f|\x1Aì"
  b"±═ñuÅlaOñàQk┘ǼÙ"
  b"òs8·qf\x02H­’ŸªÛ\x07ö\x11"
  b"‗t|\eç>·Iô\x01F\x1DÙLü`"
  b"ó\x02\x01…0H¹çF28F0w"
  b"¾©ù^.╔²A┐üàæ¼ËM-"
  b"óÁzšóÁ†L¢Œ½`¢!,¨"
  b"¶sÃKb5!Jàìm\Þ®ú}"
  b"ôu‹ì0ìÍL”‹\x0EA˜ˆ\x1D8"
  b"ô µFíBéJ²$ÄVÂd¼¯"
  b"ô¤!¬@÷ÜO…ÃÒYBÑJµ"
  b"õh6r\x10îmM•>0\x1A1ÂVa"
  b"õvWËqY'@´Ó‡Ä»Ûéÿ"
  b"õ’Ó/‚kpJ½Êùð\x0E¶t="
  b"õ–•È›!úJ¶Áˆ\rZ&÷‡"
  b"õÄ¥Ãw~&H¨’Byó/¦\x04"
  b"õù\x13Œ|önF…\x05ˆDÁ‰9g"
  b"÷6\x06ü█7ÏIøbµ¨¹ò\x08"
  b"öLýj\x1DŸ·L¨ŒZ¡tÛ\x12\x17"
  b"÷ìãJ\x07ºÃJ£8ô¤#øæ╗"
  b"ö·¹\x14ÆV"B¬Çzš\x19Bj„"
  b"÷1«U0I1F¹úÙ£wwòœ"
  b"÷6ý\x1F\x19ôíI»ŸÌ0%wW\f"
  b"¸ûÅKgù«B▓ÏG;K{Ó,"
  b"ø$ƒ‹LéµO²"oà?9\x0F±"
  b"øƒd¿…\x19ßEƒw¼«Ô\e"
  b"ø¶ÛT1ïXC­uY sGãê"
  b"¨\rgC(ÿUIò┼#¾═ƒÉ"
  b"¨\x19(\x07ì~┘Fì`\x12£\x19├─║"
  b"ù‹ºö‹U¾F¼.\x1D\x10Ætâw"
  b"ùÚ€*ss—E”†»úX5j "
  b"ú5øN®¶´N¡ñ¢\x13-ËŽ("
  b"ú²4Î2õX@“½ô1E±'Ï"
  b"û;Œ†LdíB¶RüÛº\x14Çc"
  b"¹W\x1Fâ¡yOKØ\t╣çS̰ç"
  b"ü\x0FøÛ\x1E^‘C‚îý7ß5_Ö"
  b"ü[\x10 v¢lC²,[Ñ]uOÀ"
  b"ü¶SIØ`šG¾÷\x00áý¦\x1Fp"
  b"ü¿’}NÒHG‰0A½a‚é{"
  b"²1\x1CÎ\x11¦FFìe½>«ó█;"
  b"²ì\x1EªaùXCºg-¿òf\x18k"
  b"þ\x12sp­ø•K›•æ÷²œ¯\x18"
  b"þ{x»çEîO†ý!îV\x11î7"
  b"þ³lú$„hA«‚¡Y›â– "
  b"þºÁ¯õ':C¬`Wµ\x0F÷X½"
  b"þð'çøm\x11@†7Å6ì$¬0"
  b"ÿ-–áz}²B­\x10*ôÇ{áë"
  b"ÿaNú\r¡\x14B©nÀKˆ8WÓ"
  b"ÿ­ôyɳüL¯'Ë)\x01V\x1D9"
]
229 5.07 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"ê0(Lj\#I•}‘t¤ m\x02"
  b"ê‘p%ö#gG *w"p3ap"
  b"ê¹äl0PmL¯ìŒ\x03\e©5t"
  b"Û┴ÅÌÈÆ.K¡\x1E;â ╣ \x7F"
  b"Û¸ô6─!:K®ì\x104c|[2"
  b"ë\x13\x1D^\x05a—O±b–i¿›œ\r"
  b"ë°“ÂwseM¢I]¿p9Íá"
  b"ì:…\x0EkìmG‚@]>Z®‘ù"
  b"ì”òiù³QA £\v´û`Œ@"
  b"ì¢ÏQ9(kN­Òõû\x06¼WZ"
  b"íV|\x06\x01,}C‘\x11ŠAOø¦˜"
  b"íd¡X¼/ËMœßý¤ ¯0\x02"
  b"í‹’hçç\e\x16ª}Ú\x0EÚÀ"
  b"íÝz<ÝŸ4C•18ºp²Ë;"
  b"î\x0E£\x0Fè<zD¬\x03<Þ«´Xc"
  b"î¿ï\x14Û'@JŽFUrŒø_ò"
  b"ï\x01\x06ßñÜTE–\x01\eÞDû˜u"
  b"ï\x1D2m\x1EÖ-O§\x1Aœt]{ó\x1A"
  b"ïHÂ)f½¥H±|aߪZæl"
  b"ïŽû;wÿ\fK€ÓÄŠ«?ÿ\x10"
  b"﵂Û\x08%¡B¶j1\•\x7FŠ\x1C"
  b"ïßbñ\Î\x13A’\x1C˜hËÆö‰"
  b"ïçLI\x08Y¬I¿\x1A2c®I­6"
  b"ïíiçÄŒ\x1FM½ìªBÔ\x00"
  b"ð\x03Ûˆ\x13ìDB•bFÝKÑ\x1EL"
  b"ð{›\x00Ÿ}¾J„V6àk\x1AC;"
  b"ñ\x00u\x19‘rvO´ío‡¬A[†"
  b"ñ\x16âtC¹'N¢‚Î(ÎÌÒŸ"
  b"""
    ±2²IÂ@wAèña╦\x03¬\n
    Ø
    """
  b"ñ5@\x1Eù†^C“í´ÄšíéE"
  b"ñ´ ;«ªˆDˆ\x7FpÂ9EOy"
  b"ñÃs6±¥4M“š\x06‘f|\x1Aì"
  b"±═ñuÅlaOñàQk┘ǼÙ"
  b"ñûúÛ&ª°G’ÅÙœò]éD"
  b"òs8·qf\x02H­’ŸªÛ\x07ö\x11"
  b"‗t|\eç>·Iô\x01F\x1DÙLü`"
  b"‗Ø└ïÄ┬´A»bÐC/çbí"
  b"ó\x02\x01…0H¹çF28F0w"
  b"¾©ù^.╔²A┐üàæ¼ËM-"
  b"óÁzšóÁ†L¢Œ½`¢!,¨"
  b"¶sÃKb5!Jàìm\Þ®ú}"
  b"ôu‹ì0ìÍL”‹\x0EA˜ˆ\x1D8"
  b"ô µFíBéJ²$ÄVÂd¼¯"
  b"ô¤!¬@÷ÜO…ÃÒYBÑJµ"
  b"õh6r\x10îmM•>0\x1A1ÂVa"
  b"õpk£]f·CšÚ{”ÔþwŠ"
  b"õvWËqY'@´Ó‡Ä»Ûéÿ"
  b"§é\x15\x1D\x17\x165ÍO»O┴"
  b"õ’Ó/‚kpJ½Êùð\x0E¶t="
  b"õ–•È›!úJ¶Áˆ\rZ&÷‡"
  b"õ––i×å²N…k¨¹j\x12£B"
  b"õÄ¥Ãw~&H¨’Byó/¦\x04"
  b"õù\x13Œ|önF…\x05ˆDÁ‰9g"
  b"÷6\x06ü█7ÏIøbµ¨¹ò\x08"
  b"öLýj\x1DŸ·L¨ŒZ¡tÛ\x12\x17"
  b"÷ìãJ\x07ºÃJ£8ô¤#øæ╗"
  b"ö·¹\x14ÆV"B¬Çzš\x19Bj„"
  b"÷1«U0I1F¹úÙ£wwòœ"
  b"÷2Â…\eÒ$I’Ë´\x01t©'\x17"
  b"÷6ý\x1F\x19ôíI»ŸÌ0%wW\f"
  b"¸ûÅKgù«B▓ÏG;K{Ó,"
  b"ø$ƒ‹LéµO²"oà?9\x0F±"
  b"øƒd¿…\x19ßEƒw¼«Ô\e"
  b"ø¶ÛT1ïXC­uY sGãê"
  b"¨\rgC(ÿUIò┼#¾═ƒÉ"
  b"¨\x19(\x07ì~┘Fì`\x12£\x19├─║"
  b"ù‹ºö‹U¾F¼.\x1D\x10Ætâw"
  b"ú5øN®¶´N¡ñ¢\x13-ËŽ("
  b"ú²4Î2õX@“½ô1E±'Ï"
  b"¹\x1A▄Ì└"\tNºAï└\x18Ø×4"
  b"û;Œ†LdíB¶RüÛº\x14Çc"
  b"¹W\x1Fâ¡yOKØ\t╣çS̰ç"
  b"ü\x0FøÛ\x1E^‘C‚îý7ß5_Ö"
  b"ü[\x10 v¢lC²,[Ñ]uOÀ"
  b"ü`„ƒý”VA¡”\x17•í\x0E\x07U"
  b"ü¶SIØ`šG¾÷\x00áý¦\x1Fp"
  b"ü¿’}NÒHG‰0A½a‚é{"
  b"ý\n¾¨©\x03ëM‹rLá\x00\x00"
  b"²1\x1CÎ\x11¦FFìe½>«ó█;"
  b"²ì\x1EªaùXCºg-¿òf\x18k"
  b"þ\x12sp­ø•K›•æ÷²œ¯\x18"
  b"þ{x»çEîO†ý!îV\x11î7"
  b"þ’Dô¯„¶K±Õ\x04ætËÞ¸"
  b"þ³lú$„hA«‚¡Y›â– "
  b"þºÁ¯õ':C¬`Wµ\x0F÷X½"
  b"þàðbS{yG©6’Ò8\x1D\x05»"
  b"þð'çøm\x11@†7Å6ì$¬0"
  b"ÿ-–áz}²B­\x10*ôÇ{áë"
  b"ÿaNú\r¡\x14B©nÀKˆ8WÓ"
  b"ÿ­ôyɳüL¯'Ë)\x01V\x1D9"
  b"ÿäã\fké'G¡”°ŠŽ®©`"
]
230 17.95 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Ä`\x05õ\n%N…¯„ñL%N®"
  b"\x010âý“‰;A¯*#¨’Ç&\x04"
  b"\x01åMt\└\x16\x1D╣¬)‗êö"
  b"\x01ªý8QT$H€šˆ˜\x13¼Ÿ""
  b"\x01Âþh$}ıMû\x19Áy߃lì"
  b"\x01Êíñ|••@…T†€WÑ…Y"
  b"\x02\fsÅó&òE¿šš5xWØ5"
  b"\x02\x1Cµ•ükWI›y$?°-¿7"
  b"\x02$©Ð#IôF˜\x05\x06¼5A"
  b"\x02\x7Fñ┘!aîLöz¾ÅgCÚ9"
  b"\x02ë%L¾2│OÅ\x02@JID;\x01"
  b"\x02ƒ²\x16³ø╦HØ+§Z³K\vè"
  b"\x02\x06ØýK;Gä\x18òÚ╔"0\x00"
  b"\x02þ|®Ž\eaI§Fx\x7FÅó^Á"
  b"\x03\x06Gæ¹|ıCÅDÅPÓ,§/"
  b"\x031\x15/éX H²°Ë¬n‚Ÿ\x12"
  b"\x03bÙjgºÈ@–VÁ‘kCëM"
  b"\x03╝▓ðÕ╝\x05@ØÑ\x00E&\x07÷%"
  b"\x03¾ò\x1Aƒ¸ƒH·7oÚ”Á˜\x7F"
  b"\x04\x17ï¬-qúJ‘”F^\x01™Þâ"
  b"\x04_A7¼Ï7@Å7!╬ı.Ý·"
  b"\x04r\f\x10÷¼@FªqØ&■íR`"
  b"\x04ÇMi÷a╗O▒E°¢\x13ìB»"
  b"\x04Ù4WC¶┤O£\x11÷\x0Eü▓ƒE"
  b"\x05\x12ƒºÆv I…«ƒ\x17\x19Á²û"
  b"\x05RÉ2ÂúöM¥¡äå\x19KTd"
  b"\x05Ö0=r‰ÿE°è=™r\x1As!"
  b"\x063\x1CAøÿ_N½ì¨í´%D\x03"
  b"\x06O\x13©í=VIØAFuÿT\x11¢"
  b"\x06["½ØL¢Dž›6É9¤ÈR"
  b"\x07lº×öøñB•ÀöU\x7F-ã›"
  b"\x07Œk4¨¢†K¨\e¸¤\x1DW™Ü"
  b"\x07Ö▓X╣³6AØ╗x\x1EÈÁ¦*"
  b"\x07ǘ®ƒv3G‘pPB*ð2\x07"
  b"\x07é ˜ñÒ`EšMd«Õ¤¯v"
  b"\x08[®Š¾\f×M£ÿ\x1F-k\x10öŒ"
  b"""
    \t┌UT\n
    »ØAê\x1E÷╝ø╦~ï
    """
  b"\tÿ\x15ç\tÚ9C¯v\x1EÏÔù\x7F."
  b"""
    \n
    FNûàˆôA”'9r€Ê5@
    """
  b"""
    \n
    l8uÌ?­@ÖFÅ\x01¤ÖKg
    """
  b"""
    \n
    õû┘äü\x19Jù®µ\x11RÕ×Ù
    """
  b"\v[fµ‡x=M­Ç\x16æ¾>ù£"
  b"\vî¦Î$ƹJ´þµ¹~*\x05¥"
  b"\fº¹$1óó@„ô)S\x1F\x13$\x12"
  b"\få;êÕ\x16\x1EKž0bT¤¹|\x08"
  b"\fÚp'ø\x16ìAÂ}á\x02âxà9"
  b"\r└á·ÅkF@ª┴`╔▀m\x05Æ"
  b"\rÅÇ•>ÔµJ®ÕÀoìÄ–f"
  b"\x0E\x00‘Î\x1Fü–NŸNÊ~yçKî"
  b"\x0E"À¢mÝàE¡¿\ÂB³.¾"
  b"\x0E€ë\x00£JWH•\x19¦Nw‰\x7FÀ"
  b"\x0E§¼©ç‡uO—4Jš|–KÊ"
  b"\x0F\x1DïSêìYIŽ›6Õ‡a(Í"
  b"\x0FC‰ ey¢G‹JŠ\x18\tf\x1FÛ"
  b"\x0F^½;Ø‗§GŽú\x07ú¹)▓"
  b"\x0Fh¶Ìfu\fB¾üýu¦þ\x1Ež"
  b"\x0Ftyª~¤ëH¸ê}õ—‹\x1A\x0E"
  b"\x0Fé╝▒\x02\x1FAAü÷=\x03ç,ËÙ"
  b"\x0F¥¶Ä[\x1F\vH“\x01Þ±ý›¶\x12"
  b"\x10\x18\x0FÙÊ}@ü\fd®:‗ƒ¦"
  b"\x10\x1E6Ê–»ÙL˜÷\x1F~|™è\x17"
  b"\x10;©eÀ‚ÓO¸ZÜ")˜ ï"
  b"\x10\x7Fy\x08■¡‗Cü"nTè#ÈE"
  b"\x10¶·KY–žA¼Ìñs†Ÿm\x1E"
  b"\x10ÁyvOgwH½ù¸…™*î"
  b"\x10åú\x07õVJG‹LS77ü_œ"
  b"\x11<øÎE\x1CóH—ü¥|Iýøý"
  b"\x11n\x04hñ³úI“Aˆ\x1F¶ŽW¼"
  b"\x11‘$(¾\x7FmHª7iú\x18¥ÊK"
  b"""
    \x11Å£\x08þ+ŠLƒù\r\n
    ³ÅõY
    """
  b"\x12\x1D0VŠ\x15óI•Ü.¡ãÓ;"
  b"\x120üñÞ\t K‡ëÆtŸ;L\"
  b"\x12E…O‘GpD…MÇ’Ïž„\x16"
  b"\x12W\x01\x07OźL›†¾\x01\e$àU"
  b"\x12¹ñ\x08d:]D½™°¥Ý#G<"
  b"\x12Ý\x00ñÑ\x06E˜±ôp\x10\x07d"
  b"\x13\x1Do(ŽÁ¦F†ø`8hXl¤"
  b"\x13é\x17®\x7Fg×Aô\vPÖè╬Å?"
  b"\x13…Ýws¿'B­C>¶=fhI"
  b"\x13±³¼t\x04]HŸ†¸9)ÄøO"
  b"\x13ß—~Ý\x03”L›3’ŽU¿\tä"
  b"\x13ä€YES¤B·³þ·ÑŽß\x19"
  b"\x14\x0E¿‘î[ãD¥\r|€=\x1AÁà"
  b"\x14wZ8£ÊMH¨ò\x10#tíLF"
  b"\x14ì\x12\eÚ ,Gë\x1D3@u\x01X╝"
  b"\x14’á%‡6’G¨\x17\x1AƼÎÁ¼"
  b"\x14›ÐgÉ‘\x18L’«‘ó„í ÿ"
  b"\x14¯½ Ç"OI§/!n†„/x"
  b"\x14ðþЭåH@€6ÂiN\x1DíÃ"
  b"\x15\x04ßÀ³ÌoJ»)ŒôÇ\x06ž="
  b"\x15¶–¡fGKM¼óÆ\x04FÑÐñ"
  b"\x15┌37Ôf\x14N²1Ë\x1EØ>L"
  b"\x16!ö-V¨âGòü╔'ç├rj"
  b"\x161LV}Y\x04H£ƒóºO#`,"
  b"\x16}wg˜”´C¹¤Ë{Dèþ¿"
  b"\x16ì/\x1CXþÁAïº;]\x06¹╚K"
  b"""
    \x16¹žý´ø*H¬\n
    ‰óbIƒ¯
    """
  b"\x17F\x1EÔ\x14\t7D’?Óm\x06\x16\x0Ež"
  b"\x17\f¤ƒ:AÄÍ¨ÂØ×fþ"
  b"\x18\tGþq\x19ùF’\x12‘7Õ’Èè"
  b"\x18zÑÅI.\x01IŠ@嚎4äÖ"
  b"\x19qŸ'¸–\x06D®Kʈo\x11×>"
  b"\x19╣┤\x02\x10\x14ƒLün±ñeQFy"
  b"\x19³÷╠üK\x7FCñ─ëM▄|û°"
  b"""
    \x1AÞ%\n
    ÎO§JÅm┬Äïcßâ
    """
  b"\e\x037╔î█ÞEÜÔiPâÓ9Ø"
  b"\e#└ï\x03╔dOØá9,kíê┴"
  b"\eM│ÝôNÈF┼bÉ·O"
  b"\e^\x10Ël13@¦¿\x1Aš²±›g"
  b"\e\x13,\rŸO­MÐÐ\x003ûý"
  b"\em\x00˜\x12ð2F£wJ³\x03I”C"
  b"\ev\eQˆìfFŽÕ"f™‰0Ò"
  b"\e‰Œ÷eÑ´A¶L\x15YÐÁý\x1F"
  b"\x1C\x1E\x0F5ºð–MŽ~¼sc,°Ö"
  b"\x1C§ðÀ^Ä×@®ÓÑuWA†\x18"
  b"\x1D»Ñ═ü┌|Jø\x046å5Ó╝í"
  b"\x1DÿÝ„¾¥-C¹—:ýI÷ˆ^"
  b"\x1E\x17½’ÙPµA£ûæ‹å\x06ÿÁ"
  b"\x1Eu\x15ÓåÎÈL¶¬ØóŸ˜ñá"
  b"\x1F\x18œlµEÏFªS=Wd$­e"
  b"\x1FJVDI\x16´K£Ï`‘øo/å"
  b"\x1FOùªÄÞ,A›Ý|’Ž"e÷"
  b"\x1FjÃYçu╠LØó\x1E°á|X!"
  b"\x1Fl\x00<…À\eG–\x00³M,\x1Dm\x04"
  b"\x1FÉ´╦ªÛPKÂ\x0FæäOn-\f"
  b"\x1FÙaß\x0FwsD’IX‰ó\x0E  "
  b"\x1FÝB¢½ \x12N¹L¹\x15\x1C©˜b"
  b" (—£lAäCŸr#‹W\x19ÃO"
  b"\x00Àÿ'qG©s±a6==¿"
  b" º\x19®a¬\x1EI‡*´˜¼IâW"
  b" ó`X¸2žKžœ×z\x07¶¡\v"
  b"""
    !\x01F;®$éC‡ÖÎöØu\n
    &
    """
  b"""
    !nXÍëÄÃJعµ\n
    ÈÌÙ¶
    """
  b"!\x7F«N\x1CÎ^L«É\x15\x132s4á"
  b"!”e\x1C9Ø*E¾0@\x1CV\x1C"
  b"!ÐË\x14(‹VIˆR÷Ñï%ã\x05"
  b"!Õ²±\x04â©K¾\x03?¬CLþó"
  b""\fÒT»\x10‰DŽ\x18¦­·\x1E¹0"
  b""\x105¼m\x00¼Eº·›Œ»ÀfÚ"
  b""%\x17:ï┘Ï@î¾>ÍZÉ=9"
  b""d!c6}\x18Gžbù’Þô@8"
  b""rj_˜Ë—H£¢ªã \x08´ø"
  b""•M\x16[Ê.N»5p\x06~ÝhI"
  b""òÿ‗ü╩æJ¢I;¤tú╬f"
  b""–ôÐû³\x06Iž¥è>×¶J;"
  b""¹┴(¬÷╬K½Éu%÷î+\e"
  b"#\ªËV]ÿBˆÞ&¸%X»X"
  b"#û½ÙÞ▀¾LØ5\x07Ee═\x1C½"
  b"#™æÉ/‚šN¦XAE2Zgc"
  b"#¦Oa\x11¹\x19Jœ[\x1C âS¼Í"
  b"#¨U@Én»F¼9\x05ÛØ°Wò"
  b"$Z·þ«gÙKŸiðµá—°’"
  b"$Çš=$jMC´\x05CÁÈ®\x00û"
  b"&\fÙ•k\x18ÞD‹ƒ`»©ÀNÃ"
  b"\x0Ej\fØuG–ÆBÚú“\x19º"
  b"'_Sõ©9®E§¢Ž)áïÝ#"
  b"'u`<_¦ï@Ø)4░\x10Lä'"
  b"'{‰b\x1EÜŒJ“‚aÑžgŸZ"
  b"'×_Yn}\x07N║ í\f£\x1EÜÅ"
  b"'º(8\x16ö¹J‰±MÎâý×Ú"
  b"(g'o®êfH‚\vÒâ(7eì"
  b"(©P³├ØqCü±\x18"âÎvv"
  b"(ÔÒ½\\x1E\x16B¶õ#•…É›í"
  b")ÁIÕÿN\x12G†|mZ]âóž"
  b")ÎÜ¿îbo@Š_ûxË\x13”;"
  b"*\e©\x1Ap\x1DžHª\eÄŽ€‡Áh"
  b"*/]Ù䯑A¡&ïT\x04Õ\e¬"
  b"*Dq(›å¿L‚s\t8¸œ@Ð"
  b"*ytyíi6I©«+ÇÔƒÜ}"
  b"*í㊊TíJ’S¢‹!}N\x00"
  b"+,oÒ}jƒL´\x00¶]2ÔŒ€"
  b"+“nˆyØa@ \x10J€¢\x07½W"
  b",\v´R{þwEüϯ'\x17Æåm"
  b",\x10ôo´\x0E´Lƒ‚‰;\x17x\f"
  b",Aßìû¡ËE¨\x1Ajå¬Å\x1C"
  b",gØãµßqDö¨\x03j¥ø6Ó"
  b",iñT&æìE«\x05?\x01ºtý²"
  b"-$¬lˆYæK‹æ\x13­ßÏk³"
  b"-xæY\x12\x7F,GëG¦\x17Åt■‗"
  b"-¾§iÝD\x14J†´ƒ—\x06\x10-g"
  b"-ËÐ?î§ÄC†ÿN´»\x7F"
  b".k\x01\vƒ4O”…àN\x07§ã¦"
  b".ŒS\x7FÒß\x12B¡«$VŠvÚ5"
  b".õ‚pmé¯J·dÈõ½G@½"
  b"/\x0F\x00œÔ\rL‚¼ß£ÔIß”"
  b"\tú‹ëjOºDÖħÉÑÚ"
  b"""
    0qMÉúä│I▓BA\n
    xõ+\t
    """
  b"0z\x1FÃnÎ\x19H“ʘWj!¥s"
  b"0¤ä…M¡¾E©ãŸhñ†•\x08"
  b"0ÜÀ}æ#åMŽ;Õ¯™Ã}ç"
  b"1ï$åQŒhEŒd{ø¦\x1A"
  b"2 h"\x13€îN€6\x10ª\x02ªÔ¤"
  b"2+/(\x02u\rD—\x05b—ðÔÖ7"
  b"2.“¸\x04ú›O‘˱ʆ»­u"
  b"2“”ßJ\x12âM²èŠÔ)Æ2\x1E"
  b"2ÿHؤèíM╗·CKÈhL┌"
  b"""
    2Ôd\x06¡În@¾”\n
    [†(eq
    """
  b"2±ÚxüV*Kí\x1F_Þçü>G"
  b"3¸┴┐®\x1CsMïs±\x11ì÷wè"
  b"4\eôˆVpîD…ã ùÀÜ|@"
  b"4^÷ºñ\r*B©nÎÿºË¸¹"
  b"4╝Î^ÛÏpJàÌÏÅO¡l¬"
  b"59:eB}ôB½Å\e{lÖñ\t"
  b"5ÙçØï¦\x03E▓q»2│\x15"
  b"6\x0F(ý6iô@‰š\x07\x10h;çÉ"
  b"6t\x08\x7FÃôøI†KRÈØY}T"
  b"6ˆ{8XÐ&Lµª†š.©!«"
  b"""
    6ìê(Ì·\n
    \e32w§oƒ
    """
  b"7\x17˜.—\x17\Mº€Rkmþ²%"
  b"7:Zåê‘ÑOµÇ¿qÜ¿bÀ"
  b"7Pp«ïì[FôÝ\x16LZg²Ò"
  b"""
    7šÕ§.ÊHL’×Ý\x1Dú\n
    ©S
    """
  b"7Ø®┌G2_AÅ■\x19╚╠Ýõ\x16"
  b"\tæ\x14j=KºƒNó\x0F4ɉ"
  b"7íc/4<¡L•Êl0舉›"
  b"8\x08[\x1C@.zN¥\t¢µ\x13¶«Ï"
  b"8\x1E^Ï“¢\x14FšÑ/BSeëò"
  b"8\x1ExR¨e|K²j¦²üœUg"
  b"8IDü\x02Æ%B«²\x02ãE’èo"
  b"8 6ºÆynA‰þz\x1Aåö@p"
  b"9\f\x1Ek4I½ßzkvØ~Y"
  b"9\x0FoÌ…¾ØF¤\x003™–×–û"
  b"""
    95„P¤SÝF¢ä¦\n
    t_\x080
    """
  b"9ˆA\r5\x1AýN–áȾ–à%\"
  b"9ú■â6ûxMØîV\x0F©`=¶"
  b"9Éž)\x18®ÄG¬g\x04¿L’“­"
  b"9åÙE¶/üG§ü‹Ý=¸(t"
  b":©¶╠>6³KÅÒ\x14FH;ùm"
  b"\x004[ÉUEƒ/õ´9j_å"
  b";Y_ŽütUKŽEhÍVÆ\x07"
  b"<>ÏÈ&L3FÜ*‗ºìD\fø"
  b"<CK!g­#Fµ¶°\x0E–ø+Ì"
  b"<Ju\x11`o\x06KǶ┬\x1EQUÉÔ"
  b"<SplxÏ\tO®$aà³S\x15"
  b"<_\x10Ó¶|NFº\x0FcÌ:;\x19ñ"
  b"<jÜr³\x00KH¾O?2ù\x18D6"
  b"< E̹|\x14L çÇu™WßÀ"
  b"<«ŒSû3ýK“\r]„\x14,àÀ"
  b"<¼ê\"ÁvG¬ŸðWÁp_H"
  b"<þBß,•EB‘!w  ýÈ]"
  b"=+\x07²Åû Mó-ËÖÛ│SÍ"
  b"=\x7F\x04ç£\x07ÿH‘-k\x03\x19@p¹"
  b"=®á`‘%dI•ÁÉI¸´¢\x0E"
  b"=Ï~ƒ┼x}Dì\x16JiXª±é"
  b">q¤™\x16ä\x18@¾·ÁoéE"d"
  b">«26±pEJ„óeÌ\x1A¯\v\t"
  b">Ý·êt/\x7FE–Ê,ù\v–²\x16"
  b"?¬ÓšÓK$C¢‰Ï~\f^¶W"
  b"?├\t¾½eåH┐V3m{ì▒\x18"
  b"?àûš®X/@²rÙ\vcp†_"
  b"@w╠2^ÅpIñí\x11Â\x16G<╣"
  b"""
    @¬¼ý!É\n
    D£?\x17][0ı*
    """
  b"@®¡7sß(Hƒñ]è\x17ªUÔ"
  b"@¯zÒ%qvK—úÓ£™×˜S"
  b"@Ù€`Ÿ?;OŒF]ÞsÒxY"
  b"@¹DÒe\x14ZDØåîkþyyª"
  b"Ai?G¶ƒ\eH³‘ÖÄ›|<ã"
  b"AÂ\\x1FÇßóM²7˜A8À\x1D°"
  b"""
    AÆZX_ª\n
    E¹TÏŒ\x02\v\x01ç
    """
  b"B\x15\v€þ#\x11\x04< ?Ûf\x02"
  b"B4§ƒüÐ\x1EO¸Ü>+KDr\x01"
  b"CËð\x16ç)\x0FG¨«™/’MM’"
  b"\x16µçr#J¼|™\x14Á°Þ2"
  b"C좷·¯4J“\x14]r;ý\x12'"
  b"D(\x16‹ÀÅbGµ\x1EÙh°œ\x11ð"
  b"D9Pf\x05ËîM¿‘BVºšÙñ"
  b"Di{†ãéûHµ>†ÄRêæù"
  b"D{=\x05sT‚Mµ™³/„ìÝ\x04"
  b"D═º\x1E1)¶JÅq░\x7FUIÊ\x13"
  b"DÕw\x07\x17P®LŒ²\x1D•çÚBÃ"
  b"""
    DáÅ\n
    7_§I¯"’\x03\x11ˆ
    """
  b"E*ŸÈþkoB¿ÄMJ´Â\x04î"
  b"E^¢ærìå@”F\x0Eç=FŒ_"
  b"EŒÊuÕBÍE¸aV\x14½³#§"
  b"\x01Í@‹üD„È\r(–+¯O"
  b"E¸;v ™·H•¯qh}¿À="
  b"FU—›’t,B˜Fíù²À"‚"
  b"F…·yp(ëH³QÓbzp8Ò"
  b"FŸáïÌõBF‹åWk‚"8¼"
  b"F£”@ñ)WA‰cÏ%`…ÓÐ"
  b"F§ŠŒ)\x11ùB„†dÅ¡sx§"
  b"Fµòi6)9Eƒ•\fg\x1FÏ1|"
  b"Fêp#˜.\x07J†U{oÎQ\x17g"
  b"""
    Fêµ2’;\n
    G™Ò'DÞ]Jï
    """
  b"G£x\x13Q\x02¡G‚»¹Aw[<Æ"
  b"G¶y·ºÒ±N™ß×\x07uøŸo"
  b"GèNঔOH—b#öL®#<"
  b"H\x15{GhãúH╗į\x10îuÉD"
  b"""
    H?0Ĥ\n
    ÇBˆnðÉ39\vË
    """
  b"Hm’þ\x04'\AˆÖy(…Feæ"
  b"Huc¤Õû®Gº ;£÷A\e}"
  b"H\x7F░ü}╬\rF碭6(·\x10\x08"
  b"HØsµ█QØA░Xýn²Ù7y"
  b"I\x04Ú\x12²1pE¿ˆxö\x08àñ("
  b"I,ÕâBÊ╣C┐k+Øıjb^"
  b"I└p\x16Å\x03ÖOï?ªTs{\x17-"
  b"\x0FvÜÇ”Nƒ¢X¢­!à„"
  b"\x11\f\x0E –N›\x1EÆ•Ó\x10˜Ë"
  b"Iù"M¯5!D½¢³$\x08õ b"
  b"Iú¥8}™‡@¢\e²Í\x19ÛÎ("
  b"J\x1AØ\ôf+IûeJ¼\x03<Ð╝"
  b"Jhìš=­\x01M¶1|ìÈEû\v"
  b"JÄ;Xd·ËE§GöÂ\x13ïÇž"
  b"K\x1F S–'.K‘1á\x06\Ý_ˆ"
  b"K%\x03Xæ hJ޾½œšüƒ{"
  b"KUÌ;þÃ#F¥\x02Q¤=0f»"
  b"KØ`ôÝpEL░íË9ß▀DN"
  b"K¥Í=\x06ÞU@¼ð\x0F¸ô[üã"
  b"L6¥Þ¼²\vJ“L^g¦ª±\t"
  b"LhÇ\e¸yèG¹ƒ·œ–Ñ\x16\x12"
  b"Lq\x02nnµ˜L‚©äR3“Ð\r"
  b"LˆÆÑ8SÕE¸q=ÖÑgŒ\t"
  b"Lóâ=Í\e5NÉÂõÆÀdÊØ"
  b"LÄìÝËi½J°ØþƒH)\x0EŽ"
  b"LônB9³ÐO¥,Ógƒ³x½"
  b"M!¡ÌT\x0F\x12N¾¿½¬\x1A¤•""
  b"Mx·\x18\x18\x18 OØÓı{é\tí>"
  b"M­u=0ׇF«TæZ¯É\x1Fµ"
  b"MÍtqO ÓK¿¬O\e°òøö"
  b"MÎ÷Hò9dF–ó7h0÷[·"
  b"M¹¥ÐÅ"3M¡\x1A/ÂÃGÚ\x03"
  b"N\x1C\x0E‡ÎC±qï³–f{\x11"
  b"N*Ÿ62\x14‰N‰""=;‘ú\x05"
  b"NFß֎ʪK’¤hD\x18UÅW"
  b"Nìõc?jvHÇ\x15█u\x19lÉ┬"
  b"N­“Â?ë$A¢‘r¦ÆG7†"
  b"Nï•›È'}HƒâÏ\x17¢™£\x06"
  b"O(25\x1D\t‹B™õfKÇ´\x18Ù"
  b"OS\x1A\x16žóD”þ%«¤Ð\f&"
  b"Of[¦2\r‡D»\x12éÝlR\x15É"
  b"P'š\x1F»ÎGH‹2cÕ&{ \x10"
  b"PìÞÍ┌61CóñYà\x17¤Â╦"
  b"P•¸7¶=ôI…\x08ÕÉVú#\x02"
  b"""
    Q\x05\x02\n
    ±E\x05A¨ô\x19u0!\x05$
    """
  b"Q\x13œvM\rîB¨\x15xòG\x14ʽ"
  b"QªRG\x16[d@Š(.‹¦š\x16È"
  b"RZ▄6\x1FgºH¼jD┌x\x19üt"
  b"\x12­v╗=I»T°±‗·H\v"
  b"RÌû9\t\x0FúBŸ;\x15\x14t›"
  b"SK@\x15µÝ-A’½„©±Ò û"
  b"SLT\x01¤ù╗NâúúîãÉ^C"
  b"S‘¨8Î[ùNš™zèfô<]"
  b"S–˜r§k9G’®73\x14\x14\x17\x0F"
  b"S´¶…\x1C„§A•¹¬˜‘Jœ$"
  b"S¿ŽëR#ÍB›­äΓ½\x06\x00"
  b"S÷ð‡ÈO\x7FE¾ ³M\x06\x128‚"
  b"Tí ÃjƒHGâ¤\x15£½ìa¸"
  b"TïÂ]\x1Dµ}B§\x17÷ÓíÄó\x16"
  b"UC&ZQ>‡Mжîö«mÆÚ"
  b"UXä\x03Å\x13]K¢¥£r\x17‘ýk"
  b"U_^ª8-åD•7.\x0E\x16Ù†„"
  b"V\x14\x15^R¦ºJŒ€½u"œc{"
  b"Vv´߃(Gí\x1F/YÅÕ■["
  b"\x08ä¶YhI┐╬;èîüZ;"
  b"VÍ$7@OjF—…\x08ýaƒbq"
  b"W/m:þy{Aèì\x16Üp¿dC"
  b"Wì³0&öÎC—¹\x11¤ýMƒÊ"
  b"X>ª‚£ÀQM†ËSð[÷Œ„"
  b"Xj┘jx\x12ãIØütÑ\x03╬ê\x00"
  b"""
    X˜™\n
    ±W¨N´Äp\e-Ô[\e
    """
  b"X¹ÄÌ|=zEœÙ3ÞÄÑ7\x11"
  b"XËò\x0E░└╩GüÝn´×└®┤"
  b"Y\x10Êå·cÛI‡Ç\x06OØüÑî"
  b"YVûž#\eÃA¶5é’wz×\x0F"
  b"Yd±\x07`¡ÈB…«°dV3\x03ú"
  b"YÎõ+X46F•Ã÷v˜>½Y"
  b"Y¤¿ü\x06ý\x1FO┐ö\x1A}▄ï§]"
  b"\x1E\x03Ó)<G•'ˆyÙ\x0Eï™"
  b"\ßÜ/ÑÂ\x15B¼„®~æ=^\x04"
  b"\x14e€ã\x08\x12³\x05Ó/9€"
  b"]\x1F\x1Cþp‚\x12J¸1ÖÛÈ÷–7"
  b"]9ôÜóE%K¦OÇ´óŽ\x05ë"
  b"]>2pM¼¦@‚ÃäÛg¹X\x17"
  b"]N\x17çÙx▀LÅ¢¼H7WÃ9"
  b"]ŽlÏ^;tGµ\x0FûhÄ\r"
  b"]½1\x05i<\fK›¡üÔà![Á"
  b"]÷\ ┬4\x05C¥¨Ò6┬||Å"
  b"^.*ðµ\x11Š@”¹&ôON\x01½"
  b"^W?\fô¿\x03\x02­?´\x01<="
  b"""
    ^p\x16Ú:%rE¢\x03O*\n
    +ž€
    """
  b"^ÂDT€à\x17N¿aÊç42\x1D\x1F"
  b"^é{«»ÜìNŠ\e÷ðår,f"
  b"^ýÂñ±¯«A…\x15l~÷(nA"
  b"_\x17\x12\x05DO‰ÁwŽÞ¡Õb"
  b"""
    _"C\n
    \x08\x7FâNÅ¿;2o\vÚ╚
    """
  b"_P @£`_Oçë]lÑnáì"
  b"_X\x15S±ª;Bápü96>j\x13"
  b"_Òw‡îë²J™ï Tz\x06Ww"
  b"_Ôg\x07æÉÐB—@Nê÷\x7Fýš"
  b"_²³á^\vzCÉé┴sms~á"
  b"""
    `\x14QùìF{Fî@K─\n
    õ\x10a
    """
  b"`+e¦=\x19¤Oââ"▀¢ühC"
  b"`NMð\x18²ØO™á„›þ .I"
  b"``ƒä\x1E\x0F<L¿„m\x08\x10\x17ß–"
  b"`{^ÔÙ\x12eH³\e\r€Ò‹\x7FL"
  b"al╠Rpj/Nü»ã{╩D\x19{"
  b"am\e\x0F\x0Fqà@‰‹¨\x19•rΘ"
  b"aöØ(òËÐI¢&~M\x14▒cô"
  b"\x19AóEuK³š\x01\x0Fq\x0F<n"
  b"b7§\x1F\x01\x0E¨I╝+ìô´\x10\x1A¦"
  b"bs\x018„4ŒB»ˆ¯Á¡ßøG"
  b"buT²kìó@í4═D\x14\x08¡\x07"
  b"b´Ö\ÿ~oK«ÚÑsV\x05™n"
  b"b─\x17ÚÊ┼ØKÁ7RæTø░Á"
  b"b§]\x05:%ìHŶ\x0E\x0EÊıÞv"
  b"c\x04®§’ûåL´]€³dAòc"
  b"cF\f5æ‹HK®Æ[ML¬]u"
  b"cŠmݘÚ\vI©E‰œL}&È"
  b"c«2\x18\x00\x14▄Jú*»lÆØ³ê"
  b"\r|”˜¬C°Fé_âÔõŒ"
  b"dÅØ¬…ËkE‘üßa±\x0F\x13O"
  b"d­│¨\x05R\x04MÅc\x7FóDw\x03ê"
  b"eD0Ü1)6Cœ\x7F§éEiœý"
  b"e±Æ\t\x00t…N²Ú¡àfä¢*"
  b"f:R‡m¼(J£Ú{üúÍ$¼"
  b"fD\x10> |1Iì3i\x0F\x05ªË¸"
  b"f”Ó\x10‡a­E©ú¸\x10Z3Aî"
  b"\x12í»L~O‰/\x1C@M~|r"
  b"gTcÑ”´‡B­Ÿ\x13M\x1D‚~ "
  b"gVµ\x1C¡╗ìL»Å£r®·M┘"
  b"gªÆ\v\x19!\x06K▓\x1E└╠Aüè}"
  b"gðJ\x1F\x1DL¦|Ãã»\x10"
  b"hgÑ‘ßh“BŠ„YsUs‘p"
  b"hy\x04\x02\x13\=@¡TÝ‹(ç\x1Fž"
  b"hÊèü/(\x1FL§L\ëÌäJ "
  b"i(\x1Dû\vä×DíÉß0õ<╗\x0F"
  b"iìó¢Å╚jOîþ\x117Õ┘Å\x1E"
  b"i“úmò€ŒF¤Dl°³3ïw"
  b"i¢»’q\x04`C¸‚\Q#d|#"
  b"i¦ôtÚØ…G¸4'¾¶Ð)î"
  b"iÕ║ì\x1AÈ\x03E¿KµÖòº\x1F\x08"
  b"iô¡Ì`„;A‡¢?/tw-ô"
  b"jX\x06ß ╠ØGñ×Ð^É7ðë"
  b"j`Ž\x7Fõ—AA´CŠHÐ\x01ìŽ"
  b"jœý:J\fnC—Òj\x11b`¼6"
  b"jžt¿!½îE®œ—¢’tƬ"
  b"j▓╝█╗õzMÉ;\x1E:▀╠W""
  b"jÜ…Ø\x1C7YIƒƒp”‚´Ÿ“"
  b"\x13_\x11äBF›ÆÀ¼³½\x1Cp"
  b"k\x16IP_.HIüpWRê³^ "
  b"""
    k&\x1CÝŒätDƒwÂýç´\n
    O
    """
  b"k@\x01„4“¥G€\vóàô*í_"
  b"kCò+½\x19ãJÅ»\x15\x1Aõª"
  b"lâ—)ÆÓ’N°hø”ú'\x194"
  b"m\x1DZÿÑM\Aª3z­Ð\x03I."
  b"m]ûù\¾kC¦<¯Ý[\x1Dø_"
  b"mÌ´Ø\x12\x1DŒM“gxåþ\x03ÌÞ"
  b"mð8ÿg´DK²\x04¬qïRtc"
  b"""
    n…W\n
    =F€Aƒ¯Ë\x03þªü–
    """
  b"níŸ\rÿ\nšEº£Hd},M\x00"
  b"o%0¥¥ßÔH±‡K :¹,¼"
  b"ocòí\x7F²ûL¼.­Û\x10\x14Ø­"
  b"oy\v`╩■ØBú1D═x~3\x13"
  b"oÛÚ³õpËK¸p˜hà èæ"
  b"\e├ÒL\x19\x04v\x00Ø\x13^\v"
  b"\eî~záO€9é5ÍœŽ¹"
  b"p*àg<╦┬Kåý╚Ø├¹2\x02"
  b"p2–„\x12™QJ±|ʺ\x07ˆÎ!"
  b"p3!8a$?F·\x04éÖTÚ‰¡"
  b"pZ×\x01UÆfG¢\fÙ_ï#pÖ"
  b"p█i3JðÎG¿o?rüpgñ"
  b"p²±▒O╝ÝJ¡ý).\vÉBC"
  b"q\r~ÿWõŽM¿À…\x1Dî)3\x11"
  b"q#ØúV&æHø▀Äg\x18 PÄ"
  b"qFoý╗0(Nÿ|Ôų©ÅA"
  b"q¼VªÎ\x02™F¶Ï„ÏoçE@"
  b"qÉ›ekhªL˜åmPŸ»\x05"
  b"qÑÆ*\x1Db\I’}ÛSÏ*=¿"
  b"qô/$U\e·D¹lA¼Î\x1CMG"
  b"r\x08#vöCÃG \x15&\x01"§#z"
  b"r=\x14a­ÝþC¨“¯\x07ù@r÷"
  b"rL•Ó‹´$K˜ëLAy‹r "
  b"rX\x01d¤¹O@œ:aVzŸŒ0"
  b"rxëÑá:\x1EJ©«¢Ó,Ïêÿ"
  b"r–ŠOz\x00ÃM”äMŽó\eí*"
  b"r™ãU{+“LºïE}>¶[Q"
  b"róÚ±ª9╣GÉÔH\x11\x10²CW"
  b"réØa½\x19rGœŸ`0Ü­G\x10"
  b"s(z<øÅ·G©\x12VÊ®4█X"
  b"sZ-A1# B¹P„‹Nd©á"
  b"slÓN©\x06¢@ЉF¶N¹©-"
  b"""
    \n
    \x12\x1FØ\x0ELµÏžUŠrªÜ
    """
  b"twí:ÝXLG²ý\x08­½·:˜"
  b"t{\x12\x7F▀/dFÉÑå ø¨ß#"
  b"tƒ´¨Šþ\x1DM·=0"T„\x0F¸"
  b"t¬·<7bN@’‘ü\x1Fö?¦‚"
  b"tóù˜Lñ¯H“\f\x1DÆXJz\x08"
  b"uDŠ˜}là@£t\x7F8l\x06"
  b"\x07ÃDÖ…IˆÑìðBA°\"
  b"ué‘›\x1CY‰J¢‘‘äCÆ0·"
  b"vŠÍ6gjDD‰\f¥Ùí3D="
  b"""
    v·è\x7Fð³•Cš†·I–;\n
    Û
    """
  b"""
    w\x1A®ýaÂÞ@¸[Æ‚v\n
    \’
    """
  b"w'oT…ªQC™ÿÏIAû\fn"
  b"wB\x1E·Ì\x12¦D‡S°n¹³ý\x00"
  b"wjúÀ\x1DÎþAƒéX½\x10á*p"
  b"wÙa!‘GÎD¹Â™>‹Ö.‘"
  b"x\x14dª¤ƒvK™Ò«É{kÁ°"
  b"xGu\x0Fû;¢DÅ\x03+±Ä╩zã"
  b"x}úÚ¤\vðF×Umì‗Ù▓!"
  b"""
    xúD¡╣\n
    üN¢lïG\x05░Í[
    """
  b"x║ó┼üaVEñ│e╣╠ÀL¦"
  b"\e"EjàC°UÙ¯’-ļ"
  b"x ı(güîG«%g╩¼ãøÎ"
  b"yWÚsE&þEª8©„@‘ÿÚ"
  b"z\x17žÃ`bžJ§%¯ä\x12e\x0FM"
  b"{\x1A\x0FhÈöJì\x10\x02}¾pÎP"
  b"{X\x14\x0Fœ×ôC´T¢Û°]î\x01"
  b"{†™<¬µjLºÓgŒ"é>Í"
  b"""
    {‰öO—3²F©5¥¹«\n
    ر
    """
  b"{ãÓc\x13\x12iO§w\x12Þ\r8Íû"
  b"""
    |\n
    RS_½/J¯F]¢¼\x19qH
    """
  b"}د╚\x03¥ NÄ\\eBÍ▓\x1C"
  b"""
    }Èü\n
    q3\N¥eßêÌ`° 
    """
  b"~'…7o´KK¢ücþÕ.:â"
  b"~Гå÷\x02âE‹Z•÷î€|2"
  b"~÷§®ˆž0Lµf½\v¨âÔ•"
  b"\x7FáèÍÈeóE›,TÃMß`Q"
  b"\x04WûP\pE“\eüÑuýÚÑ"
  b"€!Rß½¶\x08L‘è¸Vº\x1F"
  b"Ç"(\x1E>Ða@░ÇyÙ·ÏØ­"
  b"Ç?P\x12þÁàD£k¨ÊýÅè¹"
  b"€U…‘'%;LªË\fSéð\x07è"
  b"€]5láãgG¥’\x06\x12 «\x01º"
  b"€ŒÚBYòFIŒ<HÒ_Sxm"
  b"ÇÖ¨ÞÔ\e:HØy)¾*║2+"
  b"Ç┴ÿ_¦ærJØD<åJ▀þ^"
  b"€ÿ\x18·ì{•I +q«à.\rÁ"
  b"ü>Í\x10±³WGÑ<│║N¦╗1"
  b"üºª;ÎùÞF¿\x0Eü±ô└¡B"
  b"éE▀░ýé&FîQ\x16D:ü¶^"
  b"‚kUºnM,JŸ}^Äeú,F"
  b"‚Ó\x16N\x19×}N¿`Kß™JÂÚ"
  b"‚Øz9ºÀ4D¶×È795ËR"
  b"‚âû-ƒ~¦A¡'~\x19øS\x1Aù"
  b"â\x08©­PYfO¥«\r'\r^ü-"
  b"ƒ%\x038\x00´\x1FIžw²7÷\x11»>"
  b"â9\x1Aøs3AKìÚÈ╣ýä¡_"
  b"âf\x06ØÔMÿB░\x1DÖ╗JN)3"
  b"ƒ™šT"¤›F«°d*Q\vsV"
  b"ƒ£ì":q=L½÷U!\rm²F"
  b"""
    ƒÀ,W=ܧE¶Mâ\n
    §íóå
    """
  b"äJ┴\x11\x10┼ LÜÅÉ">Ôõ═"
  b"„½×\x12$>ºK½k¥¯/""r"
  b"„Ö\x1F®ÎÀ¸B˜µ\x15èè\x07ÿy"
  b"\x02uâp¤xL‰OR°††–ü"
  b"\v`è”±?AƒÖ\x051o¨Ak"
  b"†;Uêžç_I§ÿÑMÍ­ûc"
  b"†oLsrQŒKœ\x04K\x05Nb¿í"
  b"å×òÎ\x17ÔÅIÇ\x1E\x07ƒ`dí8"
  b"å¨S~░w\x18Fز╣W¦\x13╝&"
  b"‡<2Ó´S¼D‚Ý\r»øj\¼"
  b"çHnæ\x1EªBDÁ█ü}¥ú"ð"
  b"‡aJô“ƒIL—€Ê\x06\x1D/™V"
  b"‡tᎅtVH‡MMæÃ3˜\x01"
  b"‡”§¶ï½oMŠ´:6ýÂË7"
  b"‡Ä\f\tÕ¸7L‚U:\x1E`8¶™"
  b"çß?\x19»º¢Cê¼Æ┴░▄LØ"
  b"ç²cwE¸üC║╩▓`7ÐòN"
  b"ˆ\x1A\x1Fc樂JºmUoi-uÍ"
  b"ˆ$\r\x1A\vO°nQ¢\x08¨¬Þ"
  b"ˆ\"‚¸ì/F¢±kç6GÂ*"
  b"ˆÆÞOI‘\x1AIªfºØ\x1EA…Ö"
  b"ë:\x04$ËeWBü=ú|/UÌ\x00"
  b"‰G¡­PcdI‡‡Lû7\róS"
  b"‰`Ì\x13íú\x12G­Ü`6&c<Õ"
  b"‰³\v\e£Ë:C€rÌ9¤€Ö¡"
  b"‰ð\x0Fê¢Ò×I›Îj/\x19\vJ4"
  b"è!å6F\r\x1CBüƒ\x01\x06\x15ªiP"
  b"ŠEé$.Å>F¤â\x04áN‚Å*"
  b"Škì\x18@úòJ²Ç¿?åÿöc"
  b"èÚ░ÄÎý:Láì\eÿúï-Ö"
  b"ïAG┘§\x05oOÅwËa[\x08ËÒ"
  b"‹fKŠÏ uA³à\\x1FRR]Â"
  b"‹ Ù‡Zi®O¶ŠõÍë÷0«"
  b"‹Ú‡†–¬úL’."\x14ŽA+†"
  b"""
    îI7î\x19¹îKü¬\n
    z*!"`
    """
  b"ŒNÄiÒ­0K¸ž:%j_:6"
  b"îÉ qºÿ─HàZ\x00k¤Æ5ƒ"
  b"îØcÇóù■Kå}nÏ99\x7F]"
  b"Œ¡\x065D½„L§¦äo\x17\x02\x1DÏ"
  b"î┼qv┴Z&CüU!¶ÝÄÅå"
  b"ì(─╔ÇAWIÿ\x03Òð╔Ðs "
  b"ìMR)ÞóZIôÕ\tÜÑ.Ix"
  b"ìV³ç*´╗GÖ;ܰ\r┐d\x14"
  b"ìp¶\x15"«©NØ‗÷yZÜC\x11"
  b"ìÉ\x07ëÙ*\x06\x03Ó`\x01m\x0E"
  b"ì²^èq\x14Û@¬"Y÷\x064\x18§"
  b"Ä\x039È┌"ÝIºSæ┘üêı\x14"
  b"Ž\x7Fîœ&{ƒJ¿i·Û›*\x1FÙ"
  b"Ä£Ë,Å¢└J┤0»wüö)\x06"
  b"ŽæCæ©Ä$M»` U|®K\x03"
  b"Ä·Üð\x1DÌßJìÐ ¨©╠╗±"
  b"Å\x05.▓\x08┘T@ê¦ü╚Ó\x1C¶³"
  b"Å'³'¢ÍÒIÀ\x0EW9┌º1╚"
  b"""
    Å+§/ݯ$LÉ\n
    └SRYV§
    """
  b"ÅÚ‗Ebf÷Mî8┬\x03ÜÒç\x03"
  b"ŧ╗Å┌û3F½æÞÜ_˵└"
  b"É6è┴×\x10gGÆ~Û¬uAF³"
  b"É<\vZü`ãFÇòMt\x03ØÔ|"
  b"ÉxÓ\x1C4Í¿Gú<║\x14Ë\x04ûÜ"
  b"æÀ>å╣\x19ZE®█ìk6@Ä¥"
  b"’3\x15ÚY¢\x0F\x06ò¦(\x1Dfi"
  b"ÆZ\eÉáïìOêU\x17ja╗├\x19"
  b"’c^\x10®„OG„’\x01a\x03÷ËG"
  b"’³×Ö\x01\x0F‘L˜\vò´ÚC—"
  b"""
    ’ëbï›I˜GˆÍ\n
    ݲ\eM@
    """
  b"\x06»\x1A£’‹O–¯‰‹|ô\x02Ó"
  b"""
    \x17\x06¥¶O¬þ’\n
    \x01½Äû
    """
  b"ô\x1D ıHü¨E╣╔³EX¶gJ"
  b"ô5Â\x19ìÅ/@╗oÄÝ÷▄█×"
  b"ô<Èì=\x05PB¥z\x15×ü\x1C³ê"
  b"“]¶lÝ„¿Aª‰ÛRØ9g."
  b"ôk\x1C<ÅáöKàÙíÆÝ§╠&"
  b"“x@„‹Î8Fƒ¿‡ p‘²X"
  b"“ƒås¼¯WL¨¿-Û†»ßó"
  b"“„Ìð6„òG¹ë°'Üšt÷"
  b"ôï*Î\x03¬¶@ümûı¹\x02"
  b"“«sïF9ÑI·c.£“$\vK"
  b"“·(Ø<JÎO·Øøü£y-Å"
  b"“Ã2b“\DJŠè\x06…h"ºý"
  b"ôÐþÿa¤¦G¢üe-┘ÌÑS"
  b"ôÚßQ╠ú AÁ¹iÉ\x06Yæ "
  b"\x1Ci@\x02é—K¼\x15‰sœ4`ï"
  b"ö?Rwÿô┘Mì s\x06╚EÂq"
  b"”FTƒ¼ÍÀFœ&\tbzÀ¿&"
  b"özä0┘zÍBØel█jËÐ%"
  b"”š(@TÂ]K¼#\x12\‰Ø\x03¯"
  b"”ËŒW_‚žI†\x7Fa\x0F.0ÝA"
  b"”ͼvèRãN—\x1EûÌë¨rë"
  b"”ÔKü\x0EÛ\x15@›?QuàÝï¿"
  b"•:\x1Fð½ñgJ‡QM.u/¡]"
  b"•eÍ4\x18cà@¦å¶ø\x13ÊR®"
  b"–%måÚ4jF–Ú\tg«<\x1EÐ"
  b"–3ƾN|\x1CO›€¹\t\x07¤W;"
  b"û¸├qkUöGس,¿¥ù®t"
  b"ÿT|øåÚ\x0EL½Ød¡KÞÎê"
  b"˜í೦\x01ÙB…\x01š\x00w\v\x0F"
  b"˜ôQ°q#nD€°\x04\x1CR·ÇX"
  b"\x16\rr‰\x16'@˜Ñ9òN+c\x10"
  b"\e‘¾\v¬\x1EA‰s-ž‰¶HÄ"
  b"™~7®Ç¸vL¡á‚û?5¡r"
  b"™§:eÚ¹\x7F\x0E™ê7ÖŸÄ"
  b"™Úôú\x0E³$D¢ÀovÀQÓT"
  b"š\vCÖX€óL„ˆqy…mä¶"
  b"ÜlÒ\x02▀à2DÉ÷° \vó\x10"
  b"›8p4~š6N«¾\x03Ô+óœÛ"
  b"›8ñüWbKD¦ô1Â\x133\x07F"
  b"""
    ›Y4Š9\n
    \x7FC¼mÓÆ@ÿw}
    """
  b"›„vº¹\x00üC£{Ý!èEäõ"
  b"›Ðl\x07.ð0N F\x00\x08\x1CøËb"
  b"øÚ\x17\x0Feg@òÅõ»▓¹\x0EU"
  b"""
    œfØ\n
    P@oNƒ\x16\x19Ðõ™bì
    """
  b"œ{jÏMµ²M»i°oèëê4"
  b"£ë\x13ïµÂ;LªcÉ\x0FãNñ\x1C"
  b"£û®³)Ü´GÅ│59·{4Ù"
  b"œì;ù„\x0EÊN³I\x05irX…ã"
  b"Ø\x1D\x10hD_¦O®\x0E\t┤ïÞ B"
  b"Ø(¥éÂizIÖ3█L«\x17Â\x1F"
  b"ؽùCH|­DÂ═áÜ╩#│\x02"
  b"ØÀh\x02lç▓LÜ:ÈiÙôEa"
  b"Ø‗?V¾Ó­IǪ6Î■#7©"
  b"ž%ž~x×”J¨d¡S|sk÷"
  b"ž7© ×U¬AŽ2ÓÅÎãZŒ"
  b"ž?ÁRµV´OŽ›ßç\eDåI"
  b"žzN{½O¦I•à“A§L\\x00"
  b"""
    ×åiñÉÖÛJª è5¾\n
    
    """
  b"ž éˉx\I“³äßdšÕ "
  b"Ÿ0¡<;•\vDž;¥[Œ©;x"
  b"Ÿh^þ9"êJ®,[Óx¯\x01\x18"
  b"ŸÏ#ÆŽˆÆK„’XtÍ\x17"
  b"""
    Ÿê¯ÒÄ–2@¢<H›\n
    žG\x04
    """
  b"Ÿúiïâð7I¤\x13šŠè‘¼/"
  b"á2\x0EÁ╝ÜNGÉüçÏ÷Ýhs"
  b" Šh\x01\v@ˆPþ\x01ƒ¼É\x1D"
  b"á¡─mÃ║»MÅX═*lñxD"
  b"""
    ʫ8„6\n
    N·ê0üõO"P
    """
  b" »c\x1Eôc\x00Oƒ8Óï)›\x12"
  b" Ú>اÙlL‡U\x07¹öã\x17,"
  b" èñ┣wKŒÝ­Æ\x19\x15Í\x1D"
  b"í\x03\eÀ¾Q:Mì┌6\x00T└x\x0F"
  b"ím┘┌UÞ\x0FIçØ;ÔÄka\x00"
  b"í©ü╗ºùgBäS«H¼\x14°┌"
  b"¡¿ ˆ4º!O©ý”\x00Á'\x7F\x03"
  b"¡ø».àÌ7L ä¡ó§æ,Œ"
  b"¢>Ú]/5ƒJ³olcî¸*Ÿ"
  b"¢`ýc;J?J ö;ãëwùH"
  b"óq¡u0\vÁJö\r├´Íì×5"
  b"¢’¡\x13%\x19\x06I‡H®/åìc­"
  b"¢Ãü˜DÚßJ¦íKE\x1AAd£"
  b"¢ÈÚBŒJ˜@€s8ÂB\x08„÷"
  b"£\x14å‚”\x15wAº•Áä[\t©#"
  b"£0–Ü«˜ƒA©\x15(\x0EÙßuC"
  b"£14/¡\x05µE‡Ãc¾ö߸õ"
  b"£7HéƒÙRMœºQ*Aj\x03»"
  b"£ITp¶>ÒB¨\x10\x0E½já~Ò"
  b"úêè=²i\x01G║µñL³\x14øì"
  b"úاyÔ§åJ╗hg■5╩\v\x05"
  b"ú¾└\x7F]│\x1CA×-\x7FÏ{Êɨ"
  b"ñË\x12¹üá¨Fí▒\x1E'f\x1C"
  b"Ñ\x00 Ùø@jBÅá½'╦+ôY"
  b"¥4ïWÎðPA‘­õÆ\»øW"
  b"¥TC*ÇD3M‡\x16—ñ\x03Í\x18Ë"
  b"ÑT¡¶/o┴IØ\x14Â╝¤À;§"
  b"¥hH‹P2¢Mˆ\x01\x01z\\x16ö\x02"
  b"Ñt¥Ï©\x15[Jì$¢µ\x03ÌÑ┴"
  b"Ñ}\x05âÄU0Aä´Ì°éØ╗å"
  b"¥µ1²(,æLŽÑó3e'\x169"
  b"ÑÂ\x15ë┌v\x14G×r¶ü╗‗\x01"
  b"¦D¡Õl™~@£øš5e°¬\"
  b"¦¤í)3VÙE€»s$7±¸²"
  b"§X@ƒyýƒMŸ«6DƒÂ0o"
  b"§\x7FücDý4A®R/)D£Ú]"
  b"§€\x17d€²BC”A†\x19!NÑÕ"
  b"º┴═vo·¯I£É\D¶├0Ç"
  b"º▀ç\x10f÷úJÁ5Ù¥Ø1áï"
  b"¨\x18\x0FŒƒ±­I·Þ\x1Añ\x00Ñä8"
  b"¨\ÌËøSçN¯®ú ‰\e"
  b"¿r\vúæ▒qAÉøt|c█ëú"
  b"¨ªPd%A±D‰±¿ñüËÍ6"
  b"""
    ¿▒!\n
    ü°KFå5â¼S27Â
    """
  b"®A▒b©5rLå¥Å'ÄPè\x16"
  b"©G)\x03¸8fH G\x11°ÛÁ¹\x07"
  b"©~BÂqŸ½M¬@cœ.Á)Ð"
  b"®Å▄-Øè,Oª┌\x05@Á&`V"
  b"®╚├üKÿÛKרø\x103St?"
  b"©âÄ@fâÉI«6ý˜±î$,"
  b"®¾S&└ñ┬NÅcþ\x1D\x1C¯m"
  b"ªAò'\x0F“¦L›ýh\x14\x12Çš\x1F"
  b"ªw‰‚­p IšÜrÓ/¢IE"
  b"ª”uÃ\x1C¸WM¡²õâ(2*'"
  b"ªßõb+JrA¡—)äÇ=W|"
  b"ªðÑ}È…ÇG²„D\x01²U&["
  b"½O£ü©ô´DÆ\ea█Ù▓Ý"
  b"«f$uÏË<H³øãÕ>â*c"
  b"½Ç\tÿÈÐ\tI│Åá\e\vÕï~"
  b"«œtÁª¢\x07L¡ñW!~\x14G+"
  b"¼\x1D\x04GNàHÅ0O╬l,/¾"
  b"¬(+u3Ÿ”HŸAQežUºñ"
  b"¬gÄ1,ÞhM§ÄW5:±~Ö"
  b"¬©\x11Ä]ý¾N¡É‘‡œù0Ü"
  b"¬ÃRÀ|ê\x7FF¥FZQ•R7"
  b"¬È¼\feñÁD‚U\x10é\x06¿¡r"
  b"¬å\x16{\fGpK³\x02³‘'\x1A"
  b"¡\x06\x0F$×u*Dì@²8ü═}1"
  b"­\x08\x00Ñ"záJ€|$ù§„Ç^"
  b"­+¢ke@™C¹#Ô±\x16˜:á"
  b"­¥*nõpäI„'AÆE¸\x07â"
  b"­Ô鯰þ¯I¢ÀDò\x17/W\x01"
  b"®0”>\v\x11öB” %ßvÇ÷\x0F"
  b"®CqÚ³—>D»¸„¨Hà‹a"
  b"®F7CgWŠJŠ(a\x1EDe6I"
  b"®nb½t\x1AÀI…*”;À¯\x16²"
  b"«╔\x7F¼3õæAÿk$÷ÄäØ\x1A"
  b"®ÚÐq¢û’@›.÷”#J¶2"
  b"«█×5l0╣CÉI\x19\x1F▄`\x03D"
  b"®í\x1Aʺð+B¨uzC\x00\x01çP"
  b"¯\eD£‚h&M¹{\x13ýþΙ¤"
  b"""
    »+A¨\n
    \x08ØEä6ÿ¶\x05µÚS
    """
  b"¯sax#ƒ¦A¦¯Â⌘ƒ>"
  b"░íq&z\x1C.JÅm\x7FÑ\x17\x11á"
  b"°¢ÕÊHä\x1AH‰WÌ2KŽÈ¾"
  b"±BÖ&h}\x11Iµ}RÊO\x00h2"
  b"±J'3[J\tB“·Ä¶wC¿º"
  b"▒`á│{ÉéCæ╠■%ıë7/"
  b"±hÞ½ÈUIG¿“&Î\x10<\x186"
  b"▒nØı¾\?@¢Gܾ\x11á░?"
  b"▒ü¾¡ùG┐LïDø╔▄øIB"
  b"±íS%×EzJšŒä¹„a€\x1F"
  b"²\x18Igñ¾¿O¾(M–~¹„E"
  b"²ˆ,o¦M®Jµ5»\x01‰€ïè"
  b"²š€Bvú\x15F‘°›Û„\x03ˆ\x7F"
  b"▓ØjTÊVïI¿·▀Û(╬= "
  b"²×Ȥ\x02á÷F­ƒÄ[ý\x06"
  b"³\x00X¥&~[A…›ˆ³Å¥J…"
  b"³ã¤âè#ŽN‹®ý*t)Ôn"
  b"┤"╬ü\x04|ð@▓xBBí­²┴"
  b"´püÜG\x19[I¯/\x13Ôv\x0F\x04Ú"
  b"┤¿î\esô▒Hú\x06W¸Å▀\x06Å"
  b"┤╝┐l[EDKìïx¢£ë\x0E\x03"
  b"´ÊÒPš(åM›“7Ÿ\x08\x1D"
  b"┤ߨié0×E½h\eXE\x1Fú─"
  b"µ9Yo?8\x1FBžf¤\x1F~¶Ö\x19"
  b"µZ½k\x14\x19ìL”6ÍoÈqOŠ"
  b"ÁŹjõèf@│Q╝à\x17²╚├"
  b"µÀ)â°¯ÎC²\x1A\x1Cš¼Êì\x1D"
  b"µÖöGαTA¶ØÕâÓYw\n"
  b"¶aU™Í¥”C¢\x03Í™~Ýhj"
  b"¶zt+ÄCnC¿v×þ\x10÷Kà"
  b"ÂøÉQª»ÂJªoÅp;sG²"
  b"¶¶Îc‡õÿF²ç;LÔeÎ\x1C"
  b"·0╚G┼oE║^G0L\x7Fɬ"
  b"·f¹Ê/ðáH¿Y“ÕŒûS\x15"
  b"·ž"û |?N’\x13ñœ­\x7FnT"
  b"·¨·£ò>ÎL±€\f\x7F©´"
  b"·Ïo»\x07zÕ@–DÏ\x03\x15±Ûä"
  b"""
    ©\n
    \x0Eàóð\x13N▒m\x0F\x17
    """
  b"©üh/ù\x03\x0EMä·'\x07êùð¬"
  b"©àQÀàã9LáÀC"ÚÉÔÐ"
  b"©╩R┬ÿüÙJÂBô\x05‗µ©\x0E"
  b"¹e¬Ñ š=L­þ€!;_\x1C;"
  b"¹||\x00•èõM»'™XÔ‰_'"
  b"º~Ö\t,ìßE£DÉU³À8!"
  b"ºµ½¼ Zz@¬õ±ve\x14 \x1A"
  b"║Ï\5¶Õ²OÅÊù¥╠¿[L"
  b"║█ÈÈhªTN¢ØeOó×gø"
  b"ºÜy×e\x04ªC®Ø=ÝJ?zt"
  b"»\v ë\x01ì)O¢®$„Ò.åD"
  b"""
    »F:|\x05S\v\n
    ϐ=\x17
    """
  b"»Y¡\x10\x12˜qD…\x1EÙ}ÏŠÈM"
  b"╗k╝çÂ1 E»°J-þ¾Ø┌"
  b"╗Ü\e\x17\x05\x07#õæM³p"
  b"»À&2\vT‘J¬‚\x0Eiòχ²"
  b"»ß\x0Fš*p~F’][…a¡uï"
  b"»ì6J@SíL‚ô¼\vnÖÄ8"
  b"¼\x17h\x06ÒKžG«\x0Fyê+R\x11X"
  b"¼\e\x0Fæ†/±B¯\x00tÌrHg\x1A"
  b"¼‘[r.d\x19O•w\x1CÚJïσ"
  b"¼°yšíYWL½6¹ÂŒ:\x02C"
  b"¼Ì?õ¿\x0FgE–\x00\x04uƒNDŸ"
  b"¼Û~ŸÂÌîO¢¬\x01]òp‘\e"
  b"""
    ¢I3ô÷\x1D\n
    @Á§╩ôì|├W
    """
  b"¢ö$y}'ôE¿\x07\x12»‗ü0ê"
  b"¾Aà÷Þ_ÆC£7ôƒø_ÞŠ"
  b"¾Œw嵿5M•ÖlÏ|„FÆ"
  b"¾©w»`µ\x17J”ט"\vß1Ã"
  b"¾ÓF\x10«“´N»µŽàäI×B"
  b"¿'9ië3ÍE’?\x02vϱ­§"
  b"┐.éá╔£IMâØ@\x18Kq·ø"
  b"""
    ┐E+­\t\x10\x16H╝7ì\n
    py-@
    """
  b"""
    ┐t((é\\x13FÅ×╦u\n
    Y3å
    """
  b"¿zß_ÃÖ\x07\x17Bœvõq@"
  b"¿Œ\v\r|ŒÂH‰¶\x1E6\rœš¸"
  b"ÀS\x175ÄØýN¶ÇÅÚ6ñÝ]"
  b"ÀÊM\fzé;H±M%¸–¾¯\x1E"
  b"Àã•\x12\x10\v¸PÚ—ÀI"
  b"ÁFŽ‹ïÞÒ@«Œ@%:EmÃ"
  b"ÁX\x0F8„kÞC¥š×V¿W\x13c"
  b"Áeº/BèÎL¶YšòÇxì­"
  b"┴æ╔I°o>KïÕ&&£ÍKØ"
  b"Á«•\x14½$\@’#šÿçQ\x1FQ"
  b"ÁÒ\x1C¸{\x15AIœ5 ìÂb\x10"
  b"ÁØ(U^z3D°Qí. ¦Uí"
  b"ÁüTî5ddF´,u\eËÁ\vë"
  b"Â\x13mÆ9chJŸxéçßIãŸ"
  b"\eÜ\x12@ìrGäá¼Ïr\f"
  b"""
    ┬%£)»┼\F®kFíÌì\n
    3
    """
  b"Â`°\x0F\x1A_“I£>F­%¬ûÃ"
  b"Â×8¤xu5A¤“R.îJ+ù"
  b"ÃA\x13©òwäM¤Ä\x05…Íwlê"
  b"ÃVX\x00!\x01ÍC†7,öþbQú"
  b"ÃÇB$®ê\e@‡TYi?æ j"
  b"ÄMؾ6m?J¦šLCsy’Ñ"
  b"Ä·iE#´ÜD¢«%„™\x15¦â"
  b"ÄälY+\x1DuI´\x05sØ|}bà"
  b"\x1DÃp▀ßwH╣2Å\x04þÊÈs"
  b"ÅeD¾Dƒ:K„t°¡W\x13\x1Dì"
  b"┼e▀sÿ+ÀI║kî,JìäB"
  b"ŇËÀ½\x08(Lºèÿ°–—_\x0E"
  b"Æ\e߀€¾AN²3r3Ïô!¾"
  b"Æ•F\x07O\x1C\x1ACºJ5u\t\x18\x07H"
  b"ã‗\x0Fi3╝.A»É╦îO@\x12"
  b"ÃCqùô¨HÁZ~"\x17ü┬Â"
  b"Ãln\x19Ñ\x16²H┐FÅ\x1F?ıÍ"
  b"Ç•\x0E\x01ýI²2Bô\x07K\x02\r"
  b"Ç¡k®ÍÒÜGŸiÓ†ÈV%Ñ"
  b"╚(.╠╝‗\x01KºØn´║T\x19Ä"
  b"È,Œ%H¤sG’\x16X¹ì\x00"
  b"ÈqÆ9(€šO³\x1En6Ë©#á"
  b"╚┐\x00Å÷Î^GàpÆé█╦Ý!"
  b"╚Ð3å▒G2OÉW\t║f┌%Å"
  b"É\t›}6Ý»M“-69!b©½"
  b"É\r´{?ë\x04F‰Äp\x02¹º3g"
  b"É\x10`Þib\x19A /º›ŒTfã"
  b"╔(Gþp\x13x@×[\x0F²║÷Ø$"
  b"╔TdÍÜBVCì\x16þSâ\x0FÓ╔"
  b"╔├╣&\x1A┼ìN╝H!┘þ:¨ê"
  b"Éü=/žd˜M¦¬’…p¿=ˆ"
  b"╩2P±╩%áJØ├±r^·­í"
  b"╩ì{─┌,GIÁ\x13‗úäqTB"
  b"Êžd\x00\x08ÆÞKº3\x1E®Àföè"
  b"╦DƲ.½«NØéäÍ9h>]"
  b"╦q╚╬\x05ƒ\x0EL╣L#ìc\x18▄>"
  b"╦Ø├1K§ÙMó\eZ\x7F\x07òS¼"
  b"Ë´\fï\x11\x16\x10Jžä˜Ž­Mœh"
  b"Ì5Ó†\x01ƒ¢N£\x04«I)\rFp"
  b"ÌjÕÅx\x08ÑD¥«À\x0Eg!Oý"
  b"ÌÂ\x04\x0E\x0E\fãN®á\x04\x150NÕe"
  b"ÌÂl6š¸jN“îÙcÄÉŸ€"
  b"ÌûgÙ‚fmK‡ÿ¥£³ØN\x06"
  b"Í\x02\x14s­J”´bQM\x0EÎâ"
  b"═]gv\fÒüJ░\x10*¿╣\x0F3┼"
  b"Íe5;\x7F¹VF»¤¦—@`”j"
  b"̓H¾9HØK²Ó¨O]\eŒd"
  b"͸2¡vÏsF®{¥ùs‘¿G"
  b"ͼ2·¡\x04`K€¡]\x1AÓ&Rè"
  b"ÍõÕª\x04x$K¾ŽMh¼NÒ¢"
  b"Î\x01\x05Ä\x08[àB¸·>Ñï¾Dd"
  b"Î\x15\x1A°ÈßOH¼\e$¦c#yŠ"
  b"Ι2ᯂÐ@Šð\x02>ÖŠ{Î"
  b"ΤßÇÇPçIŽ:߈˜xd\x08"
  b"Ï3õâ´ûÊK¾¬#œè*Œï"
  b"Ï6Åõ\x04˜\x00D¾K“å‰ÂtÂ"
  b"ÏM\x1E›¾ã¸L†×C8…L¼\x13"
  b"¤Å┌¥┼qbOóT│P!ðp\x08"
  b"Ïžgè <7L·Ù\x11úÉû\í"
  b"Ð+0vs\t&L²X5\x04±ó›£"
  b"ÐÝzä…\x19\x02@¾Oi~ËÃí\x1A"
  b"ÐûI\x12[`3I›¹ÅŒÌúQ²"
  b"Ð\rA!-\eKì\x12\x7Fò5Í╦"
  b"Ñ!]P`¼ïGŸbi„\x12ÙHi"
  b"Ñ35ºÓÔ\x12D–ü½\x084C…Í"
  b"ÑMV¾\ä}Jœ2¸Z\x1DÀ¶)"
  b"Ñ]þ\x17Ï–IL‰äÈ\x0EpNs\x19"
  b"Ñm½s$ýéL¤âG4hJ k"
  b"Ð▓ÆRÕS\x06B▓FRä˃ÎÅ"
  b"Ó•ì«»O\x14Eµ>?à¡íyÉ"
  b"Ó°\tã\x00™²D¯q¯'›“¦G"
  b"ÓÌL\vW\x01£B‘…p\x07\x15UL2"
  b"ÔCÁGŸ\x02™DŸt*ZuÜ\x0Eí"
  b"ÔG[ÙŒ¡ðK¸4+OdLBr"
  b"Ô¡áî©>BD‚¶Ó[z(RÅ"
  b"""
    È« \n
    à\x03FI▒(Ø*ýü»¦
    """
  b"Ôýi2‡¥ÂA¨i\x06ú\tµ\x12Ò"
  b"ÕkW¦€\x01ðL¬L©G6ؤÛ"
  b"Õ€@­NuÎF¤•=!º—0Ã"
  b"Õñã\Í$ŸD¼°±Žc\x19ö\x07"
  b"ÖA€Cd(ÀMºUã\x1C™_˜ó"
  b"Í\x7FÑ│:ì§Dç¡&×£ký;"
  b"Ö¨yø¡±qKµ¿$g߸ *"
  b"Í║╬Iù\x19¸Gü▀}\x18O/Aç"
  b"ÍÛvYÂ0éG¼~\x10¾ìéï6"
  b"ͱ\fuÁc.FØ.[┌─±ùü"
  b"Öòª\x1AS&øA·ò좉6ç\x1C"
  b"ÎçÅ'\x14äıC┐<FõOånH"
  b"×»\x04»8j\f\x11qsý\x04"
  b"Ø/¼xDÉ(M‰<¿Í¿\x15_\x7F"
  b"Ø6Õ—ÖLwL¸Gð“ï\x19Îí"
  b"ÏèÛ`╬¢ìG¢■©╔P└=¿"
  b"Ͼìå6^MBú▒y)┬õ7E"
  b"┘$ê¤ß¯WEó;*\x1C­¡\x1Eì"
  b"Ú\x0Fù™§QJ„žU\e«¢‡Í"
  b"Ú+\x0F\x1D\x0F((NŠÓÎH°²ã$"
  b"Úe8"„÷¯MŸèƒ’¹`³z"
  b"┌xî\x1D¦'■E¿¹UÐÔèì7"
  b"ÚÃ_j\x1A¿;G‰º«ˆ|)ü\x1D"
  b"Úór©=§!O°gâïòqpƒ"
  b"Û>ˆc8ÀðI¶nœ*@}ä%"
  b"Ûdí\x06\x10û‘C¶yÔcc2>\x1F"
  b"Û«\f$û‡P@«ì\túR£Bû"
  b"█╠Éã\e\x1C@¢¥Ì.ç┌yã"
  b"ÛíøtùÖöJ›<ñ}½§<½"
  b"\t┐9¿M╔@Ø┤;Ñ╚Í╝\x1C"
  b"Ün^]»Æ5J¡“Ìž\°Œæ"
  b"ÜÉMs\x06} J·0£;è\x11\x1Eû"
  b"ÜÎú†AGnBŠûÓºš¹õ-"
  b"ÝQ—\2\x00ÐF¥¸/³\x06\t0g"
  b"""
    ¦×I╦┼ÉäK▒~ø:\n
    xØñ
    """
  b"ݺñiˆ“8C”ì*ö¥\x19\x01d"
  b"Ì\x1F\eØIe\x1EBêÉa}\x19ü®║"
  b"Ì╦Å\t7'5O╗ƒ­└»À▓«"
  b"ÞÖ\x17Ä1ñ\x18@¾ï”M½>‚p"
  b"ß\x19\f\x13\rLcK•ÑkrE\x00°B"
  b"ßE™\eq+³B–v;¾Äï\x1Fu"
  b"▀üd░| ╗I×╣ùm¶╬<<"
  b"ߪ$0IsÿB±IGUìñE\x1A"
  b"ßÑ\x08\t\x0EVDŠÙAÈ”{¸ò"
  b"ßÞõ\x1D´Ý>J…ôGë°\x05im"
  b"ß߆\t*7²NŒÕÔL·ß%›"
  b"""
    ▀Û\x10Þ\x14)\n
    NÅ^0ùòÙ╗ê
    """
  b"Ó\x03■¾,Å*Jëè\eü\x01(àW"
  b"Óê¡J\x0EÅ▀N▓u·║ûÓ‗O"
  b"à³ì¤wdÜI¶¼(쬶xù"
  b"á\x06ì3A*hE”>>\x17\x17\x11hq"
  b"áe™}‘,‘NŠ\x14\x02¯;Ž"
  b"""
    á\x7Fy\x0ElûQA–ùoƒâï\n
    P
    """
  b"á°d÷eÛéL³^鯰\x18ÔD"
  b"Ô\x07yée╚³Côàü\x12┴¡[z"
  b"â³\x08ÍËYGEŠ\x07£KàŸ'ä"
  b"âþV¼ã\x04,GºŒ\x18õ)\x1Fü\x1E"
  b"㎊]˜Ê¾N†Û\t\x0E\x06\x14*"
  b"ã¡\x18Éű‘IŸ2(Ÿ\t\x04zA"
  b"ãúŒ=¯\x19‹E³n98Ö*+¯"
  b"ä"f@˜°\x05LŽ—\x06Š“qVR"
  b"äSh¨´K|M˜\x1F°²áÐÕÆ"
  b"ä±—mň!@¨r°Úµ\e¦h"
  b"Õe─ZÛ#ÉLØæ:hÄfÊ╗"
  b"啼\v‹½šA£ØÖ\rç4?Ë"
  b"Õ ÷-d\x10#CêÓ(}ÆÅ{\x02"
  b"æVþj$®fB•›ãÌôW\x06£"
  b"æ{m¡÷P¿G€øÇš°úXÅ"
  b"æ¾\x1DþLtˆM´­ýÝ\x11#Ì{"
  b"æÛö\x05ÑŠôHªpÌ?쇭º"
  b"µ¯)6Ç‗vNåz\x1C¹1┐¾É"
  b"æÿV2|Û\x07L¼[„\x16\f¸XH"
  b"þFü│¦7SIæ¸ıÿY\r?‗"
  b"þéÔ3Á\x08üNÄ;\tg¯P├\x0F"
  b"þØÞ\x1E\x0E>öKáÖ\x07ÞÝS┘¾"
  b"çêï\x01Ãõ\rK›;\x06¸Öªj-"
  b"Þ\x15ùª├ë┴GÑÊÉh├$\x06i"
  b"èeTä˱IKŸ–\x0Eµ$t\x1A\x14"
  b"Þülè3­\FûM¤┌Uj±n"
  b"èùÿ¶›EÝDŸ”e\x12ùkð "
  b"Ú\x04\x7F±9LØ\x1C\x1A'p\x07"
  b"éý¼uÖ\x16ŸH‚w²˜º)àQ"
  b"""
    ê\x14…â륚Bª\n
    iŠù‡ÿ!
    """
  b"ê|8•\x1F¬«H®\rú¥<ç&ÿ"
  b"ê‹÷~~\x12¿G²Uh×ÿt1Ç"
  b"ÛÅPLw╗┘M«║%óþv{ù"
  b"ê¤P?\x0E\x1E(H¿ß3Îøu6\x17"
  b"ë°“ÂwseM¢I]¿p9Íá"
  b"ë¼\x1CáÈM]J‰ãmg„\x10ØÞ"
  b"""
    ëÈMIE°^O‡\x1A\n
    ϑ\x1A
    """
  b"ì\x10ª×ø<øB¼L¥Þ"Ï\vL"
  b"ì\x1E\t<Û-¥L¬X‘q\x16“„°"
  b"ý3└7\x1CvÅEíצ\x076\x7F┼4"
  b"ì:…\x0EkìmG‚@]>Z®‘ù"
  b"ýF\x07²@AsEÉË▓░KÎÔ "
  b"ìP\x03²]wíN¿Öç\fÒ­$¶"
  b"ýSÆÉ‗╗çJùUó¤¼q╬q"
  b"ìeÆDF\x03¯F™\x15{<z#I4"
  b"ì“\vVpOAE  bs'­õz"
  b"í/&9²„4H°ÿ±ÆÂŠGÓ"
  b"팺™\x04öUF‰ÔŒ\x010„\x12L"
  b"Ý‗I\x1E|\x13UO│gE;UøÉ5"
  b"î\rT3MÁ7O¬wl\x18ð•‘o"
  b"¯o\x17¦/LDHìÖé\t«Õ║j"
  b"îŠiÜ·«¬@²<Q\x1F×å\x1E3"
  b"¯ø\x1A{¹È╬Nì═\x12ÇãÝA\r"
  b"î¿ï\x14Û'@JŽFUrŒø_ò"
  b"""
    îÑ|\n
    ‚5ëBŽùðxÓ‰¤½
    """
  b"¯¶³ú_ÙÉIÿsaƒ└╠M«"
  b"ï\x01\x06ßñÜTE–\x01\eÞDû˜u"
  b"ïNêÙ»µWG¤Ül±\v\e"
  b"ï]Ù–ÍiÞC§7žAæ¯$ï"
  b"´d=\x0F«ã├I¥┐jÿÉ\x00"
  b"¬cƒÈH¢\x0Fö\x16]\x15"
  b"﵂Û\x08%¡B¶j1\•\x7FŠ\x1C"
  b"´╝¹\r\x04C┤AÇlÅeK0\x7F2"
  b"ï¾Aåñ³ÊD‘Ñ\x08‹Ú4Y†"
  b"ïçLI\x08Y¬I¿\x1A2c®I­6"
  b"""
    ´¨±¹Ï╠)Büef¾7\n
    \x18´
    """
  b"ðæ\vñÃÓLI¢Séc–¦M\f"
  b"ñ\x16âtC¹'N¢‚Î(ÎÌÒŸ"
  b"ñ\x1Fç’+óÕL°\v¢aýü\x0Ed"
  b"""
    ñC(\x11Ý|\n
    O¡Ã ÿœíe½
    """
  b"ñ]Ëx¶6ÛC¿{Ü!\x00\x05\x08æ"
  b"±×¸Ï░omOìÁÖ´Pº» "
  b"ñ¢\eöd\ehK¢…é@l<\x10"
  b"ñô)\3hSN†ŽÁô&¿Xç"
  b"""
    ñúBò\n
    \n
    ÝH’FrCÝâ§-
    """
  b"ñûúÛ&ª°G’ÅÙœò]éD"
  b"ò\x06L÷âÌ3J…§W\x1Eƒè>M"
  b"\x16\x06\x18ìè\x18@ìK─È»¸\x13û"
  b"ò3ÚcãÙƒI¹˜KPv˜ª°"
  b"‗Ø└ïÄ┬´A»bÐC/çbí"
  b"¾\x02\x0E┘P\x07PN«┤\x00¨■>┘É"
  b"óSÁK‘ˆŸC…Q²íל.†"
  b"¾Z/k¤ß¢@ü¡\x10Sl\x01\x7FW"
  b"ôXn‡÷ö£Ižê\x01¹r\x01\x1Er"
  b"ô¤öË£x5F›lvHåΨ¦"
  b"ô´ \x15g\x065G±€kZ7\x1CÆ®"
  b"õpk£]f·CšÚ{”ÔþwŠ"
  b"õqt…'þ%E†ttïÊ\x13"
  b"§é\x15\x1D\x17\x165ÍO»O┴"
  b"§ä\x14¢Ã/²Nü*\x06Óy─,1"
  b"õ„{Æ\r^mI¦\x1EÚ\x16:î¾û"
  b"õ––i×å²N…k¨¹j\x12£B"
  b"÷PÀñ-1bMÅ SïüÖ─║"
  b"÷Q:À ┘zJÅ=®║W¤#ö"
  b"÷É6WÅÚ$Oº\x1E^Ǥ¤\x005"
  b"ö™.@³\x14\x11Kˆ¾S\f\x116Ò¢"
  b"""
    ÷┤▄*\n
    6ÒCÿ\t*-_É▀z
    """
  b"÷2Â…\eÒ$I’Ë´\x01t©'\x17"
  b"÷Xé-h^ñJ©æËW*\x1D"
  b"¸┤ Gm▄\x08EñÉ\t\x12"
  b"¸ÃzÆÇQ~@üÐá«ýÖ(ò"
  b"ø™Æï\x1C^\x1CJ•}=#a‰ö\x15"
  b"ø¢L¡½?gG…Oz¯ø\x04«."
  b"ø­A‹*<NI”¯ª1d;¡["
  b"""
    °Û­ºõ\x13kGÅ\n
    ðÌÀ¶½ÿ
    """
  b"ù\t+öìÑõE­–òêÂ]HX"
  b"ù\x0F̉%ó_J‹åÝÃÁ~Q^"
  b"¨:®^id»GüN▄³)Îå·"
  b"¨ü¢¥═we@┤-¯±ªÞ¿ö"
  b"ùþK\x17w×…B•©\r70ÚÄ<"
  b"ú/\x05æø\x13ªA‘LÑ!T\føF"
  b"úÂ$ªí\x7FãKƒAXµ\x1EàSð"
  b"""
    ú×´qø\n
    ®B‹A.ñ]x´Þ
    """
  b"úý4éf®fL›\x02\x19\x04Ñdõ:"
  b"¹\x1A▄Ì└"\tNºAï└\x18Ø×4"
  b"û\x1D\x07\x7F\x00+±>x%Ð"
  b"û|CÒ‡˜ÅL§Ün«U«Ë»"
  b"³\x06╠¥R=èNÅí\x07╣Y\f]4"
  b"ü`„ƒý”VA¡”\x17•í\x0E\x07U"
  b"üÁ‘îìÑÅK“”+QN]ú["
  b"ý\n¾¨©\x03ëM‹rLá\x00\x00"
  b"²O\x195>┤╠Gû~u¶┼\x18É^"
  b"""
    ²g¹\n
    ñ?\vEɺ´\x14ı±äÀ
    """
  b"ýu\x17\x1C\x07\x02\x1AUÁ¾í\x03L"
  b"ý~€Ëb„5D›s\tßê<”d"
  b"ý„Ê9=\fî@ª‰q‹àfj\x04"
  b"²×õ±\x19é<Léö"┴1\x04ÉF"
  b"ýØ^œÞ¾EO‡\x11«k_ôÿ\f"
  b"ýÙ¡•U ðK†\x7FT„2¿ag"
  b"²Ò═!±gÆDìr\x1AX·ÿRk"
  b"þ’Dô¯„¶K±Õ\x04ætËÞ¸"
  b"þ«'\x1D\x1C¾œ@¬Êµð±û!ƒ"
  b"þàðbS{yG©6’Ò8\x1D\x05»"
  b"ÿ\x7Ff\x1C³Q4I“ù–¯6·„i"
  b"ÿ€`ϱ\x03 D²4£]CÒÔþ"
  b"ÿäã\fké'G¡”°ŠŽ®©`"
  b"ÿë±\x07\x11AÝJ¥ÙO\x1D¤ºž\x1D"
  b"\x00Üi|¿<‘C˜âæ6iþŽa"
  b"\x01.\x04Ïå\x16\x15@ªödé·¹\x12J"
  b"\x018&5ì#iL€wBLï\x0FI\x17"
  b"\x01m┴0¶m\x00Aæ▄,¦SìW├"
  b"\x01ƒ)ÔdþÝOÅ¿╣ç0º¢╦"
  b"\x02;îv8c\x17Gœp;Ãí\x00iU"
  b"\x02@\x02=™ÊFG±\x0Fò)ñ_\x16W"
  b"\x02ìÎ]T╠¼EÅTîÈhÞ¢Ë"
  b"\x02ŵ\x0E\x15'<IÄ0¹\x05┐ÝÈ\x1C"
  b"\x02¸/¶*\x7FþB§Xç=¢\x19\x1FC"
  b"\x02Ã^øÇX│EÖ¬[Ø▀ï?─"
  b"\x02µ\x03~Ç!¬IÀ5\x13ÅG\x05"
  b"\x03%¿ã‰ÀÆNµ\tK±ø~@\x00"
  b"\x03J/\tJF^O®–Ѱ'(Ru"
  b"\x03]¤è\x7FHeL¢Ç ñÀ÷d\x00"
  b"\x03t=¬ËãØGï/q:ùÃ3©"
  b"\x03„¶ÑCå¸I³\x11Ü\x1Do¢Í0"
  b"\x03¸ã†à,†I \x01WÎ(:KË"
  b"\x04\x0E¸`üd\E•\x13¤Û„™m"
  b"\x05•Ççø†‰I®ŒØ}LĤÐ"
  b"\x05¨Lý%î¸L¥ì\x11Ž£Ð¢’"
  b"\x05ÌT_“\vìA®·=ì™\x10"
  b"\x05ñ+¿:î/I…5k\f3O Ä"
  b"\x06\x07│A,nüJ┐\x1F7ÇtKÞ6"
  b"\x061]Çb4┼G▓ìÑþz= Ñ"
  b"\x06{w^\x0EîAB«Ñ\x06qoÉX\x1D"
  b"\x06·.¦ úóH ME\P÷ÀÚ"
  b"\x06½ŒÃ\x15$®E•9Ô\eµt\x14u"
  b"\x07\vª…qf\x02D•M\x1AX|õ–n"
  b"\x07;È7ŒVæK¡ÓŒT\x00Þ 3"
  b"\x07^ôp1bJ@¡ãÙ“ŸæWï"
  b"\x07wÄÚ6a/NØ·n\x08]dn4"
  b"\x07¸ÅþL\x19ÅL¾¼»ïÜý@\e"
  b"\x08ц)§PSC–\tJT\x14kÔ)"
  b"\t"Ó…·0âG»\x14‘_Ã8âÄ"
  b"\tRM¤o×ðA¦©ÔÑ©ùSØ"
  b"""
    \n
    F…'LLà@’r—’u(qþ
    """
  b"""
    \n
    áì┌u&CLú\x1F¡KÌlÁù
    """
  b"\v*Ê©›Ü§@–Åž¸2ÐÊÉ"
  b"\vÕ¶‘F9öN²fûE \t\x1D}"
  b"\v┌Ç!AÅ2@ø[k{═y,v"
  b"\vÙ$\x19%=³Iê\x126'üHå4"
  b"\fX­dD¼ëKØÌ@[\x00§\x07\r"
  b"\fk°cž“¹J‹!«ž€™ëÂ"
  b"\f‡Hë(IbC†€ ËV{»^"
  b"\fª7 TCÓL¼ñ\x04Y¾‘SÄ"
  b"\fʶ̮k»F“‹QE"u\x17"
  b"\fòŸJüÔÒM”÷Er¦¼Ü"
  b"\r ┴â\x02ƒ╚LŹ´¢ÝB(j"
  b"\rc•`#\x15HNµ Ø4F¯wÔ"
  b"\rŒý\x1EøU”N‘ª\x10rñ€Û!"
  b"\rô\x16■¬ë«EØBM\x14Í]Ñk"
  b"\r–Í\x1EW\x0EnA¨ÿ’Ó\x12uyÚ"
  b"""
    \r´¢ý]Ý\n
    A‚ÒNÈýÓ§¢
    """
  b"\rìÀ·Ñç!Aœ2³Zy½Ó "
  b"\rý\t\x1DÙ„ÁF†rƒ"Ö)ò\x08"
  b"\x0E\x03/ÅÿGÇ2"¯╚X¥Ò"
  b"\x0Egrù½] Jö(╔╩Ó\eÔÉ"
  b"\x0E■aÉt4lMû‗\x11v│¬Pÿ"
  b"\x0FRÈ/ÃÝÝHªøÃä?Ñÿ³"
  b"""
    \x0Fùö\x16ÚÔzOɼÛ└Ø\n
    M>
    """
  b"\x0F¹†£?ÂÊK¬0 «™Áõ7"
  b"\x0F¶ü█æ■@AäDì\x16íþ┤═"
  b"\x10«X\x16…ϸL‡¾+i\x17¡œí"
  b"\x10Éì‚\x1AàsB°`(\x0F¼\x0F~/"
  b"\x10ÌC:U†÷@¶ô\x13ôXPÀ "
  b"\x11\x10L\x1Aß<ƒBÖNÉùd9&U"
  b"\x11.U…`ÞÃK€‘8b˜¿¹\e"
  b"\x11Å\e\x12ÆÌØI┐âòÓ#;Q;"
  b"\x11žþòLv³N»ûX{\x07{¾ƒ"
  b"\x12*_+É╦{H«└ir&Í\x12"
  b"\x12Íd¢¶ù╠@Åú//k5\të"
  b"\x12´^TkÞ2KÑH¯\x02É\x02ðù"
  b"\x13kºk'™bOŠó\t·ë\x11÷\x0F"
  b"\x13ð«ÝÐì\vB╝§Kí\x1A6õ╠"
  b"\x13Ò+)€/yO©™uS‹16Æ"
  b"""
    \x13å!1\e_\n
    @«ü¼ä^æ\vŒ
    """
  b"\x14\x00\x06\x19\x1C–ÇO¬%ì¶¢Hvæ"
  b"\x14\v\x08\x15ÂD±[ß\x03Æo0h"
  b"\x14%¢ÕùËJE„Ø\x12\e8ÄÕt"
  b"\x14l#Dæ5MN¸AÍ!¼Ià¥"
  b"\x15CÇ=§cÊO´ÂU-°j\x03*"
  b"\x15d/¬ÔµhO£Å§\x1A,\x05¨\x1D"
  b"\x15╣gåÚp╩Aìë\x13╬Y"╝\x12"
  b"\x16 )\fo,\rL ïIAÒ‹:\x00"
  b"\x16ç&#+SØGµ&µ8\x07¡7…"
  b"\x16Ý\x1FçØ■XN▓~ø■ÃLÉ@"
  b"\x17y<\vµ|µL“†2»b®Û‡"
  b"\x17¨$”0œåMµ¾ÿFg\tps"
  b"\x17¾═±È\x05ýOÉã9■_‗Üç"
  b"\x18Ÿ0©\x0E¥ O™îb®uV^r"
  b"\x18ªX|å@ù@Ø?Ë\x0F▀îá¢"
  b"\x18©ž)K\x1CvC»Ïü€\x11f»´"
  b"\x18«A\x10\x12Æ«@œÊ\x0Eë§Ùžv"
  b"\x18ÅUWNs›C’|³?(·1Æ"
  b"\x19\x04ƒw†¬pO•ˬDRóØð"
  b"\x19>¸%ü!­N¥·-6cqT""
  b"\x19—Æ\x1E\x10Ž9KµDÅH¯\x1ESO"
  b"\x19™Ws\x13gïIˆ\tÿm€d\x13ö"
  b"\x1A\tÅpóhjAÀ|«╔cL\,"
  b"\x1A\x17D²e\x18uO‰ŠŠC¶Å†"
  b"\x1A)▓;qÉÊBÀpú,M\x0EþÃ"
  b"\x1A›\©Á\x1CÄDž/ÖRH5\x11ü"
  b"\x1A÷┬#ƒ\x08ØMø\x18Úq¯ÿg\x1F"
  b"\eAýH´Ö#H¬Š¨×BÁ´-"
  b"\e¶Í»¢YñH¿Ò¼ÔˆÙe\x1A"
  b"\eß[6îÊâH®¹ÜRšØbZ"
  b"\eësdŸ>ZC¾°¸\x04\x00úfï"
  b"\x1Cl\f\x1EU\x15hD¾õmÿÃ@\x1D\x0F"
  b"\x1C▄{/'╣¢B®¶\x00¥\x1CôÅu"
  b"\x1D9ŽÖ„m\x07CŽ Y†ìø·O"
  b"\x1Df 8§\x0F2M│e)ª]\x04É:"
  b"\x1Ds\x13½sç’E¿QoŒ\e{~M"
  b"""
    \x1Dî³YÕz┌HäN╚\n
    +¬ìè
    """
  b"\x1E<Î)0V`MØ\x02qSxð1¨"
  b"\x1EIÖ¾PДE„2‰Ç¬œ€g"
  b"\x1Eè©´Å═(Hè£\x0E╠}pì'"
  b"\x1E¥³—AͯE²Fɲé6ýš"
  b"\x1Eâ \x1DE©kN±€÷)fȤd"
  b"\x1Fô®ÅüèH¥Q\x13Dú■ëÜ"
  b" \x16\x12Â╬µ\x1AJüÄ5\tS\x01"
  b" q<ÙêoFA¢“Tm~Ï\x13q"
  b" u{#┌7¯F¢·?\x02-├ðü"
  b" îØ\x1F\x0FªèGêÔ¡BÃ_\x12'"
  b" ╩»æEù&IÉÖMÞk┘┘▄"
  b"!"û\x1E\x10Q{Nü£\x02Û\x0F7¾r"
  b"!ø¶\x03╣Ý\x1CGê▀-Éë[▓b"
  b"!╔▄═▄TÅJ×±yD}9F¾"
  b"!ç<1šv=Iµä^å42;b"
  b""\x08á5¶#µM…P‹4±K\E"
  b""\f©¿`■jJÿÐ2\x14ìû ä"
  b""ᾚ\x1F½YB€¾ÝÀCÊÏá"
  b"#\x12±wÿ­ãFœˆ\x01\x1EˆVâG"
  b"#(ñ&\Ü!JºáíΦ×cì"
  b"#ÜL?:8—N”c\ró\x12íõn"
  b"$\x08\x17=ÙÕÉD‹ë\x01Ôg›\x1Cm"
  b"$\x0FÒe5\x02hG–°D\x15ëh‘Ÿ"
  b"$+èÔJA\x00H£Ç¬Äà™çÊ"
  b"$§f\x13\x11&ïC‘R—öœ†öe"
  b"$°Žå\x01ñLB®lë!>îl¥"
  b"$µF@·\x7F­IøO¤àÈ$Ø'"
  b"$ÛÈ;WÀ\vK©vDü╣‗G2"
  b"%5ö¹QÎÀNç\x12<■¦Ø;­"
  b"%G„\x12ᩨJ™zŸË½š>ô"
  b"""
    %ÚÓ\x10¬…¨B»\x19rÿ\n
    Ñê'
    """
  b"%ñÂÜ­Ÿ\x08K¡©úñ”‹"1"
  b"%óñ ÕJ£G¤¾îžeüö\n"
  b"&\x03Õ°ºª.E”Õ\x01DOðEr"
  b"\x14±\x10ü\x02M░ÄH}9íÀr"
  b"&¤^╚XXdI®H\r¡+ìmO"
  b"&±bxÕ=ÕBüyÔ│┘¥ïh"
  b"&ûz\x11ëR¢G•\x0F\x18h½œÎ""
  b"'\x05‚FxÕÓJ«%<RØüp®"
  b"'\x18}X\x11f™Iª¤çK@è–ò"
  b"'cJ/"ý%FÉvÂ6╚\x7Fñe"
  b"'áÄ$r\x170BƒZ‹/¸gòt"
  b"\f:>\x00\x10KîÅÚÊC®8U"
  b"((Cì\x14▒ëA£ \x12ª®\x03K["
  b"(0{h\x0F}3@ª€ôéhŒ@L"
  b") ¶Éı╣jLÇe4`ò¿åN"
  b"*"d9šeÅA°`&‡\f\x15õY"
  b"*=\x13ièÔ\x0EK’}‹o¥I\x1Aœ"
  b"*±¤|KY\rI½¥[û¥á2\x1F"
  b"*Æ€§ÁîªF 60çø<  "
  b"*ÐÏ‗\x01É\x1EOø}i(µA)â"
  b"+\x1AïmWOFG»m%¦3ÑB\r"
  b"+diwÿ?FKàU}oí%CØ"
  b"+‚kf5o9O²´]3c\mÜ"
  b"+‘„\vc\x1EƒF³éR,m…TD"
  b"+’$\tXj\x12A“¿;x¿ŠPS"
  b"+á;lÅ<,K®œwžA\x7FÜl"
  b",\x07*qØ\x01ëI▒YêÚ»ÞNù"
  b",q\x07˜©ÝiK‹=d)äÑt\f"
  b",†ÊwéÿZDŽ¢sA,V\x0FX"
  b",°íÝ»TÏB‡\x1F3ìø‹ày"
  b",╝\x07á┤¦vJénð▀\x08Ø+`"
  b",╝SíáÝ▄FÜÝ¢ü3x─\x18"
  b",¿è\x15Ms\tE¯+ú™ÒS;\e"
  b",¹FQ\x05 (Iá\x18Ý\Ú¥ØQ"
  b"-&man\x0FbJ²×NM«\x02ãb"
  b"-ÉZGXù&@¥2,÷ðÕ«ø"
  b"-├\x01È?└┼H╗ï\x18sÅ]è["
  b"-õxü½m‰O‹¾\x13b0ø´ó"
  b".\x0EŒ\x12‘®+L¨óYõû…–;"
  b"./Ìh\t§öAºÞ\x06Vôã\x1AÆ"
  b".ÕÊiæÒ0M‹cE»ß+e4"
  b"/&\x1C*\x06\x1CÉH░»â┬GÐâ¹"
  b"/W¥\x03WM_@²›\vçfz‡ê"
  b"0B├x│ÄbM½\x12l╗füÆT"
  b"0p¼ÑÁi\vH¯œ­\x7Fàðl|"
  b"10™q†\x19Ð@ª\\x11â§\x00…¹"
  b"19"ã\f4²N—GBÐo_\x16\x02"
  b"1MNèÑÖ‡G‘¸ÂÃ6qµ`"
  b"1s¨Å-5ªE׿éWæ\x13èì"
  b"1ˆV˜aaªJ‰{ú<ò`2†"
  b"1Ÿ!^óP·G Î[\x15Gåf\"
  b"1Ÿü^g²þNŠÃø«0S³Ë"
  b"2\x0E—S³ñlE‡ý~[öéôä"
  b"26\x19­FÔÚA¢\x17ý*¹ôìÒ"
  b"2tßÉ4)jB®\x1E¸ÿ¯ë-]"
  b"2yÐ](òÀO’%\x1A„Õ#ª¹"
  b"3\x03k\x16¸zþD­?ÚC±ä)ß"
  b"3\f¸ÅýòâG╗ª§{ul\x17\x08"
  b"3\x1E°¦x╦ÁNè¤TØ╬\x7F╣│"
  b"3#LjÝQ®A“\x17p0Z\fº\x0E"
  b"3Eª\x13ØÎmFŽ5sŠâK¶p"
  b"3×d\x01\x17S˜I¥’Óyï;Ž8"
  b"4³›†÷°eI”¡p0\x08CÜc"
  b"561ˆýÁ™C¥…lýS‡Å÷"
  b"5<p-À&ÐO·#Æ$d\t"
  b"5T\x13¡×|WLˆø\x18‘ÌÐõ»"
  b"5ŒøÐ#ýç@§1C'¥DRf"
  b"5ì▀1J4XNò├ÐÍ:Ù¶ö"
  b"\x15\x01^@¬d³éÓÝþk"
  b"6\x15!K\x1DJVG¼²M\e¥\x04™`"
  b"6YD┘p³¦Fè¯ìÉ:\x13zh"
  b"6¬¼§äÈmM­²KÒ* óÒ"
  b"\x08\x06ò2H¡‰…™îŠÖh"
  b"6çð\e¼¬mK€Y~t‘HEÈ"
  b"7\x08 \x1D©"sD¥IïÏo\x7F"
  b"7rû¢\x02Ñ/IŽÁ©³ÃâI{"
  b"7ÂøÄÔ7\x14F£C £ƒŽ‚\x0F"
  b"8R©Ò\eSÆH‹˜çž÷N”x"
  b"""
    \n
    ì\f¸\x17H™|ŽSs\n
    wR
    """
  b"9\x17n*‗\x7F┤J┤Ò¯öUA▄ü"
  b"9ìY(É┤D@û\x066àLÉ'ú"
  b"9ûàì_\x1CƒCª¯Dç┘àèÈ"
  b"9├Ñ\x1FSÖ┼N▓)yÿB┘áÉ"
  b"9Æm\x115ÊêK³8\x04R=Q…D"
  b"9å³—\x11\x1EI¢bv\x01WPÊB"
  b":KlÚ¬{ÐN„âèí>‡R\x1F"
  b"""
    :Ko‹Ì\n
    ’Kˆ­\rý\x14DP;
    """
  b":P┼ZJ*ÔKü¯0¢:s╦µ"
  b";öàØ]‚C¬"kzqYx'"
  b"<>‚³\x1FùlFˆ@\x1A½.\e¨ "
  b"\x11/nrµA‚\x1E]¹6^œb"
  b"<Ã"-ص\x11F‚»d\x07Ó\x01\x1E"
  b"=%ƒê\x19\x0EìKì\e¹K{┴á\x1E"
  b"=ĵf¬¹\x1FAü#hk,¼Éö"
  b"=┤\x05╝&b%Iêìò;\x1AG§5"
  b"\x12ëõôçA¡iÃø·h\x0Fo"
  b"\x00╣z¼ØAÜW®Çk╬\x13\x13"
  b"?HlS\x03‡¿@¹@Ü\x1E\x1E¶R–"
  b"""
    ?hÖ\t\x11Á\n
    L—SÓÓ\x19fÊÆ
    """
  b"?ŸÍ'ñ1ÜF¬Oð\x03Ÿ\x1Eú\f"
  b"?°,WÜ,ñE‹ÚÅɬ¢°¬"
  b"@9\ejb‘VF‰ðÁ\x1Ežªéò"
  b"@rÑ=}"S@ì8<-\x07Æf\x08"
  b"\x16Ö\x18ÏáJ¥ÐuwÅT.â"
  b"A!ÔyáÌ+@²œYU\x04x„["
  b"A.£pi”@G±_°\x10\x19^"
  b"AM=1£Ž\x04@µE„\x1CóJaZ"
  b"B\x01öY4¦ÊG”\x08¨5G\x05 p"
  b"BôÑr­Me@Å╚^\x19\x11{D\x00"
  b"D\e£¨I┘ÌO×▄D"┴ÅXª"
  b"D<wª-\t\x12H¬ê÷Ø░úW\f"
  b"Dæ╣Ñ\x10H┬IÿõmìßöÒD"
  b"Dš.b—ž˜E•È.åŠGëý"
  b"EÆ┐Å{°\x04Gƒ4oà\r3ðu"
  b"E║╦»3üVC│\x0EÆÛS~áå"
  b"EÏŸ«\x1C2kO©d‹\x14´ß\x13¡"
  b"FCâ’ñ÷þI¤?t\x1FÛyQÓ"
  b"FmÙ|PŽ£@¡­ñ¯\x1F¸‡x"
  b"""
    G\n
    ¬─*ÅÎDÖ2Në÷QK└
    """
  b"G\e7N\x0E\x1CH½/´#A\t+G"
  b"G[¼üÇE³F‘É\x19¬\x1C\x0E"
  b"H[ÎÏ\x1D\x1EI‹â#\x00\x01{›T"
  b"Hã䎞\x17\x05G‹ž\x1E\tö(6("
  b"IØW8@ËÿGàÛ,6î°äû"
  b"IÂv\x1DæZ¼E´,9òDÈ”—"
  b"IÃ.|nB▓EØ\x12ÿ─╦±í\x03"
  b"I▀\x06õ4▀*Aàë¹Ð¬É~\x05"
  b"J!²ßç³ÇB”±ï4m¿h@"
  b"J)\x00\x1ARñeB¬Ó\x1D»–ÑE™"
  b"JÜ{\x13à QI²iß\x17‚ÝÔ«"
  b"K\t×│düÐIÄ\x01äs¿xìQ"
  b"KqñŸ\x0E9!H—K*$sËàõ"
  b"KÒ/«†ù;C½M-©k4º\x1E"
  b"Kıo¾½\x15¾D«Ëß²?üým"
  b"Kà™…'!þHŽzI9Î\x14 ú"
  b"L\x0F\f&dªıIèÃÊAÉÙØÁ"
  b"Lé6Jμ┬AÑ\x02iðü┴rÇ"
  b"LÅ;É\fÀ§BŸ\x1CÅâ\x04ùš\x15"
  b"LÚ¹\eµ\x01=I‰oÆêš•13"
  b"Nb>˜\x01úùJ‘Ø‚´VéÊ\x05"
  b"N›‚}7îªC¾ÁÞ¥÷W‚Î"
  b"N║Ö´\x1Dã┘JºRDcñ Ø­"
  b"""
    \r┘­2╣J┐¢ÉC\n
    ╝Û\x1A
    """
  b"O ¡ü’²\vJ™\x18O,7¬\x058"
  b"O¥ÙÈ»\x02B¥«\x1DàÎhìa"
  b"\x1D3u╬µD╣ÇÑ5eÅú4"
  b"PDY‰%ì\tH«è[µ×Ds\x04"
  b"PJôÙ}þ³L¸“%\ro\x01ïæ"
  b"P“=U^\oIŸ±\rìä»i1"
  b"P×*Â+‗jKèÊ┼\x18Ø█‗."
  b"P©µ\x0Fº▒ÙNïáÏ÷c\x04╬É"
  b"Pï[T˜ŒmK“ õ\x19\eD‘Ê"
  b"Q\x08å*\x00\x16†M 0÷]H‡²Õ"
  b"QRñz4\x04ðOŒÅ°7ib¦ž"
  b"""
    QZ·├¤\t\tMî(\n
    xÌì¬ã
    """
  b"""
    QŠî\x02¹\ËN‹}£\n
    ´ÞP‚
    """
  b"R\eí\x00Rù‚C€òÆÊ;ó\f¾"
  b"R\x1D•,ÂI)L±a”@¯¾ær"
  b"R”FLŸ\tþMª\x13~±Dxgð"
  b"""
    S'ÌÂ\n
    èÞKÉ\x15\x12F/¥─L
    """
  b"S?\x1FB™/>K²ÖT¼*¦ \x0F"
  b"SYïÉÙÅ¢AÂ1»\x19ßëÙ¤"
  b"S\x7F\x0Fd╝üBNæò▄═Ïܸª"
  b"S‰k\x00Û6¦H¯«M®ä¯\x1E7"
  b"S×âã1\x1D)Gü\x19SÉ║¦\r¥"
  b"\x03öÍ┌?@ï*Ýüô▄#\x07"
  b"Sí[…\\x03…@¬QÈrh’¿«"
  b"TWÂ2╠°ÆJñıÅ│╝cPI"
  b"Tjr¼\x12ò\x10Lœ`\x04\r@¥;µ"
  b"Tvn\3YuIªÔÀ;±~C}"
  b"UŽÉaá8ÄG‰‚\x13aéÎ$\x02"
  b"\vÝ}‡\eFµ9¨G\x00\x1E\f"
  b"V ░\x04\x16¸\x01O«ÝØ×\rÞ╗i"
  b"VM•åàÏ—B¸ìk,5Ý}`"
  b"W\x0EÈ\x08íß\x02A‚\x17»\e9N„$"
  b"Wìoýò9\x08F—\e/O±¡£+"
  b"X└o▒\tZ┬Mü¥Nõ®N­ö"
  b"Y<x%°\x7FGD–Ï,\fU]*Õ"
  b"\t–±\x7F$J¡S—\r\x13\x18Év"
  b"YÀ┤§|Î┐OØîÇÒ@┤Ô╔"
  b"YýUY÷ýõIíŶ­È[ÉJ"
  b"Z0®Š‹ÜÛE£‚ÝBÁ'eƒ"
  b"Z1«–Ÿ¤\x13N¯óuÆ:\x19je"
  b"Z£;5VàñJ¶ŠÅï–\x19Â"
  b"Z¯3þŒ\r/N¡X§,\x1E™>O"
  b"Z÷®\x13AVåK›Ä•ùã]‹ø"
  b"""
    [\n
    \n
    ½S¸\x12AƒÔüÿ\x1Cjn7
    """
  b"[z…:Ì`:F§#õ?\x1Aý¿à"
  b"[ÿ ú|ìõA¡îþ╬8\eÛæ"
  b"[ÿ5┴╗ı$DìÓµ╬K×\x19u"
  b"\x01ÊôpÑO¡ßë·wl.º"
  b"\@̳CºjI¼µD\x00Ð\tz)"
  b"\~'sQÛÜIÉ▄VyÝͦÙ"
  b"\òí/§ö║Nó\x04ØÖ'úYÞ"
  b"\¤J¤\x07~/C»¶\x1A^nÀ›`"
  b"\°╣»&Û\x18Où▒E+ì\x17ÒÕ"
  b"\üæ´³M\x0FF·cÀYStø\x18"
  b"]U@┬eIÞAæ&¸i╩¶zÅ"
  b"]}•®œ\x7F{K·\x00/\x10oú¹™"
  b"]Ñ▄©╠ØØ@░&¿ƒçl§o"
  b"]Æî‹e£\x07B¥¥AÑ2ðÂü"
  b"]ÊÄ…˜ª>B‹äB'ÇÆì8"
  b"]ÕÁ‚ÀlhF¢\x08Yfnœúï"
  b"]ìâ^”«RJœ”‚\åXf’"
  b"^0É]RT?Hû¼_t░\x02е"
  b"^44\x0E<TÖO·²ÇF\x19k\x13ê"
  b"^‡V³7eˆH³\eªb\x03°\x1D "
  b"^Øæ}]¾─Gü-#7ò{Rr"
  b"^ÂÝîÇ SAüQg+dªÃ`"
  b"""
    ^×V¤fªvL˜x\n
    \x1FŒ×
    """
  b"^â{^jGÇM ØíädQ^é"
  b"_cAÞç6ìGŸÒ2±zϲ{"
  b"_É╩Î▄░ÜFÆv½ÓR\x0Eãr"
  b"_ÀÎÔ@S·G½ð„dE„Æ\x16"
  b"_ɵõÝl5M³*5@läÀŸ"
  b"_Î$´•\x08BJ†Ç¬\x12ýD[\x00"
  b"_ØîqÂÓP@¿6Lå`,\x15¨"
  b"a{R553!K ;5ÚH{\\x1C"
  b"a¬ZN0ãTF¸rÁ™L"U­"
  b"b\x03Ó¿µÂ\tH“ñëb5p]^"
  b"b\x04¼Yœ™+B¯DˆBÓˆÿ²"
  b"báØ?üûlFêß╚ã\x11mÑ~"
  b"d\x18—‡“‹ëA€jýÌã“@Ñ"
  b"d8é|¡\x14GO»Ÿ‹Q®?U\x01"
  b"dÓE╩#%ÇD׬0ü§┬Ôƒ"
  b"\x03Y«'åM±y•\fd9,¶"
  b"eÇ´Sk©ÅEŸ¿ÙVïKøX"
  b"eÛ░æg¼ÆLÉ:5űL÷¾"
  b"eõ¸€r\x03>L²¥ªRÆÈëS"
  b"f\x13ÿѴϰF®½ ÿÅ©\x0F'"
  b"fOLE<\x19•N—ƒ¸¯Žy€³"
  b"\x12nlH€HŒ¶fëäÅ\x7FR"
  b"\x1Dˆ\x03yŒF¢±’u™Û?w"
  b"fÍ&ãÁ\x00ÉNú\x06%¢¿´ìÎ"
  b"fôZ5å%lI‰²=΢ù,¾"
  b"g\x03ô·╠é║Gñ░ýì╬g&Q"
  b"gPÞ8Ö[EGü8\x15VÊ~\x05®"
  b"gÄO╠ì\x02▄Hç\x0FìMW{\x11\x02"
  b"gþ└I.òMOØy[■_nÆD"
  b"gïWYd\x06&H¥¶Ü\x1Cwÿmz"
  b"hPÞAC\x02GBšua\vÄaòë"
  b"""
    hüVý¾]6EïĦ\fÜ┘\n
    ø
    """
  b"hækÁ┘ì)@Ø7╗\x07\x19ó\t¤"
  b"i\x04æœE¶ÿH‚\x10O$¸ÚÞØ"
  b"iX©Œ/²<G µÇÚR¯sb"
  b"iYnƒb jA·åî}\x0FÃE>"
  b"iâ¨xH4»@…\x1A^±ñ„¬="
  b"j┐wÞR±XIî\x1EO#PCÅ:"
  b"k\x11\x15åØaéE€„¤+\x10ýež"
  b"k\x12\x10J¶;ºK±²Œh3›nV"
  b"kFkݹè¹C¦ýMν\x17Â}"
  b"kY¡žÜ=•H¿:VÀ½WðÄ"
  b"kt\röU ìBºÎ┴Ó4]▄Æ"
  b"laR\x02┼VÀOø@Jc9P\x13Ø"
  b"mt|lµ®2Eü¨V\x11[ì╔┐"
  b"mÀqÝÃ(\x1ELºØêCî\f"
  b"\x0FÅhF═I¥È±\x14J\x03§*"
  b"n\t¨bjgÖH¼·á^,öh/"
  b"n\x0Fw˜ø÷¸H²èu|X[Øö"
  b"""
    n\x17ü±\n
    \x1AþBÄ6Pòné3h
    """
  b"\x07üë¥oB´¾\x08zu&bW"
  b"nû+G\x16¡MBŽÃfˆß¨\x03Å"
  b"ol▄0¼╚\x14L¿│u\x16¿aÉÒ"
  b"onöü\x14"«HÀð\x0E▄tok▒"
  b"oä©ó;┌ËC«ØÑ║6ßd╝"
  b"oÔ”ê6úñOµiÐæ\x0Eѵ˜"
  b"p\x17’Nz6šF°×Œ_u\x08°’"
  b"p\x1E4\x06ßi{B¾$À«q˘U"
  b"p[5*/\x0E`AÅUh=#ëY "
  b"pánd|\x1FŸ@»\x05³ïa¯ä«"
  b"qTú;à[ÎOª7\x1E\x02ßÂá\x14"
  b"""
    qq¨\n
    7f¨JØ<aDcWï├
    """
  b"q£˜†O½‹L°’"\x11\x05ö"
  b"rb2­ë&[D¸ÂV’xÚu,"
  b"r¹©¡ÌχG«$\e9\x7Fâa "
  b"rûؼ\ëpG¨”e\x11˜êcì"
  b"s\x1Eìºæ:ïJ╝j\x1DuU´Òþ"
  b"s|×s\x13™êO»Âæ˜\;àk"
  b"sìõúlß7F╣èD\ed\x15§®"
  b"s¡¾\x07ÔYäJÉTèá_\x13\x15\x14"
  b"s┼d\x19%¡VHøÌûÃé2ìB"
  b"sÒ;gB\x1AÉF§ƒé×<S—2"
  b"t\fn‡„¦½A ƒtþBò\x12P"
  b"\x02íüñáO±‡'ÀM6lË"
  b"u4?\tÅ\v$@¾Bvìz\x7Fš\x19"
  b"upP3…*kJ‚¹†Û¾\t»l"
  b"vW\x7FK7•!K²JüSÃK†¨"
  b"vlÈ|3×\x0F@£”³\rÔÔ\x0E:"
  b"w\x13E‹‹\vZO˜\e7ræW‹Î"
  b"wYbßÞ$_A¸û/óíz#\t"
  b"wxó▓~"þMì_ÆgoM░ê"
  b"w╩>╩a\x1DKGìêîÖ\x05═"]"
  b"x4À\x1A0\x01bO™¼·¼³ìä!"
  b"xeZU█þjKÉ/éÕè\x04Ý█"
  b"xõñ7“²8C›J\x01z+/ÿú"
  b"""
    y\x15‹«©;\n
    D‹£ÁµØžHt
    """
  b"y'¡?\x16æ<I·`\šå¯\x02x"
  b"""
    y=Ì"R@5O¸`ß\vø\n
    ¦\x1F
    """
  b"y\x7FhFLüWJµ\x11\x10ÏØH"
  b"\x01r$\x7F(A­!ÇžHwÜk"
  b"y²é”´ÜæA²×\x07“ÌE\x05`"
  b"z7®»0”>I´]CL>t,T"
  b"z@4yu‚ÈJ¢]sÇ\x0E\x7F%r"
  b"zl\fÌZz¬@▓Éí¢\x19ý¹║"
  b"\x16€ðó/Lµ%wú\x11à`ù"
  b"{\x01L$ƒ4,O™™–¾nÙ \x18"
  b"{Iãs»¼]J’û$H\x1C,ªA"
  b"{‚Ö„­ç¹E„k\x1CÞ˜!&Š"
  b"{Ե鶑RA’qåw0²eb"
  b"{°ÉB/I3G¬\x7FQD;\x10°+"
  b"|%Œ\x02åy0L¢\x07\x1E²i\x02\r"
  b"|ìÔõ╩ÍçA¡á\v\x0EþH34"
  b"\x16×\x13¶ÔKØT­C\t^─´"
  b"|¸,F°7¶B¤ÈN"¨yðø"
  b"}5Æë\x11\t\x02\x02Ù¯QÝØ"
  b"}=/¡1ñƒF²C\x07\x13ЦeX"
  b"}nqÒ\»4MüÉJ\x19\x10\x19"
  b"}ƒ½"#|\x07FÁÅ█idÒ═;"
  b"}Øè%¨}\fB 5î¦x¾/˜"
  b"~*\x0F¥\x17—ûD…\x15YÏ‘æŽ)"
  b"~34$CÆFM‹Pt7åü<³"
  b"~fWþnÅQL£ ÒZ"Ùíý"
  b"\x7F_v¦\x05³\x19H­ê&2®O\x19i"
  b"\x7F„(?ÊuÑI‰ ŠØ¥9¨–"
  b"\x7Fö¸\r\x00È¢O†±\x01v*À¥w"
  b"Ç;%ı░+ÀA╣\x14À=æÉbg"
  b"€âÝW³x‰B·}î\+’áÑ"
  b"€ðÈb\x13\x07\x10AŒï„‡güýð"
  b"ü(öÈÞ║gNÇøÆBï÷È­"
  b"ü{▒£s#@I¼³&á Ú\x01«"
  b"üâá~;]äEä\x1DHÖ±\x07æ("
  b"ü╝╩¸ü©òNëý¯E|&£6"
  b"üõ:°TúHÜÁãç2à├G"
  b"\x19J2™1XE¬Ö›x˜aX4"
  b"é«Ëu@╗\x11Gü3ÀçÍDû┐"
  b"‚ØpvÒê­HšX~\x10}ø´¨"
  b"ƒ^P\x13\x0E?K…\f\r\x1F™Ø"
  b"ƒ–(\x17€/jN¥\x05„±¶Pºâ"
  b"ƒ´‘QÂJÑFµ'\x1FÑÛ\x02¨8"
  b"ä\rry-¡gOÅn\t?═\x15"
  b"\x0F3ju:ÌC“\x1D\x05õ\fÂ\x05("
  b"\x16ÛCQÈ¡E¬´©I)‹„\x11"
  b"ä\e@ì×ã┘Bª&QÑo░.T"
  b"„l‘€K†šE·„\x1AƒÖù°}"
  b"""
    äpF\x07*+óIüdé\n
    1\x03][
    """
  b"\x1D¯ôÙ\x13¹B†4={™E\em"
  b"…8s\x7Fôñü@°C9\rúÂŒ¶"
  b"…O|\rÅ\x0F%B®ã¼Õ¨\x7F"
  b"\x14.XiÓçMªÌu\x05Oœª7"
  b"†@9Û¢þÃM‡‡-€õW½ß"
  b"""
    †Q+¥¬\x18uIˆ¦ƒ\n
    \x14o3Š
    """
  b"†d½Sñ\\x05\tÕOPwOÿ"
  b"ålL\tÿÖlOÉ\x06®\x10\x02.ìÆ"
  b"†„âÕO¢\tGŸ¾Q¿€¹{\x7F"
  b"†¡jÎ÷ÞÒJ»‹ô Ý«×À"
  b"""
    ‡#\x1A\n
    \x1E\x15\x1E\vÑ?á\f‡J
    """
  b"""
    ‡g²ÙUQ\n
    OŸƒÄž•ż±
    """
  b"‡Óüûž5µH¾·8v#È)ì"
  b"‡øá½u`/M¨ú2‹ö/b4"
  b"ˆw\x00Mf\x14ªJ°\fG\x1Ak¶b‡"
  b"ˆƒò‰j\x13ÌO¤à+ÆlHÿÆ"
  b"ˆ†J‹¯¶5Aƒ{SËСžÁ"
  b"ˆ¨Äêj\x04ÂF¶Ýþ;¡kðã"
  b"ˆÒ\x1Cw·Ã\tB‹ÒxB®÷\v1"
  b"êþr¯°ô└Jñ½¶É╠êÞ<"
  b"‰}$×\x04ÄìG¤KÏ‘ñ•4™"
  b"""
    ‰¯Ä\n
    .ŽáB¢…€â=C\x0F{
    """
  b"ëð\f\x03ª\x10jGÉUáå-^ë\x10"
  b"Š‹mÁ–\voB’ô” >m\x00O"
  b"èÁ ´Vú;CØf±0¿Ý}y"
  b"\x10ø$‘RZL¶OS°Î\x13"
  b"ï\eü\r~\x15uNƒ­\f.À¼²\x10"
  b"‹DCC¬iÙC¨ì5¨]Ik\x1E"
  b"ïéJB2\x01ýCìª*\x08»8\x1A^"
  b"‹ÒüÏa”‚H·5Ž…™¿Âs"
  b"Œ9šÒE\x1EŽIµ\x10—yº\x15"
  b"ŒK\x18\x1Aä\x14ŠD·ŒFAk6YD"
  b"Œc’kUL\x16E§]kŽï\x14"
  b"Œék¹Â]BH¤JòÜ\Ðÿ\n"
  b"ì\x16LRk3mFïÅ]¸?Ï#7"
  b"ì#Eo┘MÙNØ\f\x15Akz"
  b"ìt+Ðð\x06bIƒ\x1E°┼±┬│"
  b"Ž s·5\x175@˜8Ÿ}õ:Š×"
  b"Ž2Äëæ\x02dC’ ŸG\x10ÞÆß"
  b"Žr\x03…HÄ¿L–剴Âò©*"
  b"ÄÜü¯½T9A▓ ■_V╚\x10,"
  b"ŽÕ]òò3à@ºoü\x04(¸ð\x0F"
  b"Ä█Åù^ëCK¢ Rÿ^w«è"
  b"ÅTy7Í,9Eü9ÇÅÙòZ\x0E"
  b"Å]ËFÑ╦éC┤éì\v£æyl"
  b"Å═!Â5åxA║ÃXƒå7¿<"
  b"ÅÌ!¢\│\x05Bâ Ô╚­Ë!ó"
  b"É\x12\x084Q÷j@¡°±¢Êsh×"
  b"\x0F˜Rýã1E¸ÿ©oâ‡ØV"
  b"‘-@\x14Å­°B—¬‹ƒ\x03\x11"
  b"""
    ‘x¦\r\x18œßDº«g÷\n
    Y{³
    """
  b"‘Áþ™]œ_K¡Ìñ#`4¯©"
  b"æ╔Î\x07Ý`_Lü■Wó¥5<Ò"
  b"‘á8ý—9ìEµn-rÞ\eMw"
  b"\x1A‘Ræ\x0EÝK…#(B—\t˜Â"
  b"’+Ï•=µTG¤\m‘¦b8p"
  b"’3z·É\r#@º2Î\x1D™ì‡B"
  b"’6a¶ÖGêN–GÈ\rg2­<"
  b"ÆØ┘¡2█ÈK║ÓCf¶y¼S"
  b"’±±ìË‚;L¶Ô–\x17>¼–é"
  b"""
    ’»Éq‚ð\n
    O˜ˆ¼4m\x14R\e
    """
  b"“*Ôq1‡NFµR ×ËOáÚ"
  b"”!O)x|ËD†f°X\x161„š"
  b"ök¶¹Å┬QHïZG¶t©+"
  b"”p\x12µP\fœC§\v\x16@§Ï\x10Ö"
  b"”ˆ=\rD±0B‹…î$Ç\x16Ü3"
  b"ö┐\x04│gìwG£╝I\x058zj└"
  b"”Ù­¹qn>H¼àSÉÿƒº„"
  b"”íéðÊg~@¹ìC2¡\x15Ê™"
  b"•<\x19É’©4I‰ïÍ·\f \x14"
  b"•~\x03º£qjH¥l²ò¿d²Û"
  b"–.1¥y§€Bœ÷\vt(v\x00W"
  b"–;¸íúH¶D®ª0üÆH\tÐ"
  b"–Fy¹ä†ƒDˆè\x01(³o\x16ü"
  b"–XƒBïJðA«\x7Fïx\eŽAú"
  b"–ËèqúVyFŒ¦›\x01\x10\t"
  b"ùòìß═Ò\FäÑß\x143;u<"
  b"˜<î…^!QL«vÂ$Ì7Ñ)"
  b"ÿK\x1Aã\x05\vFü3HöÈ´½î"
  b"ÿØÕV9¬▀OüØð$=▒Wâ"
  b"\x07Øïa¼B@†giéâ\x17"
  b"™!ŸRw¦\tEƒ©ä\x10Ï\x02Ú^"
  b"™#¡ó½ÚýF¨v\x7F0ߣSÆ"
  b"ÖZq(üxÞLì┤ùÄÖ■▄^"
  b"™r[\x1E:±’I›8E›£º\tÕ"
  b"Ö┬Dkd█ıFüaá╝╔▒\eô"
  b"š\x02ca}WÌB“ÉÌ–\x11åt¿"
  b"šÅý§\x00n\nL“ß´,+neK"
  b"›ÒJ‡ËÉ]N‘Á‰x\x08ÞtU"
  b"œ\x16\x17\eXG¹Eœ\x03Ÿ‰€ïÛµ"
  b"œ.º\x15¬ç]Dš\x16.šzº;‘"
  b"œ…ÆtÃë^H¢Ý¼‘1¸öo"
  b"£├qì¸\x0EëEòrP3ã´y0"
  b"œÈ¡Äç?žD–£ˆ\x08"˽u"
  b"Ø\fZz ¬\x16AÜ'┼ãKE█>"
  b"Ø4<nKÏF@»ªM\x04┐ê±="
  b"Ø5û\x13:c<O┐░:eo\x02$#"
  b"""
    ØÃH║:\n
    w@é└╣³C¢\e{
    """
  b"žÍ\x1F%n$ÅK®¦È+¨˜"n"
  b"Ÿ,Áb€uÅNµ7Ñ]¸Ëß)"
  b"ŸNX7]0 @„\x02cëÊŸ%ž"
  b"ƒç¤[╣C Kø£Åwg?A9"
  b"ŸŽ\x19¨~‰™B£ÍyÎz@–½"
  b"Ÿìé(Áf\x0EHˆàC<Ináˆ"
  b"Ÿ÷áÂb%¹N°óDGê÷$ø"
  b"¡pQNïû¡E²°”5\x02Í\x1ER"
  b"í▄«ÉüÅ[Kç(█ªQþÞ'"
  b"¡å\x05nÏSJIºæ\x7F\x1D\x02\x02am"
  b"¢XÕ^tRjN‚A\x1EÖ¹\t\x04¿"
  b"¢ÔgE7(II‡m\x1FèµÅ¹F"
  b"£¦\t5ï}:C¸k'«‹4-þ"
  b"£¨{Al¹nE½ [³vз["
  b"¤S•=øÆ»J®}ƒ\x1C±Õ¤è"
  b"ñgZ¨\x04\x08!B¢ÈÅûÁ├öþ"
  b"¤Ú*ûˆe\x1F@›3€ì«XcE"
  b"ñ‗¾Ëþƒ1MÅ\x17\x01¦ð¢\x03ü"
  b"ñ¸2╬D@äKÄì▓Wàu\x06"
  b"¥A…ýK«åN­U£%^'Iý"
  b"¥OQ„‰f~B©]È»\fÚI"
  b"¥y®ÞKÈËN­UÖgÙ\x13àV"
  b"Ѻ@ùüÐTD¿╝ı§¶\x03"
  b"¦¹\x1D¬æ_žN³\x17u»Cw-Ò"
  b"§\x18Hß‘ÿùL½Y»—:pO\x1D"
  b"§†U$Ù!ÒD¼u´\x03\x1F"³Å"
  b"§Ê†ß\x08ý;Kš\x03ó"j¦Q"
  b"¿óy¯ØqÿN£\x0Eø█¼\x1Cíü"
  b"¿│B\v»\¬AÑ┬ÊE║p╣Å"
  b"©#\x19ðêþmN¥_<R˜­§$"
  b"©…ë\x13!kØH¬˜ÀM\x12\x0F"
  b"©Íþ¼ˆ\x1E%H›\x17MÐç\x04Љ"
  b"©Î=:ˆFŽCž\x12\x0F*kPAq"
  b"ª\x0E\x1D×~O³Ï÷0æ1Lµ"
  b"ªg\Žæ$±@¯_Ë´“ß\x19m"
  b"ª¶ËbÄÐbF‹Áp\v\x03ŽËÈ"
  b"ªØÓ§FËÿF’Ï\x1A\x02\x01<v"
  b"ªþà3ó–\x03B–èž\x10®&ž\x12"
  b"«K×ÐÔwjA™~"ªÕÿÔú"
  b"«[\x1D!¹:êI©ÐRHñßµž"
  b"«m®ÊJÒ\x01D¾ã8Îiкú"
  b"«— 'œ&"F¤\x14?KÂÆÜñ"
  b"««ÖÁþFiN ÝYàP\x1E"
  b"¬\x08\x19cv»ˆN’8é²=~õ?"
  b"¼÷┤JÅ,ÌIº¶XÄaú5\x1C"
  b"­@TEUŽ\x1CN·Oæ\x16J‹\k"
  b"­\¡XΧ\x12N±vá\x10Èpæm"
  b"­uGM\x14ËnC•4âÙê%‹="
  b"­Š®íØÇ\x01O¿ò®\x03ÁÄи"
  b"®$ö´þĹM›N2\x1DFZ\x17b"
  b"®&Ô(ª-ùK¾Þ6\rÁj¾m"
  b"«P<º‗ZøJ«ìBÿ╩4É\x04"
  b"«Í»»î@ØAÄæuÔÄ╝W*"
  b"¯n™žú+½Kª¤ù\tG\x12*5"
  b"»{ÿæ┐ÃAI░üãî\v[lH"
  b"¯Ó“ÝU@¨E¬¦õô\x1D&4¾"
  b"»▀uñ╩▓─FÅLü8\x08\x16"
  b"°\x17ÁÞ"\x18ü@´ÿBnXW–F"
  b"°Fía¸æKA§ø­ÿŠ®\´"
  b"°‚(÷{Y\vH¢ƒä¤¤HúG"
  b"°¿íÈ=ëu@ \x16°õɸм"
  b"±KŠ=2EuL¿‚\x10\x1C\x1E'5y"
  b"▒£ÄPÌ÷èGÉ(ºA½È¾z"
  b"²\x08\x06._ºÓO¢³Ÿ+Ò‹ä\x05"
  b"²:XXJBKD«Mšé[\x06Çz"
  b"²ÅÀ[.,ÂC¾ÙÒe3qzÈ"
  b"³/s\x14\x06\r\x13J°f\x06¯^ë\x02."
  b"³¨~XŽMøO¿s £O›»™"
  b"³Æ%³’!]A¾îŸ‡&²xþ"
  b"³Ì\x0F-PzÉJžúRL\x03¦\rn"
  b"³Ü—[ç vMŒA¯m[4Z)"
  b"""
    ´\n
    ¼o\x10¶IMŽÐ&YžH \v
    """
  b"´-\x13…³SiE»\x05iÄ"\x03Ô±"
  b"µ\x1AщêæñH°cX!C\x1D"
  b"Á├×õÖÓ@Dì\x07^X¦ò\x0F4"
  b"Á┼7÷\x16×=Gƒìr¤æ\x06av"
  b"Â\x02GFÛî\x17Dø├î█Å\x16/_"
  b"\x05\x7F\x19çMˆ\fÚZK]xK"
  b"¶!*´EÌ¡C¾´ÜaMÑÞ["
  b"Â!ÖKpã\x18\x19ɦ\v\x0E¾‗"
  b"""
    ¶ð\n
    vÔÅLK‹\x0FE¾Ó5ò\x1A
    """
  b"·Pš?s\x06VFžDqð\x01\fP<"
  b"·Ü¶µH„1E¯÷‘\x11Ü\x19"
  b"¸\x05:ï-K\x17O¶‡L°\x01\x18¾-"
  b"©\x05╣ïÄüóK┐µ\x11w\x16\x06"
  b"¸Jþxs\x1AÞOµ,ËT3;!i"
  b"¸ÿ\x07Î\x14é&E´­2ÙRPgP"
  b"¹ƒ/sé\x14€J¿h؃\x04`µ¢"
  b"¹áÙ¤¿\x08»C¡I*»\x00ûa]"
  b"º/^Qe%\x06G¼‡®ÔT›\x0E¼"
  b"║Ç\x1C"²CáOÉ$VÒ\x17┬¾»"
  b"º¤—¬¿\x07ØLžCöñ׳\x00Æ"
  b"ºÆ\T‹Õ5EŽêRqI³‚h"
  b"ºÿ*ˆ·u\x1EC‹­lJ°† c"
  b"»\x0Fø­"0éC Ì®Pæ66*"
  b"╗É\x15¹â┼bE×Ôtû90\x11K"
  b"╝6ª■º6\x18J▒■╚+ìêb;"
  b"¼¤¿Ü‘–ëIœ\x10´„\x19Å„w"
  b"¼³<‘sOÆI™qM*¯£`˜"
  b"¢=Kb(-yA¿¨Øð\x12çÔá"
  b"½Æs+\x06¼bB™né3\x00P*¾"
  b"½É!-Çh¡C¬2¬±~\x13á:"
  b"¾\vnV\r\x045Cº(4¨s\x1F½Ô"
  b"¥Váö$ÿqCûpÊÅVµéÓ"
  b"¾Çô+â÷ÖG° \vÒ±]{è"
  b"¾áŸ£P!ìKµ\x00ª×ŽÐG„"
  b"¥õ{½Úì¢Kê\x00\x04▀íù½õ"
  b"ÀÃc\x1D\{8IšF>Î5Ó\x7Fù"
  b"\x1E\x05\x13MßÃ@║uÅ=î\x17md"
  b"Á=¦\e$ØúN¢ÃäƒË\x05£\x1E"
  b"Á´á\x16#ÛÜI¸Kz"çg|\x13"
  b"┴╣\x14gý/ÅD┤î§w⤃Ö"
  b"Â(w $PëO«\x03œ\x17UùôÅ"
  b"┬(¸±\x14═IIÅ▒╚Ä\x00«Î®"
  b"Â80êip1E”xÝÓ0š,J"
  b"ÂYgÇbt…C—NÐ[·ê$Ž"
  b"Ã\x029ñ·@xJ‘\x0F^‹\x11ÀEŸ"
  b"├@oÐì0QMÿ\x1E7:v\x02┘║"
  b"├F_µ®Ôü@║Ø\e╝ÏÌîf"
  b"À\x0FyºOØI°"Ä[Â|çi"
  b"Êvb= \x10@Ÿ¬\x1Dí‹~Ø\x0F"
  b"├╩â\x01╗ü╠MÀsf\x13 }\v"
  b"ÃíC£(š\x03E”ÐýÁÉ®°Ö"
  b"ÄEë+ÙQ†K¯_\x13Àü ¶«"
  b"─aõ3Q╣╣CØ=╗3\x12Q­╬"
  b"ÄdÏ\t'šÑJ‹†8ßýZˆl"
  b"Ä‹”»iƬH“¿;m\ršUâ"
  b"Ä•ág8Ó€D¢.†ÊÖÓ,¨"
  b"┼╣UÁö‗)EÆ{¬¤mì°U"
  b"""
    ÅÀÝ*\x0F†îL“\vÙ\n
    ¹ûï\x14
    """
  b"Æ\r\x14°™þ_B°Dþ\f8Ls+"
  b"ÆI`T-¢ŽG”ˆ1ÆÍºÏY"
  b"Æ´q*OŠ•L˜âƒp]»öÌ"
  b"ãõ<¦Lô0GüâW¬úFçô"
  b"Ã"\x05Á0\x06ØB¢±è,r\x12"
  b"Ã8▒Äßû▀C®‗\x02Åè}$¯"
  b"ÇžÏ\x05Îý·K“ö-\x1F\x04ˆB\x01"
  b"È?Í\x10j‰!H„D%›e]Åñ"
  b"╚Záü\e\rMHáÛ├\vtI¶O"
  b"Èj #4h\x01I ó¡í¯˜Ë¶"
  b"ȽËjuºlG›ô¯×â²ø$"
  b"ÈÙèl\x7FÂTI´â\x1Dè¾Øç„"
  b"ÈáML3ëtG²¸¯Üa#5t"
  b"Èé2\x04ÓAFJ‘្x°‘ "
  b"╚ ▀i©\x16!Oèèo·WWìÈ"
  b"ÉL\x08J”©æHž\x11ºÛ)²kÜ"
  b"Êi<Øë[Ñ@´fýb2fÎÝ"
  b"╩쬦\x02\x124N▒¯\x1FNw|Gû"
  b"Êëž8äÕ3M—\x11\x11L¿‰ç9"
  b"╩­ƒN(┐‗GèÄJM-ØKË"
  b"╦Sû\x00Ó\rÉHÇ\x05\x0F╗Ú\x14"
  b"ËÈÏ9Ø`§K””1‰+æ|Õ"
  b"ËÛ¢\x00exvJ¢üsŸ¶%\x01Ø"
  b"\x12_çä\x1FÅJ╣ÖØ¯Çñ¸‗"
  b"Ì*Ô\x03\x1C…eL¤5úEÍp©\x05"
  b"Ì11'ÁÛ§H³{LÒg\x03ý\x10"
  b"Ì_ýr2B\x08C¾×6}QáÂ<"
  b"̅ʧawEFƒ"\x17=žF»Ö"
  b"╠Û║jIJ▒Eü.à■¢lo\x04"
  b"Ìò¿qàÔ C­•<Ù\x0EPðÏ"
  b"Í\x1E×\x7F=œ5Dޏ<Ûü1’4"
  b"╬ ßaÅü\x04K▓q#\f")Þ_"
  b"ÎT\x17)ªÓ·A£É#.G3´…"
  b"╬t\x08µO\x11XJü\x17─&·Â5L"
  b"Πž€A¾ÊL…R‰Û\vi·;"
  b"ÎÑsJ4»‚K¡À©\x03\x1Dp\x08ª"
  b"Ï9"¦Õv^@£w¥W^\x06"
  b"ÏJ\x15sP†èFŒÌý¥èc›×"
  b"Ïx˜ì×Ë5Jœ\x174\x12h «Ê"
  b"ð\f\x10ëcÁ\x14N│Ø\t{rä\x1F\x12"
  b"Ð&rÜ7yeI”Êq§c\x0Fæ1"
  b"Ð-ÐeØ?‹Dµ\x08«{ÖH”a"
  b"""
    ðt»├?¦[Iîì¬Gö\n
    ä¼
    """
  b"ЄV«ÏRïM¾T1Dê(ûh"
  b"ДÞ!BbëC´\x01\x0E\t=rˆÖ"
  b"ð┼É╝#ö¯Bâû붺s/'"
  b"ÐÆØ░^\x14┘FÄ█Ë)1uÀ°"
  b"Òuä9šA\x17H‚\x02å!o1yf"
  b"Ò¼Êÿב\x1ALŽû#Ȭ¢€\x05"
  b"ÓÃøâ)Ÿ!G…B»ÂpµN\x16"
  b"""
    È*┬─(ѵCéË╩ì0\n
    \x0Fß
    """
  b"Ôz•q5aØH–„‹]­†œì"
  b"È«1ü\x12fu@èó¡.ÍLÓE"
  b"ÔÈ_^Xh\x07@°dª§ÉGZ¢"
  b"ÔñýC ¥²EœÇISà1éx"
  b"Õiu!(â(K¤næY\x1A<Nü"
  b"Õ·l\x7FŒ}JO–ëÆíìùF&"
  b"ÕŘ|HÞkJ…F-±N\x1A\r"
  b"Ö.ý‚\x1FD3@ºÛá!ƒ¤«ù"
  b"̓ìÇfY G£òÂc\x1C^\x10#"
  b"Ͷ\x00"\x13)²I½ý.▀á¦Å┼"
  b"×=+¤:8ðD¬\ré)%Ç$ï"
  b"Î|oìA} Kø\táï╔h╚\x1E"
  b"×~tuªŒÛB™ûœß/CB)"
  b"ØQÔc³[bI¯YøÕTdˆÇ"
  b"Ø`D¤‹ÀéJ˜›¤Ôn\x06Np"
  b"Ïe─³\x06\x17─A│ç\x0EäE²\x10Ø"
  b"؈}A‡rìE¶ôN×chÑæ"
  b"ب‰Æ\x13Š¢@’)¸ã޾ú6"
  b"ØøJ^‘¬{B£\x1Cªh–7$±"
  b"Ù@D\x1EÊl\x13F•‹–\x0Eh~ˆß"
  b"Ùi\x18­×uhGª·ŸêØ\ªa"
  b"Ù}w¡~€\x00Fž¼Åç\x08ÐÔE"
  b"Ù‹\x12ru3=O³\x02Q‰áL³\e"
  b"┘£É\x03ç6fAönpÁg¡█]"
  b"ÙÚò?¡g¿J˜Á쾕ð«z"
  b"""
    Úy\n
    ‚ª’ºFŽÙxg\x1A®Ô 
    """
  b"┌■┐Ûß´ÈFÁ\x17\x0Fì├ú"
  b"█UÄ▄ÉÊvO¥╝_█7uº?"
  b"Û[­õÏÍ“H¶aؼ2fjñ"
  b"Û›_\x06„¯ìI…d\x12Ã\x03ÚTÁ"
  b"█Ù\eÎß\x1FØDüõ\r\x10C┌"
  b"Ü\x19\x00Nļ0Hµ†Ïe·Y\nŠ"
  b"Ü \r\x19IœB–xã^Ïb\x08{"
  b"▄═°j`2þFüÔ\x06┐Ó®│þ"
  b"ÜÑ1â褖O¨´ÌŒ¶Bq¯"
  b"Ý“<×øýúNª‚j\x1ExÐÁa"
  b"¦▓[\x1CÂ_qLì5\x16┼6I\x1D"
  b"Þ\x16éæ¼SuH½ƒ2=™òLø"
  b"Þ'\x07Ð3ÕqB¬e._\x1FP#H"
  b"Þ]{À2¼aJœÚwuýŽ\x16J"
  b"Þ}áîâ\vF– gA\x05ôSa"
  b"Þ£xb\x04\x1DNC‹I=èÉ„1¼"
  b"à\t’?Þ±–A…y\x01KàJ\v\x1C"
  b"Ó4Ë\x16NÚ¦A¬h▒4¨É\x12"
  b"à9rRÿìŒL :HênÕŠp"
  b"à;ðÏåe"B‡‚1g\r×\x00Ê"
  b"Óì0yØ\x14&E│┘WnIÊ\x19b"
  b"ྃcŽ”óI¨>b\x06¢\x19\tä"
  b"Ó¦\x1F\x19è}I¼Å╔þ{«$¾"
  b"á.ø÷€S*J„[e¤v¹Üž"
  b"áŠ1Ù\x180ýM¢e\f¨¶85þ"
  b"ߨ╔Pÿ┤>Ië2r‗ì░¬ü"
  b"â"zñ\x13®äN™ÑslÇœàk"
  b"â%,ç} ?OºZ‰ÈÅ\eC'"
  b"â<÷Ì™©¾G…Í:HóÕ¤š"
  b"ãK\x11xd\x0F†J¬w››Ç\x03ç“"
  b"ãûÛ|!\vGG€²mê<ò9j"
  b"ä\x16£ËÍ4èL½U\x04½€\x04€Ó"
  b"Õ3+j³\x02wEÄ+üì\x04Òñ\x7F"
  b"å:Ø™ëm‡Dµ:ýe»Üƒ="
  b"å_¥ZÖž,E­°í¦‹+µw"
  b"ÕhC%<ÄìD×j╠¡\en3¹"
  b"ÕäàÇAê╚@ÿÇ┤Åâ+ì¹"
  b"å·10úlîJ¨\x07\f~ÌóïÑ"
  b"µ sù═À-@Æ┴ØcÎP╔ï"
  b"æB½›Ã*ÐFާd(e\x11"
  b"µÑ\x17¥┬vÅBÂ┐ܹ/Ï║/"
  b"µ®ª\x18ñ¹═LâüÐתã\x1D\n"
  b"çHÑ\x03–WËM·Ðv+c«ùÇ"
  b"þÀÇ)/©\fCª.a2ÕóvÉ"
  b"çú!\x1EòŒ5I©ù ›Ûí‹å"
  b"è\x11¿ü¬&]A‚+µ•ë<ï¬"
  b"è(\x10蜺ðMºç<aºƒ&\n"
  b"èW=…ÈáŠOšädÅß/) "
  b"èu:N¼¯$@“ýhñ2\Nø"
  b"è pÈ\x7F\x05ÃC³ø?¬—‚rÆ"
  b"èÃ'ƒRÙþF’º\x13\f&x"
  b"é\x16\x0E\v5\x1C«OŸüä\x1Cy\x0FM2"
  b"ÚU1¥¼░vOù·Æv ÅÛ6"
  b"é·@3߈’I±4Gí½{è="
  b"ê0(Lj\#I•}‘t¤ m\x02"
  b"ê‘p%ö#gG *w"p3ap"
  b"ê¹äl0PmL¯ìŒ\x03\e©5t"
  b"Û┴ÅÌÈÆ.K¡\x1E;â ╣ \x7F"
  b"Û¸ô6─!:K®ì\x104c|[2"
  b"ë\x13\x1D^\x05a—O±b–i¿›œ\r"
  b"ì”òiù³QA £\v´û`Œ@"
  b"ì¢ÏQ9(kN­Òõû\x06¼WZ"
  b"íV|\x06\x01,}C‘\x11ŠAOø¦˜"
  b"íd¡X¼/ËMœßý¤ ¯0\x02"
  b"í‹’hçç\e\x16ª}Ú\x0EÚÀ"
  b"íÝz<ÝŸ4C•18ºp²Ë;"
  b"î\x0E£\x0Fè<zD¬\x03<Þ«´Xc"
  b"ï\x1D2m\x1EÖ-O§\x1Aœt]{ó\x1A"
  b"ïHÂ)f½¥H±|aߪZæl"
  b"ïŽû;wÿ\fK€ÓÄŠ«?ÿ\x10"
  b"ïßbñ\Î\x13A’\x1C˜hËÆö‰"
  b"ïíiçÄŒ\x1FM½ìªBÔ\x00"
  b"ð\x03Ûˆ\x13ìDB•bFÝKÑ\x1EL"
  b"ð:$e›\x03¹M®Þò÷ïLá\x04"
  b"ð{›\x00Ÿ}¾J„V6àk\x1AC;"
  b"ñ\x00u\x19‘rvO´ío‡¬A[†"
  b"""
    ±2²IÂ@wAèña╦\x03¬\n
    Ø
    """
  b"ñ5@\x1Eù†^C“í´ÄšíéE"
  b"ñ´ ;«ªˆDˆ\x7FpÂ9EOy"
  b"ñÃs6±¥4M“š\x06‘f|\x1Aì"
  b"±═ñuÅlaOñàQk┘ǼÙ"
  b"òs8·qf\x02H­’ŸªÛ\x07ö\x11"
  b"‗t|\eç>·Iô\x01F\x1DÙLü`"
  b"ó\x02\x01…0H¹çF28F0w"
  b"¾©ù^.╔²A┐üàæ¼ËM-"
  b"óÁzšóÁ†L¢Œ½`¢!,¨"
  b"¶sÃKb5!Jàìm\Þ®ú}"
  b"ôu‹ì0ìÍL”‹\x0EA˜ˆ\x1D8"
  b"ô µFíBéJ²$ÄVÂd¼¯"
  b"ô¤!¬@÷ÜO…ÃÒYBÑJµ"
  b"õh6r\x10îmM•>0\x1A1ÂVa"
  b"õvWËqY'@´Ó‡Ä»Ûéÿ"
  b"õ’Ó/‚kpJ½Êùð\x0E¶t="
  b"õ–•È›!úJ¶Áˆ\rZ&÷‡"
  b"õÄ¥Ãw~&H¨’Byó/¦\x04"
  b"õù\x13Œ|önF…\x05ˆDÁ‰9g"
  b"÷6\x06ü█7ÏIøbµ¨¹ò\x08"
  b"öLýj\x1DŸ·L¨ŒZ¡tÛ\x12\x17"
  b"÷ìãJ\x07ºÃJ£8ô¤#øæ╗"
  b"ö·¹\x14ÆV"B¬Çzš\x19Bj„"
  b"÷1«U0I1F¹úÙ£wwòœ"
  b"÷6ý\x1F\x19ôíI»ŸÌ0%wW\f"
  b"¸ûÅKgù«B▓ÏG;K{Ó,"
  b"ø$ƒ‹LéµO²"oà?9\x0F±"
  b"øƒd¿…\x19ßEƒw¼«Ô\e"
  b"ø¶ÛT1ïXC­uY sGãê"
  b"¨\rgC(ÿUIò┼#¾═ƒÉ"
  b"¨\x19(\x07ì~┘Fì`\x12£\x19├─║"
  b"ù‹ºö‹U¾F¼.\x1D\x10Ætâw"
  b"ùÚ€*ss—E”†»úX5j "
  b"ú5øN®¶´N¡ñ¢\x13-ËŽ("
  b"ú²4Î2õX@“½ô1E±'Ï"
  b"û;Œ†LdíB¶RüÛº\x14Çc"
  b"¹W\x1Fâ¡yOKØ\t╣çS̰ç"
  b"ü\x0FøÛ\x1E^‘C‚îý7ß5_Ö"
  b"ü[\x10 v¢lC²,[Ñ]uOÀ"
  b"ü¶SIØ`šG¾÷\x00áý¦\x1Fp"
  b"ü¿’}NÒHG‰0A½a‚é{"
  b"²1\x1CÎ\x11¦FFìe½>«ó█;"
  b"²ì\x1EªaùXCºg-¿òf\x18k"
  b"þ\x12sp­ø•K›•æ÷²œ¯\x18"
  b"þ{x»çEîO†ý!îV\x11î7"
  b"þ³lú$„hA«‚¡Y›â– "
  b"þºÁ¯õ':C¬`Wµ\x0F÷X½"
  b"þð'çøm\x11@†7Å6ì$¬0"
  b"ÿ-–áz}²B­\x10*ôÇ{áë"
  b"ÿaNú\r¡\x14B©nÀKˆ8WÓ"
  b"ÿ­ôyɳüL¯'Ë)\x01V\x1D9"
]
231 0.11 ms
SELECT `acris_filter`.`id` FROM `acris_filter` WHERE (`acris_filter`.`active` = ?) ORDER BY `acris_filter`.`position` ASC
Parameters:
[
  true
]
232 0.08 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.11 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.12 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.06 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
236 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"\x01ì|┘£yroóU\x0E\x1A±'▀R"
]
237 0.06 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.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"\x01ì}\x0F\x15=rçï╚Jã¥Vù\x1D"
]
239 0.06 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.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"\o›\t‹ÁJ몪'õD\x07¿V"
]
241 0.06 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.06 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.17 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.08 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.28 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/e84632764b86ea4ea020c82e02c86b8b"
  b"óZž9ÌíD܆w¯^Xƒ\x1E×"
  b"¾╠│ióDM\x14éæ·\x16iGÑü"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
247 0.17 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.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
]
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.20 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.08 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.05 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.05 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.05 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.64 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"ÚÂ2A¾gìEó]─\x06\x0F─óå"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
256 0.74 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"ë\x0ESåÕÝ║Nâ#╩Énª\x18±"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
257 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"ˆbiãg¬PG¡óqß\x185Ú$"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
258 0.45 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"؆a÷·KOJ¯ÂB\x01rõEƒ"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
259 0.45 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"ÙóÅR²\x18\tE│\ãJ│.Íø"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
260 0.42 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"çtõ¤t0’J“œ}´¦ã%\x05"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
261 0.72 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"wÆ$æ§·ºB§FõÉ\x17tÉJ"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
262 0.62 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"¡7%¾+×ÄEÉ6GÔ\x10\x07"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
263 0.66 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"f\x11&íZìÂG©³\x1F¤ØÅ\Õ"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
264 0.62 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È¥\x18t'L£Ë\r7¥õ\x10Æ"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
265 0.38 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"Ш%ûÿýÓD™@KšP<Q\r"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
266 0.31 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"×}?\x11v\x02ÄK˜³¡ß_\x08"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
267 0.31 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"ß¹£á;sëE…\x7F\t\x0EýR¨\x1E"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
268 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"""
    \n
    Þ &\x12\x12îJ£Uß4Dñ\x01Ÿ
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
]
269 0.32 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ÞCá\x12Ã\x1A┬Â╚3"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
270 0.37 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"ô)ù\x0FRéeC«„Vîwÿ\té"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
271 0.42 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ðƒ└ÔZp@ÿ\rì»çF«╩"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
272 0.38 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"ƒ║+±üQïOó╝ðªÖý\x11#"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
273 0.37 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╦+.\x02\x16Ò▒ƒ ù\n"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
274 0.37 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"–a°\x16@·ºG¦\x14™¤-$AN"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
275 0.38 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"█R\vtßRòMÉ=m"Q®║È"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
276 0.38 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"Å5Oõ`╠<Bæ\x1F{ÀËáà╣"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
277 0.31 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äáJŽ÷4£˜è6Ö"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
278 0.35 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"À=ЩPx\x00K±yŸ`l®éˆ"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
279 0.63 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"èF2vK†êN  È.\x02Èk‹"
]
280 0.51 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.79 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.39 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.19 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.06 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.06 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.09 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.24 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"èF2vK†êN  È.\x02Èk‹"
]
290 0.51 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"èF2vK†êN  È.\x02Èk‹"
]
291 1.87 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"\x1DÐ╚Mî@Çf░\rmª¶a"
  b"Öõ\x19\x12LÂ@¼ÐµÐŒŒˆÝ"
  b"‰qÒH/.\x03GšëP›FP$¬"
  b"üþ¸=ÈI\x00C•ª\x15Žð…l>"
  b"""
    ¿==PáëÉJ¯}(\n
    H…A†
    """
  b"Åâ┴@Ñ}âI½ò"7\x03\e«H"
  b"—ž¶\vû«¸Nˆ\x1Ac¦]T\x0Fè"
  b"Vûº\x1F\x05ÑìL£\x16€è \eN1"
  b"àãh\e¦UµI²Y±[¥ù\fí"
  b"@\f\x114‚@‡(Ÿ´ò\x1F1E"
  b"!+ë¿¶À<B‡\e9\x13&ÿ;+"
  b"Ò]\x08ák¶w@˜´u€k“ÜK"
  b"¢D\x0Fà\x08y€FŽ-‡XpS\x13©"
  b"üzÞâs\x16ƒE╗&\eø}ÚP0"
]
292 10.70 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/e84632764b86ea4ea020c82e02c86b8b"
  "/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/c4673cef5b422f4db230feaefd50db06"
  "/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/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/e9b63241f3678d45a25dc4060fc4a286"
  "/detail/890e5386e5edba4e8323ca906ea618f1"
  "/detail/886269e367ac5047a1f371df1835da24"
  "/detail/d88661f7b74b4f4aafc2420172f54583"
  "/detail/eba28f52fd180945b35cc64ab32ed69b"
  "/detail/e774f5a47430924a939c7db4a6e32505"
  "/detail/77c624e6a7b7ba42a746f5c91774c94a"
  "/detail/ad3725f32b9e8e45903647e2105d8407"
  "/detail/661126ed5aecc247a9b31fa4d8c55cd5"
  "/detail/fa02c8a51874274ca3cb0d37a5f510c6"
  "/detail/d0a825fbfffdd34499404b9a503c510d"
  "/detail/d77d3f117602c44b98b3a1df5f08729c"
  "/detail/dfb9a3e13b73eb45857f090efd52a81e"
  "/detail/0ade20261212ee4aa355df3444f1019f"
  "/detail/f28fa0c3f04fe843a012c71ac2b6c833"
  "/detail/f429f90f52e96543ab8456ee77ff09e9"
  "/detail/31d09fc0e25a7040980d8daf8746aeca"
  "/detail/9fba2bf181518b4fa2bcd0a699ec1123"
  "/detail/c9a906cb2b2e024a8d16e3b19fff970a"
  "/detail/9661b01640b7ba47a61499a42d24414e"
  "/detail/db520b74e152954d903d6d2251a9bad4"
  "/detail/8f354fe460cc3c42911f7bb7d3a085b9"
  "/detail/acbd3b921ae4e14a8ef734a398e836d6"
  "/detail/c03dd0a95078004bb1799f606caee988"
  "/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.