GET https://staging.ktm-sturm.de/navigation/3abc5229293848c9b2fc1b27fd3d8421

Query Metrics

116 Database Queries
104 Different statements
164.63 ms Query time

Queries

Group similar statements

# Time Info
1 0.81 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
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:
[]
3 0.36 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.23 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 0.50 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.37 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "Power-Parts/Windschilder"
  "Power-Parts/Windschilder/"
]
7 0.64 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.30 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 0.36 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "8xEwD6RfQoDkIYO7hTAwCsqjViqvUMj9"
]
10 0.34 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
11 0.51 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
12 0.29 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
13 0.28 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
14 0.38 ms
# base-context-factory::sales-channel::association::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.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`, `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.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`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` 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` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
15 0.31 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Í‚ó¬›ÑÀßÊ"
]
16 0.45 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"¡×[¶&ÙNc‡öº\x12—•+)"
]
17 0.38 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.23 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.75 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"W(\x19¥ÅRNì§ù\x7F5†´*@"
  b"×ã`4ÛåIð‘7âù_\x1C\x01"
  b"÷ìlÙÏÄBgü─▀ÆÄg╚ï"
]
20 0.70 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"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
21 0.80 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"'´º•ò­HÁ­H°ð·^ÇY"
]
22 0.29 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"¡×[¶&ÙNc‡öº\x12—•+)"
]
23 0.31 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "8xEwD6RfQoDkIYO7hTAwCsqjViqvUMj9"
]
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.64 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"\x069ÎΈ\x1FEùƒØà€•¨\fz"
  b"†;orw>Jj²»Úï\x06бQ"
  b"øÆQ{o*MÚ¹œVu“2!,"
  b"\x01˜§RqMx!†F\x14â\x7F‚Õ®"
  b"\x16\x11Õ\x12J^É\x04\x15\x1Fù\x1E┘5"
  b"\x17\Ò7V\x1AO~„PŒM9ö‰î"
  b""\x15ÿ;4üBÉàãÛÔ\rÂ\x16<"
  b""¶±\vopA\x1D–zM®ì—we"
  b"dꙦvÎK˜¿½Dh\x04\x00µ!"
  b"nœ¯å[\x1D@o£Ô\x1C\eÚûÇs"
  b"‡¯—zš1@𮡹fî÷²4"
  b"ïïY¯w"C\x1Aíd░rýÀ\x15É"
  b"¦5?²¶ÂM(¡@\x0EµZÊŽE"
  b"¼Ú¦ïTõO?’y\t\r~¥ôŽ"
  b"┌kÀpëÂAU¢¤»█tüu+"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"JxKq\x15éM\x0Fµq.¡Ñ\x1E‰Ï"
  b"K‡Øl1ÄL\x03®Îy¥±HÃ_"
  b"_þz\x06e¹@-¾Ç:d\t\x12d,"
  b"“ª'KùøMN–ÎQ\r\x03¤"
  b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI"
  b"│ì╔╝¶c@\eî╦²4É\rÎó"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ"
  b"»l™órþEj‰ŒgÏ¡Dåh"
  b"f`uS+àOuž=ƒµlCáY"
  b"º«\x1E\x1C■╝D(ìÕ╚S│ãd┴"
  b"<\x04À–õÌBïš-<¸íì\x10)"
  b"""
    <õA6žmJ/§\n
    ¨hzeü-
    """
  b"Íþ»\x00\x03<Aà’¢©\x00¹bqp"
  b"(Ê®u¥bO\r˜Z½\x0E³*¡`"
  b"""
    .örVh\n
    Mкƒ¢\x11\x16¤zû
    """
  b"ViÞý\x03ÎM†¥\x18 \rÿ¸þ*"
  b"`Z­èœHF/‰\t»\x01ŽóÚ­"
  b"e–Ö"\x19fK%ŸÊ-ª}è1æ"
  b"iÒ-À±\x07L\x08™¥\tj’ÙÔH"
  b"w(öc2\x15Aü▒╠Õ╔ß─+Q"
  b"z3\x13˜K«DÎŽ“ø¾Á©->"
  b"„é\eóÛÌAÈ·ôÉÂóŠS¤"
  b"ˆ>'ZTÊM"‡\x11n,j¯\x03\n"
  b"Šiaz\x02ìO\x15\er¨äa¡\f"
  b"«ÈÜ<®ºE࿵*y¯[Wr"
  b"­’[˺>Jè“Ä¢\x03ü8=¸"
  b"¼†\x15æœ;IÁ¯Æq480Êî"
  b"ûð\x13­·AsØ.pX\x07õeÊ"
  b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý"
  b"Ê:+\x1Cá¿Cl©╣þHRQØe"
  b"ä,gl“±LŸª\x0FžÃíÝ›î"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]
26 0.25 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
27 0.42 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `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˜Ð \x06[p»¹á\f-¦²*C"
]
28 0.29 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˜Ð \x06[p»¹á\f-¦²*C"
]
29 0.41 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`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `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˜Ð %Ærº¢¼DWR«3~"
]
30 0.19 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˜Ð %Ærº¢¼DWR«3~"
]
31 0.33 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
32 0.25 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:
[]
33 0.19 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
34 0.73 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
35 0.43 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
36 3.88 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%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  1
  12
]
37 0.67 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%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  12
  true
  true
]
38 0.83 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"y£a@¢ŠLæ¬m\x0E\x06'A"
]
39 0.46 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
40 0.34 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"
]
41 0.22 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
42 0.21 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Í‚ó¬›ÑÀßÊ"
]
43 0.21 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
44 1.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`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  1
  4
]
45 0.58 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%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  4
  true
  true
]
46 0.35 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¬¸øÈA÷\x0Eþ‹"
]
47 0.51 ms
# footer-pagelet::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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
48 0.81 ms
# footer-pagelet::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"p\x7F´/rJEGá$Ø\x18\eFy▀"
  b"$)v‹Ì\x04Eüƒð?·Í2\x02%"
  b"=\x16uıã;O\x13©1\eì}:\x1D×"
  b"E;|™\x7FVO¾¼HZ4ä(r¡"
  b"iŒØ\e’•Hæ³JkΧ¸v‘"
  b"”ú_›Ž¬JgŒÕ\x13ð½ß\x1Er"
  b"W}╗p/ìG\r®x\x12\x1D7╔B-"
  b"\x1FäÀ\x13\x1F¦BÓªLƒ\v³ž¯A"
  b"±¶ƒi‹\x11@E±¢¿T½\x16Õ,"
]
49 0.54 ms
# footer-pagelet::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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
50 0.69 ms
# footer-pagelet::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"ÇÑ6îÚ\vHtŸc{l9ØPÉ"
  b"ùD\x14Îm¨NÖ³PÑŸ‹"âÎ"
  b"•t`\x05zaJ<“@½¸ô\*ø"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
51 0.22 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
52 0.17 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
53 0.18 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"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
54 0.17 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
55 0.26 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"
]
56 0.45 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":¼R))8Hɲü\e'ý=„!"
]
57 0.25 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"q÷Þ¨>EJI¶\x11H2\tFz”"
]
58 0.34 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"q÷Þ¨>EJI¶\x11H2\tFz”"
]
59 0.38 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"ü·#█V©@MôÝ¿Î7«M;"
]
60 0.17 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
61 0.38 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, `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 (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` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x190_\x102±D©‹¢\eTËE;"
  b"""
    (î$×\n
    ÓA¤£\n
    §Œ\x16Ž@ú
    """
  b"""
    O±s\n
    ÓjHߌ£®&u­àr
    """
  b"ThbM6b@â«\fˆ·\x14%åÃ"
  b"ˆìƒc¤ŠKò¨[\x1C\x13¢ 5a"
  b"ï'ºW{ñMPƒ*#½ßöŠÞ"
]
62 0.18 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
]
63 0.27 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"""
    ]\n
    ø×ºlO&¶—€œ\x13Hcå
    """
  b"\x14åßÉ¡>Gè▓kÀ>\tB§}"
  b"""
    ä\x1E\n
     ¾ñF\x7F²½œÒԖݼ
    """
  b"L\x0F¸ºü:Mß­\x15\x130@JÕø"
  b"\rØ╦\r4,A»è6┤\x1FP\x07×╠"
  b"¹§║<└\x00E4ñüsüe<¤"
]
64 0.32 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":¼R))8Hɲü\e'ý=„!"
]
65 0.25 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":¼R))8Hɲü\e'ý=„!"
]
66 4.37 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`.`name` as `product.translation.name` 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`.`name` as `product.parent.translation.name` 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` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC, MIN(`product`.`id`) ASC LIMIT 24
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b":¼R))8Hɲü\e'ý=„!"
  null
  true
  false
]
67 1.68 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`.`name` as `product.translation.name` 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`.`name` as `product.parent.translation.name` 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` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b":¼R))8Hɲü\e'ý=„!"
  null
  true
  false
]
68 1.02 ms
# product-listing-route::loading::aggregation::manufacturer
SELECT LOWER(HEX(IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b":¼R))8Hɲü\e'ý=„!"
  null
  true
  false
]
69 0.44 ms
# manufacturer-aggregation::read
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.translation.name`, `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"""
    ┤©b┘µ!BuÄ\tü¥µ©\n
    )
    """
  b"\x1A\x1CÐÿ/®NØ®ö¢\x03$@4Þ"
]
70 2.30 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruled22a0b332e8f4db2baebe8d2e8655cec.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`, "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruled22a0b332e8f4db2baebe8d2e8655cec.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`, "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruled22a0b332e8f4db2baebe8d2e8655cec.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`, "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruled22a0b332e8f4db2baebe8d2e8655cec.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` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b":¼R))8Hɲü\e'ý=„!"
  null
  true
  false
]
71 0.58 ms
# product-listing-route::loading::aggregation::rating-exists
SELECT MAX(IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`)) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b":¼R))8Hɲü\e'ý=„!"
  null
  true
  false
  0
]
72 0.55 ms
# product-listing-route::loading::aggregation::shipping-free-filter
SELECT MAX(IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`)) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = ?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b":¼R))8Hɲü\e'ý=„!"
  null
  true
  false
  true
]
73 5.14 ms
# product-listing-route::loading::aggregation::properties
SELECT LOWER(HEX(`product.properties`.`id`)) as `properties.key`, COUNT(`product`.`id`) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id`  AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b":¼R))8Hɲü\e'ý=„!"
  null
  true
  false
]
74 1.17 ms
# product-listing-route::loading::aggregation::options
SELECT LOWER(HEX(`product.options`.`id`)) as `options.key`, COUNT(`product`.`id`) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id`  AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?) AND NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b":¼R))8Hɲü\e'ý=„!"
  null
  true
  false
]
75 0.39 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"@Ü:$A»GÒ­\x15\x05;ö¬"
  b"GìëÇJ`K?ª®öᎩ\x02Î"
  b"lì░NÆ.K$¼%©╚\x16K^à"
  b"{ï┌Å2LM.ÀÎù±ì{#─"
  b"º¼\x00v<ÅB┼¼­À\x19┴_\x10["
  b"æ±\x13\x02žWGp£²\x00.\x16_\x1D"
  b"\x10Ño\tÃiDº†&fÚWH\x19w"
  b"-Ê║┼\x17ØI¶ííÑÑÈcÔà"
  b".\x07× |RCgóYÉ¥²Ç)\n"
  b"Kçœ\x15–fNª®\x7F;ôºéén"
  b"L‚ëØªîAœ¬å\x02\x11KUA\x06"
  b"ye_Î\x03ƒLy¹y(™ë0Û©"
  b"\x0EÅ\x16ÒFP“¾h–4¯­^"
  b"òÉ░\x03ëÿC<¼s£î\x16qwç"
  b"­@ÁO"›Epº+ª\x1Cº%\x07ô"
  b"È@Ÿ+ÁùADŒøý\x0FJ\x10öE"
  b"É\vïÆuC›žYˆaÆá\x0E@"
  b"ä¡Ä\f`îNV¨T\x1A‰hJµp"
  b"""
    ëðæê\n
    -M|ŸK¶ùRñ±]
    """
  b"\x0EÒ/yÝ,EP‚¢µ±\x18Ã P"
]
76 0.73 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"@Ü:$A»GÒ­\x15\x05;ö¬"
  b"GìëÇJ`K?ª®öᎩ\x02Î"
  b"lì░NÆ.K$¼%©╚\x16K^à"
  b"{ï┌Å2LM.ÀÎù±ì{#─"
  b"º¼\x00v<ÅB┼¼­À\x19┴_\x10["
  b"æ±\x13\x02žWGp£²\x00.\x16_\x1D"
  b"\x10Ño\tÃiDº†&fÚWH\x19w"
  b"-Ê║┼\x17ØI¶ííÑÑÈcÔà"
  b".\x07× |RCgóYÉ¥²Ç)\n"
  b"Kçœ\x15–fNª®\x7F;ôºéén"
  b"L‚ëØªîAœ¬å\x02\x11KUA\x06"
  b"ye_Î\x03ƒLy¹y(™ë0Û©"
  b"\x0EÅ\x16ÒFP“¾h–4¯­^"
  b"òÉ░\x03ëÿC<¼s£î\x16qwç"
  b"­@ÁO"›Epº+ª\x1Cº%\x07ô"
  b"È@Ÿ+ÁùADŒøý\x0FJ\x10öE"
  b"É\vïÆuC›žYˆaÆá\x0E@"
  b"ä¡Ä\f`îNV¨T\x1A‰hJµp"
  b"""
    ëðæê\n
    -M|ŸK¶ùRñ±]
    """
  b"\x0EÒ/yÝ,EP‚¢µ±\x18Ã P"
]
77 4.13 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`, `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"@Ü:$A»GÒ­\x15\x05;ö¬"
  b"GìëÇJ`K?ª®öᎩ\x02Î"
  b"lì░NÆ.K$¼%©╚\x16K^à"
  b"{ï┌Å2LM.ÀÎù±ì{#─"
  b"º¼\x00v<ÅB┼¼­À\x19┴_\x10["
  b"æ±\x13\x02žWGp£²\x00.\x16_\x1D"
  b"\x10Ño\tÃiDº†&fÚWH\x19w"
  b"-Ê║┼\x17ØI¶ííÑÑÈcÔà"
  b".\x07× |RCgóYÉ¥²Ç)\n"
  b"Kçœ\x15–fNª®\x7F;ôºéén"
  b"L‚ëØªîAœ¬å\x02\x11KUA\x06"
  b"ye_Î\x03ƒLy¹y(™ë0Û©"
  b"\x0EÅ\x16ÒFP“¾h–4¯­^"
  b"òÉ░\x03ëÿC<¼s£î\x16qwç"
  b"­@ÁO"›Epº+ª\x1Cº%\x07ô"
  b"È@Ÿ+ÁùADŒøý\x0FJ\x10öE"
  b"É\vïÆuC›žYˆaÆá\x0E@"
  b"ä¡Ä\f`îNV¨T\x1A‰hJµp"
  b"""
    ëðæê\n
    -M|ŸK¶ùRñ±]
    """
  b"\x0EÒ/yÝ,EP‚¢µ±\x18Ã P"
]
78 0.43 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"\x0EÒ/yÝ,EP‚¢µ±\x18Ã P"
  b"\x10Ño\tÃiDº†&fÚWH\x19w"
  b"-Ê║┼\x17ØI¶ííÑÑÈcÔà"
  b".\x07× |RCgóYÉ¥²Ç)\n"
  b"@Ü:$A»GÒ­\x15\x05;ö¬"
  b"GìëÇJ`K?ª®öᎩ\x02Î"
  b"Kçœ\x15–fNª®\x7F;ôºéén"
  b"L‚ëØªîAœ¬å\x02\x11KUA\x06"
  b"lì░NÆ.K$¼%©╚\x16K^à"
  b"ye_Î\x03ƒLy¹y(™ë0Û©"
  b"\x0EÅ\x16ÒFP“¾h–4¯­^"
  b"{ï┌Å2LM.ÀÎù±ì{#─"
  b"òÉ░\x03ëÿC<¼s£î\x16qwç"
  b"º¼\x00v<ÅB┼¼­À\x19┴_\x10["
  b"­@ÁO"›Epº+ª\x1Cº%\x07ô"
  b"È@Ÿ+ÁùADŒøý\x0FJ\x10öE"
  b"É\vïÆuC›žYˆaÆá\x0E@"
  b"ä¡Ä\f`îNV¨T\x1A‰hJµp"
  b"æ±\x13\x02žWGp£²\x00.\x16_\x1D"
  b"""
    ëðæê\n
    -M|ŸK¶ùRñ±]
    """
]
79 0.56 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"
]
80 13.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
Parameters:
[
  true
  b"_Iø\x1AêáHǶ¬‘3äÔÍ;"
  b"i┬F\x13¾╚Lùä\x04ì╔~\f °"
  b"┬Gì%äÓF@┐ÔÝÝǵ´\x19"
  b"""
    ±ýwÀéI\n
    ”ûv7È{\x12
    """
  b"Ý▓t\x1FU│G*ªì£\x15öWT¬"
  b"ûÉ`¨»‘Hœ¶Ÿ¿\x01I •W"
  b"ûçNqg3KfŒVÀ[¯pzÄ"
  b"\x04©sÂÈmB¤¨?\x15“\x08|^"
  b"\x08\x0FÌ¥ž¢Aë­\x14çåùB "
  b"\x14U§ÓÆôF­¾˜ÆÌ\x1F?ðq"
  b"!\x1E╠êÕÏL]¼uÏõÉ┘Â\x1D"
  b""\x18ÿÀ9^NT‰gA<˜5Yó"
  b"1ô©▀╩MO®ì í%ï<,b"
  b"@¾8¬ËüIK╣─6¸³\x13û\x1D"
  b"Z…ÇyV\x01Mï«ÕN1¦"Ô\x7F"
  b"n\x16Nÿã/G¦‹ÆKHZéL\r"
  b"ü5\x11@j├G\x1Dç┴░üaı#`"
  b"…Ç<\tôa@I³su\x05CX\v5"
  b"ŠgU6(yJ\x1F«*7zc‚Ô$"
  b"™X²ÆxºDЬc~TêÕÒ2"
  b"Ñ└Y\x08JÄL═ü-╚%Åæ\t5"
  b"®©¡6╔×K\ÉÙR(R'ö‗"
  b"´¡nç}ÅBu½ø&J¾+ö\x11"
  b"ÙäÁ;?ýLH¢\x16æ\x12/kÃc"
  b"þãmTGÙDäƒ@¯Òì\rR\x1D"
  b"§\x10i»Å[@FØþhºÅR1w"
  b"°Bzïq▒J\fרÉ\x14t├xQ"
  b"\x02<ߙڷI\x16Ž‘ÙF\x7Fßg¯"
  b"\x05╬ü·µ¸N\x1F░-¿ë\x04\x1C"
  b"\x08Ï×PõàH&¿5|U•.•D"
  b"\e:°8€ÜGî†Ë\x07•lW\x05À"
  b"\x1D\x1A\x1C~'&G‹¼(áq˜³±ù"
  b"\x1D\x1A·”¥tG„¯Ï†ôúƒ\x19ˆ"
  b";C¸ÿ\x19xL¥•mG\x03\fô\x19"
  b"?\x1E\x1D5W\x03G‡«³É\x00PŒÝ¦"
  b"B\x13®\x17˜¬EY¿†‹'\x1Câ&\x0F"
  b"LìF\x0FïÐL¨Å│K\x11\x13\x05«)"
  b"[þt÷)®I\x01¨6Wl<•AŸ"
  b"i¢Øf:šB\x04§ŽÞnœ™4p"
  b"p¦Ù\t6XFR©ˆÈˆ+xÄ-"
  b"yé0╚\x1A¹M\x08©\x0F§É╩e£░"
  b"z—à\x16~I@¤«ç¼ÒGf‹\x17"
  b"""
    }Q3]Í\eI1­\n
    ŒùÀ1Fc
    """
  b"ëóHÓ¢ðG8íÒò├\x19Ø1ô"
  b"û\x0F3Ô²┬H=¥n¹ßëÅ\x17="
  b"ƒÄE5\x10RGçÉðÊ\x10┼ªÒ\x13"
  b"£‘^oÀU@J¹Î\x17‡3jXò"
  b"¦`b)ŽoGí¼cšŽ\x19èY{"
  b"\rÓ<É0I├Ö'Ám├\├┘"
  b"´úïå\x10aO=– wUs†ºç"
  b"ÂÅe©°<IÏÆBè╔3\x06"
  b"""
    └kü°▀¸N2ò\n
    Ôp█ö█7
    """
  b"Ç\x16Àð‡LÒ¿†¶C¤ðTb"
  b"Ô8b¯a\x17LÓ²q'þ·_²«"
  b"Ö“S.ŸGKöœ¤:a…2’g"
  b"Û+Ü\x18ϱLk½òš\rÙÅ\x1F¬"
  b"ÜDóxâ­F𻛨;c{™\x1F"
  b"áM¨Ré@LW¤;¥¡Ó£8…"
  b"óšÐEs\x7FBz©ž\x14ÄJ\r\x02¯"
  b"÷ He$þOúž\x04Þ\x14õˆ!"
  b"ÿL`ýx†IW˜æQ&´ ùÜ"
  b"\x00Lk|̆Hžµ\x12\x18Y‰í“Ì"
  b"\x03î\frS!N¬“cLa103¡"
  b"\x05©½m¡QBõš\x18Ø)\x08µØ²"
  b"\tÄä^¥rLü‹êJ-Úºl\r"
  b"\r¹wˆ@SG‘¼û“\x08ét0Ñ"
  b"\x0FÝEæ¾2AP¼Ö\x0F\x13ÛºÒ@"
  b"\x11ZÞ-ª©L2ƒ¤z”ÅŸ7\x01"
  b"\x12H‚”V0J#Ÿ&e:ì8ô\v"
  b"\x17\x14ó4\x1F\x12L݇+¶Äj\Sµ"
  b"\x17«{¹‰IH*”{ë$R;FB"
  b"\x19╩Â\faEIJØûÍ█Þá`ê"
  b"\eâÉÒHµA╩àÉßí4B\tC"
  b"\x1E¡\x06Œã™Kæ¡/\x11mË- £"
  b"%Žp‰ú^@+¦Þ‘SØtµƒ"
  b"*˜[Ç«5G“·Zµ^ú\x10\x12"
  b"1màÈc.K•º-†91Ê Š"
  b"29C`¯^C’†\fpe/B[¡"
  b"7»Ê\x7Fý\vIB‘\röv=‡{Í"
  b"9í¥{É6DO \x06vÁiÍùp"
  b"BU\x19€LçDn€i~¼ŽLx\r"
  b"Cìï‘©ÀM,º\çvX±M\x1D"
  b"J\x19mNú-Nì│\x06à\~%Ù."
  b"QLUÚ^sLe┤KH\x1D╩£ñÉ"
  b"Q]ì\x1ALRK)×®╝¥\eyÖz"
  b"U2h\x11¸LM¹¼£„Š#ã\x12B"
  b"\x02|YqJç½üµ²yŸ:û"
  b"a\x08è]ï.Nü¹û\x08w|\x10ž\x12"
  b"""
    cK+\x1E‰>@ižÕ\n
    Ô!¨\x11$
    """
  b"v Ñ0oGNÒüÌôûù═uê"
  b"\fx\x08þ@4ƤŦè§PR"
  b"}È!8'¯NÉ™Ó5(ý\x04õW"
  b"~\x13Ý\x10ßO ‹JÒ×;¦™ü"
  b"‘-ŒÒp\x17D\x13«Ò 86odƒ"
  b"æq┬÷Ë\x1CLìâõ6˸E\r"
  b"""
    “?”Û3›Ht¬fuí\n
    úá
    """
  b"”'Á~ò›M…ž¦iö³\x1Eí\"
  b"˜\rSH%ðO‡±a\fNu½1Ž"
  b"£¢═\e\x08KA½Ø¼oAb·0²"
  b"×s#¼è1A¦á>É\x03ÿ\x1Fóà"
  b"Ÿ_á†ÓqAÕž )òq:êô"
  b"¢PçŸ'4A\x1C•Uÿ»=ÒŒ¼"
  b"ú\x05|§ ìE\x17ÆÚFȯ l$"
  b"£wL†-æA\x12šÚ\x10--B2!"
  b"£‘ÿ↰DK‚‡\x1FÐïÑ)ë"
  b"¤žÛ…É\vDÓŠ\x1Dh*\x11\r/`"
  b"¥\x02Oy%äEôŽü×Q¹\x1D§M"
  b"§)ÇK$XA…¹só^ÿ‰nß"
  b"«PãÎ*ãJ¿¼\x14Û\x01\x04NÊ&"
  b"²p?DöÄ@\t…[Ú)l\x13mh"
  b"µ?jmÀ\x14G;¿Æ¿“GÊ<Ú"
  b"╣j]x[°M­┐ûkÉK|▄³"
  b"½cf©,<C!µ•|ú(Ñ`á"
  b"└▀┐\x19`\x00AFøö­\eü╠ ¯"
  b"ÂEãi¾\fCذgO—çu_`"
  b"Äm7\r/bA\x05  ˆ$†±ðß"
  b"┼½©Ç#QIõÅx\x1C'ub®f"
  b"Æk"\x14á]IQ­P›Ñ“\x15í£"
  b"ÇìÔÕ:ŠA§…ôb\x12뾯›"
  b"ÌUEz¿/M¢ äÿ¢ðY)("
  b"ÍÒ\x0EŽg=MY·JŤǨÆÜ"
  b"Ö4ÑwÅäG\x15¸Oua¨%ј"
  b"ÝÖùp8ÕC›£b\x18\x1D\x0Eùþ€"
  b"àªbѨwL~™=8kž`¯D"
  b"Ò╠þ_ºKF\vå¾│ÊKØ\x11a"
  b"å<íâ[pIÅ·Z\x0EU^“\x06ö"
  b"çÅœVàþM\v£ôA­ð0¢Y"
  b"ð]½²}¼FŒ¡sÀ*¡€ÿ\x15"
  b"ò¬\x03ÚÃG?Š31ïEÓÕ\x1C"
  b"ó»²þ¯\x1CIp‹\x13’‚ÙŒ‹ "
  b"ö}p¯_¶E$¦\vÛÃtÏZA"
  b"·úìQ]¥OÅÀ°þW\x18\tz("
  b"\x01`ÀÎ╣fMûÖepÅáS½Ã"
  b"\t6\x0E¹ñEO\x06‹}]d÷ðT¢"
  b"""
    \n
    ‚š”20H7“^ô´É²\x08å
    """
  b"\rÑ…Å-âOd¯ÛÊ;»MFÿ"
  b"\x11%gVŠœGÒ³\x01ÕåR¡\x1E\x16"
  b"""
    \x17>N&à+DN¶˜\n
    Ú\x19.ä›
    """
  b"\x17¤'É%uL¥é4£$╝&‗Ç"
  b"\x1C7µÙ\x7F"@DŒ½¾â¥¼Ê|"
  b"\x1EF`À×ÍA"²\x04­|\x05\x16\x16S"
  b"\x1FyÏSaÍO.†ÙL,\tÉ\x1D["
  b"!Û■ÇÞúG╗╣O\x03Õ╩çüá"
  b"#Û5\x12c‰OÈ™m@X°SöÝ"
  b"'¸Ù§öKGܳ\x01QóëvÀ¯"
  b"*ÚwȇCD\v¸¨Þ{J^k…"
  b",┴Å9ëkGÎæ \x07¯çÀ>þ"
  b",ŵ\x00v:Gö“k¥o’æSE"
  b".ï▄á.¯Lì▓IÃ7]\x02"
  b"/C5¤\x08z@\x0F¶@×òÃI\e\x06"
  b"3«$áé¢NÄžaôeqTB\x14"
  b"""
    4‹Ó\n
    IˆHn„yôº¬ª\x03œ
    """
  b"6\x12\x06Ó1“L¹„\x01©÷QÏ<ê"
  b"6Úyõ\x12œD\x0FŠÏ=U'dëd"
  b"7\x03Y´!┼B©¡ü;S╦Vqw"
  b":wI\x0Fæ6E±–,-Ñ|;„\x01"
  b"=\x00ü\x08©ªA¯Ñî\x11}|▀_`"
  b"C#˜6bžL0¶EB„²5ˆØ"
  b"G”½hª„AÖ¦oÀ\x06\x14k"
  b"GÖ,’'³@ ¾#óÉÞÀ\x1D"
  b"IɦâÒõKn¼¦µ­zV\x10$"
  b"K\x18Û£‰dA¦¨ðk]Æ…WB"
  b"L\x1E]\x03·,Kž½U\x11ªv\G;"
  b"[.¸cßYGÉ»\x06Ñ┌çl[M"
  b"\(~´>¤L+ɃÛıDÀÔ£"
  b"\x03Š©›Dã¨\x1Eý+š<°\x0F"
  b"aÓˆYR\x07@ª˜\x04í—-[„m"
  b"d\x16sþo\x01@˜´í\x13¼¯ƒ\x17\x16"
  b"k}XC\fÌL7‰ÁOÇ>Ø\eÐ"
  b"n\x1D>g_wEf›<²õÀ\fy\x0E"
  b"qd6─╦¹Ixøbü¡\#\x13­"
  b"u¶±_#wAöƒ\x04S¬Ø8>┴"
  b"zIpœö\Cù¹:V\x19\x0Fn"
  b"}½C\x7FKNCY€kôX\x7Fâ˜í"
  b"\x7F\x7FŸË¥ùLB¢_\x15\rù…”K"
  b"\x7Fº¿]Aj@8ŠM˜‰T\x1Ežˆ"
  b"‚Ððíƒ%KK•ü…öÂKP\n"
  b"""
    â.;ãþw@^Üõ╩\n
    Å║\x03ï
    """
  b"èe8«UùD\x13½Å¬×\¾\x14b"
  b"ɼ\§¸Å@à«\x10Â╩$\x12+J"
  b"’~·¢¥çLñ¦†kc\x06‘¹\x00"
  b"Æìá \x7F³E]àSh■\x065¾ò"
  b"•h‡‹%\x19G@“ó\x13ã:`+»"
  b"òôÓÕ)PHź"©?\x1D«ù─"
  b"øÉ└mÿÑL¹╝P)¸²Ã>Y"
  b"á\x12®sN L-Ø░ƒþ"┼ße"
  b"""
    ¤-ñ°•FOß’ôf\n
    ò»ÚÉ
    """
  b"¥™çg/‚L¡¢KqD4\x06\x14Ö"
  b"©å‰a\x15+N×¼™”mÞ\x10Ud"
  b"¬ÑPDü├Ik╝dqJ wá█"
  b"¸Ÿ§ìÛ6LP²9Ádò诠"
  b"¸Õ&Õ\x054N´³\tþ0à.òk"
  b"""
    Áí\x02ƒ\n
    ²ACº:R»°\x12»­
    """
  b"ÆoµŒßÞA)ŠRî¸\e–.\x1A"
  b"ËÝvA+®@2‘Xö³(™Ôè"
  b"ÐêÇ? \x04GÆ—8\v\fiØKç"
  b"ÒpT’n\vOÿµ=d(ìèl'"
  b"Ór¡^[\x1DF\x12›÷wR‚¯¾\x0E"
  b"×ô\x04Ñÿ$G}«}\x03\x19¶Óè&"
  b"×þ\x0EÎð\x17LE°\v\x03ÝÝ«Ò\x08"
  b"Ú \f므O\x1Cª\x10Ìk—¦\x0EÞ"
  b"ÝM²°\x14ÜE‡¢–ÊCošc¢"
  b"ß+·N\tgGªŠ\x02/Kö!nN"
  b"î1ì€\x10€Fx¾_²b†PQZ"
  b"î\x7FÿËõ†OÆ…g\x1EUU÷5ö"
  b"±ïc½'/BÉò¶¢8µ¡\x1D©"
  b"¾YNØçnFk│<▓õ▀Î}¸"
  b"óÚÝsN\x05H¬©àgE£Š\rª"
  b"õí·lå(@”…?ÇË·\x13\x05"
  b"ö¿2r\t¿O?¿Z\x06ßà½\ñ"
  b"¸«yÅØ\x13JÖÅ‗V,Hf\x03D"
  b"ør?’URA:Ž\x00ù¯05Õ‰"
  b"""
     ö:àÁmO°Ø┤├ÕW\n
    y3
    """
  b"\x00\x18\e‰wH@\x18¹$e\n©¬T\r"
  b"\x02k\x19õ/ÁM#€\x13ªŸxZ-x"
  b"\x05Æ\x15\x10S[Kºš\x12ΰ„8ï„"
  b"\x06'˜ÜÁ\OÖ¢(j“\x1AöÔx"
  b"\x0FÔ4\x0F:4IJŠÕ¡N[Î*o"
  b"\x0FíX{ZˆG\x10¾žŸ\x18w>cà"
  b"\x15Íz_=ıCcº_h╠ìðJ¿"
  b"\x18+‹Ô~kH\r‹÷?Ûr2CU"
  b"\x1AW÷Sæ\x1EO¶ŒÔèýÂÒõ0"
  b"\e\x19\x00╩GÅIõå╠-»Êåð"
  b" šÄEa\x07Jú´¨Ñ»:˜\x02\f"
  b""'Òãä¶O§—Ò>Å?ªÙ\x13"
  b"""
    #ÙÿT\n
    ÈE £5ÃÎ@¯Há
    """
  b"$–‡Ü2îK•¤ù6\x07¼?\e@"
  b"\x03}Ò“Hެ(~-é\x07n<"
  b"(‘\x19\x06ºHÁŒê\x00ø‹-ðê"
  b"+1ó†%\x14Cã”Üö\x01Ï\x1E\x12Ö"
  b"+õ¢M1ÅHi¼55—v«\eQ"
  b"/p{w=jH‡¶Äß!\x13cjª"
  b"0£&yf¬MÛ—\esÙÇzÑj"
  b"1™åÙ\x1C)Jq•÷9|Oêk$"
  b"<¯Ès3hFu‡\x0FZ‹êØ9\x1F"
  b"@¸~Ä¢ÊE8’¼s™Ÿž£7"
  b"Bü¬Z\te@\x07ü·─é\x15¾╚█"
  b"""
    E«™\x1C\x1D\x10L²©'\n
    ëF%\x06:
    """
  b"H\x03>N£ C;®\x1A“üWÕÖˆ"
  b"HÌG†X:Eá‰õŸòzˆ¢™"
  b"O2\x13 ØÝBCît╩·\x02K\x1Eý"
  b"P\x10×9ùdH5¯¶Ü\x04`ttÊ"
  b"Q\x03\x1AT­ËG3”\x03aiF\x05÷{"
  b"\r@¸ÎOñ¯²þ™|u…\x0E"
  b"RÛ-EL€D\x7F„M\x05\x7F¾6\,"
  b"S*µèUƒNZ┤/LüVÓI:"
  b"\x04T┴IG\x07Éú{Ø╝sÃ3"
  b"T²©üêÔE\x17Ÿy1ž)_—t"
  b"\x1A╔û2M¯ùÆ░ɪ\x14&^"
  b"X"\x14\x7FÉžBZ°Ó8ZÙšìœ"
  b"Xù#>hÃ@h­¦gÁ;¬%e"
  b"ZðÆVÓ1M\x0F‰0\x7F×™­Bâ"
  b"lo¿é¤%GM—\Cî)óg—"
  b"p1@p¢GGL‹Æ1ˆèg&ÿ"
  b"pè:êA²LÁ…$nâWüR$"
  b"s\x06Ão┴ìF╝ܽ¸┴l╠£▀"
  b"v1ÔTeÙO餸Õ'\x1C\fÁÍ"
  b"x\x1E\x14á\x02J¥°,H£FÀ[6"
  b"|;4F³öN0€ùd±ÑIÅ\n"
  b"|œ·5\x16™Mû‰{Y—5j­-"
  b"|·öºU\tOò‘?\x1DÀ¤\x0E‚×"
  b"|í•1¸©F\x13”|\x15 ÚL’œ"
  b"}YÛ°|ÏLºê▓4\t~█ük"
  b"\x7F\x1D\x1E÷<‚Aò¤´)³Á·QÍ"
  b"€!O¶\vAOÖ—…e¹Ìú9â"
  b"ü\x11Ó2└rKÍ╣>|Mq»á""
  b"""
    åNù$6sO\n
    ü┼█bq÷î¼
    """
  b"‡A3‰Å•F™¿Öå\x0EŽJ‘"
  b"ŽÀ\x7FbÔÖA`ƒ%œ4ùß/\x16"
  b"Æ\eè$Ð(O\tçìø└┐®\r\x0F"
  b"öyÊ71▓F\x10Å╔ùÎÄSvH"
  b"–jnNPYAÊž\x16¶{»,Î\x18"
  b"›P\x18/\¹DiªT¾Â‡\t(\x1A"
  b"  |į±F`ƒº”\x052á¾Á"
  b" ÂºÑà^M\x1A¾jžWp N"
  b"ívÂî2ºO*ºc▄T&ÅÛ§"
  b"íô%üE\x18Idú¦VAx╔\x14ı"
  b"ºUoÅ\x0FðKwè\x04±\x17à\tÅÖ"
  b"ºþ¾®±ÍBríÉ└ÂÇiIB"
  b"ªî:\e\x1AŽD3§š¡Æ\x07rú¿"
  b"®göî,]Aݹ‰3ûŽvnº"
  b"¯˜gMz]Hv¹ö¨‡fxm¦"
  b"²ùð\x18 FN~£Ð\x0EISH\x14f"
  b"┤ÙÎ\x0F´óBÓÅ┘Äi§"Iâ"
  b"µ¢=\x01öiL›‹—Ð{Íh\x16\x02"
  b"¶·Rrò\x10C\x05¶üü܉ß\x10\x05"
  b"\x1Ey\x18\x0E¢J®ª\x1FnÍ┴òßÉ"
  b"¼dÁß{‚I•ªI–\x0E]¶[M"
  b"─3\x13_\x05NHwº┼Èg░°Å╬"
  b"""
    ÄZ\n
    †OaL´ ¢Ø"ýÖ \x05
    """
  b"NjDžQ(Nаž[ªœÂ¹."
  b"Ç¡ª\x1A\vUK «t~EVŽ"·"
  b"ÇÖë\t³œCG‹uK‡ž'`Ç"
  b"É\x18äÐûÚH—¿úõ¼Ÿ4ÜÃ"
  b"╠í\x18-æÞE\fì\tU"aÿ·\r"
  b"Úû_GD'Aç¡z\x1C\x1CæÎ\x17¿"
  b"¦I(UÉINø®\f\x18Ô§│▀\"
  b"ß\x0F‚J±FN÷©`ZWªÚ&ä"
  b"Ó?Ä░opJªâ\x1D╚üäT)\x0F"
  b"àYù<‘CFoœ\x1CXÍý\x7F×:"
  b"áÝë ø‡OI¾âܲö\x12™§"
  b"ä@®\x06¤5Aß»\x1EoÝ¡³–˜"
  b"ïª\x19Oò¯J΂5z\x05£\x16ûµ"
  b"ð*—&ŒQ@í£'´³ˆ\x12Y\x11"
  b"ðí\x14\r\x027CÖ€÷A†vFÖ>"
  b"ùµLÄ^ÕO\x0F¡ñ#;ä\t݃"
  b"·oÉtÕ¯L╣º╔d.­¨-è"
  b"ûµ1qÆàG¯½4Œ\x19B\x17ƒ$"
  b"\x02äGÑ”1Dª´Œ<˜qEhP"
  b"\x08\x07Ø¡\x1E¦JñºYüÂ\x12-‹û"
  b"\fr\x16Yœ%L`°ŠÀ\x00¨Pvô"
  b"\r\x1C†ôî¬F™´µæyFEu?"
  b"\x0E\x17\x06ã\x0E\x06K?¸Œ±FÒ’Ô–"
  b"\x0F.`öÿzEñœîÚÞ{bTx"
  b"\x11\x1E7¸šu@ú”%ŠÒ–˜õÙ"
  b"\x12¯`\x06òüGÏ¥s+™M\x08þµ"
  b"\x13õ=Òá¼Li‚s—ÛæÞâÙ"
  b"\x17´\x12Ìb]Cy­7™@“)ºï"
  b"\x1DÇb»±(Ew’£Y$ üÍi"
  b"\x1EÚ/ÈÎ\x11M…†{7^ððöÎ"
  b"$ðÏÝ•ÄJ‘ŽóJö\x14$g "
  b"&)²¹Ê$AÕ·û¶\v\x0EN\x17\t"
  b"4DÌÅŽ\x00Có‡Ò†¤ýâÓå"
  b"@\v\x1CQ9C@„R}ׇ¼·î"
  b"@cfjå2F4œˆ\x18\x02Ìs—¦"
  b"UÄ~\r╣▓K>ìô1_■ä¹a"
  b"n`kÞÇvC ‘§FùçÝlÄ"
  b"nqí¶\x1FuJ\x10½wHg[\x19êC"
  b"q$ÿzÔ°OX‡í¦p¥åáä"
  b"|JE½¬ÝNá–‡A{¹y^|"
  b"ˆÓ3Z%QC\x0F†À[Û$UN$"
  b"‰ºuk¦OIã»5/‰ÝÝÖÒ"
  b"‹Í0‚zÌMæŠJ€HH€è5"
  b"–aI¯ó\x1F@(…ß^Pmîjp"
  b"ûØD4ÝËE$égãZ▓'Õ9"
  b"Ø▄3\x1C\x00kAñÇ\e>Î╝Ç┬Ç"
  b"ž8[D\x16`F¯¼jhZ#És¿"
  b"º\x1FðÞ[tD\x18ØX\x08c\x7F\x0F\t{"
  b"µôqÓhÓN&²E¸\x1AOè1é"
  b"·æ?þãSEYš\x1FÒ8º\x1Aßó"
  b"½ÐíFr]@7¼7”×ð‘yÌ"
  b"Ã]A\¸¢@¢ \x1C¤‚'GCì"
  b"""
    Ä\n
    ·åsºJ ¨†\x1C2¬É´Þ
    """
  b"ËßnþùSH÷£†\x05¦˜±ÐÞ"
  b"ÐÝsáéí@¦†"¬‡.™Å³"
  b"Ò£¢¹‚¿E¶¥4.% dù="
  b"▄ÅUSǸAzáÎä xö¥ø"
  b"áà\x7Fе\x0EBÅŸ1Ìø„¦ÏI"
  b"ÔØ«‗näH{øx.ó½\x14O└"
  b"è$QµL÷Ov´Ÿ\x1D\x138¾æ"
  b"Ú\x7F,ß"¿B┌ù)¯^ü?\x0F"
  b"îRìÂ\$F¿—êÛËå„sÙ"
  b"¾/@bù\x16H{ó¤ØO░DT\x11"
  b"""
    ó•Ï’\x1DšAË´\x7F\n
    [ V•\r
    """
  b"ó¡Å\x1A\x0E\x1CA5¬Ñ\vùØsÄ]"
  b"õ³ÒjòÚGCƒ³€®]GàÆ"
  b"ø·:`\x17\x17J\x08¥\x1CDˈÜIÂ"
  b"¹e¡▀ßÎNÉ¥ı║\║aZi"
  b"ý+\x07’0$A8¸\x16#*†·8Ý"
  b"\x03þ}Þ\x06%F¼¨ë.cè\x06£‘"
  b"\rF¿@Â\vOÖ¨Iov\x00†‰¼"
  b"\x0F»ß=v\rJ’³'™\x07í®‘ò"
  b"\x18z9݇²CÑž\r-\x17b7\x00H"
  b"&Ž·dƒÿIa¤ï¤­\x1E>\r¨"
  b"3Jat_2NÉâ║T█B§ª~"
  b"8¼t¸,Í@\®Âl¨{a…º"
  b"9sòd\x12”Eˆ\x166o£ýãÆ"
  b"\x17‰]œC-†é\x1F¦¯\x7F'#"
  b"DAWæ³JF=¡«‹á2\x10Ú½"
  b"G¦k¢Ð2@%┐lÍØb Xá"
  b"O¾ô3­ DáÆ┘1BÅèÐÔ"
  b"WW¦'›\F1¹ÓÑ—¹0Ëÿ"
  b"c{4%ÿ\x1F@ÅÜ)\x04ê)ãý­"
  b"e;ìtÇHOË¡*K\x11ıÔ\x02ª"
  b"™~\vÔð2@ÞŠO¸¾à{\x0E»"
  b"Üsı\x15┼XDtÉ̱ÓüûaW"
  b"º\x15Ü;¨çB[║Ù\x1Dìȶêv"
  b"±Dþm·VB`ŠQ$X;+~k"
  b"Á²\x05½<¹@û¥\x1FTV0Êbô"
  b"Þ÷¿„ÎnEܨ\x11dÜÇ~+\x16"
  b"""
    ÕD\n
    \x07ÓËE'ÅIc7[ÝÔ&
    """
  b"é»\x05S„\x0EJ–¸2ã¢÷‡wÅ"
  b"ëeG¨ÃNG&¾\x1Aƒá1Ý\x14"
  b"ñê¾;6ªDg›÷fa+õ\x115"
  b"ýÑ{žÊÆK\x10®Â™ïÖ\x03\x034"
  b"\x00\x12r$ÕÎN¿šD‡•ÐË\t#"
  b"\x03\x02¸═\r\x01A>¬ôì-ªoÃá"
  b"\x03JÉo\v=Gïªn ò±+pÙ"
  b"""
    \x04¢MK”~G%—£¹\n
    &\x1F'\x18
    """
  b"\x06Geˆd˜F\vªÓ¤¢Ú¹d"
  b"\x06…5œn®M!‰ZŸ@ æl\x11"
  b"\x06ÂÕ2\x1D²E!Åg¥5Ã5¿±"
  b"\x07%7¦»\x11Ev·°ðQö¦Éb"
  b"\t\x01\x01\x7FB%°F4’Ê€\rk"
  b"""
    \n
    r8\x05b\tGTèıØ^¢²¢=
    """
  b"\r\x02.ŸëvCX¶\x03Ç\x7Fœ±k]"
  b"\r=ü¥\x11\x17Eäù92-=¸+´"
  b"\x0E\x1A\x1Ab<ùEÐÅü>*i\x13\v\"
  b"\x0E,Wéü¡AÝô£'\x06└▓ù▓"
  b"\x0E\r+U(Fz’g˜6(¦\x0E@"
  b"\x0F\x03çÒ8ñIB«\x06Ng\x05D™v"
  b"\x0FðM\x08}SA4ž!n¢R$Ú¡"
  b"\x10\x08¶║ÇìOT╣-º|0#âá"
  b"\x10âî┘¥\x0F@oè¥║ëNïÉ═"
  b"\x10¥i×™îAãˆÎ×Ò\x1A\x01"
  b"\x12\x07uÇGM•\x14¹z`œöe"
  b"\x12ªx©\x7F$Cý¥v![Í[z."
  b"\x12Ã’ðŠ”Kû„mü*ªÁ9ƒ"
  b"\x13\x15Ô6'\x10G%œ´E$LûÒ´"
  b"\x13l£“äŒH\x1DƒUøê›\x0EŸ\x1F"
  b"\x14\x16ðÝ█xMtümÚsô­─╔"
  b"\x14░Å\x05!▀J\x0Eè#\x15\x05ÁJ²Ö"
  b"\x166”T¡xLð¦Írò?Þ÷,"
  b"\x17c†‘ÚòN0•>\x00Ž×€„·"
  b"\x19c%PN‚Jɶ\x068/qÈ´ä"
  b"\x1AÂ`Õ\x10lJ» d’\fB¦.Z"
  b"\x1C\x13\x16´FaNq©9’1\x03 êî"
  b"\x1D\x19\x18ótjL¶—N¶S\x01pŸs"
  b"\x1D;\5'ÑBº³ˆ+P"s\x7FY"
  b"\x1DŸñ´\x17BIŽ­C—JžI|Ã"
  b" 0£_aÅK=¦+\v\x07‡çÖ`"
  b" ã¢\x11cæK\x15¾ÃJ¡=sV/"
  b" çÙuµtC³®Âì>6Dù¬"
  b"!kû¬╦ CØÀÍ`³└iL\e"
  b""\x0F~¶QCMH›œ¹ñ–¸™œ"
  b""m¾\x1DöýL˜¥\x07÷KäåÕ["
  b""y\x1DÁ\x05tJàŽ=ð\x1CÏPˆø"
  b"##[ÔRÄH,™\x1FA}ËÒá|"
  b"#|>Û0=K6│àwÅÁ\r®W"
  b"#ûΠ¶\x05BÖè\x0F\x17Àü"_¯"
  b"#œÂ"\x07\x00NŠ…\x03óå\x7F¾Â$"
  b"#›ŸÒœJ‰¡\x0En*\x03‡ic"
  b"$6Kl\x10ÆB*¶þü!g€8Ã"
  b"$KŽölŸI\x0E§R}š\eoùÏ"
  b"$¿*ÔzØ@ˆ³¹Â£™r„h"
  b"%[\x1E\x05PØGgÑàÑ\x17\x1A\x13E"
  b"\x04\x15\x0F-@Þ¦n³U\x1F^wÓ"
  b"&DQž…\x06J©°\x01\f\x01¢5ô~"
  b"&‡!þZöK\x1E­ž÷dzoKµ"
  b"&¢ç\x18\x1A)A¾ ¨Rª®\x13ÎÄ"
  b"'QñNfgOª°¨òX\x06é\x1F"
  b"(Ü%š¨\x18B‹«zSiæt‹‹"
  b")„mµÈ‰A=°\x00\x05ÊÎit´"
  b")åc—vdHd™\e³sN ®‘"
  b"*f¹6‡hD¢ŒÀ\x11Fûñ'º"
  b",¾mÙrÆB8ØhY\x07n▒\x13s"
  b"-i0qyÉLÞ¥!¹╗Í─\x17_"
  b"-m¶\x1A\x10ØH2Ç~¢▄âòÖ┤"
  b"-{r¬þ°HP™÷©ðj•#I"
  b".->\x15Š›L\tµ"Ù\te\x07 ("
  b".bxÑb·KПëè)\x1F3—f"
  b"25,\x0F╬2LÁº!wMØTO┐"
  b"2>ÝwgËL³½X\r¼%0\x00{"
  b"2e„.P=E,ˆ“Ú6ß!C°"
  b"2‹¬\x1F,žN\x16³‚ø=f\x1Eľ"
  b"2Äc²Ï▒Iàå╦͵ؾ┌▄"
  b"33oþ{>E¥€í¶Þwî\x1EÆ"
  b"3Ã+G\x7F¡E’º‡8ÁÁr90"
  b"\x07\x04tóBt›íq+PqB>"
  b"5¶TÉú²Cµ­BKM(<\x15\x13"
  b"""
    6¹ Ò—îK>ºà·|tÿ\n
    É
    """
  b"71ú8{rJZ¿t‘È\x03È®Ö"
  b"7Ÿ1ÝÀQ@ä¯vƒ}š+\x10Ÿ"
  b"""
    8!8\n
    ÉòFת¤W_&bÇ{
    """
  b"86üÃ90F\x0E‚•P§õŠ0‚"
  b"8º¶\x0EêƒNƒ…\x07õ!†%e\t"
  b"94°ç¸‡O©‹w±“rà\x1E\v"
  b"\x16aå„Bû¡Ôý’çfg¬"
  b"9ßqC%‚IŽ»aP¦³Çí>"
  b":\x02G²'«F7‡Séû}}p¡"
  b":\vòñÒCB\x7F„NCÙ6\x08Ìš"
  b":=\x08É\x12\x07@Ì”\x07\x15=Øù[D"
  b";W:£|ý@ØÅ=6=¥ÿIù"
  b"\x1CZˆoBü‹ìacë=¥¸"
  b"<jÉþ+ÒL‘мr\x1F7Vy "
  b"=\x00JÝD\x1AA¤„ïNƒ1’Ñ¡"
  b"= g›Ÿ•C4¤\x0F¿âÞ[Pc"
  b"=¶…¢÷gOf‘\x0FíÖ^|¡\x01"
  b">\x06þ§M┤AÊÉôymJK\x05¹"
  b">WÓg_ÒNƇqll\x08qÁ8"
  b"?jxv¡»JÉ¿¶þä\x17\x16"
  b"?ÎQ$Æ\x12F\x14‡Ý|LÃÞ˜\x10"
  b"AÓÔ\x1A]ÀBv§‚ëœ5Ð:Z"
  b"AÔ÷{fÄA îI üX ú1"
  b"BÅ┐\x0F\x1FQJ‗âÅ╝iÌ\f╝¸"
  b"B╩Øy└BG\e¢Z╝;\x0FöAÜ"
  b"\x0E…?çAy­µ#ùp‚P\x19"
  b"D®íØ-ZM=–\x16qg…Õ\x16"
  b"Dº@Ø‚‰@\x1A•Hù\eÅ/k‡"
  b"DÌß~\x06½Jk´â*‹_\x0E§ß"
  b"G¦æf╗ØOÝ║§¾Íq\f╠."
  b"GÌý\x15\tÖIÑó\x06\x03Gt:Vì"
  b"HRfÎ\x01q@Ò¡.\x0E\x06}8Ç8"
  b"H”[m\x12\x1FC €þå\x0E\x07\x14šX"
  b"KÄ?êdrA`²HîÃÖ\v¨z"
  b"M4…Î+LOnˆì…P“}§="
  b"N`c\v0œD\n§\x00¢è4ëØ¶"
  b"N\x7Fv4¾ùN6† W³\x04!\x10Š"
  b"OO€…î÷@3«Í«Á\e]Öo"
  b"P\x11Ü‘Ð$Jf±_âù–½² "
  b"PšÀ\r\x07õA3¨\x01AÅL\x03Æ_"
  b"PÍ87$OM’‹F5\t\x07ç"
  b"Q\x05\d/FKÁ·ƒëGÕ\x060$"
  b"Qaÿ{\x06¡M¾¸1‰A ý–ò"
  b"Qi\x12┬imN┐ØÐϺs\x08ó╝"
  b"QŸÜ´\x13ÐB&˜8\x03ï~/_Î"
  b"""
    Qú¤)/gK/­\n
    àñ\x19nØc
    """
  b"""
    S:\n
    ì\x1DHG\x15¨|çþ›ÙPÎ
    """
  b"U%V±\x0EBEZ»§ƒöcl\x16¤"
  b"U¿“q‰ÚE–§µûß»Ûf*"
  b"Ve¼Â]lJ¡¸I,Ÿç$›Ù"
  b"Vx\rQ\x1E*J\x15±\eS\x11\x1D”í"
  b"VÝVãÀ"L…®VÝ4\x00"Óx"
  b"ZAqiSïMÑ‘,|F\x7FdUU"
  b"[¾_ÿ\x1AID\e¼€ÊIÀ\t—µ"
  b"]ºìª\x05└O±╗U\h×ùgÙ"
  b"^Jt4ë`@]ÑÅ6geO╩\x11"
  b"^ÉvÇ║║Mÿä¦J«├ÅJö"
  b"^›¼%`\AÀ’qDC\x17ø_„"
  b"_$/K;UCúØßT╬\s\x19\x07"
  b"_p¹š„PO\x7F·ÀI‰ù\tì´"
  b"aŬ͑VFè üÙ?ýj\x02º"
  b"b&vég†N\x13£u"õ\x13œùÑ"
  b"""
    b;~\n
    ÓTM\x06›¯\x1A\x06Ý·Zg
    """
  b"b·ÊJ9ÊD¿¾Œ\v\x16S”Kž"
  b"dN‚ógmA¹»7”ël\x00]h"
  b"eCyËr\x1AF1 J\vR=­'›"
  b"fh8èt\vM¿³NT\ÝPã”"
  b"iëÃ[\v›Bì¶nºR0ÉI\x1D"
  b"kÛÁ,ftN_‰#ó\x0F\x17"
  b"l2║║OòLgÄF+Þ.«-É"
  b"lœX]¬ÔF–‰tÛfY&£w"
  b"mA©ß’ºOŠ­œKçŸ:¦Ì"
  b"q©[î…+G©•Òõ Ũö€"
  b"r ‡y˜é@Ê“® ëíöbì"
  b"rUl1ïwLe·SMºá'L¯"
  b"sI[\x06M\x13B^´þð¸ô>\x16Ž"
  b"sʹn*ËLàº\x02ÿ\tDæe\x15"
  b"t”•t~*ND´»öœÝêç|"
  b"v\x11\x08\x17’æ@È·ÌW\x068O\x1A"
  b"v[°Ã¥1IH¡ÀZnhÏ5x"
  b"vØ*o¯`AHÇÛX3z└FÖ"
  b"w`£TðÖHüâA\x08­O´.J"
  b"w│\x02ƒ┴HOüº█Hû#%©U"
  b"""
    xm┐[ŶD?é\eOG?\n
    Öd
    """
  b"x|{’®\vK0‚W×a‹"Û\x15"
  b"\em0yII¤»©wÌ´ÛX"
  b"""
    zQb¡\x18ÈI²¿È\n
    Ëíñ}©
    """
  b"}/\x11$ÚˆHm£¹ô\x07Ü%æ›"
  b"}†t\x17¤RO}ŽÒݰá¢,^"
  b"~;\f* \x00Kߡৣjëª\n"
  b"~MW9\x10ÒM¡½¾]\t\x03¦ç®"
  b"""
    \x7FBØéàTI\n
    ív5hÐ╬Ù╗
    """
  b"€Û?†\x057G9”š×|—Í‘œ"
  b"ü¨h\x05:éC¿▒1■î■tÙ-"
  b"\x04Ø\x0E4ÈE­•%†–”.3["
  b"\fpΗÏB2†­\x1DÒ#\x02ä("
  b"é³&XuÙJ█ÅÜ-\x16w█í{"
  b"„ÿS=\x1CËN)±"I쥥,V"
  b"…<º\vT?BÕ \x1A¨p"YÊÔ"
  b"…J\x00ɯšD)µ*¯«ÙÐ ""
  b"…Œ'Mƒ×B8¹Åz\x05ؘÇ\x10"
  b"…ÈÞb§5J;“˘^¹kÊ©"
  b"†®S:¡XK¡ŽJñ\x02\x1Eî\x08"
  b"‡Ž§\x1E>ÏKÑŽì,d•6\x01Ì"
  b"‡ 5ºÆ¨KÙ’K\x00K\vñ\x11ó"
  b"ˆ#ï#ćA\x13°ë9|ñš‡µ"
  b"‰!_Ì]ÝAà‘\x00]Ì%\x03Û¥"
  b"ë-═\x04\x1CÉNhâu,┤yP%╩"
  b"‰k¶¥µQLO›œ;}ûE¡?"
  b"‰Öñ—¾šG"€P¡â¿—«|"
  b"‰×éÌœ£AˆµÝ\x06\x16hZÜ¿"
  b"ŠêÂG4AFë“F‚\fPü©¶"
  b"î\x13\x18┐@M¾É║├k<^\x1Cu"
  b"Œ¦8'E Iá‰ú\fv­ –ó"
  b"ŒÅâ\x00wÉC’§ÂlËf[ûë"
  b"ì\x1A\x01▀T\x17Gaèy\nµ\x00¹×j"
  b"ì\e`t█\x15J?┤Ïó£ç9ü}"
  b"ìb½bÉdD_ô¿Ò,¡ZÎj"
  b"Ä\x04)÷@ùEµÅDVò½¡BD"
  b"Ž•Ôp"\x15KB·Ôåå÷à\rj"
  b"Å¿╔ı\x04ØC░êî\x14\x14┐Ní"
  b"‘XJ#ßêKê¥û\x1A\x0Ee›^ý"
  b"‘€íx tK\x15ž|\x18Z^…ÌÔ"
  b"\x18/<\x0FÔJ<‚\x10Øp¹§[z"
  b"’j’àh´N—½RÜz5æbS"
  b"’ú\x1FÝ6ANŸŠê$ÜãÀ¬µ"
  b"”½JØ\x15/Bv‰\rÒ,Œ…Ë"
  b"•)§°DJB¨†öÚ%?£ÎÛ"
  b"–!þNGdEü¶.\x07“9ÿQ”"
  b"–M»âK7C∱ž%f‹¹‚"
  b"\x7F9A¸ø@[Š5ivëå´\x16"
  b"ûØR,*6B═ê$(╠Ê\x06Ò─"
  b"""
    \x13­\n
    O\x16Lß’Å?t¾æ"\x1F
    """
  b"""
    ˜\v\n
    8{¤I™‘\x19iÔp[\x16è
    """
  b"\x08\x05‘—èH}§&v˜"Ï\x03Ú"
  b"ÜI2£)(B>ÅuC\x0EY═└ü"
  b"""
    ›V¹÷\x1D(JвA‹5\n
    ö\f`
    """
  b"›æ\x13‰¶–H]›j§\e[\x15½÷"
  b"Ø%!¼6│ERÇôä³/Ü┼ð"
  b"ØB=├ä‗G>À¬┌Ôûã²P"
  b"ØU®\░µIÎ▒N\vòñ\x00Ï×"
  b"ØÇ)7▒╩G×ùaå7ã¹áÎ"
  b"ØÅ¯Q░¿D)▒]¿ë5╦Åë"
  b"Øû°ÖƒþLôªù§n;S\x02±"
  b"""
    غ**\x04zA´ÉeC®$\n
    \x17\n
    """
  b"ƒ╝+à‗ZE\x7FÆù9_ìPÖº"
  b"ƒ³¦²┤DNJ╗`É"Ù\x04C\x0E"
  b"¡VðÙƒ•NU¿,º€{É\T"
  b"úÜ┬6>ðN\x7FôW┴ìGÛùñ"
  b"£²³ÿð3Jâ•í·W t_€"
  b"¥¡J>¼®B7†×\x1A.\x03.-…"
  b"ªoiöÐdD<öþwüz╩ZÄ"
  b"""
    §\n
    Õ¡ž`C\x1Aµ æ¦o¶›à
    """
  b"¿\x1CߺÐÙFd┤ì6kþ▓Àl"
  b"¨PLA£/A;‚$sÈNr¥Í"
  b"¨Uy3ñwB\x1E©\x17*³¸Þ"³"
  b"¨Âç¤5!Bþ»@”Ø$àÚˆ"
  b"¨ÍÂhÎ\x05Cü¥\x7F9A¿dcz"
  b"©+\ÑË2C\x1F‰NüA³¿9í"
  b"©j¤E,ZCõû$P²ƒ\x07P"
  b"©‘€\x0Eˆ\x0EHÚ™Ò3ÇÆæ®¥"
  b"®´\x01╝ücG\x0Eä\x13ÂÍ\x12+Cw"
  b"ªÇäàô(M–¹"l_ð\x04‹¥"
  b"®AvË@ÛH*€vžv±2-”"
  b"»Â=ùü/D/¡oLv±°═ë"
  b"░²¬°v§D7ô░*═ÃÅ╬÷"
  b"±H¯\fï\I[ªxÄ7öIz¸"
  b"▒žìǃJ9ø²d┴\x04z╝D"
  b"²kC\x15hâI@°ë.žƒQ–:"
  b"²´\x07ÖnüGË©GT臯\x18¢"
  b"³«I\x04Y«K*¶¢_R\x1EÉã\x10"
  b"│¼=õ\x12û@ü│▒\x10ÏPÆ\x01"
  b"¶U\x03ÇË\x1AM†«UE<D\x05\vŽ"
  b"©2wx\x08ôF█▒~É\x14\x0E8uÕ"
  b"¸çLwÚ\x1FMëªÄj\x12­ç­Ö"
  b"╣~ù»┴S@Féw╗`┴╬.Ø"
  b"\x16¼└\r·FÌìIt4£"
  b"¼[?ò”’M±ˆ[tA}ó´Ñ"
  b"¼iÃ~Ž\x04IÏ¡3|ˆ\x13i( "
  b"¼vÑ0\x08KM:”~žX\eŽ&O"
  b"╝╝U®uALÀÆÕyþÅQâï"
  b"¼î|ŠW+H\x0E³ˆ\x16¶„\x01Þâ"
  b"½yr@]ŽKí‚\x07*§Éí\x04é"
  b"¾tWò8¢D\x18º\x07£‡\x1Dq\x18û"
  b"¿\x1CdvÂ\x1CE\x17‘ûŒR„x˜™"
  b"¿h\x7Fu|eJƆw\eÙòdòy"
  b"¿Ü¡/I¢Oì¶›®¦a\e’Œ"
  b"ÀÞd[:þ@™š3FÜ2\x1F†¿"
  b"""
    Â\n
    ”lâ†Fï¨R=\x1Añ˜ba
    """
  b"┬&qÙ þGôØú£Î┌K¾i"
  b"ÂúÖˆ\eØH ¿6\x042%…¡""
  b"ÃW»Ë3fHò‘.x\e,J»¿"
  b"├ìv;·|JÁ│;gF½þõk"
  b"Ä’úÚU*Là¢ÏwÃuŽkŽ"
  b"ÄÒðÆÍÏEE‡\fý\x10¶ñ—"
  b"Äð®ˆpÉA(¾®Aa:w$Ì"
  b"┼║`V"ÜC!½?ÒÅ«=VP"
  b"ÈJ!†'_I\x13³çrKà'®}"
  b"ÈZ¯à\x1A\x0FMÈ‘pÊ-R;¶N"
  b"ÊpÌ|\x03fHb°[¿_ªþ›È"
  b"Ë\x12rL”\x17HF³>*{IgŸ\v"
  b"╦à¦8@¸B╩╗üÜ~*Ï[p"
  b"Ì\x02Yjè:NV€ã“\x1A¡ „õ"
  b"Í@¹8®RC\x02¦MÖ±©S+J"
  b"═█øSÑ2Mdèsi"\x0Fw\rü"
  b"ÎbŽ•c‚NÁ«R¥3g\x1C"
  b"╬áÇ|ÅLD<ù\x13*äqC\x18C"
  b"Îä[ŠR<M§¶­^hÆn1Ÿ"
  b"Ï&œBf\x14MM®~\x1F‰9\f^i"
  b"ð▄£ÌµOE\x18êÂü"»\x00\x168"
  b"ÒQÿkB|N\r”´dÒïq)@"
  b"Êå┐¸t$O Ø┼\x0F─Æ1Ëe"
  b"Êú·│­l@Gºp╔üNmw*"
  b"Ò½\x11õ3\x14IG›¡Håìrô¯"
  b"Òùn\x1E¨°LI™gð›¸ÈóP"
  b"ÔL³b±ÍI\x05³Ý`\x05çñ\x03P"
  b"ÖuÕõ¤\x10LE—èiÑ\x12ÍâÐ"
  b"Ø\tM\x16SœKÕŸ\צ\x01ZÏ£"
  b"\x0Fi_╝ëF\vüß\x03û│QÜý"
  b"Ù\x16\x12Æ’-@|¦Ilö¹s»E"
  b"ÚI{®D}HpºKïÛÐ#ˆ\x1A"
  b"ÜÌÛIýëJ„‡ßj\x12ç\x02çQ"
  b"Ý\x12™æ£\x15Fö¦Yà_¨¢d›"
  b"ÝŒpX\vîAʸ԰.ЛGõ"
  b"¦Ñ▄\x1Fc╠EcÅÃS\x08{ÛØw"
  b"ݹúµUHOü¡ß\x1E‘l}Jo"
  b"ß\x02\x14!ä¢Il£eÛ€¾ì{·"
  b"▀ly6Kí@iØÏ£Ø‗t*\x1D"
  b"ߦö›9-Kü¢ÈP9S@p\n"
  b"à-½Ø„\x17NÇ›—‹ò8ø„€"
  b"àæÍÎQ<On¼ì!5.ÈŠ\x01"
  b"âWFÌ,\x00J¾µzSË×gØ…"
  b"Ò|\x0EvXÉD´©g&äB-Ë╬"
  b"ㆠGí»JI«L\x7FÔç`·È"
  b"ãÕ³v]\N\e«CÇ…ëÄ\x03x"
  b"åÜP2/aL«…è\x7Fã—%\x18®"
  b"µÈüL]RD+í&©>&q\rÌ"
  b"ç/•|¦úH\r¯¾)mˆ}&\x00"
  b"ç?2.à\x05K\x00Žg~‹~"Îú"
  b"ç?G–¼âBA¡°\x06ÛVÓ(¯"
  b"çT\x1EmS’@\x0E±.{\R§\x7Fù"
  b"çgŽË²„D4”\x08ø€b‹·¡"
  b"þÍéÜÅ\x02N2®┼C»\x15÷┘s"
  b"é1Hh\r\x1A@0³Üä½³£\x01["
  b"ÚU║+¿nCcôaIÙ\x18Å1P"
  b"êwˆÕepG\x18¯\x18J˜ûf„f"
  b"ë8œÛ­¥E`·  pÏ]^‹"
  b"ëÏM¤¥wEè™\x02æV+YKž"
  b"ý6S▀\x0F┐LG╣ª¶¡ì·Ô9"
  b"ìay„.•L\x1F¯”{XÒÈIŽ"
  b"íAn\tÿîGï¼_BÿTˆßp"
  b"íçr\x10h¢H,§ˆ§¬mŒB+"
  b"""
    î”`\n
    7±KO­Há¾\x03?V­
    """
  b"ï;T‚y¶IP³×õ\x03¿ÁÇç"
  b"ñÎn\rc¿K\x19·Ã˜Ô,Bȧ"
  b"óTFHK\x10K"Ž\x13¯Ð\x01ÚCl"
  b"óª¸kn1I­‘ò'xI\e\x18"
  b"¾Ý5#jóA^▒_Åy╦ÖÉ_"
  b"ôÚ\x1EU] G†²l©ÁR\x08É"
  b"ôÛ†D\x10\x1CF´²¬Ï:\x12\x02\x18ø"
  b"ôõÒÖ\x0E¨DÚ·å™ýýÕM\x1C"
  b"õßh)ªQ@‘¬ªK¿¡5¤|"
  b"ö\x13ÑJqÂI"µ^\x1C\x04\x15²Îz"
  b"öÙ}\x19\r\x7FMÔž\x01o” \x10Ô•"
  b"÷\x10c,0ÄBù–~ÖužAD!"
  b"¸d_\x19îÅMxÅj3║§\x04═Á"
  b"÷ƒ\x17âŠÄHÝ©©ý1W²ÅÓ"
  b"¨<i?XôJ¿ÅF;Æ]ÕÑ┌"
  b"úïuÔ\x13\x19A·½Œ4ù\x0FG4æ"
  b"û#:=ÉjK²«ÜK‹IR\x19?"
  b"""
    üÁªSÖËE\x04³\n
    o“\n
    Y“F
    """
  b"ý@<\rî,AJ‘ö‘’b,\x07c"
  b"ýN\x0EèŒzF ’sE‚ùæú="
  b"²┬IÞMÑD▄Àí-Ï\x1D¢¦ì"
  b"■HrÉñ└Oý¬=¿█5ƒtÙ"
  b"þ»Ú~'º@”ŸWÑ\x18\x11{ñ"
  b"ÿ²×t(ÝGIž¸ˆÝSùUÂ"
  b"ÿ»Èš‘\x15K%˜\x07\x1Dƒ 5T~"
  b"""
    \n
    ╩r─rcN»ü_[a¤U(~
    """
  b"yH$\x07ØåE¢´Òfë\x02XP,"
  b"„håÇ\x06%I̱¯\x1D\x19ä%?à"
  b"ÉŸÔè<œOm“¯¿:öÔ›á"
  b"\x06ܰNê“F%†\x0E…Ï>ø4Ê"
  b"""
    \n
    9}‚‚\x19Kç±µ¥Ý™Á\x08Ï
    """
  b"\x18ÿB\eý\x12BÁˆ ‡·Ž™fõ"
  b"""
    \x1C\x17\n
    \x1F£ìCX▒Jtr+0Yî
    """
  b"#¨ !ÖçI'ˆ\x08’ð~E\x11«"
  b"N+?klvCQˆO_æÙ%ã3"
  b"S†¿ëWªG÷­,Í3–\x0Edx"
  b"qD\x0E£%’D9¥—¾ñêá†X"
  b"~Z\t\x17œ›M׌H!ãt£\x1Dn"
  b"’1ô\x1E\x03\x16BÅ”\x1D“¡<¶×\x0F"
  b"žš–\x12SöK†¢“±0\x08p©)"
  b"»¦ÌD\x17„JFºÙÔnqÒY\x1A"
  b"œÇ\x08O+@u¸É\x03*^8±°"
  b"¤Di\x04\x0FÎFo¿\r̦ü¹°ä"
  b"Óp\x15ðŸ\x03Iù¯!c²èÒ¨Ã"
  b"\t\x05ÿ\x10ULFÑŒB\x1FÊò¶õþ"
  b"\vű¯\fÑJBÁøpÁ \x1E"
  b">|wÛZÈGè£Ç¬‡tz¡ó"
  b"Cr\x14AsWF\e¸\x03PH\f­:\e"
  b"Xfœ\e%ÿL{™¬P\x04u9öæ"
  b"X¡`éÒ¢E╝Å╝ıuúLG┘"
  b"[\x7F\x0E┌ÜöLU╝þÉ┴B\x0E÷╠"
  b"z\x11Ç\x02N\eM7žßú ¤m\x1Fg"
  b"z¦àu}£E‹Œñn¼’é!@"
  b"\t wxüDB†dþè6^Kà"
  b"š¨\x7FZ\x04‘G\x1E’EaË»ŠDi"
  b"╔╬ü¬‗XFÃÑ\x06║üÐìÄ▓"
  b"ìɵî+ãLž¸ù\x16é\x02ÕN\"
  b"´X¡3üfB/ñÈ2k(õ±W"
  b"\f\x0FgñFDKX¬\x06éØ\x0E\x1AÛF"
  b"\fnšJɦA¦¶ðF\c«^«"
  b"\x0E'IZ\x0E\x1FAØ¡¨Û­ã|╦û"
  b"!N6² {L‘…>‹x»rnÌ"
  b"+´à\x05ïÞD\x13ü█ð└kå¶\x1A"
  b"\x12IÃVJ¼žðÚÃ:\x03\x17"
  b"""
    :)Î1(uM7¦g‚ûÓ¨\n
    2
    """
  b"EŠ«cëwI\x13‰9aØr,!±"
  b"aÉ.{\x15\x14Eòò\x12~vi6åµ"
  b"ìÅÅæÑ®AlÀ÷8M³VñY"
  b"ÿÅêaúØCÆçA¹\x1D\f.VJ"
  b"¢¬\x02³\x14ÔD™Ž\x15\x15ýÙíQ÷"
  b"¦Œä·ÞÞD¿Š(üë\x006ܹ"
  b"¬²æÍ¬cA° \x08/‹¾:ð\x19"
  b"³þc®™\x17C\x11°›e/´·ˆP"
  b"¹•ʼx\x08Aó¥\x0Eɬï"
  b"╗╔»\x1A¡\x14H?óyãiülGJ"
  b"ÂM%4QFLžª,\x1E\eù\x7F"
  b"ÃVu\x02ôGHÖ»e…_KÉÇÕ"
  b"Ë\x18Ã[Ù·NfŠq,2K.§\x7F"
  b"׿g’è°@À¡\x1Fz[Ô„\x15]"
  b"î@\x1D*ÌALþ…!@•aÚ^ð"
  b"ÿ㬪H*C ±y/MÐo’""
  b"\x01jFÅ£\x1CGú©0Y›@D s"
  b"\x0E••<X_E/Œ‡ëôc/iý"
  b"\x11ÔÉgìäCÊûÃÖµ\x13Àîk"
  b"\x1E¹ÿd.úFjªý\x06 oì݃"
  b"8£Â:~ZMP¦cÁsççÞ\x17"
  b"?1┌Ð__E±Égkp\rá¶¡"
  b"L$\x16úú(KU¿\x12F´¿k–í"
  b"R\x08r&ý±J§‹\x05–i‹\x10Ü4"
  b"Z─Ò½▄ÂLU║tí┌ÜØæ┘"
  b"`‹{æ\tÁJ,µ\x15úÒ6Œ«%"
  b"q$¼ES~IÊžÙÉ\x1E]\x14Çé"
  b"ƒ)¥NlÂDOº:hºÃÔ…q"
  b"ŒÓ#\x11óÜF+‘ù]”^¦r§"
  b"ò÷tæ×öF*üÇ\x1F?âÖ\x15¨"
  b"—{„z ÿJÚ™W7ø³iI‹"
  b"""
    óaùìıéA■ 2±1C\n
    Ó
    """
  b"¬\x13#└0nIáî¦%XX\eÊÉ"
  b"¬7X7Ú1I\x1C€ë\x13#B¹eL"
  b"©┴z\x11?LB\x13¢?©F\x05kØó"
  b"¼ziB4îB¶˜É?›žƒ!*"
  b"Ü»5ÊŒµK´…­„ÌâÕè3"
  b"Ýóí§U:B\x18”€WþùT\x0F\v"
  b"ß\x08ûù\x15\vHÌš\x17\x199\x11{_"
  b"ß—\x03$’¶D-š9kBÇyDã"
  b"ÓIÜ~.hKÅñÑJ<aÍ­ê"
  b"õì$%╣þO%ª\x14äGd mp"
  b"í\x1E£‘ŽBC›¥hÎ(y3u"
  b"îï¦#.·MÇ•ª_Wö\x02ÓË"
  b"‹Ø½[W\rIG‘ O(¤áè‡"
  b"""
    Àf:=\x04–MΟôŠ/\n
    dþÔ
    """
  b"ï2·ãƒ=Jœƒoš=üIBŠ"
  b"=PÍ\x16ŠRK\x08¦WU\x16-+$x"
  b"Xf\x05ñ]·K═ü‗¥KÝ‗Û@"
  b"×■ç4ü}C1¼ç ¡\x13Ù█╠"
  b"\x01÷y×x¬Dèü\x03_┌¯Æ Q"
  b"\x02Rç0Œ\x02EU¢&%]C”Í\x10"
  b"""
    \x03\n
    zÒmfJµ€MÌâ\x07Jï¦
    """
  b"\x03\x1F\x14ÚE_žñ¬•\x15&\x07m"
  b"\x04\x189ÐB@@\x16‡9Û\x04õŸ1æ"
  b"\x04\x1A¯GFúšã\x1D:ýèT§"
  b"\x04Éú\x15Í.@iåxNÛ┘%û|"
  b"\x04ɨ|ªvD§ \x1A¬i{\eûD"
  b"\x05\x05ÍS|PH¤ü´%c\x08│°æ"
  b"\x05\x19í\x18©ÄI\x16¡Ø°Idëe®"
  b"\x05ë\f"\x17ËJæ•S›©\x1F®í¢"
  b"\x06æX&\x008K •yFæ\f³ìz"
  b"\x06øûe¿©N\x14š½ÿÎõMêf"
  b"\x07Љ%\ÐI\v¼è§\x11‡ë<7"
  b"\x07¤3Œ)3I0•’Gg“Ÿí\x05"
  b"\n!多\x15Nð™'Òñ\x00èÔ¥"
  b"""
    \n
    ±\x10×&AD_”Ï\x05„I|Ž$
    """
  b"\v\x18œ<€kB®‚k\x18§\x00M‰¥"
  b"\f\x14\x01¾\x00NK;‘0³pf¢~N"
  b"\r8"═\e█Jj£\rKÔxÞü."
  b"\rê½/\x17PAÕ¡a~RÿÕ?_"
  b"""
    \x0Fæ\n
    [²·B–šìì‘\x06€n˜
    """
  b"\x13åw‰ï’Om•ÉÇh\x17×ÛÎ"
  b"\x1AƒlNÁ½AD¿Ñ\x13c\x17©3’"
  b"\x1A╗▄Ìû¤G¶ï«mD\x06â[ì"
  b"\eÖÞ!ÒYOÖ´•a2ZÁ6Ô"
  b"\x1CK¯–ׂC9¶ØÉyÄÝ\x19\x1D"
  b"\x1D„S~íÕH£¡®ÞÂþ#\x0E\x16"
  b"\x1Fqß½t«@5‡Q\x1A†ãZ{¥"
  b"""
     dı╔¶\n
    M\x0FØþfÄy÷└<
    """
  b"#è³,àiOóíØÙB┘\x12b`"
  b"$\x04(•°"Bàˆ5ä(Jð…4"
  b"$2ùX”ñA“Œ´\x1C¼Ã—£\x01"
  b"""
    'tðÔ\n
    UN»³D\x04í#Iìù
    """
  b")cÁZ+\x18K╩ÅÂ\x11Ì\x10»§|"
  b"-¾q\r¿?@æ£y‡>Ÿäpv"
  b".W¡,`\x7FGF»<\x08bÂÕé–"
  b"/cê\x10Ÿ4F>ªÄü\x1AÎØ“\x0F"
  b"0cRœÒËLS£òÜ]rÇß_"
  b"2 t6÷°LQ¸\x17Ø5fvr¸"
  b"2(«\x07à\fKð¢/:€Ôèw¸"
  b"\x14PíÅAñ»í9ûvØ\f"
  b"5█}Å©áA¯╣iT!\x1E╗§­"
  b"6‰Ê¿\x1F¬@I¾ÆCš\x1ATue"
  b"6ºÈ­ïQLª­¼\x1D0F+ ý"
  b"6à”&q[E(ŸË†|FMFÞ"
  b";‰Ç‹TÇGr›¯Ôf)\x06KV"
  b"<Ö”Àž'N¡¦ð©";Çûã"
  b"=–z×Y.O\x19ˆ\x14Õ\x08Z%b-"
  b">«°Í–\x11B\x01ž5ѾÄM¯E"
  b"?»ÕÚíƒNÁØGð?ÿ┌âå"
  b"@—Q\x00¾\x17@ç›H²\x04\x18¤\rš"
  b"A8`\x19‰ëCR¬¡ÁM\vÎâŠ"
  b"""
    D\x06\x03ØþuC\n
    ©Fs¬Ã\x0F▒Q
    """
  b"EË•g½\x0E@;¸R\x7Fqþ¡G¢"
  b"Fd\x16ÀW±Gm£ûx¾ÏЦŸ"
  b"Fåê\x18xCF&¢\x06^\x16sÄ;Ñ"
  b"Hs/.‹µI´žîÒªMÏŸ\x12"
  b"IjY‡”MBž•SÍ•¥y”Y"
  b"L\x11ÆXÅ«G▀à]T´9æ³£"
  b"M\x07uÊþÇL9œ5\tfýíåØ"
  b"P±@'&°J(°Ô¦bùIOA"
  b"R\x06¥ÿ\x0F?Oæ¿—…¾wFÁõ"
  b"\r\x02NB½ÓàÄ\x15~\x19="
  b"TÅ╣└N7D¼ë8*íÞ┐\x05¤"
  b"ZSS7×¢Mn©Ý–Ž„Sa‘"
  b"[g¹\x18 éF¡µ9\x07\vJP6Ì"
  b"]hš\4ÄBѲZ\x03[-&q_"
  b"]»x¬&@z¦m\x11"^óËî"
  b"_│WûØàO¿▓J±B╗@pþ"
  b"aŒ6Qï#Oåµ?ñ\vénz\x16"
  b"c\x1C£•yùMF¿Õ¡Uh‘-‚"
  b"eÜ2@p@Jù«\x17œðcpAÒ"
  b"\x7F\x1EÃ?AT‹L7Ùƒ>ƒ¥"
  b"m\x14†uqœ@‚¨ÎF\x0EàæJF"
  b"m┴Cçd\x1FF\x15ƒ][¯ü8├\x04"
  b"\x17QîàFù½¯iDrÒ6z"
  b"p<¡ö»¥F±íÒzÂüµ¯i"
  b"pp\x16Í>MK\x1FºÎàq\Ÿ°9"
  b"põ}Ôç\fN‰¿føüH0™Ê"
  b"q¤K ÁLЦæÚ|ès¤\x15"
  b"u\x04\x16\x7F&\x02Jö©4ìïÈ0\r¥"
  b"ufÁúÉ}I‚‚Çå¹ðFˆÀ"
  b"uh\x06Ì\x16œBó¬\x18ØË\x03¯¶²"
  b"wÉðà┼ÃJìí¬W\x12┼´Gƒ"
  b"w‗┘\x02<ZEôÉ1Ǻ ¼-█"
  b"xVøëžù@Z…\vö^ÞP›™"
  b"xò¶\x03º¸OÑ•„"eIvêî"
  b"""
    y"\n
    \x16èºD픊Ô\\eIùá
    """
  b"y}'ÚѺHÅé═±¹`GÀ~"
  b"yÒÀ4\x03çJ¸½ÑÚìzU█H"
  b"\x13\x02\x07lL\x03Åc\eú2wR~"
  b"z.ˆày‹Gh½ì\x12\x11\x0F°yõ"
  b"z8:´Ü‰EH†J\x0Fÿl\x04Ï`"
  b"|qÎà£RIú—_`"\x19*x+"
  b"|ÜVîÕ\x08M\x15Å'L\x14"\x1A┼r"
  b"}.ðº»\x7FLm«V0P\x1E\x08¢Ã"
  b"}†-òÃìIâŸ*ÔÑ\t¶Ñz"
  b"}Éí_Ý]Hj ƒR\x12Á„#+"
  b"~Vo\x14ß{Hî‰\vÁlU\x7F‘ž"
  b"€9\x07!ÏÅFd² \x1C»TèØ;"
  b"ƒLçäÝQCn¯O¾í\x19É©ì"
  b"„Œj 1\x05C\x12‹á©—®]/\t"
  b"„¡ÃÑ}\x13L… S@nUµú4"
  b"‡v…«f¬O)ƒÜ=4ã&T¡"
  b"è%\x1E\x00╝©CCÉ▀v¸ñÂUö"
  b"Šèe@Ð\x1EHK»9‹K\x1CÚ?È"
  b"‹\\x15âoOF‚½—UÚ\x05G]y"
  b"‹ zWT`IcŸ[–[“\x13"
  b"ìqï.┘ IðÿÏ®─rVp\e"
  b"ŽÎîœrÕIô ê˜XHð\x06ˆ"
  b"\e\vàå\x17B\x17£+<\x15n¿x\x1D"
  b"‘”D\x08\x13©Mnµ\x16S¿‘‘jb"
  b"‘–G¶m¾E\x0F­±\t þ±Ö‡"
  b"\x11RJªqD`©¼—?\x16YF‹"
  b"•këep-Bx„ùÖÚÿ×Ö1"
  b"""
    òt²\n
     \Aé®Õ╠╚C\x07
    """
  b"û\x18╬JOh@]ìêè˲\x1E"
  b"""
    —q+×&\n
    Má–P\t0åŠóM
    """
  b"˜\x17\x1C®ÍŸNÕ¹$Ø´ÉŒ'?"
  b"˜ÜÉêñELj°ÀL7\tùÇ\x08"
  b"™F£N8ÔD>‡¤/×h\vˆ\x16"
  b"šÄ68·ÅJœ\x1ApÝÁÛy\x18"
  b"\r$¼]\x16Du¿\x16AªÌîÑ«"
  b"œ\x12òd2w@|š¹NŽ3‘§Ÿ"
  b"×┘¼µ/ÉDä░F¤3\x1E$×a"
  b" ôÂ7\x1A2J—«SJØÈ»\x15D"
  b"¡\x08U¯h6Fùž\x05\x11Ї\x1C§ö"
  b"""
    ó\x18ÜIåjJ&║\n
    ¶³\x16BÒÅ
    """
  b"£ž\í’øO«“pi®iÌU"
  b"¤_-Š’ƒB1/èC¸‰"
  b"""
    ¥™-T0SDJ•S¿\n
    ˜‡\x1C\x11
    """
  b"ѵÒ\x03S³@<ü³C╬ª2\vç"
  b"¿úèG«¨BAØÏï\x7F­~Ä\x1D"
  b"ªCJ\fœþCò“”×\x17!i†Œ"
  b"¡å>G\x1FÍJD®▄à\x00oüÙ£"
  b"®–Ó!½³C˜“1aQ¸\x1DÁf"
  b"¯Õ€µd~H\x00Ÿ²Ž¾ÃãîÅ"
  b"°p•3ƒôB –w'žµ3þ."
  b"░°├ÅÇeO¡┤\x03üþ█▒!Ü"
  b"±"á>·”B¶„r<;Þ¥,y"
  b"³–j6¸YF]¶êC݃\fÆ4"
  b"µàÒZ1 Oˆ™ç†ØëÛÕ¢"
  b"¶;\r\ré¬Dä„òÜÓô<žÔ"
  b"¼ÐyéÌ;Eæ¢x]\x14\x19¯Õœ"
  b"╝ð­\x0FضM²▒\x0E┴GWþð╝"
  b"½IޝýÕItŠÈµkÓt+\e"
  b"¾\x12À\x02\x01JGǪ‰¤û£F¤²"
  b"┐¬║÷E\x19@ÎèÉ[\x04RÞS&"
  b"À\x11±\x02t]Hó¯“\x11\x0E\x7F‚Q¤"
  b"À‚°ÖùÿD¦„úFl–™ÐX"
  b"Á\x07îÖ\x16ÃN\‡DjhKKLÀ"
  b"Ã\x10\x00¹Ý\vBDZo\x05¥æ\x1E­X"
  b"─³>╩▄\x1CA^ØÅAY:®D■"
  b"Æ\x18äøJOJ\x02\x01<|þ³jd"
  b"ãc\x14\x1EumI╦¿÷ص÷\v§×"
  b"ÇþÕeHBMŠ·]¹É3иÌ"
  b"È$Kè“nE`™Tɪ‹ýûu"
  b"É\x02•v¢nN*¾\x08äê\x07§oè"
  b"""
    ╔Jp\n
    í╦Kÿü*<cM=▓ 
    """
  b"\x19JG«¡N░¢ìùüJxÄ)"
  b"ð!©>!/LxüI▄z5¿òø"
  b"Ð¥\x03-MýHv ¨âš¹A“ù"
  b"ÒVèØ\x06bMþ‡ëw¿'.’³"
  b"Òt&ÈUzLĽííÁ~#û˜"
  b"Ó\x7F4×’˜A€ªÃ1'¢Ñt‘"
  b"Ô„DVR~GÚ°\x7F…UAÓ¼~"
  b"Õ†ñ鍯A,¨\eýÕh]âo"
  b"ÕÂõ£—PAk‡[cöƒ\x07R{"
  b"Í&?ó,ýGQØıT║\x13\x1CÌy"
  b"Î+èkìVHm«¬+È╝\eÚ$"
  b"Ù\x05ãÌÓ´OX¹×¶Âf¨³c"
  b"¦ý8Ôã╚E\x14¢ì'©;Lå\x1E"
  b"▀#þƒ\x17öB\x15ï·/ì¿õ'ÿ"
  b"ÓÉÞÞ;▒O@ø4HM»j63"
  b"ℎÚPjHÿ‘‡n'ʇ\x0E\x7F"
  b"âšÑ…ü0I.½\x14¹K¿÷K£"
  b"ãç\fŽ~øKe‡{Ûþ­Q!Ž"
  b"ä{\x1A>ë!N᥷1½zý8ã"
  b"åg§j\eˆ@|ªµR94O>A"
  b"éCHqëßKežä+t†GN³"
  b"íVK˜\tÇGSŠ’/^¦\x02R!"
  b"îÆ³é@-A¤™\vS =Z š"
  b"ï'YœoDBU™Š\x16zñ;Šä"
  b"ïSÖ’ê—De‘i‰T˜t5^"
  b"´s4%▀╠H┘Ø░.`pè─""
  b"´ê┼ÉÌñNÊ¡)\x04×îjì­"
  b"­:¯*zwJ¢×±çs\x12Å\x11î"
  b"­¥Î@º5AµæÝO7eØ7¤"
  b"ó)ÔÑmŠNä²p¾¬¤Æ%\x07"
  b"÷öVìhcC\x17ì\x00ªò\t¥´²"
  b"÷íÍefÑL▓¬½Ý¬\x1DN+ì"
  b"ö¢4T{AD|’nöͦÏR~"
  b"ù‘H\x02]-C왯 è>{aN"
  b"üÓ™\x7Fó9I\x1F«j]Š@q'Ä"
  b"ý\x07Ty{\x12Nô´äCƒh§p8"
  b"ý\eê@«úH~³¼<­×\x05"
  b"ýv6ì…¨D‘Œ|\x05ÞcÍ_P"
  b"²ç`?\x07®O2▓ðìÁ¦~\x07á"
  b"²ÆÍE|/@ß▓í╚*ØZËP"
  b"Åa█║SéO█Æ2Á?\x11\t"
  b"õm1¢ÜèL\x10—€\x1DÀàù²ï"
]
81 4.78 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\x12r$ÕÎN¿šD‡•ÐË\t#"
  b"\x00\x18\e‰wH@\x18¹$e\n©¬T\r"
  b"\x00Lk|̆Hžµ\x12\x18Y‰í“Ì"
  b"\x01`ÀÎ╣fMûÖepÅáS½Ã"
  b"\x01jFÅ£\x1CGú©0Y›@D s"
  b"\x01÷y×x¬Dèü\x03_┌¯Æ Q"
  b"\x02<ߙڷI\x16Ž‘ÙF\x7Fßg¯"
  b"\x02Rç0Œ\x02EU¢&%]C”Í\x10"
  b"\x02k\x19õ/ÁM#€\x13ªŸxZ-x"
  b"\x02äGÑ”1Dª´Œ<˜qEhP"
  b"\x03\x02¸═\r\x01A>¬ôì-ªoÃá"
  b"""
    \x03\n
    zÒmfJµ€MÌâ\x07Jï¦
    """
  b"\x03\x1F\x14ÚE_žñ¬•\x15&\x07m"
  b"\x03JÉo\v=Gïªn ò±+pÙ"
  b"\x03î\frS!N¬“cLa103¡"
  b"\x03þ}Þ\x06%F¼¨ë.cè\x06£‘"
  b"\x04\x189ÐB@@\x16‡9Û\x04õŸ1æ"
  b"\x04\x1A¯GFúšã\x1D:ýèT§"
  b"\x04Éú\x15Í.@iåxNÛ┘%û|"
  b"""
    \x04¢MK”~G%—£¹\n
    &\x1F'\x18
    """
  b"\x04©sÂÈmB¤¨?\x15“\x08|^"
  b"\x04ɨ|ªvD§ \x1A¬i{\eûD"
  b"\x05\x05ÍS|PH¤ü´%c\x08│°æ"
  b"\x05\x19í\x18©ÄI\x16¡Ø°Idëe®"
  b"\x05©½m¡QBõš\x18Ø)\x08µØ²"
  b"\x05Æ\x15\x10S[Kºš\x12ΰ„8ï„"
  b"\x05╬ü·µ¸N\x1F░-¿ë\x04\x1C"
  b"\x05ë\f"\x17ËJæ•S›©\x1F®í¢"
  b"\x06'˜ÜÁ\OÖ¢(j“\x1AöÔx"
  b"\x06Geˆd˜F\vªÓ¤¢Ú¹d"
  b"\x06…5œn®M!‰ZŸ@ æl\x11"
  b"\x06ÂÕ2\x1D²E!Åg¥5Ã5¿±"
  b"\x06ܰNê“F%†\x0E…Ï>ø4Ê"
  b"\x06æX&\x008K •yFæ\f³ìz"
  b"\x06øûe¿©N\x14š½ÿÎõMêf"
  b"\x07%7¦»\x11Ev·°ðQö¦Éb"
  b"\x07Љ%\ÐI\v¼è§\x11‡ë<7"
  b"\x07¤3Œ)3I0•’Gg“Ÿí\x05"
  b"\x08\x07Ø¡\x1E¦JñºYüÂ\x12-‹û"
  b"\x08\x0FÌ¥ž¢Aë­\x14çåùB "
  b"\x08Ï×PõàH&¿5|U•.•D"
  b"\t\x01\x01\x7FB%°F4’Ê€\rk"
  b"\t\x05ÿ\x10ULFÑŒB\x1FÊò¶õþ"
  b"\t6\x0E¹ñEO\x06‹}]d÷ðT¢"
  b"\tÄä^¥rLü‹êJ-Úºl\r"
  b"\n!多\x15Nð™'Òñ\x00èÔ¥"
  b"""
    \n
    9}‚‚\x19Kç±µ¥Ý™Á\x08Ï
    """
  b"""
    \n
    r8\x05b\tGTèıØ^¢²¢=
    """
  b"""
    \n
    ‚š”20H7“^ô´É²\x08å
    """
  b"""
    \n
    ±\x10×&AD_”Ï\x05„I|Ž$
    """
  b"""
    \n
    ╩r─rcN»ü_[a¤U(~
    """
  b"\v\x18œ<€kB®‚k\x18§\x00M‰¥"
  b"\vű¯\fÑJBÁøpÁ \x1E"
  b"\f\x0FgñFDKX¬\x06éØ\x0E\x1AÛF"
  b"\f\x14\x01¾\x00NK;‘0³pf¢~N"
  b"\fnšJɦA¦¶ðF\c«^«"
  b"\fr\x16Yœ%L`°ŠÀ\x00¨Pvô"
  b"\r\x02.ŸëvCX¶\x03Ç\x7Fœ±k]"
  b"\r\x1C†ôî¬F™´µæyFEu?"
  b"\r8"═\e█Jj£\rKÔxÞü."
  b"\r=ü¥\x11\x17Eäù92-=¸+´"
  b"\rF¿@Â\vOÖ¨Iov\x00†‰¼"
  b"\r¹wˆ@SG‘¼û“\x08ét0Ñ"
  b"\rÑ…Å-âOd¯ÛÊ;»MFÿ"
  b"\rê½/\x17PAÕ¡a~RÿÕ?_"
  b"\x0E\x17\x06ã\x0E\x06K?¸Œ±FÒ’Ô–"
  b"\x0E\x1A\x1Ab<ùEÐÅü>*i\x13\v\"
  b"\x0E'IZ\x0E\x1FAØ¡¨Û­ã|╦û"
  b"\x0E,Wéü¡AÝô£'\x06└▓ù▓"
  b"\x0E\r+U(Fz’g˜6(¦\x0E@"
  b"\x0E••<X_E/Œ‡ëôc/iý"
  b"\x0F\x03çÒ8ñIB«\x06Ng\x05D™v"
  b"\x0F.`öÿzEñœîÚÞ{bTx"
  b"\x0F»ß=v\rJ’³'™\x07í®‘ò"
  b"\x0FÔ4\x0F:4IJŠÕ¡N[Î*o"
  b"\x0FÝEæ¾2AP¼Ö\x0F\x13ÛºÒ@"
  b"""
    \x0Fæ\n
    [²·B–šìì‘\x06€n˜
    """
  b"\x0FíX{ZˆG\x10¾žŸ\x18w>cà"
  b"\x0FðM\x08}SA4ž!n¢R$Ú¡"
  b"\x10\x08¶║ÇìOT╣-º|0#âá"
  b"\x10âî┘¥\x0F@oè¥║ëNïÉ═"
  b"\x10¥i×™îAãˆÎ×Ò\x1A\x01"
  b"\x11\x1E7¸šu@ú”%ŠÒ–˜õÙ"
  b"\x11%gVŠœGÒ³\x01ÕåR¡\x1E\x16"
  b"\x11ZÞ-ª©L2ƒ¤z”ÅŸ7\x01"
  b"\x11ÔÉgìäCÊûÃÖµ\x13Àîk"
  b"\x12\x07uÇGM•\x14¹z`œöe"
  b"\x12H‚”V0J#Ÿ&e:ì8ô\v"
  b"\x12ªx©\x7F$Cý¥v![Í[z."
  b"\x12¯`\x06òüGÏ¥s+™M\x08þµ"
  b"\x12Ã’ðŠ”Kû„mü*ªÁ9ƒ"
  b"\x13\x15Ô6'\x10G%œ´E$LûÒ´"
  b"\x13l£“äŒH\x1DƒUøê›\x0EŸ\x1F"
  b"\x13åw‰ï’Om•ÉÇh\x17×ÛÎ"
  b"\x13õ=Òá¼Li‚s—ÛæÞâÙ"
  b"\x14\x16ðÝ█xMtümÚsô­─╔"
  b"\x14U§ÓÆôF­¾˜ÆÌ\x1F?ðq"
  b"\x14░Å\x05!▀J\x0Eè#\x15\x05ÁJ²Ö"
  b"\x15Íz_=ıCcº_h╠ìðJ¿"
  b"\x166”T¡xLð¦Írò?Þ÷,"
  b"\x17\x14ó4\x1F\x12L݇+¶Äj\Sµ"
  b"""
    \x17>N&à+DN¶˜\n
    Ú\x19.ä›
    """
  b"\x17c†‘ÚòN0•>\x00Ž×€„·"
  b"\x17«{¹‰IH*”{ë$R;FB"
  b"\x17´\x12Ìb]Cy­7™@“)ºï"
  b"\x17¤'É%uL¥é4£$╝&‗Ç"
  b"\x18+‹Ô~kH\r‹÷?Ûr2CU"
  b"\x18z9݇²CÑž\r-\x17b7\x00H"
  b"\x18ÿB\eý\x12BÁˆ ‡·Ž™fõ"
  b"\x19c%PN‚Jɶ\x068/qÈ´ä"
  b"\x19╩Â\faEIJØûÍ█Þá`ê"
  b"\x1AW÷Sæ\x1EO¶ŒÔèýÂÒõ0"
  b"\x1AƒlNÁ½AD¿Ñ\x13c\x17©3’"
  b"\x1A╗▄Ìû¤G¶ï«mD\x06â[ì"
  b"\x1AÂ`Õ\x10lJ» d’\fB¦.Z"
  b"\e\x19\x00╩GÅIõå╠-»Êåð"
  b"\e:°8€ÜGî†Ë\x07•lW\x05À"
  b"\eâÉÒHµA╩àÉßí4B\tC"
  b"\eÖÞ!ÒYOÖ´•a2ZÁ6Ô"
  b"\x1C\x13\x16´FaNq©9’1\x03 êî"
  b"""
    \x1C\x17\n
    \x1F£ìCX▒Jtr+0Yî
    """
  b"\x1C7µÙ\x7F"@DŒ½¾â¥¼Ê|"
  b"\x1CK¯–ׂC9¶ØÉyÄÝ\x19\x1D"
  b"\x1D\x19\x18ótjL¶—N¶S\x01pŸs"
  b"\x1D\x1A\x1C~'&G‹¼(áq˜³±ù"
  b"\x1D\x1A·”¥tG„¯Ï†ôúƒ\x19ˆ"
  b"\x1D;\5'ÑBº³ˆ+P"s\x7FY"
  b"\x1D„S~íÕH£¡®ÞÂþ#\x0E\x16"
  b"\x1DŸñ´\x17BIŽ­C—JžI|Ã"
  b"\x1DÇb»±(Ew’£Y$ üÍi"
  b"\x1EF`À×ÍA"²\x04­|\x05\x16\x16S"
  b"\x1E¡\x06Œã™Kæ¡/\x11mË- £"
  b"\x1E¹ÿd.úFjªý\x06 oì݃"
  b"\x1EÚ/ÈÎ\x11M…†{7^ððöÎ"
  b"\x1Fqß½t«@5‡Q\x1A†ãZ{¥"
  b"\x1FyÏSaÍO.†ÙL,\tÉ\x1D["
  b" 0£_aÅK=¦+\v\x07‡çÖ`"
  b"""
     dı╔¶\n
    M\x0FØþfÄy÷└<
    """
  b" šÄEa\x07Jú´¨Ñ»:˜\x02\f"
  b" ã¢\x11cæK\x15¾ÃJ¡=sV/"
  b" çÙuµtC³®Âì>6Dù¬"
  b"!\x1E╠êÕÏL]¼uÏõÉ┘Â\x1D"
  b"!N6² {L‘…>‹x»rnÌ"
  b"!kû¬╦ CØÀÍ`³└iL\e"
  b"!Û■ÇÞúG╗╣O\x03Õ╩çüá"
  b""\x0F~¶QCMH›œ¹ñ–¸™œ"
  b""\x18ÿÀ9^NT‰gA<˜5Yó"
  b""'Òãä¶O§—Ò>Å?ªÙ\x13"
  b""m¾\x1DöýL˜¥\x07÷KäåÕ["
  b""y\x1DÁ\x05tJàŽ=ð\x1CÏPˆø"
  b"##[ÔRÄH,™\x1FA}ËÒá|"
  b"#|>Û0=K6│àwÅÁ\r®W"
  b"#è³,àiOóíØÙB┘\x12b`"
  b"#ûΠ¶\x05BÖè\x0F\x17Àü"_¯"
  b"#œÂ"\x07\x00NŠ…\x03óå\x7F¾Â$"
  b"#¨ !ÖçI'ˆ\x08’ð~E\x11«"
  b"#›ŸÒœJ‰¡\x0En*\x03‡ic"
  b"""
    #ÙÿT\n
    ÈE £5ÃÎ@¯Há
    """
  b"#Û5\x12c‰OÈ™m@X°SöÝ"
  b"$\x04(•°"Bàˆ5ä(Jð…4"
  b"$2ùX”ñA“Œ´\x1C¼Ã—£\x01"
  b"$6Kl\x10ÆB*¶þü!g€8Ã"
  b"$KŽölŸI\x0E§R}š\eoùÏ"
  b"$–‡Ü2îK•¤ù6\x07¼?\e@"
  b"$¿*ÔzØ@ˆ³¹Â£™r„h"
  b"\x03}Ò“Hެ(~-é\x07n<"
  b"$ðÏÝ•ÄJ‘ŽóJö\x14$g "
  b"%[\x1E\x05PØGgÑàÑ\x17\x1A\x13E"
  b"%Žp‰ú^@+¦Þ‘SØtµƒ"
  b"\x04\x15\x0F-@Þ¦n³U\x1F^wÓ"
  b"&)²¹Ê$AÕ·û¶\v\x0EN\x17\t"
  b"&DQž…\x06J©°\x01\f\x01¢5ô~"
  b"&‡!þZöK\x1E­ž÷dzoKµ"
  b"&Ž·dƒÿIa¤ï¤­\x1E>\r¨"
  b"&¢ç\x18\x1A)A¾ ¨Rª®\x13ÎÄ"
  b"'QñNfgOª°¨òX\x06é\x1F"
  b"""
    'tðÔ\n
    UN»³D\x04í#Iìù
    """
  b"'¸Ù§öKGܳ\x01QóëvÀ¯"
  b"(‘\x19\x06ºHÁŒê\x00ø‹-ðê"
  b"(Ü%š¨\x18B‹«zSiæt‹‹"
  b")cÁZ+\x18K╩ÅÂ\x11Ì\x10»§|"
  b")„mµÈ‰A=°\x00\x05ÊÎit´"
  b")åc—vdHd™\e³sN ®‘"
  b"*f¹6‡hD¢ŒÀ\x11Fûñ'º"
  b"*˜[Ç«5G“·Zµ^ú\x10\x12"
  b"*ÚwȇCD\v¸¨Þ{J^k…"
  b"+1ó†%\x14Cã”Üö\x01Ï\x1E\x12Ö"
  b"+´à\x05ïÞD\x13ü█ð└kå¶\x1A"
  b"+õ¢M1ÅHi¼55—v«\eQ"
  b",┴Å9ëkGÎæ \x07¯çÀ>þ"
  b",ŵ\x00v:Gö“k¥o’æSE"
  b",¾mÙrÆB8ØhY\x07n▒\x13s"
  b"-i0qyÉLÞ¥!¹╗Í─\x17_"
  b"-m¶\x1A\x10ØH2Ç~¢▄âòÖ┤"
  b"-{r¬þ°HP™÷©ðj•#I"
  b"-¾q\r¿?@æ£y‡>Ÿäpv"
  b".->\x15Š›L\tµ"Ù\te\x07 ("
  b".W¡,`\x7FGF»<\x08bÂÕé–"
  b".bxÑb·KПëè)\x1F3—f"
  b".ï▄á.¯Lì▓IÃ7]\x02"
  b"/C5¤\x08z@\x0F¶@×òÃI\e\x06"
  b"/cê\x10Ÿ4F>ªÄü\x1AÎØ“\x0F"
  b"/p{w=jH‡¶Äß!\x13cjª"
  b"0cRœÒËLS£òÜ]rÇß_"
  b"0£&yf¬MÛ—\esÙÇzÑj"
  b"1màÈc.K•º-†91Ê Š"
  b"1ô©▀╩MO®ì í%ï<,b"
  b"1™åÙ\x1C)Jq•÷9|Oêk$"
  b"2 t6÷°LQ¸\x17Ø5fvr¸"
  b"2(«\x07à\fKð¢/:€Ôèw¸"
  b"25,\x0F╬2LÁº!wMØTO┐"
  b"29C`¯^C’†\fpe/B[¡"
  b"2>ÝwgËL³½X\r¼%0\x00{"
  b"2e„.P=E,ˆ“Ú6ß!C°"
  b"2‹¬\x1F,žN\x16³‚ø=f\x1Eľ"
  b"2Äc²Ï▒Iàå╦͵ؾ┌▄"
  b"\x14PíÅAñ»í9ûvØ\f"
  b"33oþ{>E¥€í¶Þwî\x1EÆ"
  b"3Jat_2NÉâ║T█B§ª~"
  b"3«$áé¢NÄžaôeqTB\x14"
  b"3Ã+G\x7F¡E’º‡8ÁÁr90"
  b"4DÌÅŽ\x00Có‡Ò†¤ýâÓå"
  b"""
    4‹Ó\n
    IˆHn„yôº¬ª\x03œ
    """
  b"\x07\x04tóBt›íq+PqB>"
  b"5¶TÉú²Cµ­BKM(<\x15\x13"
  b"5█}Å©áA¯╣iT!\x1E╗§­"
  b"6\x12\x06Ó1“L¹„\x01©÷QÏ<ê"
  b"6‰Ê¿\x1F¬@I¾ÆCš\x1ATue"
  b"""
    6¹ Ò—îK>ºà·|tÿ\n
    É
    """
  b"6ºÈ­ïQLª­¼\x1D0F+ ý"
  b"6Úyõ\x12œD\x0FŠÏ=U'dëd"
  b"6à”&q[E(ŸË†|FMFÞ"
  b"\x12IÃVJ¼žðÚÃ:\x03\x17"
  b"7\x03Y´!┼B©¡ü;S╦Vqw"
  b"71ú8{rJZ¿t‘È\x03È®Ö"
  b"7Ÿ1ÝÀQ@ä¯vƒ}š+\x10Ÿ"
  b"7»Ê\x7Fý\vIB‘\röv=‡{Í"
  b"""
    8!8\n
    ÉòFת¤W_&bÇ{
    """
  b"86üÃ90F\x0E‚•P§õŠ0‚"
  b"8£Â:~ZMP¦cÁsççÞ\x17"
  b"8º¶\x0EêƒNƒ…\x07õ!†%e\t"
  b"8¼t¸,Í@\®Âl¨{a…º"
  b"94°ç¸‡O©‹w±“rà\x1E\v"
  b"9sòd\x12”Eˆ\x166o£ýãÆ"
  b"\x16aå„Bû¡Ôý’çfg¬"
  b"9ßqC%‚IŽ»aP¦³Çí>"
  b"9í¥{É6DO \x06vÁiÍùp"
  b":\x02G²'«F7‡Séû}}p¡"
  b":\vòñÒCB\x7F„NCÙ6\x08Ìš"
  b"""
    :)Î1(uM7¦g‚ûÓ¨\n
    2
    """
  b":=\x08É\x12\x07@Ì”\x07\x15=Øù[D"
  b":wI\x0Fæ6E±–,-Ñ|;„\x01"
  b";C¸ÿ\x19xL¥•mG\x03\fô\x19"
  b";W:£|ý@ØÅ=6=¥ÿIù"
  b";‰Ç‹TÇGr›¯Ôf)\x06KV"
  b"\x17‰]œC-†é\x1F¦¯\x7F'#"
  b"\x1CZˆoBü‹ìacë=¥¸"
  b"<jÉþ+ÒL‘мr\x1F7Vy "
  b"<¯Ès3hFu‡\x0FZ‹êØ9\x1F"
  b"<Ö”Àž'N¡¦ð©";Çûã"
  b"=\x00JÝD\x1AA¤„ïNƒ1’Ñ¡"
  b"=\x00ü\x08©ªA¯Ñî\x11}|▀_`"
  b"=PÍ\x16ŠRK\x08¦WU\x16-+$x"
  b"=–z×Y.O\x19ˆ\x14Õ\x08Z%b-"
  b"= g›Ÿ•C4¤\x0F¿âÞ[Pc"
  b"=¶…¢÷gOf‘\x0FíÖ^|¡\x01"
  b">\x06þ§M┤AÊÉôymJK\x05¹"
  b">WÓg_ÒNƇqll\x08qÁ8"
  b">|wÛZÈGè£Ç¬‡tz¡ó"
  b">«°Í–\x11B\x01ž5ѾÄM¯E"
  b"?\x1E\x1D5W\x03G‡«³É\x00PŒÝ¦"
  b"?1┌Ð__E±Égkp\rá¶¡"
  b"?jxv¡»JÉ¿¶þä\x17\x16"
  b"?»ÕÚíƒNÁØGð?ÿ┌âå"
  b"?ÎQ$Æ\x12F\x14‡Ý|LÃÞ˜\x10"
  b"@\v\x1CQ9C@„R}ׇ¼·î"
  b"@cfjå2F4œˆ\x18\x02Ìs—¦"
  b"@—Q\x00¾\x17@ç›H²\x04\x18¤\rš"
  b"@¸~Ä¢ÊE8’¼s™Ÿž£7"
  b"@¾8¬ËüIK╣─6¸³\x13û\x1D"
  b"A8`\x19‰ëCR¬¡ÁM\vÎâŠ"
  b"AÓÔ\x1A]ÀBv§‚ëœ5Ð:Z"
  b"AÔ÷{fÄA îI üX ú1"
  b"B\x13®\x17˜¬EY¿†‹'\x1Câ&\x0F"
  b"BU\x19€LçDn€i~¼ŽLx\r"
  b"Bü¬Z\te@\x07ü·─é\x15¾╚█"
  b"BÅ┐\x0F\x1FQJ‗âÅ╝iÌ\f╝¸"
  b"B╩Øy└BG\e¢Z╝;\x0FöAÜ"
  b"C#˜6bžL0¶EB„²5ˆØ"
  b"Cr\x14AsWF\e¸\x03PH\f­:\e"
  b"Cìï‘©ÀM,º\çvX±M\x1D"
  b"""
    D\x06\x03ØþuC\n
    ©Fs¬Ã\x0F▒Q
    """
  b"DAWæ³JF=¡«‹á2\x10Ú½"
  b"\x0E…?çAy­µ#ùp‚P\x19"
  b"D®íØ-ZM=–\x16qg…Õ\x16"
  b"Dº@Ø‚‰@\x1A•Hù\eÅ/k‡"
  b"DÌß~\x06½Jk´â*‹_\x0E§ß"
  b"EŠ«cëwI\x13‰9aØr,!±"
  b"""
    E«™\x1C\x1D\x10L²©'\n
    ëF%\x06:
    """
  b"EË•g½\x0E@;¸R\x7Fqþ¡G¢"
  b"Fd\x16ÀW±Gm£ûx¾ÏЦŸ"
  b"Fåê\x18xCF&¢\x06^\x16sÄ;Ñ"
  b"G”½hª„AÖ¦oÀ\x06\x14k"
  b"GÖ,’'³@ ¾#óÉÞÀ\x1D"
  b"G¦k¢Ð2@%┐lÍØb Xá"
  b"G¦æf╗ØOÝ║§¾Íq\f╠."
  b"GÌý\x15\tÖIÑó\x06\x03Gt:Vì"
  b"H\x03>N£ C;®\x1A“üWÕÖˆ"
  b"HRfÎ\x01q@Ò¡.\x0E\x06}8Ç8"
  b"Hs/.‹µI´žîÒªMÏŸ\x12"
  b"H”[m\x12\x1FC €þå\x0E\x07\x14šX"
  b"HÌG†X:Eá‰õŸòzˆ¢™"
  b"IjY‡”MBž•SÍ•¥y”Y"
  b"IɦâÒõKn¼¦µ­zV\x10$"
  b"J\x19mNú-Nì│\x06à\~%Ù."
  b"K\x18Û£‰dA¦¨ðk]Æ…WB"
  b"KÄ?êdrA`²HîÃÖ\v¨z"
  b"L\x11ÆXÅ«G▀à]T´9æ³£"
  b"L\x1E]\x03·,Kž½U\x11ªv\G;"
  b"L$\x16úú(KU¿\x12F´¿k–í"
  b"LìF\x0FïÐL¨Å│K\x11\x13\x05«)"
  b"M\x07uÊþÇL9œ5\tfýíåØ"
  b"M4…Î+LOnˆì…P“}§="
  b"N+?klvCQˆO_æÙ%ã3"
  b"N`c\v0œD\n§\x00¢è4ëØ¶"
  b"N\x7Fv4¾ùN6† W³\x04!\x10Š"
  b"O2\x13 ØÝBCît╩·\x02K\x1Eý"
  b"OO€…î÷@3«Í«Á\e]Öo"
  b"O¾ô3­ DáÆ┘1BÅèÐÔ"
  b"P\x10×9ùdH5¯¶Ü\x04`ttÊ"
  b"P\x11Ü‘Ð$Jf±_âù–½² "
  b"PšÀ\r\x07õA3¨\x01AÅL\x03Æ_"
  b"P±@'&°J(°Ô¦bùIOA"
  b"PÍ87$OM’‹F5\t\x07ç"
  b"Q\x03\x1AT­ËG3”\x03aiF\x05÷{"
  b"Q\x05\d/FKÁ·ƒëGÕ\x060$"
  b"QLUÚ^sLe┤KH\x1D╩£ñÉ"
  b"Q]ì\x1ALRK)×®╝¥\eyÖz"
  b"Qaÿ{\x06¡M¾¸1‰A ý–ò"
  b"Qi\x12┬imN┐ØÐϺs\x08ó╝"
  b"QŸÜ´\x13ÐB&˜8\x03ï~/_Î"
  b"\r@¸ÎOñ¯²þ™|u…\x0E"
  b"""
    Qú¤)/gK/­\n
    àñ\x19nØc
    """
  b"R\x06¥ÿ\x0F?Oæ¿—…¾wFÁõ"
  b"R\x08r&ý±J§‹\x05–i‹\x10Ü4"
  b"RÛ-EL€D\x7F„M\x05\x7F¾6\,"
  b"\r\x02NB½ÓàÄ\x15~\x19="
  b"S*µèUƒNZ┤/LüVÓI:"
  b"""
    S:\n
    ì\x1DHG\x15¨|çþ›ÙPÎ
    """
  b"S†¿ëWªG÷­,Í3–\x0Edx"
  b"\x04T┴IG\x07Éú{Ø╝sÃ3"
  b"TÅ╣└N7D¼ë8*íÞ┐\x05¤"
  b"T²©üêÔE\x17Ÿy1ž)_—t"
  b"U%V±\x0EBEZ»§ƒöcl\x16¤"
  b"U2h\x11¸LM¹¼£„Š#ã\x12B"
  b"UÄ~\r╣▓K>ìô1_■ä¹a"
  b"U¿“q‰ÚE–§µûß»Ûf*"
  b"\x1A╔û2M¯ùÆ░ɪ\x14&^"
  b"Ve¼Â]lJ¡¸I,Ÿç$›Ù"
  b"Vx\rQ\x1E*J\x15±\eS\x11\x1D”í"
  b"VÝVãÀ"L…®VÝ4\x00"Óx"
  b"WW¦'›\F1¹ÓÑ—¹0Ëÿ"
  b"X"\x14\x7FÉžBZ°Ó8ZÙšìœ"
  b"Xf\x05ñ]·K═ü‗¥KÝ‗Û@"
  b"Xfœ\e%ÿL{™¬P\x04u9öæ"
  b"X¡`éÒ¢E╝Å╝ıuúLG┘"
  b"Xù#>hÃ@h­¦gÁ;¬%e"
  b"ZAqiSïMÑ‘,|F\x7FdUU"
  b"ZSS7×¢Mn©Ý–Ž„Sa‘"
  b"Z…ÇyV\x01Mï«ÕN1¦"Ô\x7F"
  b"\x02|YqJç½üµ²yŸ:û"
  b"Z─Ò½▄ÂLU║tí┌ÜØæ┘"
  b"ZðÆVÓ1M\x0F‰0\x7F×™­Bâ"
  b"[.¸cßYGÉ»\x06Ñ┌çl[M"
  b"[g¹\x18 éF¡µ9\x07\vJP6Ì"
  b"[\x7F\x0E┌ÜöLU╝þÉ┴B\x0E÷╠"
  b"[¾_ÿ\x1AID\e¼€ÊIÀ\t—µ"
  b"[þt÷)®I\x01¨6Wl<•AŸ"
  b"\(~´>¤L+ɃÛıDÀÔ£"
  b"\x03Š©›Dã¨\x1Eý+š<°\x0F"
  b"]hš\4ÄBѲZ\x03[-&q_"
  b"]ºìª\x05└O±╗U\h×ùgÙ"
  b"]»x¬&@z¦m\x11"^óËî"
  b"^Jt4ë`@]ÑÅ6geO╩\x11"
  b"^ÉvÇ║║Mÿä¦J«├ÅJö"
  b"^›¼%`\AÀ’qDC\x17ø_„"
  b"_$/K;UCúØßT╬\s\x19\x07"
  b"_Iø\x1AêáHǶ¬‘3äÔÍ;"
  b"_p¹š„PO\x7F·ÀI‰ù\tì´"
  b"_│WûØàO¿▓J±B╗@pþ"
  b"`‹{æ\tÁJ,µ\x15úÒ6Œ«%"
  b"a\x08è]ï.Nü¹û\x08w|\x10ž\x12"
  b"aŒ6Qï#Oåµ?ñ\vénz\x16"
  b"aÉ.{\x15\x14Eòò\x12~vi6åµ"
  b"aŬ͑VFè üÙ?ýj\x02º"
  b"aÓˆYR\x07@ª˜\x04í—-[„m"
  b"b&vég†N\x13£u"õ\x13œùÑ"
  b"""
    b;~\n
    ÓTM\x06›¯\x1A\x06Ý·Zg
    """
  b"b·ÊJ9ÊD¿¾Œ\v\x16S”Kž"
  b"c\x1C£•yùMF¿Õ¡Uh‘-‚"
  b"""
    cK+\x1E‰>@ižÕ\n
    Ô!¨\x11$
    """
  b"c{4%ÿ\x1F@ÅÜ)\x04ê)ãý­"
  b"d\x16sþo\x01@˜´í\x13¼¯ƒ\x17\x16"
  b"dN‚ógmA¹»7”ël\x00]h"
  b"e;ìtÇHOË¡*K\x11ıÔ\x02ª"
  b"eCyËr\x1AF1 J\vR=­'›"
  b"eÜ2@p@Jù«\x17œðcpAÒ"
  b"fh8èt\vM¿³NT\ÝPã”"
  b"\x7F\x1EÃ?AT‹L7Ùƒ>ƒ¥"
  b"i¢Øf:šB\x04§ŽÞnœ™4p"
  b"i┬F\x13¾╚Lùä\x04ì╔~\f °"
  b"iëÃ[\v›Bì¶nºR0ÉI\x1D"
  b"k}XC\fÌL7‰ÁOÇ>Ø\eÐ"
  b"kÛÁ,ftN_‰#ó\x0F\x17"
  b"l2║║OòLgÄF+Þ.«-É"
  b"lo¿é¤%GM—\Cî)óg—"
  b"lœX]¬ÔF–‰tÛfY&£w"
  b"m\x14†uqœ@‚¨ÎF\x0EàæJF"
  b"mA©ß’ºOŠ­œKçŸ:¦Ì"
  b"m┴Cçd\x1FF\x15ƒ][¯ü8├\x04"
  b"n\x16Nÿã/G¦‹ÆKHZéL\r"
  b"n\x1D>g_wEf›<²õÀ\fy\x0E"
  b"n`kÞÇvC ‘§FùçÝlÄ"
  b"nqí¶\x1FuJ\x10½wHg[\x19êC"
  b"\x17QîàFù½¯iDrÒ6z"
  b"p1@p¢GGL‹Æ1ˆèg&ÿ"
  b"p<¡ö»¥F±íÒzÂüµ¯i"
  b"pp\x16Í>MK\x1FºÎàq\Ÿ°9"
  b"p¦Ù\t6XFR©ˆÈˆ+xÄ-"
  b"pè:êA²LÁ…$nâWüR$"
  b"põ}Ôç\fN‰¿føüH0™Ê"
  b"q$¼ES~IÊžÙÉ\x1E]\x14Çé"
  b"q$ÿzÔ°OX‡í¦p¥åáä"
  b"qD\x0E£%’D9¥—¾ñêá†X"
  b"qd6─╦¹Ixøbü¡\#\x13­"
  b"q¤K ÁLЦæÚ|ès¤\x15"
  b"q©[î…+G©•Òõ Ũö€"
  b"r ‡y˜é@Ê“® ëíöbì"
  b"rUl1ïwLe·SMºá'L¯"
  b"s\x06Ão┴ìF╝ܽ¸┴l╠£▀"
  b"sI[\x06M\x13B^´þð¸ô>\x16Ž"
  b"sʹn*ËLàº\x02ÿ\tDæe\x15"
  b"t”•t~*ND´»öœÝêç|"
  b"u\x04\x16\x7F&\x02Jö©4ìïÈ0\r¥"
  b"ufÁúÉ}I‚‚Çå¹ðFˆÀ"
  b"uh\x06Ì\x16œBó¬\x18ØË\x03¯¶²"
  b"u¶±_#wAöƒ\x04S¬Ø8>┴"
  b"v\x11\x08\x17’æ@È·ÌW\x068O\x1A"
  b"v1ÔTeÙO餸Õ'\x1C\fÁÍ"
  b"v[°Ã¥1IH¡ÀZnhÏ5x"
  b"vØ*o¯`AHÇÛX3z└FÖ"
  b"v Ñ0oGNÒüÌôûù═uê"
  b"w`£TðÖHüâA\x08­O´.J"
  b"wÉðà┼ÃJìí¬W\x12┼´Gƒ"
  b"w│\x02ƒ┴HOüº█Hû#%©U"
  b"w‗┘\x02<ZEôÉ1Ǻ ¼-█"
  b"x\x1E\x14á\x02J¥°,H£FÀ[6"
  b"xVøëžù@Z…\vö^ÞP›™"
  b"""
    xm┐[ŶD?é\eOG?\n
    Öd
    """
  b"x|{’®\vK0‚W×a‹"Û\x15"
  b"xò¶\x03º¸OÑ•„"eIvêî"
  b"""
    y"\n
    \x16èºD픊Ô\\eIùá
    """
  b"yH$\x07ØåE¢´Òfë\x02XP,"
  b"y}'ÚѺHÅé═±¹`GÀ~"
  b"yé0╚\x1A¹M\x08©\x0F§É╩e£░"
  b"\em0yII¤»©wÌ´ÛX"
  b"yÒÀ4\x03çJ¸½ÑÚìzU█H"
  b"\x13\x02\x07lL\x03Åc\eú2wR~"
  b"z\x11Ç\x02N\eM7žßú ¤m\x1Fg"
  b"z.ˆày‹Gh½ì\x12\x11\x0F°yõ"
  b"z8:´Ü‰EH†J\x0Fÿl\x04Ï`"
  b"zIpœö\Cù¹:V\x19\x0Fn"
  b"""
    zQb¡\x18ÈI²¿È\n
    Ëíñ}©
    """
  b"z—à\x16~I@¤«ç¼ÒGf‹\x17"
  b"z¦àu}£E‹Œñn¼’é!@"
  b"|;4F³öN0€ùd±ÑIÅ\n"
  b"|JE½¬ÝNá–‡A{¹y^|"
  b"|qÎà£RIú—_`"\x19*x+"
  b"|ÜVîÕ\x08M\x15Å'L\x14"\x1A┼r"
  b"|œ·5\x16™Mû‰{Y—5j­-"
  b"|·öºU\tOò‘?\x1DÀ¤\x0E‚×"
  b"|í•1¸©F\x13”|\x15 ÚL’œ"
  b"\fx\x08þ@4ƤŦè§PR"
  b"}.ðº»\x7FLm«V0P\x1E\x08¢Ã"
  b"}/\x11$ÚˆHm£¹ô\x07Ü%æ›"
  b"""
    }Q3]Í\eI1­\n
    ŒùÀ1Fc
    """
  b"}YÛ°|ÏLºê▓4\t~█ük"
  b"}†-òÃìIâŸ*ÔÑ\t¶Ñz"
  b"}†t\x17¤RO}ŽÒݰá¢,^"
  b"}½C\x7FKNCY€kôX\x7Fâ˜í"
  b"}È!8'¯NÉ™Ó5(ý\x04õW"
  b"}Éí_Ý]Hj ƒR\x12Á„#+"
  b"~\x13Ý\x10ßO ‹JÒ×;¦™ü"
  b"~;\f* \x00Kߡৣjëª\n"
  b"~MW9\x10ÒM¡½¾]\t\x03¦ç®"
  b"~Vo\x14ß{Hî‰\vÁlU\x7F‘ž"
  b"~Z\t\x17œ›M׌H!ãt£\x1Dn"
  b"\x7F\x1D\x1E÷<‚Aò¤´)³Á·QÍ"
  b"""
    \x7FBØéàTI\n
    ív5hÐ╬Ù╗
    """
  b"\x7F\x7FŸË¥ùLB¢_\x15\rù…”K"
]
82 19.51 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"_Iø\x1AêáHǶ¬‘3äÔÍ;"
  b"i┬F\x13¾╚Lùä\x04ì╔~\f °"
  b"┬Gì%äÓF@┐ÔÝÝǵ´\x19"
  b"""
    ±ýwÀéI\n
    ”ûv7È{\x12
    """
  b"Ý▓t\x1FU│G*ªì£\x15öWT¬"
  b"ûÉ`¨»‘Hœ¶Ÿ¿\x01I •W"
  b"ûçNqg3KfŒVÀ[¯pzÄ"
  b"\x04©sÂÈmB¤¨?\x15“\x08|^"
  b"\x08\x0FÌ¥ž¢Aë­\x14çåùB "
  b"\x14U§ÓÆôF­¾˜ÆÌ\x1F?ðq"
  b"!\x1E╠êÕÏL]¼uÏõÉ┘Â\x1D"
  b""\x18ÿÀ9^NT‰gA<˜5Yó"
  b"1ô©▀╩MO®ì í%ï<,b"
  b"@¾8¬ËüIK╣─6¸³\x13û\x1D"
  b"Z…ÇyV\x01Mï«ÕN1¦"Ô\x7F"
  b"n\x16Nÿã/G¦‹ÆKHZéL\r"
  b"ü5\x11@j├G\x1Dç┴░üaı#`"
  b"…Ç<\tôa@I³su\x05CX\v5"
  b"ŠgU6(yJ\x1F«*7zc‚Ô$"
  b"™X²ÆxºDЬc~TêÕÒ2"
  b"Ñ└Y\x08JÄL═ü-╚%Åæ\t5"
  b"®©¡6╔×K\ÉÙR(R'ö‗"
  b"´¡nç}ÅBu½ø&J¾+ö\x11"
  b"ÙäÁ;?ýLH¢\x16æ\x12/kÃc"
  b"þãmTGÙDäƒ@¯Òì\rR\x1D"
  b"§\x10i»Å[@FØþhºÅR1w"
  b"°Bzïq▒J\fרÉ\x14t├xQ"
  b"\x02<ߙڷI\x16Ž‘ÙF\x7Fßg¯"
  b"\x05╬ü·µ¸N\x1F░-¿ë\x04\x1C"
  b"\x08Ï×PõàH&¿5|U•.•D"
  b"\e:°8€ÜGî†Ë\x07•lW\x05À"
  b"\x1D\x1A\x1C~'&G‹¼(áq˜³±ù"
  b"\x1D\x1A·”¥tG„¯Ï†ôúƒ\x19ˆ"
  b";C¸ÿ\x19xL¥•mG\x03\fô\x19"
  b"?\x1E\x1D5W\x03G‡«³É\x00PŒÝ¦"
  b"B\x13®\x17˜¬EY¿†‹'\x1Câ&\x0F"
  b"LìF\x0FïÐL¨Å│K\x11\x13\x05«)"
  b"[þt÷)®I\x01¨6Wl<•AŸ"
  b"i¢Øf:šB\x04§ŽÞnœ™4p"
  b"p¦Ù\t6XFR©ˆÈˆ+xÄ-"
  b"yé0╚\x1A¹M\x08©\x0F§É╩e£░"
  b"z—à\x16~I@¤«ç¼ÒGf‹\x17"
  b"""
    }Q3]Í\eI1­\n
    ŒùÀ1Fc
    """
  b"ëóHÓ¢ðG8íÒò├\x19Ø1ô"
  b"û\x0F3Ô²┬H=¥n¹ßëÅ\x17="
  b"ƒÄE5\x10RGçÉðÊ\x10┼ªÒ\x13"
  b"£‘^oÀU@J¹Î\x17‡3jXò"
  b"¦`b)ŽoGí¼cšŽ\x19èY{"
  b"\rÓ<É0I├Ö'Ám├\├┘"
  b"´úïå\x10aO=– wUs†ºç"
  b"ÂÅe©°<IÏÆBè╔3\x06"
  b"""
    └kü°▀¸N2ò\n
    Ôp█ö█7
    """
  b"Ç\x16Àð‡LÒ¿†¶C¤ðTb"
  b"Ô8b¯a\x17LÓ²q'þ·_²«"
  b"Ö“S.ŸGKöœ¤:a…2’g"
  b"Û+Ü\x18ϱLk½òš\rÙÅ\x1F¬"
  b"ÜDóxâ­F𻛨;c{™\x1F"
  b"áM¨Ré@LW¤;¥¡Ó£8…"
  b"óšÐEs\x7FBz©ž\x14ÄJ\r\x02¯"
  b"÷ He$þOúž\x04Þ\x14õˆ!"
  b"ÿL`ýx†IW˜æQ&´ ùÜ"
  b"\x00Lk|̆Hžµ\x12\x18Y‰í“Ì"
  b"\x03î\frS!N¬“cLa103¡"
  b"\x05©½m¡QBõš\x18Ø)\x08µØ²"
  b"\tÄä^¥rLü‹êJ-Úºl\r"
  b"\r¹wˆ@SG‘¼û“\x08ét0Ñ"
  b"\x0FÝEæ¾2AP¼Ö\x0F\x13ÛºÒ@"
  b"\x11ZÞ-ª©L2ƒ¤z”ÅŸ7\x01"
  b"\x12H‚”V0J#Ÿ&e:ì8ô\v"
  b"\x17\x14ó4\x1F\x12L݇+¶Äj\Sµ"
  b"\x17«{¹‰IH*”{ë$R;FB"
  b"\x19╩Â\faEIJØûÍ█Þá`ê"
  b"\eâÉÒHµA╩àÉßí4B\tC"
  b"\x1E¡\x06Œã™Kæ¡/\x11mË- £"
  b"%Žp‰ú^@+¦Þ‘SØtµƒ"
  b"*˜[Ç«5G“·Zµ^ú\x10\x12"
  b"1màÈc.K•º-†91Ê Š"
  b"29C`¯^C’†\fpe/B[¡"
  b"7»Ê\x7Fý\vIB‘\röv=‡{Í"
  b"9í¥{É6DO \x06vÁiÍùp"
  b"BU\x19€LçDn€i~¼ŽLx\r"
  b"Cìï‘©ÀM,º\çvX±M\x1D"
  b"J\x19mNú-Nì│\x06à\~%Ù."
  b"QLUÚ^sLe┤KH\x1D╩£ñÉ"
  b"Q]ì\x1ALRK)×®╝¥\eyÖz"
  b"U2h\x11¸LM¹¼£„Š#ã\x12B"
  b"\x02|YqJç½üµ²yŸ:û"
  b"a\x08è]ï.Nü¹û\x08w|\x10ž\x12"
  b"""
    cK+\x1E‰>@ižÕ\n
    Ô!¨\x11$
    """
  b"v Ñ0oGNÒüÌôûù═uê"
  b"\fx\x08þ@4ƤŦè§PR"
  b"}È!8'¯NÉ™Ó5(ý\x04õW"
  b"~\x13Ý\x10ßO ‹JÒ×;¦™ü"
  b"‘-ŒÒp\x17D\x13«Ò 86odƒ"
  b"æq┬÷Ë\x1CLìâõ6˸E\r"
  b"""
    “?”Û3›Ht¬fuí\n
    úá
    """
  b"”'Á~ò›M…ž¦iö³\x1Eí\"
  b"˜\rSH%ðO‡±a\fNu½1Ž"
  b"£¢═\e\x08KA½Ø¼oAb·0²"
  b"×s#¼è1A¦á>É\x03ÿ\x1Fóà"
  b"Ÿ_á†ÓqAÕž )òq:êô"
  b"¢PçŸ'4A\x1C•Uÿ»=ÒŒ¼"
  b"ú\x05|§ ìE\x17ÆÚFȯ l$"
  b"£wL†-æA\x12šÚ\x10--B2!"
  b"£‘ÿ↰DK‚‡\x1FÐïÑ)ë"
  b"¤žÛ…É\vDÓŠ\x1Dh*\x11\r/`"
  b"¥\x02Oy%äEôŽü×Q¹\x1D§M"
  b"§)ÇK$XA…¹só^ÿ‰nß"
  b"«PãÎ*ãJ¿¼\x14Û\x01\x04NÊ&"
  b"²p?DöÄ@\t…[Ú)l\x13mh"
  b"µ?jmÀ\x14G;¿Æ¿“GÊ<Ú"
  b"╣j]x[°M­┐ûkÉK|▄³"
  b"½cf©,<C!µ•|ú(Ñ`á"
  b"└▀┐\x19`\x00AFøö­\eü╠ ¯"
  b"ÂEãi¾\fCذgO—çu_`"
  b"Äm7\r/bA\x05  ˆ$†±ðß"
  b"┼½©Ç#QIõÅx\x1C'ub®f"
  b"Æk"\x14á]IQ­P›Ñ“\x15í£"
  b"ÇìÔÕ:ŠA§…ôb\x12뾯›"
  b"ÌUEz¿/M¢ äÿ¢ðY)("
  b"ÍÒ\x0EŽg=MY·JŤǨÆÜ"
  b"Ö4ÑwÅäG\x15¸Oua¨%ј"
  b"ÝÖùp8ÕC›£b\x18\x1D\x0Eùþ€"
  b"àªbѨwL~™=8kž`¯D"
  b"Ò╠þ_ºKF\vå¾│ÊKØ\x11a"
  b"å<íâ[pIÅ·Z\x0EU^“\x06ö"
  b"çÅœVàþM\v£ôA­ð0¢Y"
  b"ð]½²}¼FŒ¡sÀ*¡€ÿ\x15"
  b"ò¬\x03ÚÃG?Š31ïEÓÕ\x1C"
  b"ó»²þ¯\x1CIp‹\x13’‚ÙŒ‹ "
  b"ö}p¯_¶E$¦\vÛÃtÏZA"
  b"·úìQ]¥OÅÀ°þW\x18\tz("
  b"\x01`ÀÎ╣fMûÖepÅáS½Ã"
  b"\t6\x0E¹ñEO\x06‹}]d÷ðT¢"
  b"""
    \n
    ‚š”20H7“^ô´É²\x08å
    """
  b"\rÑ…Å-âOd¯ÛÊ;»MFÿ"
  b"\x11%gVŠœGÒ³\x01ÕåR¡\x1E\x16"
  b"""
    \x17>N&à+DN¶˜\n
    Ú\x19.ä›
    """
  b"\x17¤'É%uL¥é4£$╝&‗Ç"
  b"\x1C7µÙ\x7F"@DŒ½¾â¥¼Ê|"
  b"\x1EF`À×ÍA"²\x04­|\x05\x16\x16S"
  b"\x1FyÏSaÍO.†ÙL,\tÉ\x1D["
  b"!Û■ÇÞúG╗╣O\x03Õ╩çüá"
  b"#Û5\x12c‰OÈ™m@X°SöÝ"
  b"'¸Ù§öKGܳ\x01QóëvÀ¯"
  b"*ÚwȇCD\v¸¨Þ{J^k…"
  b",┴Å9ëkGÎæ \x07¯çÀ>þ"
  b",ŵ\x00v:Gö“k¥o’æSE"
  b".ï▄á.¯Lì▓IÃ7]\x02"
  b"/C5¤\x08z@\x0F¶@×òÃI\e\x06"
  b"3«$áé¢NÄžaôeqTB\x14"
  b"""
    4‹Ó\n
    IˆHn„yôº¬ª\x03œ
    """
  b"6\x12\x06Ó1“L¹„\x01©÷QÏ<ê"
  b"6Úyõ\x12œD\x0FŠÏ=U'dëd"
  b"7\x03Y´!┼B©¡ü;S╦Vqw"
  b":wI\x0Fæ6E±–,-Ñ|;„\x01"
  b"=\x00ü\x08©ªA¯Ñî\x11}|▀_`"
  b"C#˜6bžL0¶EB„²5ˆØ"
  b"G”½hª„AÖ¦oÀ\x06\x14k"
  b"GÖ,’'³@ ¾#óÉÞÀ\x1D"
  b"IɦâÒõKn¼¦µ­zV\x10$"
  b"K\x18Û£‰dA¦¨ðk]Æ…WB"
  b"L\x1E]\x03·,Kž½U\x11ªv\G;"
  b"[.¸cßYGÉ»\x06Ñ┌çl[M"
  b"\(~´>¤L+ɃÛıDÀÔ£"
  b"\x03Š©›Dã¨\x1Eý+š<°\x0F"
  b"aÓˆYR\x07@ª˜\x04í—-[„m"
  b"d\x16sþo\x01@˜´í\x13¼¯ƒ\x17\x16"
  b"k}XC\fÌL7‰ÁOÇ>Ø\eÐ"
  b"n\x1D>g_wEf›<²õÀ\fy\x0E"
  b"qd6─╦¹Ixøbü¡\#\x13­"
  b"u¶±_#wAöƒ\x04S¬Ø8>┴"
  b"zIpœö\Cù¹:V\x19\x0Fn"
  b"}½C\x7FKNCY€kôX\x7Fâ˜í"
  b"\x7F\x7FŸË¥ùLB¢_\x15\rù…”K"
  b"\x7Fº¿]Aj@8ŠM˜‰T\x1Ežˆ"
  b"‚Ððíƒ%KK•ü…öÂKP\n"
  b"""
    â.;ãþw@^Üõ╩\n
    Å║\x03ï
    """
  b"èe8«UùD\x13½Å¬×\¾\x14b"
  b"ɼ\§¸Å@à«\x10Â╩$\x12+J"
  b"’~·¢¥çLñ¦†kc\x06‘¹\x00"
  b"Æìá \x7F³E]àSh■\x065¾ò"
  b"•h‡‹%\x19G@“ó\x13ã:`+»"
  b"òôÓÕ)PHź"©?\x1D«ù─"
  b"øÉ└mÿÑL¹╝P)¸²Ã>Y"
  b"á\x12®sN L-Ø░ƒþ"┼ße"
  b"""
    ¤-ñ°•FOß’ôf\n
    ò»ÚÉ
    """
  b"¥™çg/‚L¡¢KqD4\x06\x14Ö"
  b"©å‰a\x15+N×¼™”mÞ\x10Ud"
  b"¬ÑPDü├Ik╝dqJ wá█"
  b"¸Ÿ§ìÛ6LP²9Ádò诠"
  b"¸Õ&Õ\x054N´³\tþ0à.òk"
  b"""
    Áí\x02ƒ\n
    ²ACº:R»°\x12»­
    """
  b"ÆoµŒßÞA)ŠRî¸\e–.\x1A"
  b"ËÝvA+®@2‘Xö³(™Ôè"
  b"ÐêÇ? \x04GÆ—8\v\fiØKç"
  b"ÒpT’n\vOÿµ=d(ìèl'"
  b"Ór¡^[\x1DF\x12›÷wR‚¯¾\x0E"
  b"×ô\x04Ñÿ$G}«}\x03\x19¶Óè&"
  b"×þ\x0EÎð\x17LE°\v\x03ÝÝ«Ò\x08"
  b"Ú \f므O\x1Cª\x10Ìk—¦\x0EÞ"
  b"ÝM²°\x14ÜE‡¢–ÊCošc¢"
  b"ß+·N\tgGªŠ\x02/Kö!nN"
  b"î1ì€\x10€Fx¾_²b†PQZ"
  b"î\x7FÿËõ†OÆ…g\x1EUU÷5ö"
  b"±ïc½'/BÉò¶¢8µ¡\x1D©"
  b"¾YNØçnFk│<▓õ▀Î}¸"
  b"óÚÝsN\x05H¬©àgE£Š\rª"
  b"õí·lå(@”…?ÇË·\x13\x05"
  b"ö¿2r\t¿O?¿Z\x06ßà½\ñ"
  b"¸«yÅØ\x13JÖÅ‗V,Hf\x03D"
  b"ør?’URA:Ž\x00ù¯05Õ‰"
  b"""
     ö:àÁmO°Ø┤├ÕW\n
    y3
    """
  b"\x00\x18\e‰wH@\x18¹$e\n©¬T\r"
  b"\x02k\x19õ/ÁM#€\x13ªŸxZ-x"
  b"\x05Æ\x15\x10S[Kºš\x12ΰ„8ï„"
  b"\x06'˜ÜÁ\OÖ¢(j“\x1AöÔx"
  b"\x0FÔ4\x0F:4IJŠÕ¡N[Î*o"
  b"\x0FíX{ZˆG\x10¾žŸ\x18w>cà"
  b"\x15Íz_=ıCcº_h╠ìðJ¿"
  b"\x18+‹Ô~kH\r‹÷?Ûr2CU"
  b"\x1AW÷Sæ\x1EO¶ŒÔèýÂÒõ0"
  b"\e\x19\x00╩GÅIõå╠-»Êåð"
  b" šÄEa\x07Jú´¨Ñ»:˜\x02\f"
  b""'Òãä¶O§—Ò>Å?ªÙ\x13"
  b"""
    #ÙÿT\n
    ÈE £5ÃÎ@¯Há
    """
  b"$–‡Ü2îK•¤ù6\x07¼?\e@"
  b"\x03}Ò“Hެ(~-é\x07n<"
  b"(‘\x19\x06ºHÁŒê\x00ø‹-ðê"
  b"+1ó†%\x14Cã”Üö\x01Ï\x1E\x12Ö"
  b"+õ¢M1ÅHi¼55—v«\eQ"
  b"/p{w=jH‡¶Äß!\x13cjª"
  b"0£&yf¬MÛ—\esÙÇzÑj"
  b"1™åÙ\x1C)Jq•÷9|Oêk$"
  b"<¯Ès3hFu‡\x0FZ‹êØ9\x1F"
  b"@¸~Ä¢ÊE8’¼s™Ÿž£7"
  b"Bü¬Z\te@\x07ü·─é\x15¾╚█"
  b"""
    E«™\x1C\x1D\x10L²©'\n
    ëF%\x06:
    """
  b"H\x03>N£ C;®\x1A“üWÕÖˆ"
  b"HÌG†X:Eá‰õŸòzˆ¢™"
  b"O2\x13 ØÝBCît╩·\x02K\x1Eý"
  b"P\x10×9ùdH5¯¶Ü\x04`ttÊ"
  b"Q\x03\x1AT­ËG3”\x03aiF\x05÷{"
  b"\r@¸ÎOñ¯²þ™|u…\x0E"
  b"RÛ-EL€D\x7F„M\x05\x7F¾6\,"
  b"S*µèUƒNZ┤/LüVÓI:"
  b"\x04T┴IG\x07Éú{Ø╝sÃ3"
  b"T²©üêÔE\x17Ÿy1ž)_—t"
  b"\x1A╔û2M¯ùÆ░ɪ\x14&^"
  b"X"\x14\x7FÉžBZ°Ó8ZÙšìœ"
  b"Xù#>hÃ@h­¦gÁ;¬%e"
  b"ZðÆVÓ1M\x0F‰0\x7F×™­Bâ"
  b"lo¿é¤%GM—\Cî)óg—"
  b"p1@p¢GGL‹Æ1ˆèg&ÿ"
  b"pè:êA²LÁ…$nâWüR$"
  b"s\x06Ão┴ìF╝ܽ¸┴l╠£▀"
  b"v1ÔTeÙO餸Õ'\x1C\fÁÍ"
  b"x\x1E\x14á\x02J¥°,H£FÀ[6"
  b"|;4F³öN0€ùd±ÑIÅ\n"
  b"|œ·5\x16™Mû‰{Y—5j­-"
  b"|·öºU\tOò‘?\x1DÀ¤\x0E‚×"
  b"|í•1¸©F\x13”|\x15 ÚL’œ"
  b"}YÛ°|ÏLºê▓4\t~█ük"
  b"\x7F\x1D\x1E÷<‚Aò¤´)³Á·QÍ"
  b"€!O¶\vAOÖ—…e¹Ìú9â"
  b"ü\x11Ó2└rKÍ╣>|Mq»á""
  b"""
    åNù$6sO\n
    ü┼█bq÷î¼
    """
  b"‡A3‰Å•F™¿Öå\x0EŽJ‘"
  b"ŽÀ\x7FbÔÖA`ƒ%œ4ùß/\x16"
  b"Æ\eè$Ð(O\tçìø└┐®\r\x0F"
  b"öyÊ71▓F\x10Å╔ùÎÄSvH"
  b"–jnNPYAÊž\x16¶{»,Î\x18"
  b"›P\x18/\¹DiªT¾Â‡\t(\x1A"
  b"  |į±F`ƒº”\x052á¾Á"
  b" ÂºÑà^M\x1A¾jžWp N"
  b"ívÂî2ºO*ºc▄T&ÅÛ§"
  b"íô%üE\x18Idú¦VAx╔\x14ı"
  b"ºUoÅ\x0FðKwè\x04±\x17à\tÅÖ"
  b"ºþ¾®±ÍBríÉ└ÂÇiIB"
  b"ªî:\e\x1AŽD3§š¡Æ\x07rú¿"
  b"®göî,]Aݹ‰3ûŽvnº"
  b"¯˜gMz]Hv¹ö¨‡fxm¦"
  b"²ùð\x18 FN~£Ð\x0EISH\x14f"
  b"┤ÙÎ\x0F´óBÓÅ┘Äi§"Iâ"
  b"µ¢=\x01öiL›‹—Ð{Íh\x16\x02"
  b"¶·Rrò\x10C\x05¶üü܉ß\x10\x05"
  b"\x1Ey\x18\x0E¢J®ª\x1FnÍ┴òßÉ"
  b"¼dÁß{‚I•ªI–\x0E]¶[M"
  b"─3\x13_\x05NHwº┼Èg░°Å╬"
  b"""
    ÄZ\n
    †OaL´ ¢Ø"ýÖ \x05
    """
  b"NjDžQ(Nаž[ªœÂ¹."
  b"Ç¡ª\x1A\vUK «t~EVŽ"·"
  b"ÇÖë\t³œCG‹uK‡ž'`Ç"
  b"É\x18äÐûÚH—¿úõ¼Ÿ4ÜÃ"
  b"╠í\x18-æÞE\fì\tU"aÿ·\r"
  b"Úû_GD'Aç¡z\x1C\x1CæÎ\x17¿"
  b"¦I(UÉINø®\f\x18Ô§│▀\"
  b"ß\x0F‚J±FN÷©`ZWªÚ&ä"
  b"Ó?Ä░opJªâ\x1D╚üäT)\x0F"
  b"àYù<‘CFoœ\x1CXÍý\x7F×:"
  b"áÝë ø‡OI¾âܲö\x12™§"
  b"ä@®\x06¤5Aß»\x1EoÝ¡³–˜"
  b"ïª\x19Oò¯J΂5z\x05£\x16ûµ"
  b"ð*—&ŒQ@í£'´³ˆ\x12Y\x11"
  b"ðí\x14\r\x027CÖ€÷A†vFÖ>"
  b"ùµLÄ^ÕO\x0F¡ñ#;ä\t݃"
  b"·oÉtÕ¯L╣º╔d.­¨-è"
  b"ûµ1qÆàG¯½4Œ\x19B\x17ƒ$"
  b"\x02äGÑ”1Dª´Œ<˜qEhP"
  b"\x08\x07Ø¡\x1E¦JñºYüÂ\x12-‹û"
  b"\fr\x16Yœ%L`°ŠÀ\x00¨Pvô"
  b"\r\x1C†ôî¬F™´µæyFEu?"
  b"\x0E\x17\x06ã\x0E\x06K?¸Œ±FÒ’Ô–"
  b"\x0F.`öÿzEñœîÚÞ{bTx"
  b"\x11\x1E7¸šu@ú”%ŠÒ–˜õÙ"
  b"\x12¯`\x06òüGÏ¥s+™M\x08þµ"
  b"\x13õ=Òá¼Li‚s—ÛæÞâÙ"
  b"\x17´\x12Ìb]Cy­7™@“)ºï"
  b"\x1DÇb»±(Ew’£Y$ üÍi"
  b"\x1EÚ/ÈÎ\x11M…†{7^ððöÎ"
  b"$ðÏÝ•ÄJ‘ŽóJö\x14$g "
  b"&)²¹Ê$AÕ·û¶\v\x0EN\x17\t"
  b"4DÌÅŽ\x00Có‡Ò†¤ýâÓå"
  b"@\v\x1CQ9C@„R}ׇ¼·î"
  b"@cfjå2F4œˆ\x18\x02Ìs—¦"
  b"UÄ~\r╣▓K>ìô1_■ä¹a"
  b"n`kÞÇvC ‘§FùçÝlÄ"
  b"nqí¶\x1FuJ\x10½wHg[\x19êC"
  b"q$ÿzÔ°OX‡í¦p¥åáä"
  b"|JE½¬ÝNá–‡A{¹y^|"
  b"ˆÓ3Z%QC\x0F†À[Û$UN$"
  b"‰ºuk¦OIã»5/‰ÝÝÖÒ"
  b"‹Í0‚zÌMæŠJ€HH€è5"
  b"–aI¯ó\x1F@(…ß^Pmîjp"
  b"ûØD4ÝËE$égãZ▓'Õ9"
  b"Ø▄3\x1C\x00kAñÇ\e>Î╝Ç┬Ç"
  b"ž8[D\x16`F¯¼jhZ#És¿"
  b"º\x1FðÞ[tD\x18ØX\x08c\x7F\x0F\t{"
  b"µôqÓhÓN&²E¸\x1AOè1é"
  b"·æ?þãSEYš\x1FÒ8º\x1Aßó"
  b"½ÐíFr]@7¼7”×ð‘yÌ"
  b"Ã]A\¸¢@¢ \x1C¤‚'GCì"
  b"""
    Ä\n
    ·åsºJ ¨†\x1C2¬É´Þ
    """
  b"ËßnþùSH÷£†\x05¦˜±ÐÞ"
  b"ÐÝsáéí@¦†"¬‡.™Å³"
  b"Ò£¢¹‚¿E¶¥4.% dù="
  b"▄ÅUSǸAzáÎä xö¥ø"
  b"áà\x7Fе\x0EBÅŸ1Ìø„¦ÏI"
  b"ÔØ«‗näH{øx.ó½\x14O└"
  b"è$QµL÷Ov´Ÿ\x1D\x138¾æ"
  b"Ú\x7F,ß"¿B┌ù)¯^ü?\x0F"
  b"îRìÂ\$F¿—êÛËå„sÙ"
  b"¾/@bù\x16H{ó¤ØO░DT\x11"
  b"""
    ó•Ï’\x1DšAË´\x7F\n
    [ V•\r
    """
  b"ó¡Å\x1A\x0E\x1CA5¬Ñ\vùØsÄ]"
  b"õ³ÒjòÚGCƒ³€®]GàÆ"
  b"ø·:`\x17\x17J\x08¥\x1CDˈÜIÂ"
  b"¹e¡▀ßÎNÉ¥ı║\║aZi"
  b"ý+\x07’0$A8¸\x16#*†·8Ý"
  b"\x03þ}Þ\x06%F¼¨ë.cè\x06£‘"
  b"\rF¿@Â\vOÖ¨Iov\x00†‰¼"
  b"\x0F»ß=v\rJ’³'™\x07í®‘ò"
  b"\x18z9݇²CÑž\r-\x17b7\x00H"
  b"&Ž·dƒÿIa¤ï¤­\x1E>\r¨"
  b"3Jat_2NÉâ║T█B§ª~"
  b"8¼t¸,Í@\®Âl¨{a…º"
  b"9sòd\x12”Eˆ\x166o£ýãÆ"
  b"\x17‰]œC-†é\x1F¦¯\x7F'#"
  b"DAWæ³JF=¡«‹á2\x10Ú½"
  b"G¦k¢Ð2@%┐lÍØb Xá"
  b"O¾ô3­ DáÆ┘1BÅèÐÔ"
  b"WW¦'›\F1¹ÓÑ—¹0Ëÿ"
  b"c{4%ÿ\x1F@ÅÜ)\x04ê)ãý­"
  b"e;ìtÇHOË¡*K\x11ıÔ\x02ª"
  b"™~\vÔð2@ÞŠO¸¾à{\x0E»"
  b"Üsı\x15┼XDtÉ̱ÓüûaW"
  b"º\x15Ü;¨çB[║Ù\x1Dìȶêv"
  b"±Dþm·VB`ŠQ$X;+~k"
  b"Á²\x05½<¹@û¥\x1FTV0Êbô"
  b"Þ÷¿„ÎnEܨ\x11dÜÇ~+\x16"
  b"""
    ÕD\n
    \x07ÓËE'ÅIc7[ÝÔ&
    """
  b"é»\x05S„\x0EJ–¸2ã¢÷‡wÅ"
  b"ëeG¨ÃNG&¾\x1Aƒá1Ý\x14"
  b"ñê¾;6ªDg›÷fa+õ\x115"
  b"ýÑ{žÊÆK\x10®Â™ïÖ\x03\x034"
  b"\x00\x12r$ÕÎN¿šD‡•ÐË\t#"
  b"\x03\x02¸═\r\x01A>¬ôì-ªoÃá"
  b"\x03JÉo\v=Gïªn ò±+pÙ"
  b"""
    \x04¢MK”~G%—£¹\n
    &\x1F'\x18
    """
  b"\x06Geˆd˜F\vªÓ¤¢Ú¹d"
  b"\x06…5œn®M!‰ZŸ@ æl\x11"
  b"\x06ÂÕ2\x1D²E!Åg¥5Ã5¿±"
  b"\x07%7¦»\x11Ev·°ðQö¦Éb"
  b"\t\x01\x01\x7FB%°F4’Ê€\rk"
  b"""
    \n
    r8\x05b\tGTèıØ^¢²¢=
    """
  b"\r\x02.ŸëvCX¶\x03Ç\x7Fœ±k]"
  b"\r=ü¥\x11\x17Eäù92-=¸+´"
  b"\x0E\x1A\x1Ab<ùEÐÅü>*i\x13\v\"
  b"\x0E,Wéü¡AÝô£'\x06└▓ù▓"
  b"\x0E\r+U(Fz’g˜6(¦\x0E@"
  b"\x0F\x03çÒ8ñIB«\x06Ng\x05D™v"
  b"\x0FðM\x08}SA4ž!n¢R$Ú¡"
  b"\x10\x08¶║ÇìOT╣-º|0#âá"
  b"\x10âî┘¥\x0F@oè¥║ëNïÉ═"
  b"\x10¥i×™îAãˆÎ×Ò\x1A\x01"
  b"\x12\x07uÇGM•\x14¹z`œöe"
  b"\x12ªx©\x7F$Cý¥v![Í[z."
  b"\x12Ã’ðŠ”Kû„mü*ªÁ9ƒ"
  b"\x13\x15Ô6'\x10G%œ´E$LûÒ´"
  b"\x13l£“äŒH\x1DƒUøê›\x0EŸ\x1F"
  b"\x14\x16ðÝ█xMtümÚsô­─╔"
  b"\x14░Å\x05!▀J\x0Eè#\x15\x05ÁJ²Ö"
  b"\x166”T¡xLð¦Írò?Þ÷,"
  b"\x17c†‘ÚòN0•>\x00Ž×€„·"
  b"\x19c%PN‚Jɶ\x068/qÈ´ä"
  b"\x1AÂ`Õ\x10lJ» d’\fB¦.Z"
  b"\x1C\x13\x16´FaNq©9’1\x03 êî"
  b"\x1D\x19\x18ótjL¶—N¶S\x01pŸs"
  b"\x1D;\5'ÑBº³ˆ+P"s\x7FY"
  b"\x1DŸñ´\x17BIŽ­C—JžI|Ã"
  b" 0£_aÅK=¦+\v\x07‡çÖ`"
  b" ã¢\x11cæK\x15¾ÃJ¡=sV/"
  b" çÙuµtC³®Âì>6Dù¬"
  b"!kû¬╦ CØÀÍ`³└iL\e"
  b""\x0F~¶QCMH›œ¹ñ–¸™œ"
  b""m¾\x1DöýL˜¥\x07÷KäåÕ["
  b""y\x1DÁ\x05tJàŽ=ð\x1CÏPˆø"
  b"##[ÔRÄH,™\x1FA}ËÒá|"
  b"#|>Û0=K6│àwÅÁ\r®W"
  b"#ûΠ¶\x05BÖè\x0F\x17Àü"_¯"
  b"#œÂ"\x07\x00NŠ…\x03óå\x7F¾Â$"
  b"#›ŸÒœJ‰¡\x0En*\x03‡ic"
  b"$6Kl\x10ÆB*¶þü!g€8Ã"
  b"$KŽölŸI\x0E§R}š\eoùÏ"
  b"$¿*ÔzØ@ˆ³¹Â£™r„h"
  b"%[\x1E\x05PØGgÑàÑ\x17\x1A\x13E"
  b"\x04\x15\x0F-@Þ¦n³U\x1F^wÓ"
  b"&DQž…\x06J©°\x01\f\x01¢5ô~"
  b"&‡!þZöK\x1E­ž÷dzoKµ"
  b"&¢ç\x18\x1A)A¾ ¨Rª®\x13ÎÄ"
  b"'QñNfgOª°¨òX\x06é\x1F"
  b"(Ü%š¨\x18B‹«zSiæt‹‹"
  b")„mµÈ‰A=°\x00\x05ÊÎit´"
  b")åc—vdHd™\e³sN ®‘"
  b"*f¹6‡hD¢ŒÀ\x11Fûñ'º"
  b",¾mÙrÆB8ØhY\x07n▒\x13s"
  b"-i0qyÉLÞ¥!¹╗Í─\x17_"
  b"-m¶\x1A\x10ØH2Ç~¢▄âòÖ┤"
  b"-{r¬þ°HP™÷©ðj•#I"
  b".->\x15Š›L\tµ"Ù\te\x07 ("
  b".bxÑb·KПëè)\x1F3—f"
  b"25,\x0F╬2LÁº!wMØTO┐"
  b"2>ÝwgËL³½X\r¼%0\x00{"
  b"2e„.P=E,ˆ“Ú6ß!C°"
  b"2‹¬\x1F,žN\x16³‚ø=f\x1Eľ"
  b"2Äc²Ï▒Iàå╦͵ؾ┌▄"
  b"33oþ{>E¥€í¶Þwî\x1EÆ"
  b"3Ã+G\x7F¡E’º‡8ÁÁr90"
  b"\x07\x04tóBt›íq+PqB>"
  b"5¶TÉú²Cµ­BKM(<\x15\x13"
  b"""
    6¹ Ò—îK>ºà·|tÿ\n
    É
    """
  b"71ú8{rJZ¿t‘È\x03È®Ö"
  b"7Ÿ1ÝÀQ@ä¯vƒ}š+\x10Ÿ"
  b"""
    8!8\n
    ÉòFת¤W_&bÇ{
    """
  b"86üÃ90F\x0E‚•P§õŠ0‚"
  b"8º¶\x0EêƒNƒ…\x07õ!†%e\t"
  b"94°ç¸‡O©‹w±“rà\x1E\v"
  b"\x16aå„Bû¡Ôý’çfg¬"
  b"9ßqC%‚IŽ»aP¦³Çí>"
  b":\x02G²'«F7‡Séû}}p¡"
  b":\vòñÒCB\x7F„NCÙ6\x08Ìš"
  b":=\x08É\x12\x07@Ì”\x07\x15=Øù[D"
  b";W:£|ý@ØÅ=6=¥ÿIù"
  b"\x1CZˆoBü‹ìacë=¥¸"
  b"<jÉþ+ÒL‘мr\x1F7Vy "
  b"=\x00JÝD\x1AA¤„ïNƒ1’Ñ¡"
  b"= g›Ÿ•C4¤\x0F¿âÞ[Pc"
  b"=¶…¢÷gOf‘\x0FíÖ^|¡\x01"
  b">\x06þ§M┤AÊÉôymJK\x05¹"
  b">WÓg_ÒNƇqll\x08qÁ8"
  b"?jxv¡»JÉ¿¶þä\x17\x16"
  b"?ÎQ$Æ\x12F\x14‡Ý|LÃÞ˜\x10"
  b"AÓÔ\x1A]ÀBv§‚ëœ5Ð:Z"
  b"AÔ÷{fÄA îI üX ú1"
  b"BÅ┐\x0F\x1FQJ‗âÅ╝iÌ\f╝¸"
  b"B╩Øy└BG\e¢Z╝;\x0FöAÜ"
  b"\x0E…?çAy­µ#ùp‚P\x19"
  b"D®íØ-ZM=–\x16qg…Õ\x16"
  b"Dº@Ø‚‰@\x1A•Hù\eÅ/k‡"
  b"DÌß~\x06½Jk´â*‹_\x0E§ß"
  b"G¦æf╗ØOÝ║§¾Íq\f╠."
  b"GÌý\x15\tÖIÑó\x06\x03Gt:Vì"
  b"HRfÎ\x01q@Ò¡.\x0E\x06}8Ç8"
  b"H”[m\x12\x1FC €þå\x0E\x07\x14šX"
  b"KÄ?êdrA`²HîÃÖ\v¨z"
  b"M4…Î+LOnˆì…P“}§="
  b"N`c\v0œD\n§\x00¢è4ëØ¶"
  b"N\x7Fv4¾ùN6† W³\x04!\x10Š"
  b"OO€…î÷@3«Í«Á\e]Öo"
  b"P\x11Ü‘Ð$Jf±_âù–½² "
  b"PšÀ\r\x07õA3¨\x01AÅL\x03Æ_"
  b"PÍ87$OM’‹F5\t\x07ç"
  b"Q\x05\d/FKÁ·ƒëGÕ\x060$"
  b"Qaÿ{\x06¡M¾¸1‰A ý–ò"
  b"Qi\x12┬imN┐ØÐϺs\x08ó╝"
  b"QŸÜ´\x13ÐB&˜8\x03ï~/_Î"
  b"""
    Qú¤)/gK/­\n
    àñ\x19nØc
    """
  b"""
    S:\n
    ì\x1DHG\x15¨|çþ›ÙPÎ
    """
  b"U%V±\x0EBEZ»§ƒöcl\x16¤"
  b"U¿“q‰ÚE–§µûß»Ûf*"
  b"Ve¼Â]lJ¡¸I,Ÿç$›Ù"
  b"Vx\rQ\x1E*J\x15±\eS\x11\x1D”í"
  b"VÝVãÀ"L…®VÝ4\x00"Óx"
  b"ZAqiSïMÑ‘,|F\x7FdUU"
  b"[¾_ÿ\x1AID\e¼€ÊIÀ\t—µ"
  b"]ºìª\x05└O±╗U\h×ùgÙ"
  b"^Jt4ë`@]ÑÅ6geO╩\x11"
  b"^ÉvÇ║║Mÿä¦J«├ÅJö"
  b"^›¼%`\AÀ’qDC\x17ø_„"
  b"_$/K;UCúØßT╬\s\x19\x07"
  b"_p¹š„PO\x7F·ÀI‰ù\tì´"
  b"aŬ͑VFè üÙ?ýj\x02º"
  b"b&vég†N\x13£u"õ\x13œùÑ"
  b"""
    b;~\n
    ÓTM\x06›¯\x1A\x06Ý·Zg
    """
  b"b·ÊJ9ÊD¿¾Œ\v\x16S”Kž"
  b"dN‚ógmA¹»7”ël\x00]h"
  b"eCyËr\x1AF1 J\vR=­'›"
  b"fh8èt\vM¿³NT\ÝPã”"
  b"iëÃ[\v›Bì¶nºR0ÉI\x1D"
  b"kÛÁ,ftN_‰#ó\x0F\x17"
  b"l2║║OòLgÄF+Þ.«-É"
  b"lœX]¬ÔF–‰tÛfY&£w"
  b"mA©ß’ºOŠ­œKçŸ:¦Ì"
  b"q©[î…+G©•Òõ Ũö€"
  b"r ‡y˜é@Ê“® ëíöbì"
  b"rUl1ïwLe·SMºá'L¯"
  b"sI[\x06M\x13B^´þð¸ô>\x16Ž"
  b"sʹn*ËLàº\x02ÿ\tDæe\x15"
  b"t”•t~*ND´»öœÝêç|"
  b"v\x11\x08\x17’æ@È·ÌW\x068O\x1A"
  b"v[°Ã¥1IH¡ÀZnhÏ5x"
  b"vØ*o¯`AHÇÛX3z└FÖ"
  b"w`£TðÖHüâA\x08­O´.J"
  b"w│\x02ƒ┴HOüº█Hû#%©U"
  b"""
    xm┐[ŶD?é\eOG?\n
    Öd
    """
  b"x|{’®\vK0‚W×a‹"Û\x15"
  b"\em0yII¤»©wÌ´ÛX"
  b"""
    zQb¡\x18ÈI²¿È\n
    Ëíñ}©
    """
  b"}/\x11$ÚˆHm£¹ô\x07Ü%æ›"
  b"}†t\x17¤RO}ŽÒݰá¢,^"
  b"~;\f* \x00Kߡৣjëª\n"
  b"~MW9\x10ÒM¡½¾]\t\x03¦ç®"
  b"""
    \x7FBØéàTI\n
    ív5hÐ╬Ù╗
    """
  b"€Û?†\x057G9”š×|—Í‘œ"
  b"ü¨h\x05:éC¿▒1■î■tÙ-"
  b"\x04Ø\x0E4ÈE­•%†–”.3["
  b"\fpΗÏB2†­\x1DÒ#\x02ä("
  b"é³&XuÙJ█ÅÜ-\x16w█í{"
  b"„ÿS=\x1CËN)±"I쥥,V"
  b"…<º\vT?BÕ \x1A¨p"YÊÔ"
  b"…J\x00ɯšD)µ*¯«ÙÐ ""
  b"…Œ'Mƒ×B8¹Åz\x05ؘÇ\x10"
  b"…ÈÞb§5J;“˘^¹kÊ©"
  b"†®S:¡XK¡ŽJñ\x02\x1Eî\x08"
  b"‡Ž§\x1E>ÏKÑŽì,d•6\x01Ì"
  b"‡ 5ºÆ¨KÙ’K\x00K\vñ\x11ó"
  b"ˆ#ï#ćA\x13°ë9|ñš‡µ"
  b"‰!_Ì]ÝAà‘\x00]Ì%\x03Û¥"
  b"ë-═\x04\x1CÉNhâu,┤yP%╩"
  b"‰k¶¥µQLO›œ;}ûE¡?"
  b"‰Öñ—¾šG"€P¡â¿—«|"
  b"‰×éÌœ£AˆµÝ\x06\x16hZÜ¿"
  b"ŠêÂG4AFë“F‚\fPü©¶"
  b"î\x13\x18┐@M¾É║├k<^\x1Cu"
  b"Œ¦8'E Iá‰ú\fv­ –ó"
  b"ŒÅâ\x00wÉC’§ÂlËf[ûë"
  b"ì\x1A\x01▀T\x17Gaèy\nµ\x00¹×j"
  b"ì\e`t█\x15J?┤Ïó£ç9ü}"
  b"ìb½bÉdD_ô¿Ò,¡ZÎj"
  b"Ä\x04)÷@ùEµÅDVò½¡BD"
  b"Ž•Ôp"\x15KB·Ôåå÷à\rj"
  b"Å¿╔ı\x04ØC░êî\x14\x14┐Ní"
  b"‘XJ#ßêKê¥û\x1A\x0Ee›^ý"
  b"‘€íx tK\x15ž|\x18Z^…ÌÔ"
  b"\x18/<\x0FÔJ<‚\x10Øp¹§[z"
  b"’j’àh´N—½RÜz5æbS"
  b"’ú\x1FÝ6ANŸŠê$ÜãÀ¬µ"
  b"”½JØ\x15/Bv‰\rÒ,Œ…Ë"
  b"•)§°DJB¨†öÚ%?£ÎÛ"
  b"–!þNGdEü¶.\x07“9ÿQ”"
  b"–M»âK7C∱ž%f‹¹‚"
  b"\x7F9A¸ø@[Š5ivëå´\x16"
  b"ûØR,*6B═ê$(╠Ê\x06Ò─"
  b"""
    \x13­\n
    O\x16Lß’Å?t¾æ"\x1F
    """
  b"""
    ˜\v\n
    8{¤I™‘\x19iÔp[\x16è
    """
  b"\x08\x05‘—èH}§&v˜"Ï\x03Ú"
  b"ÜI2£)(B>ÅuC\x0EY═└ü"
  b"""
    ›V¹÷\x1D(JвA‹5\n
    ö\f`
    """
  b"›æ\x13‰¶–H]›j§\e[\x15½÷"
  b"Ø%!¼6│ERÇôä³/Ü┼ð"
  b"ØB=├ä‗G>À¬┌Ôûã²P"
  b"ØU®\░µIÎ▒N\vòñ\x00Ï×"
  b"ØÇ)7▒╩G×ùaå7ã¹áÎ"
  b"ØÅ¯Q░¿D)▒]¿ë5╦Åë"
  b"Øû°ÖƒþLôªù§n;S\x02±"
  b"""
    غ**\x04zA´ÉeC®$\n
    \x17\n
    """
  b"ƒ╝+à‗ZE\x7FÆù9_ìPÖº"
  b"ƒ³¦²┤DNJ╗`É"Ù\x04C\x0E"
  b"¡VðÙƒ•NU¿,º€{É\T"
  b"úÜ┬6>ðN\x7FôW┴ìGÛùñ"
  b"£²³ÿð3Jâ•í·W t_€"
  b"¥¡J>¼®B7†×\x1A.\x03.-…"
  b"ªoiöÐdD<öþwüz╩ZÄ"
  b"""
    §\n
    Õ¡ž`C\x1Aµ æ¦o¶›à
    """
  b"¿\x1CߺÐÙFd┤ì6kþ▓Àl"
  b"¨PLA£/A;‚$sÈNr¥Í"
  b"¨Uy3ñwB\x1E©\x17*³¸Þ"³"
  b"¨Âç¤5!Bþ»@”Ø$àÚˆ"
  b"¨ÍÂhÎ\x05Cü¥\x7F9A¿dcz"
  b"©+\ÑË2C\x1F‰NüA³¿9í"
  b"©j¤E,ZCõû$P²ƒ\x07P"
  b"©‘€\x0Eˆ\x0EHÚ™Ò3ÇÆæ®¥"
  b"®´\x01╝ücG\x0Eä\x13ÂÍ\x12+Cw"
  b"ªÇäàô(M–¹"l_ð\x04‹¥"
  b"®AvË@ÛH*€vžv±2-”"
  b"»Â=ùü/D/¡oLv±°═ë"
  b"░²¬°v§D7ô░*═ÃÅ╬÷"
  b"±H¯\fï\I[ªxÄ7öIz¸"
  b"▒žìǃJ9ø²d┴\x04z╝D"
  b"²kC\x15hâI@°ë.žƒQ–:"
  b"²´\x07ÖnüGË©GT臯\x18¢"
  b"³«I\x04Y«K*¶¢_R\x1EÉã\x10"
  b"│¼=õ\x12û@ü│▒\x10ÏPÆ\x01"
  b"¶U\x03ÇË\x1AM†«UE<D\x05\vŽ"
  b"©2wx\x08ôF█▒~É\x14\x0E8uÕ"
  b"¸çLwÚ\x1FMëªÄj\x12­ç­Ö"
  b"╣~ù»┴S@Féw╗`┴╬.Ø"
  b"\x16¼└\r·FÌìIt4£"
  b"¼[?ò”’M±ˆ[tA}ó´Ñ"
  b"¼iÃ~Ž\x04IÏ¡3|ˆ\x13i( "
  b"¼vÑ0\x08KM:”~žX\eŽ&O"
  b"╝╝U®uALÀÆÕyþÅQâï"
  b"¼î|ŠW+H\x0E³ˆ\x16¶„\x01Þâ"
  b"½yr@]ŽKí‚\x07*§Éí\x04é"
  b"¾tWò8¢D\x18º\x07£‡\x1Dq\x18û"
  b"¿\x1CdvÂ\x1CE\x17‘ûŒR„x˜™"
  b"¿h\x7Fu|eJƆw\eÙòdòy"
  b"¿Ü¡/I¢Oì¶›®¦a\e’Œ"
  b"ÀÞd[:þ@™š3FÜ2\x1F†¿"
  b"""
    Â\n
    ”lâ†Fï¨R=\x1Añ˜ba
    """
  b"┬&qÙ þGôØú£Î┌K¾i"
  b"ÂúÖˆ\eØH ¿6\x042%…¡""
  b"ÃW»Ë3fHò‘.x\e,J»¿"
  b"├ìv;·|JÁ│;gF½þõk"
  b"Ä’úÚU*Là¢ÏwÃuŽkŽ"
  b"ÄÒðÆÍÏEE‡\fý\x10¶ñ—"
  b"Äð®ˆpÉA(¾®Aa:w$Ì"
  b"┼║`V"ÜC!½?ÒÅ«=VP"
  b"ÈJ!†'_I\x13³çrKà'®}"
  b"ÈZ¯à\x1A\x0FMÈ‘pÊ-R;¶N"
  b"ÊpÌ|\x03fHb°[¿_ªþ›È"
  b"Ë\x12rL”\x17HF³>*{IgŸ\v"
  b"╦à¦8@¸B╩╗üÜ~*Ï[p"
  b"Ì\x02Yjè:NV€ã“\x1A¡ „õ"
  b"Í@¹8®RC\x02¦MÖ±©S+J"
  b"═█øSÑ2Mdèsi"\x0Fw\rü"
  b"ÎbŽ•c‚NÁ«R¥3g\x1C"
  b"╬áÇ|ÅLD<ù\x13*äqC\x18C"
  b"Îä[ŠR<M§¶­^hÆn1Ÿ"
  b"Ï&œBf\x14MM®~\x1F‰9\f^i"
  b"ð▄£ÌµOE\x18êÂü"»\x00\x168"
  b"ÒQÿkB|N\r”´dÒïq)@"
  b"Êå┐¸t$O Ø┼\x0F─Æ1Ëe"
  b"Êú·│­l@Gºp╔üNmw*"
  b"Ò½\x11õ3\x14IG›¡Håìrô¯"
  b"Òùn\x1E¨°LI™gð›¸ÈóP"
  b"ÔL³b±ÍI\x05³Ý`\x05çñ\x03P"
  b"ÖuÕõ¤\x10LE—èiÑ\x12ÍâÐ"
  b"Ø\tM\x16SœKÕŸ\צ\x01ZÏ£"
  b"\x0Fi_╝ëF\vüß\x03û│QÜý"
  b"Ù\x16\x12Æ’-@|¦Ilö¹s»E"
  b"ÚI{®D}HpºKïÛÐ#ˆ\x1A"
  b"ÜÌÛIýëJ„‡ßj\x12ç\x02çQ"
  b"Ý\x12™æ£\x15Fö¦Yà_¨¢d›"
  b"ÝŒpX\vîAʸ԰.ЛGõ"
  b"¦Ñ▄\x1Fc╠EcÅÃS\x08{ÛØw"
  b"ݹúµUHOü¡ß\x1E‘l}Jo"
  b"ß\x02\x14!ä¢Il£eÛ€¾ì{·"
  b"▀ly6Kí@iØÏ£Ø‗t*\x1D"
  b"ߦö›9-Kü¢ÈP9S@p\n"
  b"à-½Ø„\x17NÇ›—‹ò8ø„€"
  b"àæÍÎQ<On¼ì!5.ÈŠ\x01"
  b"âWFÌ,\x00J¾µzSË×gØ…"
  b"Ò|\x0EvXÉD´©g&äB-Ë╬"
  b"ㆠGí»JI«L\x7FÔç`·È"
  b"ãÕ³v]\N\e«CÇ…ëÄ\x03x"
  b"åÜP2/aL«…è\x7Fã—%\x18®"
  b"µÈüL]RD+í&©>&q\rÌ"
  b"ç/•|¦úH\r¯¾)mˆ}&\x00"
  b"ç?2.à\x05K\x00Žg~‹~"Îú"
  b"ç?G–¼âBA¡°\x06ÛVÓ(¯"
  b"çT\x1EmS’@\x0E±.{\R§\x7Fù"
  b"çgŽË²„D4”\x08ø€b‹·¡"
  b"þÍéÜÅ\x02N2®┼C»\x15÷┘s"
  b"é1Hh\r\x1A@0³Üä½³£\x01["
  b"ÚU║+¿nCcôaIÙ\x18Å1P"
  b"êwˆÕepG\x18¯\x18J˜ûf„f"
  b"ë8œÛ­¥E`·  pÏ]^‹"
  b"ëÏM¤¥wEè™\x02æV+YKž"
  b"ý6S▀\x0F┐LG╣ª¶¡ì·Ô9"
  b"ìay„.•L\x1F¯”{XÒÈIŽ"
  b"íAn\tÿîGï¼_BÿTˆßp"
  b"íçr\x10h¢H,§ˆ§¬mŒB+"
  b"""
    î”`\n
    7±KO­Há¾\x03?V­
    """
  b"ï;T‚y¶IP³×õ\x03¿ÁÇç"
  b"ñÎn\rc¿K\x19·Ã˜Ô,Bȧ"
  b"óTFHK\x10K"Ž\x13¯Ð\x01ÚCl"
  b"óª¸kn1I­‘ò'xI\e\x18"
  b"¾Ý5#jóA^▒_Åy╦ÖÉ_"
  b"ôÚ\x1EU] G†²l©ÁR\x08É"
  b"ôÛ†D\x10\x1CF´²¬Ï:\x12\x02\x18ø"
  b"ôõÒÖ\x0E¨DÚ·å™ýýÕM\x1C"
  b"õßh)ªQ@‘¬ªK¿¡5¤|"
  b"ö\x13ÑJqÂI"µ^\x1C\x04\x15²Îz"
  b"öÙ}\x19\r\x7FMÔž\x01o” \x10Ô•"
  b"÷\x10c,0ÄBù–~ÖužAD!"
  b"¸d_\x19îÅMxÅj3║§\x04═Á"
  b"÷ƒ\x17âŠÄHÝ©©ý1W²ÅÓ"
  b"¨<i?XôJ¿ÅF;Æ]ÕÑ┌"
  b"úïuÔ\x13\x19A·½Œ4ù\x0FG4æ"
  b"û#:=ÉjK²«ÜK‹IR\x19?"
  b"""
    üÁªSÖËE\x04³\n
    o“\n
    Y“F
    """
  b"ý@<\rî,AJ‘ö‘’b,\x07c"
  b"ýN\x0EèŒzF ’sE‚ùæú="
  b"²┬IÞMÑD▄Àí-Ï\x1D¢¦ì"
  b"■HrÉñ└Oý¬=¿█5ƒtÙ"
  b"þ»Ú~'º@”ŸWÑ\x18\x11{ñ"
  b"ÿ²×t(ÝGIž¸ˆÝSùUÂ"
  b"ÿ»Èš‘\x15K%˜\x07\x1Dƒ 5T~"
  b"""
    \n
    ╩r─rcN»ü_[a¤U(~
    """
  b"yH$\x07ØåE¢´Òfë\x02XP,"
  b"„håÇ\x06%I̱¯\x1D\x19ä%?à"
  b"ÉŸÔè<œOm“¯¿:öÔ›á"
  b"\x06ܰNê“F%†\x0E…Ï>ø4Ê"
  b"""
    \n
    9}‚‚\x19Kç±µ¥Ý™Á\x08Ï
    """
  b"\x18ÿB\eý\x12BÁˆ ‡·Ž™fõ"
  b"""
    \x1C\x17\n
    \x1F£ìCX▒Jtr+0Yî
    """
  b"#¨ !ÖçI'ˆ\x08’ð~E\x11«"
  b"N+?klvCQˆO_æÙ%ã3"
  b"S†¿ëWªG÷­,Í3–\x0Edx"
  b"qD\x0E£%’D9¥—¾ñêá†X"
  b"~Z\t\x17œ›M׌H!ãt£\x1Dn"
  b"’1ô\x1E\x03\x16BÅ”\x1D“¡<¶×\x0F"
  b"žš–\x12SöK†¢“±0\x08p©)"
  b"»¦ÌD\x17„JFºÙÔnqÒY\x1A"
  b"œÇ\x08O+@u¸É\x03*^8±°"
  b"¤Di\x04\x0FÎFo¿\r̦ü¹°ä"
  b"Óp\x15ðŸ\x03Iù¯!c²èÒ¨Ã"
  b"\t\x05ÿ\x10ULFÑŒB\x1FÊò¶õþ"
  b"\vű¯\fÑJBÁøpÁ \x1E"
  b">|wÛZÈGè£Ç¬‡tz¡ó"
  b"Cr\x14AsWF\e¸\x03PH\f­:\e"
  b"Xfœ\e%ÿL{™¬P\x04u9öæ"
  b"X¡`éÒ¢E╝Å╝ıuúLG┘"
  b"[\x7F\x0E┌ÜöLU╝þÉ┴B\x0E÷╠"
  b"z\x11Ç\x02N\eM7žßú ¤m\x1Fg"
  b"z¦àu}£E‹Œñn¼’é!@"
  b"\t wxüDB†dþè6^Kà"
  b"š¨\x7FZ\x04‘G\x1E’EaË»ŠDi"
  b"╔╬ü¬‗XFÃÑ\x06║üÐìÄ▓"
  b"ìɵî+ãLž¸ù\x16é\x02ÕN\"
  b"´X¡3üfB/ñÈ2k(õ±W"
  b"\f\x0FgñFDKX¬\x06éØ\x0E\x1AÛF"
  b"\fnšJɦA¦¶ðF\c«^«"
  b"\x0E'IZ\x0E\x1FAØ¡¨Û­ã|╦û"
  b"!N6² {L‘…>‹x»rnÌ"
  b"+´à\x05ïÞD\x13ü█ð└kå¶\x1A"
  b"\x12IÃVJ¼žðÚÃ:\x03\x17"
  b"""
    :)Î1(uM7¦g‚ûÓ¨\n
    2
    """
  b"EŠ«cëwI\x13‰9aØr,!±"
  b"aÉ.{\x15\x14Eòò\x12~vi6åµ"
  b"ìÅÅæÑ®AlÀ÷8M³VñY"
  b"ÿÅêaúØCÆçA¹\x1D\f.VJ"
  b"¢¬\x02³\x14ÔD™Ž\x15\x15ýÙíQ÷"
  b"¦Œä·ÞÞD¿Š(üë\x006ܹ"
  b"¬²æÍ¬cA° \x08/‹¾:ð\x19"
  b"³þc®™\x17C\x11°›e/´·ˆP"
  b"¹•ʼx\x08Aó¥\x0Eɬï"
  b"╗╔»\x1A¡\x14H?óyãiülGJ"
  b"ÂM%4QFLžª,\x1E\eù\x7F"
  b"ÃVu\x02ôGHÖ»e…_KÉÇÕ"
  b"Ë\x18Ã[Ù·NfŠq,2K.§\x7F"
  b"׿g’è°@À¡\x1Fz[Ô„\x15]"
  b"î@\x1D*ÌALþ…!@•aÚ^ð"
  b"ÿ㬪H*C ±y/MÐo’""
  b"\x01jFÅ£\x1CGú©0Y›@D s"
  b"\x0E••<X_E/Œ‡ëôc/iý"
  b"\x11ÔÉgìäCÊûÃÖµ\x13Àîk"
  b"\x1E¹ÿd.úFjªý\x06 oì݃"
  b"8£Â:~ZMP¦cÁsççÞ\x17"
  b"?1┌Ð__E±Égkp\rá¶¡"
  b"L$\x16úú(KU¿\x12F´¿k–í"
  b"R\x08r&ý±J§‹\x05–i‹\x10Ü4"
  b"Z─Ò½▄ÂLU║tí┌ÜØæ┘"
  b"`‹{æ\tÁJ,µ\x15úÒ6Œ«%"
  b"q$¼ES~IÊžÙÉ\x1E]\x14Çé"
  b"ƒ)¥NlÂDOº:hºÃÔ…q"
  b"ŒÓ#\x11óÜF+‘ù]”^¦r§"
  b"ò÷tæ×öF*üÇ\x1F?âÖ\x15¨"
  b"—{„z ÿJÚ™W7ø³iI‹"
  b"""
    óaùìıéA■ 2±1C\n
    Ó
    """
  b"¬\x13#└0nIáî¦%XX\eÊÉ"
  b"¬7X7Ú1I\x1C€ë\x13#B¹eL"
  b"©┴z\x11?LB\x13¢?©F\x05kØó"
  b"¼ziB4îB¶˜É?›žƒ!*"
  b"Ü»5ÊŒµK´…­„ÌâÕè3"
  b"Ýóí§U:B\x18”€WþùT\x0F\v"
  b"ß\x08ûù\x15\vHÌš\x17\x199\x11{_"
  b"ß—\x03$’¶D-š9kBÇyDã"
  b"ÓIÜ~.hKÅñÑJ<aÍ­ê"
  b"õì$%╣þO%ª\x14äGd mp"
  b"í\x1E£‘ŽBC›¥hÎ(y3u"
  b"îï¦#.·MÇ•ª_Wö\x02ÓË"
  b"‹Ø½[W\rIG‘ O(¤áè‡"
  b"""
    Àf:=\x04–MΟôŠ/\n
    dþÔ
    """
  b"ï2·ãƒ=Jœƒoš=üIBŠ"
  b"=PÍ\x16ŠRK\x08¦WU\x16-+$x"
  b"Xf\x05ñ]·K═ü‗¥KÝ‗Û@"
  b"×■ç4ü}C1¼ç ¡\x13Ù█╠"
  b"\x01÷y×x¬Dèü\x03_┌¯Æ Q"
  b"\x02Rç0Œ\x02EU¢&%]C”Í\x10"
  b"""
    \x03\n
    zÒmfJµ€MÌâ\x07Jï¦
    """
  b"\x03\x1F\x14ÚE_žñ¬•\x15&\x07m"
  b"\x04\x189ÐB@@\x16‡9Û\x04õŸ1æ"
  b"\x04\x1A¯GFúšã\x1D:ýèT§"
  b"\x04Éú\x15Í.@iåxNÛ┘%û|"
  b"\x04ɨ|ªvD§ \x1A¬i{\eûD"
  b"\x05\x05ÍS|PH¤ü´%c\x08│°æ"
  b"\x05\x19í\x18©ÄI\x16¡Ø°Idëe®"
  b"\x05ë\f"\x17ËJæ•S›©\x1F®í¢"
  b"\x06æX&\x008K •yFæ\f³ìz"
  b"\x06øûe¿©N\x14š½ÿÎõMêf"
  b"\x07Љ%\ÐI\v¼è§\x11‡ë<7"
  b"\x07¤3Œ)3I0•’Gg“Ÿí\x05"
  b"\n!多\x15Nð™'Òñ\x00èÔ¥"
  b"""
    \n
    ±\x10×&AD_”Ï\x05„I|Ž$
    """
  b"\v\x18œ<€kB®‚k\x18§\x00M‰¥"
  b"\f\x14\x01¾\x00NK;‘0³pf¢~N"
  b"\r8"═\e█Jj£\rKÔxÞü."
  b"\rê½/\x17PAÕ¡a~RÿÕ?_"
  b"""
    \x0Fæ\n
    [²·B–šìì‘\x06€n˜
    """
  b"\x13åw‰ï’Om•ÉÇh\x17×ÛÎ"
  b"\x1AƒlNÁ½AD¿Ñ\x13c\x17©3’"
  b"\x1A╗▄Ìû¤G¶ï«mD\x06â[ì"
  b"\eÖÞ!ÒYOÖ´•a2ZÁ6Ô"
  b"\x1CK¯–ׂC9¶ØÉyÄÝ\x19\x1D"
  b"\x1D„S~íÕH£¡®ÞÂþ#\x0E\x16"
  b"\x1Fqß½t«@5‡Q\x1A†ãZ{¥"
  b"""
     dı╔¶\n
    M\x0FØþfÄy÷└<
    """
  b"#è³,àiOóíØÙB┘\x12b`"
  b"$\x04(•°"Bàˆ5ä(Jð…4"
  b"$2ùX”ñA“Œ´\x1C¼Ã—£\x01"
  b"""
    'tðÔ\n
    UN»³D\x04í#Iìù
    """
  b")cÁZ+\x18K╩ÅÂ\x11Ì\x10»§|"
  b"-¾q\r¿?@æ£y‡>Ÿäpv"
  b".W¡,`\x7FGF»<\x08bÂÕé–"
  b"/cê\x10Ÿ4F>ªÄü\x1AÎØ“\x0F"
  b"0cRœÒËLS£òÜ]rÇß_"
  b"2 t6÷°LQ¸\x17Ø5fvr¸"
  b"2(«\x07à\fKð¢/:€Ôèw¸"
  b"\x14PíÅAñ»í9ûvØ\f"
  b"5█}Å©áA¯╣iT!\x1E╗§­"
  b"6‰Ê¿\x1F¬@I¾ÆCš\x1ATue"
  b"6ºÈ­ïQLª­¼\x1D0F+ ý"
  b"6à”&q[E(ŸË†|FMFÞ"
  b";‰Ç‹TÇGr›¯Ôf)\x06KV"
  b"<Ö”Àž'N¡¦ð©";Çûã"
  b"=–z×Y.O\x19ˆ\x14Õ\x08Z%b-"
  b">«°Í–\x11B\x01ž5ѾÄM¯E"
  b"?»ÕÚíƒNÁØGð?ÿ┌âå"
  b"@—Q\x00¾\x17@ç›H²\x04\x18¤\rš"
  b"A8`\x19‰ëCR¬¡ÁM\vÎâŠ"
  b"""
    D\x06\x03ØþuC\n
    ©Fs¬Ã\x0F▒Q
    """
  b"EË•g½\x0E@;¸R\x7Fqþ¡G¢"
  b"Fd\x16ÀW±Gm£ûx¾ÏЦŸ"
  b"Fåê\x18xCF&¢\x06^\x16sÄ;Ñ"
  b"Hs/.‹µI´žîÒªMÏŸ\x12"
  b"IjY‡”MBž•SÍ•¥y”Y"
  b"L\x11ÆXÅ«G▀à]T´9æ³£"
  b"M\x07uÊþÇL9œ5\tfýíåØ"
  b"P±@'&°J(°Ô¦bùIOA"
  b"R\x06¥ÿ\x0F?Oæ¿—…¾wFÁõ"
  b"\r\x02NB½ÓàÄ\x15~\x19="
  b"TÅ╣└N7D¼ë8*íÞ┐\x05¤"
  b"ZSS7×¢Mn©Ý–Ž„Sa‘"
  b"[g¹\x18 éF¡µ9\x07\vJP6Ì"
  b"]hš\4ÄBѲZ\x03[-&q_"
  b"]»x¬&@z¦m\x11"^óËî"
  b"_│WûØàO¿▓J±B╗@pþ"
  b"aŒ6Qï#Oåµ?ñ\vénz\x16"
  b"c\x1C£•yùMF¿Õ¡Uh‘-‚"
  b"eÜ2@p@Jù«\x17œðcpAÒ"
  b"\x7F\x1EÃ?AT‹L7Ùƒ>ƒ¥"
  b"m\x14†uqœ@‚¨ÎF\x0EàæJF"
  b"m┴Cçd\x1FF\x15ƒ][¯ü8├\x04"
  b"\x17QîàFù½¯iDrÒ6z"
  b"p<¡ö»¥F±íÒzÂüµ¯i"
  b"pp\x16Í>MK\x1FºÎàq\Ÿ°9"
  b"põ}Ôç\fN‰¿føüH0™Ê"
  b"q¤K ÁLЦæÚ|ès¤\x15"
  b"u\x04\x16\x7F&\x02Jö©4ìïÈ0\r¥"
  b"ufÁúÉ}I‚‚Çå¹ðFˆÀ"
  b"uh\x06Ì\x16œBó¬\x18ØË\x03¯¶²"
  b"wÉðà┼ÃJìí¬W\x12┼´Gƒ"
  b"w‗┘\x02<ZEôÉ1Ǻ ¼-█"
  b"xVøëžù@Z…\vö^ÞP›™"
  b"xò¶\x03º¸OÑ•„"eIvêî"
  b"""
    y"\n
    \x16èºD픊Ô\\eIùá
    """
  b"y}'ÚѺHÅé═±¹`GÀ~"
  b"yÒÀ4\x03çJ¸½ÑÚìzU█H"
  b"\x13\x02\x07lL\x03Åc\eú2wR~"
  b"z.ˆày‹Gh½ì\x12\x11\x0F°yõ"
  b"z8:´Ü‰EH†J\x0Fÿl\x04Ï`"
  b"|qÎà£RIú—_`"\x19*x+"
  b"|ÜVîÕ\x08M\x15Å'L\x14"\x1A┼r"
  b"}.ðº»\x7FLm«V0P\x1E\x08¢Ã"
  b"}†-òÃìIâŸ*ÔÑ\t¶Ñz"
  b"}Éí_Ý]Hj ƒR\x12Á„#+"
  b"~Vo\x14ß{Hî‰\vÁlU\x7F‘ž"
  b"€9\x07!ÏÅFd² \x1C»TèØ;"
  b"ƒLçäÝQCn¯O¾í\x19É©ì"
  b"„Œj 1\x05C\x12‹á©—®]/\t"
  b"„¡ÃÑ}\x13L… S@nUµú4"
  b"‡v…«f¬O)ƒÜ=4ã&T¡"
  b"è%\x1E\x00╝©CCÉ▀v¸ñÂUö"
  b"Šèe@Ð\x1EHK»9‹K\x1CÚ?È"
  b"‹\\x15âoOF‚½—UÚ\x05G]y"
  b"‹ zWT`IcŸ[–[“\x13"
  b"ìqï.┘ IðÿÏ®─rVp\e"
  b"ŽÎîœrÕIô ê˜XHð\x06ˆ"
  b"\e\vàå\x17B\x17£+<\x15n¿x\x1D"
  b"‘”D\x08\x13©Mnµ\x16S¿‘‘jb"
  b"‘–G¶m¾E\x0F­±\t þ±Ö‡"
  b"\x11RJªqD`©¼—?\x16YF‹"
  b"•këep-Bx„ùÖÚÿ×Ö1"
  b"""
    òt²\n
     \Aé®Õ╠╚C\x07
    """
  b"û\x18╬JOh@]ìêè˲\x1E"
  b"""
    —q+×&\n
    Má–P\t0åŠóM
    """
  b"˜\x17\x1C®ÍŸNÕ¹$Ø´ÉŒ'?"
  b"˜ÜÉêñELj°ÀL7\tùÇ\x08"
  b"™F£N8ÔD>‡¤/×h\vˆ\x16"
  b"šÄ68·ÅJœ\x1ApÝÁÛy\x18"
  b"\r$¼]\x16Du¿\x16AªÌîÑ«"
  b"œ\x12òd2w@|š¹NŽ3‘§Ÿ"
  b"×┘¼µ/ÉDä░F¤3\x1E$×a"
  b" ôÂ7\x1A2J—«SJØÈ»\x15D"
  b"¡\x08U¯h6Fùž\x05\x11Ї\x1C§ö"
  b"""
    ó\x18ÜIåjJ&║\n
    ¶³\x16BÒÅ
    """
  b"£ž\í’øO«“pi®iÌU"
  b"¤_-Š’ƒB1/èC¸‰"
  b"""
    ¥™-T0SDJ•S¿\n
    ˜‡\x1C\x11
    """
  b"ѵÒ\x03S³@<ü³C╬ª2\vç"
  b"¿úèG«¨BAØÏï\x7F­~Ä\x1D"
  b"ªCJ\fœþCò“”×\x17!i†Œ"
  b"¡å>G\x1FÍJD®▄à\x00oüÙ£"
  b"®–Ó!½³C˜“1aQ¸\x1DÁf"
  b"¯Õ€µd~H\x00Ÿ²Ž¾ÃãîÅ"
  b"°p•3ƒôB –w'žµ3þ."
  b"░°├ÅÇeO¡┤\x03üþ█▒!Ü"
  b"±"á>·”B¶„r<;Þ¥,y"
  b"³–j6¸YF]¶êC݃\fÆ4"
  b"µàÒZ1 Oˆ™ç†ØëÛÕ¢"
  b"¶;\r\ré¬Dä„òÜÓô<žÔ"
  b"¼ÐyéÌ;Eæ¢x]\x14\x19¯Õœ"
  b"╝ð­\x0FضM²▒\x0E┴GWþð╝"
  b"½IޝýÕItŠÈµkÓt+\e"
  b"¾\x12À\x02\x01JGǪ‰¤û£F¤²"
  b"┐¬║÷E\x19@ÎèÉ[\x04RÞS&"
  b"À\x11±\x02t]Hó¯“\x11\x0E\x7F‚Q¤"
  b"À‚°ÖùÿD¦„úFl–™ÐX"
  b"Á\x07îÖ\x16ÃN\‡DjhKKLÀ"
  b"Ã\x10\x00¹Ý\vBDZo\x05¥æ\x1E­X"
  b"─³>╩▄\x1CA^ØÅAY:®D■"
  b"Æ\x18äøJOJ\x02\x01<|þ³jd"
  b"ãc\x14\x1EumI╦¿÷ص÷\v§×"
  b"ÇþÕeHBMŠ·]¹É3иÌ"
  b"È$Kè“nE`™Tɪ‹ýûu"
  b"É\x02•v¢nN*¾\x08äê\x07§oè"
  b"""
    ╔Jp\n
    í╦Kÿü*<cM=▓ 
    """
  b"\x19JG«¡N░¢ìùüJxÄ)"
  b"ð!©>!/LxüI▄z5¿òø"
  b"Ð¥\x03-MýHv ¨âš¹A“ù"
  b"ÒVèØ\x06bMþ‡ëw¿'.’³"
  b"Òt&ÈUzLĽííÁ~#û˜"
  b"Ó\x7F4×’˜A€ªÃ1'¢Ñt‘"
  b"Ô„DVR~GÚ°\x7F…UAÓ¼~"
  b"Õ†ñ鍯A,¨\eýÕh]âo"
  b"ÕÂõ£—PAk‡[cöƒ\x07R{"
  b"Í&?ó,ýGQØıT║\x13\x1CÌy"
  b"Î+èkìVHm«¬+È╝\eÚ$"
  b"Ù\x05ãÌÓ´OX¹×¶Âf¨³c"
  b"¦ý8Ôã╚E\x14¢ì'©;Lå\x1E"
  b"▀#þƒ\x17öB\x15ï·/ì¿õ'ÿ"
  b"ÓÉÞÞ;▒O@ø4HM»j63"
  b"ℎÚPjHÿ‘‡n'ʇ\x0E\x7F"
  b"âšÑ…ü0I.½\x14¹K¿÷K£"
  b"ãç\fŽ~øKe‡{Ûþ­Q!Ž"
  b"ä{\x1A>ë!N᥷1½zý8ã"
  b"åg§j\eˆ@|ªµR94O>A"
  b"éCHqëßKežä+t†GN³"
  b"íVK˜\tÇGSŠ’/^¦\x02R!"
  b"îÆ³é@-A¤™\vS =Z š"
  b"ï'YœoDBU™Š\x16zñ;Šä"
  b"ïSÖ’ê—De‘i‰T˜t5^"
  b"´s4%▀╠H┘Ø░.`pè─""
  b"´ê┼ÉÌñNÊ¡)\x04×îjì­"
  b"­:¯*zwJ¢×±çs\x12Å\x11î"
  b"­¥Î@º5AµæÝO7eØ7¤"
  b"ó)ÔÑmŠNä²p¾¬¤Æ%\x07"
  b"÷öVìhcC\x17ì\x00ªò\t¥´²"
  b"÷íÍefÑL▓¬½Ý¬\x1DN+ì"
  b"ö¢4T{AD|’nöͦÏR~"
  b"ù‘H\x02]-C왯 è>{aN"
  b"üÓ™\x7Fó9I\x1F«j]Š@q'Ä"
  b"ý\x07Ty{\x12Nô´äCƒh§p8"
  b"ý\eê@«úH~³¼<­×\x05"
  b"ýv6ì…¨D‘Œ|\x05ÞcÍ_P"
  b"²ç`?\x07®O2▓ðìÁ¦~\x07á"
  b"²ÆÍE|/@ß▓í╚*ØZËP"
  b"Åa█║SéO█Æ2Á?\x11\t"
  b"õm1¢ÜèL\x10—€\x1DÀàù²ï"
]
83 8.23 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.`media_id`, `property_group_option.media.translation`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.`language_id` = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x7Fº¿]Aj@8ŠM˜‰T\x1Ežˆ"
  b"€!O¶\vAOÖ—…e¹Ìú9â"
  b"€9\x07!ÏÅFd² \x1C»TèØ;"
  b"€Û?†\x057G9”š×|—Í‘œ"
  b"ü\x11Ó2└rKÍ╣>|Mq»á""
  b"ü5\x11@j├G\x1Dç┴░üaı#`"
  b"ü¨h\x05:éC¿▒1■î■tÙ-"
  b"\x04Ø\x0E4ÈE­•%†–”.3["
  b"\t wxüDB†dþè6^Kà"
  b"\fpΗÏB2†­\x1DÒ#\x02ä("
  b"‚Ððíƒ%KK•ü…öÂKP\n"
  b"é³&XuÙJ█ÅÜ-\x16w█í{"
  b"ƒ)¥NlÂDOº:hºÃÔ…q"
  b"""
    â.;ãþw@^Üõ╩\n
    Å║\x03ï
    """
  b"ƒLçäÝQCn¯O¾í\x19É©ì"
  b"„håÇ\x06%I̱¯\x1D\x19ä%?à"
  b"„Œj 1\x05C\x12‹á©—®]/\t"
  b"„¡ÃÑ}\x13L… S@nUµú4"
  b"„ÿS=\x1CËN)±"I쥥,V"
  b"…<º\vT?BÕ \x1A¨p"YÊÔ"
  b"…J\x00ɯšD)µ*¯«ÙÐ ""
  b"…Œ'Mƒ×B8¹Åz\x05ؘÇ\x10"
  b"…Ç<\tôa@I³su\x05CX\v5"
  b"…ÈÞb§5J;“˘^¹kÊ©"
  b"""
    åNù$6sO\n
    ü┼█bq÷î¼
    """
  b"†®S:¡XK¡ŽJñ\x02\x1Eî\x08"
  b"‡A3‰Å•F™¿Öå\x0EŽJ‘"
  b"‡v…«f¬O)ƒÜ=4ã&T¡"
  b"‡Ž§\x1E>ÏKÑŽì,d•6\x01Ì"
  b"‡ 5ºÆ¨KÙ’K\x00K\vñ\x11ó"
  b"ˆ#ï#ćA\x13°ë9|ñš‡µ"
  b"ˆÓ3Z%QC\x0F†À[Û$UN$"
  b"‰!_Ì]ÝAà‘\x00]Ì%\x03Û¥"
  b"ë-═\x04\x1CÉNhâu,┤yP%╩"
  b"‰k¶¥µQLO›œ;}ûE¡?"
  b"ëóHÓ¢ðG8íÒò├\x19Ø1ô"
  b"‰ºuk¦OIã»5/‰ÝÝÖÒ"
  b"‰Öñ—¾šG"€P¡â¿—«|"
  b"‰×éÌœ£AˆµÝ\x06\x16hZÜ¿"
  b"è%\x1E\x00╝©CCÉ▀v¸ñÂUö"
  b"èe8«UùD\x13½Å¬×\¾\x14b"
  b"ŠgU6(yJ\x1F«*7zc‚Ô$"
  b"Šèe@Ð\x1EHK»9‹K\x1CÚ?È"
  b"ŠêÂG4AFë“F‚\fPü©¶"
  b"‹\\x15âoOF‚½—UÚ\x05G]y"
  b"‹ zWT`IcŸ[–[“\x13"
  b"‹Í0‚zÌMæŠJ€HH€è5"
  b"‹Ø½[W\rIG‘ O(¤áè‡"
  b"î\x13\x18┐@M¾É║├k<^\x1Cu"
  b"Œ¦8'E Iá‰ú\fv­ –ó"
  b"ŒÅâ\x00wÉC’§ÂlËf[ûë"
  b"ŒÓ#\x11óÜF+‘ù]”^¦r§"
  b"ì\x1A\x01▀T\x17Gaèy\nµ\x00¹×j"
  b"ì\e`t█\x15J?┤Ïó£ç9ü}"
  b"ìb½bÉdD_ô¿Ò,¡ZÎj"
  b"ìqï.┘ IðÿÏ®─rVp\e"
  b"ìÅÅæÑ®AlÀ÷8M³VñY"
  b"Ä\x04)÷@ùEµÅDVò½¡BD"
  b"Ž•Ôp"\x15KB·Ôåå÷à\rj"
  b"ŽÀ\x7FbÔÖA`ƒ%œ4ùß/\x16"
  b"ŽÎîœrÕIô ê˜XHð\x06ˆ"
  b"Åa█║SéO█Æ2Á?\x11\t"
  b"Å¿╔ı\x04ØC░êî\x14\x14┐Ní"
  b"ɼ\§¸Å@à«\x10Â╩$\x12+J"
  b"\e\vàå\x17B\x17£+<\x15n¿x\x1D"
  b"‘-ŒÒp\x17D\x13«Ò 86odƒ"
  b"‘XJ#ßêKê¥û\x1A\x0Ee›^ý"
  b"æq┬÷Ë\x1CLìâõ6˸E\r"
  b"‘€íx tK\x15ž|\x18Z^…ÌÔ"
  b"‘”D\x08\x13©Mnµ\x16S¿‘‘jb"
  b"‘–G¶m¾E\x0F­±\t þ±Ö‡"
  b"\x18/<\x0FÔJ<‚\x10Øp¹§[z"
  b"Æ\eè$Ð(O\tçìø└┐®\r\x0F"
  b"’1ô\x1E\x03\x16BÅ”\x1D“¡<¶×\x0F"
  b"’j’àh´N—½RÜz5æbS"
  b"’~·¢¥çLñ¦†kc\x06‘¹\x00"
  b"Æìá \x7F³E]àSh■\x065¾ò"
  b"’ú\x1FÝ6ANŸŠê$ÜãÀ¬µ"
  b"""
    “?”Û3›Ht¬fuí\n
    úá
    """
  b"\x11RJªqD`©¼—?\x16YF‹"
  b"”'Á~ò›M…ž¦iö³\x1Eí\"
  b"öyÊ71▓F\x10Å╔ùÎÄSvH"
  b"”½JØ\x15/Bv‰\rÒ,Œ…Ë"
  b"•)§°DJB¨†öÚ%?£ÎÛ"
  b"•h‡‹%\x19G@“ó\x13ã:`+»"
  b"•këep-Bx„ùÖÚÿ×Ö1"
  b"""
    òt²\n
     \Aé®Õ╠╚C\x07
    """
  b"òôÓÕ)PHź"©?\x1D«ù─"
  b"ò÷tæ×öF*üÇ\x1F?âÖ\x15¨"
  b"û\x0F3Ô²┬H=¥n¹ßëÅ\x17="
  b"û\x18╬JOh@]ìêè˲\x1E"
  b"–!þNGdEü¶.\x07“9ÿQ”"
  b"–M»âK7C∱ž%f‹¹‚"
  b"–aI¯ó\x1F@(…ß^Pmîjp"
  b"–jnNPYAÊž\x16¶{»,Î\x18"
  b"\x7F9A¸ø@[Š5ivëå´\x16"
  b"ûØD4ÝËE$égãZ▓'Õ9"
  b"ûØR,*6B═ê$(╠Ê\x06Ò─"
  b"""
    \x13­\n
    O\x16Lß’Å?t¾æ"\x1F
    """
  b"""
    —q+×&\n
    Má–P\t0åŠóM
    """
  b"—{„z ÿJÚ™W7ø³iI‹"
  b"""
    ˜\v\n
    8{¤I™‘\x19iÔp[\x16è
    """
  b"˜\rSH%ðO‡±a\fNu½1Ž"
  b"˜\x17\x1C®ÍŸNÕ¹$Ø´ÉŒ'?"
  b"ÿÅêaúØCÆçA¹\x1D\f.VJ"
  b"˜ÜÉêñELj°ÀL7\tùÇ\x08"
  b"\x08\x05‘—èH}§&v˜"Ï\x03Ú"
  b"™F£N8ÔD>‡¤/×h\vˆ\x16"
  b"™X²ÆxºDЬc~TêÕÒ2"
  b"™~\vÔð2@ÞŠO¸¾à{\x0E»"
  b"ÜI2£)(B>ÅuC\x0EY═└ü"
  b"Üsı\x15┼XDtÉ̱ÓüûaW"
  b"š¨\x7FZ\x04‘G\x1E’EaË»ŠDi"
  b"šÄ68·ÅJœ\x1ApÝÁÛy\x18"
  b"\r$¼]\x16Du¿\x16AªÌîÑ«"
  b"›P\x18/\¹DiªT¾Â‡\t(\x1A"
  b"""
    ›V¹÷\x1D(JвA‹5\n
    ö\f`
    """
  b"øÉ└mÿÑL¹╝P)¸²Ã>Y"
  b"›æ\x13‰¶–H]›j§\e[\x15½÷"
  b"œ\x12òd2w@|š¹NŽ3‘§Ÿ"
  b"£¢═\e\x08KA½Ø¼oAb·0²"
  b"Ø%!¼6│ERÇôä³/Ü┼ð"
  b"ØB=├ä‗G>À¬┌Ôûã²P"
  b"ØU®\░µIÎ▒N\vòñ\x00Ï×"
  b"ØÇ)7▒╩G×ùaå7ã¹áÎ"
  b"ØÅ¯Q░¿D)▒]¿ë5╦Åë"
  b"Øû°ÖƒþLôªù§n;S\x02±"
  b"""
    غ**\x04zA´ÉeC®$\n
    \x17\n
    """
  b"Ø▄3\x1C\x00kAñÇ\e>Î╝Ç┬Ç"
  b"ž8[D\x16`F¯¼jhZ#És¿"
  b"×s#¼è1A¦á>É\x03ÿ\x1Fóà"
  b"žš–\x12SöK†¢“±0\x08p©)"
  b"×┘¼µ/ÉDä░F¤3\x1E$×a"
  b"×■ç4ü}C1¼ç ¡\x13Ù█╠"
  b"Ÿ_á†ÓqAÕž )òq:êô"
  b"ƒÄE5\x10RGçÉðÊ\x10┼ªÒ\x13"
  b"ƒ╝+à‗ZE\x7FÆù9_ìPÖº"
  b"ƒ³¦²┤DNJ╗`É"Ù\x04C\x0E"
  b"á\x12®sN L-Ø░ƒþ"┼ße"
  b"  |į±F`ƒº”\x052á¾Á"
  b" ÂºÑà^M\x1A¾jžWp N"
  b" ôÂ7\x1A2J—«SJØÈ»\x15D"
  b"¡\x08U¯h6Fùž\x05\x11Ї\x1C§ö"
  b"¡VðÙƒ•NU¿,º€{É\T"
  b"ívÂî2ºO*ºc▄T&ÅÛ§"
  b"íô%üE\x18Idú¦VAx╔\x14ı"
  b"""
    ó\x18ÜIåjJ&║\n
    ¶³\x16BÒÅ
    """
  b"¢PçŸ'4A\x1C•Uÿ»=ÒŒ¼"
  b"""
    óaùìıéA■ 2±1C\n
    Ó
    """
  b"¢¬\x02³\x14ÔD™Ž\x15\x15ýÙíQ÷"
  b"ú\x05|§ ìE\x17ÆÚFȯ l$"
  b"£wL†-æA\x12šÚ\x10--B2!"
  b"£‘^oÀU@J¹Î\x17‡3jXò"
  b"£‘ÿ↰DK‚‡\x1FÐïÑ)ë"
  b"úÜ┬6>ðN\x7FôW┴ìGÛùñ"
  b"£ž\í’øO«“pi®iÌU"
  b"£²³ÿð3Jâ•í·W t_€"
  b"""
    ¤-ñ°•FOß’ôf\n
    ò»ÚÉ
    """
  b"¤_-Š’ƒB1/èC¸‰"
  b"¤žÛ…É\vDÓŠ\x1Dh*\x11\r/`"
  b"¥\x02Oy%äEôŽü×Q¹\x1D§M"
  b"""
    ¥™-T0SDJ•S¿\n
    ˜‡\x1C\x11
    """
  b"¥™çg/‚L¡¢KqD4\x06\x14Ö"
  b"¥¡J>¼®B7†×\x1A.\x03.-…"
  b"Ñ└Y\x08JÄL═ü-╚%Åæ\t5"
  b"ѵÒ\x03S³@<ü³C╬ª2\vç"
  b"¦`b)ŽoGí¼cšŽ\x19èY{"
  b"ªoiöÐdD<öþwüz╩ZÄ"
  b"¦Œä·ÞÞD¿Š(üë\x006ܹ"
  b"""
    §\n
    Õ¡ž`C\x1Aµ æ¦o¶›à
    """
  b"º\x15Ü;¨çB[║Ù\x1Dìȶêv"
  b"º\x1FðÞ[tD\x18ØX\x08c\x7F\x0F\t{"
  b"§)ÇK$XA…¹só^ÿ‰nß"
  b"ºUoÅ\x0FðKwè\x04±\x17à\tÅÖ"
  b"ºþ¾®±ÍBríÉ└ÂÇiIB"
  b"¿\x1CߺÐÙFd┤ì6kþ▓Àl"
  b"¨PLA£/A;‚$sÈNr¥Í"
  b"¨Uy3ñwB\x1E©\x17*³¸Þ"³"
  b"¿úèG«¨BAØÏï\x7F­~Ä\x1D"
  b"¨Âç¤5!Bþ»@”Ø$àÚˆ"
  b"¨ÍÂhÎ\x05Cü¥\x7F9A¿dcz"
  b"©+\ÑË2C\x1F‰NüA³¿9í"
  b"©j¤E,ZCõû$P²ƒ\x07P"
  b"©‘€\x0Eˆ\x0EHÚ™Ò3ÇÆæ®¥"
  b"®©¡6╔×K\ÉÙR(R'ö‗"
  b"©å‰a\x15+N×¼™”mÞ\x10Ud"
  b"®´\x01╝ücG\x0Eä\x13ÂÍ\x12+Cw"
  b"¬\x13#└0nIáî¦%XX\eÊÉ"
  b"ªCJ\fœþCò“”×\x17!i†Œ"
  b"¬ÑPDü├Ik╝dqJ wá█"
  b"ªÇäàô(M–¹"l_ð\x04‹¥"
  b"ªî:\e\x1AŽD3§š¡Æ\x07rú¿"
  b"«PãÎ*ãJ¿¼\x14Û\x01\x04NÊ&"
  b"¬7X7Ú1I\x1C€ë\x13#B¹eL"
  b"¬²æÍ¬cA° \x08/‹¾:ð\x19"
  b"¡å>G\x1FÍJD®▄à\x00oüÙ£"
  b"®AvË@ÛH*€vžv±2-”"
  b"®göî,]Aݹ‰3ûŽvnº"
  b"®–Ó!½³C˜“1aQ¸\x1DÁf"
  b"¯˜gMz]Hv¹ö¨‡fxm¦"
  b"»Â=ùü/D/¡oLv±°═ë"
  b"¯Õ€µd~H\x00Ÿ²Ž¾ÃãîÅ"
  b"°p•3ƒôB –w'žµ3þ."
  b"░°├ÅÇeO¡┤\x03üþ█▒!Ü"
  b"░²¬°v§D7ô░*═ÃÅ╬÷"
  b"±"á>·”B¶„r<;Þ¥,y"
  b"±Dþm·VB`ŠQ$X;+~k"
  b"±H¯\fï\I[ªxÄ7öIz¸"
  b"▒žìǃJ9ø²d┴\x04z╝D"
  b"²kC\x15hâI@°ë.žƒQ–:"
  b"²p?DöÄ@\t…[Ú)l\x13mh"
  b"²´\x07ÖnüGË©GT臯\x18¢"
  b"²ùð\x18 FN~£Ð\x0EISH\x14f"
  b"\rÓ<É0I├Ö'Ám├\├┘"
  b"³–j6¸YF]¶êC݃\fÆ4"
  b"³«I\x04Y«K*¶¢_R\x1EÉã\x10"
  b"│¼=õ\x12û@ü│▒\x10ÏPÆ\x01"
  b"³þc®™\x17C\x11°›e/´·ˆP"
  b"´¡nç}ÅBu½ø&J¾+ö\x11"
  b"┤ÙÎ\x0F´óBÓÅ┘Äi§"Iâ"
  b"´úïå\x10aO=– wUs†ºç"
  b"µ?jmÀ\x14G;¿Æ¿“GÊ<Ú"
  b"µ¢=\x01öiL›‹—Ð{Íh\x16\x02"
  b"µàÒZ1 Oˆ™ç†ØëÛÕ¢"
  b"µôqÓhÓN&²E¸\x1AOè1é"
  b"¶;\r\ré¬Dä„òÜÓô<žÔ"
  b"¶U\x03ÇË\x1AM†«UE<D\x05\vŽ"
  b"ÂÅe©°<IÏÆBè╔3\x06"
  b"¶·Rrò\x10C\x05¶üü܉ß\x10\x05"
  b"·æ?þãSEYš\x1FÒ8º\x1Aßó"
  b"©2wx\x08ôF█▒~É\x14\x0E8uÕ"
  b"¸Ÿ§ìÛ6LP²9Ádò诠"
  b"©┴z\x11?LB\x13¢?©F\x05kØó"
  b"¸Õ&Õ\x054N´³\tþ0à.òk"
  b"¸çLwÚ\x1FMëªÄj\x12­ç­Ö"
  b"╣j]x[°M­┐ûkÉK|▄³"
  b"╣~ù»┴S@Féw╗`┴╬.Ø"
  b"¹•ʼx\x08Aó¥\x0Eɬï"
  b"\x1Ey\x18\x0E¢J®ª\x1FnÍ┴òßÉ"
  b"»¦ÌD\x17„JFºÙÔnqÒY\x1A"
  b"╗╔»\x1A¡\x14H?óyãiülGJ"
  b"\x16¼└\r·FÌìIt4£"
  b"¼[?ò”’M±ˆ[tA}ó´Ñ"
  b"¼dÁß{‚I•ªI–\x0E]¶[M"
  b"¼iÃ~Ž\x04IÏ¡3|ˆ\x13i( "
  b"¼vÑ0\x08KM:”~žX\eŽ&O"
  b"¼ziB4îB¶˜É?›žƒ!*"
  b"╝╝U®uALÀÆÕyþÅQâï"
  b"¼ÐyéÌ;Eæ¢x]\x14\x19¯Õœ"
  b"╝ð­\x0FضM²▒\x0E┴GWþð╝"
  b"¼î|ŠW+H\x0E³ˆ\x16¶„\x01Þâ"
  b"½IޝýÕItŠÈµkÓt+\e"
  b"½cf©,<C!µ•|ú(Ñ`á"
  b"½yr@]ŽKí‚\x07*§Éí\x04é"
  b"½ÐíFr]@7¼7”×ð‘yÌ"
  b"¾\x12À\x02\x01JGǪ‰¤û£F¤²"
  b"¾tWò8¢D\x18º\x07£‡\x1Dq\x18û"
  b"¿\x1CdvÂ\x1CE\x17‘ûŒR„x˜™"
  b"¿h\x7Fu|eJƆw\eÙòdòy"
  b"┐¬║÷E\x19@ÎèÉ[\x04RÞS&"
  b"¿Ü¡/I¢Oì¶›®¦a\e’Œ"
  b"À\x11±\x02t]Hó¯“\x11\x0E\x7F‚Q¤"
  b"""
    Àf:=\x04–MΟôŠ/\n
    dþÔ
    """
  b"""
    └kü°▀¸N2ò\n
    Ôp█ö█7
    """
  b"À‚°ÖùÿD¦„úFl–™ÐX"
  b"ÀÞd[:þ@™š3FÜ2\x1F†¿"
  b"└▀┐\x19`\x00AFøö­\eü╠ ¯"
  b"Á\x07îÖ\x16ÃN\‡DjhKKLÀ"
  b"Á²\x05½<¹@û¥\x1FTV0Êbô"
  b"""
    Áí\x02ƒ\n
    ²ACº:R»°\x12»­
    """
  b"""
    Â\n
    ”lâ†Fï¨R=\x1Añ˜ba
    """
  b"┬&qÙ þGôØú£Î┌K¾i"
  b"ÂEãi¾\fCذgO—çu_`"
  b"┬Gì%äÓF@┐ÔÝÝǵ´\x19"
  b"ÂM%4QFLžª,\x1E\eù\x7F"
  b"œÇ\x08O+@u¸É\x03*^8±°"
  b"""
    ±ýwÀéI\n
    ”ûv7È{\x12
    """
  b"ÂúÖˆ\eØH ¿6\x042%…¡""
  b"Ã\x10\x00¹Ý\vBDZo\x05¥æ\x1E­X"
  b"ÃVu\x02ôGHÖ»e…_KÉÇÕ"
  b"ÃW»Ë3fHò‘.x\e,J»¿"
  b"Ã]A\¸¢@¢ \x1C¤‚'GCì"
  b"├ìv;·|JÁ│;gF½þõk"
  b"""
    Ä\n
    ·åsºJ ¨†\x1C2¬É´Þ
    """
  b"─3\x13_\x05NHwº┼Èg░°Å╬"
  b"""
    ÄZ\n
    †OaL´ ¢Ø"ýÖ \x05
    """
  b"Äm7\r/bA\x05  ˆ$†±ðß"
  b"Ä’úÚU*Là¢ÏwÃuŽkŽ"
  b"ÄÒðÆÍÏEE‡\fý\x10¶ñ—"
  b"Äð®ˆpÉA(¾®Aa:w$Ì"
  b"─³>╩▄\x1CA^ØÅAY:®D■"
  b"┼½©Ç#QIõÅx\x1C'ub®f"
  b"┼║`V"ÜC!½?ÒÅ«=VP"
  b"Æ\x18äøJOJ\x02\x01<|þ³jd"
  b"ãc\x14\x1EumI╦¿÷ص÷\v§×"
  b"Æk"\x14á]IQ­P›Ñ“\x15í£"
  b"ÆoµŒßÞA)ŠRî¸\e–.\x1A"
  b"Ç\x16Àð‡LÒ¿†¶C¤ðTb"
  b"NjDžQ(Nаž[ªœÂ¹."
  b"Ç¡ª\x1A\vUK «t~EVŽ"·"
  b"ÇÖë\t³œCG‹uK‡ž'`Ç"
  b"ÇìÔÕ:ŠA§…ôb\x12뾯›"
  b"ÇþÕeHBMŠ·]¹É3иÌ"
  b"È$Kè“nE`™Tɪ‹ýûu"
  b"ÈJ!†'_I\x13³çrKà'®}"
  b"ÈZ¯à\x1A\x0FMÈ‘pÊ-R;¶N"
  b"É\x02•v¢nN*¾\x08äê\x07§oè"
  b"É\x18äÐûÚH—¿úõ¼Ÿ4ÜÃ"
  b"""
    ╔Jp\n
    í╦Kÿü*<cM=▓ 
    """
  b"ÉŸÔè<œOm“¯¿:öÔ›á"
  b"╔╬ü¬‗XFÃÑ\x06║üÐìÄ▓"
  b"\x19JG«¡N░¢ìùüJxÄ)"
  b"ÊpÌ|\x03fHb°[¿_ªþ›È"
  b"Ë\x12rL”\x17HF³>*{IgŸ\v"
  b"Ë\x18Ã[Ù·NfŠq,2K.§\x7F"
  b"╦à¦8@¸B╩╗üÜ~*Ï[p"
  b"ËÝvA+®@2‘Xö³(™Ôè"
  b"ËßnþùSH÷£†\x05¦˜±ÐÞ"
  b"Ì\x02Yjè:NV€ã“\x1A¡ „õ"
  b"ÌUEz¿/M¢ äÿ¢ðY)("
  b"╠í\x18-æÞE\fì\tU"aÿ·\r"
  b"Í@¹8®RC\x02¦MÖ±©S+J"
  b"ÍÒ\x0EŽg=MY·JŤǨÆÜ"
  b"═█øSÑ2Mdèsi"\x0Fw\rü"
  b"ÎbŽ•c‚NÁ«R¥3g\x1C"
  b"╬áÇ|ÅLD<ù\x13*äqC\x18C"
  b"Îä[ŠR<M§¶­^hÆn1Ÿ"
  b"Ï&œBf\x14MM®~\x1F‰9\f^i"
  b"¤Di\x04\x0FÎFo¿\r̦ü¹°ä"
  b"ð!©>!/LxüI▄z5¿òø"
  b"Ð¥\x03-MýHv ¨âš¹A“ù"
  b"ð▄£ÌµOE\x18êÂü"»\x00\x168"
  b"ÐÝsáéí@¦†"¬‡.™Å³"
  b"ÐêÇ? \x04GÆ—8\v\fiØKç"
  b"ÒQÿkB|N\r”´dÒïq)@"
  b"ÒVèØ\x06bMþ‡ëw¿'.’³"
  b"ÒpT’n\vOÿµ=d(ìèl'"
  b"Òt&ÈUzLĽííÁ~#û˜"
  b"Êå┐¸t$O Ø┼\x0F─Æ1Ëe"
  b"Ò£¢¹‚¿E¶¥4.% dù="
  b"Êú·│­l@Gºp╔üNmw*"
  b"Ò½\x11õ3\x14IG›¡Håìrô¯"
  b"Òùn\x1E¨°LI™gð›¸ÈóP"
  b"Óp\x15ðŸ\x03Iù¯!c²èÒ¨Ã"
  b"Ór¡^[\x1DF\x12›÷wR‚¯¾\x0E"
  b"Ó\x7F4×’˜A€ªÃ1'¢Ñt‘"
  b"Ô8b¯a\x17LÓ²q'þ·_²«"
  b"ÔL³b±ÍI\x05³Ý`\x05çñ\x03P"
  b"Ô„DVR~GÚ°\x7F…UAÓ¼~"
  b"Õ†ñ鍯A,¨\eýÕh]âo"
  b"ÕÂõ£—PAk‡[cöƒ\x07R{"
  b"Í&?ó,ýGQØıT║\x13\x1CÌy"
  b"Ö4ÑwÅäG\x15¸Oua¨%ј"
  b"ÖuÕõ¤\x10LE—èiÑ\x12ÍâÐ"
  b"Ö“S.ŸGKöœ¤:a…2’g"
  b"Î+èkìVHm«¬+È╝\eÚ$"
  b"׿g’è°@À¡\x1Fz[Ô„\x15]"
  b"×ô\x04Ñÿ$G}«}\x03\x19¶Óè&"
  b"×þ\x0EÎð\x17LE°\v\x03ÝÝ«Ò\x08"
  b"Ø\tM\x16SœKÕŸ\צ\x01ZÏ£"
  b"Ù\x05ãÌÓ´OX¹×¶Âf¨³c"
  b"\x0Fi_╝ëF\vüß\x03û│QÜý"
  b"Ù\x16\x12Æ’-@|¦Ilö¹s»E"
  b"ÙäÁ;?ýLH¢\x16æ\x12/kÃc"
  b"ÚI{®D}HpºKïÛÐ#ˆ\x1A"
  b"Ú \f므O\x1Cª\x10Ìk—¦\x0EÞ"
  b"Úû_GD'Aç¡z\x1C\x1CæÎ\x17¿"
  b"Û+Ü\x18ϱLk½òš\rÙÅ\x1F¬"
  b"ÜDóxâ­F𻛨;c{™\x1F"
  b"▄ÅUSǸAzáÎä xö¥ø"
  b"Ü»5ÊŒµK´…­„ÌâÕè3"
  b"ÜÌÛIýëJ„‡ßj\x12ç\x02çQ"
  b"Ý\x12™æ£\x15Fö¦Yà_¨¢d›"
  b"¦I(UÉINø®\f\x18Ô§│▀\"
  b"ÝM²°\x14ÜE‡¢–ÊCošc¢"
  b"ÝŒpX\vîAʸ԰.ЛGõ"
  b"¦Ñ▄\x1Fc╠EcÅÃS\x08{ÛØw"
  b"ݹúµUHOü¡ß\x1E‘l}Jo"
  b"ÝÖùp8ÕC›£b\x18\x1D\x0Eùþ€"
  b"¦ý8Ôã╚E\x14¢ì'©;Lå\x1E"
  b"Ýóí§U:B\x18”€WþùT\x0F\v"
  b"Þ÷¿„ÎnEܨ\x11dÜÇ~+\x16"
  b"ß\x02\x14!ä¢Il£eÛ€¾ì{·"
  b"ß\x08ûù\x15\vHÌš\x17\x199\x11{_"
  b"ß\x0F‚J±FN÷©`ZWªÚ&ä"
  b"▀#þƒ\x17öB\x15ï·/ì¿õ'ÿ"
  b"ß+·N\tgGªŠ\x02/Kö!nN"
  b"▀ly6Kí@iØÏ£Ø‗t*\x1D"
  b"ß—\x03$’¶D-š9kBÇyDã"
  b"ߦö›9-Kü¢ÈP9S@p\n"
  b"à-½Ø„\x17NÇ›—‹ò8ø„€"
  b"Ó?Ä░opJªâ\x1D╚üäT)\x0F"
  b"ÓIÜ~.hKÅñÑJ<aÍ­ê"
  b"àYù<‘CFoœ\x1CXÍý\x7F×:"
  b"ÓÉÞÞ;▒O@ø4HM»j63"
  b"àªbѨwL~™=8kž`¯D"
  b"àæÍÎQ<On¼ì!5.ÈŠ\x01"
  b"áM¨Ré@LW¤;¥¡Ó£8…"
  b"áÝë ø‡OI¾âܲö\x12™§"
  b"áà\x7Fе\x0EBÅŸ1Ìø„¦ÏI"
  b"âWFÌ,\x00J¾µzSË×gØ…"
  b"ℎÚPjHÿ‘‡n'ʇ\x0E\x7F"
  b"âšÑ…ü0I.½\x14¹K¿÷K£"
  b"ÔØ«‗näH{øx.ó½\x14O└"
  b"Ò|\x0EvXÉD´©g&äB-Ë╬"
  b"ㆠGí»JI«L\x7FÔç`·È"
  b"Ò╠þ_ºKF\vå¾│ÊKØ\x11a"
  b"ãÕ³v]\N\e«CÇ…ëÄ\x03x"
  b"ãç\fŽ~øKe‡{Ûþ­Q!Ž"
  b"ä@®\x06¤5Aß»\x1EoÝ¡³–˜"
  b"ä{\x1A>ë!N᥷1½zý8ã"
  b"õì$%╣þO%ª\x14äGd mp"
  b"å<íâ[pIÅ·Z\x0EU^“\x06ö"
  b"""
    ÕD\n
    \x07ÓËE'ÅIc7[ÝÔ&
    """
  b"åg§j\eˆ@|ªµR94O>A"
  b"åÜP2/aL«…è\x7Fã—%\x18®"
  b"µÈüL]RD+í&©>&q\rÌ"
  b"ç/•|¦úH\r¯¾)mˆ}&\x00"
  b"ç?2.à\x05K\x00Žg~‹~"Îú"
  b"ç?G–¼âBA¡°\x06ÛVÓ(¯"
  b"çT\x1EmS’@\x0E±.{\R§\x7Fù"
  b"çgŽË²„D4”\x08ø€b‹·¡"
  b"çÅœVàþM\v£ôA­ð0¢Y"
  b"þãmTGÙDäƒ@¯Òì\rR\x1D"
  b"þÍéÜÅ\x02N2®┼C»\x15÷┘s"
  b"è$QµL÷Ov´Ÿ\x1D\x138¾æ"
  b"é1Hh\r\x1A@0³Üä½³£\x01["
  b"éCHqëßKežä+t†GN³"
  b"ÚU║+¿nCcôaIÙ\x18Å1P"
  b"Ú\x7F,ß"¿B┌ù)¯^ü?\x0F"
  b"é»\x05S„\x0EJ–¸2ã¢÷‡wÅ"
  b"êwˆÕepG\x18¯\x18J˜ûf„f"
  b"ë8œÛ­¥E`·  pÏ]^‹"
  b"ëeG¨ÃNG&¾\x1Aƒá1Ý\x14"
  b"ëÏM¤¥wEè™\x02æV+YKž"
  b"ý6S▀\x0F┐LG╣ª¶¡ì·Ô9"
  b"ìay„.•L\x1F¯”{XÒÈIŽ"
  b"ìɵî+ãLž¸ù\x16é\x02ÕN\"
  b"í\x1E£‘ŽBC›¥hÎ(y3u"
  b"íAn\tÿîGï¼_BÿTˆßp"
  b"íVK˜\tÇGSŠ’/^¦\x02R!"
  b"Ý▓t\x1FU│G*ªì£\x15öWT¬"
  b"íçr\x10h¢H,§ˆ§¬mŒB+"
  b"î1ì€\x10€Fx¾_²b†PQZ"
  b"î@\x1D*ÌALþ…!@•aÚ^ð"
  b"îRìÂ\$F¿—êÛËå„sÙ"
  b"î\x7FÿËõ†OÆ…g\x1EUU÷5ö"
  b"""
    î”`\n
    7±KO­Há¾\x03?V­
    """
  b"îÆ³é@-A¤™\vS =Z š"
  b"îï¦#.·MÇ•ª_Wö\x02ÓË"
  b"ï'YœoDBU™Š\x16zñ;Šä"
  b"ï2·ãƒ=Jœƒoš=üIBŠ"
  b"ï;T‚y¶IP³×õ\x03¿ÁÇç"
  b"ïSÖ’ê—De‘i‰T˜t5^"
  b"´X¡3üfB/ñÈ2k(õ±W"
  b"´s4%▀╠H┘Ø░.`pè─""
  b"´ê┼ÉÌñNÊ¡)\x04×îjì­"
  b"ïª\x19Oò¯J΂5z\x05£\x16ûµ"
  b"ð*—&ŒQ@í£'´³ˆ\x12Y\x11"
  b"­:¯*zwJ¢×±çs\x12Å\x11î"
  b"ð]½²}¼FŒ¡sÀ*¡€ÿ\x15"
  b"­¥Î@º5AµæÝO7eØ7¤"
  b"ðí\x14\r\x027CÖ€÷A†vFÖ>"
  b"±ïc½'/BÉò¶¢8µ¡\x1D©"
  b"ñÎn\rc¿K\x19·Ã˜Ô,Bȧ"
  b"ñê¾;6ªDg›÷fa+õ\x115"
  b"ò¬\x03ÚÃG?Š31ïEÓÕ\x1C"
  b"ó)ÔÑmŠNä²p¾¬¤Æ%\x07"
  b"¾/@bù\x16H{ó¤ØO░DT\x11"
  b"óTFHK\x10K"Ž\x13¯Ð\x01ÚCl"
  b"¾YNØçnFk│<▓õ▀Î}¸"
  b"""
    ó•Ï’\x1DšAË´\x7F\n
    [ V•\r
    """
  b"óšÐEs\x7FBz©ž\x14ÄJ\r\x02¯"
  b"ó¡Å\x1A\x0E\x1CA5¬Ñ\vùØsÄ]"
  b"óª¸kn1I­‘ò'xI\e\x18"
  b"ó»²þ¯\x1CIp‹\x13’‚ÙŒ‹ "
  b"óÚÝsN\x05H¬©àgE£Š\rª"
  b"¾Ý5#jóA^▒_Åy╦ÖÉ_"
  b"ôÚ\x1EU] G†²l©ÁR\x08É"
  b"ôÛ†D\x10\x1CF´²¬Ï:\x12\x02\x18ø"
  b"ôõÒÖ\x0E¨DÚ·å™ýýÕM\x1C"
  b"§\x10i»Å[@FØþhºÅR1w"
  b"õm1¢ÜèL\x10—€\x1DÀàù²ï"
  b"õ³ÒjòÚGCƒ³€®]GàÆ"
  b"õßh)ªQ@‘¬ªK¿¡5¤|"
  b"õí·lå(@”…?ÇË·\x13\x05"
  b"ö\x13ÑJqÂI"µ^\x1C\x04\x15²Îz"
  b"ö}p¯_¶E$¦\vÛÃtÏZA"
  b"÷öVìhcC\x17ì\x00ªò\t¥´²"
  b"÷íÍefÑL▓¬½Ý¬\x1DN+ì"
  b"ö¢4T{AD|’nöͦÏR~"
  b"ö¿2r\t¿O?¿Z\x06ßà½\ñ"
  b"öÙ}\x19\r\x7FMÔž\x01o” \x10Ô•"
  b"÷\x10c,0ÄBù–~ÖužAD!"
  b"¸d_\x19îÅMxÅj3║§\x04═Á"
  b"÷ƒ\x17âŠÄHÝ©©ý1W²ÅÓ"
  b"÷ He$þOúž\x04Þ\x14õˆ!"
  b"¸«yÅØ\x13JÖÅ‗V,Hf\x03D"
  b"°Bzïq▒J\fרÉ\x14t├xQ"
  b"ør?’URA:Ž\x00ù¯05Õ‰"
]
84 24.24 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"_Iø\x1AêáHǶ¬‘3äÔÍ;"
  b"i┬F\x13¾╚Lùä\x04ì╔~\f °"
  b"┬Gì%äÓF@┐ÔÝÝǵ´\x19"
  b"""
    ±ýwÀéI\n
    ”ûv7È{\x12
    """
  b"Ý▓t\x1FU│G*ªì£\x15öWT¬"
  b"ûÉ`¨»‘Hœ¶Ÿ¿\x01I •W"
  b"ûçNqg3KfŒVÀ[¯pzÄ"
  b"\x04©sÂÈmB¤¨?\x15“\x08|^"
  b"\x08\x0FÌ¥ž¢Aë­\x14çåùB "
  b"\x14U§ÓÆôF­¾˜ÆÌ\x1F?ðq"
  b"!\x1E╠êÕÏL]¼uÏõÉ┘Â\x1D"
  b""\x18ÿÀ9^NT‰gA<˜5Yó"
  b"1ô©▀╩MO®ì í%ï<,b"
  b"@¾8¬ËüIK╣─6¸³\x13û\x1D"
  b"Z…ÇyV\x01Mï«ÕN1¦"Ô\x7F"
  b"n\x16Nÿã/G¦‹ÆKHZéL\r"
  b"ü5\x11@j├G\x1Dç┴░üaı#`"
  b"…Ç<\tôa@I³su\x05CX\v5"
  b"ŠgU6(yJ\x1F«*7zc‚Ô$"
  b"™X²ÆxºDЬc~TêÕÒ2"
  b"Ñ└Y\x08JÄL═ü-╚%Åæ\t5"
  b"®©¡6╔×K\ÉÙR(R'ö‗"
  b"´¡nç}ÅBu½ø&J¾+ö\x11"
  b"ÙäÁ;?ýLH¢\x16æ\x12/kÃc"
  b"þãmTGÙDäƒ@¯Òì\rR\x1D"
  b"§\x10i»Å[@FØþhºÅR1w"
  b"°Bzïq▒J\fרÉ\x14t├xQ"
  b"\x02<ߙڷI\x16Ž‘ÙF\x7Fßg¯"
  b"\x05╬ü·µ¸N\x1F░-¿ë\x04\x1C"
  b"\x08Ï×PõàH&¿5|U•.•D"
  b"\e:°8€ÜGî†Ë\x07•lW\x05À"
  b"\x1D\x1A\x1C~'&G‹¼(áq˜³±ù"
  b"\x1D\x1A·”¥tG„¯Ï†ôúƒ\x19ˆ"
  b";C¸ÿ\x19xL¥•mG\x03\fô\x19"
  b"?\x1E\x1D5W\x03G‡«³É\x00PŒÝ¦"
  b"B\x13®\x17˜¬EY¿†‹'\x1Câ&\x0F"
  b"LìF\x0FïÐL¨Å│K\x11\x13\x05«)"
  b"[þt÷)®I\x01¨6Wl<•AŸ"
  b"i¢Øf:šB\x04§ŽÞnœ™4p"
  b"p¦Ù\t6XFR©ˆÈˆ+xÄ-"
  b"yé0╚\x1A¹M\x08©\x0F§É╩e£░"
  b"z—à\x16~I@¤«ç¼ÒGf‹\x17"
  b"""
    }Q3]Í\eI1­\n
    ŒùÀ1Fc
    """
  b"ëóHÓ¢ðG8íÒò├\x19Ø1ô"
  b"û\x0F3Ô²┬H=¥n¹ßëÅ\x17="
  b"ƒÄE5\x10RGçÉðÊ\x10┼ªÒ\x13"
  b"£‘^oÀU@J¹Î\x17‡3jXò"
  b"¦`b)ŽoGí¼cšŽ\x19èY{"
  b"\rÓ<É0I├Ö'Ám├\├┘"
  b"´úïå\x10aO=– wUs†ºç"
  b"ÂÅe©°<IÏÆBè╔3\x06"
  b"""
    └kü°▀¸N2ò\n
    Ôp█ö█7
    """
  b"Ç\x16Àð‡LÒ¿†¶C¤ðTb"
  b"Ô8b¯a\x17LÓ²q'þ·_²«"
  b"Ö“S.ŸGKöœ¤:a…2’g"
  b"Û+Ü\x18ϱLk½òš\rÙÅ\x1F¬"
  b"ÜDóxâ­F𻛨;c{™\x1F"
  b"áM¨Ré@LW¤;¥¡Ó£8…"
  b"óšÐEs\x7FBz©ž\x14ÄJ\r\x02¯"
  b"÷ He$þOúž\x04Þ\x14õˆ!"
  b"ÿL`ýx†IW˜æQ&´ ùÜ"
  b"\x00Lk|̆Hžµ\x12\x18Y‰í“Ì"
  b"\x03î\frS!N¬“cLa103¡"
  b"\x05©½m¡QBõš\x18Ø)\x08µØ²"
  b"\tÄä^¥rLü‹êJ-Úºl\r"
  b"\r¹wˆ@SG‘¼û“\x08ét0Ñ"
  b"\x0FÝEæ¾2AP¼Ö\x0F\x13ÛºÒ@"
  b"\x11ZÞ-ª©L2ƒ¤z”ÅŸ7\x01"
  b"\x12H‚”V0J#Ÿ&e:ì8ô\v"
  b"\x17\x14ó4\x1F\x12L݇+¶Äj\Sµ"
  b"\x17«{¹‰IH*”{ë$R;FB"
  b"\x19╩Â\faEIJØûÍ█Þá`ê"
  b"\eâÉÒHµA╩àÉßí4B\tC"
  b"\x1E¡\x06Œã™Kæ¡/\x11mË- £"
  b"%Žp‰ú^@+¦Þ‘SØtµƒ"
  b"*˜[Ç«5G“·Zµ^ú\x10\x12"
  b"1màÈc.K•º-†91Ê Š"
  b"29C`¯^C’†\fpe/B[¡"
  b"7»Ê\x7Fý\vIB‘\röv=‡{Í"
  b"9í¥{É6DO \x06vÁiÍùp"
  b"BU\x19€LçDn€i~¼ŽLx\r"
  b"Cìï‘©ÀM,º\çvX±M\x1D"
  b"J\x19mNú-Nì│\x06à\~%Ù."
  b"QLUÚ^sLe┤KH\x1D╩£ñÉ"
  b"Q]ì\x1ALRK)×®╝¥\eyÖz"
  b"U2h\x11¸LM¹¼£„Š#ã\x12B"
  b"\x02|YqJç½üµ²yŸ:û"
  b"a\x08è]ï.Nü¹û\x08w|\x10ž\x12"
  b"""
    cK+\x1E‰>@ižÕ\n
    Ô!¨\x11$
    """
  b"v Ñ0oGNÒüÌôûù═uê"
  b"\fx\x08þ@4ƤŦè§PR"
  b"}È!8'¯NÉ™Ó5(ý\x04õW"
  b"~\x13Ý\x10ßO ‹JÒ×;¦™ü"
  b"‘-ŒÒp\x17D\x13«Ò 86odƒ"
  b"æq┬÷Ë\x1CLìâõ6˸E\r"
  b"""
    “?”Û3›Ht¬fuí\n
    úá
    """
  b"”'Á~ò›M…ž¦iö³\x1Eí\"
  b"˜\rSH%ðO‡±a\fNu½1Ž"
  b"£¢═\e\x08KA½Ø¼oAb·0²"
  b"×s#¼è1A¦á>É\x03ÿ\x1Fóà"
  b"Ÿ_á†ÓqAÕž )òq:êô"
  b"¢PçŸ'4A\x1C•Uÿ»=ÒŒ¼"
  b"ú\x05|§ ìE\x17ÆÚFȯ l$"
  b"£wL†-æA\x12šÚ\x10--B2!"
  b"£‘ÿ↰DK‚‡\x1FÐïÑ)ë"
  b"¤žÛ…É\vDÓŠ\x1Dh*\x11\r/`"
  b"¥\x02Oy%äEôŽü×Q¹\x1D§M"
  b"§)ÇK$XA…¹só^ÿ‰nß"
  b"«PãÎ*ãJ¿¼\x14Û\x01\x04NÊ&"
  b"²p?DöÄ@\t…[Ú)l\x13mh"
  b"µ?jmÀ\x14G;¿Æ¿“GÊ<Ú"
  b"╣j]x[°M­┐ûkÉK|▄³"
  b"½cf©,<C!µ•|ú(Ñ`á"
  b"└▀┐\x19`\x00AFøö­\eü╠ ¯"
  b"ÂEãi¾\fCذgO—çu_`"
  b"Äm7\r/bA\x05  ˆ$†±ðß"
  b"┼½©Ç#QIõÅx\x1C'ub®f"
  b"Æk"\x14á]IQ­P›Ñ“\x15í£"
  b"ÇìÔÕ:ŠA§…ôb\x12뾯›"
  b"ÌUEz¿/M¢ äÿ¢ðY)("
  b"ÍÒ\x0EŽg=MY·JŤǨÆÜ"
  b"Ö4ÑwÅäG\x15¸Oua¨%ј"
  b"ÝÖùp8ÕC›£b\x18\x1D\x0Eùþ€"
  b"àªbѨwL~™=8kž`¯D"
  b"Ò╠þ_ºKF\vå¾│ÊKØ\x11a"
  b"å<íâ[pIÅ·Z\x0EU^“\x06ö"
  b"çÅœVàþM\v£ôA­ð0¢Y"
  b"ð]½²}¼FŒ¡sÀ*¡€ÿ\x15"
  b"ò¬\x03ÚÃG?Š31ïEÓÕ\x1C"
  b"ó»²þ¯\x1CIp‹\x13’‚ÙŒ‹ "
  b"ö}p¯_¶E$¦\vÛÃtÏZA"
  b"·úìQ]¥OÅÀ°þW\x18\tz("
  b"\x01`ÀÎ╣fMûÖepÅáS½Ã"
  b"\t6\x0E¹ñEO\x06‹}]d÷ðT¢"
  b"""
    \n
    ‚š”20H7“^ô´É²\x08å
    """
  b"\rÑ…Å-âOd¯ÛÊ;»MFÿ"
  b"\x11%gVŠœGÒ³\x01ÕåR¡\x1E\x16"
  b"""
    \x17>N&à+DN¶˜\n
    Ú\x19.ä›
    """
  b"\x17¤'É%uL¥é4£$╝&‗Ç"
  b"\x1C7µÙ\x7F"@DŒ½¾â¥¼Ê|"
  b"\x1EF`À×ÍA"²\x04­|\x05\x16\x16S"
  b"\x1FyÏSaÍO.†ÙL,\tÉ\x1D["
  b"!Û■ÇÞúG╗╣O\x03Õ╩çüá"
  b"#Û5\x12c‰OÈ™m@X°SöÝ"
  b"'¸Ù§öKGܳ\x01QóëvÀ¯"
  b"*ÚwȇCD\v¸¨Þ{J^k…"
  b",┴Å9ëkGÎæ \x07¯çÀ>þ"
  b",ŵ\x00v:Gö“k¥o’æSE"
  b".ï▄á.¯Lì▓IÃ7]\x02"
  b"/C5¤\x08z@\x0F¶@×òÃI\e\x06"
  b"3«$áé¢NÄžaôeqTB\x14"
  b"""
    4‹Ó\n
    IˆHn„yôº¬ª\x03œ
    """
  b"6\x12\x06Ó1“L¹„\x01©÷QÏ<ê"
  b"6Úyõ\x12œD\x0FŠÏ=U'dëd"
  b"7\x03Y´!┼B©¡ü;S╦Vqw"
  b":wI\x0Fæ6E±–,-Ñ|;„\x01"
  b"=\x00ü\x08©ªA¯Ñî\x11}|▀_`"
  b"C#˜6bžL0¶EB„²5ˆØ"
  b"G”½hª„AÖ¦oÀ\x06\x14k"
  b"GÖ,’'³@ ¾#óÉÞÀ\x1D"
  b"IɦâÒõKn¼¦µ­zV\x10$"
  b"K\x18Û£‰dA¦¨ðk]Æ…WB"
  b"L\x1E]\x03·,Kž½U\x11ªv\G;"
  b"[.¸cßYGÉ»\x06Ñ┌çl[M"
  b"\(~´>¤L+ɃÛıDÀÔ£"
  b"\x03Š©›Dã¨\x1Eý+š<°\x0F"
  b"aÓˆYR\x07@ª˜\x04í—-[„m"
  b"d\x16sþo\x01@˜´í\x13¼¯ƒ\x17\x16"
  b"k}XC\fÌL7‰ÁOÇ>Ø\eÐ"
  b"n\x1D>g_wEf›<²õÀ\fy\x0E"
  b"qd6─╦¹Ixøbü¡\#\x13­"
  b"u¶±_#wAöƒ\x04S¬Ø8>┴"
  b"zIpœö\Cù¹:V\x19\x0Fn"
  b"}½C\x7FKNCY€kôX\x7Fâ˜í"
  b"\x7F\x7FŸË¥ùLB¢_\x15\rù…”K"
  b"\x7Fº¿]Aj@8ŠM˜‰T\x1Ežˆ"
  b"‚Ððíƒ%KK•ü…öÂKP\n"
  b"""
    â.;ãþw@^Üõ╩\n
    Å║\x03ï
    """
  b"èe8«UùD\x13½Å¬×\¾\x14b"
  b"ɼ\§¸Å@à«\x10Â╩$\x12+J"
  b"’~·¢¥çLñ¦†kc\x06‘¹\x00"
  b"Æìá \x7F³E]àSh■\x065¾ò"
  b"•h‡‹%\x19G@“ó\x13ã:`+»"
  b"òôÓÕ)PHź"©?\x1D«ù─"
  b"øÉ└mÿÑL¹╝P)¸²Ã>Y"
  b"á\x12®sN L-Ø░ƒþ"┼ße"
  b"""
    ¤-ñ°•FOß’ôf\n
    ò»ÚÉ
    """
  b"¥™çg/‚L¡¢KqD4\x06\x14Ö"
  b"©å‰a\x15+N×¼™”mÞ\x10Ud"
  b"¬ÑPDü├Ik╝dqJ wá█"
  b"¸Ÿ§ìÛ6LP²9Ádò诠"
  b"¸Õ&Õ\x054N´³\tþ0à.òk"
  b"""
    Áí\x02ƒ\n
    ²ACº:R»°\x12»­
    """
  b"ÆoµŒßÞA)ŠRî¸\e–.\x1A"
  b"ËÝvA+®@2‘Xö³(™Ôè"
  b"ÐêÇ? \x04GÆ—8\v\fiØKç"
  b"ÒpT’n\vOÿµ=d(ìèl'"
  b"Ór¡^[\x1DF\x12›÷wR‚¯¾\x0E"
  b"×ô\x04Ñÿ$G}«}\x03\x19¶Óè&"
  b"×þ\x0EÎð\x17LE°\v\x03ÝÝ«Ò\x08"
  b"Ú \f므O\x1Cª\x10Ìk—¦\x0EÞ"
  b"ÝM²°\x14ÜE‡¢–ÊCošc¢"
  b"ß+·N\tgGªŠ\x02/Kö!nN"
  b"î1ì€\x10€Fx¾_²b†PQZ"
  b"î\x7FÿËõ†OÆ…g\x1EUU÷5ö"
  b"±ïc½'/BÉò¶¢8µ¡\x1D©"
  b"¾YNØçnFk│<▓õ▀Î}¸"
  b"óÚÝsN\x05H¬©àgE£Š\rª"
  b"õí·lå(@”…?ÇË·\x13\x05"
  b"ö¿2r\t¿O?¿Z\x06ßà½\ñ"
  b"¸«yÅØ\x13JÖÅ‗V,Hf\x03D"
  b"ør?’URA:Ž\x00ù¯05Õ‰"
  b"""
     ö:àÁmO°Ø┤├ÕW\n
    y3
    """
  b"\x00\x18\e‰wH@\x18¹$e\n©¬T\r"
  b"\x02k\x19õ/ÁM#€\x13ªŸxZ-x"
  b"\x05Æ\x15\x10S[Kºš\x12ΰ„8ï„"
  b"\x06'˜ÜÁ\OÖ¢(j“\x1AöÔx"
  b"\x0FÔ4\x0F:4IJŠÕ¡N[Î*o"
  b"\x0FíX{ZˆG\x10¾žŸ\x18w>cà"
  b"\x15Íz_=ıCcº_h╠ìðJ¿"
  b"\x18+‹Ô~kH\r‹÷?Ûr2CU"
  b"\x1AW÷Sæ\x1EO¶ŒÔèýÂÒõ0"
  b"\e\x19\x00╩GÅIõå╠-»Êåð"
  b" šÄEa\x07Jú´¨Ñ»:˜\x02\f"
  b""'Òãä¶O§—Ò>Å?ªÙ\x13"
  b"""
    #ÙÿT\n
    ÈE £5ÃÎ@¯Há
    """
  b"$–‡Ü2îK•¤ù6\x07¼?\e@"
  b"\x03}Ò“Hެ(~-é\x07n<"
  b"(‘\x19\x06ºHÁŒê\x00ø‹-ðê"
  b"+1ó†%\x14Cã”Üö\x01Ï\x1E\x12Ö"
  b"+õ¢M1ÅHi¼55—v«\eQ"
  b"/p{w=jH‡¶Äß!\x13cjª"
  b"0£&yf¬MÛ—\esÙÇzÑj"
  b"1™åÙ\x1C)Jq•÷9|Oêk$"
  b"<¯Ès3hFu‡\x0FZ‹êØ9\x1F"
  b"@¸~Ä¢ÊE8’¼s™Ÿž£7"
  b"Bü¬Z\te@\x07ü·─é\x15¾╚█"
  b"""
    E«™\x1C\x1D\x10L²©'\n
    ëF%\x06:
    """
  b"H\x03>N£ C;®\x1A“üWÕÖˆ"
  b"HÌG†X:Eá‰õŸòzˆ¢™"
  b"O2\x13 ØÝBCît╩·\x02K\x1Eý"
  b"P\x10×9ùdH5¯¶Ü\x04`ttÊ"
  b"Q\x03\x1AT­ËG3”\x03aiF\x05÷{"
  b"\r@¸ÎOñ¯²þ™|u…\x0E"
  b"RÛ-EL€D\x7F„M\x05\x7F¾6\,"
  b"S*µèUƒNZ┤/LüVÓI:"
  b"\x04T┴IG\x07Éú{Ø╝sÃ3"
  b"T²©üêÔE\x17Ÿy1ž)_—t"
  b"\x1A╔û2M¯ùÆ░ɪ\x14&^"
  b"X"\x14\x7FÉžBZ°Ó8ZÙšìœ"
  b"Xù#>hÃ@h­¦gÁ;¬%e"
  b"ZðÆVÓ1M\x0F‰0\x7F×™­Bâ"
  b"lo¿é¤%GM—\Cî)óg—"
  b"p1@p¢GGL‹Æ1ˆèg&ÿ"
  b"pè:êA²LÁ…$nâWüR$"
  b"s\x06Ão┴ìF╝ܽ¸┴l╠£▀"
  b"v1ÔTeÙO餸Õ'\x1C\fÁÍ"
  b"x\x1E\x14á\x02J¥°,H£FÀ[6"
  b"|;4F³öN0€ùd±ÑIÅ\n"
  b"|œ·5\x16™Mû‰{Y—5j­-"
  b"|·öºU\tOò‘?\x1DÀ¤\x0E‚×"
  b"|í•1¸©F\x13”|\x15 ÚL’œ"
  b"}YÛ°|ÏLºê▓4\t~█ük"
  b"\x7F\x1D\x1E÷<‚Aò¤´)³Á·QÍ"
  b"€!O¶\vAOÖ—…e¹Ìú9â"
  b"ü\x11Ó2└rKÍ╣>|Mq»á""
  b"""
    åNù$6sO\n
    ü┼█bq÷î¼
    """
  b"‡A3‰Å•F™¿Öå\x0EŽJ‘"
  b"ŽÀ\x7FbÔÖA`ƒ%œ4ùß/\x16"
  b"Æ\eè$Ð(O\tçìø└┐®\r\x0F"
  b"öyÊ71▓F\x10Å╔ùÎÄSvH"
  b"–jnNPYAÊž\x16¶{»,Î\x18"
  b"›P\x18/\¹DiªT¾Â‡\t(\x1A"
  b"  |į±F`ƒº”\x052á¾Á"
  b" ÂºÑà^M\x1A¾jžWp N"
  b"ívÂî2ºO*ºc▄T&ÅÛ§"
  b"íô%üE\x18Idú¦VAx╔\x14ı"
  b"ºUoÅ\x0FðKwè\x04±\x17à\tÅÖ"
  b"ºþ¾®±ÍBríÉ└ÂÇiIB"
  b"ªî:\e\x1AŽD3§š¡Æ\x07rú¿"
  b"®göî,]Aݹ‰3ûŽvnº"
  b"¯˜gMz]Hv¹ö¨‡fxm¦"
  b"²ùð\x18 FN~£Ð\x0EISH\x14f"
  b"┤ÙÎ\x0F´óBÓÅ┘Äi§"Iâ"
  b"µ¢=\x01öiL›‹—Ð{Íh\x16\x02"
  b"¶·Rrò\x10C\x05¶üü܉ß\x10\x05"
  b"\x1Ey\x18\x0E¢J®ª\x1FnÍ┴òßÉ"
  b"¼dÁß{‚I•ªI–\x0E]¶[M"
  b"─3\x13_\x05NHwº┼Èg░°Å╬"
  b"""
    ÄZ\n
    †OaL´ ¢Ø"ýÖ \x05
    """
  b"NjDžQ(Nаž[ªœÂ¹."
  b"Ç¡ª\x1A\vUK «t~EVŽ"·"
  b"ÇÖë\t³œCG‹uK‡ž'`Ç"
  b"É\x18äÐûÚH—¿úõ¼Ÿ4ÜÃ"
  b"╠í\x18-æÞE\fì\tU"aÿ·\r"
  b"Úû_GD'Aç¡z\x1C\x1CæÎ\x17¿"
  b"¦I(UÉINø®\f\x18Ô§│▀\"
  b"ß\x0F‚J±FN÷©`ZWªÚ&ä"
  b"Ó?Ä░opJªâ\x1D╚üäT)\x0F"
  b"àYù<‘CFoœ\x1CXÍý\x7F×:"
  b"áÝë ø‡OI¾âܲö\x12™§"
  b"ä@®\x06¤5Aß»\x1EoÝ¡³–˜"
  b"ïª\x19Oò¯J΂5z\x05£\x16ûµ"
  b"ð*—&ŒQ@í£'´³ˆ\x12Y\x11"
  b"ðí\x14\r\x027CÖ€÷A†vFÖ>"
  b"ùµLÄ^ÕO\x0F¡ñ#;ä\t݃"
  b"·oÉtÕ¯L╣º╔d.­¨-è"
  b"ûµ1qÆàG¯½4Œ\x19B\x17ƒ$"
  b"\x02äGÑ”1Dª´Œ<˜qEhP"
  b"\x08\x07Ø¡\x1E¦JñºYüÂ\x12-‹û"
  b"\fr\x16Yœ%L`°ŠÀ\x00¨Pvô"
  b"\r\x1C†ôî¬F™´µæyFEu?"
  b"\x0E\x17\x06ã\x0E\x06K?¸Œ±FÒ’Ô–"
  b"\x0F.`öÿzEñœîÚÞ{bTx"
  b"\x11\x1E7¸šu@ú”%ŠÒ–˜õÙ"
  b"\x12¯`\x06òüGÏ¥s+™M\x08þµ"
  b"\x13õ=Òá¼Li‚s—ÛæÞâÙ"
  b"\x17´\x12Ìb]Cy­7™@“)ºï"
  b"\x1DÇb»±(Ew’£Y$ üÍi"
  b"\x1EÚ/ÈÎ\x11M…†{7^ððöÎ"
  b"$ðÏÝ•ÄJ‘ŽóJö\x14$g "
  b"&)²¹Ê$AÕ·û¶\v\x0EN\x17\t"
  b"4DÌÅŽ\x00Có‡Ò†¤ýâÓå"
  b"@\v\x1CQ9C@„R}ׇ¼·î"
  b"@cfjå2F4œˆ\x18\x02Ìs—¦"
  b"UÄ~\r╣▓K>ìô1_■ä¹a"
  b"n`kÞÇvC ‘§FùçÝlÄ"
  b"nqí¶\x1FuJ\x10½wHg[\x19êC"
  b"q$ÿzÔ°OX‡í¦p¥åáä"
  b"|JE½¬ÝNá–‡A{¹y^|"
  b"ˆÓ3Z%QC\x0F†À[Û$UN$"
  b"‰ºuk¦OIã»5/‰ÝÝÖÒ"
  b"‹Í0‚zÌMæŠJ€HH€è5"
  b"–aI¯ó\x1F@(…ß^Pmîjp"
  b"ûØD4ÝËE$égãZ▓'Õ9"
  b"Ø▄3\x1C\x00kAñÇ\e>Î╝Ç┬Ç"
  b"ž8[D\x16`F¯¼jhZ#És¿"
  b"º\x1FðÞ[tD\x18ØX\x08c\x7F\x0F\t{"
  b"µôqÓhÓN&²E¸\x1AOè1é"
  b"·æ?þãSEYš\x1FÒ8º\x1Aßó"
  b"½ÐíFr]@7¼7”×ð‘yÌ"
  b"Ã]A\¸¢@¢ \x1C¤‚'GCì"
  b"""
    Ä\n
    ·åsºJ ¨†\x1C2¬É´Þ
    """
  b"ËßnþùSH÷£†\x05¦˜±ÐÞ"
  b"ÐÝsáéí@¦†"¬‡.™Å³"
  b"Ò£¢¹‚¿E¶¥4.% dù="
  b"▄ÅUSǸAzáÎä xö¥ø"
  b"áà\x7Fе\x0EBÅŸ1Ìø„¦ÏI"
  b"ÔØ«‗näH{øx.ó½\x14O└"
  b"è$QµL÷Ov´Ÿ\x1D\x138¾æ"
  b"Ú\x7F,ß"¿B┌ù)¯^ü?\x0F"
  b"îRìÂ\$F¿—êÛËå„sÙ"
  b"¾/@bù\x16H{ó¤ØO░DT\x11"
  b"""
    ó•Ï’\x1DšAË´\x7F\n
    [ V•\r
    """
  b"ó¡Å\x1A\x0E\x1CA5¬Ñ\vùØsÄ]"
  b"õ³ÒjòÚGCƒ³€®]GàÆ"
  b"ø·:`\x17\x17J\x08¥\x1CDˈÜIÂ"
  b"¹e¡▀ßÎNÉ¥ı║\║aZi"
  b"ý+\x07’0$A8¸\x16#*†·8Ý"
  b"\x03þ}Þ\x06%F¼¨ë.cè\x06£‘"
  b"\rF¿@Â\vOÖ¨Iov\x00†‰¼"
  b"\x0F»ß=v\rJ’³'™\x07í®‘ò"
  b"\x18z9݇²CÑž\r-\x17b7\x00H"
  b"&Ž·dƒÿIa¤ï¤­\x1E>\r¨"
  b"3Jat_2NÉâ║T█B§ª~"
  b"8¼t¸,Í@\®Âl¨{a…º"
  b"9sòd\x12”Eˆ\x166o£ýãÆ"
  b"\x17‰]œC-†é\x1F¦¯\x7F'#"
  b"DAWæ³JF=¡«‹á2\x10Ú½"
  b"G¦k¢Ð2@%┐lÍØb Xá"
  b"O¾ô3­ DáÆ┘1BÅèÐÔ"
  b"WW¦'›\F1¹ÓÑ—¹0Ëÿ"
  b"c{4%ÿ\x1F@ÅÜ)\x04ê)ãý­"
  b"e;ìtÇHOË¡*K\x11ıÔ\x02ª"
  b"™~\vÔð2@ÞŠO¸¾à{\x0E»"
  b"Üsı\x15┼XDtÉ̱ÓüûaW"
  b"º\x15Ü;¨çB[║Ù\x1Dìȶêv"
  b"±Dþm·VB`ŠQ$X;+~k"
  b"Á²\x05½<¹@û¥\x1FTV0Êbô"
  b"Þ÷¿„ÎnEܨ\x11dÜÇ~+\x16"
  b"""
    ÕD\n
    \x07ÓËE'ÅIc7[ÝÔ&
    """
  b"é»\x05S„\x0EJ–¸2ã¢÷‡wÅ"
  b"ëeG¨ÃNG&¾\x1Aƒá1Ý\x14"
  b"ñê¾;6ªDg›÷fa+õ\x115"
  b"ýÑ{žÊÆK\x10®Â™ïÖ\x03\x034"
  b"\x00\x12r$ÕÎN¿šD‡•ÐË\t#"
  b"\x03\x02¸═\r\x01A>¬ôì-ªoÃá"
  b"\x03JÉo\v=Gïªn ò±+pÙ"
  b"""
    \x04¢MK”~G%—£¹\n
    &\x1F'\x18
    """
  b"\x06Geˆd˜F\vªÓ¤¢Ú¹d"
  b"\x06…5œn®M!‰ZŸ@ æl\x11"
  b"\x06ÂÕ2\x1D²E!Åg¥5Ã5¿±"
  b"\x07%7¦»\x11Ev·°ðQö¦Éb"
  b"\t\x01\x01\x7FB%°F4’Ê€\rk"
  b"""
    \n
    r8\x05b\tGTèıØ^¢²¢=
    """
  b"\r\x02.ŸëvCX¶\x03Ç\x7Fœ±k]"
  b"\r=ü¥\x11\x17Eäù92-=¸+´"
  b"\x0E\x1A\x1Ab<ùEÐÅü>*i\x13\v\"
  b"\x0E,Wéü¡AÝô£'\x06└▓ù▓"
  b"\x0E\r+U(Fz’g˜6(¦\x0E@"
  b"\x0F\x03çÒ8ñIB«\x06Ng\x05D™v"
  b"\x0FðM\x08}SA4ž!n¢R$Ú¡"
  b"\x10\x08¶║ÇìOT╣-º|0#âá"
  b"\x10âî┘¥\x0F@oè¥║ëNïÉ═"
  b"\x10¥i×™îAãˆÎ×Ò\x1A\x01"
  b"\x12\x07uÇGM•\x14¹z`œöe"
  b"\x12ªx©\x7F$Cý¥v![Í[z."
  b"\x12Ã’ðŠ”Kû„mü*ªÁ9ƒ"
  b"\x13\x15Ô6'\x10G%œ´E$LûÒ´"
  b"\x13l£“äŒH\x1DƒUøê›\x0EŸ\x1F"
  b"\x14\x16ðÝ█xMtümÚsô­─╔"
  b"\x14░Å\x05!▀J\x0Eè#\x15\x05ÁJ²Ö"
  b"\x166”T¡xLð¦Írò?Þ÷,"
  b"\x17c†‘ÚòN0•>\x00Ž×€„·"
  b"\x19c%PN‚Jɶ\x068/qÈ´ä"
  b"\x1AÂ`Õ\x10lJ» d’\fB¦.Z"
  b"\x1C\x13\x16´FaNq©9’1\x03 êî"
  b"\x1D\x19\x18ótjL¶—N¶S\x01pŸs"
  b"\x1D;\5'ÑBº³ˆ+P"s\x7FY"
  b"\x1DŸñ´\x17BIŽ­C—JžI|Ã"
  b" 0£_aÅK=¦+\v\x07‡çÖ`"
  b" ã¢\x11cæK\x15¾ÃJ¡=sV/"
  b" çÙuµtC³®Âì>6Dù¬"
  b"!kû¬╦ CØÀÍ`³└iL\e"
  b""\x0F~¶QCMH›œ¹ñ–¸™œ"
  b""m¾\x1DöýL˜¥\x07÷KäåÕ["
  b""y\x1DÁ\x05tJàŽ=ð\x1CÏPˆø"
  b"##[ÔRÄH,™\x1FA}ËÒá|"
  b"#|>Û0=K6│àwÅÁ\r®W"
  b"#ûΠ¶\x05BÖè\x0F\x17Àü"_¯"
  b"#œÂ"\x07\x00NŠ…\x03óå\x7F¾Â$"
  b"#›ŸÒœJ‰¡\x0En*\x03‡ic"
  b"$6Kl\x10ÆB*¶þü!g€8Ã"
  b"$KŽölŸI\x0E§R}š\eoùÏ"
  b"$¿*ÔzØ@ˆ³¹Â£™r„h"
  b"%[\x1E\x05PØGgÑàÑ\x17\x1A\x13E"
  b"\x04\x15\x0F-@Þ¦n³U\x1F^wÓ"
  b"&DQž…\x06J©°\x01\f\x01¢5ô~"
  b"&‡!þZöK\x1E­ž÷dzoKµ"
  b"&¢ç\x18\x1A)A¾ ¨Rª®\x13ÎÄ"
  b"'QñNfgOª°¨òX\x06é\x1F"
  b"(Ü%š¨\x18B‹«zSiæt‹‹"
  b")„mµÈ‰A=°\x00\x05ÊÎit´"
  b")åc—vdHd™\e³sN ®‘"
  b"*f¹6‡hD¢ŒÀ\x11Fûñ'º"
  b",¾mÙrÆB8ØhY\x07n▒\x13s"
  b"-i0qyÉLÞ¥!¹╗Í─\x17_"
  b"-m¶\x1A\x10ØH2Ç~¢▄âòÖ┤"
  b"-{r¬þ°HP™÷©ðj•#I"
  b".->\x15Š›L\tµ"Ù\te\x07 ("
  b".bxÑb·KПëè)\x1F3—f"
  b"25,\x0F╬2LÁº!wMØTO┐"
  b"2>ÝwgËL³½X\r¼%0\x00{"
  b"2e„.P=E,ˆ“Ú6ß!C°"
  b"2‹¬\x1F,žN\x16³‚ø=f\x1Eľ"
  b"2Äc²Ï▒Iàå╦͵ؾ┌▄"
  b"33oþ{>E¥€í¶Þwî\x1EÆ"
  b"3Ã+G\x7F¡E’º‡8ÁÁr90"
  b"\x07\x04tóBt›íq+PqB>"
  b"5¶TÉú²Cµ­BKM(<\x15\x13"
  b"""
    6¹ Ò—îK>ºà·|tÿ\n
    É
    """
  b"71ú8{rJZ¿t‘È\x03È®Ö"
  b"7Ÿ1ÝÀQ@ä¯vƒ}š+\x10Ÿ"
  b"""
    8!8\n
    ÉòFת¤W_&bÇ{
    """
  b"86üÃ90F\x0E‚•P§õŠ0‚"
  b"8º¶\x0EêƒNƒ…\x07õ!†%e\t"
  b"94°ç¸‡O©‹w±“rà\x1E\v"
  b"\x16aå„Bû¡Ôý’çfg¬"
  b"9ßqC%‚IŽ»aP¦³Çí>"
  b":\x02G²'«F7‡Séû}}p¡"
  b":\vòñÒCB\x7F„NCÙ6\x08Ìš"
  b":=\x08É\x12\x07@Ì”\x07\x15=Øù[D"
  b";W:£|ý@ØÅ=6=¥ÿIù"
  b"\x1CZˆoBü‹ìacë=¥¸"
  b"<jÉþ+ÒL‘мr\x1F7Vy "
  b"=\x00JÝD\x1AA¤„ïNƒ1’Ñ¡"
  b"= g›Ÿ•C4¤\x0F¿âÞ[Pc"
  b"=¶…¢÷gOf‘\x0FíÖ^|¡\x01"
  b">\x06þ§M┤AÊÉôymJK\x05¹"
  b">WÓg_ÒNƇqll\x08qÁ8"
  b"?jxv¡»JÉ¿¶þä\x17\x16"
  b"?ÎQ$Æ\x12F\x14‡Ý|LÃÞ˜\x10"
  b"AÓÔ\x1A]ÀBv§‚ëœ5Ð:Z"
  b"AÔ÷{fÄA îI üX ú1"
  b"BÅ┐\x0F\x1FQJ‗âÅ╝iÌ\f╝¸"
  b"B╩Øy└BG\e¢Z╝;\x0FöAÜ"
  b"\x0E…?çAy­µ#ùp‚P\x19"
  b"D®íØ-ZM=–\x16qg…Õ\x16"
  b"Dº@Ø‚‰@\x1A•Hù\eÅ/k‡"
  b"DÌß~\x06½Jk´â*‹_\x0E§ß"
  b"G¦æf╗ØOÝ║§¾Íq\f╠."
  b"GÌý\x15\tÖIÑó\x06\x03Gt:Vì"
  b"HRfÎ\x01q@Ò¡.\x0E\x06}8Ç8"
  b"H”[m\x12\x1FC €þå\x0E\x07\x14šX"
  b"KÄ?êdrA`²HîÃÖ\v¨z"
  b"M4…Î+LOnˆì…P“}§="
  b"N`c\v0œD\n§\x00¢è4ëØ¶"
  b"N\x7Fv4¾ùN6† W³\x04!\x10Š"
  b"OO€…î÷@3«Í«Á\e]Öo"
  b"P\x11Ü‘Ð$Jf±_âù–½² "
  b"PšÀ\r\x07õA3¨\x01AÅL\x03Æ_"
  b"PÍ87$OM’‹F5\t\x07ç"
  b"Q\x05\d/FKÁ·ƒëGÕ\x060$"
  b"Qaÿ{\x06¡M¾¸1‰A ý–ò"
  b"Qi\x12┬imN┐ØÐϺs\x08ó╝"
  b"QŸÜ´\x13ÐB&˜8\x03ï~/_Î"
  b"""
    Qú¤)/gK/­\n
    àñ\x19nØc
    """
  b"""
    S:\n
    ì\x1DHG\x15¨|çþ›ÙPÎ
    """
  b"U%V±\x0EBEZ»§ƒöcl\x16¤"
  b"U¿“q‰ÚE–§µûß»Ûf*"
  b"Ve¼Â]lJ¡¸I,Ÿç$›Ù"
  b"Vx\rQ\x1E*J\x15±\eS\x11\x1D”í"
  b"VÝVãÀ"L…®VÝ4\x00"Óx"
  b"ZAqiSïMÑ‘,|F\x7FdUU"
  b"[¾_ÿ\x1AID\e¼€ÊIÀ\t—µ"
  b"]ºìª\x05└O±╗U\h×ùgÙ"
  b"^Jt4ë`@]ÑÅ6geO╩\x11"
  b"^ÉvÇ║║Mÿä¦J«├ÅJö"
  b"^›¼%`\AÀ’qDC\x17ø_„"
  b"_$/K;UCúØßT╬\s\x19\x07"
  b"_p¹š„PO\x7F·ÀI‰ù\tì´"
  b"aŬ͑VFè üÙ?ýj\x02º"
  b"b&vég†N\x13£u"õ\x13œùÑ"
  b"""
    b;~\n
    ÓTM\x06›¯\x1A\x06Ý·Zg
    """
  b"b·ÊJ9ÊD¿¾Œ\v\x16S”Kž"
  b"dN‚ógmA¹»7”ël\x00]h"
  b"eCyËr\x1AF1 J\vR=­'›"
  b"fh8èt\vM¿³NT\ÝPã”"
  b"iëÃ[\v›Bì¶nºR0ÉI\x1D"
  b"kÛÁ,ftN_‰#ó\x0F\x17"
  b"l2║║OòLgÄF+Þ.«-É"
  b"lœX]¬ÔF–‰tÛfY&£w"
  b"mA©ß’ºOŠ­œKçŸ:¦Ì"
  b"q©[î…+G©•Òõ Ũö€"
  b"r ‡y˜é@Ê“® ëíöbì"
  b"rUl1ïwLe·SMºá'L¯"
  b"sI[\x06M\x13B^´þð¸ô>\x16Ž"
  b"sʹn*ËLàº\x02ÿ\tDæe\x15"
  b"t”•t~*ND´»öœÝêç|"
  b"v\x11\x08\x17’æ@È·ÌW\x068O\x1A"
  b"v[°Ã¥1IH¡ÀZnhÏ5x"
  b"vØ*o¯`AHÇÛX3z└FÖ"
  b"w`£TðÖHüâA\x08­O´.J"
  b"w│\x02ƒ┴HOüº█Hû#%©U"
  b"""
    xm┐[ŶD?é\eOG?\n
    Öd
    """
  b"x|{’®\vK0‚W×a‹"Û\x15"
  b"\em0yII¤»©wÌ´ÛX"
  b"""
    zQb¡\x18ÈI²¿È\n
    Ëíñ}©
    """
  b"}/\x11$ÚˆHm£¹ô\x07Ü%æ›"
  b"}†t\x17¤RO}ŽÒݰá¢,^"
  b"~;\f* \x00Kߡৣjëª\n"
  b"~MW9\x10ÒM¡½¾]\t\x03¦ç®"
  b"""
    \x7FBØéàTI\n
    ív5hÐ╬Ù╗
    """
  b"€Û?†\x057G9”š×|—Í‘œ"
  b"ü¨h\x05:éC¿▒1■î■tÙ-"
  b"\x04Ø\x0E4ÈE­•%†–”.3["
  b"\fpΗÏB2†­\x1DÒ#\x02ä("
  b"é³&XuÙJ█ÅÜ-\x16w█í{"
  b"„ÿS=\x1CËN)±"I쥥,V"
  b"…<º\vT?BÕ \x1A¨p"YÊÔ"
  b"…J\x00ɯšD)µ*¯«ÙÐ ""
  b"…Œ'Mƒ×B8¹Åz\x05ؘÇ\x10"
  b"…ÈÞb§5J;“˘^¹kÊ©"
  b"†®S:¡XK¡ŽJñ\x02\x1Eî\x08"
  b"‡Ž§\x1E>ÏKÑŽì,d•6\x01Ì"
  b"‡ 5ºÆ¨KÙ’K\x00K\vñ\x11ó"
  b"ˆ#ï#ćA\x13°ë9|ñš‡µ"
  b"‰!_Ì]ÝAà‘\x00]Ì%\x03Û¥"
  b"ë-═\x04\x1CÉNhâu,┤yP%╩"
  b"‰k¶¥µQLO›œ;}ûE¡?"
  b"‰Öñ—¾šG"€P¡â¿—«|"
  b"‰×éÌœ£AˆµÝ\x06\x16hZÜ¿"
  b"ŠêÂG4AFë“F‚\fPü©¶"
  b"î\x13\x18┐@M¾É║├k<^\x1Cu"
  b"Œ¦8'E Iá‰ú\fv­ –ó"
  b"ŒÅâ\x00wÉC’§ÂlËf[ûë"
  b"ì\x1A\x01▀T\x17Gaèy\nµ\x00¹×j"
  b"ì\e`t█\x15J?┤Ïó£ç9ü}"
  b"ìb½bÉdD_ô¿Ò,¡ZÎj"
  b"Ä\x04)÷@ùEµÅDVò½¡BD"
  b"Ž•Ôp"\x15KB·Ôåå÷à\rj"
  b"Å¿╔ı\x04ØC░êî\x14\x14┐Ní"
  b"‘XJ#ßêKê¥û\x1A\x0Ee›^ý"
  b"‘€íx tK\x15ž|\x18Z^…ÌÔ"
  b"\x18/<\x0FÔJ<‚\x10Øp¹§[z"
  b"’j’àh´N—½RÜz5æbS"
  b"’ú\x1FÝ6ANŸŠê$ÜãÀ¬µ"
  b"”½JØ\x15/Bv‰\rÒ,Œ…Ë"
  b"•)§°DJB¨†öÚ%?£ÎÛ"
  b"–!þNGdEü¶.\x07“9ÿQ”"
  b"–M»âK7C∱ž%f‹¹‚"
  b"\x7F9A¸ø@[Š5ivëå´\x16"
  b"ûØR,*6B═ê$(╠Ê\x06Ò─"
  b"""
    \x13­\n
    O\x16Lß’Å?t¾æ"\x1F
    """
  b"""
    ˜\v\n
    8{¤I™‘\x19iÔp[\x16è
    """
  b"\x08\x05‘—èH}§&v˜"Ï\x03Ú"
  b"ÜI2£)(B>ÅuC\x0EY═└ü"
  b"""
    ›V¹÷\x1D(JвA‹5\n
    ö\f`
    """
  b"›æ\x13‰¶–H]›j§\e[\x15½÷"
  b"Ø%!¼6│ERÇôä³/Ü┼ð"
  b"ØB=├ä‗G>À¬┌Ôûã²P"
  b"ØU®\░µIÎ▒N\vòñ\x00Ï×"
  b"ØÇ)7▒╩G×ùaå7ã¹áÎ"
  b"ØÅ¯Q░¿D)▒]¿ë5╦Åë"
  b"Øû°ÖƒþLôªù§n;S\x02±"
  b"""
    غ**\x04zA´ÉeC®$\n
    \x17\n
    """
  b"ƒ╝+à‗ZE\x7FÆù9_ìPÖº"
  b"ƒ³¦²┤DNJ╗`É"Ù\x04C\x0E"
  b"¡VðÙƒ•NU¿,º€{É\T"
  b"úÜ┬6>ðN\x7FôW┴ìGÛùñ"
  b"£²³ÿð3Jâ•í·W t_€"
  b"¥¡J>¼®B7†×\x1A.\x03.-…"
  b"ªoiöÐdD<öþwüz╩ZÄ"
  b"""
    §\n
    Õ¡ž`C\x1Aµ æ¦o¶›à
    """
  b"¿\x1CߺÐÙFd┤ì6kþ▓Àl"
  b"¨PLA£/A;‚$sÈNr¥Í"
  b"¨Uy3ñwB\x1E©\x17*³¸Þ"³"
  b"¨Âç¤5!Bþ»@”Ø$àÚˆ"
  b"¨ÍÂhÎ\x05Cü¥\x7F9A¿dcz"
  b"©+\ÑË2C\x1F‰NüA³¿9í"
  b"©j¤E,ZCõû$P²ƒ\x07P"
  b"©‘€\x0Eˆ\x0EHÚ™Ò3ÇÆæ®¥"
  b"®´\x01╝ücG\x0Eä\x13ÂÍ\x12+Cw"
  b"ªÇäàô(M–¹"l_ð\x04‹¥"
  b"®AvË@ÛH*€vžv±2-”"
  b"»Â=ùü/D/¡oLv±°═ë"
  b"░²¬°v§D7ô░*═ÃÅ╬÷"
  b"±H¯\fï\I[ªxÄ7öIz¸"
  b"▒žìǃJ9ø²d┴\x04z╝D"
  b"²kC\x15hâI@°ë.žƒQ–:"
  b"²´\x07ÖnüGË©GT臯\x18¢"
  b"³«I\x04Y«K*¶¢_R\x1EÉã\x10"
  b"│¼=õ\x12û@ü│▒\x10ÏPÆ\x01"
  b"¶U\x03ÇË\x1AM†«UE<D\x05\vŽ"
  b"©2wx\x08ôF█▒~É\x14\x0E8uÕ"
  b"¸çLwÚ\x1FMëªÄj\x12­ç­Ö"
  b"╣~ù»┴S@Féw╗`┴╬.Ø"
  b"\x16¼└\r·FÌìIt4£"
  b"¼[?ò”’M±ˆ[tA}ó´Ñ"
  b"¼iÃ~Ž\x04IÏ¡3|ˆ\x13i( "
  b"¼vÑ0\x08KM:”~žX\eŽ&O"
  b"╝╝U®uALÀÆÕyþÅQâï"
  b"¼î|ŠW+H\x0E³ˆ\x16¶„\x01Þâ"
  b"½yr@]ŽKí‚\x07*§Éí\x04é"
  b"¾tWò8¢D\x18º\x07£‡\x1Dq\x18û"
  b"¿\x1CdvÂ\x1CE\x17‘ûŒR„x˜™"
  b"¿h\x7Fu|eJƆw\eÙòdòy"
  b"¿Ü¡/I¢Oì¶›®¦a\e’Œ"
  b"ÀÞd[:þ@™š3FÜ2\x1F†¿"
  b"""
    Â\n
    ”lâ†Fï¨R=\x1Añ˜ba
    """
  b"┬&qÙ þGôØú£Î┌K¾i"
  b"ÂúÖˆ\eØH ¿6\x042%…¡""
  b"ÃW»Ë3fHò‘.x\e,J»¿"
  b"├ìv;·|JÁ│;gF½þõk"
  b"Ä’úÚU*Là¢ÏwÃuŽkŽ"
  b"ÄÒðÆÍÏEE‡\fý\x10¶ñ—"
  b"Äð®ˆpÉA(¾®Aa:w$Ì"
  b"┼║`V"ÜC!½?ÒÅ«=VP"
  b"ÈJ!†'_I\x13³çrKà'®}"
  b"ÈZ¯à\x1A\x0FMÈ‘pÊ-R;¶N"
  b"ÊpÌ|\x03fHb°[¿_ªþ›È"
  b"Ë\x12rL”\x17HF³>*{IgŸ\v"
  b"╦à¦8@¸B╩╗üÜ~*Ï[p"
  b"Ì\x02Yjè:NV€ã“\x1A¡ „õ"
  b"Í@¹8®RC\x02¦MÖ±©S+J"
  b"═█øSÑ2Mdèsi"\x0Fw\rü"
  b"ÎbŽ•c‚NÁ«R¥3g\x1C"
  b"╬áÇ|ÅLD<ù\x13*äqC\x18C"
  b"Îä[ŠR<M§¶­^hÆn1Ÿ"
  b"Ï&œBf\x14MM®~\x1F‰9\f^i"
  b"ð▄£ÌµOE\x18êÂü"»\x00\x168"
  b"ÒQÿkB|N\r”´dÒïq)@"
  b"Êå┐¸t$O Ø┼\x0F─Æ1Ëe"
  b"Êú·│­l@Gºp╔üNmw*"
  b"Ò½\x11õ3\x14IG›¡Håìrô¯"
  b"Òùn\x1E¨°LI™gð›¸ÈóP"
  b"ÔL³b±ÍI\x05³Ý`\x05çñ\x03P"
  b"ÖuÕõ¤\x10LE—èiÑ\x12ÍâÐ"
  b"Ø\tM\x16SœKÕŸ\צ\x01ZÏ£"
  b"\x0Fi_╝ëF\vüß\x03û│QÜý"
  b"Ù\x16\x12Æ’-@|¦Ilö¹s»E"
  b"ÚI{®D}HpºKïÛÐ#ˆ\x1A"
  b"ÜÌÛIýëJ„‡ßj\x12ç\x02çQ"
  b"Ý\x12™æ£\x15Fö¦Yà_¨¢d›"
  b"ÝŒpX\vîAʸ԰.ЛGõ"
  b"¦Ñ▄\x1Fc╠EcÅÃS\x08{ÛØw"
  b"ݹúµUHOü¡ß\x1E‘l}Jo"
  b"ß\x02\x14!ä¢Il£eÛ€¾ì{·"
  b"▀ly6Kí@iØÏ£Ø‗t*\x1D"
  b"ߦö›9-Kü¢ÈP9S@p\n"
  b"à-½Ø„\x17NÇ›—‹ò8ø„€"
  b"àæÍÎQ<On¼ì!5.ÈŠ\x01"
  b"âWFÌ,\x00J¾µzSË×gØ…"
  b"Ò|\x0EvXÉD´©g&äB-Ë╬"
  b"ㆠGí»JI«L\x7FÔç`·È"
  b"ãÕ³v]\N\e«CÇ…ëÄ\x03x"
  b"åÜP2/aL«…è\x7Fã—%\x18®"
  b"µÈüL]RD+í&©>&q\rÌ"
  b"ç/•|¦úH\r¯¾)mˆ}&\x00"
  b"ç?2.à\x05K\x00Žg~‹~"Îú"
  b"ç?G–¼âBA¡°\x06ÛVÓ(¯"
  b"çT\x1EmS’@\x0E±.{\R§\x7Fù"
  b"çgŽË²„D4”\x08ø€b‹·¡"
  b"þÍéÜÅ\x02N2®┼C»\x15÷┘s"
  b"é1Hh\r\x1A@0³Üä½³£\x01["
  b"ÚU║+¿nCcôaIÙ\x18Å1P"
  b"êwˆÕepG\x18¯\x18J˜ûf„f"
  b"ë8œÛ­¥E`·  pÏ]^‹"
  b"ëÏM¤¥wEè™\x02æV+YKž"
  b"ý6S▀\x0F┐LG╣ª¶¡ì·Ô9"
  b"ìay„.•L\x1F¯”{XÒÈIŽ"
  b"íAn\tÿîGï¼_BÿTˆßp"
  b"íçr\x10h¢H,§ˆ§¬mŒB+"
  b"""
    î”`\n
    7±KO­Há¾\x03?V­
    """
  b"ï;T‚y¶IP³×õ\x03¿ÁÇç"
  b"ñÎn\rc¿K\x19·Ã˜Ô,Bȧ"
  b"óTFHK\x10K"Ž\x13¯Ð\x01ÚCl"
  b"óª¸kn1I­‘ò'xI\e\x18"
  b"¾Ý5#jóA^▒_Åy╦ÖÉ_"
  b"ôÚ\x1EU] G†²l©ÁR\x08É"
  b"ôÛ†D\x10\x1CF´²¬Ï:\x12\x02\x18ø"
  b"ôõÒÖ\x0E¨DÚ·å™ýýÕM\x1C"
  b"õßh)ªQ@‘¬ªK¿¡5¤|"
  b"ö\x13ÑJqÂI"µ^\x1C\x04\x15²Îz"
  b"öÙ}\x19\r\x7FMÔž\x01o” \x10Ô•"
  b"÷\x10c,0ÄBù–~ÖužAD!"
  b"¸d_\x19îÅMxÅj3║§\x04═Á"
  b"÷ƒ\x17âŠÄHÝ©©ý1W²ÅÓ"
  b"¨<i?XôJ¿ÅF;Æ]ÕÑ┌"
  b"úïuÔ\x13\x19A·½Œ4ù\x0FG4æ"
  b"û#:=ÉjK²«ÜK‹IR\x19?"
  b"""
    üÁªSÖËE\x04³\n
    o“\n
    Y“F
    """
  b"ý@<\rî,AJ‘ö‘’b,\x07c"
  b"ýN\x0EèŒzF ’sE‚ùæú="
  b"²┬IÞMÑD▄Àí-Ï\x1D¢¦ì"
  b"■HrÉñ└Oý¬=¿█5ƒtÙ"
  b"þ»Ú~'º@”ŸWÑ\x18\x11{ñ"
  b"ÿ²×t(ÝGIž¸ˆÝSùUÂ"
  b"ÿ»Èš‘\x15K%˜\x07\x1Dƒ 5T~"
  b"""
    \n
    ╩r─rcN»ü_[a¤U(~
    """
  b"yH$\x07ØåE¢´Òfë\x02XP,"
  b"„håÇ\x06%I̱¯\x1D\x19ä%?à"
  b"ÉŸÔè<œOm“¯¿:öÔ›á"
  b"\x06ܰNê“F%†\x0E…Ï>ø4Ê"
  b"""
    \n
    9}‚‚\x19Kç±µ¥Ý™Á\x08Ï
    """
  b"\x18ÿB\eý\x12BÁˆ ‡·Ž™fõ"
  b"""
    \x1C\x17\n
    \x1F£ìCX▒Jtr+0Yî
    """
  b"#¨ !ÖçI'ˆ\x08’ð~E\x11«"
  b"N+?klvCQˆO_æÙ%ã3"
  b"S†¿ëWªG÷­,Í3–\x0Edx"
  b"qD\x0E£%’D9¥—¾ñêá†X"
  b"~Z\t\x17œ›M׌H!ãt£\x1Dn"
  b"’1ô\x1E\x03\x16BÅ”\x1D“¡<¶×\x0F"
  b"žš–\x12SöK†¢“±0\x08p©)"
  b"»¦ÌD\x17„JFºÙÔnqÒY\x1A"
  b"œÇ\x08O+@u¸É\x03*^8±°"
  b"¤Di\x04\x0FÎFo¿\r̦ü¹°ä"
  b"Óp\x15ðŸ\x03Iù¯!c²èÒ¨Ã"
  b"\t\x05ÿ\x10ULFÑŒB\x1FÊò¶õþ"
  b"\vű¯\fÑJBÁøpÁ \x1E"
  b">|wÛZÈGè£Ç¬‡tz¡ó"
  b"Cr\x14AsWF\e¸\x03PH\f­:\e"
  b"Xfœ\e%ÿL{™¬P\x04u9öæ"
  b"X¡`éÒ¢E╝Å╝ıuúLG┘"
  b"[\x7F\x0E┌ÜöLU╝þÉ┴B\x0E÷╠"
  b"z\x11Ç\x02N\eM7žßú ¤m\x1Fg"
  b"z¦àu}£E‹Œñn¼’é!@"
  b"\t wxüDB†dþè6^Kà"
  b"š¨\x7FZ\x04‘G\x1E’EaË»ŠDi"
  b"╔╬ü¬‗XFÃÑ\x06║üÐìÄ▓"
  b"ìɵî+ãLž¸ù\x16é\x02ÕN\"
  b"´X¡3üfB/ñÈ2k(õ±W"
  b"\f\x0FgñFDKX¬\x06éØ\x0E\x1AÛF"
  b"\fnšJɦA¦¶ðF\c«^«"
  b"\x0E'IZ\x0E\x1FAØ¡¨Û­ã|╦û"
  b"!N6² {L‘…>‹x»rnÌ"
  b"+´à\x05ïÞD\x13ü█ð└kå¶\x1A"
  b"\x12IÃVJ¼žðÚÃ:\x03\x17"
  b"""
    :)Î1(uM7¦g‚ûÓ¨\n
    2
    """
  b"EŠ«cëwI\x13‰9aØr,!±"
  b"aÉ.{\x15\x14Eòò\x12~vi6åµ"
  b"ìÅÅæÑ®AlÀ÷8M³VñY"
  b"ÿÅêaúØCÆçA¹\x1D\f.VJ"
  b"¢¬\x02³\x14ÔD™Ž\x15\x15ýÙíQ÷"
  b"¦Œä·ÞÞD¿Š(üë\x006ܹ"
  b"¬²æÍ¬cA° \x08/‹¾:ð\x19"
  b"³þc®™\x17C\x11°›e/´·ˆP"
  b"¹•ʼx\x08Aó¥\x0Eɬï"
  b"╗╔»\x1A¡\x14H?óyãiülGJ"
  b"ÂM%4QFLžª,\x1E\eù\x7F"
  b"ÃVu\x02ôGHÖ»e…_KÉÇÕ"
  b"Ë\x18Ã[Ù·NfŠq,2K.§\x7F"
  b"׿g’è°@À¡\x1Fz[Ô„\x15]"
  b"î@\x1D*ÌALþ…!@•aÚ^ð"
  b"ÿ㬪H*C ±y/MÐo’""
  b"\x01jFÅ£\x1CGú©0Y›@D s"
  b"\x0E••<X_E/Œ‡ëôc/iý"
  b"\x11ÔÉgìäCÊûÃÖµ\x13Àîk"
  b"\x1E¹ÿd.úFjªý\x06 oì݃"
  b"8£Â:~ZMP¦cÁsççÞ\x17"
  b"?1┌Ð__E±Égkp\rá¶¡"
  b"L$\x16úú(KU¿\x12F´¿k–í"
  b"R\x08r&ý±J§‹\x05–i‹\x10Ü4"
  b"Z─Ò½▄ÂLU║tí┌ÜØæ┘"
  b"`‹{æ\tÁJ,µ\x15úÒ6Œ«%"
  b"q$¼ES~IÊžÙÉ\x1E]\x14Çé"
  b"ƒ)¥NlÂDOº:hºÃÔ…q"
  b"ŒÓ#\x11óÜF+‘ù]”^¦r§"
  b"ò÷tæ×öF*üÇ\x1F?âÖ\x15¨"
  b"—{„z ÿJÚ™W7ø³iI‹"
  b"""
    óaùìıéA■ 2±1C\n
    Ó
    """
  b"¬\x13#└0nIáî¦%XX\eÊÉ"
  b"¬7X7Ú1I\x1C€ë\x13#B¹eL"
  b"©┴z\x11?LB\x13¢?©F\x05kØó"
  b"¼ziB4îB¶˜É?›žƒ!*"
  b"Ü»5ÊŒµK´…­„ÌâÕè3"
  b"Ýóí§U:B\x18”€WþùT\x0F\v"
  b"ß\x08ûù\x15\vHÌš\x17\x199\x11{_"
  b"ß—\x03$’¶D-š9kBÇyDã"
  b"ÓIÜ~.hKÅñÑJ<aÍ­ê"
  b"õì$%╣þO%ª\x14äGd mp"
  b"í\x1E£‘ŽBC›¥hÎ(y3u"
  b"îï¦#.·MÇ•ª_Wö\x02ÓË"
  b"‹Ø½[W\rIG‘ O(¤áè‡"
  b"""
    Àf:=\x04–MΟôŠ/\n
    dþÔ
    """
  b"ï2·ãƒ=Jœƒoš=üIBŠ"
  b"=PÍ\x16ŠRK\x08¦WU\x16-+$x"
  b"Xf\x05ñ]·K═ü‗¥KÝ‗Û@"
  b"×■ç4ü}C1¼ç ¡\x13Ù█╠"
  b"\x01÷y×x¬Dèü\x03_┌¯Æ Q"
  b"\x02Rç0Œ\x02EU¢&%]C”Í\x10"
  b"""
    \x03\n
    zÒmfJµ€MÌâ\x07Jï¦
    """
  b"\x03\x1F\x14ÚE_žñ¬•\x15&\x07m"
  b"\x04\x189ÐB@@\x16‡9Û\x04õŸ1æ"
  b"\x04\x1A¯GFúšã\x1D:ýèT§"
  b"\x04Éú\x15Í.@iåxNÛ┘%û|"
  b"\x04ɨ|ªvD§ \x1A¬i{\eûD"
  b"\x05\x05ÍS|PH¤ü´%c\x08│°æ"
  b"\x05\x19í\x18©ÄI\x16¡Ø°Idëe®"
  b"\x05ë\f"\x17ËJæ•S›©\x1F®í¢"
  b"\x06æX&\x008K •yFæ\f³ìz"
  b"\x06øûe¿©N\x14š½ÿÎõMêf"
  b"\x07Љ%\ÐI\v¼è§\x11‡ë<7"
  b"\x07¤3Œ)3I0•’Gg“Ÿí\x05"
  b"\n!多\x15Nð™'Òñ\x00èÔ¥"
  b"""
    \n
    ±\x10×&AD_”Ï\x05„I|Ž$
    """
  b"\v\x18œ<€kB®‚k\x18§\x00M‰¥"
  b"\f\x14\x01¾\x00NK;‘0³pf¢~N"
  b"\r8"═\e█Jj£\rKÔxÞü."
  b"\rê½/\x17PAÕ¡a~RÿÕ?_"
  b"""
    \x0Fæ\n
    [²·B–šìì‘\x06€n˜
    """
  b"\x13åw‰ï’Om•ÉÇh\x17×ÛÎ"
  b"\x1AƒlNÁ½AD¿Ñ\x13c\x17©3’"
  b"\x1A╗▄Ìû¤G¶ï«mD\x06â[ì"
  b"\eÖÞ!ÒYOÖ´•a2ZÁ6Ô"
  b"\x1CK¯–ׂC9¶ØÉyÄÝ\x19\x1D"
  b"\x1D„S~íÕH£¡®ÞÂþ#\x0E\x16"
  b"\x1Fqß½t«@5‡Q\x1A†ãZ{¥"
  b"""
     dı╔¶\n
    M\x0FØþfÄy÷└<
    """
  b"#è³,àiOóíØÙB┘\x12b`"
  b"$\x04(•°"Bàˆ5ä(Jð…4"
  b"$2ùX”ñA“Œ´\x1C¼Ã—£\x01"
  b"""
    'tðÔ\n
    UN»³D\x04í#Iìù
    """
  b")cÁZ+\x18K╩ÅÂ\x11Ì\x10»§|"
  b"-¾q\r¿?@æ£y‡>Ÿäpv"
  b".W¡,`\x7FGF»<\x08bÂÕé–"
  b"/cê\x10Ÿ4F>ªÄü\x1AÎØ“\x0F"
  b"0cRœÒËLS£òÜ]rÇß_"
  b"2 t6÷°LQ¸\x17Ø5fvr¸"
  b"2(«\x07à\fKð¢/:€Ôèw¸"
  b"\x14PíÅAñ»í9ûvØ\f"
  b"5█}Å©áA¯╣iT!\x1E╗§­"
  b"6‰Ê¿\x1F¬@I¾ÆCš\x1ATue"
  b"6ºÈ­ïQLª­¼\x1D0F+ ý"
  b"6à”&q[E(ŸË†|FMFÞ"
  b";‰Ç‹TÇGr›¯Ôf)\x06KV"
  b"<Ö”Àž'N¡¦ð©";Çûã"
  b"=–z×Y.O\x19ˆ\x14Õ\x08Z%b-"
  b">«°Í–\x11B\x01ž5ѾÄM¯E"
  b"?»ÕÚíƒNÁØGð?ÿ┌âå"
  b"@—Q\x00¾\x17@ç›H²\x04\x18¤\rš"
  b"A8`\x19‰ëCR¬¡ÁM\vÎâŠ"
  b"""
    D\x06\x03ØþuC\n
    ©Fs¬Ã\x0F▒Q
    """
  b"EË•g½\x0E@;¸R\x7Fqþ¡G¢"
  b"Fd\x16ÀW±Gm£ûx¾ÏЦŸ"
  b"Fåê\x18xCF&¢\x06^\x16sÄ;Ñ"
  b"Hs/.‹µI´žîÒªMÏŸ\x12"
  b"IjY‡”MBž•SÍ•¥y”Y"
  b"L\x11ÆXÅ«G▀à]T´9æ³£"
  b"M\x07uÊþÇL9œ5\tfýíåØ"
  b"P±@'&°J(°Ô¦bùIOA"
  b"R\x06¥ÿ\x0F?Oæ¿—…¾wFÁõ"
  b"\r\x02NB½ÓàÄ\x15~\x19="
  b"TÅ╣└N7D¼ë8*íÞ┐\x05¤"
  b"ZSS7×¢Mn©Ý–Ž„Sa‘"
  b"[g¹\x18 éF¡µ9\x07\vJP6Ì"
  b"]hš\4ÄBѲZ\x03[-&q_"
  b"]»x¬&@z¦m\x11"^óËî"
  b"_│WûØàO¿▓J±B╗@pþ"
  b"aŒ6Qï#Oåµ?ñ\vénz\x16"
  b"c\x1C£•yùMF¿Õ¡Uh‘-‚"
  b"eÜ2@p@Jù«\x17œðcpAÒ"
  b"\x7F\x1EÃ?AT‹L7Ùƒ>ƒ¥"
  b"m\x14†uqœ@‚¨ÎF\x0EàæJF"
  b"m┴Cçd\x1FF\x15ƒ][¯ü8├\x04"
  b"\x17QîàFù½¯iDrÒ6z"
  b"p<¡ö»¥F±íÒzÂüµ¯i"
  b"pp\x16Í>MK\x1FºÎàq\Ÿ°9"
  b"põ}Ôç\fN‰¿føüH0™Ê"
  b"q¤K ÁLЦæÚ|ès¤\x15"
  b"u\x04\x16\x7F&\x02Jö©4ìïÈ0\r¥"
  b"ufÁúÉ}I‚‚Çå¹ðFˆÀ"
  b"uh\x06Ì\x16œBó¬\x18ØË\x03¯¶²"
  b"wÉðà┼ÃJìí¬W\x12┼´Gƒ"
  b"w‗┘\x02<ZEôÉ1Ǻ ¼-█"
  b"xVøëžù@Z…\vö^ÞP›™"
  b"xò¶\x03º¸OÑ•„"eIvêî"
  b"""
    y"\n
    \x16èºD픊Ô\\eIùá
    """
  b"y}'ÚѺHÅé═±¹`GÀ~"
  b"yÒÀ4\x03çJ¸½ÑÚìzU█H"
  b"\x13\x02\x07lL\x03Åc\eú2wR~"
  b"z.ˆày‹Gh½ì\x12\x11\x0F°yõ"
  b"z8:´Ü‰EH†J\x0Fÿl\x04Ï`"
  b"|qÎà£RIú—_`"\x19*x+"
  b"|ÜVîÕ\x08M\x15Å'L\x14"\x1A┼r"
  b"}.ðº»\x7FLm«V0P\x1E\x08¢Ã"
  b"}†-òÃìIâŸ*ÔÑ\t¶Ñz"
  b"}Éí_Ý]Hj ƒR\x12Á„#+"
  b"~Vo\x14ß{Hî‰\vÁlU\x7F‘ž"
  b"€9\x07!ÏÅFd² \x1C»TèØ;"
  b"ƒLçäÝQCn¯O¾í\x19É©ì"
  b"„Œj 1\x05C\x12‹á©—®]/\t"
  b"„¡ÃÑ}\x13L… S@nUµú4"
  b"‡v…«f¬O)ƒÜ=4ã&T¡"
  b"è%\x1E\x00╝©CCÉ▀v¸ñÂUö"
  b"Šèe@Ð\x1EHK»9‹K\x1CÚ?È"
  b"‹\\x15âoOF‚½—UÚ\x05G]y"
  b"‹ zWT`IcŸ[–[“\x13"
  b"ìqï.┘ IðÿÏ®─rVp\e"
  b"ŽÎîœrÕIô ê˜XHð\x06ˆ"
  b"\e\vàå\x17B\x17£+<\x15n¿x\x1D"
  b"‘”D\x08\x13©Mnµ\x16S¿‘‘jb"
  b"‘–G¶m¾E\x0F­±\t þ±Ö‡"
  b"\x11RJªqD`©¼—?\x16YF‹"
  b"•këep-Bx„ùÖÚÿ×Ö1"
  b"""
    òt²\n
     \Aé®Õ╠╚C\x07
    """
  b"û\x18╬JOh@]ìêè˲\x1E"
  b"""
    —q+×&\n
    Má–P\t0åŠóM
    """
  b"˜\x17\x1C®ÍŸNÕ¹$Ø´ÉŒ'?"
  b"˜ÜÉêñELj°ÀL7\tùÇ\x08"
  b"™F£N8ÔD>‡¤/×h\vˆ\x16"
  b"šÄ68·ÅJœ\x1ApÝÁÛy\x18"
  b"\r$¼]\x16Du¿\x16AªÌîÑ«"
  b"œ\x12òd2w@|š¹NŽ3‘§Ÿ"
  b"×┘¼µ/ÉDä░F¤3\x1E$×a"
  b" ôÂ7\x1A2J—«SJØÈ»\x15D"
  b"¡\x08U¯h6Fùž\x05\x11Ї\x1C§ö"
  b"""
    ó\x18ÜIåjJ&║\n
    ¶³\x16BÒÅ
    """
  b"£ž\í’øO«“pi®iÌU"
  b"¤_-Š’ƒB1/èC¸‰"
  b"""
    ¥™-T0SDJ•S¿\n
    ˜‡\x1C\x11
    """
  b"ѵÒ\x03S³@<ü³C╬ª2\vç"
  b"¿úèG«¨BAØÏï\x7F­~Ä\x1D"
  b"ªCJ\fœþCò“”×\x17!i†Œ"
  b"¡å>G\x1FÍJD®▄à\x00oüÙ£"
  b"®–Ó!½³C˜“1aQ¸\x1DÁf"
  b"¯Õ€µd~H\x00Ÿ²Ž¾ÃãîÅ"
  b"°p•3ƒôB –w'žµ3þ."
  b"░°├ÅÇeO¡┤\x03üþ█▒!Ü"
  b"±"á>·”B¶„r<;Þ¥,y"
  b"³–j6¸YF]¶êC݃\fÆ4"
  b"µàÒZ1 Oˆ™ç†ØëÛÕ¢"
  b"¶;\r\ré¬Dä„òÜÓô<žÔ"
  b"¼ÐyéÌ;Eæ¢x]\x14\x19¯Õœ"
  b"╝ð­\x0FضM²▒\x0E┴GWþð╝"
  b"½IޝýÕItŠÈµkÓt+\e"
  b"¾\x12À\x02\x01JGǪ‰¤û£F¤²"
  b"┐¬║÷E\x19@ÎèÉ[\x04RÞS&"
  b"À\x11±\x02t]Hó¯“\x11\x0E\x7F‚Q¤"
  b"À‚°ÖùÿD¦„úFl–™ÐX"
  b"Á\x07îÖ\x16ÃN\‡DjhKKLÀ"
  b"Ã\x10\x00¹Ý\vBDZo\x05¥æ\x1E­X"
  b"─³>╩▄\x1CA^ØÅAY:®D■"
  b"Æ\x18äøJOJ\x02\x01<|þ³jd"
  b"ãc\x14\x1EumI╦¿÷ص÷\v§×"
  b"ÇþÕeHBMŠ·]¹É3иÌ"
  b"È$Kè“nE`™Tɪ‹ýûu"
  b"É\x02•v¢nN*¾\x08äê\x07§oè"
  b"""
    ╔Jp\n
    í╦Kÿü*<cM=▓ 
    """
  b"\x19JG«¡N░¢ìùüJxÄ)"
  b"ð!©>!/LxüI▄z5¿òø"
  b"Ð¥\x03-MýHv ¨âš¹A“ù"
  b"ÒVèØ\x06bMþ‡ëw¿'.’³"
  b"Òt&ÈUzLĽííÁ~#û˜"
  b"Ó\x7F4×’˜A€ªÃ1'¢Ñt‘"
  b"Ô„DVR~GÚ°\x7F…UAÓ¼~"
  b"Õ†ñ鍯A,¨\eýÕh]âo"
  b"ÕÂõ£—PAk‡[cöƒ\x07R{"
  b"Í&?ó,ýGQØıT║\x13\x1CÌy"
  b"Î+èkìVHm«¬+È╝\eÚ$"
  b"Ù\x05ãÌÓ´OX¹×¶Âf¨³c"
  b"¦ý8Ôã╚E\x14¢ì'©;Lå\x1E"
  b"▀#þƒ\x17öB\x15ï·/ì¿õ'ÿ"
  b"ÓÉÞÞ;▒O@ø4HM»j63"
  b"ℎÚPjHÿ‘‡n'ʇ\x0E\x7F"
  b"âšÑ…ü0I.½\x14¹K¿÷K£"
  b"ãç\fŽ~øKe‡{Ûþ­Q!Ž"
  b"ä{\x1A>ë!N᥷1½zý8ã"
  b"åg§j\eˆ@|ªµR94O>A"
  b"éCHqëßKežä+t†GN³"
  b"íVK˜\tÇGSŠ’/^¦\x02R!"
  b"îÆ³é@-A¤™\vS =Z š"
  b"ï'YœoDBU™Š\x16zñ;Šä"
  b"ïSÖ’ê—De‘i‰T˜t5^"
  b"´s4%▀╠H┘Ø░.`pè─""
  b"´ê┼ÉÌñNÊ¡)\x04×îjì­"
  b"­:¯*zwJ¢×±çs\x12Å\x11î"
  b"­¥Î@º5AµæÝO7eØ7¤"
  b"ó)ÔÑmŠNä²p¾¬¤Æ%\x07"
  b"÷öVìhcC\x17ì\x00ªò\t¥´²"
  b"÷íÍefÑL▓¬½Ý¬\x1DN+ì"
  b"ö¢4T{AD|’nöͦÏR~"
  b"ù‘H\x02]-C왯 è>{aN"
  b"üÓ™\x7Fó9I\x1F«j]Š@q'Ä"
  b"ý\x07Ty{\x12Nô´äCƒh§p8"
  b"ý\eê@«úH~³¼<­×\x05"
  b"ýv6ì…¨D‘Œ|\x05ÞcÍ_P"
  b"²ç`?\x07®O2▓ðìÁ¦~\x07á"
  b"²ÆÍE|/@ß▓í╚*ØZËP"
  b"Åa█║SéO█Æ2Á?\x11\t"
  b"õm1¢ÜèL\x10—€\x1DÀàù²ï"
]
85 1.21 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"ø·:`\x17\x17J\x08¥\x1CDˈÜIÂ"
  b"¨<i?XôJ¿ÅF;Æ]ÕÑ┌"
  b"ù‘H\x02]-C왯 è>{aN"
  b"ùµLÄ^ÕO\x0F¡ñ#;ä\t݃"
  b"·oÉtÕ¯L╣º╔d.­¨-è"
  b"·úìQ]¥OÅÀ°þW\x18\tz("
  b"úïuÔ\x13\x19A·½Œ4ù\x0FG4æ"
  b"û#:=ÉjK²«ÜK‹IR\x19?"
  b"¹e¡▀ßÎNÉ¥ı║\║aZi"
  b"ûµ1qÆàG¯½4Œ\x19B\x17ƒ$"
  b"ûÉ`¨»‘Hœ¶Ÿ¿\x01I •W"
  b"ûçNqg3KfŒVÀ[¯pzÄ"
  b"""
    üÁªSÖËE\x04³\n
    o“\n
    Y“F
    """
  b"üÓ™\x7Fó9I\x1F«j]Š@q'Ä"
  b"ý\x07Ty{\x12Nô´äCƒh§p8"
  b"ý\eê@«úH~³¼<­×\x05"
  b"ý+\x07’0$A8¸\x16#*†·8Ý"
  b"ý@<\rî,AJ‘ö‘’b,\x07c"
  b"ýN\x0EèŒzF ’sE‚ùæú="
  b"ýv6ì…¨D‘Œ|\x05ÞcÍ_P"
  b"²ç`?\x07®O2▓ðìÁ¦~\x07á"
  b"²ÆÍE|/@ß▓í╚*ØZËP"
  b"²┬IÞMÑD▄Àí-Ï\x1D¢¦ì"
  b"ýÑ{žÊÆK\x10®Â™ïÖ\x03\x034"
  b"■HrÉñ└Oý¬=¿█5ƒtÙ"
  b"þ»Ú~'º@”ŸWÑ\x18\x11{ñ"
  b"ÿL`ýx†IW˜æQ&´ ùÜ"
  b"""
     ö:àÁmO°Ø┤├ÕW\n
    y3
    """
  b"ÿ²×t(ÝGIž¸ˆÝSùUÂ"
  b"ÿ»Èš‘\x15K%˜\x07\x1Dƒ 5T~"
  b"ÿ㬪H*C ±y/MÐo’""
]
86 23.91 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"_Iø\x1AêáHǶ¬‘3äÔÍ;"
  b"i┬F\x13¾╚Lùä\x04ì╔~\f °"
  b"┬Gì%äÓF@┐ÔÝÝǵ´\x19"
  b"""
    ±ýwÀéI\n
    ”ûv7È{\x12
    """
  b"Ý▓t\x1FU│G*ªì£\x15öWT¬"
  b"ûÉ`¨»‘Hœ¶Ÿ¿\x01I •W"
  b"ûçNqg3KfŒVÀ[¯pzÄ"
  b"\x04©sÂÈmB¤¨?\x15“\x08|^"
  b"\x08\x0FÌ¥ž¢Aë­\x14çåùB "
  b"\x14U§ÓÆôF­¾˜ÆÌ\x1F?ðq"
  b"!\x1E╠êÕÏL]¼uÏõÉ┘Â\x1D"
  b""\x18ÿÀ9^NT‰gA<˜5Yó"
  b"1ô©▀╩MO®ì í%ï<,b"
  b"@¾8¬ËüIK╣─6¸³\x13û\x1D"
  b"Z…ÇyV\x01Mï«ÕN1¦"Ô\x7F"
  b"n\x16Nÿã/G¦‹ÆKHZéL\r"
  b"ü5\x11@j├G\x1Dç┴░üaı#`"
  b"…Ç<\tôa@I³su\x05CX\v5"
  b"ŠgU6(yJ\x1F«*7zc‚Ô$"
  b"™X²ÆxºDЬc~TêÕÒ2"
  b"Ñ└Y\x08JÄL═ü-╚%Åæ\t5"
  b"®©¡6╔×K\ÉÙR(R'ö‗"
  b"´¡nç}ÅBu½ø&J¾+ö\x11"
  b"ÙäÁ;?ýLH¢\x16æ\x12/kÃc"
  b"þãmTGÙDäƒ@¯Òì\rR\x1D"
  b"§\x10i»Å[@FØþhºÅR1w"
  b"°Bzïq▒J\fרÉ\x14t├xQ"
  b"\x02<ߙڷI\x16Ž‘ÙF\x7Fßg¯"
  b"\x05╬ü·µ¸N\x1F░-¿ë\x04\x1C"
  b"\x08Ï×PõàH&¿5|U•.•D"
  b"\e:°8€ÜGî†Ë\x07•lW\x05À"
  b"\x1D\x1A\x1C~'&G‹¼(áq˜³±ù"
  b"\x1D\x1A·”¥tG„¯Ï†ôúƒ\x19ˆ"
  b";C¸ÿ\x19xL¥•mG\x03\fô\x19"
  b"?\x1E\x1D5W\x03G‡«³É\x00PŒÝ¦"
  b"B\x13®\x17˜¬EY¿†‹'\x1Câ&\x0F"
  b"LìF\x0FïÐL¨Å│K\x11\x13\x05«)"
  b"[þt÷)®I\x01¨6Wl<•AŸ"
  b"i¢Øf:šB\x04§ŽÞnœ™4p"
  b"p¦Ù\t6XFR©ˆÈˆ+xÄ-"
  b"yé0╚\x1A¹M\x08©\x0F§É╩e£░"
  b"z—à\x16~I@¤«ç¼ÒGf‹\x17"
  b"""
    }Q3]Í\eI1­\n
    ŒùÀ1Fc
    """
  b"ëóHÓ¢ðG8íÒò├\x19Ø1ô"
  b"û\x0F3Ô²┬H=¥n¹ßëÅ\x17="
  b"ƒÄE5\x10RGçÉðÊ\x10┼ªÒ\x13"
  b"£‘^oÀU@J¹Î\x17‡3jXò"
  b"¦`b)ŽoGí¼cšŽ\x19èY{"
  b"\rÓ<É0I├Ö'Ám├\├┘"
  b"´úïå\x10aO=– wUs†ºç"
  b"ÂÅe©°<IÏÆBè╔3\x06"
  b"""
    └kü°▀¸N2ò\n
    Ôp█ö█7
    """
  b"Ç\x16Àð‡LÒ¿†¶C¤ðTb"
  b"Ô8b¯a\x17LÓ²q'þ·_²«"
  b"Ö“S.ŸGKöœ¤:a…2’g"
  b"Û+Ü\x18ϱLk½òš\rÙÅ\x1F¬"
  b"ÜDóxâ­F𻛨;c{™\x1F"
  b"áM¨Ré@LW¤;¥¡Ó£8…"
  b"óšÐEs\x7FBz©ž\x14ÄJ\r\x02¯"
  b"÷ He$þOúž\x04Þ\x14õˆ!"
  b"ÿL`ýx†IW˜æQ&´ ùÜ"
  b"\x00Lk|̆Hžµ\x12\x18Y‰í“Ì"
  b"\x03î\frS!N¬“cLa103¡"
  b"\x05©½m¡QBõš\x18Ø)\x08µØ²"
  b"\tÄä^¥rLü‹êJ-Úºl\r"
  b"\r¹wˆ@SG‘¼û“\x08ét0Ñ"
  b"\x0FÝEæ¾2AP¼Ö\x0F\x13ÛºÒ@"
  b"\x11ZÞ-ª©L2ƒ¤z”ÅŸ7\x01"
  b"\x12H‚”V0J#Ÿ&e:ì8ô\v"
  b"\x17\x14ó4\x1F\x12L݇+¶Äj\Sµ"
  b"\x17«{¹‰IH*”{ë$R;FB"
  b"\x19╩Â\faEIJØûÍ█Þá`ê"
  b"\eâÉÒHµA╩àÉßí4B\tC"
  b"\x1E¡\x06Œã™Kæ¡/\x11mË- £"
  b"%Žp‰ú^@+¦Þ‘SØtµƒ"
  b"*˜[Ç«5G“·Zµ^ú\x10\x12"
  b"1màÈc.K•º-†91Ê Š"
  b"29C`¯^C’†\fpe/B[¡"
  b"7»Ê\x7Fý\vIB‘\röv=‡{Í"
  b"9í¥{É6DO \x06vÁiÍùp"
  b"BU\x19€LçDn€i~¼ŽLx\r"
  b"Cìï‘©ÀM,º\çvX±M\x1D"
  b"J\x19mNú-Nì│\x06à\~%Ù."
  b"QLUÚ^sLe┤KH\x1D╩£ñÉ"
  b"Q]ì\x1ALRK)×®╝¥\eyÖz"
  b"U2h\x11¸LM¹¼£„Š#ã\x12B"
  b"\x02|YqJç½üµ²yŸ:û"
  b"a\x08è]ï.Nü¹û\x08w|\x10ž\x12"
  b"""
    cK+\x1E‰>@ižÕ\n
    Ô!¨\x11$
    """
  b"v Ñ0oGNÒüÌôûù═uê"
  b"\fx\x08þ@4ƤŦè§PR"
  b"}È!8'¯NÉ™Ó5(ý\x04õW"
  b"~\x13Ý\x10ßO ‹JÒ×;¦™ü"
  b"‘-ŒÒp\x17D\x13«Ò 86odƒ"
  b"æq┬÷Ë\x1CLìâõ6˸E\r"
  b"""
    “?”Û3›Ht¬fuí\n
    úá
    """
  b"”'Á~ò›M…ž¦iö³\x1Eí\"
  b"˜\rSH%ðO‡±a\fNu½1Ž"
  b"£¢═\e\x08KA½Ø¼oAb·0²"
  b"×s#¼è1A¦á>É\x03ÿ\x1Fóà"
  b"Ÿ_á†ÓqAÕž )òq:êô"
  b"¢PçŸ'4A\x1C•Uÿ»=ÒŒ¼"
  b"ú\x05|§ ìE\x17ÆÚFȯ l$"
  b"£wL†-æA\x12šÚ\x10--B2!"
  b"£‘ÿ↰DK‚‡\x1FÐïÑ)ë"
  b"¤žÛ…É\vDÓŠ\x1Dh*\x11\r/`"
  b"¥\x02Oy%äEôŽü×Q¹\x1D§M"
  b"§)ÇK$XA…¹só^ÿ‰nß"
  b"«PãÎ*ãJ¿¼\x14Û\x01\x04NÊ&"
  b"²p?DöÄ@\t…[Ú)l\x13mh"
  b"µ?jmÀ\x14G;¿Æ¿“GÊ<Ú"
  b"╣j]x[°M­┐ûkÉK|▄³"
  b"½cf©,<C!µ•|ú(Ñ`á"
  b"└▀┐\x19`\x00AFøö­\eü╠ ¯"
  b"ÂEãi¾\fCذgO—çu_`"
  b"Äm7\r/bA\x05  ˆ$†±ðß"
  b"┼½©Ç#QIõÅx\x1C'ub®f"
  b"Æk"\x14á]IQ­P›Ñ“\x15í£"
  b"ÇìÔÕ:ŠA§…ôb\x12뾯›"
  b"ÌUEz¿/M¢ äÿ¢ðY)("
  b"ÍÒ\x0EŽg=MY·JŤǨÆÜ"
  b"Ö4ÑwÅäG\x15¸Oua¨%ј"
  b"ÝÖùp8ÕC›£b\x18\x1D\x0Eùþ€"
  b"àªbѨwL~™=8kž`¯D"
  b"Ò╠þ_ºKF\vå¾│ÊKØ\x11a"
  b"å<íâ[pIÅ·Z\x0EU^“\x06ö"
  b"çÅœVàþM\v£ôA­ð0¢Y"
  b"ð]½²}¼FŒ¡sÀ*¡€ÿ\x15"
  b"ò¬\x03ÚÃG?Š31ïEÓÕ\x1C"
  b"ó»²þ¯\x1CIp‹\x13’‚ÙŒ‹ "
  b"ö}p¯_¶E$¦\vÛÃtÏZA"
  b"·úìQ]¥OÅÀ°þW\x18\tz("
  b"\x01`ÀÎ╣fMûÖepÅáS½Ã"
  b"\t6\x0E¹ñEO\x06‹}]d÷ðT¢"
  b"""
    \n
    ‚š”20H7“^ô´É²\x08å
    """
  b"\rÑ…Å-âOd¯ÛÊ;»MFÿ"
  b"\x11%gVŠœGÒ³\x01ÕåR¡\x1E\x16"
  b"""
    \x17>N&à+DN¶˜\n
    Ú\x19.ä›
    """
  b"\x17¤'É%uL¥é4£$╝&‗Ç"
  b"\x1C7µÙ\x7F"@DŒ½¾â¥¼Ê|"
  b"\x1EF`À×ÍA"²\x04­|\x05\x16\x16S"
  b"\x1FyÏSaÍO.†ÙL,\tÉ\x1D["
  b"!Û■ÇÞúG╗╣O\x03Õ╩çüá"
  b"#Û5\x12c‰OÈ™m@X°SöÝ"
  b"'¸Ù§öKGܳ\x01QóëvÀ¯"
  b"*ÚwȇCD\v¸¨Þ{J^k…"
  b",┴Å9ëkGÎæ \x07¯çÀ>þ"
  b",ŵ\x00v:Gö“k¥o’æSE"
  b".ï▄á.¯Lì▓IÃ7]\x02"
  b"/C5¤\x08z@\x0F¶@×òÃI\e\x06"
  b"3«$áé¢NÄžaôeqTB\x14"
  b"""
    4‹Ó\n
    IˆHn„yôº¬ª\x03œ
    """
  b"6\x12\x06Ó1“L¹„\x01©÷QÏ<ê"
  b"6Úyõ\x12œD\x0FŠÏ=U'dëd"
  b"7\x03Y´!┼B©¡ü;S╦Vqw"
  b":wI\x0Fæ6E±–,-Ñ|;„\x01"
  b"=\x00ü\x08©ªA¯Ñî\x11}|▀_`"
  b"C#˜6bžL0¶EB„²5ˆØ"
  b"G”½hª„AÖ¦oÀ\x06\x14k"
  b"GÖ,’'³@ ¾#óÉÞÀ\x1D"
  b"IɦâÒõKn¼¦µ­zV\x10$"
  b"K\x18Û£‰dA¦¨ðk]Æ…WB"
  b"L\x1E]\x03·,Kž½U\x11ªv\G;"
  b"[.¸cßYGÉ»\x06Ñ┌çl[M"
  b"\(~´>¤L+ɃÛıDÀÔ£"
  b"\x03Š©›Dã¨\x1Eý+š<°\x0F"
  b"aÓˆYR\x07@ª˜\x04í—-[„m"
  b"d\x16sþo\x01@˜´í\x13¼¯ƒ\x17\x16"
  b"k}XC\fÌL7‰ÁOÇ>Ø\eÐ"
  b"n\x1D>g_wEf›<²õÀ\fy\x0E"
  b"qd6─╦¹Ixøbü¡\#\x13­"
  b"u¶±_#wAöƒ\x04S¬Ø8>┴"
  b"zIpœö\Cù¹:V\x19\x0Fn"
  b"}½C\x7FKNCY€kôX\x7Fâ˜í"
  b"\x7F\x7FŸË¥ùLB¢_\x15\rù…”K"
  b"\x7Fº¿]Aj@8ŠM˜‰T\x1Ežˆ"
  b"‚Ððíƒ%KK•ü…öÂKP\n"
  b"""
    â.;ãþw@^Üõ╩\n
    Å║\x03ï
    """
  b"èe8«UùD\x13½Å¬×\¾\x14b"
  b"ɼ\§¸Å@à«\x10Â╩$\x12+J"
  b"’~·¢¥çLñ¦†kc\x06‘¹\x00"
  b"Æìá \x7F³E]àSh■\x065¾ò"
  b"•h‡‹%\x19G@“ó\x13ã:`+»"
  b"òôÓÕ)PHź"©?\x1D«ù─"
  b"øÉ└mÿÑL¹╝P)¸²Ã>Y"
  b"á\x12®sN L-Ø░ƒþ"┼ße"
  b"""
    ¤-ñ°•FOß’ôf\n
    ò»ÚÉ
    """
  b"¥™çg/‚L¡¢KqD4\x06\x14Ö"
  b"©å‰a\x15+N×¼™”mÞ\x10Ud"
  b"¬ÑPDü├Ik╝dqJ wá█"
  b"¸Ÿ§ìÛ6LP²9Ádò诠"
  b"¸Õ&Õ\x054N´³\tþ0à.òk"
  b"""
    Áí\x02ƒ\n
    ²ACº:R»°\x12»­
    """
  b"ÆoµŒßÞA)ŠRî¸\e–.\x1A"
  b"ËÝvA+®@2‘Xö³(™Ôè"
  b"ÐêÇ? \x04GÆ—8\v\fiØKç"
  b"ÒpT’n\vOÿµ=d(ìèl'"
  b"Ór¡^[\x1DF\x12›÷wR‚¯¾\x0E"
  b"×ô\x04Ñÿ$G}«}\x03\x19¶Óè&"
  b"×þ\x0EÎð\x17LE°\v\x03ÝÝ«Ò\x08"
  b"Ú \f므O\x1Cª\x10Ìk—¦\x0EÞ"
  b"ÝM²°\x14ÜE‡¢–ÊCošc¢"
  b"ß+·N\tgGªŠ\x02/Kö!nN"
  b"î1ì€\x10€Fx¾_²b†PQZ"
  b"î\x7FÿËõ†OÆ…g\x1EUU÷5ö"
  b"±ïc½'/BÉò¶¢8µ¡\x1D©"
  b"¾YNØçnFk│<▓õ▀Î}¸"
  b"óÚÝsN\x05H¬©àgE£Š\rª"
  b"õí·lå(@”…?ÇË·\x13\x05"
  b"ö¿2r\t¿O?¿Z\x06ßà½\ñ"
  b"¸«yÅØ\x13JÖÅ‗V,Hf\x03D"
  b"ør?’URA:Ž\x00ù¯05Õ‰"
  b"""
     ö:àÁmO°Ø┤├ÕW\n
    y3
    """
  b"\x00\x18\e‰wH@\x18¹$e\n©¬T\r"
  b"\x02k\x19õ/ÁM#€\x13ªŸxZ-x"
  b"\x05Æ\x15\x10S[Kºš\x12ΰ„8ï„"
  b"\x06'˜ÜÁ\OÖ¢(j“\x1AöÔx"
  b"\x0FÔ4\x0F:4IJŠÕ¡N[Î*o"
  b"\x0FíX{ZˆG\x10¾žŸ\x18w>cà"
  b"\x15Íz_=ıCcº_h╠ìðJ¿"
  b"\x18+‹Ô~kH\r‹÷?Ûr2CU"
  b"\x1AW÷Sæ\x1EO¶ŒÔèýÂÒõ0"
  b"\e\x19\x00╩GÅIõå╠-»Êåð"
  b" šÄEa\x07Jú´¨Ñ»:˜\x02\f"
  b""'Òãä¶O§—Ò>Å?ªÙ\x13"
  b"""
    #ÙÿT\n
    ÈE £5ÃÎ@¯Há
    """
  b"$–‡Ü2îK•¤ù6\x07¼?\e@"
  b"\x03}Ò“Hެ(~-é\x07n<"
  b"(‘\x19\x06ºHÁŒê\x00ø‹-ðê"
  b"+1ó†%\x14Cã”Üö\x01Ï\x1E\x12Ö"
  b"+õ¢M1ÅHi¼55—v«\eQ"
  b"/p{w=jH‡¶Äß!\x13cjª"
  b"0£&yf¬MÛ—\esÙÇzÑj"
  b"1™åÙ\x1C)Jq•÷9|Oêk$"
  b"<¯Ès3hFu‡\x0FZ‹êØ9\x1F"
  b"@¸~Ä¢ÊE8’¼s™Ÿž£7"
  b"Bü¬Z\te@\x07ü·─é\x15¾╚█"
  b"""
    E«™\x1C\x1D\x10L²©'\n
    ëF%\x06:
    """
  b"H\x03>N£ C;®\x1A“üWÕÖˆ"
  b"HÌG†X:Eá‰õŸòzˆ¢™"
  b"O2\x13 ØÝBCît╩·\x02K\x1Eý"
  b"P\x10×9ùdH5¯¶Ü\x04`ttÊ"
  b"Q\x03\x1AT­ËG3”\x03aiF\x05÷{"
  b"\r@¸ÎOñ¯²þ™|u…\x0E"
  b"RÛ-EL€D\x7F„M\x05\x7F¾6\,"
  b"S*µèUƒNZ┤/LüVÓI:"
  b"\x04T┴IG\x07Éú{Ø╝sÃ3"
  b"T²©üêÔE\x17Ÿy1ž)_—t"
  b"\x1A╔û2M¯ùÆ░ɪ\x14&^"
  b"X"\x14\x7FÉžBZ°Ó8ZÙšìœ"
  b"Xù#>hÃ@h­¦gÁ;¬%e"
  b"ZðÆVÓ1M\x0F‰0\x7F×™­Bâ"
  b"lo¿é¤%GM—\Cî)óg—"
  b"p1@p¢GGL‹Æ1ˆèg&ÿ"
  b"pè:êA²LÁ…$nâWüR$"
  b"s\x06Ão┴ìF╝ܽ¸┴l╠£▀"
  b"v1ÔTeÙO餸Õ'\x1C\fÁÍ"
  b"x\x1E\x14á\x02J¥°,H£FÀ[6"
  b"|;4F³öN0€ùd±ÑIÅ\n"
  b"|œ·5\x16™Mû‰{Y—5j­-"
  b"|·öºU\tOò‘?\x1DÀ¤\x0E‚×"
  b"|í•1¸©F\x13”|\x15 ÚL’œ"
  b"}YÛ°|ÏLºê▓4\t~█ük"
  b"\x7F\x1D\x1E÷<‚Aò¤´)³Á·QÍ"
  b"€!O¶\vAOÖ—…e¹Ìú9â"
  b"ü\x11Ó2└rKÍ╣>|Mq»á""
  b"""
    åNù$6sO\n
    ü┼█bq÷î¼
    """
  b"‡A3‰Å•F™¿Öå\x0EŽJ‘"
  b"ŽÀ\x7FbÔÖA`ƒ%œ4ùß/\x16"
  b"Æ\eè$Ð(O\tçìø└┐®\r\x0F"
  b"öyÊ71▓F\x10Å╔ùÎÄSvH"
  b"–jnNPYAÊž\x16¶{»,Î\x18"
  b"›P\x18/\¹DiªT¾Â‡\t(\x1A"
  b"  |į±F`ƒº”\x052á¾Á"
  b" ÂºÑà^M\x1A¾jžWp N"
  b"ívÂî2ºO*ºc▄T&ÅÛ§"
  b"íô%üE\x18Idú¦VAx╔\x14ı"
  b"ºUoÅ\x0FðKwè\x04±\x17à\tÅÖ"
  b"ºþ¾®±ÍBríÉ└ÂÇiIB"
  b"ªî:\e\x1AŽD3§š¡Æ\x07rú¿"
  b"®göî,]Aݹ‰3ûŽvnº"
  b"¯˜gMz]Hv¹ö¨‡fxm¦"
  b"²ùð\x18 FN~£Ð\x0EISH\x14f"
  b"┤ÙÎ\x0F´óBÓÅ┘Äi§"Iâ"
  b"µ¢=\x01öiL›‹—Ð{Íh\x16\x02"
  b"¶·Rrò\x10C\x05¶üü܉ß\x10\x05"
  b"\x1Ey\x18\x0E¢J®ª\x1FnÍ┴òßÉ"
  b"¼dÁß{‚I•ªI–\x0E]¶[M"
  b"─3\x13_\x05NHwº┼Èg░°Å╬"
  b"""
    ÄZ\n
    †OaL´ ¢Ø"ýÖ \x05
    """
  b"NjDžQ(Nаž[ªœÂ¹."
  b"Ç¡ª\x1A\vUK «t~EVŽ"·"
  b"ÇÖë\t³œCG‹uK‡ž'`Ç"
  b"É\x18äÐûÚH—¿úõ¼Ÿ4ÜÃ"
  b"╠í\x18-æÞE\fì\tU"aÿ·\r"
  b"Úû_GD'Aç¡z\x1C\x1CæÎ\x17¿"
  b"¦I(UÉINø®\f\x18Ô§│▀\"
  b"ß\x0F‚J±FN÷©`ZWªÚ&ä"
  b"Ó?Ä░opJªâ\x1D╚üäT)\x0F"
  b"àYù<‘CFoœ\x1CXÍý\x7F×:"
  b"áÝë ø‡OI¾âܲö\x12™§"
  b"ä@®\x06¤5Aß»\x1EoÝ¡³–˜"
  b"ïª\x19Oò¯J΂5z\x05£\x16ûµ"
  b"ð*—&ŒQ@í£'´³ˆ\x12Y\x11"
  b"ðí\x14\r\x027CÖ€÷A†vFÖ>"
  b"ùµLÄ^ÕO\x0F¡ñ#;ä\t݃"
  b"·oÉtÕ¯L╣º╔d.­¨-è"
  b"ûµ1qÆàG¯½4Œ\x19B\x17ƒ$"
  b"\x02äGÑ”1Dª´Œ<˜qEhP"
  b"\x08\x07Ø¡\x1E¦JñºYüÂ\x12-‹û"
  b"\fr\x16Yœ%L`°ŠÀ\x00¨Pvô"
  b"\r\x1C†ôî¬F™´µæyFEu?"
  b"\x0E\x17\x06ã\x0E\x06K?¸Œ±FÒ’Ô–"
  b"\x0F.`öÿzEñœîÚÞ{bTx"
  b"\x11\x1E7¸šu@ú”%ŠÒ–˜õÙ"
  b"\x12¯`\x06òüGÏ¥s+™M\x08þµ"
  b"\x13õ=Òá¼Li‚s—ÛæÞâÙ"
  b"\x17´\x12Ìb]Cy­7™@“)ºï"
  b"\x1DÇb»±(Ew’£Y$ üÍi"
  b"\x1EÚ/ÈÎ\x11M…†{7^ððöÎ"
  b"$ðÏÝ•ÄJ‘ŽóJö\x14$g "
  b"&)²¹Ê$AÕ·û¶\v\x0EN\x17\t"
  b"4DÌÅŽ\x00Có‡Ò†¤ýâÓå"
  b"@\v\x1CQ9C@„R}ׇ¼·î"
  b"@cfjå2F4œˆ\x18\x02Ìs—¦"
  b"UÄ~\r╣▓K>ìô1_■ä¹a"
  b"n`kÞÇvC ‘§FùçÝlÄ"
  b"nqí¶\x1FuJ\x10½wHg[\x19êC"
  b"q$ÿzÔ°OX‡í¦p¥åáä"
  b"|JE½¬ÝNá–‡A{¹y^|"
  b"ˆÓ3Z%QC\x0F†À[Û$UN$"
  b"‰ºuk¦OIã»5/‰ÝÝÖÒ"
  b"‹Í0‚zÌMæŠJ€HH€è5"
  b"–aI¯ó\x1F@(…ß^Pmîjp"
  b"ûØD4ÝËE$égãZ▓'Õ9"
  b"Ø▄3\x1C\x00kAñÇ\e>Î╝Ç┬Ç"
  b"ž8[D\x16`F¯¼jhZ#És¿"
  b"º\x1FðÞ[tD\x18ØX\x08c\x7F\x0F\t{"
  b"µôqÓhÓN&²E¸\x1AOè1é"
  b"·æ?þãSEYš\x1FÒ8º\x1Aßó"
  b"½ÐíFr]@7¼7”×ð‘yÌ"
  b"Ã]A\¸¢@¢ \x1C¤‚'GCì"
  b"""
    Ä\n
    ·åsºJ ¨†\x1C2¬É´Þ
    """
  b"ËßnþùSH÷£†\x05¦˜±ÐÞ"
  b"ÐÝsáéí@¦†"¬‡.™Å³"
  b"Ò£¢¹‚¿E¶¥4.% dù="
  b"▄ÅUSǸAzáÎä xö¥ø"
  b"áà\x7Fе\x0EBÅŸ1Ìø„¦ÏI"
  b"ÔØ«‗näH{øx.ó½\x14O└"
  b"è$QµL÷Ov´Ÿ\x1D\x138¾æ"
  b"Ú\x7F,ß"¿B┌ù)¯^ü?\x0F"
  b"îRìÂ\$F¿—êÛËå„sÙ"
  b"¾/@bù\x16H{ó¤ØO░DT\x11"
  b"""
    ó•Ï’\x1DšAË´\x7F\n
    [ V•\r
    """
  b"ó¡Å\x1A\x0E\x1CA5¬Ñ\vùØsÄ]"
  b"õ³ÒjòÚGCƒ³€®]GàÆ"
  b"ø·:`\x17\x17J\x08¥\x1CDˈÜIÂ"
  b"¹e¡▀ßÎNÉ¥ı║\║aZi"
  b"ý+\x07’0$A8¸\x16#*†·8Ý"
  b"\x03þ}Þ\x06%F¼¨ë.cè\x06£‘"
  b"\rF¿@Â\vOÖ¨Iov\x00†‰¼"
  b"\x0F»ß=v\rJ’³'™\x07í®‘ò"
  b"\x18z9݇²CÑž\r-\x17b7\x00H"
  b"&Ž·dƒÿIa¤ï¤­\x1E>\r¨"
  b"3Jat_2NÉâ║T█B§ª~"
  b"8¼t¸,Í@\®Âl¨{a…º"
  b"9sòd\x12”Eˆ\x166o£ýãÆ"
  b"\x17‰]œC-†é\x1F¦¯\x7F'#"
  b"DAWæ³JF=¡«‹á2\x10Ú½"
  b"G¦k¢Ð2@%┐lÍØb Xá"
  b"O¾ô3­ DáÆ┘1BÅèÐÔ"
  b"WW¦'›\F1¹ÓÑ—¹0Ëÿ"
  b"c{4%ÿ\x1F@ÅÜ)\x04ê)ãý­"
  b"e;ìtÇHOË¡*K\x11ıÔ\x02ª"
  b"™~\vÔð2@ÞŠO¸¾à{\x0E»"
  b"Üsı\x15┼XDtÉ̱ÓüûaW"
  b"º\x15Ü;¨çB[║Ù\x1Dìȶêv"
  b"±Dþm·VB`ŠQ$X;+~k"
  b"Á²\x05½<¹@û¥\x1FTV0Êbô"
  b"Þ÷¿„ÎnEܨ\x11dÜÇ~+\x16"
  b"""
    ÕD\n
    \x07ÓËE'ÅIc7[ÝÔ&
    """
  b"é»\x05S„\x0EJ–¸2ã¢÷‡wÅ"
  b"ëeG¨ÃNG&¾\x1Aƒá1Ý\x14"
  b"ñê¾;6ªDg›÷fa+õ\x115"
  b"ýÑ{žÊÆK\x10®Â™ïÖ\x03\x034"
  b"\x00\x12r$ÕÎN¿šD‡•ÐË\t#"
  b"\x03\x02¸═\r\x01A>¬ôì-ªoÃá"
  b"\x03JÉo\v=Gïªn ò±+pÙ"
  b"""
    \x04¢MK”~G%—£¹\n
    &\x1F'\x18
    """
  b"\x06Geˆd˜F\vªÓ¤¢Ú¹d"
  b"\x06…5œn®M!‰ZŸ@ æl\x11"
  b"\x06ÂÕ2\x1D²E!Åg¥5Ã5¿±"
  b"\x07%7¦»\x11Ev·°ðQö¦Éb"
  b"\t\x01\x01\x7FB%°F4’Ê€\rk"
  b"""
    \n
    r8\x05b\tGTèıØ^¢²¢=
    """
  b"\r\x02.ŸëvCX¶\x03Ç\x7Fœ±k]"
  b"\r=ü¥\x11\x17Eäù92-=¸+´"
  b"\x0E\x1A\x1Ab<ùEÐÅü>*i\x13\v\"
  b"\x0E,Wéü¡AÝô£'\x06└▓ù▓"
  b"\x0E\r+U(Fz’g˜6(¦\x0E@"
  b"\x0F\x03çÒ8ñIB«\x06Ng\x05D™v"
  b"\x0FðM\x08}SA4ž!n¢R$Ú¡"
  b"\x10\x08¶║ÇìOT╣-º|0#âá"
  b"\x10âî┘¥\x0F@oè¥║ëNïÉ═"
  b"\x10¥i×™îAãˆÎ×Ò\x1A\x01"
  b"\x12\x07uÇGM•\x14¹z`œöe"
  b"\x12ªx©\x7F$Cý¥v![Í[z."
  b"\x12Ã’ðŠ”Kû„mü*ªÁ9ƒ"
  b"\x13\x15Ô6'\x10G%œ´E$LûÒ´"
  b"\x13l£“äŒH\x1DƒUøê›\x0EŸ\x1F"
  b"\x14\x16ðÝ█xMtümÚsô­─╔"
  b"\x14░Å\x05!▀J\x0Eè#\x15\x05ÁJ²Ö"
  b"\x166”T¡xLð¦Írò?Þ÷,"
  b"\x17c†‘ÚòN0•>\x00Ž×€„·"
  b"\x19c%PN‚Jɶ\x068/qÈ´ä"
  b"\x1AÂ`Õ\x10lJ» d’\fB¦.Z"
  b"\x1C\x13\x16´FaNq©9’1\x03 êî"
  b"\x1D\x19\x18ótjL¶—N¶S\x01pŸs"
  b"\x1D;\5'ÑBº³ˆ+P"s\x7FY"
  b"\x1DŸñ´\x17BIŽ­C—JžI|Ã"
  b" 0£_aÅK=¦+\v\x07‡çÖ`"
  b" ã¢\x11cæK\x15¾ÃJ¡=sV/"
  b" çÙuµtC³®Âì>6Dù¬"
  b"!kû¬╦ CØÀÍ`³└iL\e"
  b""\x0F~¶QCMH›œ¹ñ–¸™œ"
  b""m¾\x1DöýL˜¥\x07÷KäåÕ["
  b""y\x1DÁ\x05tJàŽ=ð\x1CÏPˆø"
  b"##[ÔRÄH,™\x1FA}ËÒá|"
  b"#|>Û0=K6│àwÅÁ\r®W"
  b"#ûΠ¶\x05BÖè\x0F\x17Àü"_¯"
  b"#œÂ"\x07\x00NŠ…\x03óå\x7F¾Â$"
  b"#›ŸÒœJ‰¡\x0En*\x03‡ic"
  b"$6Kl\x10ÆB*¶þü!g€8Ã"
  b"$KŽölŸI\x0E§R}š\eoùÏ"
  b"$¿*ÔzØ@ˆ³¹Â£™r„h"
  b"%[\x1E\x05PØGgÑàÑ\x17\x1A\x13E"
  b"\x04\x15\x0F-@Þ¦n³U\x1F^wÓ"
  b"&DQž…\x06J©°\x01\f\x01¢5ô~"
  b"&‡!þZöK\x1E­ž÷dzoKµ"
  b"&¢ç\x18\x1A)A¾ ¨Rª®\x13ÎÄ"
  b"'QñNfgOª°¨òX\x06é\x1F"
  b"(Ü%š¨\x18B‹«zSiæt‹‹"
  b")„mµÈ‰A=°\x00\x05ÊÎit´"
  b")åc—vdHd™\e³sN ®‘"
  b"*f¹6‡hD¢ŒÀ\x11Fûñ'º"
  b",¾mÙrÆB8ØhY\x07n▒\x13s"
  b"-i0qyÉLÞ¥!¹╗Í─\x17_"
  b"-m¶\x1A\x10ØH2Ç~¢▄âòÖ┤"
  b"-{r¬þ°HP™÷©ðj•#I"
  b".->\x15Š›L\tµ"Ù\te\x07 ("
  b".bxÑb·KПëè)\x1F3—f"
  b"25,\x0F╬2LÁº!wMØTO┐"
  b"2>ÝwgËL³½X\r¼%0\x00{"
  b"2e„.P=E,ˆ“Ú6ß!C°"
  b"2‹¬\x1F,žN\x16³‚ø=f\x1Eľ"
  b"2Äc²Ï▒Iàå╦͵ؾ┌▄"
  b"33oþ{>E¥€í¶Þwî\x1EÆ"
  b"3Ã+G\x7F¡E’º‡8ÁÁr90"
  b"\x07\x04tóBt›íq+PqB>"
  b"5¶TÉú²Cµ­BKM(<\x15\x13"
  b"""
    6¹ Ò—îK>ºà·|tÿ\n
    É
    """
  b"71ú8{rJZ¿t‘È\x03È®Ö"
  b"7Ÿ1ÝÀQ@ä¯vƒ}š+\x10Ÿ"
  b"""
    8!8\n
    ÉòFת¤W_&bÇ{
    """
  b"86üÃ90F\x0E‚•P§õŠ0‚"
  b"8º¶\x0EêƒNƒ…\x07õ!†%e\t"
  b"94°ç¸‡O©‹w±“rà\x1E\v"
  b"\x16aå„Bû¡Ôý’çfg¬"
  b"9ßqC%‚IŽ»aP¦³Çí>"
  b":\x02G²'«F7‡Séû}}p¡"
  b":\vòñÒCB\x7F„NCÙ6\x08Ìš"
  b":=\x08É\x12\x07@Ì”\x07\x15=Øù[D"
  b";W:£|ý@ØÅ=6=¥ÿIù"
  b"\x1CZˆoBü‹ìacë=¥¸"
  b"<jÉþ+ÒL‘мr\x1F7Vy "
  b"=\x00JÝD\x1AA¤„ïNƒ1’Ñ¡"
  b"= g›Ÿ•C4¤\x0F¿âÞ[Pc"
  b"=¶…¢÷gOf‘\x0FíÖ^|¡\x01"
  b">\x06þ§M┤AÊÉôymJK\x05¹"
  b">WÓg_ÒNƇqll\x08qÁ8"
  b"?jxv¡»JÉ¿¶þä\x17\x16"
  b"?ÎQ$Æ\x12F\x14‡Ý|LÃÞ˜\x10"
  b"AÓÔ\x1A]ÀBv§‚ëœ5Ð:Z"
  b"AÔ÷{fÄA îI üX ú1"
  b"BÅ┐\x0F\x1FQJ‗âÅ╝iÌ\f╝¸"
  b"B╩Øy└BG\e¢Z╝;\x0FöAÜ"
  b"\x0E…?çAy­µ#ùp‚P\x19"
  b"D®íØ-ZM=–\x16qg…Õ\x16"
  b"Dº@Ø‚‰@\x1A•Hù\eÅ/k‡"
  b"DÌß~\x06½Jk´â*‹_\x0E§ß"
  b"G¦æf╗ØOÝ║§¾Íq\f╠."
  b"GÌý\x15\tÖIÑó\x06\x03Gt:Vì"
  b"HRfÎ\x01q@Ò¡.\x0E\x06}8Ç8"
  b"H”[m\x12\x1FC €þå\x0E\x07\x14šX"
  b"KÄ?êdrA`²HîÃÖ\v¨z"
  b"M4…Î+LOnˆì…P“}§="
  b"N`c\v0œD\n§\x00¢è4ëØ¶"
  b"N\x7Fv4¾ùN6† W³\x04!\x10Š"
  b"OO€…î÷@3«Í«Á\e]Öo"
  b"P\x11Ü‘Ð$Jf±_âù–½² "
  b"PšÀ\r\x07õA3¨\x01AÅL\x03Æ_"
  b"PÍ87$OM’‹F5\t\x07ç"
  b"Q\x05\d/FKÁ·ƒëGÕ\x060$"
  b"Qaÿ{\x06¡M¾¸1‰A ý–ò"
  b"Qi\x12┬imN┐ØÐϺs\x08ó╝"
  b"QŸÜ´\x13ÐB&˜8\x03ï~/_Î"
  b"""
    Qú¤)/gK/­\n
    àñ\x19nØc
    """
  b"""
    S:\n
    ì\x1DHG\x15¨|çþ›ÙPÎ
    """
  b"U%V±\x0EBEZ»§ƒöcl\x16¤"
  b"U¿“q‰ÚE–§µûß»Ûf*"
  b"Ve¼Â]lJ¡¸I,Ÿç$›Ù"
  b"Vx\rQ\x1E*J\x15±\eS\x11\x1D”í"
  b"VÝVãÀ"L…®VÝ4\x00"Óx"
  b"ZAqiSïMÑ‘,|F\x7FdUU"
  b"[¾_ÿ\x1AID\e¼€ÊIÀ\t—µ"
  b"]ºìª\x05└O±╗U\h×ùgÙ"
  b"^Jt4ë`@]ÑÅ6geO╩\x11"
  b"^ÉvÇ║║Mÿä¦J«├ÅJö"
  b"^›¼%`\AÀ’qDC\x17ø_„"
  b"_$/K;UCúØßT╬\s\x19\x07"
  b"_p¹š„PO\x7F·ÀI‰ù\tì´"
  b"aŬ͑VFè üÙ?ýj\x02º"
  b"b&vég†N\x13£u"õ\x13œùÑ"
  b"""
    b;~\n
    ÓTM\x06›¯\x1A\x06Ý·Zg
    """
  b"b·ÊJ9ÊD¿¾Œ\v\x16S”Kž"
  b"dN‚ógmA¹»7”ël\x00]h"
  b"eCyËr\x1AF1 J\vR=­'›"
  b"fh8èt\vM¿³NT\ÝPã”"
  b"iëÃ[\v›Bì¶nºR0ÉI\x1D"
  b"kÛÁ,ftN_‰#ó\x0F\x17"
  b"l2║║OòLgÄF+Þ.«-É"
  b"lœX]¬ÔF–‰tÛfY&£w"
  b"mA©ß’ºOŠ­œKçŸ:¦Ì"
  b"q©[î…+G©•Òõ Ũö€"
  b"r ‡y˜é@Ê“® ëíöbì"
  b"rUl1ïwLe·SMºá'L¯"
  b"sI[\x06M\x13B^´þð¸ô>\x16Ž"
  b"sʹn*ËLàº\x02ÿ\tDæe\x15"
  b"t”•t~*ND´»öœÝêç|"
  b"v\x11\x08\x17’æ@È·ÌW\x068O\x1A"
  b"v[°Ã¥1IH¡ÀZnhÏ5x"
  b"vØ*o¯`AHÇÛX3z└FÖ"
  b"w`£TðÖHüâA\x08­O´.J"
  b"w│\x02ƒ┴HOüº█Hû#%©U"
  b"""
    xm┐[ŶD?é\eOG?\n
    Öd
    """
  b"x|{’®\vK0‚W×a‹"Û\x15"
  b"\em0yII¤»©wÌ´ÛX"
  b"""
    zQb¡\x18ÈI²¿È\n
    Ëíñ}©
    """
  b"}/\x11$ÚˆHm£¹ô\x07Ü%æ›"
  b"}†t\x17¤RO}ŽÒݰá¢,^"
  b"~;\f* \x00Kߡৣjëª\n"
  b"~MW9\x10ÒM¡½¾]\t\x03¦ç®"
  b"""
    \x7FBØéàTI\n
    ív5hÐ╬Ù╗
    """
  b"€Û?†\x057G9”š×|—Í‘œ"
  b"ü¨h\x05:éC¿▒1■î■tÙ-"
  b"\x04Ø\x0E4ÈE­•%†–”.3["
  b"\fpΗÏB2†­\x1DÒ#\x02ä("
  b"é³&XuÙJ█ÅÜ-\x16w█í{"
  b"„ÿS=\x1CËN)±"I쥥,V"
  b"…<º\vT?BÕ \x1A¨p"YÊÔ"
  b"…J\x00ɯšD)µ*¯«ÙÐ ""
  b"…Œ'Mƒ×B8¹Åz\x05ؘÇ\x10"
  b"…ÈÞb§5J;“˘^¹kÊ©"
  b"†®S:¡XK¡ŽJñ\x02\x1Eî\x08"
  b"‡Ž§\x1E>ÏKÑŽì,d•6\x01Ì"
  b"‡ 5ºÆ¨KÙ’K\x00K\vñ\x11ó"
  b"ˆ#ï#ćA\x13°ë9|ñš‡µ"
  b"‰!_Ì]ÝAà‘\x00]Ì%\x03Û¥"
  b"ë-═\x04\x1CÉNhâu,┤yP%╩"
  b"‰k¶¥µQLO›œ;}ûE¡?"
  b"‰Öñ—¾šG"€P¡â¿—«|"
  b"‰×éÌœ£AˆµÝ\x06\x16hZÜ¿"
  b"ŠêÂG4AFë“F‚\fPü©¶"
  b"î\x13\x18┐@M¾É║├k<^\x1Cu"
  b"Œ¦8'E Iá‰ú\fv­ –ó"
  b"ŒÅâ\x00wÉC’§ÂlËf[ûë"
  b"ì\x1A\x01▀T\x17Gaèy\nµ\x00¹×j"
  b"ì\e`t█\x15J?┤Ïó£ç9ü}"
  b"ìb½bÉdD_ô¿Ò,¡ZÎj"
  b"Ä\x04)÷@ùEµÅDVò½¡BD"
  b"Ž•Ôp"\x15KB·Ôåå÷à\rj"
  b"Å¿╔ı\x04ØC░êî\x14\x14┐Ní"
  b"‘XJ#ßêKê¥û\x1A\x0Ee›^ý"
  b"‘€íx tK\x15ž|\x18Z^…ÌÔ"
  b"\x18/<\x0FÔJ<‚\x10Øp¹§[z"
  b"’j’àh´N—½RÜz5æbS"
  b"’ú\x1FÝ6ANŸŠê$ÜãÀ¬µ"
  b"”½JØ\x15/Bv‰\rÒ,Œ…Ë"
  b"•)§°DJB¨†öÚ%?£ÎÛ"
  b"–!þNGdEü¶.\x07“9ÿQ”"
  b"–M»âK7C∱ž%f‹¹‚"
  b"\x7F9A¸ø@[Š5ivëå´\x16"
  b"ûØR,*6B═ê$(╠Ê\x06Ò─"
  b"""
    \x13­\n
    O\x16Lß’Å?t¾æ"\x1F
    """
  b"""
    ˜\v\n
    8{¤I™‘\x19iÔp[\x16è
    """
  b"\x08\x05‘—èH}§&v˜"Ï\x03Ú"
  b"ÜI2£)(B>ÅuC\x0EY═└ü"
  b"""
    ›V¹÷\x1D(JвA‹5\n
    ö\f`
    """
  b"›æ\x13‰¶–H]›j§\e[\x15½÷"
  b"Ø%!¼6│ERÇôä³/Ü┼ð"
  b"ØB=├ä‗G>À¬┌Ôûã²P"
  b"ØU®\░µIÎ▒N\vòñ\x00Ï×"
  b"ØÇ)7▒╩G×ùaå7ã¹áÎ"
  b"ØÅ¯Q░¿D)▒]¿ë5╦Åë"
  b"Øû°ÖƒþLôªù§n;S\x02±"
  b"""
    غ**\x04zA´ÉeC®$\n
    \x17\n
    """
  b"ƒ╝+à‗ZE\x7FÆù9_ìPÖº"
  b"ƒ³¦²┤DNJ╗`É"Ù\x04C\x0E"
  b"¡VðÙƒ•NU¿,º€{É\T"
  b"úÜ┬6>ðN\x7FôW┴ìGÛùñ"
  b"£²³ÿð3Jâ•í·W t_€"
  b"¥¡J>¼®B7†×\x1A.\x03.-…"
  b"ªoiöÐdD<öþwüz╩ZÄ"
  b"""
    §\n
    Õ¡ž`C\x1Aµ æ¦o¶›à
    """
  b"¿\x1CߺÐÙFd┤ì6kþ▓Àl"
  b"¨PLA£/A;‚$sÈNr¥Í"
  b"¨Uy3ñwB\x1E©\x17*³¸Þ"³"
  b"¨Âç¤5!Bþ»@”Ø$àÚˆ"
  b"¨ÍÂhÎ\x05Cü¥\x7F9A¿dcz"
  b"©+\ÑË2C\x1F‰NüA³¿9í"
  b"©j¤E,ZCõû$P²ƒ\x07P"
  b"©‘€\x0Eˆ\x0EHÚ™Ò3ÇÆæ®¥"
  b"®´\x01╝ücG\x0Eä\x13ÂÍ\x12+Cw"
  b"ªÇäàô(M–¹"l_ð\x04‹¥"
  b"®AvË@ÛH*€vžv±2-”"
  b"»Â=ùü/D/¡oLv±°═ë"
  b"░²¬°v§D7ô░*═ÃÅ╬÷"
  b"±H¯\fï\I[ªxÄ7öIz¸"
  b"▒žìǃJ9ø²d┴\x04z╝D"
  b"²kC\x15hâI@°ë.žƒQ–:"
  b"²´\x07ÖnüGË©GT臯\x18¢"
  b"³«I\x04Y«K*¶¢_R\x1EÉã\x10"
  b"│¼=õ\x12û@ü│▒\x10ÏPÆ\x01"
  b"¶U\x03ÇË\x1AM†«UE<D\x05\vŽ"
  b"©2wx\x08ôF█▒~É\x14\x0E8uÕ"
  b"¸çLwÚ\x1FMëªÄj\x12­ç­Ö"
  b"╣~ù»┴S@Féw╗`┴╬.Ø"
  b"\x16¼└\r·FÌìIt4£"
  b"¼[?ò”’M±ˆ[tA}ó´Ñ"
  b"¼iÃ~Ž\x04IÏ¡3|ˆ\x13i( "
  b"¼vÑ0\x08KM:”~žX\eŽ&O"
  b"╝╝U®uALÀÆÕyþÅQâï"
  b"¼î|ŠW+H\x0E³ˆ\x16¶„\x01Þâ"
  b"½yr@]ŽKí‚\x07*§Éí\x04é"
  b"¾tWò8¢D\x18º\x07£‡\x1Dq\x18û"
  b"¿\x1CdvÂ\x1CE\x17‘ûŒR„x˜™"
  b"¿h\x7Fu|eJƆw\eÙòdòy"
  b"¿Ü¡/I¢Oì¶›®¦a\e’Œ"
  b"ÀÞd[:þ@™š3FÜ2\x1F†¿"
  b"""
    Â\n
    ”lâ†Fï¨R=\x1Añ˜ba
    """
  b"┬&qÙ þGôØú£Î┌K¾i"
  b"ÂúÖˆ\eØH ¿6\x042%…¡""
  b"ÃW»Ë3fHò‘.x\e,J»¿"
  b"├ìv;·|JÁ│;gF½þõk"
  b"Ä’úÚU*Là¢ÏwÃuŽkŽ"
  b"ÄÒðÆÍÏEE‡\fý\x10¶ñ—"
  b"Äð®ˆpÉA(¾®Aa:w$Ì"
  b"┼║`V"ÜC!½?ÒÅ«=VP"
  b"ÈJ!†'_I\x13³çrKà'®}"
  b"ÈZ¯à\x1A\x0FMÈ‘pÊ-R;¶N"
  b"ÊpÌ|\x03fHb°[¿_ªþ›È"
  b"Ë\x12rL”\x17HF³>*{IgŸ\v"
  b"╦à¦8@¸B╩╗üÜ~*Ï[p"
  b"Ì\x02Yjè:NV€ã“\x1A¡ „õ"
  b"Í@¹8®RC\x02¦MÖ±©S+J"
  b"═█øSÑ2Mdèsi"\x0Fw\rü"
  b"ÎbŽ•c‚NÁ«R¥3g\x1C"
  b"╬áÇ|ÅLD<ù\x13*äqC\x18C"
  b"Îä[ŠR<M§¶­^hÆn1Ÿ"
  b"Ï&œBf\x14MM®~\x1F‰9\f^i"
  b"ð▄£ÌµOE\x18êÂü"»\x00\x168"
  b"ÒQÿkB|N\r”´dÒïq)@"
  b"Êå┐¸t$O Ø┼\x0F─Æ1Ëe"
  b"Êú·│­l@Gºp╔üNmw*"
  b"Ò½\x11õ3\x14IG›¡Håìrô¯"
  b"Òùn\x1E¨°LI™gð›¸ÈóP"
  b"ÔL³b±ÍI\x05³Ý`\x05çñ\x03P"
  b"ÖuÕõ¤\x10LE—èiÑ\x12ÍâÐ"
  b"Ø\tM\x16SœKÕŸ\צ\x01ZÏ£"
  b"\x0Fi_╝ëF\vüß\x03û│QÜý"
  b"Ù\x16\x12Æ’-@|¦Ilö¹s»E"
  b"ÚI{®D}HpºKïÛÐ#ˆ\x1A"
  b"ÜÌÛIýëJ„‡ßj\x12ç\x02çQ"
  b"Ý\x12™æ£\x15Fö¦Yà_¨¢d›"
  b"ÝŒpX\vîAʸ԰.ЛGõ"
  b"¦Ñ▄\x1Fc╠EcÅÃS\x08{ÛØw"
  b"ݹúµUHOü¡ß\x1E‘l}Jo"
  b"ß\x02\x14!ä¢Il£eÛ€¾ì{·"
  b"▀ly6Kí@iØÏ£Ø‗t*\x1D"
  b"ߦö›9-Kü¢ÈP9S@p\n"
  b"à-½Ø„\x17NÇ›—‹ò8ø„€"
  b"àæÍÎQ<On¼ì!5.ÈŠ\x01"
  b"âWFÌ,\x00J¾µzSË×gØ…"
  b"Ò|\x0EvXÉD´©g&äB-Ë╬"
  b"ㆠGí»JI«L\x7FÔç`·È"
  b"ãÕ³v]\N\e«CÇ…ëÄ\x03x"
  b"åÜP2/aL«…è\x7Fã—%\x18®"
  b"µÈüL]RD+í&©>&q\rÌ"
  b"ç/•|¦úH\r¯¾)mˆ}&\x00"
  b"ç?2.à\x05K\x00Žg~‹~"Îú"
  b"ç?G–¼âBA¡°\x06ÛVÓ(¯"
  b"çT\x1EmS’@\x0E±.{\R§\x7Fù"
  b"çgŽË²„D4”\x08ø€b‹·¡"
  b"þÍéÜÅ\x02N2®┼C»\x15÷┘s"
  b"é1Hh\r\x1A@0³Üä½³£\x01["
  b"ÚU║+¿nCcôaIÙ\x18Å1P"
  b"êwˆÕepG\x18¯\x18J˜ûf„f"
  b"ë8œÛ­¥E`·  pÏ]^‹"
  b"ëÏM¤¥wEè™\x02æV+YKž"
  b"ý6S▀\x0F┐LG╣ª¶¡ì·Ô9"
  b"ìay„.•L\x1F¯”{XÒÈIŽ"
  b"íAn\tÿîGï¼_BÿTˆßp"
  b"íçr\x10h¢H,§ˆ§¬mŒB+"
  b"""
    î”`\n
    7±KO­Há¾\x03?V­
    """
  b"ï;T‚y¶IP³×õ\x03¿ÁÇç"
  b"ñÎn\rc¿K\x19·Ã˜Ô,Bȧ"
  b"óTFHK\x10K"Ž\x13¯Ð\x01ÚCl"
  b"óª¸kn1I­‘ò'xI\e\x18"
  b"¾Ý5#jóA^▒_Åy╦ÖÉ_"
  b"ôÚ\x1EU] G†²l©ÁR\x08É"
  b"ôÛ†D\x10\x1CF´²¬Ï:\x12\x02\x18ø"
  b"ôõÒÖ\x0E¨DÚ·å™ýýÕM\x1C"
  b"õßh)ªQ@‘¬ªK¿¡5¤|"
  b"ö\x13ÑJqÂI"µ^\x1C\x04\x15²Îz"
  b"öÙ}\x19\r\x7FMÔž\x01o” \x10Ô•"
  b"÷\x10c,0ÄBù–~ÖužAD!"
  b"¸d_\x19îÅMxÅj3║§\x04═Á"
  b"÷ƒ\x17âŠÄHÝ©©ý1W²ÅÓ"
  b"¨<i?XôJ¿ÅF;Æ]ÕÑ┌"
  b"úïuÔ\x13\x19A·½Œ4ù\x0FG4æ"
  b"û#:=ÉjK²«ÜK‹IR\x19?"
  b"""
    üÁªSÖËE\x04³\n
    o“\n
    Y“F
    """
  b"ý@<\rî,AJ‘ö‘’b,\x07c"
  b"ýN\x0EèŒzF ’sE‚ùæú="
  b"²┬IÞMÑD▄Àí-Ï\x1D¢¦ì"
  b"■HrÉñ└Oý¬=¿█5ƒtÙ"
  b"þ»Ú~'º@”ŸWÑ\x18\x11{ñ"
  b"ÿ²×t(ÝGIž¸ˆÝSùUÂ"
  b"ÿ»Èš‘\x15K%˜\x07\x1Dƒ 5T~"
  b"""
    \n
    ╩r─rcN»ü_[a¤U(~
    """
  b"yH$\x07ØåE¢´Òfë\x02XP,"
  b"„håÇ\x06%I̱¯\x1D\x19ä%?à"
  b"ÉŸÔè<œOm“¯¿:öÔ›á"
  b"\x06ܰNê“F%†\x0E…Ï>ø4Ê"
  b"""
    \n
    9}‚‚\x19Kç±µ¥Ý™Á\x08Ï
    """
  b"\x18ÿB\eý\x12BÁˆ ‡·Ž™fõ"
  b"""
    \x1C\x17\n
    \x1F£ìCX▒Jtr+0Yî
    """
  b"#¨ !ÖçI'ˆ\x08’ð~E\x11«"
  b"N+?klvCQˆO_æÙ%ã3"
  b"S†¿ëWªG÷­,Í3–\x0Edx"
  b"qD\x0E£%’D9¥—¾ñêá†X"
  b"~Z\t\x17œ›M׌H!ãt£\x1Dn"
  b"’1ô\x1E\x03\x16BÅ”\x1D“¡<¶×\x0F"
  b"žš–\x12SöK†¢“±0\x08p©)"
  b"»¦ÌD\x17„JFºÙÔnqÒY\x1A"
  b"œÇ\x08O+@u¸É\x03*^8±°"
  b"¤Di\x04\x0FÎFo¿\r̦ü¹°ä"
  b"Óp\x15ðŸ\x03Iù¯!c²èÒ¨Ã"
  b"\t\x05ÿ\x10ULFÑŒB\x1FÊò¶õþ"
  b"\vű¯\fÑJBÁøpÁ \x1E"
  b">|wÛZÈGè£Ç¬‡tz¡ó"
  b"Cr\x14AsWF\e¸\x03PH\f­:\e"
  b"Xfœ\e%ÿL{™¬P\x04u9öæ"
  b"X¡`éÒ¢E╝Å╝ıuúLG┘"
  b"[\x7F\x0E┌ÜöLU╝þÉ┴B\x0E÷╠"
  b"z\x11Ç\x02N\eM7žßú ¤m\x1Fg"
  b"z¦àu}£E‹Œñn¼’é!@"
  b"\t wxüDB†dþè6^Kà"
  b"š¨\x7FZ\x04‘G\x1E’EaË»ŠDi"
  b"╔╬ü¬‗XFÃÑ\x06║üÐìÄ▓"
  b"ìɵî+ãLž¸ù\x16é\x02ÕN\"
  b"´X¡3üfB/ñÈ2k(õ±W"
  b"\f\x0FgñFDKX¬\x06éØ\x0E\x1AÛF"
  b"\fnšJɦA¦¶ðF\c«^«"
  b"\x0E'IZ\x0E\x1FAØ¡¨Û­ã|╦û"
  b"!N6² {L‘…>‹x»rnÌ"
  b"+´à\x05ïÞD\x13ü█ð└kå¶\x1A"
  b"\x12IÃVJ¼žðÚÃ:\x03\x17"
  b"""
    :)Î1(uM7¦g‚ûÓ¨\n
    2
    """
  b"EŠ«cëwI\x13‰9aØr,!±"
  b"aÉ.{\x15\x14Eòò\x12~vi6åµ"
  b"ìÅÅæÑ®AlÀ÷8M³VñY"
  b"ÿÅêaúØCÆçA¹\x1D\f.VJ"
  b"¢¬\x02³\x14ÔD™Ž\x15\x15ýÙíQ÷"
  b"¦Œä·ÞÞD¿Š(üë\x006ܹ"
  b"¬²æÍ¬cA° \x08/‹¾:ð\x19"
  b"³þc®™\x17C\x11°›e/´·ˆP"
  b"¹•ʼx\x08Aó¥\x0Eɬï"
  b"╗╔»\x1A¡\x14H?óyãiülGJ"
  b"ÂM%4QFLžª,\x1E\eù\x7F"
  b"ÃVu\x02ôGHÖ»e…_KÉÇÕ"
  b"Ë\x18Ã[Ù·NfŠq,2K.§\x7F"
  b"׿g’è°@À¡\x1Fz[Ô„\x15]"
  b"î@\x1D*ÌALþ…!@•aÚ^ð"
  b"ÿ㬪H*C ±y/MÐo’""
  b"\x01jFÅ£\x1CGú©0Y›@D s"
  b"\x0E••<X_E/Œ‡ëôc/iý"
  b"\x11ÔÉgìäCÊûÃÖµ\x13Àîk"
  b"\x1E¹ÿd.úFjªý\x06 oì݃"
  b"8£Â:~ZMP¦cÁsççÞ\x17"
  b"?1┌Ð__E±Égkp\rá¶¡"
  b"L$\x16úú(KU¿\x12F´¿k–í"
  b"R\x08r&ý±J§‹\x05–i‹\x10Ü4"
  b"Z─Ò½▄ÂLU║tí┌ÜØæ┘"
  b"`‹{æ\tÁJ,µ\x15úÒ6Œ«%"
  b"q$¼ES~IÊžÙÉ\x1E]\x14Çé"
  b"ƒ)¥NlÂDOº:hºÃÔ…q"
  b"ŒÓ#\x11óÜF+‘ù]”^¦r§"
  b"ò÷tæ×öF*üÇ\x1F?âÖ\x15¨"
  b"—{„z ÿJÚ™W7ø³iI‹"
  b"""
    óaùìıéA■ 2±1C\n
    Ó
    """
  b"¬\x13#└0nIáî¦%XX\eÊÉ"
  b"¬7X7Ú1I\x1C€ë\x13#B¹eL"
  b"©┴z\x11?LB\x13¢?©F\x05kØó"
  b"¼ziB4îB¶˜É?›žƒ!*"
  b"Ü»5ÊŒµK´…­„ÌâÕè3"
  b"Ýóí§U:B\x18”€WþùT\x0F\v"
  b"ß\x08ûù\x15\vHÌš\x17\x199\x11{_"
  b"ß—\x03$’¶D-š9kBÇyDã"
  b"ÓIÜ~.hKÅñÑJ<aÍ­ê"
  b"õì$%╣þO%ª\x14äGd mp"
  b"í\x1E£‘ŽBC›¥hÎ(y3u"
  b"îï¦#.·MÇ•ª_Wö\x02ÓË"
  b"‹Ø½[W\rIG‘ O(¤áè‡"
  b"""
    Àf:=\x04–MΟôŠ/\n
    dþÔ
    """
  b"ï2·ãƒ=Jœƒoš=üIBŠ"
  b"=PÍ\x16ŠRK\x08¦WU\x16-+$x"
  b"Xf\x05ñ]·K═ü‗¥KÝ‗Û@"
  b"×■ç4ü}C1¼ç ¡\x13Ù█╠"
  b"\x01÷y×x¬Dèü\x03_┌¯Æ Q"
  b"\x02Rç0Œ\x02EU¢&%]C”Í\x10"
  b"""
    \x03\n
    zÒmfJµ€MÌâ\x07Jï¦
    """
  b"\x03\x1F\x14ÚE_žñ¬•\x15&\x07m"
  b"\x04\x189ÐB@@\x16‡9Û\x04õŸ1æ"
  b"\x04\x1A¯GFúšã\x1D:ýèT§"
  b"\x04Éú\x15Í.@iåxNÛ┘%û|"
  b"\x04ɨ|ªvD§ \x1A¬i{\eûD"
  b"\x05\x05ÍS|PH¤ü´%c\x08│°æ"
  b"\x05\x19í\x18©ÄI\x16¡Ø°Idëe®"
  b"\x05ë\f"\x17ËJæ•S›©\x1F®í¢"
  b"\x06æX&\x008K •yFæ\f³ìz"
  b"\x06øûe¿©N\x14š½ÿÎõMêf"
  b"\x07Љ%\ÐI\v¼è§\x11‡ë<7"
  b"\x07¤3Œ)3I0•’Gg“Ÿí\x05"
  b"\n!多\x15Nð™'Òñ\x00èÔ¥"
  b"""
    \n
    ±\x10×&AD_”Ï\x05„I|Ž$
    """
  b"\v\x18œ<€kB®‚k\x18§\x00M‰¥"
  b"\f\x14\x01¾\x00NK;‘0³pf¢~N"
  b"\r8"═\e█Jj£\rKÔxÞü."
  b"\rê½/\x17PAÕ¡a~RÿÕ?_"
  b"""
    \x0Fæ\n
    [²·B–šìì‘\x06€n˜
    """
  b"\x13åw‰ï’Om•ÉÇh\x17×ÛÎ"
  b"\x1AƒlNÁ½AD¿Ñ\x13c\x17©3’"
  b"\x1A╗▄Ìû¤G¶ï«mD\x06â[ì"
  b"\eÖÞ!ÒYOÖ´•a2ZÁ6Ô"
  b"\x1CK¯–ׂC9¶ØÉyÄÝ\x19\x1D"
  b"\x1D„S~íÕH£¡®ÞÂþ#\x0E\x16"
  b"\x1Fqß½t«@5‡Q\x1A†ãZ{¥"
  b"""
     dı╔¶\n
    M\x0FØþfÄy÷└<
    """
  b"#è³,àiOóíØÙB┘\x12b`"
  b"$\x04(•°"Bàˆ5ä(Jð…4"
  b"$2ùX”ñA“Œ´\x1C¼Ã—£\x01"
  b"""
    'tðÔ\n
    UN»³D\x04í#Iìù
    """
  b")cÁZ+\x18K╩ÅÂ\x11Ì\x10»§|"
  b"-¾q\r¿?@æ£y‡>Ÿäpv"
  b".W¡,`\x7FGF»<\x08bÂÕé–"
  b"/cê\x10Ÿ4F>ªÄü\x1AÎØ“\x0F"
  b"0cRœÒËLS£òÜ]rÇß_"
  b"2 t6÷°LQ¸\x17Ø5fvr¸"
  b"2(«\x07à\fKð¢/:€Ôèw¸"
  b"\x14PíÅAñ»í9ûvØ\f"
  b"5█}Å©áA¯╣iT!\x1E╗§­"
  b"6‰Ê¿\x1F¬@I¾ÆCš\x1ATue"
  b"6ºÈ­ïQLª­¼\x1D0F+ ý"
  b"6à”&q[E(ŸË†|FMFÞ"
  b";‰Ç‹TÇGr›¯Ôf)\x06KV"
  b"<Ö”Àž'N¡¦ð©";Çûã"
  b"=–z×Y.O\x19ˆ\x14Õ\x08Z%b-"
  b">«°Í–\x11B\x01ž5ѾÄM¯E"
  b"?»ÕÚíƒNÁØGð?ÿ┌âå"
  b"@—Q\x00¾\x17@ç›H²\x04\x18¤\rš"
  b"A8`\x19‰ëCR¬¡ÁM\vÎâŠ"
  b"""
    D\x06\x03ØþuC\n
    ©Fs¬Ã\x0F▒Q
    """
  b"EË•g½\x0E@;¸R\x7Fqþ¡G¢"
  b"Fd\x16ÀW±Gm£ûx¾ÏЦŸ"
  b"Fåê\x18xCF&¢\x06^\x16sÄ;Ñ"
  b"Hs/.‹µI´žîÒªMÏŸ\x12"
  b"IjY‡”MBž•SÍ•¥y”Y"
  b"L\x11ÆXÅ«G▀à]T´9æ³£"
  b"M\x07uÊþÇL9œ5\tfýíåØ"
  b"P±@'&°J(°Ô¦bùIOA"
  b"R\x06¥ÿ\x0F?Oæ¿—…¾wFÁõ"
  b"\r\x02NB½ÓàÄ\x15~\x19="
  b"TÅ╣└N7D¼ë8*íÞ┐\x05¤"
  b"ZSS7×¢Mn©Ý–Ž„Sa‘"
  b"[g¹\x18 éF¡µ9\x07\vJP6Ì"
  b"]hš\4ÄBѲZ\x03[-&q_"
  b"]»x¬&@z¦m\x11"^óËî"
  b"_│WûØàO¿▓J±B╗@pþ"
  b"aŒ6Qï#Oåµ?ñ\vénz\x16"
  b"c\x1C£•yùMF¿Õ¡Uh‘-‚"
  b"eÜ2@p@Jù«\x17œðcpAÒ"
  b"\x7F\x1EÃ?AT‹L7Ùƒ>ƒ¥"
  b"m\x14†uqœ@‚¨ÎF\x0EàæJF"
  b"m┴Cçd\x1FF\x15ƒ][¯ü8├\x04"
  b"\x17QîàFù½¯iDrÒ6z"
  b"p<¡ö»¥F±íÒzÂüµ¯i"
  b"pp\x16Í>MK\x1FºÎàq\Ÿ°9"
  b"põ}Ôç\fN‰¿føüH0™Ê"
  b"q¤K ÁLЦæÚ|ès¤\x15"
  b"u\x04\x16\x7F&\x02Jö©4ìïÈ0\r¥"
  b"ufÁúÉ}I‚‚Çå¹ðFˆÀ"
  b"uh\x06Ì\x16œBó¬\x18ØË\x03¯¶²"
  b"wÉðà┼ÃJìí¬W\x12┼´Gƒ"
  b"w‗┘\x02<ZEôÉ1Ǻ ¼-█"
  b"xVøëžù@Z…\vö^ÞP›™"
  b"xò¶\x03º¸OÑ•„"eIvêî"
  b"""
    y"\n
    \x16èºD픊Ô\\eIùá
    """
  b"y}'ÚѺHÅé═±¹`GÀ~"
  b"yÒÀ4\x03çJ¸½ÑÚìzU█H"
  b"\x13\x02\x07lL\x03Åc\eú2wR~"
  b"z.ˆày‹Gh½ì\x12\x11\x0F°yõ"
  b"z8:´Ü‰EH†J\x0Fÿl\x04Ï`"
  b"|qÎà£RIú—_`"\x19*x+"
  b"|ÜVîÕ\x08M\x15Å'L\x14"\x1A┼r"
  b"}.ðº»\x7FLm«V0P\x1E\x08¢Ã"
  b"}†-òÃìIâŸ*ÔÑ\t¶Ñz"
  b"}Éí_Ý]Hj ƒR\x12Á„#+"
  b"~Vo\x14ß{Hî‰\vÁlU\x7F‘ž"
  b"€9\x07!ÏÅFd² \x1C»TèØ;"
  b"ƒLçäÝQCn¯O¾í\x19É©ì"
  b"„Œj 1\x05C\x12‹á©—®]/\t"
  b"„¡ÃÑ}\x13L… S@nUµú4"
  b"‡v…«f¬O)ƒÜ=4ã&T¡"
  b"è%\x1E\x00╝©CCÉ▀v¸ñÂUö"
  b"Šèe@Ð\x1EHK»9‹K\x1CÚ?È"
  b"‹\\x15âoOF‚½—UÚ\x05G]y"
  b"‹ zWT`IcŸ[–[“\x13"
  b"ìqï.┘ IðÿÏ®─rVp\e"
  b"ŽÎîœrÕIô ê˜XHð\x06ˆ"
  b"\e\vàå\x17B\x17£+<\x15n¿x\x1D"
  b"‘”D\x08\x13©Mnµ\x16S¿‘‘jb"
  b"‘–G¶m¾E\x0F­±\t þ±Ö‡"
  b"\x11RJªqD`©¼—?\x16YF‹"
  b"•këep-Bx„ùÖÚÿ×Ö1"
  b"""
    òt²\n
     \Aé®Õ╠╚C\x07
    """
  b"û\x18╬JOh@]ìêè˲\x1E"
  b"""
    —q+×&\n
    Má–P\t0åŠóM
    """
  b"˜\x17\x1C®ÍŸNÕ¹$Ø´ÉŒ'?"
  b"˜ÜÉêñELj°ÀL7\tùÇ\x08"
  b"™F£N8ÔD>‡¤/×h\vˆ\x16"
  b"šÄ68·ÅJœ\x1ApÝÁÛy\x18"
  b"\r$¼]\x16Du¿\x16AªÌîÑ«"
  b"œ\x12òd2w@|š¹NŽ3‘§Ÿ"
  b"×┘¼µ/ÉDä░F¤3\x1E$×a"
  b" ôÂ7\x1A2J—«SJØÈ»\x15D"
  b"¡\x08U¯h6Fùž\x05\x11Ї\x1C§ö"
  b"""
    ó\x18ÜIåjJ&║\n
    ¶³\x16BÒÅ
    """
  b"£ž\í’øO«“pi®iÌU"
  b"¤_-Š’ƒB1/èC¸‰"
  b"""
    ¥™-T0SDJ•S¿\n
    ˜‡\x1C\x11
    """
  b"ѵÒ\x03S³@<ü³C╬ª2\vç"
  b"¿úèG«¨BAØÏï\x7F­~Ä\x1D"
  b"ªCJ\fœþCò“”×\x17!i†Œ"
  b"¡å>G\x1FÍJD®▄à\x00oüÙ£"
  b"®–Ó!½³C˜“1aQ¸\x1DÁf"
  b"¯Õ€µd~H\x00Ÿ²Ž¾ÃãîÅ"
  b"°p•3ƒôB –w'žµ3þ."
  b"░°├ÅÇeO¡┤\x03üþ█▒!Ü"
  b"±"á>·”B¶„r<;Þ¥,y"
  b"³–j6¸YF]¶êC݃\fÆ4"
  b"µàÒZ1 Oˆ™ç†ØëÛÕ¢"
  b"¶;\r\ré¬Dä„òÜÓô<žÔ"
  b"¼ÐyéÌ;Eæ¢x]\x14\x19¯Õœ"
  b"╝ð­\x0FضM²▒\x0E┴GWþð╝"
  b"½IޝýÕItŠÈµkÓt+\e"
  b"¾\x12À\x02\x01JGǪ‰¤û£F¤²"
  b"┐¬║÷E\x19@ÎèÉ[\x04RÞS&"
  b"À\x11±\x02t]Hó¯“\x11\x0E\x7F‚Q¤"
  b"À‚°ÖùÿD¦„úFl–™ÐX"
  b"Á\x07îÖ\x16ÃN\‡DjhKKLÀ"
  b"Ã\x10\x00¹Ý\vBDZo\x05¥æ\x1E­X"
  b"─³>╩▄\x1CA^ØÅAY:®D■"
  b"Æ\x18äøJOJ\x02\x01<|þ³jd"
  b"ãc\x14\x1EumI╦¿÷ص÷\v§×"
  b"ÇþÕeHBMŠ·]¹É3иÌ"
  b"È$Kè“nE`™Tɪ‹ýûu"
  b"É\x02•v¢nN*¾\x08äê\x07§oè"
  b"""
    ╔Jp\n
    í╦Kÿü*<cM=▓ 
    """
  b"\x19JG«¡N░¢ìùüJxÄ)"
  b"ð!©>!/LxüI▄z5¿òø"
  b"Ð¥\x03-MýHv ¨âš¹A“ù"
  b"ÒVèØ\x06bMþ‡ëw¿'.’³"
  b"Òt&ÈUzLĽííÁ~#û˜"
  b"Ó\x7F4×’˜A€ªÃ1'¢Ñt‘"
  b"Ô„DVR~GÚ°\x7F…UAÓ¼~"
  b"Õ†ñ鍯A,¨\eýÕh]âo"
  b"ÕÂõ£—PAk‡[cöƒ\x07R{"
  b"Í&?ó,ýGQØıT║\x13\x1CÌy"
  b"Î+èkìVHm«¬+È╝\eÚ$"
  b"Ù\x05ãÌÓ´OX¹×¶Âf¨³c"
  b"¦ý8Ôã╚E\x14¢ì'©;Lå\x1E"
  b"▀#þƒ\x17öB\x15ï·/ì¿õ'ÿ"
  b"ÓÉÞÞ;▒O@ø4HM»j63"
  b"ℎÚPjHÿ‘‡n'ʇ\x0E\x7F"
  b"âšÑ…ü0I.½\x14¹K¿÷K£"
  b"ãç\fŽ~øKe‡{Ûþ­Q!Ž"
  b"ä{\x1A>ë!N᥷1½zý8ã"
  b"åg§j\eˆ@|ªµR94O>A"
  b"éCHqëßKežä+t†GN³"
  b"íVK˜\tÇGSŠ’/^¦\x02R!"
  b"îÆ³é@-A¤™\vS =Z š"
  b"ï'YœoDBU™Š\x16zñ;Šä"
  b"ïSÖ’ê—De‘i‰T˜t5^"
  b"´s4%▀╠H┘Ø░.`pè─""
  b"´ê┼ÉÌñNÊ¡)\x04×îjì­"
  b"­:¯*zwJ¢×±çs\x12Å\x11î"
  b"­¥Î@º5AµæÝO7eØ7¤"
  b"ó)ÔÑmŠNä²p¾¬¤Æ%\x07"
  b"÷öVìhcC\x17ì\x00ªò\t¥´²"
  b"÷íÍefÑL▓¬½Ý¬\x1DN+ì"
  b"ö¢4T{AD|’nöͦÏR~"
  b"ù‘H\x02]-C왯 è>{aN"
  b"üÓ™\x7Fó9I\x1F«j]Š@q'Ä"
  b"ý\x07Ty{\x12Nô´äCƒh§p8"
  b"ý\eê@«úH~³¼<­×\x05"
  b"ýv6ì…¨D‘Œ|\x05ÞcÍ_P"
  b"²ç`?\x07®O2▓ðìÁ¦~\x07á"
  b"²ÆÍE|/@ß▓í╚*ØZËP"
  b"Åa█║SéO█Æ2Á?\x11\t"
  b"õm1¢ÜèL\x10—€\x1DÀàù²ï"
]
87 0.43 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
88 0.36 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
89 0.18 ms
# sales-channel::load-analytics::read
SELECT `sales_channel_analytics`.`id` as `sales_channel_analytics.id`, `sales_channel_analytics`.`tracking_id` as `sales_channel_analytics.trackingId`, `sales_channel_analytics`.`active` as `sales_channel_analytics.active`, `sales_channel_analytics`.`track_orders` as `sales_channel_analytics.trackOrders`, `sales_channel_analytics`.`anonymize_ip` as `sales_channel_analytics.anonymizeIp`, `sales_channel_analytics`.`created_at` as `sales_channel_analytics.createdAt`, `sales_channel_analytics`.`updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics`.`id` IN (?)
Parameters:
[
  b"³µÝl3BJŃÏ×%÷3Á÷"
]
90 0.23 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
91 0.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/3abc5229293848c9b2fc1b27fd3d8421"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
92 0.34 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  "VerignDvAccessibilitySw6.%"
]
93 0.18 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "VerignDvAccessibilitySw6.%"
]
94 0.16 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE (`language`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
95 0.21 ms
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VÞGÀŽÊMT“*¸Æ³Qqƒ"
]
96 0.26 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:
[]
97 0.15 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
98 0.15 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
99 0.20 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"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
100 0.50 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`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `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"
  "SwagGmvReporting"
]
101 0.34 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`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `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"
  "SwagAnalytics"
]
102 0.16 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
103 0.48 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
104 0.49 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:
[]
105 0.26 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b":¼R))8Hɲü\e'ý=„!"
]
106 0.17 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
107 0.71 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"
]
108 0.42 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"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
109 0.63 ms
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` WHERE `theme`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"™²$ßâ\rFé¬!¯Ü\x07Á\x04s"
]
110 0.65 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"
]
111 0.43 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"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
112 0.45 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`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `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"
  "SwagAnalytics"
]
113 0.40 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":¼R))8Hɲü\e'ý=„!"
]
114 0.37 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"%\x14H╣\eÃBÌàd?_╠ÏÉQ"
  b":¼R))8Hɲü\e'ý=„!"
]
115 5.75 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/3abc5229293848c9b2fc1b27fd3d8421"
  "/navigation/251448b91bc742de85643f5fccd89051"
  "/navigation/ec2a4d4fb4474b5088b03df523675f08"
  "/navigation/859156a63cc442008cc67aa14505a8ca"
  "/navigation/4851ecc7788447bfb1e74f488e708249"
  "/navigation/2350ba14e89143198d72042128b8519f"
  "/navigation/f3f47b57953b40afb23cd462dda41731"
  "/navigation/075251ee45644d14bfeae2fce50073a0"
  "/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58"
  "/navigation/07d6d4c2753d4315814435763a756eb6"
  "/navigation/4784c622e7b34b139d9852ed9fb53adb"
  "/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c"
  "/navigation/7ca22766fd2846b39712928cd77b169b"
  "/navigation/cc590dbc44b740169864cd7c989ddad0"
  "/navigation/275477acc6364fcbb3d3bfbe17317800"
  "/navigation/57e065cd29a24cb3b2d9fc39fc2abf50"
  "/navigation/aefcfa1180634bb98635452ad2dcdbf7"
  "/navigation/bda1448fb6f1449eae78e06d3dd07df3"
  "/navigation/2c38112820554a9598f0c8e77373625c"
  "/navigation/310cbec927954c1ca5d68a3a49b532c7"
  "/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa"
  "/navigation/c7643e90932e42f594f15a536998ed66"
  "/navigation/514a31209c6e45c5b7f05cf2ce9205fb"
  "/navigation/8539a768e5ce4f168833f890bae1d0a6"
  "/navigation/0923017eea79437bb043b5b0673e115f"
  "/navigation/c6f322e9a6294eb896f7bb669251f305"
  "/navigation/8cfeb9558d524e17827ec792492c9122"
  "/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3"
  "/navigation/a3668172f857425f9bfe53224046ba51"
  "/navigation/505fcc508c4e47eb99d8e4627fe8bd32"
  "/navigation/82738af02a084bbdb851e11e8ec598dc"
  "/navigation/aab03d74404b481ba120fb9530426d47"
  "/navigation/018c9125ea874ae287429a2cefd1f2d0"
  "/navigation/1a5c6210666443f19920fa7686428657"
  "/navigation/76780ee5e68042aab5f6574d7e25dcd3"
  "/navigation/bef74106cc0b4125978553246ff16ad6"
  "/navigation/c4aa5e8624d24b30b0312e22701162d6"
  "/navigation/c6dc84aee6e1469696ac2299c312fde9"
  "/navigation/d62f763a8391413b81a164ea482db739"
  "/navigation/dfdf2340aca14881a6652d08e7656163"
  "/navigation/ab1de20b216545318a6cdad2ee7e2a82"
  "/navigation/afed1ddda6d849c49d00ca0932a75b70"
  "/navigation/b55d905661614a2fa7f585ef697d6cfe"
  "/navigation/c7156d3692b345c69d8c93126625814e"
  "/navigation/004440dd20754671ada9bf79a2b75fbc"
  "/navigation/0b73a534bf5044ed9dd6af4e301fc006"
  "/navigation/c9d1a6f276f24c67b7c66222804db52c"
  "/navigation/f57dc8356f054004b0b2ae82257e6ab4"
  "/navigation/cd3cfa833d6046b89a14935aee1a7f8f"
  "/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af"
  "/navigation/a316e8972e0041bfa756d6f7acc23e7d"
  "/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6"
  "/navigation/eeadca367c544275ac141449b234e23b"
  "/navigation/0efa889b062a423c8fd11a73b02e28f4"
  "/navigation/52daaaf1c14242d699b579aa2eadba48"
  "/navigation/8537420f2eb44ac297adf8c04e163b3d"
  "/navigation/d9db2acbb0ef4cfab89a07bc122d204c"
  "/navigation/f501cdbc9c1c4609a8a519e227fc2bef"
  "/navigation/f59522a887f947d8864e42c4ebc39266"
  "/navigation/f9e2050944fc498ea0537fdb55cba37d"
  "/navigation/882667d91b2d4ab5a8cb33bcce661e38"
  "/navigation/35da856933d947239055eaf099933e29"
  "/navigation/4e2522fa9ec04f46bcab12cd36925cb6"
  "/navigation/552f1d0a97d7418d822959705696a65d"
  "/navigation/7623cc38e1154a2797227b05b7d74503"
  "/navigation/78c4ca0a6208486cb940907b1298f747"
  "/navigation/37476b928c114f0692ad5a37af14e66b"
  "/navigation/d3000e05adbf41ccb0952539c25cb21c"
  "/navigation/1b15b427e9cb40b28d537a893668f15a"
  "/navigation/43c83d522870493a8ab2df8abb5d556c"
  "/navigation/49f823826b384871aec230ae7ee2f154"
  "/navigation/e5a13fc2f1c542cd9057c9488b5c559a"
  "/navigation/01fb819fa75744c8a56fdc0981381ba9"
  "/navigation/7182c23f1e214e85adba25d65afe398a"
  "/navigation/73045f602ad1421fadf76dcecc9ca960"
  "/navigation/89a9b23c1a8b41c2bb4a66032fda3981"
  "/navigation/a585c54285844d1ebd1a64392ed3ee8c"
  "/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f"
  "/navigation/c76f09f24f1942b1822fb275e0080db3"
  "/navigation/e10596ecd9474c998247ceb3e50921c6"
  "/navigation/01797e0437b3448db94e690f14f43e5f"
  "/navigation/7b34af3a47cb4c3ba3188ed1cee83967"
  "/navigation/7758ea41858d4231ad3623921c73e531"
  "/navigation/68376253ee4542d7aa4d93ac4958eb0a"
  "/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e"
  "/navigation/d867ffee71f646f09b1c069b267201e0"
  "/navigation/4fed7b490a09439dbe58747fe74f3e5d"
  "/navigation/cf5a0b4136834eac88874e7ff81b8ba5"
  "/navigation/f19faba35fa04f30a1bdd354b051f625"
  "/navigation/4bc032eef6364672a0d09b8abe93d55e"
  "/navigation/33b309eb71bc4c2a9976970795d500fa"
  "/navigation/6dba75696b5148139136de033ffc6382"
  "/navigation/be2f3ca764534022a2ba79f972c9679d"
  "/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6"
  "/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef"
  "/navigation/7b7970e14b87448fb41d825fcec350d0"
  "/navigation/7d34ea33ebd2430b84ca71a999e7b708"
  "/navigation/abfa97de640b48c7a6afa067b88812bc"
  "/navigation/1f423e85c6eb494980b22dde93e64a9c"
  "/navigation/876b21ae9d7c41498115b90823beeb7b"
  "/navigation/2b29710e5f0f44a8825513b4e6e2a98d"
  "/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8"
  "/navigation/671bb3d9919346a1a0187fba6835a133"
  "/navigation/dfe70840626a4a9a88c56999fb42852b"
  "/navigation/e4ae50f24b8d4d6483cbea48cedb146b"
  "/navigation/73e9c784d8c448d8a7e304117eed2293"
  "/navigation/8fa76c45c7a14b1ca93353f7b1f85411"
  "/navigation/f2e70390e9e34ceda7549b53800c1e08"
  "/navigation/0bc41cae5ab441458dce00de02107388"
  "/navigation/5f149c7e1b2b48f9ae6364de8ce288fe"
  "/navigation/903d01af296c4a2391205affb24423c2"
  "/navigation/89364c27afac40fa9ead1ec3136ec684"
  "/navigation/aecbd0f4de0742199dd75fadddec2013"
  "/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0"
  "/navigation/bccc5c020811472196379229044dc7fd"
  "/navigation/2db3c8aa857a4bc6a6d11e3438350063"
  "/navigation/068567f45f424e389167089941c407ec"
  "/navigation/165d387e909249889e89cd6584e6c81c"
  "/navigation/20e44a7345fa48468f3d0e2298b4f067"
  "/navigation/224193720c2a4a45bc96cb2d055655ba"
  "/navigation/3c24eab57c3d445698f26534ea18e660"
  "/navigation/444424ff93914a27a401e920bb33976e"
  "/navigation/72202b824a384e9a8c11ae6afe2a9d75"
  "/navigation/7b182711a1294f69ae2266b5e37b5bc4"
  "/navigation/83868e2e81b340bfa067343e71965085"
  "/navigation/89d46426d44c4442993d4b524afc59a4"
  "/navigation/a16abde2699547c2b823b86c6b48d0d7"
  "/navigation/a3025fff20374024b907cddab6c39d43"
  "/navigation/d14cb43cbcf245eea471b31b87876e6d"
  "/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d"
  "/navigation/e5c66ca00fd140229735738d20618e8c"
  "/navigation/b613bcea17d94cd68c0f1b01c96a843f"
  "/navigation/f65330b5335b43a8ba39baec7d44aa54"
  "/navigation/fb3986cb89834cf3a3b42c5a651034a5"
  "/navigation/9eb6e1f2d32e4679aa85298c3e2fd678"
  "/navigation/a5d30272319c4e6f8577b8f344013d34"
  "/navigation/5be3b86f12b94044a39420702328fe79"
  "/navigation/e40c020ad4b74db7bc3e2e88c4c27be8"
  "/navigation/ab078ca87be74c748a7e971e766ceaf3"
  "/navigation/efef8f302349446dac0f0d67631b70cf"
  "/navigation/f5e01e9054514b68a8653c5a4f2e5ee1"
  "/navigation/e485c99ca374414e851e1bae3f10af8e"
  "/navigation/2fb093f95507419987f178312f1a3159"
  "/navigation/4823a61385b44ff1acf4e6382ddc6ed4"
  "/navigation/a6abb398e64e45f1895b6666ef5c48d1"
  "/navigation/00f37e830a0348d09705a9612c8c8cba"
  "/navigation/71ca1150915f49e5a1f2fd538909d05a"
  "/navigation/1c5e979155a844539448db12fd5ee768"
  "/navigation/8880adde82fa414eb680521ec3b57c4a"
  "/navigation/edd74ffcfbd44ba9904d355f05d440a6"
  "/navigation/29bbfc2eb6d444f08a34e46f60b76e17"
  "/navigation/9228dba7d8ff47a897c5e6125f40dae0"
  "/navigation/500fe37e8fab4ec686d79803e58a8133"
  "/navigation/defbeb767ca44c1b970ab994d662a6a2"
  "/navigation/5d1b4c4fdc094289932a615f81db335b"
  "/navigation/b3fcd7cc2e684a8b96f82adbb8615f55"
  "/navigation/1f6fc0d096e4433f847169a8653f9872"
  "/navigation/cdf0a23d5d72433783ef241128a9b070"
  "/navigation/273527558c5e4e2cb3168fbfbbf6db0e"
  "/navigation/0fc49a5d23ec4742845d4d31898f67f2"
  "/navigation/9870b54fef794c4b87791c9dbc9b83b9"
  "/navigation/91314c7682154e58a203d7deb3c46e25"
  "/navigation/0198a84419397e96ae8527630cef7f63"
  "/navigation/019c03b8fcaa72dc9e2c6dd03b04916d"
  "/navigation/5fdbefa88b0942d28155aa77fb9d1ef2"
  "/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27"
  "/navigation/6abcc304f8c84933a719a126f42a6651"
  "/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3"
  "/navigation/ea2fc00d192244b3b852128b45d74842"
  "/navigation/2a5c8fc96ef04011aef499b2fb4faca4"
  "/navigation/01971690d7e97455bdb6a13033fc4bea"
  "/navigation/01971691bb387f7f8d6fa68ac5bc78b0"
  "/navigation/019a7cc2c0ed7c48bfd77766e7197c67"
  "/navigation/019841caba81739d847aaec4495335dd"
  "/navigation/c760008290d84dbaae3f6f4b83269ddd"
  "/navigation/019aea2480627a599fd1d0db6122e224"
  "/navigation/0197169587bc7ef2832928391108aef6"
  "/navigation/01992f21513c7fca831141b67a0ba2a6"
  "/navigation/0199288800f87feaabd6d217f0254df0"
  "/navigation/01983b68543b7476b25d1ed5006cd884"
  "/navigation/572804a509e74ad58d18d52ef0cfeb3c"
  "/navigation/0199772279547efd8f94e76789b316b3"
  "/detail/40dc3a2441bb47d2ad154dc6053bf6ac"
  "/detail/47ecebc74a604b3faaaef6e18ea902ce"
  "/detail/6c8db04e922e4b24ac25b8c8164b5e85"
  "/detail/7b8bda8f324c4d2eb7d797f18d7b23c4"
  "/detail/a7ac00763c8f42c5acf0b719c15f105b"
  "/detail/e6b113029e574770a3b2002e165f1d84"
  "/detail/10d16f09c36944ba862666da57481977"
  "/detail/2dd2bac5179d49f4a1a1a5a5d463e285"
  "/detail/2e079eff7c524367a25990befd80290a"
  "/detail/4be79c1596664eaaae7f3bf4bae9e96e"
  "/detail/4c82ebd8aaee419cace502114b554106"
  "/detail/79655fce03834c79b9792899eb30dba9"
  "/detail/7aaf0ec516d2465093be689634afad5e"
  "/detail/9590b0038998433cac739c8c16717787"
  "/detail/ad40c14f229b4570ba2baa1cba2507f4"
  "/detail/c8409f2bc1f941448cf8fd0f4a10f645"
  "/detail/c90befc38675439b9e598861c6e10e40"
  "/detail/e4a1c40c60ee4e56a8541a89684ab570"
  "/detail/ebf0e6ea0a2d4d7c9f4bb6f952f1b15d"
  "/detail/0ed22f79dd2c455082a2b5b118c32050"
  "/navigation/d1c8e7fd3f514b16a7c7c457c438b93f"
  "/navigation/585d71242fa54b0fba56e331ed5adbe1"
  "/navigation/0199576db2937bbe9a41fb6156449782"
  "/navigation/08014c102bba43b09e93a823de238da1"
  "/navigation/04ac33f9be48438ba185ce8585682c3c"
  "/navigation/ba9f9e3fd094425392c838f151773526"
  "/navigation/cda441a37060455fa34c8ce371928eb3"
  "/navigation/52242d7c7a3349359001e1b7b2c3df80"
  "/navigation/83586831f5bc43d6824ec80864e9314e"
  "/navigation/0196d8a825c27a7e93a4b07323c246d6"
  "/navigation/ccd140695dc643408838c39c838a0a51"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
116 0.31 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"†;orw>Jj²»Úï\x06бQ"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"K‡Øl1ÄL\x03®Îy¥±HÃ_"
  b"“ª'KùøMN–ÎQ\r\x03¤"
  b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI"
  b"│ì╔╝¶c@\eî╦²4É\rÎó"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"(Ê®u¥bO\r˜Z½\x0E³*¡`"
  b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý"
  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.