GET https://nc-tkd-dev-sw65.roqx.de/navigation/6ecbf5d03f6536b7983862c6f46e93d9

Query Metrics

99 Database Queries
83 Different statements
1372.50 ms Query time

Queries

Group similar statements

# Time Info
1 0.31 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.12 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
3 0.12 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE custom_entity.app_id IS NULL OR app.active = 1
Parameters:
[]
4 0.09 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
5 0.07 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 1.35 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?) ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  "Produktfinder/Kabel-Leitungen/nach-Produkttyp/BUS-Feldbusleitungen/"
]
7 0.07 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.44 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  "SRCPkX0SqswLlvz8GL3ILH9DsP0vkxD4"
]
9 1.43 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
10 3.15 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.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`, `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`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `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`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` 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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`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`, `sales_channel.currency.translation`.created_at as `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at as `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id as `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id as `sales_channel.currency.translation.languageId` 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
11 0.62 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
12 0.25 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`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` 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`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` 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Í‚ó¬›ÑÀßÊ"
]
13 3.36 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`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId` 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"Z:#~alF]×═─■&\x1Eì▒"
]
14 1.35 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`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `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`, `customer_group.translation`.custom_fields as `customer_group.translation.customFields`, `customer_group.translation`.created_at as `customer_group.translation.createdAt`, `customer_group.translation`.updated_at as `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id as `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id as `customer_group.translation.languageId` 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╚¢Í"
]
15 0.47 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:
[]
16 2.00 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.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`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt` 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`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId` 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"\x03\x00\x7F{8cF┤âÉ®B£y└°"
  b"/¡#O¹\F¾‰±ç…[•AW"
  b"=4Õ všC‚§c —}éS\x07"
]
17 7.17 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`.`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`.`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`.`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`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` 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`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` 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 `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.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` 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"\x06@>Û©\x10IB£‰ÄùŠ\x00"
]
18 3.03 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`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `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`.`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`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` 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 `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`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`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` 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`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` 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"3ðåh╗ÎD¨üVD¥\x18Mä╦"
]
19 0.75 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"Z:#~alF]×═─■&\x1Eì▒"
]
20 0.33 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
21 0.58 ms
#cart-persister::load
                SELECT `cart`.`cart` as payload, `cart`.`rule_ids`, 0 as `compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "SRCPkX0SqswLlvz8GL3ILH9DsP0vkxD4"
]
22 7.15 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[]
23 1.16 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"\x11U├©╚(@RÑu┼\\x13¾╦É"
  b"`†u\x07YBJ9¸m›1±Fá\x15"
  b"€jU”FüD¬…éÜœƒ8\x07Ñ"
  b"„¢9͵FDm™o\eÿc'‡\x06"
  b"Îi°ÄnóFÅ„³L 5g\x14¨"
  b"GööI=®F!¤sàv{¹^ö"
  b"\x00\r$óɹó3YóQŒ°o Ã"
  b"\x00'\x08cÄ$v▄ldgØ\[#V"
  b"\x00KkpÅ5”¡&χz=3Ú\x00"
  b"""
    \x01½\n
    #Eü\x0FU\x07┴ô~\x1E°AÖ
    """
  b"\x02*ÛëlÝÉ·Pþ̹³Ï9›"
  b"\x02Ñ0¡Õád±Ô\x1A&ar\x0F¡Ä"
  b"\x03;Gžië\x05ÍÎÕwðG1÷¸"
  b"\x03┘§'‗\x7F0|├\x17 ´\tÓ╩Å"
  b"\x04§±ÿ›Ÿ€Èâ\x1Ayárº¢0"
  b"\x04¤-Ë\x13ü┘zÐ-å3\x14Öà¨"
  b"\x05/`q\x12­é£ªŸß\x1Eµâ}r"
  b"\x06c¾ûæÓñcôdËà\x11¡ß›"
  b"\x06‰Œ~š£\x00G:²\x12½7RG\e"
  b"\x07\t\x17\x1E,—‘†’\x01h\x18Ö\x0E’T"
  b"\x07ŸNPÞïU©\r\x00±žüÒm"
  b"""
    \x08.ªv/±ÏÐ/%\n
    \x1E°‰íq
    """
  b"\x08>ΈhË*{>éªbüâù\x07"
  b"\x08UaÆQ.n5¾»ÇûlhÂÙ"
  b"\x08x╗©¤}~%╣º!\rì\x15L■"
  b"\x08žÖä.ôU½ø˜¬‡\x01\x08:""
  b"\t6'„±D\x13,€\töœ\r×#N"
  b"""
    \n
    €D¾õ0ۼΨîg\x1D€ü‰
    """
  b"""
    \n
    ¤Ñ§BÍ\‗\ú▓:¨ìÁø
    """
  b"\f\x0EÈ}È\x12?)ñ\rÁ\tÃeÒ<"
  b"\f!•\x15œ‚ãÓ_U]*Ý\x17\x12"
  b"\r‰Ïx7"{\x7FG0\x08¸žƒ\x08{"
  b"\r¨k«@œ\x06S9!Ž]+xø2"
  b"\r½D'nÕ—¯ìËf2ÐÊûê"
  b"\rÕ‘õÔ*»\x00˜&\e/pL³'"
  b"\x0EØ\ª¤S{│¦z_\x1AH\tñW"
  b"\x0FÅ’ÝE˜ë\x15ü÷ôoÿ¬Ðg"
  b"\x10ho*8ž©ÜÃÊk‡á\x12\x01Ï"
  b"\x10ÌÎqwg-┐ä±Öüß┼i£"
  b"\x11qmg¼¥\tzäWäüïÜÖ_"
  b"\x12\x02─$$N|p좡‗¤QÍ\x02"
  b"\x13$dÅ1\eôʲ¾\x10ê{%Ÿâ"
  b"\x13o&äÏ­@§6‘‹ÞS梸"
  b"\x13꣮襢»‚&\x12ô'f±¡"
  b"\x14\x12ì´–»\x11\x17ZÙû&÷DÙ~"
  b"\x15\x7FÐ.p;\x02*¤Ÿ'Ìæé]ú"
  b"\x15·®Êh<\x0604+\x1E÷±øÃj"
  b"\x18ƒŒKÇ\x17\t—«Å\x1FÚ\x05@¶ç"
  b"\x18˜„\x0FOû2K÷T~ú €»w"
  b"\x19*Ȳ¦þ\eZYØfMT¡Ù%"
  b"\x1A\x05îì&¼KJ`Â}»■è▒`"
  b"\x1AŽB\x1Dlœcú3[@ªB\x0F¤s"
  b"\x1A§´²È¬xÃӸÅ\x16nDn"
  b"""
    \ed╣╗@■.mïV\n
    a(ظ¿
    """
  b"\e«¾²{ú©¹\x04ói2ÿ8Êñ"
  b"\x1Dú¦)ä>^¶.J=>ïLÙƒ"
  b"\x1E»N\x15FNq¿&¯ð\x13XÄ;^"
  b" h■┬N)þvÉ┤!?.r<ë"
  b"#"ƒ\x17J\x05¬ÃJFœ\x04Þ7Õ'"
  b"#¨µæÁ#2´¤Ñܨì¾s;"
  b"$MÀI’\x04l&¥ø¦Ë\x03˜&e"
  b"%o5»)^§\rdCö\x07\x17\x1F"
  b"&8,ì_\x08°'tË[\x01ÜL~="
  b"&€&º,]u—Ô~-¸SžJ\x16"
  b"&κܧHè¨mÙd¼Å\x14ÍÒ"
  b"& ù\eÖ|9ÉK×P°ÛmßÎ"
  b"""
    '\n
    KáÌ5nSˆ•mATÅ-•
    """
  b"(§:i:5┴╗ìSÅ┐\x17:Å1"
  b"(ùS\x01¸\x1CÈÌx÷u“.,ÄŽ"
  b"(û5¯Ç9soBë•ÜÑm´\x01"
  b"\x06{>#“MvGÔ³¹6×\x1C"
  b"""
    *B\x1E\x1Fı ò@\n
    í\x0F\x1D║Å
    """
  b"+\x02-ýcò¼Úÿšo\x17Lå` "
  b"-N>Ë/\e<°Kq\x16…ùçÝæ"
  b"-▒█îôJ\x14üz▓¡BØR2¢"
  b"-┬üJµ"§u>Úf\x15Bø?u"
  b".Ñ╗¨ñ,┴\x12\x00\e\t║ªÅ\t"
  b".ºô²§\x1C¾H,í‘‘\x1E\x19;’"
  b"\x1F¿ù‚çªÖ\x1A\x1EŽ€K<"
  b"0\x0FiM\x03åJ@³¹±X\x04˜õ\x11"
  b"1;qj’*' ô\x00\x03¹Û~f:"
  b"\x10ülC¿ší:\\x16„HÎ\x1F"
  b"2\x11ÌÚÿ•\rs_áñ\x08$Ú”:"
  b"2³Å\x17\x7F\eˆ6\e,\eâ\x19\fþ"
  b"2ºŠÄ0Ü}­bàþ˜Aq\x128"
  b"\x18\x1C ±9’HGáåˆ\x17"
  b"3\x10W„q±•žLeAaTÿ­("
  b"3þ¤¥Å`6¤ü-\x13ðƒ0s¿"
  b"4‹š(Ú\tD1ž\eÁ¶§GÝ}"
  b"6Nm\x1EÕ‡'æ1¢¤\x14\rÙ®x"
  b"8[Í!ðᙺ’1u矃,†"
  b"97Aä\x7Fžh6û•Oômm¾Ö"
  b":¤¿ø”™ŽÖš\x08\x0E\x16\x02û"
  b"<=\x05£‚+X\x1C®†wxÕ—­}"
  b"=Dɽ\v©;ØTʧ]úÔE¹"
  b"=Lä2*\x02\x1E){}¿ü²=ÿ2"
  b">XżÞY#\x19)ÙÀMø4\x10\x1D"
  b">uIJûDwÙ‘ùù¬a©ò~"
  b"?.k¹lèwR1L”\fôÍ\x05z"
  b"?‡<ôø9pB¶é%T_‡.\x13"
  b"?╝qD\x1C¿\x06\x18bK┐(╠\x14üö"
  b"A »ƒp\x0E\x175Ó¼BÚÅó"
  b"AE¼h\eÇÒc"Òýçeì╝~"
  b"A¥_ïœt\x00Áô‡\x12\x14s/ƒ\x16"
  b"""
    B\x14|\n
    ØÐö0bÙ'Tú[B'
    """
  b"BA\x03í·nª—»’µòÿG\x02ˆ"
  b"BX ™kõÆoPºðŽ‘l\x19¬"
  b"EýÅ×"▀È3+ï┘æ╔-j "
  b"H<[ƒ1\x1CË îƒ\x1Eà─éì´"
  b"HX4‹ªl2¨FüU8Œ\x1Fæ>"
  b"H°¤Ése├\8R5PJ\x11EL"
  b"I.*Û¤ì鱉¨ti\x03Ì{¡"
  b"I˧\x04k\rZ»!Ü^C%²__"
  b"\x02/ñîÓã@‚jƒÖ´ýá"
  b"KrÅ"â\x1A\x11J«Òu}þþ3M"
  b"KÂY╣Xü'S¾Èznf_Ùf"
  b"KÂd\x00vÐûÿlœ\x049å9Áø"
  b"L£K/ØO%_UÀm]Ó(qk"
  b"M‡\fa°°^—ó0+«Ž»ñ:"
  b"""
    OÀP¿Ï\n
    J¿”KµxÄB5n
    """
  b"QGê\x02\x1Fø\x1FS^\x15%ŒžÑz9"
  b"""
    \x02Z\x0Eˆ\n
    yºù=ã¼¥q¼
    """
  b"Ràª9~&ÿ¯\x00Ñ™‚°ö“ "
  b"S\x02A┴=AAs$8ɪ\x08§ó2"
  b"S\x11š¸9«\x11.ã_XÉÎn)s"
  b"T\x0EzåõÐ╚ð°5ÉhdÞ²‗"
  b"TžR€@[ež¡¢½¾E\f¸V"
  b"VO$\r6\x06±RQàöÓz\x13°Ø"
  b"Vњ˗õ›CƺëMŸ\vÉJ"
  b"""
    W¬ëË_‗\rÛ┤\n
    D\x12Å╚ö|
    """
  b"W╗õEÞkÝ]▓Y■ôÅ║Z4"
  b"X.Çä\x1F€Ãjy›RµZ©öü"
  b"X·ó┌LÅliÜ×Ò}\x02\x03&?"
  b"[dD9?àž½šöR\x02\x04t"
  b"[Šn\x03ƒ»hI¿sÔzn‹¯u"
  b"\ñˆv\x02\x01\x04–-ø¡C#Æ3¥"
  b"^\x00\x0F½pì╔æ=Ïüïk\x19I3"
  b"^_2îµo\x141%B²T@ì¸["
  b"^úY÷¾N~„\f\x19\x06\x14oå›"
  b"_I\x10¡ÊnμkŸH(}í>J"
  b"_Õm€Š¨ ©ž³F_&Ç\x13Õ"
  b"_ÖDÂÑ7ä en\x13¡¸aœý"
  b"aÛü\x1F9±í«n\x16æ Ë‡6‰"
  b"b\x032ë?œ\x10-\x08vI!(\x03ña"
  b"b{ã,ñf¦Å\x12ÈO▒Ü\x1Aè]"
  b"c\eþ„\tbµî\x19@¬$N»¡ÿ"
  b"cØ¡u╠Î)4Òï\x01▓/¡╔õ"
  b"cß¹╩®U┬i\x1Dü>áÙ¿B¥"
  b"dÿ÷²ÊÓÉÙ?S\x08›nÅ‚\x00"
  b"eÊ9r5{ØË\x04µ╝0Ù╦║I"
  b"eÙµ¹Üä˜\x081-\S‚ò›"
  b"f$\vÍýé\x07{Ãåຄ\x08r\x1E"
  b"\x03■ƒÝAìp<]N*¤6O"
  b"gó1ZOÕa9ãLšÿ¾æE\x1A"
  b"hL\x1EkKªå¿}ö\x14â庀¨"
  b"h^ú½üèxª9¢q\x10Õ\x08ø{"
  b"h‘瑌Eû\x10\x1A‡=Øs°"
  b"\x15┐OH\x0EQ\¬Ø \x06┌³\x10"
  b"k43Ð▓Y8aÏ█ÔM\vÒ\x1DØ"
  b"l\x00þ¥ÊàÊX\x05‰ÝqŠI\x1Có"
  b"l@ü@ÇHxòBù\x03)Zñåž"
  b"l›\x16‘/›GMèÍ¢ë-\x02ss"
  b"lÞÑûi™\x00—ZÏ\x19\x1EK‰æ["
  b"\x03awÊÁ\x13j\x0EPj¤§—G"
  b"oN╗\x06õõ¶s■\x7FBT+ì=l"
  b"p╚Ñ\x170@Ù┘\x18¼C \x1CøÉL"
  b"q‚´\x1D@ôŽð\x08Í/NãXPu"
  b"qÐ*\x03u¯èÒóÈ5\x19®\x1D·\x1E"
  b"q×Iç\x02QÞÏž4ÖŒ\vä*‡"
  b"ræÕïêÿfàÚ[ìòd|ï\x01"
  b"s—«RO”wLôÑnÉÝÄb«"
  b"u\f8½¤ŸÔ\x05©\x11ˆ7A\x02©4"
  b"uãVÏ\tQ׃ž#òÌJä5½"
  b"v\x17$Î'\x03¾\x13Mï1¼Jö?a"
  b"w!©\x11\fJ\x18ã£Ç)ý75;ã"
  b"""
    \n
    HçNå¥;°\f›n\\x05u
    """
  b"xút¶\x00\tG\x1C¿žyõƒ‚„i"
  b"zDa¥KéÔVö€7Œl€*¯"
  b"zí¦úTž×"\x02öþ`ž³³I"
  b"züã\x07–Ñšo†\vsû¸_5\x07"
  b"{k'I\f\x1A\x16\tËÒS‡­È\x06Ä"
  b"|@JªbÇšíÄ\x02iÀ€u\x08¢"
  b"""
    }2\x1E#J‚!_eK›ÂE\n
    àÅ
    """
  b"}p¢¥\x1AÊ\x01ÒÉÐeèµ7ýð"
  b"~-\x00¾ïü}Ïò\x01t\x16Ë\x07"
  b"\x7F-½Ë¯*Õ\x1F└;ÉWà╔CÙ"
  b"\x7Fó¾«ÜêM\eÔÔ)‘šIpí"
  b"""
    üôÌC»}4\n
    \f«ä Å■Þ;
    """
  b"üßV\x1E\x14Ï\x07Ö<\x1Ef\x1E©\x1FR■"
  b"‚-¸¶!Ö¶Šd\x1D\tW`˜KM"
  b"‚êÎê¾H¥óÔ¶Š§â"µF"
  b"ƒ6öÂ.1ÚRÂÎqÅ@"
  b"ƒEO)¸\r\x13ñMÄ(\x15Õ9Q"
  b"âHíÎLıD╬ì\ró┐Y\x1A"
  b"\x1CÉèæ˜/ýºÒ\x16‘ÑüåŒ"
  b"„H«Y´³"kü€žl\x14ÔŠh"
  b"„u\x14~‡Í<‰Jô\x1F\x1Eê¬ÄÌ"
  b"„À>Åo\ecM\x14С=mÝê_"
  b"àÅ┴¡┐gxߨf·ìnó]#"
  b"…ǹ\x13–´û¬hÁaË£„ŒÃ"
  b"†“ì|î}ÿ4\x045AM§*ž¼"
  b"‡7\x1DÄ\x1F§I\x16c\x00Æðã\x19Yp"
  b"çU\x00£ÌO\x05àðhûmËÞ«ü"
  b"êK\x1A┬N&ú3\x15\x13ýW:ƒÅ"
  b"ˆT«àc9\x138³‡\x0ECŽR§\x07"
  b"ë!■BüÈæ¢░\t\x1E╦ù│v\"
  b"‰.Õ\x04`.Ûʦ&ê:\x19slm"
  b"è\x18¬+Éq\e±ªI┴Lª\x1Fç~"
  b"Š¥£€Á€GŽÎ9;\x18ÿBæ\x06"
  b"Šþ¥ÇɵñŽ:pRo\x04Ç€Z"
  b"‹R\x1Eo½ÝoÆy\fT,|>C_"
  b"‹áE<\eDA\x1C €¨\x18“š‚\x12"
  b"Œ‡I+.²£ÌüÞôë™Õ¤?"
  b"Œ§%ô\x1D/MM?ÈFóÆŽ´Í"
  b"ŒÎé„_§ÔÉ\x02J#\v\x0EE\x17ˆ"
  b"ìz\x1F K´·ÝDÏ ─a÷EP"
  b"ÄsëëÄ5ì▄▄a█=xÀ║Í"
  b"ŃX}ÞòSoGCH▒\x11¯┼Ú"
  b"""
    \x04Ÿ#L;`*ò\n
    ‡öšv à
    """
  b"‘:\vZÅ/¯67ý×ø\f“É•"
  b"‘‡h^³žQ¦ÏŒ\x0F}Ù|¦0"
  b"""
    æÒ\x1A½\n
    (l̃\x15LþöïEü
    """
  b"’³Õ£\x14|\x01µÓç.½‡#Æ\x13"
  b"’ÿ\x06S¬¼¸\x16\x03é.¦´~\r_"
  b"ô\x1Cb`¬×Ö\x1E[ì:■ëk▓6"
  b"òé>²3rQ.´\x19ÅLÇx\e\x12"
  b"—3Ë%Å…9íˆ\x04\eÀÝaE•"
  b"ùáRËü?\x00▄®pÑ@r│B¯"
  b"—ílùÐÿç\x7Fu[&&£“\x06"
  b"ÿ▄ì\x14D+\x16¥ïqk¬\x1FX!└"
  b"ÖwÐ5¤!,.g>JçÅ7┤»"
  b"øÉ▀\x05Â{×]r@\x12\x1Dz\x10ó\x15"
  b"""
    øãè\n
    Ó╩É\x1Df▀ÉcP\n
    dr
    """
  b"œx"Õ\x005*\x03]ŸôL\x0EÖ\x16~"
  b"Ø\x0EüU┤qÈ\x1AxhA│░ée\x03"
  b"ØWY^2ª║ÈdS\vÒx▓óæ"
  b"×V\e?╬\x04\x07ù\x0E┌GØ<9F]"
  b"Ÿ±\eºÕ3³Ñ|6údÓ‘už"
  b"Ÿëï%kÖ¹!€‡vj[°Ã@"
  b"""
    ƒ \n
    É+Ê<H╦Ç╚xeö┌\x13
    """
  b" G\x08ßÓVP\x05\x06Øs\x103“Ä­"
  b"¡u¢¡Cµ™üøH|Dz+§*"
  b"¢\x1DQêr±\x07Hµ*\x1A\x7F¡Ûãi"
  b"ú%╚mÐ*FSóü5ƒù¸d~"
  b"úë\x17>9äÕjCïªiÔ(=ü"
  b"¤ƒ4çáHQ4Ë\x0EV\x18âú`¹"
  b"ñØ\f\x1CFòMLá\x08Keå<Ù9"
  b"§ÿÑp¹pø¿íþ\x1FN¥èËK"
  b"©Ø;š˜­\x7F\x11¸7;)¶\eIj"
  b"½E▓%▓Å\x13\x0E\x11\x11¶§#òCþ"
  b"«‘H›{D+6ŠÕ\x12)™ŸWõ"
  b"¬Æ\x19|FœYøÞ—óÊz)à¹"
  b"¬Ò *òèzV×\x08\v\x17Êú}\x0F"
  b"­\x11v×ÿ\x1F¸\x03TÀÍí\x16¶:˜"
  b"®7¥U\x7F@ýFá1O¼R\x15Òà"
  b"®›î?\x1D\x1Ad.\x05e`‚ËY"
  b"¯nØÞ/Ù$wøÂ\x1FÜÄê¾B"
  b"°\e\x01\x04PíDUj[\f\x1Fõ"
  b"°4õm,²Ý}xìƒQºˆ\x0F6"
  b"░@H\x06\x12[\v▄Ûæ╔ÅE║ê\x0E"
  b"▒s\x11É{\x06╚åxo4Ê█ óR"
  b"""
    ±Æs;ôIÇ—X\n
    fžy½‘`
    """
  b"´È\x11ª´g¯ŒdìGH\x19\x1F³"
  b"µô‘„·_ÔïFR†ÊFœ\x08²"
  b"¶T¬å^´±%j\x01‹Xå¦_Y"
  b"""
    À\n
    ÅÝc├Ʋx?ìãè\x7FÖ┬
    """
  b"·³ªJÇ4ßšx¤“œ˜îlÙ"
  b"¸G%ó˜q"C\ù\fžOÏ¢-"
  b"""
    ¸”Ä\x1FÕ¯\n
    Á\x05\x18J܃—
    """
  b"¹*©€…œƒÙ\x19øÊTz¶vz"
  b"¹Ä\x14«”íäWð;£hsÅ|î"
  b"»m¡§]ŽÒ€(ï%_¿\@‡"
  b"»Å.(º\x7F-ì®!]dvîíä"
  b"\x08;îCõÖ╬É\x7Fߨ<\x01î)"
  b"╝Ç{[\x7F\x0EªF¤\x1Cd­ØÚ"
  b"¼—Ô·¾ÛÙsi‚‰\v茛\x1A"
  b"¢┤\x19ú\fÌÉÚËí┌«\x1Afг"
  b"""
    ½íB²‡\n
    Û–h’ë_.Ú‰Á
    """
  b"ÀÚ\x15ÁX\x17&yÙœËä±%7Ž"
  b"""
    ÀôÔ\eÓRT\n
    \x1C²ö)Ú@›Š
    """
  b"Á=Ž®»Ž~XÇk3W9B¸Â"
  b"Âu^k\tª…M'Ü£«~\f•Y"
  b"¶ÿíIÇÔ3\ed\x1Co39§s"
  b"ÃÞ\x14ðÀ\f2ô‚\x1FðlÕ¢*\x7F"
  b"┼E┬úý░\vY░╩øvÓ \x14ì"
  b"Å„\x07!7Ø› í1^\x1E\vQoé"
  b"ã\x08,9Ð╠«¯\x0F╠ì├FQû┴"
  b"Æd§0!ã\x06º¢ÖGaÌwåÊ"
  b"Ç\x03\x1Fo³—÷§ò\t\x05mY+™\n"
  b"Ç#!l6;<_%¨,0?\x1F.…"
  b"ǽa,Ë‚CâZ…t<’\x04"
  b"È\x17ÄÎF˜Cî<\x1E/ʨŸ¦ÿ"
  b"È•¦ý\vW›+]¶É\x18µ±>ã"
  b"Éj­…Õ9ãÅZñÐá#Aż"
  b"ÉÖ…UC$SÖmîÌøUÞ+ö"
  b"ËIbY À­›\x15\x1EdnL\x13øP"
  b"ËcË)g<­Áx‰»®…ó\x00ü"
  b"Ìo¦>Ù\x0E½\vR´"@\x18w\x7FÇ"
  b"Ì´Þ?g9M\x08öMRˆÉ²±÷"
  b"ÍR\x05\x00\x151P\x7FºËÂ@\x0Es¶Ž"
  b"Íš\x1D@ÞÇð<>\x0E0>o™\f^"
  b"""
    ÍÔX%‰t¿1J^—\v\n
    ¸\x08Ú
    """
  b"""
    ÎVCŠ2¾M%µ´\n
    4Œ%ol
    """
  b"Îim_©ïÉC¸~f\x12È-\x02X"
  b"ΗŠÛexv4£à\x19§;À×\x1E"
  b"Ð\x06\x1Dh2 /ñ\x00\x0E–ãµ,)E"
  b"Ð"O‹‚’\x0Fj4°öÊÈ\x15ü#"
  b"""
    ÑI#t\x04MJ¶\n
    xZy[ÿ6L
    """
  b"Ð|ýñ³b¦\x07ì8\x1C┐Ï┐Âp"
  b"ÑŒhlÿ¹<ÅQÃ\x15Ú­-÷"
  b"Ô\x02ðüÔˆw°ñ‘ÕðŽS\x02¥"
  b"ÔÓ´1s\x7F#y¸\x11´+U‡EÍ"
  b"×\x185‘\e\x0E\e\x10Â\x1DÿÑ<0†\x18"
  b"׫v8Õ‚âЮ\x1F\x17N¦Ü!\t"
  b"×È9Ì\x14ço»£0\x03¼DH\x15\x11"
  b"ØjtÈíÞ¦\x7F\x19±’'Qµø;"
  b"صL15®\x03%·ÃF€³\x00\x05"
  b"ØÚ@_gÒÁÓŒìn×GO{\x02"
  b"Ù7O}ÒÎq‚ %\x13¤KK:\x17"
  b"Ù´*ŠºÕ5ç\x7Fþòlz\x18\f"
  b"ÚÄ.Æ\x00\x1E<½õ]üÁÐ4p¿"
  b"Û\vÏ´§Àm~c\x02”?÷â\x1D."
  b"\x0Fa\eFËÉo:!\x00!8$íÙ"
  b"ÛDL\x15Ó§^Hø%\x7F\x00S}g‰"
  b"ÛH\x00½Ê'‘\x195º«õ“̾ä"
  b"Û_\x00µù§\nS*§œ\x1Aïnô3"
  b"▄ÅÅ\x18OJ/T\x1D\x14\x1E╠æª\t3"
  b"Ü÷µEµ<dú3#\x0Fv†\x05ñ1"
  b"ÝF¸N\x01æF÷…¸Db?8\x116"
  b"ÝL†ÝuNЪœ4ŽjR·ôå"
  b"Ýߘ\föò‰\t«˜U]/v„\x0E"
  b"ÝàŽ\x08­ 3g"¯™\x02\x19“·g"
  b"Ýõ~ñÄC—©j÷™Þ\x1Fß÷v"
  b"""
    Ì\x16ì¤)\x1C(æ`r\x1F\n
    ýP«á
    """
  b"ß¹™7\x14ùÝ}<ûÉG\x11“q\x03"
  b"à†ÈÑìËR§/M\x01‘‰#w!"
  b"à‘]”\x0ESYÏÒÁ#5ú[óg"
  b"áݱ\x01ó\x01¯0e[-™Q\x7Fpÿ"
  b"â\x1CuIœŸ\x00èid8À\x07M×”"
  b"â\x7F·ð°\vŸ ñWrrÉo\x10Ù"
  b"â±p%ÝÆu)}*1F>\rîF"
  b"âÊ3pEØ\x06e¾´l1ÏE^ä"
  b"Ò\x1AlØeý3\x0E\x18┤J■Í\x0F\v"
  b"Ò▓òNûÛü▒¡¸Ù%á¹Ä/"
  b"äP8ÀC®†í\x13Â\x01\x00”_\nù"
  b"ç\x08§LÜ–õå§Á0.\x18ÿÚ†"
  b"çzhñSLÿ`ö»ä¤\x13âa\f"
  b"è³íŽXr³˜\rýïa=gg¢"
  b"èѳí7ûâ\x03F»Û¨Œ$y–"
  b"ÛDºòo¾t╝!ÿèüç ├╝"
  b"Ûd`\x0E gÉ▒╣â²#╦\x15ãº"
  b"ê–˜ F\x1Am뼜¦%¸áÒ¨"
  b"Û¬▀╬öê©6Õ¯Rúã©Ø‗"
  b"ì8Ó\x08ï÷sI&\x11Õ~°ð\x17â"
  b"ìh>HG$5wHŒà±òMÕ”"
  b"ýu°MÖ╣ó MI\x04ü\x04¸¯2"
  b"ìØY<SQ\x07à Àè{Gæã’"
  b"ìþP59泂¥Yüvv\x1CC8"
  b"í@ÙÍX\x00äÞ¾ë°f`Ö6æ"
  b"íLMß\x08ÖëDL&Åj“F$©"
  b"Ý║\x1Eü)+\x19▓B\x16ªÇ■│╚;"
  b"Ý´¾ÍWÍ\t©ú·\x18\x02Dì╦╦"
  b"""
    ¯ÆRóØÇJ[{]╗½\n
    \Ѧ
    """
  b"îš±"¥'Q\x0F\vŒ­©¾\x1F"
  b"ïY\x18_òçµÙÕô·\x05tO\x07"
  b"ïø¬“´©i齋ú࿔í"
  b"ð—³ ž£Á“@‰m™c‘¸P"
  b"ñ\r\t߀R<„t\x1Em\x02ÎÞê¾"
  b"±Z{`▄▄\x15o¤üK¨|Õ§═"
  b"ó\x1C­\x072–Ð,ª\x00mTk¡àp"
  b"õ¶\x08/\v´Iå¨+¡^㬽\x13"
  b"õÒä"ŒkGIB0k0lÕ´Š"
  b"°╝Bw3¿Ü úìQ1┬&®0"
  b"øÇÄÜ\x1Eše×\e\x08\eÞê/çÁ"
  b"ù7û\x07!æðü\x15b`Î:"j§"
  b"ù‰ú>~\fnwíîj\x08úþ?ª"
  b"ù—ë§±t#d¤¾-¢ˆ\x17ïr"
  b"ùûFø\x1D\x04?\x15L8ΨˆEÓö"
  b"·9 \f¢\e Øö╚IÐ,┐ôÛ"
  b"úQ.é\x07\x18\x19\r5\x03÷Z\x16®"
  b"ú´§õÑdÈ‚ï\x02\x19"Ì%Ø\x15"
  b"û¢È…eÜë\x04w¼æ9€\x07¦‘"
  b"û³`løŽ‚&ض<\x1Dé}\x0Fq"
  b"³xtñÝÆ┬8^Éû\x1Fä2Û¸"
  b"þ\x03I9Íå\x17Ú%‹›æì-èÙ"
  b"\x107┤─üû°àƒ\x12\x13dxq$"
  b"þ‘‰uºpÕYÓ‹lóà1Rä"
  b"þêž!\x10þ¡]t4úw\x13&Š|"
]
24 1.42 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
25 0.76 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:
[]
26 0.30 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:
[]
27 0.49 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE ((`country.salesChannels`.`id` = ?)) AND (`country`.`id` IN (?)) GROUP BY `country`.`id`
Parameters:
[
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  b"Z:#~alF]×═─■&\x1Eì▒"
]
28 0.11 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
29 0.07 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
30 0.06 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
31 0.99 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
32 5.73 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`, COALESCE(`language.translationCode.translation.name`,`language.translationCode.translation.name`) as `language.translationCode.name`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) as `language.translationCode.territory`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) as `language.translationCode.customFields`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.localeId`, `language.translationCode.translation.languageId` 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`, `language.translationCode.translation`.created_at as `language.translationCode.translation.createdAt`, `language.translationCode.translation`.updated_at as `language.translationCode.translation.updatedAt`, `language.translationCode.translation`.locale_id as `language.translationCode.translation.localeId`, `language.translationCode.translation`.language_id as `language.translationCode.translation.languageId` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.language_id = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b";6\x1DÐcrKõéÂÌ\x06"ÅV5"
]
33 3.97 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"³TÅÅ\x06 HG´þŸî˜Mêê"
  b"³TÅÅ\x06 HG´þŸî˜Mêê"
  b"³TÅÅ\x06 HG´þŸî˜Mêê"
]
34 85.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`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|b354c5c506a04847b4fe9fee984deaea|%"
  1
  5
]
35 0.47 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
36 4.14 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%"
  "%|b354c5c506a04847b4fe9fee984deaea|%"
  5
  true
  true
]
37 0.82 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`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"³TÅÅ\x06 HG´þŸî˜Mêê"
]
38 0.67 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
39 0.30 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`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` 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`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` 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Í‚ó¬›ÑÀßÊ"
]
40 0.98 ms
# generic-page::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
41 0.81 ms
# generic-page::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `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`.`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`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` 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 `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`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`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` 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`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` 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"3ðåh╗ÎD¨üVD¥\x18Mä╦"
]
42 0.08 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
43 0.07 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
44 0.07 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
45 0.64 ms
# generic-page::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
46 0.79 ms
# generic-page::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`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`.`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`.`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`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` 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`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` 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 `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.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` 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"\x06@>Û©\x10IB£‰ÄùŠ\x00"
]
47 0.11 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
48 0.08 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
49 0.03 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
50 0.98 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`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"nËõÐ?e6·˜8bÆôn“Ù"
]
51 2.05 ms
# category::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, COALESCE(`cms_page.translation.name`,`cms_page.translation.name`) as `cms_page.name`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.customFields`,`cms_page.translation.customFields`) as `cms_page.customFields`, `cms_page.translation.createdAt`, `cms_page.translation.updatedAt`, `cms_page.translation.cmsPageId`, `cms_page.translation.languageId`, `cms_page.translation.cmsPageVersionId` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.cms_page_id, `cms_page.translation`.cms_page_version_id, `cms_page.translation`.name as `cms_page.translation.name`, `cms_page.translation`.custom_fields as `cms_page.translation.customFields`, `cms_page.translation`.created_at as `cms_page.translation.createdAt`, `cms_page.translation`.updated_at as `cms_page.translation.updatedAt`, `cms_page.translation`.cms_page_id as `cms_page.translation.cmsPageId`, `cms_page.translation`.language_id as `cms_page.translation.languageId`, `cms_page.translation`.cms_page_version_id as `cms_page.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.language_id = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.cms_page_version_id = `cms_page`.version_id WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"g\r¦┬RÑEáûÉ|ô]mt«"
]
52 1.17 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`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) as `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.languageId` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.media_id, `cms_section.backgroundMedia.translation`.title as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.alt as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.custom_fields as `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation`.created_at as `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation`.updated_at as `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation`.media_id as `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation`.language_id as `cms_section.backgroundMedia.translation.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.language_id = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"g\r¦┬RÑEáûÉ|ô]mt«"
]
53 1.98 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`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) as `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.languageId` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.media_id, `cms_block.backgroundMedia.translation`.title as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.alt as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.custom_fields as `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation`.created_at as `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation`.updated_at as `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation`.media_id as `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation`.language_id as `cms_block.backgroundMedia.translation.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.language_id = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x0FŠð\x03\e7JÆ‘ïŠv»PU-"
]
54 6.66 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) as `cms_slot.customFields`, `cms_slot.translation.createdAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.languageId`, `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.cms_slot_id, `cms_slot.translation`.cms_slot_version_id, `cms_slot.translation`.config as `cms_slot.translation.config`, `cms_slot.translation`.custom_fields as `cms_slot.translation.customFields`, `cms_slot.translation`.created_at as `cms_slot.translation.createdAt`, `cms_slot.translation`.updated_at as `cms_slot.translation.updatedAt`, `cms_slot.translation`.cms_slot_id as `cms_slot.translation.cmsSlotId`, `cms_slot.translation`.language_id as `cms_slot.translation.languageId`, `cms_slot.translation`.cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.language_id = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.cms_slot_version_id = `cms_slot`.version_id WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"{X¤ÿúIJ+™/#á½Å¡…"
  b"òݱ¸?7Ea░\x14rà■\x16¢ì"
  b"¡4\x00 \x10ýLT¸\x15Ë,ª^c}"
]
55 0.62 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
]
56 0.96 ms
# product-listing::load-sortings::read
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.label`,`product_sorting.translation.label`) as `product_sorting.label`, `product_sorting.translation.createdAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.productSortingId`, `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.product_sorting_id, `product_sorting.translation`.label as `product_sorting.translation.label`, `product_sorting.translation`.created_at as `product_sorting.translation.createdAt`, `product_sorting.translation`.updated_at as `product_sorting.translation.updatedAt`, `product_sorting.translation`.product_sorting_id as `product_sorting.translation.productSortingId`, `product_sorting.translation`.language_id as `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.language_id = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"[\v,\x0Fg\x0EKT§ð\t\x1A&¨q;"
  b" xƦ\x13.O´¶×DîÊ7ÿo"
  b"íu*p<LA6ä\x0E\x19£õ£]É"
]
57 0.47 ms
SELECT `theme`.`id` FROM `theme` WHERE (`theme`.`technical_name` = ?)
Parameters:
[
  "zenitPlatformGravity"
]
58 25.75 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`.`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`, COALESCE(`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` 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`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId` 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"
]
59 0.13 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
60 2.95 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`.`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`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` 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`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` 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"/hÿ║ÕOE┬ÉÛÌNÛ×é·"
  b"ËÏ\x15RIÌM\x1Fûi█OAÉn5"
  b"l\x12\x1DÅÙ¿Bãù█Vv+y®\x00"
]
61 0.12 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"nËõÐ?e6·˜8bÆôn“Ù"
]
62 0.10 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"nËõÐ?e6·˜8bÆôn“Ù"
]
63 279.15 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`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC LIMIT 36
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"nËõÐ?e6·˜8bÆôn“Ù"
  null
]
64 1.94 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`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"nËõÐ?e6·˜8bÆôn“Ù"
  null
]
65 1.55 ms
# product-listing-route::loading::aggregation::manufacturer
SELECT LOWER(HEX(IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"nËõÐ?e6·˜8bÆôn“Ù"
  null
]
66 2.65 ms
# manufacturer-aggregation::read
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"`╬,\x7F^ý0À╝öç║Ñ_üí"
]
67 30.27 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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`, "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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`, "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.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`, "$.rule1155c3b8c8284052a575c55c13f3cb90.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule6086750759424a39b86d9b31b146e115.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule84a239cdb546446d996f1bff63278706.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulef5b6082f0bb449e5a82ba15ee3acbd13.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"nËõÐ?e6·˜8bÆôn“Ù"
  null
]
68 1.53 ms
# product-listing-route::loading::aggregation::rating-exists
SELECT MAX(IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`)) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"nËõÐ?e6·˜8bÆôn“Ù"
  null
  0
]
69 1.35 ms
# product-listing-route::loading::aggregation::shipping-free-filter
SELECT MAX(IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`)) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = ?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"nËõÐ?e6·˜8bÆôn“Ù"
  null
  true
]
70 290.93 ms
# product-listing-route::loading::aggregation::properties
SELECT LOWER(HEX(`product.properties`.`id`)) as `properties.key`, COUNT(`product`.`id`) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id`  AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"nËõÐ?e6·˜8bÆôn“Ù"
  null
]
71 13.01 ms
# product-listing-route::loading::aggregation::options
SELECT LOWER(HEX(`product.options`.`id`)) as `options.key`, COUNT(`product`.`id`) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id`  AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"nËõÐ?e6·˜8bÆôn“Ù"
  null
]
72 0.33 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"\x06\x0Eè/\x13ù9~„Éü‰\x13Ü´\x1F"
  b"\x03ð{‚IK0a•Œ÷$y\x7F"
  b"\x06É,ıâ¾\x16\x1E6âä\rÂ‗÷×"
  b"""
    \n
    º\x17\e܆Ð7ë?k\x05[u™\v
    """
  b"\t”µ“ý¹3‹!Ó^èLÉ\v_"
  b"\x00ã\x1C§à=;~Œâ"öë=±‹"
  b"""
    \n
    ©:©XØ=x¾~1\x7Fú™|í
    """
  b"\x11WzH—÷0r»ëvzD컸"
  b"$‘~.÷Ä3“ˆF\x1CVéuW{"
  b"€É ¢\x07S5_’£}“·\x01 v"
  b"\x11û¹ãQ;4\rä×ì¥KÀ2÷"
  b"‰ë/~·‰4fžwñvÌSØ0"
  b"\x18\x03$jËè1Lœ8Ò\x1E´ w%"
  b"\x1F\x15¤▄\x05É9µíÖ█½\x1EÂÕ­"
  b"c‹\x06µ‘›7õ‰b;\x106ñã»"
  b"“Iˆ\x14ºc2\x02§\x1A\eÎê0éå"
  b"g£<█z¥0ñÅȹC­³a\x11"
]
73 0.37 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"˜TŸH\x05b3¤±êÖ±Åáª\x14"
  b"(©â«\x11Æ2kÜ·Øtr­/\t"
  b"BWñ\x10ò×0‰¦N–\x0EãLâL"
  b"Z…Ú¾Et<*­Ûo‚\x0E+\x7F-"
  b"\x06.N\x04<t¾¼?Ö„T{\x01"
  b"½X…\x7FmL4p‹!\x1C6g\x01„’"
  b"""
    Í\x15\x01\x7F£:jº\n
    ‘§*Ú:W
    """
  b"\x07ÉÌ{5“0x„‡%\x03\x08\x13\x05\x02"
  b"Æâ‹&R£9O˜\x10Ï8КÄÀ"
  b"R\x1Fç\x0Fš÷7¿œôS}ÖŸ`S"
  b"Û¸2§\eõ5¢š}\x13^\x02ŠKª"
  b"#ùjZ\r\x1D<9×üI\x14\x19Æ÷▓"
  b"Ÿ•ÍYBÀ3V¼Rd~4\x18³%"
  b"+("\mÂ2_ˆ¤\x1D^š¢Á¼"
  b"l÷m\vfV;ø˜:úF¶ís$"
  b"W9l4\x02ñ8ë™^\x1E9ØÉqö"
  b"øpÇÐW¡1ä„·È\f\x18ML\x0E"
]
74 0.34 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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
  true
  b"BWñ\x10ò×0‰¦N–\x0EãLâL"
  b"(©â«\x11Æ2kÜ·Øtr­/\t"
  b"Z…Ú¾Et<*­Ûo‚\x0E+\x7F-"
  b"""
    Í\x15\x01\x7F£:jº\n
    ‘§*Ú:W
    """
  b"\x06.N\x04<t¾¼?Ö„T{\x01"
  b"˜TŸH\x05b3¤±êÖ±Åáª\x14"
  b"½X…\x7FmL4p‹!\x1C6g\x01„’"
  b"\x07ÉÌ{5“0x„‡%\x03\x08\x13\x05\x02"
  b"#ùjZ\r\x1D<9×üI\x14\x19Æ÷▓"
  b"l÷m\vfV;ø˜:úF¶ís$"
  b"Æâ‹&R£9O˜\x10Ï8КÄÀ"
  b"W9l4\x02ñ8ë™^\x1E9ØÉqö"
  b"R\x1Fç\x0Fš÷7¿œôS}ÖŸ`S"
  b"Û¸2§\eõ5¢š}\x13^\x02ŠKª"
  b"Ÿ•ÍYBÀ3V¼Rd~4\x18³%"
  b"øpÇÐW¡1ä„·È\f\x18ML\x0E"
  b"+("\mÂ2_ˆ¤\x1D^š¢Á¼"
]
75 39.93 ms
# product-listing-route::loading::read
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, `product`.`stock` as `product.stock`, 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_stock` as `product.availableStock`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"BWñ\x10ò×0‰¦N–\x0EãLâL"
  b"(©â«\x11Æ2kÜ·Øtr­/\t"
  b"Z…Ú¾Et<*­Ûo‚\x0E+\x7F-"
  b"""
    Í\x15\x01\x7F£:jº\n
    ‘§*Ú:W
    """
  b"\x06.N\x04<t¾¼?Ö„T{\x01"
  b"˜TŸH\x05b3¤±êÖ±Åáª\x14"
  b"½X…\x7FmL4p‹!\x1C6g\x01„’"
  b"\x07ÉÌ{5“0x„‡%\x03\x08\x13\x05\x02"
  b"#ùjZ\r\x1D<9×üI\x14\x19Æ÷▓"
  b"l÷m\vfV;ø˜:úF¶ís$"
  b"Æâ‹&R£9O˜\x10Ï8КÄÀ"
  b"W9l4\x02ñ8ë™^\x1E9ØÉqö"
  b"R\x1Fç\x0Fš÷7¿œôS}ÖŸ`S"
  b"Û¸2§\eõ5¢š}\x13^\x02ŠKª"
  b"Ÿ•ÍYBÀ3V¼Rd~4\x18³%"
  b"øpÇÐW¡1ä„·È\f\x18ML\x0E"
  b"+("\mÂ2_ˆ¤\x1D^š¢Á¼"
]
76 1.50 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
77 8.10 ms
# product-listing-route::loading::association::media::read
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, COALESCE(`product_media.media.translation.title`,`product_media.media.translation.title`) as `product_media.media.title`, `product_media.media.translation.alt`, COALESCE(`product_media.media.translation.alt`,`product_media.media.translation.alt`) as `product_media.media.alt`, `product_media.media.translation.customFields`, COALESCE(`product_media.media.translation.customFields`,`product_media.media.translation.customFields`) as `product_media.media.customFields`, `product_media.media.translation.createdAt`, `product_media.media.translation.updatedAt`, `product_media.media.translation.mediaId`, `product_media.media.translation.languageId`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.media_id, `product_media.media.translation`.title as `product_media.media.translation.title`, `product_media.media.translation`.alt as `product_media.media.translation.alt`, `product_media.media.translation`.custom_fields as `product_media.media.translation.customFields`, `product_media.media.translation`.created_at as `product_media.media.translation.createdAt`, `product_media.media.translation`.updated_at as `product_media.media.translation.updatedAt`, `product_media.media.translation`.media_id as `product_media.media.translation.mediaId`, `product_media.media.translation`.language_id as `product_media.media.translation.languageId` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.language_id = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x07ÉÌ{5“0x„‡%\x03\x08\x13\x05\x02"
  b"#ùjZ\r\x1D<9×üI\x14\x19Æ÷▓"
  b"(©â«\x11Æ2kÜ·Øtr­/\t"
  b"+("\mÂ2_ˆ¤\x1D^š¢Á¼"
  b"BWñ\x10ò×0‰¦N–\x0EãLâL"
  b"\x06.N\x04<t¾¼?Ö„T{\x01"
  b"R\x1Fç\x0Fš÷7¿œôS}ÖŸ`S"
  b"W9l4\x02ñ8ë™^\x1E9ØÉqö"
  b"Z…Ú¾Et<*­Ûo‚\x0E+\x7F-"
  b"l÷m\vfV;ø˜:úF¶ís$"
  b"˜TŸH\x05b3¤±êÖ±Åáª\x14"
  b"Ÿ•ÍYBÀ3V¼Rd~4\x18³%"
  b"½X…\x7FmL4p‹!\x1C6g\x01„’"
  b"Æâ‹&R£9O˜\x10Ï8КÄÀ"
  b"""
    Í\x15\x01\x7F£:jº\n
    ‘§*Ú:W
    """
  b"Û¸2§\eõ5¢š}\x13^\x02ŠKª"
  b"øpÇÐW¡1ä„·È\f\x18ML\x0E"
]
78 8.50 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"\x07ÉÌ{5“0x„‡%\x03\x08\x13\x05\x02"
  b"#ùjZ\r\x1D<9×üI\x14\x19Æ÷▓"
  b"(©â«\x11Æ2kÜ·Øtr­/\t"
  b"+("\mÂ2_ˆ¤\x1D^š¢Á¼"
  b"BWñ\x10ò×0‰¦N–\x0EãLâL"
  b"\x06.N\x04<t¾¼?Ö„T{\x01"
  b"R\x1Fç\x0Fš÷7¿œôS}ÖŸ`S"
  b"W9l4\x02ñ8ë™^\x1E9ØÉqö"
  b"Z…Ú¾Et<*­Ûo‚\x0E+\x7F-"
  b"l÷m\vfV;ø˜:úF¶ís$"
  b"˜TŸH\x05b3¤±êÖ±Åáª\x14"
  b"Ÿ•ÍYBÀ3V¼Rd~4\x18³%"
  b"½X…\x7FmL4p‹!\x1C6g\x01„’"
  b"Æâ‹&R£9O˜\x10Ï8КÄÀ"
  b"""
    Í\x15\x01\x7F£:jº\n
    ‘§*Ú:W
    """
  b"Û¸2§\eõ5¢š}\x13^\x02ŠKª"
  b"øpÇÐW¡1ä„·È\f\x18ML\x0E"
]
79 0.57 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) as `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) as `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation`.unit_id, `unit.translation`.short_code as `unit.translation.shortCode`, `unit.translation`.name as `unit.translation.name`, `unit.translation`.custom_fields as `unit.translation.customFields`, `unit.translation`.created_at as `unit.translation.createdAt`, `unit.translation`.updated_at as `unit.translation.updatedAt`, `unit.translation`.unit_id as `unit.translation.unitId`, `unit.translation`.language_id as `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.language_id = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
80 0.07 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
81 0.04 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
82 0.04 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:
[]
83 10.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
Parameters:
[
  true
  b"\x02R\x04VÙoQE╣¦ÐJÅqãã"
  b"\x05%ÅìÚ─\x1D\f£>\x1C\x1En"n"
  b"""
    \x08\x03Û\x15ÇæàßK\n
    \x16M~zØä
    """
  b"""
    \f*R\x14Å©\fb\x05╝█\n
    ý\x12■"
    """
  b"\x0F¨h:þdpŒŒ`Ô›d¼O!"
  b"\x11Lõò\x04Rì‗k\x1F┴"·&Îæ"
  b"\x14òÂÀnüø¬¯îE$ðÃÐh"
  b"\e¡╠ß8ì­¥─KÊØ\x1EÍéâ"
  b"#HÈÃÉMþÇ£ÛM%\x0F\x14\eÚ"
  b"28Ú·ƒÐ4:_<pH\x1E§™_"
  b">\x1FæWçí÷\x02Šº,\x1C´Ý¿¤"
  b"P\x1FÛ÷¦\x01ì§¥├Þý┐{ce"
  b"S R@mêÔù8¼á%7ÔûÆ"
  b"XBçâõ>ŸGØS2G.¡Ãõ"
  b"j‡Y«\x1A¹\x11\x04\x17•´â.z™"
  b"jıâ®ù>¥)J?CìßqIU"
  b"tcO‘\x0Eºþ›%Ñ/E*6ÞC"
  b"vÛlq[]ŠÖiePÜ«ýÁï"
  b"\x1Es\x00.ØÅy\x1E²»¾\x17\x00\x0E"
  b"‚¶ÍÆÌDl>hfÍ9Q\x046\x7F"
  b"ƒ¾bM™~ØNe÷˜‡Å\x01ÉK"
  b"\x11äbùX\x07¥óaφ™‘E""
  b"ìW¶8Ö/"─m0«\x1EJ\x05\x14E"
  b"ŽM9\x00\x17¸»e0#,™yå%t"
  b"É:▒pé¶¡·Mdï_\x02╚▓╬"
  b"ùÙÜ│Ér\x7Fë|┘mé/ÃK\x04"
  b"\x13C\x1EØÚ <7Ê3ÌñЕÆ"
  b"™\>-@\x19“‚Š9\x04Ö*àBD"
  b"¨§bÓ&t[ÓðAB@M¼öò"
  b"ªc-Øÿ»™Ðæ;ز/aØe"
  b"ªÅ#£f\f\x03ñx[q{\t[•"
  b"¬mžd\x1Cà\x02ˤ\x02Õ\x01W˜žž"
  b"®ŽTtpàïD±B\x0E\x19\eõ½š"
  b"°+у›\x02\x03äî\x03­\x07ÃøN0"
  b"°^`àÖ\fš\x1C/š9¨Ç\x1DÝ\v"
  b"·Ý\x1A^Cüã²\x0EÇ2È®ô`@"
  b"Ã$+|t\x08iÚ„o8\x1A\eÇâ%"
  b"""
    êy­h¬b\x05ëI9Ç\x1D.\n
    
    """
  b"┼╦âÛÐÐ\x1FkÅ`JÉ,LdT"
  b"Ãõj{Ä\x15ü‗Ç깫Y$N\e"
  b"ÏÎ[tŸÝ\x19|6E)˜4ŠØÔ"
  b"ıìbÖ\x7F╣┤ò\rºN┴S¤M+"
  b"Ú_…\tèl•q6…6”-ÀOf"
  b"ݹàX\ò~\fÕ·*”ú\x16ÿ\x18"
  b"âbõ—3\rž)ÖêŽ\x17E>Âÿ"
  b"ãqÃ@\x11\x02+˜óöÉÂS›:ù"
  b"ÕÅ\tf®;ÊHÊbü\x15^N½Ú"
  b"""
    éW\x10\n
    2$îR}(\x1Eß~k\x01Ž
    """
  b"é’Ör¯4bk&‚œš™\x7FT•"
  b"ê?\x1C¡\x07¾\x19°ŸiL§{ù4d"
  b"êB";äpA\t|O\x035\x10-Í\"
  b"ê®F¦;±\x17¼ýÍ"„<¸\x07\v"
  b"í\x19Þ\x16í½¬\x18&Îò9w­èT"
  b"ïæ\x07bõ¾¦ï,\r‰&Ê'D?"
  b"õÔìÏ7Á\x07æu·ê?Ø\x04"
  b"ö\x03ª§F\´¡W>pÌ\x14M‘r"
  b"\x00L²lé…5$œ~~»L¡…–"
  b"\x00ƒ\x13S)÷;}¬\x1DG¿\x01ŽýÞ"
  b"\x00®tì1Ð;z£·$Líx„0"
  b"\x00Ñ&½ÃÕ1¾²\x7FÌ\er\rÉl"
  b"\x00ÚjtÉ=0hïı╩í¦2qê"
  b"\x00ù‰\x02ÁD8\x02¸æW`\x07˜Š±"
  b"\x01? E\x1Aœ6܆ÎM' @Q›"
  b"\x01Èe\x03®Á;┬ûÅ┬╠(┬^¹"
  b"\x01îÏ\x0F\x07Ë?Ôž%Ñ_¨\x10rs"
  b"\x01±\x11Qü÷5äÜÞ¿ø╩»ız"
  b"\x01§¯▄ØÎ0kûó\x1A║[ô¯®"
  b"\x02\x07¾\x1CZ®>üøÃpÚ╔¨Ç\x08"
  b"\x02Y06bw<:œƒÝf¹4\x04è"
  b"\x02vO1ØQ2\x12›²É\x125\x7FëÂ"
  b"""
    \x02˜\x12I\x18ú?ÓŠ¡\n
    â%ü¾r
    """
  b"\x02¨KU\v5÷·å€ò|w››"
  b"\x02Ûô╚Zª:ã¢ìýìtóòi"
  b"\x03?üã«v:¾¢╚¹m`±_╠"
  b"\x03OÑpÓ\x030J«Ÿ˜sžPa¼"
  b"\x03¾0│çØ4ƒ░\x1DÔ¹sìUX"
  b"\x04\x04\f8Î3/·B\x13?©òúØ"
  b"\x04O9§]69Í”²\x10à\x13Ôx\t"
  b"\x04U+\vÚ=:Œ‘ýæch2Õ³"
  b"\x04«ŠW=99B›×‘)îM\x01"
  b"\x04âð\e‰œ=\x04¸r¿l\v×"ø"
  b"\x04ãKSÇO>ôŸP¥,Œx'â"
  b"\x04þ?Ö&\x1C=\x17àüg┴_QÛ["
  b"\x04êÁ#à]3È“\x1F`hÁ+‡R"
  b"\x04ï©_.=8Ȉf>\x00¨hœÞ"
  b"\x04ù[H!®9\x05€UÉ\x7FÅ\ee "
  b"\x04ý\x02\v4É=黆.ãØ|S‘"
  b"\x05\x0F\x1A\x02êÿ=E‹XRˆË\L>"
  b"\x05LUrù\x1D<L‘|)«°hSˆ"
  b"\x05¯\vvF\x1C>ëŸ\x17¬Uâæî”"
  b"\x05ÙRrx^;\x19“l\r¥*èX:"
  b"\x05Ô\x08¥6Ø29ú┌ô\{SMp"
  b"\x05ø%¥i€6¡¡©˜DÛ»Ð>"
  b"\x061Ëdb1’æÉÃ2Öõt–Š"
  b"\x06’R£À›8I¶øÐZyˆçå"
  b"\x07\x12Þd_ì?žƒ\x04¸q\x00Т\x12"
  b"\x07\/ô\x0E»>® ®öOý$£"
  b"\x07\x06­:.4\x08†f‰\x12(‚E"
  b"\x07ÇÂ\tìÕ5c—ŽÄ X"\x06`"
  b"\x07═Á\x0E-├7ì»*ð\x026ÿR-"
  b"\x07Ú²└[ü7═Ä%─Q®Õóe"
  b"\x08&±™þ\x1A3å¼òAp|Âás"
  b"\x08*rŬo9\x13Ø¥Yø8║1½"
  b"\x08Æ\x06;ï(8®·[ž\x02äõeº"
  b"\x08Ëfwfh8šª\x1EFU…5™\x1A"
  b"\x08åøn–/:q¶f\eÒ¦ìK˜"
  b"\x08èYtId5A¿¡“T¨“‡\x15"
  b"\x08ëA\fíõ>ˆœœ=vî]1"
  b"\t1ï@©T=™§>g­mAÇP"
  b"\tSGèáW<gŒ5©dλ-\x1D"
  b"\txõÿŠØ9÷ž´\x0F\esP\x0F"
  b"\tŒµ–†Q8\x12œÓ”\rzˆ3ø"
  b"\t¡ìØÚV1J”~Š\x1E$\t€¸"
  b"""
    \n
    H–Ž)#;6¯ú÷-£E‰ó
    """
  b"""
    \n
    \\x1Dl´$24²ë؆)'V´
    """
  b"""
    \n
    ‰SÈŒ\x045Á§'¹Ýûƒ¯Ã
    """
  b"""
    \n
    Ê\x19\x07EW3‹žQ~~{\x1Eà\t
    """
  b"""
    \v0┘>uA8²ü\n
    \x17?´®╬¹
    """
  b"\v\fæÅ>ÆÄfÉ┐?ißù"
  b"\v°ÃL\x01ú<\x15±»ø`™ë’°"
  b"\vÚÅz±ù?\tš€Á94ág¬"
  b"\f\x05{“\x01’üž`*é*\x0F^\x17B"
  b"\f#}Á˸41¾/Atsoðú"
  b"\fp›“‹½1 ¿èÆ\x02ž\i\x16"
  b"\f{\x08╩┴Û?\x11ÁÉoWI~~·"
  b"\fŒ\x0FÒ”\x19:¼°RœîMh>ö"
  b"\fš\x10!Qì1\e•KÞ(‘êd´"
  b"\f¡Y\x04!─0wÅ│\x10╔+Á6t"
  b"\fÄ\f"®Ì1›’ù}……Ûüƒ"
  b"\f̃=«Ä;Ò¨\x1Eä÷\x11/ªú"
  b"\rQÊ„!w1ž çdFz0\x17"
  b"""
    \ríP;ëf5t•í\n
    –͹ð~
    """
  b"\x0E"N¶ìp4Â║JÓÖ]ì\x18£"
  b"\x0EaÙz\x122>ìƒ=ç2\x10Òà("
  b"\x0E†w¼X÷5×I\x1AE\x10I\x06Å"
  b"\x0EïñÍQû?_ìÙ5\x15ì╬ \x10"
  b"\x0E¦ùZz¶9\x02™‚ÇŒ\x00\x19î"
  b"\x0EÈ\x06céV1\x19ä═úì(öµ."
  b"\x0F\x1F┌SLı6ÞÁ╬WáØ┤ 5"
  b"\x0F¤ÎlFÙ8—¤çq‰-­D\x07"
  b"\x0F¡I6Ý15\x19┤ü²\x08ÓNýÊ"
  b"\x0Fþ¶ënU3››N½}·§\x08"
  b"\x10FØXÈé2Mô^¨õ®øR╦"
  b"\x10oi…\x00v1#‘tó¼C±Âß"
  b"\x10yˆ7@N;‰¸C¶ ÂØPx"
  b"\x10žaX\x1E\x1390‘©ÑïÞƒÃo"
  b"\x10¦~þÓ\x13:\x7F\x11\x07ÉÒ?Ø"
  b"\x10¨\x01FÙ-2ÿ¾4|Qª\x00¶/"
  b"\x11b\x07\x7F&├6\x13Ø~û}L\tƒÏ"
  b"\x11kØ║\x1Fo6ÿÂA╚néË,┐"
  b"\x11ªíw`\x10?îŒ\x13*®ހ¡"
  b"\x11É&lõä3p¬\tºßu\x12‡‡"
  b"\x11╠®╦0c5µì\x04bíïÊ é"
  b"\x12D5ô¡À5ÚÄ█õ>\x16 É\x04"
  b"\x12S\ˆÃ;7˦¼¥Ûé–‡Ã"
  b"\x12╚Ò8¼17▒É|¢°S©%u"
  b"\x12Ïc’ ÷3\x1Cºz9I)Øñß"
  b"\x12Õ\e/\x10áÔUu=BÎ\x10Ãà!"
  b"\x12Þe¿£`=\eŸg$|ÐD¦Ž"
  b"\x13jB²ù\x19=6¨\x1EŸhÁ2fÄ"
  b"\x13~ZÀð¬9•¿ 3É.9Ç›"
  b"\x13û)&„[8(œÕ±£è–ü²"
  b"\x14\x00´á~M7µ£™\x02köiÑa"
  b"\x14$îÐQß2K’ª›°ˆþ¬T"
  b"\x14h‚þÖ—>í¡ŽÞƒžÎ‘I"
  b"""
    \x14¨b¶Ä<2\n
    Œ\x12׌D¸Ø\x04
    """
  b"\x14º0»/«7?²cV8xlˆÝ"
  b"\x14ù];„)1ƒ¬\x1Am}\v²9Ä"
  b"\x15\x0F\x15\x16Ì!<k¾Ÿ±±4°•¢"
  b"\x15?.õ§y;ù²‡›P\x1FW\x18*"
  b"\x15­\x13/,÷3bŸõI-ažƒó"
  b"\x15× IºI<W£î­«Þ?µ\x15"
  b"\x15▀É\t\x06ó14ô6¹╩;è³'"
  b"\x16\fî2þL\x1CŸ–4d(%<3G"
  b"\x16(-\x1D\x02ð9ðöýÆ"àÉl¨"
  b"\x16aY.t&2žª†\x18p¼1ÿù"
  b"\x16o>:{”Ö·úä™!š"
  b"\x16ß±íã!=\ŽM§E3©µÜ"
  b"\x17º;\x03Rm<\¡›\x07¬¨µ?i"
  b"\x17õá“â@9Ù—ÙÝ\x0Eé{tÕ"
  b"\x189Wäè\x025Ê«\x1Cp¹œÇP“"
  b"\x18>ÅÂ┼71\r¬cª×¯\x19"
  b"\x18ñº_x\x0E<░ì├äÇ)÷yF"
  b"\x18¿l(QB;]„td\x18Z]4\x15"
  b"\x18ÁE:†@;D¶\x04C¢,1à{"
  b"\x18¸!ÒçÍ3¾ÅØ)a[p\x1Eÿ"
  b"\x19A¡8║L9Só)\x16╚ÍwÉ¢"
  b"\x19DjÇüc8P \x19S\x0E¥Ô\x00Ë"
  b"\x19¬I6åhà\x16i\x12ØF…²½-"
  b"\x1ALÝÁrÌ8`▒=±áÅ\x11"i"
  b"\x1AP²LÆò9NžÁ\x14ˆÌ6gL"
  b"\x1Ad(\x07\x14P5Ô«@\x17Õ0lÇA"
  b"\x1Aeã?/\x164Ž•`á½\x14¹\x01t"
  b"\x1Aw\x02вÚ?¾¤\x0Et\x00p\x1F\x16Á"
  b"\x1A¦ï\x13\r§2ŒŠñ°\x04ïÙ\x7Fˆ"
  b"\x1A®ŒY»36–• \x1Dž†<ÞÔ"
  b"\x1A╚ıÅú/8┬úù¦.9u ½"
  b"\x1AÞ )¨Í?H›Œ¡êx›‚ò"
  b"\x1AÙÂR\x04ü>Ь\x0E¶■¥\x08v6"
  b"""
    \e\n
    ¸ƒ6¿üÑ░ÿÉI\x08µ
    """
  b"\eO¤¾\x1Fb5·•¿<¼…úŠD"
  b"\eá\r‗1Ý<╠Å╬Rüíý\x15v"
  b"\eÁ¼y]¿7c·\x07°Ô¢ºÛÊ"
  b"\x1CnQX½ô?`•ˆéRðÏÍÿ"
  b"\x1CŒË“ ð6\x04»Ò\x17rùJÒs"
  b"\x1CÅ\x1CõmF1¦ÿ&█ê½ÉÈÉ"
  b"\x1Cžwχ\x015‡‰Žn8™Ÿ\x125"
  b"\x1C¯óùÎ&0\x01¦×­þ\x15©%è"
  b"\x1D\x18àìåø14©+2¨p\r"
  b"\x1D$‚wµx5ú‹L‹”oýtÀ"
  b"""
    \x1D~\n
    dŠh3î¶:¹Îªïîí
    """
  b"\x1D–~\x1AÖR8m¦»Å¯ÕI9X"
  b"\x1D ÚÚ\f‡<,¯e‡†‡dËY"
  b"\x1DÑê┐╣Ø5Óù\x04à─ı╚É\n"
  b"\x1DãK‘"X=Z²û¬¦p…\x08ÿ"
  b"\x1Dð;|ÈW=g±Z\x15'@(ªB"
  b"\x1E·róI#1^”[ñ\v›¢#\x0F"
  b"\x1EÐX\x1Dêk6·¿Úgeý\rÇ"
  b"""
    \x1F\n
    ð\x07cf5°‘[\x1E\tóy,\x1E
    """
  b"\x1F\x1F\x0EÒÙn6Q‘|·¾\t2±õ"
  b"\x1FÒ~¬Wæ?Ø™\x19£·¤÷¯d"
  b"\x1Fþù~‗Ï1\x0E┐²0╩dyfì"
  b" \x1AÚñ6°<<Ž\x16òìïÎ5_"
  b" Q»g•‘=‡–´m\êUêD"
  b" beoYä9N¿u¯Ï7&WÉ"
  b" º¥-\x01×3BìKj4z/Ñy"
  b"!M\x17øTÒ=¼·­Ü=îzi\t"
  b"!޼ƒ\x1EÞäbã?ÐÖ\f\x01 \x1D"
  b"!ž—ºØ\x168Ó‰f\x04Ϥ\x1AË«"
  b"!¡4÷rÔ7ä‡!£ž¶’ü\x12"
  b"!«ŒÀB\x110à‘\x1D¡Å\r?\x13Q"
  b"!ß;ø6ú5FÉ!ª\x07GÆÞ*"
  b"!ä%2‡Ë2"€ûŸòªl  "
  b"!‗ü¦╚├5â©ê─£╦CG¸"
  b""\x01âš\x08<+¤\x15 \x07ã›s"
  b""VÄ0o─?Õä´┐{ÊØ3+"
  b""eÌ·©M7\x14€hžZl”n–"
  b""«ý\x12zœ9™ŠTlñÚ»÷®"
  b""®¾<ìÛ7t€oÐÖIoÜ="
  b""┬ì+<K8╬╣═ì¨┤2«┴"
  b"#o=}îS9v¼ãy”ç\x03Nw"
  b"#ÅÍ%7f2$ï\x07V\x0E÷³{ß"
  b"$\x1C\e„ :=åºÏ\x19\x12;9P"
  b"""
    $LÑÿ/í7Ųh£uºÇ\n
    d
    """
  b"$T\x04óã¹="†Îƒ\t\x13®+\x05"
  b"$TÜd8O1\v¿ÅVÉþ!\x13K"
  b"$žD\x10\x1CÊ2i©SÌè0~Ī"
  b"$ı╔╚ì­3_è7┌Y▀^\x08\x16"
  b"%Ã_Sã\x7F6…—\eùG%\ºT"
  b"%ظÞ\x0F?8ö‹åæZuP\x7FW"
  b"%ïLRÔ\x1A9 ‹ÿëVS¾×\x1F"
  b"%÷bxÈ&3ì„þ"k ?à\x1A"
  b"\x17éÒ$3\x06ì┌a\x08┬ë┐÷"
  b"&6\x05÷ÿk4y¥';\x07\x1E\x13"
  b"&9ñPô.<ÌŽnþë6ûˆþ"
  b"&pêcúï•À-c>\x03¹.·¹"
  b"&›þ„§,7Ò¤C‘Ù†ã]Ü"
  b"&×KHóò<\x1CÉøS╬¿!¤z"
  b"\x10Â\x08¼;9•p•\x07¼|ÅC"
  b"&ö¡®Ý!=ùªÖ¿2Þ¢Y'"
  b"'9x[Cg8Ñ´¦áX\x1D¥R>"
  b"'░\x1E▓ucÉ<$\x1Fb│»pg\x00"
  b"'È·û­`6^ƒÒg½\fܲÐ"
  b"'╠üÊ`T<`üs╚T!Yíu"
  b"(%\x06oÉ├0\vâ4ÞiÀì2L"
  b"(UŸ¼\‚;l¢ô^õ@W¸é"
  b"""
    (òo}\x0F*8║É\n
    ¾\x07\x07Á\x08
    """
  b"\x032A39Úç\x19\x0Fö¨ÌÉÀ"
  b")\x08io\x14VÃ)¹íƒ┌ø0ì("
  b")*ÒN>\x06?É—d*\x10ð\x1Cz"
  b"\x08ê\x16ñ?íÂ\Ø@è<å»"
  b")ìá× .:\x1D¡/█ñô\x057\x0E"
  b"*\x1C0\x15 \x1C4d¦¸\x15ê\x10÷ô]"
  b"*"¡\x1E░ 9CâÒ&ìöEÒ\"
  b"*1C{­\v4‘–ÁûCk"%‘"
  b"*Hý÷wO10Š/ï2ZD)Q"
  b"*├¼ÅÊs>o«÷\x7Fï═ûyk"
  b"*ÕsøVß8L…а")\x0E#i"
  b"+&\x00­ÓÝ0KÉîe\x01Ið­¤"
  b"+ˆ›ÕÖc1´¹äT\x03Ç{ïZ"
  b"\x06|ga2Ư¶\x16\e+1æ"
  b"+·£n*Æ=2™ŒÙëS0bñ"
  b"+Å }Ñü#圬öµ§5¸\x12"
  b"+ÏR0öp1ñªr(–î:Ø\x19"
  b"\x1Fƒ\x08U3Ö“\x11˜'äÁL\x03"
  b",\x14Ò.¥é:*·É?¥=‡1Â"
  b",%£\rÖô6”¹Û±¬e\r\x0E{"
  b",>e\vÝP6Ñ¥9ò‚Ç #Û"
  b",úã|Ã\x17<î—“Ç'—Û\x1CV"
  b"-\x01º<\x13#4\e²’ô‚⤇4"
  b"-\vRaÅÝ<úÖ\x15░ß\x06\x0EJ"
  b"-\x0E\x08\x12À*2ZÅ÷Ô=╚"Á▒"
  b"-:Võ>ÖçÑ\x02É­øfH]r"
  b"-ó Í│å;·Ö■ ÆOìÅ¢"
  b"-Í!Ô”Ö=~¡CeNÖ¤†\r"
  b"\x17ïŒK2°¶¡\x7F×âØ±å"
  b"-ß1W/j0ϯ ´d“ü¸´"
  b".@ÏÆ¦›?÷‡‰“©\üwú"
  b".eïŸÃ:9z•ÐÉå@þžR"
  b".€\x1FÅo05c„`\e‚É™;}"
  b"""
    .ÎôYF"4Õƒ«÷xàÒ\n
    à
    """
  b"\x1AžÅ½<\x13Žú…§+è‰ñ"
  b".þîGÏ%8Ѷ-(*\tMËQ"
  b"/)Þ\sj4ݯ=š¶wúï‹"
  b"0\x07ß[ëw?ð”\x08¥š„9BÀ"
  b"0\x17\x03©…—2\e³G\x17®\x0E²«\"
  b"04┌@ØÛ<-î\x04\f\x07=Nðû"
  b"0˜êy[\x10=ù•{¥\x1E3æ1“"
  b"0µ¿?^.;µ“Æó]_\rÜð"
  b"1#dìä×<´©`¡På­\x00*"
  b"1K}\x18\x0E;Ý©\x05<:L\x14a\f"
  b"1khh.m0R°h\x0E¢\x08­Ìf"
  b"1v~CP::ä°½xy.E@¸"
  b"1\x7FÐ].\t>à’O\x1CwsòD¾"
  b"\x06W0Ì<ðÿÄBì*'Õ¾"
  b"1–\x190CÖ=x§t2šŠ¢¹f"
  b"1ÇÃP6\\x14‡-óèÕ‹\x17\vÚ"
  b"1ÍK8ˆÞ0*©ÎQ™ÅXÕ†"
  b"1┘V‗\x18╠>1ÉxwwÙ-\x06h"
  b"1‗─ɨq6b▓ç)┘\x1D█£w"
  b"2Wôz>?;l¥‚Ô¯êæOU"
  b"2˜½mð¬9‰±p_ªIÿE†"
  b"2½u¼m\x044I¿\x11_8ê2\x18D"
  b"3Cµ\x10·364ü■c┐<Ù¯7"
  b"3Q*v¿Õ5f™\x12LöûU¬?"
  b"3Ó¾{«ê5á•tÞOðXä{"
  b"4\x17–ÛÓŽOê q\e®ÚÀ£–"
  b"4M“Q–D;™†\x1Aݪ¥ŠÅÚ"
  b"4^¡ƒér3\x17«Y¤±køðˆ"
  b"4qå+Uç?  A!Gv\x10ñŒ"
  b"5.\vÒ\x10ü3Qøv▓a╦¼ù|"
  b"5](ácO4ÿÖØ\x10Ü╔$E£"
  b"5s¡ü¨&=‹¬ › \x0Fïlu"
  b"5èìOøÉ2═Åer┘¢F\e="
  b"5ÀKì¸À>4¯øæwé¶‹Ù"
  b"5╚Û?ØÁ7vùAC├ú¨u'"
  b"5îkØes>ê¸5¸~Öé‹f"
  b"5§)¤û£2l▓\x13Éı\x14GaË"
  b"6\x08`¸´}<┤Å;¹Í\x1A\t\x11"
  b"6\x1FïM)R>ꪛ\x15ˆ?MQÂ"
  b"6*ZsFê9ðüW®¡BÜ_$"
  b"62ÌŽ\x03\x1C3Y·©i¬–íˆæ"
  b"""
    6¿ä1¬\n
    7ؾn\x12X\x19À0ì
    """
  b"\x10§\x04h0²¬txÁhÂŽ™"
  b"""
    7\n
    Ø'\e\x0F1]âr"V?åå;
    """
  b"71Õ.¶*0þ¬ô!¨úr€—"
  b"72<AºP3™¥³?;æzGÉ"
  b"7ljç\x08É0\x19ŸD+é\x7FȰO"
  b"\x17I\x1A‡:ÿ©CIþÖW-€"
  b"7¿¶h\x11░<üæ╔└¯ºvçÓ"
  b"7´³ÞKï:\v®›D¾¸\x1C"
  b"8(\x00㇮9rº\x1EñöÆŠ¶k"
  b"8<ŒŒ"Í9\t”$ÿl3Nß,"
  b"8─ÆnZÆ?Èÿ'\x03c6ìöê"
  b"8Ë‘Ñl\x052\x13¯BE†¦Ç<d"
  b"\x19N†s3!„Ö}P%Á\x16\"
  b"9-É\¶ç¦b[Àd*\x13Ž+x"
  b"9IZ´”\:0¾ÝÀ‹=D\x1EÒ"
  b"9Rk! ý1}רÅͤS¥╦"
  b"9‡hó(˜1\x1Cª³šPn<¡)"
  b"9’!çº13Ÿ¡N _a‡xÌ"
  b"9║ë1N\x18<\x04ØÊ┼µ¶┬â\e"
  b"9▀═ƒ0?5´ü¡╣─ð\e═╝"
  b"\x1At]¡;ZŽêé÷ÞM£\f"
  b":\x08r\x1A€°<L¹""/ƒîàJ"
  b":1î®Þý3`£ü¶4\x03¼3Ò"
  b":€žöl82s“xnÕûf)ö"
  b":œÌ\x1C¹\x1A;\x15­ªí\x11;m„Þ"
  b":¬Dk\x1F\x100ïžîV8D\x17ü^"
  b":▓ýrê\x18<&»X\x12Ï]│üµ"
  b":é­“Uí2ø†\x00\x1Að¸åý\f"
  b"; ²4 ¥?°©˜r,ìÅ^\x0E"
  b";-\x02¨\x01w1V¡ÛiðQ–\x14Õ"
  b";B‚ƒ\ee6…Ž7õ¤b»( "
  b";‚Áº+|?ZŠ2\x12\x1D}†Éh"
  b";Ïê½\x03ü=²‚Ëî\x12¨\x13ù\x01"
  b";í4¡î‘=M¿*\r\x07·â–J"
  b"<\x087Cˆ¿>æŸqÌo±‹\rŠ"
  b"<\x08ž¢³\x1A>̼u\•Iáº\x08"
  b"<Jù°╝ò<\x07¬]DÅîÓnû"
  b"<WH╩Ã\x021qñ¨╝\x04Ù4ÕØ"
  b"<`¡©K¶3{§¶\x15Pzí\x0E:"
  b"<ç䫪Z;`ü\x05\eÎjVkÉ"
  b"\x10inN4»™\x16^\r÷n\x0F\x1C"
  b"=\x00Aïõm9ѣĆ]iH|å"
  b"=d╩YÈ╗=6┤ÉÂ÷.5ä▓"
  b">V╠ñ[Ù;É£▄▓¸¾·▒d"
  b">░ؼÁÎ>Cê\eP³WmL³"
  b"\v\x02\x1EŒ8L–ÿ\x0E\x1DD\v"
  b"?\x1A<†Œó1f‹Tòÿ²{˜h"
  b"?22▀│\r6\x05ûØ\x1EêBø`\x02"
  b"?Q╔·lØ>£À├°\x1DÒ╩¡ù"
  b"?g9“«.0.œêèW¿÷z\x08"
  b"""
    ?‡\x15æÛ\x17?\x06©\x03M9ø‰\n
    Z
    """
  b"?¹¢Þ\x01Z6J€—|Òç²]\x17"
  b"?Åšl\›0H˜® jè[Éß"
  b"\x04─3\x1955Á▒Ølnüõe"
  b"?Ë&Ç┤┐;Å»\x18¤\x03T8ëô"
  b"?ı£à\x10+0­░Iì\x12\x10%─"
  b"?ÙëxÇ\x022Pšx‚§Î\x01šÒ"
  b"?íP\x07ÞÙ6\x1D‹Ê@Kbâ\x0F\x1F"
  b"@AV]+Î6Þ┐>OÆuÅ\rÄ"
  b"@]R\Jð<þ\x0F®\x05»•ÔÚ"
  b"@™ùŽÇs2*‹î\x02­ÉŸ³±"
  b"@½ü\x18®\;÷ú ¨©iÍ\rP"
  b"@╝8@¾É18ÿ■¾µÎ\x1A\e¡"
  b"A\x05\x08|Ô(3╝¬▒░ü\r¶.>"
  b"A$M▒K®8Ø¿Á\x12X8]Aw"
  b"A9ÆüK0;Œ€i5Ÿÿh²¸"
  b"AHâ,┌Ç2ôØÞ"å±¹v¦"
  b"A… k·´7<¢R<Žî°j\x12"
  b"""
    AÿÒÅ\n
    └;ÇÇX‗ÏCoKØ
    """
  b"AÍo\x1EÊh?Hš^V[i«RE"
  b"Aõ ‚;\x040(…ŸßÏ\x07K\x1EÇ"
  b"Bcþäž¿=©€ÇMw\Ûæ¬"
  b"B« Ü\t\x0E7¿ŒHØ\x11‹ÐQ5"
  b"BÔÇ\x16åR:7¹$à8éœ 6"
  b"C\x0E\x1C n61Œ’›8Wfì<%"
  b"C#·ñ±¤<¬¿ôãvØq¢8"
  b"C-ßuô,7\x07¯Pk\x03×\x06aD"
  b"Cd\x0Eà=ú9|žú¿\x0EQc’Þ"
  b"CxàÚì€93¤–\x15áMу}"
  b"CÍu´ýl3Y´<™‡:îÔt"
  b"Céô\x18H®;†‹ùÕÊNÌá\x01"
  b"D\x05æ©êp?׬ÙÅså\x08\x03"
  b"""
    D-ìg\x12M<<╗¡\x17\x1EÚì\n
    )
    """
  b"""
    D6cE; 8\n
    ¢ƒ1îÏmYÑ
    """
  b"D…W†›®?×¼{ç«L¦¯\x16"
  b"D‰EÂË×3…¾Ã\x16}\x0EÄÄ„"
  b"E\x03ê)Šƒ4~¾Ñî‘kgĸ"
  b"\x1Dt6r?½ƒD9²\x08\x02"
  b"Eû+¶4v3Àº‡eÿ0!äÌ"
  b"F\x00ZY&™5º¤86˜z"™¯"
  b"F\x1Ek˜â\x052-¦¾Ô\x08ƒ.ï\x04"
  b"F5»lo└>╠ØHpø│\rö³"
  b"FĵH¥™;a·îõNJëñï"
  b"G\x1Eï ©(7f°¥Í‘wZã\x13"
  b"G'\x0FªA\x11?+„aè’0›œ"
  b"G=¤çòã8\t“ix*׿\x1CK"
  b"GrÚâÐg<\x1A¥§:éð§ö6"
  b"G\x7FÈðËŸ0æ®\x12Õ§¤oˆ×"
  b"""
    Gë2K\n
    \x107ïØ$OY┬ô╠+
    """
  b"G©’S\x1DRÛè\x19¶[…Ue¶Õ"
  b"G▒╬n╚A0┘«\r&©'Hì\x04"
  b"GçCǦÙ?+¸Uè0_¦\rp"
  b"H\x01\v޹\x00=LªHçaŽÛ\eñ"
  b"Hj!'ת8"±Ù©\x08\e~"
  b"H|\¨¿@8«¥Ý§▀¹╣ì▒"
  b"\x1FÎO}}ı╬t▀+½■¢²"
  b"H™\r²&Á1Ç­1‘RéЕ>"
  b"H╬æ‗nl7¼ÉÐ'/╦V└Y"
  b"\x1AlnNŒ*»r>\rY£ÛÈ"
  b"Iu·µ§Ë5¹•t]þBÊâ"
  b"I~ðÉvl9°▒║3r;\vI\x1E"
  b"\x03\x13▒ô2╣®6ä\x19Pŵî"
  b"JA\\x14Ai>Ô®_œÐ(3öß"
  b"Jt\x00ìOº=ËŽ“\x06.\x03u.‹"
  b"J“p>d"=¦º\x17\x17½‘`åÔ"
  b"Jº§ÅEï<%ùcú╔+2 C"
  b"KšÄsXÜ2•»€þðÏÂu\x07"
  b"Kæâ‚¿\x17:\x13“a\x00\x06/ü5„"
  b"L:ïy¶Z7ñ»_¦8¢?ù9"
  b"LVéü\x17æ=\ä>2║û%\x16\x14"
  b"Lbé½§¯1\x15­.q\r8”\x05L"
  b"L†ÞC'Ã1bžU£‰XŒÜ´"
  b"Lè_\x1Aü█3eÿ·#¥¦Z{t"
  b"LÛv6\x17E<ʘëRm\x10»+È"
  b"NaÆk╦:0@üÿÉ¿.®_1"
  b"Na¹\x0F\x198´ìBYÞ┤,ãÌ"
  b"Nt\x07@?]5#š0©÷\vºeb"
  b"NÚ^+<ð5ó¤bø•}#ÛR"
  b"NåÒ–µ±0u«:±@ \x15"
  b"N³H±=ô=Cç:±\x7FÐÅ®╚"
  b"OM…âOÛ2B¬;ï\x16ÀÐ!‡"
  b"Oh\x14v´Q0\x12®2\x18¸‚œ\x1E"
  b"\x0Fp@\r>©³Ò´u-4Š "
  b"P+-│Ú=8êúø¦wÔØ=9"
  b"PÒE™/Ï3Ý‘Û2÷\x02Ð&›"
  b"PÏ9!Õ\x1A4█ƒ\x1E¬%'cTü"
  b"PÞë.´l2e·¦T\x07¶2\x06"
  b"Pß,œ\x1Aÿ5Q²Sj©Œú;G"
  b"Pî¤õá6GªÃ\x07ÛE~³ä"
  b"""
    Q\x03Z\n
    ¤~¸\x0F;%3¢ëÈ0\x1E
    """
  b"Q\x08┐Õ/┴4m£¶\x1Fì-7\x07ä"
  b"Q`\x07\x0F\x02õ?\x1C­.N\x04“+\x19ˆ"
  b"""
    Q¿Éð:_;Œ”Öm\n
    ésÞç
    """
  b"Qé"üÔL:£ŽsÁ\x0E/ÎÉ""
  b"R\Y¢éE4N¶ðÍFz·\x1Aœ"
  b"Ruýœa+:0¥<éº0Õe\x00"
  b"RÊ(¿Oà;xü\x11W\x19ç\x12±9"
  b"Rê“Ïó00ô¼‚6VU§Û#"
  b"""
    S«üÃ\n
    êh0A"ëzÀ┤╝õ
    """
  b"S¾›\x1CvG<È…¸ñªVÂ\x12I"
  b"S¦╝æ┼J8\x08רØ\x10,2ã┼"
  b"Sý;T.%<A½\té\e\x12ï%Ý"
  b"S■gÅsª7\vì╠┌çv´ÁÇ"
  b"Töº\x18M\x13=tÅJ̾N-2P"
  b"T›ëB\x03–1*Œi3\x1E&³h5"
  b"T¤ïû\x06ê5U¨%äÚÌ­\x14L"
  b"\x08\x06ªo4ˆ½'Y1Ž\x10ÏE"
  b"U#×!\x03x?\x04“Ôd¥ÂÉŽ\x1F"
  b"U$71B8:°©üí░Æ\x10"
  b"U'éökË<\x08°¥h]£\x14|q"
  b"Udø_Y╦<-üo█2$\x03Ù┘"
  b"UfMòË×7¢²Ð¼}KÖˆ%"
  b"V èŠ4\x172\x7F¥8Áa„—Hf"
  b"VPünïÆ>¢¨šûu˜˜Úì"
  b"Vg\x01ï>É2n°3\x7F\rQ\x7F\x1C÷"
  b"Vr\x07ƒ‰Á8\x14»¢rئw\x7F\x7F"
  b"VxyW\x0E‚3\x10³‡€\x12ø\x01 —"
  b"V’6c~µ>.¿ß,¯M®\x13\x1F"
  b"Wçdì╬É?¤çiõ¸!é\x18"
  b"W륹œ 9j‘î\x02ã|\x14F\x00"
  b"W§v®ƒÅ7ÏÄ?\W─\x14\x12\f"
  b"Wö&\vÖì9ñŠ ˜kÕ\eÄP"
  b"XSÕt\x10n2:«Å/╠I┘2$"
  b"X¡3‚šH0\x15Žc!¥È†êm"
  b"X¸i\x07´(6ãŠ6rà×ȲÞ"
  b"XÐ]MÌ«5éµ\tƒ\x07©\x1CÔþ"
  b"XÈrXgü<\x01×ÔZêq╠Ü\x05"
  b"\x02½‘¸7\r¦H*\x1C4D¡*"
  b"Xûô訛=K‘ÑÜI†ƒç­"
  b"Y\x04Ô⡇4(€g\x05 M*ˆ}"
  b"Y\x0EH%\x07 7l“7]\x1CJW\x0E"
  b"Yi,\r¯8g‡\x19wq3E»N"
  b"YëÑu§Z2ÇçÉo\x19\x15┼5A"
  b"Y³À\x06ö 6÷…Ì\fA,è%¦"
  b"Z/;&\x07Ô6Ž·n¾sñÓÃŒ"
  b"Z7\x1CŸNw2ï³óÛÆñ•Å2"
  b"ZuMf5á7©›Ù\x18Åæ\fº”"
  b"Z¡u¤o\x008=´\x1D˜\x15ò\x18Šl"
  b"Z«1\x16׳2ϧñô=£¾Ê\x0F"
  b"[DÊ~\x03Û4“¹Ô$Í*Ÿ=_"
  b"[K\x14ÎЩ2>°\x1Fª½½Ç6â"
  b"[bòÏï˜9=Š‚;¡²]-#"
  b"[}9╔╬²9'│\x0EÃ?Å┘ã\x03"
  b"[²Gc+Í9ù¦&w+©‹ð<"
  b"[·œ\x1CÑò;ܘqL:9¿MB"
  b"[Êìò!H;0µ\e<oñê„¶"
  b"\\x12\x01Ï*A4▄ñ¨Åñ┐çñ\x0F"
  b"]\t Ó˜E1\e®011©MÒT"
  b"]\f\x08*à!1B½D'/\x06¢;µ"
  b"]VÖ¡Z\t3Z¬cwš\f®³B"
  b"]‹J\x1Fßë:5¯°‚¦¥°Ð\x03"
  b"^\x05Ä:ŒG7\x1E™cÓŒ¦gm6"
  b"^$\x00…°\x077‡–ûüsš´ZÔ"
  b"^2†!ïK9«Šaj-¸€ ¸"
  b"^¨I\x04/u6õœ)u¥×æÇ€"
  b"^¬”6ëÚ2Q¦j\x08ü¨\x1C§Å"
  b"^Ûkê°╗9\x15\x13HgÞü╩÷"
  b"_Dd)}g=|­íj”û‰\x04§"
  b"_À[=\x14‰8–žÂ\vzÛ8\x14z"
  b"_Âã\x1Dy\x043"¯Ë\x7F¦š¡>\t"
  b"_Ì·%ŽD§+ó\x1C\x16è.t\x14r"
  b"_ÚëÖ\t07È¿þÆ¿\x04´­="
  b"`dA)å\x161ИÕöwè\x17©m"
  b"`wË“\x07$7ZŽy\x0E{\x19»·¿"
  b"`Èmüº°2┬»6èvæ╔äü"
  b"a\x1FЧ“}?û¥ÆÇYörPc"
  b"""
    a ßêmF>èÅê²─|\n
    I\x02
    """
  b"a!F\x01»56°©¾»°\x0Fœ\x19"
  b"a‘²Ñg§>a•?]\x082Lµ\x02"
  b"aý£èÎ]<á°”\x10Ì÷º?ƒ"
  b"b\efbt\x1A<Üžpò/ùê-,"
  b"b(\x0FÕ\x11ø36¬ƒ#h¥wj\x17"
  b"b4°\x17-¿<&▓┐w\x7F\v®ÅÉ"
  b"b6Ÿ±æR=\x01‰ž{y#É—k"
  b"bM@]Ì\x13?ϲ,dô-;$Q"
  b"bi╦\x08\x18ä>~ƒØ'\fËë▄Ü"
  b"""
    b¦ƒ²V\n
    ?\eˆ•b\x19E@{n
    """
  b"ctK\x7F¼|;ÁÉÁÿÈ\x06°ï\x14"
  b"""
    c³ˆ>\x13h<\n
    «\x1F+Þ'øò~
    """
  b"c¸yd¬U<í M\x1C\#QµÐ"
  b"còy÷»\x189²¨!7?0"
  b"cû!—½Ú92¤Oñ¢…‹ô\x1D"
  b"dµ;Am\x01;\x04¨W´ô+\x1Fáö"
  b"dµî¨±Ä4®¡êOþÐ>É\x01"
  b"dÐ0ã7\t?´▒¿.╗Ø,¬g"
  b"d▄Ø^O(5K┐ùòÎï¦UÊ"
  b"""
    dírO*–>@¼Ï$.'\n
    Á'
    """
  b"e\x0EAH™\x16>À—EeÕ?3\x03á"
  b"ee\x154oï7½°±ŸTL\x1Ef7"
  b"eh€Á·\x134(§ØÈ©\x10\f"
  b"e‰³+.\x1392ˆ„tËF=·©"
  b"e·¦êÔÀ7‘”ùŒŒ·|4ó"
  b"e¿a»@Ÿ7G©$"\x03ÜžÙ\x04"
  b"f1I\x12Žê6„¬]öW‘\x13Øê"
  b"f3v%¶`<\x04Ÿ¸NáÌ\x16e\x14"
  b"f¾Sk”Ä3\f¯ÊÝërÉ2Š"
  b"fÚU´ð×2┤ì\x05àÓ\fV║&"
  b"g\x17Å‘J%;\x1D˜xÄ\vàª\x134"
  b"g¢lk©(0)”þ£ýx`ÏÆ"
  b"g¦(\x0E\x1C\n<Å•5‘\x00 iËô"
  b"\x01÷²ý3.‹®Ln\x10¹b\x02"
  b"g²+Ûèy4═æÈé*ý└ìY"
  b"h©xæ2‡0gš\x10\vb\x15¹h^"
  b"h¾þ½Ë¸<”®¨\x01>W\x13\r©"
  b"i/Se;×62¨%´\x1E}öÎO"
  b"i{&¶xH0Î¥Chï9N†p"
  b"i˜Åš"j6\x1C¾¤u6£ ±Ü"
  b"\x15÷¿Ÿ1G’o®eìeüñ"
  b"iýÅ—Ì\x004±Žê”œ\r’Æa"
  b"j$\x14“^%7~‚\x04»\x03û>fW"
  b"\x1DY\e\x14=¿¼M\fŽX³èñ"
  b"j«#Å%>;Ìä-\x0FK\x04ô¨)"
  b"jÆD®‹\x1E0\x12±&3:î]·)"
  b"k0Õ,åÉ6yî┤½GßÌ®f"
  b"k8b§{Ó?&┐▄7ìQ|┤\"
  b"kI\x05å^Ø9o¸ÏGtmu]t"
  b"kO\x04\x0F<\x17±òoú\x07–á}"
  b"kh‹OeP<\x08œê£Ù™ç~S"
  b"k³æ…àÔ22šQ‡Ç$Ë€Æ"
  b"kòð\x1E>Ô>ÿеc8"\x03Q\x15"
  b"l'õøà°6>Š#£\x11Ch9ƒ"
  b"l*èµS®8'º\x10ªâ¥SF°"
  b"lEf©7\x006hÉ¥{ÏÍU\x06"
  b"m\x01#\x00à\x0F5¶¬ÝÍC\x031\v6"
  b"mAõ`mæ2S„64Å}@ν"
  b"o&|9{ã<uŠÁ\v1¶®lè"
  b"ox\x01\x18¾Ô4^§(*/&·F€"
  b"où[ùna?\x1E½\x12v›\x00"
  b"p?Nž¡Ž3¬¬Âü?B2½\v"
  b"p[6|ôj2xì═\x1DB0ËY°"
  b"p[G\fW£9\x1Aމ#Ÿô—Ö\x1F"
  b"\x1DO¸)1¸Çl¹©Û═Ö\x15"
  b"péÂÞ\x115Ò©½\x1F÷,ÇÉ\x12"
  b"q\x0F\té\‡5ý†ÖÖ÷\eÉü\x12"
  b"q\x12ÁÞ\x08É2Òƒ2¤\t&Ì¿>"
  b"q§é柾>C›2Q3;¾§ê"
  b"r\x00ú|çq2¿¤—æõvtäƒ"
  b"r V\x14§Á0’©\x1C\f‘=Ó]ì"
  b"rT\x7F\r¼S8Åáx9µÅÜGÖ"
  b"roôp\x08J>e±Ö*ôDÚ@…"
  b"\vkf¦9F¦¦r€^©\x0F°"
  b"r¡È3îs3\v¬»Zw¥ì{R"
  b"r´E╠<\x143~á/æÅYJúu"
  b"s\rØN.42┌£@~Ý¡,,¦"
  b"s4nÇš\x168_‡”\tŸ£fÑ¢"
  b"s6öä5y4º™‘h¿Ñ\x18ÒÎ"
  b"sW▄RüJ;¼êÕóÔ\ãrm"
  b"sì)Ç╦u3þö*rd;q\x1E"
  b"sì─¹ı\f3·ä\a~Ë┴ó½"
  b"""
    sç_Ë\fV<A–Ö\x11h\n
    î£C
    """
  b"t\x05XÑ%ì<;¿äo-\x00+0\x01"
  b"""
    t`¦ ã~6tôülQ\n
    \e
    """
  b"tu-§S88±©€jtÚDRÎ"
  b"uaï…\x1566›¿è_>€ýxŒ"
  b"u™ïÊ a9k¸s÷[–cW\x1D"
  b"u®â¤ùÂ>═ª{Å \x0EøV´"
  b"u¾3f]\x026¡†!\x18éY…\x03ø"
  b"uágN\x17ø;\x04 qBi\x14‡J²"
  b"\x1CK@\x11<¤§û¤/˜\x05ò“"
  b"v\x00³Ç•\x141A›ò$7OŒ~ñ"
  b"v\x01ý3×U?kŽ\e¦æ\fƒY#"
  b"vf.T<å?Úš6k{êª,Ñ"
  b"v¨2”ÅÍ<\f¼ÌúØ‹Uâ7"
  b"w¦i\v½\x172†‰\x7FüˆI¢Ëß"
  b"\x139¹b7\x0F¶l@øÇ+vÐ"
  b"wò„\x00òô4ž¡^¯…ê;OS"
  b"x-¾ñà¸1/Š}nï]$úz"
  b"x‚æ©wä3¼œh~A¦\x0E²."
  b"xÓ%8žæ0wšÓ\x0E¦m'é\x08"
  b"yíÆIGÔ5@ª!\x16n\x7F,’Z"
  b"zX,Ž¥L9ó˜Ù"µ"Cw\r"
  b"z•áéÐÉ6Õ¹À«7³d›8"
  b"z╬ÅRVz/╩ÛL\x05¹BNQ¥"
  b"{\x07¤`╣\x051 òB▓©\x7FØ58"
  b"{*{„ÁŽ?\x1D¨Ô)mvÒiH"
  b"{éqÅt╩4/¢j¬Y\x1D5Ò1"
  b"{áû=\x1A[:%Ž\x15\r`ù"
  b"|,chë>7O¨*?\r{ñb…"
  b"|ŒÉÂÖÜ8gªÃÅåÌ%‘\v"
  b"|“\x0Eç#Ѹ·\x0FÌ0\x14µw á"
  b"|¨§D§X8ÿ€ÁÌ^Eè\x1D{"
  b"|®¨pYÆ0hùÀ\x07É/2ça"
  b"|╔┴|DS:7ü\x12Ñã■¨?s"
  b"\x19yîM;x¨fcšc­ŸI"
  b"}PÁÚx\x19>ÉÁ<°£Q\x1D╝*"
  b"}zED¯\x1E0\r”=VÇ\x116'u"
  b"}ÜöR\x1F\x0E;Òí¨Éï­U6n"
  b"}¾“@kÅ2÷©õ×9³p;\x02"
  b"~\x03hŠ;Ô:R³æPÃÄ\x14µ¹"
  b"~\v@â9è9g‘NgI\x1CÈÓF"
  b"~$Ø\x19\x03j;PŒ:á£\x1AA\x18Ê"
  b"~%\x1EQÏÇ3o©òšt•þí("
  b"~,æ¾'›3ñ¿Â=xáù”Z"
  b"~7ì,lÝ0Öü¤u\x17\x03á¾ÿ"
  b"~t\x03•G¨?_¦\x17ÿ„ÈF}±"
  b"~¥9\vgú2I¶\t1ax\t\x1D"
  b"\x7Fê¶\x1C1á>nü\x03Q║´%═-"
  b"\x7FóE4ÏY=Å┐áñä╬ý´d"
  b"\x7Fÿ\x00\x08á¸8\x13¦»lL\x1F"
  b"Ç\x08RÉ~\x089´êOõ\x18Ä\x14Y\x17"
  b"ÇH8ªù▄5;║7\x1Ev"┤ÉÈ"
  b"€\4½K_>\x12 IÁa'äs\x14"
  b"ÇÅ│¿\x00¾3║«=ä\x02íD┐E"
  b"ü\x18ª$ni7ÿïóÙJ═\t"
  b"ü8U┐950┼É╦bg\x12¸Àj"
  b"üi╝°e¶7n®\x07<ÛÅýÌ▀"
  b"""
    üæä\x18ä\x02<\n
    \x1E Q,\x1Cã¢
    """
  b"üÂl\x17Ðê7┴ùÈgJB\x06g\r"
  b"ü¥ùñò╚5╚è÷/▀â\x02©╚"
  b"ü╦║Ì\e\t?¬¼*ÝádmÛU"
  b"‚œ\fËZ‡0¸Ÿ v¡X¨}L"
  b"‚ŸœOÞi9K“~fúŒý\x0EØ"
  b"éñR~\x1Ej=TøTì6\x14÷'~"
  b"‚ð+{]›8v Ñôãm!\x19¦"
  b"ƒ)WUéÎ2B›ù¿Ì\x1C\x10½j"
  b"ƒŽŽ,\x17Œ3o™ÏÈï¸ÎbS"
  b"ƒ²°í)Ë>µ¯üÍ\x04/š‚6"
  b"â±H█æ\x1C?zì9ñ«5¼í‗"
  b"„P"é\x0Fs0ô.,ªAž®\"
  b"„ж\\v.<³³\x02!é§™r”"
  b"àOQ:\x19¶<ùÉCK<\x19D┴J"
  b"…Q’\x18b¬=º–ª\x05Á\x1AÒ¿Ï"
  b"…h\r»:\x7FÓª tÉ÷D|$×"
  b"…ŠÐn\x18d4Í¡“‡31ï C"
  b"""
    àÍ×\x04ÙN=}ì\v\n
    ┤«X\rƒ
    """
  b"å\x0Fj\x08Å¢;▀┐~╦\x086ãdj"
  b"\x10Fùá$9¯¸ˆÿYu\x17×µ"
  b"\x1Aó–Þ\x19)­-Êùì\x13ÕoÒ"
  b"†d5¢(H6ò‰ºõ`çëÐÒ"
  b"åyrPM_0]ëúüúÊÜ©I"
  b"å╗\x1Cêt\x07;\x1EÅ\x1C»@v´\x1C{"
  b"†À\x1C\x18÷Â9â¼*ìu\x00À¦ý"
  b"\x02’v9×0\x0F™çoöCL\x12\x05"
  b"‡—•\x06×\x137\x1C\x1EÕ‡§È0–"
  b"‡Á\x07‹ä·\x1C\x01¿qëDÌRtT"
  b"‡Áfó}t:äž>.ÀMšGñ"
  b"‡ÃF~øi3b£ë\x05³Š§Gƒ"
  b"‡øºúöD:\x11™¦ÑÝÆ›ó›"
  b"ˆ$…i*W6ýšå‚…¬ê `"
  b"ˆ=j!…ë3;¢&9\x17eÒŠã"
  b"ˆAXp®o<ß¼¿qåû\ecQ"
  b"ˆà.*¥¸6.¬TòÙßµFç"
  b"ˆðæ0hï7p•\x1DKß´Äú\"
  b"ë5)Øb█8RÖÓ\x01âÌ­§├"
  b"‰¯ëé\x1CD7C§PKÒé’>’"
  b"‰¹X>åÅ?»‡üµÚÉß!Ð"
  b"‰¿\r/õ·9ײpDkܽÛ\x16"
  b"‰Á©AƒV4Zƒ–#>œª2B"
  b"‰Ù‘ÍÂÑ<½£C’F\x1A1\x15»"
  b"‰ñ»,\x14<9bœ\¸rΡMÅ"
  b"ŠQ¡·²Ø77™;U£\f#ÚO"
  b"ŠV\x02  p0‘½?S‘\x18Œ\x01Ú"
  b"Šþ9É\x15ö5\x12³µ\x11\x0E/*C‡"
  b"\x05|÷š!8&޽õïLYWR"
  b"""
    ‹Mäßå£?\n
    ¯Ñ¦Ý\x0E\x14ù
    """
  b"‹«\x1F}õR:$—Ф³jjv "
  b"‹ÈôÉ[m:íš…ù¨¹âØ—"
  b"‹âŸ™@õ<°Œ-âÈÁ½òñ"
  b"ï¯\x00`\x18Ø=õ«Z/Ï}{Ò\x1F"
  b"Œ=šµ\x02 <§ƒËÖ–·•o}"
  b"ŒO¿péÏ9\f¼è¤\x0E¾žê'"
  b"ŒRÉᡘ5¬œ\x1E±QWõæ\x1C"
  b"Œ{õ‘\x04!<ˆ†'¢‘ûÁk5"
  b"Œ¦qІ¡6²«‡"·šä§@"
  b"î«4^0æ7p¡─\x1DêýÅ\x13d"
  b"ŒÍ’Hµ\x133º™àÖ§3\x17ç\x17"
  b"ìá¹\x18M30²¼┐sÒbi\x11ó"
  b"ìúîl▄À?²Áu╔‗¥hÈ\v"
  b"Ž\x02´²n‘9éœ\v7‡ZÔÓ°"
  b"ŽGÒ–·½4Ê \x19¼¬ãú´ì"
  b"ŽWznµ\f5nŸXÈäýêü\x04"
  b"ŽY˜y“35´©ã¡™8Ü$\x06"
  b"Änk¹°╦2µî¹\x0F\x1E\x1F¨Å3"
  b"Ž…Ôéy]mQ\x1Dw2ïì¬ìG"
  b"Žÿí!ôN53£Knµ¯‚/§"
  b"Å6¬\x1E/ð:\x1CÿYÓ┌¦┼ <"
  b"Å;ù┌\x0F\f7\x02ñüç└X\x0F"
  b"Ås\x04\x14¢┤6ÓÇOîı¢ÚÊ═"
  b"Å}m#©m9÷öÒ©▒£¤\x15>"
  b"Å▓;ºFA>tªıQp│\x7Föì"
  b"Å╚!ç~9=╠úùy\t8®«\x14"
  b"ÅΦ▀|n2^Â~WÐ─Ï54"
  b"ŵ\v─­┬;x¼X$6ä'ð."
  b"ÅÙ3}9>6¤ìB■ýãÓ╠5"
  b"Ŷ]ûf³7\x00│¶\r▒▒cRy"
  b"É\x12\t\x12\x08­>ÊÀÐ\x03÷\x16╣¶\x0E"
  b"Éò▓Åtý?Ù¡ÖKZ\x01╠¾├"
  b"ÉÒ?╠ ┌4ÛöÛµm¬ı®\x0E"
  b"\x119`_\rç\x1Dæ\x7Fêhq\x11"
  b"æï®_(4<1«ü\x0F\x17\x01X·Ò"
  b"‘Ä6s‰‚9€‘B·-˜#Õz"
  b"æÎ´æ\x1AÜ=tìë■¡▀Ðm9"
  b"æÛ▒ÿ\x13ä>ïÅòzH¶Ùy%"
  b"’—›ËIè8+£“TÒLOcz"
  b"Æ¢Z\r\x1D1öü├y³µ.Q\x7F"
  b"’Ê<?Ú7`™ ?ƃýQy"
  b"’Ï8Žš¼53¬ö/ç\x1F\x10€""
  b"“Y¶Í>›>"£\x01üò¿M¹Ò"
  b"ôÿD²èØ<P¿\x05Yc\x0Fé'»"
  b"""
    ”$\n
    u¹)>ô†(a”Í Î(
    """
  b"”J ªï”3\x1EŒÌ'NŒ„ÎÙ"
  b"”aì[Œ^>j¡Ô\x1EñP\v\x16p"
  b"”j¸æße1侀\x02$–i©M"
  b"""
    ”艫ÄÑ6´§\x05\n
    žë\tÀ\x19
    """
  b"•1u\rД0Ò–µ ïiÆ}9"
  b"òa,Vñg7«¬\x03Éa¥█¸\x1C"
  b"•o¡ã\x00ò7j¬ú™›0+óö"
  b"""
    òÛË\n
    X¬<¢ÅùÚ╗2‗LR
    """
  b"•ùÍ‹Gº4\x19·dˆ¸øî@ï"
  b"–+Õ¥\x1F\x1A5–‹ie\x19ðËGr"
  b"–Qh\x1Dø¹:U´\x18îõþ\x12¤Æ"
  b"–S8)\x0F}3/ \x06dÓ/ñÖ\x06"
  b"–V\x11\ry7€±‘˜Å”ÝŠ!"
  b"û]┴ÏÜE>m░Cü'\x19ô/;"
  b"ûtÚ│µ╚5>ì╣(£îWJ\n"
  b"–…q¤{è>Ë—}¸+Û\x03 #"
  b"–ž”Ó{c7Pˆþ\x07.ø²Pµ"
  b"–úPòk«;Ž«Ê}ãŒl^Ì"
  b"ù0╗ú|ª5]ÉwùËMA\x17v"
  b"—H[4»¾¼Ü\x1FÀ²šÁ&e¾"
  b"—R\x06¹¨]=-©·ØÈF{jƒ"
  b"—b’6µä³â_ý&oB*àk"
  b"—n\x1D‹5ü8¯›yí¾1Ÿko"
  b"—µW”\x17j6û‹—¦Wb\x04—ö"
  b"—¶~á·º6ê‘`_\x19Á\x17¼æ"
  b"ÿ9H\x17äã0\x11Ä■E=õ|ü3"
  b"˜Z_cà~4ä–úϺŸwT{"
  b"˜|\x04Lý´:(‰¿!R._[,"
  b"ÿìHóÔ\x057¬╗╠@ÎdK\x14W"
  b"""
    ˜©\n
    \x15#\t3žœ=ï\x1AÕ±‡w
    """
  b"˜«££\x18t1N¯pÝ7æ\x03ŠQ"
  b"˜Ó9º~Óèƒ|’ý؆K\x01"
  b"™*¥\x02‚»5Èž#Þ^ïçÀÎ"
  b"™[žÒ£0;î˜gº%&\x19•»"
  b"™w¢”jÂ3Þ¿.&*ó›¨Q"
  b"ÜSF└>d5©ì─§wàr¿L"
  b"Üa]\x0F%m╗Å\x1A¡hnýSÇd"
  b"š}¦\x10PO5“Š)ʾ“uêk"
  b"šþ~Ä\x14¼<%¨#3{W\x08š$"
  b"\r\x0F0ÿ\t2…µ\tu>¡ZÈ…"
  b"ø┤c/$i?\x14Ç┘\x07 d\eÉØ"
  b"›í$§ï\x1D8g—×¶w¥¥÷Á"
  b"œV5"ò€5/ŠÆ5l6G-\x07"
  b"œz/S§+6°‡8Ÿ!\x18‡ëå"
  b"œâe<Dñ2SœÔ¢.–øÁ$"
  b"ØM\x02pS┬?4ê+ÑÙ\x17ó=t"
  b"Ø[l:\x07¦·É│ ï[\ed%▒"
  b"žp8üvI6\x06“Ùù¨®S\x18\x04"
  b"×ɨ╣§\>fúT^õCö²£"
  b"žÌÒ£Ðñ>m’oèþww7þ"
  b"žë¯rjá:g½‡ºY\rÁhB"
  b"""
    Ÿ\n
    \x1F/’ 5ã¾m`à\x07ë\x19¨
    """
  b"Ÿ;pWî‰0»¦ã\t¯\x04\x11¥—"
  b"Ÿ@‘5\x15Ò8€»a\fýêÉãK"
  b"ƒhü°\tÊ8▒¼└ä/\x13®\x08¤"
  b"ƒmç╬E░=üì\r)'▓ËVþ"
  b"ƒØhI3┌>╣│x├cQ░óS"
  b"á\x07\x1CºÉ/;CÆ▒└1þ\x08Ð_"
  b" \x11ú£×>2œ ¿ØNNä–|"
  b" \x1DMÒtÃ8H‰“¤FS5Ø8"
  b" I”‡\x08B2\x1D»@R³‹V¾+"
  b" tlŠŽï<y›HhÂÌíuy"
  b" \x7F|6\x04\r:_‘\x15@\f'‹yH"
  b"¡$£%\x16Í4Ž¢ºB‰Ý’‚F"
  b"¡4Ú¡Ã9²ˆ\x06¢\v\x12-êx"
  b"¡a\x18¡¯\x089ù¿…$ý\x05\x06"
  b"¡\x7Fß&Yù8·‘\x11\x16xï'$¢"
  b"í½k┴\21yÉÁoŸ\x12┌d"
  b"¢#ÚÆPŠ1\x12¡ù€ÏÎüh2"
  b"¢qSˆ“00V€ŠŒÃщ\e˜"
  b"¢›ÑJëì4š”Nà\x00¯\x06C\x1C"
  b"ó±N.▒â1qÅ╗a\x12ËDît"
  b"£3¡e?Ô7ã®Qfûk˯„"
  b"£=\x07ò™Ö7?«fe5ÒO\ef"
  b"£>[/†Y7\x08”{™û\x1Eìm‘"
  b"úª╦└;35╝ë\x04╠WuØ\U"
  b"£ëúH\x1CÄ>4±aÚÂÂÎ\x18\e"
  b"¤ À™\x03ï9±©ëƒúŸz\x1Aƒ"
  b"ñB▀QÉò8Éê\x13¨╦¹╚!8"
  b"¤I¦ùú\x070‹šÛ\x06zk^šP"
  b"ñiæ┘*\x10;ZÉ═0Ò\x00]ߨ"
  b"ñÜ/\f\x04|:\x0FÄGüý Øú8"
  b"¥\x1Ca¦‹j4½Ž„ú}\fÈëŽ"
  b"¥m;©\x13\x041\x0F’zÖõ\x03áBh"
  b"¥ˆG–i\x110Å¿ŒçE\x13ž8…"
  b"ª\eûÅ\x7FÖ:\x1Dèá┤\x10Ï\ö´"
  b"¦rN•\x00ý5±—\x00\x16+¸"
  b"ªÂßÅõ\x0F:Ô¿d&à\x15´¦R"
  b"¦·¨\x1En@6&œ{ì/‘¦%w"
  b"¦Ã£Ý\x1Dì15œ¢ÍÇìzw\x12"
  b"¦ÿEW9ì7™¸öK\x02ùnû„"
  b"§\x19Z\x04’Õ?ÛŽx\ãÄ7Øë"
  b"§@É`IÝ4}µJ}@¼czT"
  b"§©™\x00šë5\…@\x1C™Ø\x7Fé®"
  b"§­y¯ð–4\x16½nç\x14¸\rö\x00"
  b"§°ËÆmÁ0B–ûœ:ñA1¢"
  b"º█Ùaç▄5ßü‗û¥pû\x1A\x1D"
  b"§áË\x0EPÒ<M«ÖÍÿ¯ðQ¦"
  b"¨\x17Ái/47Ȫ\x14›´\fQ\x1C©"
  b"¨‡Ïqmn?kªÔ¶‰Ñ({í"
  b"©\x13¥È]ò8Ò£E\x14 ãÁ¼N"
  b"®\x14ªkR\x083ëü:4.└H2O"
  b"©7ÇäQÆ?§ŽDu&¸þ4p"
  b"© ?#1+?J¼_éñ³…ß\x15"
  b"©µc‡€£;_‰’éÆFΓD"
  b"""
    ®ÀÅkÕV4\x06¿w¿\n
    Büo£
    """
  b"©àÍThÌ63°6m½o‹4Y"
  b"©ø6>Þœ4O”*I÷j4òÌ"
  b"¬\x02╬ØM=3ƒêÖ'\x11Cdzí"
  b"¬\x1F5║,╦<¸ÿú║o║,Åï"
  b"ª1=­`Í2@—ï5ü ÈÌ\v"
  b"¬Gj³³a;rØoL)ÏfÓ\f"
  b"¬I\fïËÉ;ı×¾ÈFë+b┌"
  b"¬ë\x11R\x1245ïØ¾¯ôVÓ┼æ"
  b"ª½\x1Aãß«<1‘Ía\x16x¿÷é"
  b"ªËw?KŒ\x00\x19ÜV\x04a3¤ð\e"
  b"¬‗î·ù\t0─▒üt¼w:ü\x12"
  b"ªòŰ{ü;Ò§–¬ú\x11ñ–G"
  b"«\x00&ÜUÖ=N– ˆã›¤T£"
  b"«\x1EŒœÉ_:º 7AåÓÁýÝ"
  b"«‹(y*8=.£ñØÙF…Þµ"
  b"½ºãDê┐¶ÕUTå2ìv\x01Ï"
  b"«·#\tþ˜:õ´\x02\x1A‚H)ˆö"
  b"½╬8Îüð>\x08ó²╗aç\x15\x07g"
  b"«ò#Ës\x1D8°“\x03Çö\x7F€Ô›"
  b"¬\vŠöJŠ7»‰\x19G.UÙþ¡"
  b"¼&£X5H=H¼\x05Eüuz7L"
  b"¬@ÿm\x10Ü—¯\fýµ6Ð\x1Ae\x14"
  b"¬D\x15×\x1Fž9/– NÅܘˌ"
  b"¼K╦▓~é1bÅ,\x07▄Cƒû‗"
  b"¬`ì¸ã·5“–RÐ!Ñ\x1EÌ\v"
  b"¬rç}\x18¦;x§ü\x19ub•ĵ"
  b"¬t•áòÁ:\x19ºçíÃóðm»"
  b"¬˜< }Ø0 ´\x03´®X\x124\t"
  b"¼Ý}¶N\t2oâNoIØóec"
  b"­\x06\v\x05\x02±7”¯fÔƒ¾\x14¸^"
  b"­mcZʽ:ת\x1Cô\rôÖ³e"
  b"¡îåÛ.Q0;ö┐æÊé¯ì┌"
  b"­Ÿß"óY;ȃWÔMMµQÑ"
  b"¡ªçn▀%=©ü;ÌÆ\x14ã,Ø"
  b"­Çº~<Ç4l‰=ù\x7FÛÈ÷\x10"
  b"®\x18;5(=2\x14œÈÄü„ÇJW"
  b"«qê╚Mæ<5àæÅx;oÊ╚"
  b"¯²›0\x1F.;\x01ž™~hòy|:"
  b"»±\x1Ds^¶2‗ÇOì[╦\x16[$"
  b"°\x18äÖ\x0629!²'¡\x16²}ak"
  b"°(VE\e¬3\x0F£¥Üf\x08•“ß"
  b"°?€\x19d›7¾•!…fª¥ß2"
  b"°B•™ª\x190™©²U'Âð2e"
  b"°J`aCºf^7¨þY-6í¹"
  b"░R\x01\x02}o1Ôæàå\x15ت\fı"
  b"°jü\x1F\f†4\x1D¥}t!\r÷ct"
  b"""
    °Âä¬\n
    G?Å¿²B\tÖ§Òî
    """
  b"°ão{\x07>72 3ÂJ.™åÄ"
  b"±\x04µ2\x1AÞ>ìŠæ8°‹z§\"
  b"±¨îiA99\x16´$²½²Ïlö"
  b"±Øö€—{1Ъ\ádà¯Ã\x17"
  b"±è—¨´»2.‰ÝêÚsù\x05ý"
  b"²\x08q­8Ñæ{QÐ󀨱yÍ"
  b"²w÷­RÔ:8¦\e‘J\x18OüÑ"
  b"▓ª¢ÎÁm=\tÉK:>Éjìã"
  b"²¾,\x16Ö™0«µÈ]ž\x05Bþ³"
  b"▓╬̵sÉ1÷¼e67ãvôà"
  b"³\x02£ø:T1U Ø#y(Þû "
  b"│(¡¥\x1F96\rì┤Qd╚P┌¯"
  b"³=5zõo8 «Cçû‡5>’"
  b"³@ìÐ\x12å:¥ˆ`²¡®„L\x04"
  b"³Q¢\x03gá2%ˆ¥Œ\x03œcù”"
  b"³‚Û‘»\x130\x1D¾¾\x10F—ǦK"
  b"│Ø\x7F‗╠╠<Kò\x0Eå█├²\x12\x1F"
  b"³ª[Р³0#˜öñ%ž‘fo"
  b"│ÍØM╣[6èëêØ┬·hw"
  b"³à\x0FŠ´+2<½÷üåB”}û"
  b"""
    ┤cÉDݦ?\n
    ü\vcåÔ1\rD
    """
  b"´‡%4l\x007Ù··ß\x11½\x19–V"
  b"""
    ´‰R·3\x1A=\t¼z]W$\n
    e&
    """
  b"´£~ÈgÒ0\x03³o+jóŠ‹€"
  b"´¯{\x05cG1@‚èË>\x14«»Ï"
  b"µ\x02\x16§\x046>@¶R\Êý$\vš"
  b"µ\x7FÊ>ùF3\x1D¢#"\x0Fó<Lñ"
  b"µ›Ë˜$@9/¦CM@a\x15\x10\n"
  b"ÁØ@\x14┤└4Vì`Ô¬\x04═Èü"
  b"µËFI¾B<\x11ž³\x7FŸdm×ú"
  b"Á╬j╝°\x177┘Ø┴\x00ò\x04§)\x1D"
  b"¶!ï̸´8ˈ5AxÍ|»þ"
  b"¶(>\x10¸Ù0H«ÉÓ´q‘…F"
  b"¶-ÿ3š[3;¢pš»g°Ù^"
  b"¶•a\x08´Ø0^“MY•\x00s#‡"
  b"ÂØ\x060oÞ2┼çë¶è\x159X╚"
  b"¶Ù£qäõ2Ë¡Þÿ+J\e\x02:"
  b"¶â\x17 g¯> ”v£ž°æÃÒ"
  b"""
    ¶ðJ·F\x0E5Š¥T\x05\x07\n
    \x06ú 
    """
  b"¶ø–5øÐ4羯+vÆ¢Š¹"
  b"À\x13óuüë5\x11░¦Éú\x05×8g"
  b"ÀDÃÍFù<ìØ~0çKÿM>"
  b"ÀË[PêI;ÎïØèÚÒô║ø"
  b"·áøô"#9íœïŸ“,R\x1F"
  b"·ö\tJêÞ4:—ŠL¬ Ñ«Ï"
  b"©\x16w\x1C/&0WÉÕÝ├31¤\f"
  b"©\Ø╦Þ\x11=áƒ`Ú¨7ÿ¤^"
  b"¸v” `»?\x7Fšt\rðþJ\x02"
  b"¸‹e”cV7½¨n‘\x03u&ɪ"
  b"¸•:¤µé6\x03º["hƒ©û-"
  b"©¡v\x0Fi=3▀ú ¹ìê3·╩"
  b"¸¯\x0F©CG1o†nØ•óôÅj"
  b"¸èË\x10]¾=\e‡©’s\x04WXÜ"
  b"©´ds6q1¨ü\r×\x164\t"
  b"""
    \x03\n
    ¤2\x11üOÊ\x01³\x18¡\v
    """
  b"¹¤Eö¯”<óŒå}\x038¢ƒ9"
  b"╣└x4ÖB4$ü¾ùE3¹\x1Dè"
  b"╣‗ªÿT¾0█å¿B¢ÀÅÓ\x16"
  b"º\x11¯´Jn5›ˆØ{ÿå²¢<"
  b"║#¢}4ó<┤Øy\x18x°?KÅ"
  b"║s÷▄YD?µÑ3ü▒LKÇñ"
  b"ºŸf´Ý¡=P³\x7FvÅÑ\x16ÄF"
  b"º¤]&è»9<—#žS\x02Ä\x024"
  b"»JÄ‹½Å4\x07¢D¾…u\x04?H"
  b"»LÌ¥<µ:K¿Ë|úw³¶N"
  b"»¢|¿Šc2‹›@€È»-\e\x19"
  b"»£\x07C]\t3\x13\x1Eù¢<AÏÂ"
  b"»¤`\x08§Ù=\x19 ðk³Ð¡œž"
  b"\x02\x06ã°Å4ÆäÞ\x10aX─ƒº"
  b"¼\x1DçÛÆ+4dŸ;‹VÜiÁi"
  b"¼Eê.Q“5\x17¾[œ\x01ŒMUµ"
  b"¼r°¡Ž­;¯•™\x10E\x07ÿ:m"
  b"¼õ\x7F\x7F\x06c7[– \x12\fw7"
  b"½0]¦\x00’5_¾\f\v\x19‰8"
  b"¢8®Å┬L3TØPÿjs±ê╦"
  b"½Lf?/Ò< …——\x134ï7§"
  b"½…\ÍúÇ6˜–T¦a¥[-¯"
  b"½”¬~àÎ?B·Ž´¨ŒBj1"
  b"½À¦U]y4\e ;·-gQÎå"
  b"½Ô™JëO9¶¼w½G\x0F“Må"
  b"½è.ŽP˜0\x00£¤\x123س¼ù"
  b"½õÉCIË:†½¬í\x01\x17¢Œ‰"
  b"¥\x1ER]¬Á1çå\x1F½÷ÿ&zØ"
  b"¾X¶Šñö;\x1A¸\x15\x19§a‹à³"
  b"¾Zû¨\x04n2\x00¿Áy\x1C\x02d‡x"
  b"¥Ø┤d¾ =-Â:è°îÒ»Â"
  b"¾ëó‡§l6Ôš˜\x1E¡§T5E"
  b"¾ô‰˜\x15Î<t‚Hý_€ð:€"
  b"┐]мh­?çɳy\v\x13\x12Û┬"
  b"""
    À\x16+’šà1c¥L\n
    Ê1\v9‚
    """
  b"À#çÝiØ<™€®ÌÒ3úâ\x03"
  b"À9\x10¢Ê¢0ÆŸ|«Z\x14v%ö"
  b"└zÕWoÎ8Ò×á¢ó\x10åÊì"
  b"ÀŸ¾^}?3 ¯ïЇ\x1F&_W"
  b"ÀµÁÑ9é;,€B:3?Û´l"
  b"└Û5Ãûÿ3Ù×÷"Ø'¯Ð┬"
  b"Á\x00÷± ƒ93„­¹TWs0Î"
  b"Á›ÙœûU6=®çz䃴~W"
  b"Á¦¶"\x11s1ë¯ùI\x7FéÞsW"
  b"Á©â{8\x143œ¢0¼yœf\x12Ž"
  b"Á³\x1F+ô†4…ª»Ë\x1EQ[‘C"
  b"Áµï„p;?ä°¿ñZb³¢\x1A"
  b"ÁëHçN\x020s¶ëRoÝôñ!"
  b"Â\x13\vw>ëƒC\rtÙNt9"
  b"Â,™æGÃ7h¡¶þ´:3z®"
  b"ÂU³»¸K4‘¸_I9‘#É\x1E"
  b"”zÀ–=18±§þb‘oÆ¢"
  b"³g\x0E3\x054Ú½¡\tå\x15§Sd"
  b"Ã&g«2\x157=‘hûÀ\x1DØ\x19Ò"
  b"├P\x7F\x03ØÝ1oåt®▓Ð║UO"
  b"Ëù}\x02ä:ú¢j=Zý4˜¤"
  b"á¡¶js9w§¢è“”w„ó"
  b"ìÌÂmð1XŸÙŽ\x01>y½A"
  b"ÃÂÙ\4ª>0™²óNüÊC\x7F"
  b"Ä%\x1A«óÝ?d„¶¸\f¸`\x04s"
  b"Ä;àM>\x1F;\v–Y\x08É\x17„óò"
  b"─Fȶ±ß=FÖì{Ù}╗ç`"
  b"ÄZZИÐ<á¾#Æ1\x01²"ó"
  b"ćúnf38ÈŠX¾9Ô:\x15<"
  b"─ÄEݦ»2ìæÙ‗Ú\x1CïMc"
  b"Äå1'\x0Fb5}µíºØån`„"
  b"Å\x01%O)Æ:¶´ê²®-óú\v"
  b"┼/▀\x01\x10ÏNV*Ø^P\x1AOà¸"
  b"Å:›fÍÏ;E§{íC×ÿÁå"
  b"Åx€çJ©8\x12§Œlµ\x1A\x05X\x18"
  b"ÅĤ:ŠL9y¾“ȉi•‡ð"
  b"┼²Úú\x1CÖ8╦ÉrºÄ┤ÀÄ,"
  b"ã,▄åÉ_6╩╗┼ÑÃ,\x02\x02\t"
  b"Æ5\tå\x1A\x057D‹ŒœígýÄL"
  b"Æ?Ò8r%1ò¥\x03qÈ­\e"
  b"Ƽ\x1AÏ1š7®¡p÷\x1C›•¢B"
  b"ÆÆuó\x1FE7ޏØ;Æ•í™K"
  b"ÇM˜%\f\x069u´Á\x10¡æ²Yâ"
  b"\x07Ømÿ0:wÅ\x12SÁ¡ÊR╦"
  b"\x1Fy³%F3\x06┐²Î¡zÃ\x06ü"
  b"Èv\x12­Æ»7<£\x11{Gݽ\x16Ã"
  b"ÈÁGÍ\rW>\x02ˆ.)$\x1F\x04"
  b"╚╩═¶ëü1T¬!ïcÿomé"
  b"È͹»Á…9\t«é\x02ñ¶™\x01Õ"
  b"""
    É\x14Š”`ø3¦’\n
    e\v1*\x11ï
    """
  b"ÉeødYÞ0<¦\x05>Þ²T+º"
  b"Éf$ùèñ?ý 2nªPø3/"
  b"╔└¬¨ì":│Öö\x145ð±ý]"
  b"╔¸`þا8?êìQ?»)\x165"
  b"""
    Ê\n
    ô:¼É4Mº8Ú¥#‡a•
    """
  b"Ê\x18쇆\x11>D€£’ôvkhÞ"
  b"\x19ÙêÖa:åäƒû┐Å\x12\x11\x02"
  b"Ê6\r¼:Þ;£¾œ¯ˆg¾\x0E#"
  b"ÊV›-ƒ.;}…ÒèT@Ix*"
  b"ʬـì.0A­\x1F“Œ0üp\x1F"
  b"Ê·,Ùqw5\x1E³û5ÇYS\x0EM"
  b"ÊÖµ9>”a^Æ—¾ø•"|\x19"
  b"Ë,Wp\x0FÎ3–›I(e¯c¶Z"
  b"ËYqÙÝœ;=‰5üsß&¦h"
  b"╦ì╚í¢r;╝ÿÿ=í§·Àë"
  b"╦Î\x1EË·²83│Õ`evð_ü"
  b"""
    ÌLᦸë3ý…€\n
    ÀÍBEò
    """
  b"╠ï4Å▀├93¬┌Éë\x06âCð"
  b"Ì–¯ÑX\x17?` 8ËTËS§&"
  b"Ì©UÇkÃ2ç¥ãå\x15§\x14æW"
  b"̳Zèˆþ2¸·DTìðot²"
  b"\t~╩«ª1$Élð^ƒáÈ¡"
  b"Í)\x1D©yÇ=o‰\x10°S}¡±V"
  b"""
    ═]╠B[Å:║©¤╔┘~¾\n
    \t
    """
  b"═j³░Ê╦7p¥\x18a³5yÉô"
  b"ÍnT!9c7Q©€ìdj·-v"
  b"ͪ\x0E\x15½\x192S¤ÀÞP\x07NIb"
  b"Î="[!û8Ö­•±ÌïÄÛz"
  b"Σ8\r\x7FÞ<b´ÑŽ%ì\x03\x1EÕ"
  b"ÎК?Å£5Õ¶\x11É[ Ù+Ã"
  b"Îãþ›üŠ;–›\x7FBq\é”%"
  b"¤a[øÇt0ÿÜ÷Äc!àÅA"
  b"¤ì5ÄJ║6~×│\x1A\x04ª.Í*"
  b"Ï× ¬Âm9\x04¡t2Ÿ³Àî€"
  b"ð3þu▄B?\x15Å\tÂø\x08>¤8"
  b"""
    Ð6\x1D¨\x03z5p§×Ù“\n
    +\x1C\x12
    """
  b"ÐSˆ´1¿6\x11„c$–ž‰Å%"
  b"Ð̲\x04t®57€Ñxš ·Ãá"
  b"ð▄¼¸KÄ3$╗EÊQd\x04üF"
  b"Ñ\v\x05\x198B­¼°ªCö„Õ"
  b"Ð,\t8:Ö░\x14ç\x127┬F\x0Eüð"
  b"Ñoe6ë·\x1A?à\x0E½A"
  b"уM8d¤>ÚŒžm1k\x03í\x05"
  b"Ð┤$åt═2ü░Y┘]o¢¬^"
  b"Ð┬\x0F╗#_:çäh\x03,Éq¼i"
  b"Ð═\füq\x7F0mó\x07\x17■Ó5"
  b"Ò\x13µBüm7Ѿ{ÕÁ{:\x12Ô"
  b"Êc╝╗ë\x1C<-ÉqÚh\x0Eklñ"
  b"ÒŠ\x10\x0F1\x1E˜\x1DðìT\x7Fx%"
  b"Ò§\x045éf±ÇlÉù\x7FmIÊ\x05"
  b"ÓW(˜—r9ÖŒÕGx:Ú^í"
  b"Ó`¹X\x00-92”oLxr”ƒQ"
  b"Ó“Ìwˆ\x068Ùˆ€\x1AÜŒŽÙ<"
  b"ÓŸ±Æån<ǃ\x1AŽÙVAÕ*"
  b"È\x19\x07YÌã1ÍÉÚÉZÏS¹\x1C"
  b"Ô5xFu¬=7¨ùU¢|Ã\x05Â"
  b"ÈB░lNU?½Øûý"V\x15"
  b"Èå+jåÅ<W┤úèÎÏ'\x15ª"
  b"ÈÅÌD1\x1E<Ò«¶!Xƨüü"
  b"ÈØhYZ┌8^ñG£Õƒ▀┘÷"
  b"Õ\x1F?_I°>ÀƒB|öÌ…Úà"
  b"Õ[(re}1BœâQb&/Óô"
  b"""
    Õ^\x14.ºý7z¡î\n
    á^X\eD
    """
  b"Õœ \x1F\x04ã4k§¨Ý\t\x10\x7F"
  b"ıú$qÙ\x7F1cìmh\\rÉÿý"
  b"ı╩¤TJ\x162\x1Fú×7\x1FŸÌ("
  b"ÕÔwP\x17\v2¶¢~Ž¢ã_²%"
  b"ÕñÖ¿‹–?Ø”N\vªaÊ]í"
  b"Ö;£Ûñ\f=ܹ÷ö|ÄëGx"
  b"Í?¾\x00#Ä=»ì­¹ëo4\x00Ä"
  b"ÖAî\x16\x1DË5L¢a\x0F#!p\x1AÎ"
  b"֕鈮N=ô¸b´”Œ¡¸\x06"
  b"Ö³+÷¬g:\x03´¯kMìð\e+"
  b"ÍÓ45Î\x1F6üçÙ§¬0i¦┬"
  b"×*R[ëY>\x06«…\x19Â\f8£×"
  b"×Ë™\r¤a3t›àôäëSuV"
  b"×ÒP\x10ÚR7Ì‘¨]ò\rCŒ±"
  b"Ø\x13\x04Ï\x18°3©´ žFFt‘ò"
  b"Ø3·\x16\x15Ë¿\rPÏÎX^>‹ƒ"
  b"Øu÷,Ë\x19=Šwú\x0F\x01å‚"
  b"ÏÆ\eKÌ█<«Øë×Qý‗"▒"
  b"ÏÎ\x1FMøA5)Åý%¹¾òЮ"
  b"\x01¥"oÅ0ÌØû$þà\x1CKt"
  b"Ù\x04…Æ¿«48¯G Bß\x19Ad"
  b"Ù\x05‡Ú¹Ï6I—\x1AÔ”Ã~*S"
  b"""
    Ù8g¥¡À•í\x10^«M-ï\n
    Æ
    """
  b"ÙϺo%\x1D2Ž€—\x04\rô2Ï÷"
  b"ÙÔ™Ok\r6q³\x1C\x18dŠYÜ"
  b"Ú\x15Ò^ŸÄ5”¦\x14Τü$UT"
  b"Ú\x1E\x111z\x0F5ü¶¼¤F\x0E“Ú_"
  b"Ú0h®N\x0E1¤™Qy«\x1A¿ þ"
  b"Ú9µ'ã”12“Dð—ó`×m"
  b"Ú=êàÐÍ<ÿ¿éx\x06y\í…"
  b"Ú¶©×\x1F®<°£ë,E\x1DÞc6"
  b"ÚØ“Øìqü¸‹™ýþ¹ \x7F£"
  b"┌ÌÐÔMò1^òíì\x11¼oµ­"
  b"""
    ┌ÙÉÕÂ▀àî┼Û┼R\vE\n
    4
    """
  b"Úî¾F5\x0F;lµF\fˆò²³í"
  b"Úú >Š\x03?`¥¢V”uT' "
  b"Û\x1EW(â´0ê«›\x05s£l\x1Dé"
  b"ÛAj\x03PÔ7m»;l–:¨)u"
  b"█T\x07■T\x016äürd╚ú½æ@"
  b"█á\x04╩ܬ;ìú2~òþ\x1E\x7Fp"
  b"█ª©dh#9 ü½óp¸¶ä\f"
  b"█½$Øt¶6)é\x0F┼(p¾T²"
  b"Û¸\eþ\x1Dó\x1FæÓ&uF—ñÜr"
  b"█ð\x1Fà}ü2õ░■ÈóC¶I%"
  b"Ûçæ¾æç7õ­ÚŒyuQ+Ã"
  b"Ûõ¢wÉ—8–¤•šn\r?\x15\x02"
  b"Ü%è€5\x189O¡m\x0EÐÅlSv"
  b"Ü—DÑA00÷œ\x00¬g°–ß*"
  b"ܨÔ;ba4γ‰{7/\x18?,"
  b"Üú×R!ð:ˆ¨\x0Eì#\x1CÊ®¥"
  b"¦cÊ'ØE2¹▓^╣é\x07³W="
  b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E"
  b"Ýsš›ã 7tžÿÈ‹BXrh"
  b"¦ö├|\x02e5─ì\x1A▒$├É@\"
  b"¦╝0\x15MÅ=ƒÀ÷ÙT¿ß\x01X"
  b"ÝÀ!qìŠ6¡¿c\vÕ7Rl×"
  b"ÝÆ\x04*¿Ë>]œë†IÛªd5"
  b"¦ıª╩[\x19?zá\x16E\x0E\x06ì"
  b"Ýüë\x1DÃú;<ƒ[.Ðdb¿ñ"
  b"Þ?\x12sUÍ<-¼¨\x05׌$n "
  b"Þ¢$œ<œ:…ŸfwÉ\x14+ò2"
  b"ÞÓÖ<t—=zˆpxÏQ\x19<\x14"
  b"ß=w\x07m[9P±n韋\x7F~G"
  b"ߤ\x1CÛŸj7ã©Â\x06_ßrEè"
  b"▀─p░ƒÉ8\x11äý§\x06È& u"
  b"àC“9kÑ8à„\r9ª…M·j"
  b"àb \x08î¯7»¹ êJŒ¬§B"
  b"àcõÂ!‹=\x1C”‰YMßÔ@ý"
  b"àî¼\x05\rzÓVQ\t"úÈâŠî"
  b"ည롕5ü–7bvË–\x02¡"
  b"ßì`L¬0;|ºN_ÎLéTý"
  b"á›Ë™6¯5@º\fƒÞ”$=Æ"
  b"áÖ~ž»'>+…O\rð;\x1Ft\f"
  b"â4\r É{9\x19¯?ë1œ½Ÿ/"
  b"â½\x11@C\x065=·¦q±¤í\vÑ"
  b"""
    â¿ú:ÈÜ2Ç¥\x1ErW\n
    d}j
    """
  b"Ô¦Zu\x04s4ÀÉ\e÷(ê╚¨>"
  b"Ò\x1A­))F8\x02ó"ÅöO<\x0El"
  b"äP\x06C.n6—ž\x1Aµ\v9ÜG6"
  b"ä€÷Åÿ\x06;徨º†4Zòk"
  b"äƒ\x04×y99™ŸóåF·`G"
  b"Õ\x07Osü_1fî3&²¤░ÝS"
  b"Õ?Y²VÜ=±û Ùº\x01|>ü"
  b"åu]¢æM8\x1D¢ô¿\x0F¾›â\x1E"
  b"å±t„ô%>Iºú\x12Ù”ÜZ,"
  b"åÒ=m‚B;à‰ë*Ú\x1A\v"
  b"µQ©,Âì6■Éhé-C®X0"
  b"µìÕw'¶5Ïö1-.@á╔í"
  b"æ”èzÄ\x0E;\x11œçyè0Í\x16\x18"
  b"µ═╦Õ\x05:5ìï\x06ýâ"óî "
  b"þ\x18Ëý(38\vÉÊ╔ç\x1Aòa"
  b"ç\x1F<ââS;Œ³~\x1AŠŸø¾\x19"
  b"ç _— n=ؾ9Aå»\x1DÁí"
  b"ç¡îe¶\x078É»\x02$\x15\x02ÊÕ\x1F"
  b"ç©Õ>\x1D·>Ú€Vï\eŸ*U‚"
  b"çë\x03‘3\x161t“5ÂÒw•k¨"
  b"è”Æ@ò€5&‹\x1DgsRß.Ç"
  b"""
    踋]–\x18?\t»€Æ!\n
    âùâ
    """
  b"""
    Þ└/ð]²;Øäd2\n
    \x05
    """
  b"Þµ~ëÄö5³ë╚o└#/\x14ü"
  b"èæö2w41­½ž¶‰A`\fd"
  b"Ú\x10®TA?;\rØ5¹ý\x08Ö´&"
  b"é\x11&0\x12%2›Œ^(uŸÝ\v@"
  b"""
    é(\x11H\n
    \x02?¡š®ê?Í\x1D»Á
    """
  b"é  ”ÛC?|€-O”јøÄ"
  b"é©ÁZÈ\x07<Ô–qT·¿7S}"
  b"Ú┌YÃØ·3®½4é Êä\x06'"
  b"ê\x02ÂN\x10¿5A¦]#ùË\x7F¿)"
  b"êRÐGë14\x02‡·î #ÌÍ\x02"
  b"êbè!,H?&£î6î¦0–#"
  b"ên8Vø'3Œ¸ˆ\x15\x10È,\x1F"
  b"ꆉ°â—?’†Éª“V0ã\"
  b"êÿÞÃßó:ª—û³ÃF\x1A%}"
  b"Ù\x14├ìæÇÓ`´£╚Ø\f¸®."
  b"ë\x18¤Ù1Ü6!¹ò­\x07¼M\x1E#"
  b"ë\x1F\x11nOì73¬l´xÇ"
  b"ë!$ád7*–j(’Ô€ßí"
  b"ë&MòžÏ;ÚµÃAªƒf™®"
  b"ë\«T%\x138»ª4ãîÛ\e"
  b"Ù░ï®§u2├░Y▀ÉÛªHo"
  b"ì@ÝýqK?¸¨\x19Þ\åYFÞ"
  b"ìx‡rQý4¨ºþÜ]ñaT "
  b"""
    ýÉ\x08\x1CÞo8íå\n
    uvº^Î╚
    """
  b"ì’þ})Ÿ:¢³Íۨȯ|š"
  b"ìâé,Ñø2𸩆vtØð\x01"
  b"ìê„ Mb?8·G-\x11¤[—C"
  b"ìñºßÍè3\x03ƒ\tnz\x17\x16"
  b"í\x18\x11\ÆÈ2}¼bP<Yú\x1Dï"
  b"Ý"Zìæú=÷ªé~úä:─¾"
  b"í,MLœ’7f°D\x13×¶(7×"
  b"í´ëðá‘=\x03¢gW "Û…Œ"
  b"íâ\x1F¨\x05,=F—‚’›·çyê"
  b"ÝÙZ┌r¥;vóÅ`=$\x19§\n"
  b"íïS4Î\x177¤‚ô¸§lžþÓ"
  b"íý¦©»71|¾©@ñçÉ£¦"
  b"¯\x02\x19f1k░ÅdX\x00Cªs"
  b"îC`Õ+\x156N˜/þßôÎ{õ"
  b"î•\x0FfŒ|2wŽÈn`±[q\x01"
  b"¯Øf}╝Ï=bâ-N8&XÌó"
  b"î¬iØbH<誫`'º¯”."
  b"¯³v{\vj=┐ü_\x17u´┌Å-"
  b"´\x05}6ìı1\x14\x19÷Ý╔c▒R"
  b"ïS¯åï\x198\x10¸Á:.òrFœ"
  b"´ÉÝð║96cê▒\¨ÅÉ\x1FV"
  b"ï¶'\e8;2¯ €’`ÙûMS"
  b"ïÎ\x1EÆn\v0Ò‚QAPÔªŠ\x11"
  b"ïÞ\x1Aæìa85‘=\x17\vôÞ„_"
  b"ð\x16¬rm85MŠƒé\x00ùÁxù"
  b"ð<V¯ª`3ÿŽ¿ÿ\vQ9Ñ„"
  b"ð>8Ù\x03\x0F0?ŸPë\x13}\e·w"
  b"­ìÔ+▄[0yÀÍÂè=\x12\x1D\e"
  b"ðíÂ4Çâ4´£uS‚\x03ã÷£"
  b"ñ\x00­‘\x182;†›ç‘î;Ûb™"
  b"ñ2Œ™\ry\x01Œ¬G€¾â‡‡/"
  b"ñS ^\x03†:C§×\x1FQ=\x1A"
  b"ñ^L£\x02ß<=¯\x10óÌMþ˜^"
  b"±▒\tÙ=Û1>ÖTyû\x06*Å┬"
  b"ñ²\x05tY³5;·wÄmÕSé°"
  b"ò\x1CåO.:=ñ¢\x19®-DQb\x05"
  b"ò*’}Âì33’\f¤\x15(—±Ì"
  b"òCþ€$™:…·€ò\x1F\x19Á"
  b"ò_\x16,ƒa9—škЙ\v;}—"
  b"ò|$×NO:Ù ˆÓ_vÊÚF"
  b"ò·$lq>4\x02–_\x0Ež„uýo"
  b"òº¾ÖNt2\e†ŠŽäi\x1E"
  b"¾K!ɾ|;/ç═-y;s═ò"
  b"óML¬ú\x190>Ÿ.'4”5Ït"
  b"ó`Ä\x02v Ê½#üÇÐ.¸\x1Ež"
  b"ó\x7FB5´‘>Æ!\x03+¸’_Í"
  b"ó¥ÿæ¦S0¹·O\x08\x1DVÅÛ•"
  b"óØä40Ì1—©W\x07/¼kBá"
  b"ô\x1D0_h{6·…67õé.ýS"
  b"ôí&r\t´>– ý…z‘BüÙ"
  b"ôó\x06€ ï1\x16‘ÿ¯_î",”"
  b"ôù¶\x10ˆ¼¯¯­\x08~’+&ê]"
  b"ö\x02•2)˜2$²\x10³ÏÈ6\x03="
  b"öDBÓ‚\v3Ù­öÏf&Ɖ"
  b"öI…„z›7(Œ¨_Ý`eë?"
  b"÷xÅ║Ò¥>Þ╝Á.Åv■Oƒ"
  b"÷ØXAÇï7\x7FÀ:á*ä«\x1F\x12"
  b"ö«\x06o2\x175\vºÌµï>'á3"
  b"""
    öѬGcÁ?Þ‹\n
    D”‹\£i
    """
  b"÷ıûŤ╝9º»T:ÁÍÜ┤ "
  b"öâ\x15\r@\x021Û½\fbz$Œƒè"
  b"÷¶ÝÅ┴╣4ÄĽX\x12\x03=║"
  b"÷\x07\x0E\e‚ù<jšÏ…¹ò;¨E"
  b"÷\tý‰é<8½›¡\x18—<¢Åƒ"
  b"÷6[\r’j9q•ñUÍÝ'Þ¸"
  b"¸W;&Õ¢?¹òB┴pÉÎ╝▀"
  b"¸_Bç²\x035B¬æ­É┌¨ı└"
  b"¸┤ìD<¼2\x0E╣gØzÊ■─═"
  b"÷Îfh½\x07<û¿/?\eà\x18È\x00"
  b"°o\x16¡X 3ÀÉFL▀äbAg"
  b"øƒ‰ƒ€öÉkÐ8\x1E<\x18Â5¬"
  b"ø’¾†6Ý4o›Œ5õWB‹á"
  b"ø¦7\t*Ï8ë˜\x05ôï`X”u"
  b"ø­:ä\x08ëÁ«\x05¹?€\x13îØ\x1D"
  b"øÁƒ]©æ5f“@É“B.~¦"
  b"øÛ\x1FØ•â=h©¨à\x02-qä‡"
  b"ù\x11Ep8L;pˆYn Ž4\rw"
  b"ù\x16\x0Eë\x7F:4› *ßmx×f}"
  b"ùpà Pg2Ö‹MSCÚÀW\x1D"
  b"ùqjn1Æ4G¸—¼\x08‰…(Ø"
  b"ú\x15‘­\x1CG2Œ¢3\x08ß\x01\f"
  b"ú\x1E.Ãd<<LŠ\x00E\x04¸——Œ"
  b"ús­oص::‘Pò¬[ê\râ"
  b"úwš²ðÅ10ž\x1F^\x15šOaŽ"
  b"ú‰ÕôüÃ7"¬Ëv\x17ô”–$"
  b"ú“x\x15œå=C¤EÀ©\x04ò„h"
  b"ú¡þ\eJ\x7F2e«èGº›}“¾"
  b"û`܃5±6i¦\x00'\x07„»qþ"
  b"¹ìU\x05íÌ0'×┌\x11¡▄Â8="
  b"¹ñþÅ&-4éÁ\x14ÏjÍÿ´¶"
  b"ûµµ\x05ÎK:•ްEP]vŽ\x16"
  b"ûÈ)8Hë8™²€—\eê0kº"
  b"ûÕ(¾—Ü?\Œa¶B\x08J\x05¤"
  b"üHô\x11Þ:>\x08£„\x1DáÓº+$"
  b"³aÎìd{96»î`\x03eg'«"
  b"³å¿\x15Ž4«òp¨J@\x11tV"
  b"üý[û\x00\x184P¥e\x06ÜGq´¶"
  b"ý¶çÞ\x04\x065\x00¦½ïXA©ÅÔ"
  b"ý땪ÂÚ:x„jK-\x07\x15H\x15"
  b"""
    ²´s¡=(3═Éq[\fºÌ\n
    o
    """
  b"þ\x05W\x05NP5Ê“¡‹M¥—÷®"
  b"þ$ûX‰É3ì³|viRyó…"
  b"■2)\x06pã5\x00ªüæå\x1EHpg"
  b"þ‚³\x1FI\x193Z±é%¬\x02ä]S"
  b"þ‡ÿ6"\x1F5B»ªh+‰£øˆ"
  b"""
    þª\n
    ÑéÐ6a”´öTò„\x7F¯
    """
  b"þ¾Í˜\vG9˜ºç\x0Eß\x02:\x17Ã"
  b"þ帞\x0F«<Û¤ÈBÞ¦~¡’"
  b"þì\f“õ£4U¬q?\x17õ\x17þ‡"
  b" \x1Af+AÍ7Ë╣±▓Ãû6Å."
  b" \eº<hÒ4'øR+ìi+Ñ\x0F"
  b"ÿ'\x07\x10=\e¬Ã\x19؈€ày"
  b"""
    ÿ5P\n
    =\t2 Œíc_§J\)
    """
  b"ÿrïéï\x195*¦¯\x11”‹êûÁ"
  b" ì\x035\x0E╚4eÇf┐§\x10ãöM"
  b"ÿº™˜\x08@=“ˆÎJÿ\fD\x1F\x04"
  b"ÿÜŸx:É>\x10°Ç„R…³†Ï"
]
84 146.74 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title as `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.language_id = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x00L²lé…5$œ~~»L¡…–"
  b"\x00ƒ\x13S)÷;}¬\x1DG¿\x01ŽýÞ"
  b"\x00ù‰\x02ÁD8\x02¸æW`\x07˜Š±"
  b"\x02R\x04VÙoQE╣¦ÐJÅqãã"
  b"\x02vO1ØQ2\x12›²É\x125\x7FëÂ"
  b"""
    \x02˜\x12I\x18ú?ÓŠ¡\n
    â%ü¾r
    """
  b"\x02Ûô╚Zª:ã¢ìýìtóòi"
  b"\x04\x04\f8Î3/·B\x13?©òúØ"
  b"\x04ãKSÇO>ôŸP¥,Œx'â"
  b"\x04þ?Ö&\x1C=\x17àüg┴_QÛ["
  b"\x05%ÅìÚ─\x1D\f£>\x1C\x1En"n"
  b"\x05Ô\x08¥6Ø29ú┌ô\{SMp"
  b"\x061Ëdb1’æÉÃ2Öõt–Š"
  b"\x07\/ô\x0E»>® ®öOý$£"
  b"""
    \x08\x03Û\x15ÇæàßK\n
    \x16M~zØä
    """
  b"\x08*rŬo9\x13Ø¥Yø8║1½"
  b"\x08Æ\x06;ï(8®·[ž\x02äõeº"
  b"\x08Ëfwfh8šª\x1EFU…5™\x1A"
  b"\tSGèáW<gŒ5©dλ-\x1D"
  b"\tŒµ–†Q8\x12œÓ”\rzˆ3ø"
  b"""
    \n
    \\x1Dl´$24²ë؆)'V´
    """
  b"\f\x05{“\x01’üž`*é*\x0F^\x17B"
  b"\f#}Á˸41¾/Atsoðú"
  b"""
    \f*R\x14Å©\fb\x05╝█\n
    ý\x12■"
    """
  b"\x0EïñÍQû?_ìÙ5\x15ì╬ \x10"
  b"\x0E¦ùZz¶9\x02™‚ÇŒ\x00\x19î"
  b"\x0F¨h:þdpŒŒ`Ô›d¼O!"
  b"\x0F¡I6Ý15\x19┤ü²\x08ÓNýÊ"
  b"\x10FØXÈé2Mô^¨õ®øR╦"
  b"\x10oi…\x00v1#‘tó¼C±Âß"
  b"\x10žaX\x1E\x1390‘©ÑïÞƒÃo"
  b"\x10¦~þÓ\x13:\x7F\x11\x07ÉÒ?Ø"
  b"\x11Lõò\x04Rì‗k\x1F┴"·&Îæ"
  b"\x11É&lõä3p¬\tºßu\x12‡‡"
  b"\x12D5ô¡À5ÚÄ█õ>\x16 É\x04"
  b"\x12Õ\e/\x10áÔUu=BÎ\x10Ãà!"
  b"\x14òÂÀnüø¬¯îE$ðÃÐh"
  b"\x15?.õ§y;ù²‡›P\x1FW\x18*"
  b"\x15­\x13/,÷3bŸõI-ažƒó"
  b"\x15× IºI<W£î­«Þ?µ\x15"
  b"\x15▀É\t\x06ó14ô6¹╩;è³'"
  b"\x16\fî2þL\x1CŸ–4d(%<3G"
  b"\x16(-\x1D\x02ð9ðöýÆ"àÉl¨"
  b"\x16aY.t&2žª†\x18p¼1ÿù"
  b"\x17õá“â@9Ù—ÙÝ\x0Eé{tÕ"
  b"\x19DjÇüc8P \x19S\x0E¥Ô\x00Ë"
  b"\x19¬I6åhà\x16i\x12ØF…²½-"
  b"\x1Aeã?/\x164Ž•`á½\x14¹\x01t"
  b"\x1A¦ï\x13\r§2ŒŠñ°\x04ïÙ\x7Fˆ"
  b"\x1A╚ıÅú/8┬úù¦.9u ½"
  b"\x1AÞ )¨Í?H›Œ¡êx›‚ò"
  b"\e¡╠ß8ì­¥─KÊØ\x1EÍéâ"
  b"\x1CnQX½ô?`•ˆéRðÏÍÿ"
  b"\x1CŒË“ ð6\x04»Ò\x17rùJÒs"
  b"""
    \x1D~\n
    dŠh3î¶:¹Îªïîí
    """
  b"\x1D ÚÚ\f‡<,¯e‡†‡dËY"
  b"\x1DãK‘"X=Z²û¬¦p…\x08ÿ"
  b"\x1Dð;|ÈW=g±Z\x15'@(ªB"
  b"\x1FÒ~¬Wæ?Ø™\x19£·¤÷¯d"
  b" \x1AÚñ6°<<Ž\x16òìïÎ5_"
  b" beoYä9N¿u¯Ï7&WÉ"
  b"!޼ƒ\x1EÞäbã?ÐÖ\f\x01 \x1D"
  b""eÌ·©M7\x14€hžZl”n–"
  b""®¾<ìÛ7t€oÐÖIoÜ="
  b"#HÈÃÉMþÇ£ÛM%\x0F\x14\eÚ"
  b"#o=}îS9v¼ãy”ç\x03Nw"
  b"#ÅÍ%7f2$ï\x07V\x0E÷³{ß"
  b"$ı╔╚ì­3_è7┌Y▀^\x08\x16"
  b"%Ã_Sã\x7F6…—\eùG%\ºT"
  b"%ظÞ\x0F?8ö‹åæZuP\x7FW"
  b"&9ñPô.<ÌŽnþë6ûˆþ"
  b"&pêcúï•À-c>\x03¹.·¹"
  b"'9x[Cg8Ñ´¦áX\x1D¥R>"
  b"'░\x1E▓ucÉ<$\x1Fb│»pg\x00"
  b")\x08io\x14VÃ)¹íƒ┌ø0ì("
  b"+Å }Ñü#圬öµ§5¸\x12"
  b"+ÏR0öp1ñªr(–î:Ø\x19"
  b"\x1Fƒ\x08U3Ö“\x11˜'äÁL\x03"
  b",úã|Ã\x17<î—“Ç'—Û\x1CV"
  b"-\x01º<\x13#4\e²’ô‚⤇4"
  b"-:Võ>ÖçÑ\x02É­øfH]r"
  b"\x17ïŒK2°¶¡\x7F×âØ±å"
  b".€\x1FÅo05c„`\e‚É™;}"
  b"0\x17\x03©…—2\e³G\x17®\x0E²«\"
  b"04┌@ØÛ<-î\x04\f\x07=Nðû"
  b"0˜êy[\x10=ù•{¥\x1E3æ1“"
  b"\x06W0Ì<ðÿÄBì*'Õ¾"
  b"1ÇÃP6\\x14‡-óèÕ‹\x17\vÚ"
  b"1ÍK8ˆÞ0*©ÎQ™ÅXÕ†"
  b"1‗─ɨq6b▓ç)┘\x1D█£w"
  b"28Ú·ƒÐ4:_<pH\x1E§™_"
  b"2˜½mð¬9‰±p_ªIÿE†"
  b"4\x17–ÛÓŽOê q\e®ÚÀ£–"
  b"4M“Q–D;™†\x1Aݪ¥ŠÅÚ"
  b"4^¡ƒér3\x17«Y¤±køðˆ"
  b"4qå+Uç?  A!Gv\x10ñŒ"
  b"5èìOøÉ2═Åer┘¢F\e="
  b"5§)¤û£2l▓\x13Éı\x14GaË"
  b"""
    7\n
    Ø'\e\x0F1]âr"V?åå;
    """
  b"7ljç\x08É0\x19ŸD+é\x7FȰO"
  b"\x17I\x1A‡:ÿ©CIþÖW-€"
  b"9-É\¶ç¦b[Àd*\x13Ž+x"
  b"9‡hó(˜1\x1Cª³šPn<¡)"
  b":▓ýrê\x18<&»X\x12Ï]│üµ"
  b"; ²4 ¥?°©˜r,ìÅ^\x0E"
  b";í4¡î‘=M¿*\r\x07·â–J"
  b"<\x087Cˆ¿>æŸqÌo±‹\rŠ"
  b"<\x08ž¢³\x1A>̼u\•Iáº\x08"
  b"<ç䫪Z;`ü\x05\eÎjVkÉ"
  b"=\x00Aïõm9ѣĆ]iH|å"
  b">\x1FæWçí÷\x02Šº,\x1C´Ý¿¤"
  b"?22▀│\r6\x05ûØ\x1EêBø`\x02"
  b"?Åšl\›0H˜® jè[Éß"
  b"?Ë&Ç┤┐;Å»\x18¤\x03T8ëô"
  b"?íP\x07ÞÙ6\x1D‹Ê@Kbâ\x0F\x1F"
  b"@™ùŽÇs2*‹î\x02­ÉŸ³±"
  b"C\x0E\x1C n61Œ’›8Wfì<%"
  b"D\x05æ©êp?׬ÙÅså\x08\x03"
  b"Eû+¶4v3Àº‡eÿ0!äÌ"
  b"F\x00ZY&™5º¤86˜z"™¯"
  b"F\x1Ek˜â\x052-¦¾Ô\x08ƒ.ï\x04"
  b"FĵH¥™;a·îõNJëñï"
  b"GrÚâÐg<\x1A¥§:éð§ö6"
  b"G©’S\x1DRÛè\x19¶[…Ue¶Õ"
  b"H|\¨¿@8«¥Ý§▀¹╣ì▒"
  b"\x1FÎO}}ı╬t▀+½■¢²"
  b"\x1AlnNŒ*»r>\rY£ÛÈ"
  b"Jt\x00ìOº=ËŽ“\x06.\x03u.‹"
  b"J“p>d"=¦º\x17\x17½‘`åÔ"
  b"L:ïy¶Z7ñ»_¦8¢?ù9"
  b"Lè_\x1Aü█3eÿ·#¥¦Z{t"
  b"LÛv6\x17E<ʘëRm\x10»+È"
  b"Nt\x07@?]5#š0©÷\vºeb"
  b"N³H±=ô=Cç:±\x7FÐÅ®╚"
  b"OM…âOÛ2B¬;ï\x16ÀÐ!‡"
  b"P\x1FÛ÷¦\x01ì§¥├Þý┐{ce"
  b"PÒE™/Ï3Ý‘Û2÷\x02Ð&›"
  b"""
    Q\x03Z\n
    ¤~¸\x0F;%3¢ëÈ0\x1E
    """
  b"Q`\x07\x0F\x02õ?\x1C­.N\x04“+\x19ˆ"
  b"RÊ(¿Oà;xü\x11W\x19ç\x12±9"
  b"Rê“Ïó00ô¼‚6VU§Û#"
  b"S R@mêÔù8¼á%7ÔûÆ"
  b"""
    S«üÃ\n
    êh0A"ëzÀ┤╝õ
    """
  b"S■gÅsª7\vì╠┌çv´ÁÇ"
  b"Udø_Y╦<-üo█2$\x03Ù┘"
  b"UfMòË×7¢²Ð¼}KÖˆ%"
  b"V’6c~µ>.¿ß,¯M®\x13\x1F"
  b"XBçâõ>ŸGØS2G.¡Ãõ"
  b"X¡3‚šH0\x15Žc!¥È†êm"
  b"Yi,\r¯8g‡\x19wq3E»N"
  b"YëÑu§Z2ÇçÉo\x19\x15┼5A"
  b"Z7\x1CŸNw2ï³óÛÆñ•Å2"
  b"Z¡u¤o\x008=´\x1D˜\x15ò\x18Šl"
  b"[bòÏï˜9=Š‚;¡²]-#"
  b"[²Gc+Í9ù¦&w+©‹ð<"
  b"]\t Ó˜E1\e®011©MÒT"
  b"^\x05Ä:ŒG7\x1E™cÓŒ¦gm6"
  b"_Dd)}g=|­íj”û‰\x04§"
  b"_Âã\x1Dy\x043"¯Ë\x7F¦š¡>\t"
  b"_Ì·%ŽD§+ó\x1C\x16è.t\x14r"
  b"_ÚëÖ\t07È¿þÆ¿\x04´­="
  b"`wË“\x07$7ZŽy\x0E{\x19»·¿"
  b"a\x1FЧ“}?û¥ÆÇYörPc"
  b"a!F\x01»56°©¾»°\x0Fœ\x19"
  b"b\efbt\x1A<Üžpò/ùê-,"
  b"c¸yd¬U<í M\x1C\#QµÐ"
  b"dµ;Am\x01;\x04¨W´ô+\x1Fáö"
  b"ee\x154oï7½°±ŸTL\x1Ef7"
  b"\x01÷²ý3.‹®Ln\x10¹b\x02"
  b"j‡Y«\x1A¹\x11\x04\x17•´â.z™"
  b"jıâ®ù>¥)J?CìßqIU"
  b"l*èµS®8'º\x10ªâ¥SF°"
  b"lEf©7\x006hÉ¥{ÏÍU\x06"
  b"ox\x01\x18¾Ô4^§(*/&·F€"
  b"\x1DO¸)1¸Çl¹©Û═Ö\x15"
  b"q\x12ÁÞ\x08É2Òƒ2¤\t&Ì¿>"
  b"s4nÇš\x168_‡”\tŸ£fÑ¢"
  b"s6öä5y4º™‘h¿Ñ\x18ÒÎ"
  b"sW▄RüJ;¼êÕóÔ\ãrm"
  b"sì─¹ı\f3·ä\a~Ë┴ó½"
  b"tcO‘\x0Eºþ›%Ñ/E*6ÞC"
  b"u™ïÊ a9k¸s÷[–cW\x1D"
  b"u¾3f]\x026¡†!\x18éY…\x03ø"
  b"vÛlq[]ŠÖiePÜ«ýÁï"
  b"\x139¹b7\x0F¶l@øÇ+vÐ"
  b"\x1Es\x00.ØÅy\x1E²»¾\x17\x00\x0E"
  b"zX,Ž¥L9ó˜Ù"µ"Cw\r"
  b"z╬ÅRVz/╩ÛL\x05¹BNQ¥"
  b"{*{„ÁŽ?\x1D¨Ô)mvÒiH"
  b"|“\x0Eç#Ѹ·\x0FÌ0\x14µw á"
  b"|¨§D§X8ÿ€ÁÌ^Eè\x1D{"
  b"|╔┴|DS:7ü\x12Ñã■¨?s"
  b"}zED¯\x1E0\r”=VÇ\x116'u"
  b"~\v@â9è9g‘NgI\x1CÈÓF"
  b"ÇÅ│¿\x00¾3║«=ä\x02íD┐E"
  b"üÂl\x17Ðê7┴ùÈgJB\x06g\r"
  b"ü╦║Ì\e\t?¬¼*ÝádmÛU"
  b"‚œ\fËZ‡0¸Ÿ v¡X¨}L"
  b"éñR~\x1Ej=TøTì6\x14÷'~"
  b"‚¶ÍÆÌDl>hfÍ9Q\x046\x7F"
  b"ƒ¾bM™~ØNe÷˜‡Å\x01ÉK"
  b"\x11äbùX\x07¥óaφ™‘E""
  b"„P"é\x0Fs0ô.,ªAž®\"
  b"…h\r»:\x7FÓª tÉ÷D|$×"
  b"\x1Aó–Þ\x19)­-Êùì\x13ÕoÒ"
  b"åyrPM_0]ëúüúÊÜ©I"
  b"å╗\x1Cêt\x07;\x1EÅ\x1C»@v´\x1C{"
  b"‡—•\x06×\x137\x1C\x1EÕ‡§È0–"
  b"‡Á\x07‹ä·\x1C\x01¿qëDÌRtT"
  b"‡øºúöD:\x11™¦ÑÝÆ›ó›"
  b"ˆ$…i*W6ýšå‚…¬ê `"
  b"ˆà.*¥¸6.¬TòÙßµFç"
  b"ˆðæ0hï7p•\x1DKß´Äú\"
  b"‰Á©AƒV4Zƒ–#>œª2B"
  b"ŠQ¡·²Ø77™;U£\f#ÚO"
  b"ŠV\x02  p0‘½?S‘\x18Œ\x01Ú"
  b"‹«\x1F}õR:$—Ф³jjv "
  b"Œ=šµ\x02 <§ƒËÖ–·•o}"
  b"Œ¦qІ¡6²«‡"·šä§@"
  b"ŒÍ’Hµ\x133º™àÖ§3\x17ç\x17"
  b"ìW¶8Ö/"─m0«\x1EJ\x05\x14E"
  b"ŽGÒ–·½4Ê \x19¼¬ãú´ì"
  b"ŽM9\x00\x17¸»e0#,™yå%t"
  b"Änk¹°╦2µî¹\x0F\x1E\x1F¨Å3"
  b"Ž…Ôéy]mQ\x1Dw2ïì¬ìG"
  b"Å▓;ºFA>tªıQp│\x7Föì"
  b"Å╚!ç~9=╠úùy\t8®«\x14"
  b"Ŷ]ûf³7\x00│¶\r▒▒cRy"
  b"É\x12\t\x12\x08­>ÊÀÐ\x03÷\x16╣¶\x0E"
  b"É:▒pé¶¡·Mdï_\x02╚▓╬"
  b"\x119`_\rç\x1Dæ\x7Fêhq\x11"
  b"‘Ä6s‰‚9€‘B·-˜#Õz"
  b"“Y¶Í>›>"£\x01üò¿M¹Ò"
  b"”aì[Œ^>j¡Ô\x1EñP\v\x16p"
  b"•1u\rД0Ò–µ ïiÆ}9"
  b"òa,Vñg7«¬\x03Éa¥█¸\x1C"
  b"–+Õ¥\x1F\x1A5–‹ie\x19ðËGr"
  b"–V\x11\ry7€±‘˜Å”ÝŠ!"
  b"—H[4»¾¼Ü\x1FÀ²šÁ&e¾"
  b"—b’6µä³â_ý&oB*àk"
  b"—n\x1D‹5ü8¯›yí¾1Ÿko"
  b"—µW”\x17j6û‹—¦Wb\x04—ö"
  b"ùÙÜ│Ér\x7Fë|┘mé/ÃK\x04"
  b"˜|\x04Lý´:(‰¿!R._[,"
  b"ÿìHóÔ\x057¬╗╠@ÎdK\x14W"
  b"˜Ó9º~Óèƒ|’ý؆K\x01"
  b"\x13C\x1EØÚ <7Ê3ÌñЕÆ"
  b"™*¥\x02‚»5Èž#Þ^ïçÀÎ"
  b"™[žÒ£0;î˜gº%&\x19•»"
  b"™\>-@\x19“‚Š9\x04Ö*àBD"
  b"ÜSF└>d5©ì─§wàr¿L"
  b"Üa]\x0F%m╗Å\x1A¡hnýSÇd"
  b"š}¦\x10PO5“Š)ʾ“uêk"
  b"\r\x0F0ÿ\t2…µ\tu>¡ZÈ…"
  b"ø┤c/$i?\x14Ç┘\x07 d\eÉØ"
  b"Ø[l:\x07¦·É│ ï[\ed%▒"
  b"Ÿ;pWî‰0»¦ã\t¯\x04\x11¥—"
  b"ƒhü°\tÊ8▒¼└ä/\x13®\x08¤"
  b"ƒmç╬E░=üì\r)'▓ËVþ"
  b" \x11ú£×>2œ ¿ØNNä–|"
  b" tlŠŽï<y›HhÂÌíuy"
  b"¡\x7Fß&Yù8·‘\x11\x16xï'$¢"
  b"¢qSˆ“00V€ŠŒÃщ\e˜"
  b"¢›ÑJëì4š”Nà\x00¯\x06C\x1C"
  b"ó±N.▒â1qÅ╗a\x12ËDît"
  b"£ëúH\x1CÄ>4±aÚÂÂÎ\x18\e"
  b"ñÜ/\f\x04|:\x0FÄGüý Øú8"
  b"¥m;©\x13\x041\x0F’zÖõ\x03áBh"
  b"ªÂßÅõ\x0F:Ô¿d&à\x15´¦R"
  b"§­y¯ð–4\x16½nç\x14¸\rö\x00"
  b"¨§bÓ&t[ÓðAB@M¼öò"
  b"®\x14ªkR\x083ëü:4.└H2O"
  b"""
    ®ÀÅkÕV4\x06¿w¿\n
    Büo£
    """
  b"ª1=­`Í2@—ï5ü ÈÌ\v"
  b"¬I\fïËÉ;ı×¾ÈFë+b┌"
  b"ªc-Øÿ»™Ðæ;ز/aØe"
  b"ªÅ#£f\f\x03ñx[q{\t[•"
  b"ªËw?KŒ\x00\x19ÜV\x04a3¤ð\e"
  b"¬‗î·ù\t0─▒üt¼w:ü\x12"
  b"«\x1EŒœÉ_:º 7AåÓÁýÝ"
  b"½ºãDê┐¶ÕUTå2ìv\x01Ï"
  b"¬@ÿm\x10Ü—¯\fýµ6Ð\x1Ae\x14"
  b"¬mžd\x1Cà\x02ˤ\x02Õ\x01W˜žž"
  b"¬t•áòÁ:\x19ºçíÃóðm»"
  b"¬˜< }Ø0 ´\x03´®X\x124\t"
  b"­\x06\v\x05\x02±7”¯fÔƒ¾\x14¸^"
  b"­mcZʽ:ת\x1Cô\rôÖ³e"
  b"¡îåÛ.Q0;ö┐æÊé¯ì┌"
  b"­Çº~<Ç4l‰=ù\x7FÛÈ÷\x10"
  b"«qê╚Mæ<5àæÅx;oÊ╚"
  b"®ŽTtpàïD±B\x0E\x19\eõ½š"
  b"¯²›0\x1F.;\x01ž™~hòy|:"
  b"»±\x1Ds^¶2‗ÇOì[╦\x16[$"
  b"°\x18äÖ\x0629!²'¡\x16²}ak"
  b"°+у›\x02\x03äî\x03­\x07ÃøN0"
  b"°J`aCºf^7¨þY-6í¹"
  b"°^`àÖ\fš\x1C/š9¨Ç\x1DÝ\v"
  b"°jü\x1F\f†4\x1D¥}t!\r÷ct"
  b"±\x04µ2\x1AÞ>ìŠæ8°‹z§\"
  b"±¨îiA99\x16´$²½²Ïlö"
  b"±è—¨´»2.‰ÝêÚsù\x05ý"
  b"²\x08q­8Ñæ{QÐ󀨱yÍ"
  b"²¾,\x16Ö™0«µÈ]ž\x05Bþ³"
  b"³\x02£ø:T1U Ø#y(Þû "
  b"´¯{\x05cG1@‚èË>\x14«»Ï"
  b"µ\x7FÊ>ùF3\x1D¢#"\x0Fó<Lñ"
  b"ÁØ@\x14┤└4Vì`Ô¬\x04═Èü"
  b"¶!ï̸´8ˈ5AxÍ|»þ"
  b"¶-ÿ3š[3;¢pš»g°Ù^"
  b"¶Ù£qäõ2Ë¡Þÿ+J\e\x02:"
  b"¶â\x17 g¯> ”v£ž°æÃÒ"
  b"¶ø–5øÐ4羯+vÆ¢Š¹"
  b"ÀDÃÍFù<ìØ~0çKÿM>"
  b"ÀË[PêI;ÎïØèÚÒô║ø"
  b"·Ý\x1A^Cüã²\x0EÇ2È®ô`@"
  b"©\Ø╦Þ\x11=áƒ`Ú¨7ÿ¤^"
  b"©¡v\x0Fi=3▀ú ¹ìê3·╩"
  b"""
    \x03\n
    ¤2\x11üOÊ\x01³\x18¡\v
    """
  b"╣‗ªÿT¾0█å¿B¢ÀÅÓ\x16"
  b"ºŸf´Ý¡=P³\x7FvÅÑ\x16ÄF"
  b"»LÌ¥<µ:K¿Ë|úw³¶N"
  b"»¢|¿Šc2‹›@€È»-\e\x19"
  b"»£\x07C]\t3\x13\x1Eù¢<AÏÂ"
  b"¼\x1DçÛÆ+4dŸ;‹VÜiÁi"
  b"¼õ\x7F\x7F\x06c7[– \x12\fw7"
  b"¥Ø┤d¾ =-Â:è°îÒ»Â"
  b"ÀŸ¾^}?3 ¯ïЇ\x1F&_W"
  b"Á\x00÷± ƒ93„­¹TWs0Î"
  b"ÂU³»¸K4‘¸_I9‘#É\x1E"
  b"”zÀ–=18±§þb‘oÆ¢"
  b"³g\x0E3\x054Ú½¡\tå\x15§Sd"
  b"Ã$+|t\x08iÚ„o8\x1A\eÇâ%"
  b"""
    êy­h¬b\x05ëI9Ç\x1D.\n
    
    """
  b"ìÌÂmð1XŸÙŽ\x01>y½A"
  b"ÃÂÙ\4ª>0™²óNüÊC\x7F"
  b"Ä;àM>\x1F;\v–Y\x08É\x17„óò"
  b"─Fȶ±ß=FÖì{Ù}╗ç`"
  b"Å\x01%O)Æ:¶´ê²®-óú\v"
  b"┼/▀\x01\x10ÏNV*Ø^P\x1AOà¸"
  b"ÅĤ:ŠL9y¾“ȉi•‡ð"
  b"┼╦âÛÐÐ\x1FkÅ`JÉ,LdT"
  b"┼²Úú\x1CÖ8╦ÉrºÄ┤ÀÄ,"
  b"Ãõj{Ä\x15ü‗Ç깫Y$N\e"
  b"\x1Fy³%F3\x06┐²Î¡zÃ\x06ü"
  b"Èv\x12­Æ»7<£\x11{Gݽ\x16Ã"
  b"╚╩═¶ëü1T¬!ïcÿomé"
  b"È͹»Á…9\t«é\x02ñ¶™\x01Õ"
  b"Éf$ùèñ?ý 2nªPø3/"
  b"╔¸`þا8?êìQ?»)\x165"
  b"ʬـì.0A­\x1F“Œ0üp\x1F"
  b"ÊÖµ9>”a^Æ—¾ø•"|\x19"
  b"╦ì╚í¢r;╝ÿÿ=í§·Àë"
  b"╦Î\x1EË·²83│Õ`evð_ü"
  b"Ì–¯ÑX\x17?` 8ËTËS§&"
  b"ÍnT!9c7Q©€ìdj·-v"
  b"Î="[!û8Ö­•±ÌïÄÛz"
  b"Σ8\r\x7FÞ<b´ÑŽ%ì\x03\x1EÕ"
  b"Îãþ›üŠ;–›\x7FBq\é”%"
  b"¤a[øÇt0ÿÜ÷Äc!àÅA"
  b"ÏÎ[tŸÝ\x19|6E)˜4ŠØÔ"
  b"Ð,\t8:Ö░\x14ç\x127┬F\x0Eüð"
  b"Êc╝╗ë\x1C<-ÉqÚh\x0Eklñ"
  b"ÒŠ\x10\x0F1\x1E˜\x1DðìT\x7Fx%"
  b"Ò§\x045éf±ÇlÉù\x7FmIÊ\x05"
  b"ÓW(˜—r9ÖŒÕGx:Ú^í"
  b"Èå+jåÅ<W┤úèÎÏ'\x15ª"
  b"Õ\x1F?_I°>ÀƒB|öÌ…Úà"
  b"Õ[(re}1BœâQb&/Óô"
  b"ıìbÖ\x7F╣┤ò\rºN┴S¤M+"
  b"ÕÔwP\x17\v2¶¢~Ž¢ã_²%"
  b"Ö;£Ûñ\f=ܹ÷ö|ÄëGx"
  b"Í?¾\x00#Ä=»ì­¹ëo4\x00Ä"
  b"ÖAî\x16\x1DË5L¢a\x0F#!p\x1AÎ"
  b"×ÒP\x10ÚR7Ì‘¨]ò\rCŒ±"
  b"Ø\x13\x04Ï\x18°3©´ žFFt‘ò"
  b"Ø3·\x16\x15Ë¿\rPÏÎX^>‹ƒ"
  b"Øu÷,Ë\x19=Šwú\x0F\x01å‚"
  b"""
    Ù8g¥¡À•í\x10^«M-ï\n
    Æ
    """
  b"ÙÔ™Ok\r6q³\x1C\x18dŠYÜ"
  b"Ú9µ'ã”12“Dð—ó`×m"
  b"Ú_…\tèl•q6…6”-ÀOf"
  b"Ú¶©×\x1F®<°£ë,E\x1DÞc6"
  b"ÚØ“Øìqü¸‹™ýþ¹ \x7F£"
  b"""
    ┌ÙÉÕÂ▀àî┼Û┼R\vE\n
    4
    """
  b"█½$Øt¶6)é\x0F┼(p¾T²"
  b"Û¸\eþ\x1Dó\x1FæÓ&uF—ñÜr"
  b"█ð\x1Fà}ü2õ░■ÈóC¶I%"
  b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E"
  b"ݹàX\ò~\fÕ·*”ú\x16ÿ\x18"
  b"▀─p░ƒÉ8\x11äý§\x06È& u"
  b"àî¼\x05\rzÓVQ\t"úÈâŠî"
  b"âbõ—3\rž)ÖêŽ\x17E>Âÿ"
  b"â½\x11@C\x065=·¦q±¤í\vÑ"
  b"""
    â¿ú:ÈÜ2Ç¥\x1ErW\n
    d}j
    """
  b"Ô¦Zu\x04s4ÀÉ\e÷(ê╚¨>"
  b"ãqÃ@\x11\x02+˜óöÉÂS›:ù"
  b"ä€÷Åÿ\x06;徨º†4Zòk"
  b"åu]¢æM8\x1D¢ô¿\x0F¾›â\x1E"
  b"ÕÅ\tf®;ÊHÊbü\x15^N½Ú"
  b"þ\x18Ëý(38\vÉÊ╔ç\x1Aòa"
  b"çë\x03‘3\x161t“5ÂÒw•k¨"
  b"""
    Þ└/ð]²;Øäd2\n
    \x05
    """
  b"Ú\x10®TA?;\rØ5¹ý\x08Ö´&"
  b"""
    é(\x11H\n
    \x02?¡š®ê?Í\x1D»Á
    """
  b"""
    éW\x10\n
    2$îR}(\x1Eß~k\x01Ž
    """
  b"é’Ör¯4bk&‚œš™\x7FT•"
  b"é©ÁZÈ\x07<Ô–qT·¿7S}"
  b"ê\x02ÂN\x10¿5A¦]#ùË\x7F¿)"
  b"ê?\x1C¡\x07¾\x19°ŸiL§{ù4d"
  b"êB";äpA\t|O\x035\x10-Í\"
  b"ê®F¦;±\x17¼ýÍ"„<¸\x07\v"
  b"êÿÞÃßó:ª—û³ÃF\x1A%}"
  b"Ù\x14├ìæÇÓ`´£╚Ø\f¸®."
  b"ë\x18¤Ù1Ü6!¹ò­\x07¼M\x1E#"
  b"ì’þ})Ÿ:¢³Íۨȯ|š"
  b"ìâé,Ñø2𸩆vtØð\x01"
  b"í\x18\x11\ÆÈ2}¼bP<Yú\x1Dï"
  b"í\x19Þ\x16í½¬\x18&Îò9w­èT"
  b"íâ\x1F¨\x05,=F—‚’›·çyê"
  b"îC`Õ+\x156N˜/þßôÎ{õ"
  b"ïÎ\x1EÆn\v0Ò‚QAPÔªŠ\x11"
  b"ïæ\x07bõ¾¦ï,\r‰&Ê'D?"
  b"ð\x16¬rm85MŠƒé\x00ùÁxù"
  b"ð>8Ù\x03\x0F0?ŸPë\x13}\e·w"
  b"ðíÂ4Çâ4´£uS‚\x03ã÷£"
  b"ñ2Œ™\ry\x01Œ¬G€¾â‡‡/"
  b"ò\x1CåO.:=ñ¢\x19®-DQb\x05"
  b"ò_\x16,ƒa9—škЙ\v;}—"
  b"¾K!ɾ|;/ç═-y;s═ò"
  b"ó`Ä\x02v Ê½#üÇÐ.¸\x1Ež"
  b"ôù¶\x10ˆ¼¯¯­\x08~’+&ê]"
  b"õÔìÏ7Á\x07æu·ê?Ø\x04"
  b"ö\x03ª§F\´¡W>pÌ\x14M‘r"
  b"""
    öѬGcÁ?Þ‹\n
    D”‹\£i
    """
  b"÷ıûŤ╝9º»T:ÁÍÜ┤ "
  b"¸W;&Õ¢?¹òB┴pÉÎ╝▀"
  b"¸_Bç²\x035B¬æ­É┌¨ı└"
  b"°o\x16¡X 3ÀÉFL▀äbAg"
  b"øƒ‰ƒ€öÉkÐ8\x1E<\x18Â5¬"
  b"ø­:ä\x08ëÁ«\x05¹?€\x13îØ\x1D"
  b"ù\x16\x0Eë\x7F:4› *ßmx×f}"
  b"ú“x\x15œå=C¤EÀ©\x04ò„h"
  b"¹ìU\x05íÌ0'×┌\x11¡▄Â8="
  b"¹ñþÅ&-4éÁ\x14ÏjÍÿ´¶"
  b"■2)\x06pã5\x00ªüæå\x1EHpg"
  b"þ¾Í˜\vG9˜ºç\x0Eß\x02:\x17Ã"
  b"ÿÜŸx:É>\x10°Ç„R…³†Ï"
]
85 7.48 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"\x02R\x04VÙoQE╣¦ÐJÅqãã"
  b"\x05%ÅìÚ─\x1D\f£>\x1C\x1En"n"
  b"""
    \x08\x03Û\x15ÇæàßK\n
    \x16M~zØä
    """
  b"""
    \f*R\x14Å©\fb\x05╝█\n
    ý\x12■"
    """
  b"\x0F¨h:þdpŒŒ`Ô›d¼O!"
  b"\x11Lõò\x04Rì‗k\x1F┴"·&Îæ"
  b"\x14òÂÀnüø¬¯îE$ðÃÐh"
  b"\e¡╠ß8ì­¥─KÊØ\x1EÍéâ"
  b"#HÈÃÉMþÇ£ÛM%\x0F\x14\eÚ"
  b"28Ú·ƒÐ4:_<pH\x1E§™_"
  b">\x1FæWçí÷\x02Šº,\x1C´Ý¿¤"
  b"P\x1FÛ÷¦\x01ì§¥├Þý┐{ce"
  b"S R@mêÔù8¼á%7ÔûÆ"
  b"XBçâõ>ŸGØS2G.¡Ãõ"
  b"j‡Y«\x1A¹\x11\x04\x17•´â.z™"
  b"jıâ®ù>¥)J?CìßqIU"
  b"tcO‘\x0Eºþ›%Ñ/E*6ÞC"
  b"vÛlq[]ŠÖiePÜ«ýÁï"
  b"\x1Es\x00.ØÅy\x1E²»¾\x17\x00\x0E"
  b"‚¶ÍÆÌDl>hfÍ9Q\x046\x7F"
  b"ƒ¾bM™~ØNe÷˜‡Å\x01ÉK"
  b"\x11äbùX\x07¥óaφ™‘E""
  b"ìW¶8Ö/"─m0«\x1EJ\x05\x14E"
  b"ŽM9\x00\x17¸»e0#,™yå%t"
  b"É:▒pé¶¡·Mdï_\x02╚▓╬"
  b"ùÙÜ│Ér\x7Fë|┘mé/ÃK\x04"
  b"\x13C\x1EØÚ <7Ê3ÌñЕÆ"
  b"™\>-@\x19“‚Š9\x04Ö*àBD"
  b"¨§bÓ&t[ÓðAB@M¼öò"
  b"ªc-Øÿ»™Ðæ;ز/aØe"
  b"ªÅ#£f\f\x03ñx[q{\t[•"
  b"¬mžd\x1Cà\x02ˤ\x02Õ\x01W˜žž"
  b"®ŽTtpàïD±B\x0E\x19\eõ½š"
  b"°+у›\x02\x03äî\x03­\x07ÃøN0"
  b"°^`àÖ\fš\x1C/š9¨Ç\x1DÝ\v"
  b"·Ý\x1A^Cüã²\x0EÇ2È®ô`@"
  b"Ã$+|t\x08iÚ„o8\x1A\eÇâ%"
  b"""
    êy­h¬b\x05ëI9Ç\x1D.\n
    
    """
  b"┼╦âÛÐÐ\x1FkÅ`JÉ,LdT"
  b"Ãõj{Ä\x15ü‗Ç깫Y$N\e"
  b"ÏÎ[tŸÝ\x19|6E)˜4ŠØÔ"
  b"ıìbÖ\x7F╣┤ò\rºN┴S¤M+"
  b"Ú_…\tèl•q6…6”-ÀOf"
  b"ݹàX\ò~\fÕ·*”ú\x16ÿ\x18"
  b"âbõ—3\rž)ÖêŽ\x17E>Âÿ"
  b"ãqÃ@\x11\x02+˜óöÉÂS›:ù"
  b"ÕÅ\tf®;ÊHÊbü\x15^N½Ú"
  b"""
    éW\x10\n
    2$îR}(\x1Eß~k\x01Ž
    """
  b"é’Ör¯4bk&‚œš™\x7FT•"
  b"ê?\x1C¡\x07¾\x19°ŸiL§{ù4d"
  b"êB";äpA\t|O\x035\x10-Í\"
  b"ê®F¦;±\x17¼ýÍ"„<¸\x07\v"
  b"í\x19Þ\x16í½¬\x18&Îò9w­èT"
  b"ïæ\x07bõ¾¦ï,\r‰&Ê'D?"
  b"õÔìÏ7Á\x07æu·ê?Ø\x04"
  b"ö\x03ª§F\´¡W>pÌ\x14M‘r"
  b"\x00L²lé…5$œ~~»L¡…–"
  b"\x00ƒ\x13S)÷;}¬\x1DG¿\x01ŽýÞ"
  b"\x00®tì1Ð;z£·$Líx„0"
  b"\x00Ñ&½ÃÕ1¾²\x7FÌ\er\rÉl"
  b"\x00ÚjtÉ=0hïı╩í¦2qê"
  b"\x00ù‰\x02ÁD8\x02¸æW`\x07˜Š±"
  b"\x01? E\x1Aœ6܆ÎM' @Q›"
  b"\x01Èe\x03®Á;┬ûÅ┬╠(┬^¹"
  b"\x01îÏ\x0F\x07Ë?Ôž%Ñ_¨\x10rs"
  b"\x01±\x11Qü÷5äÜÞ¿ø╩»ız"
  b"\x01§¯▄ØÎ0kûó\x1A║[ô¯®"
  b"\x02\x07¾\x1CZ®>üøÃpÚ╔¨Ç\x08"
  b"\x02Y06bw<:œƒÝf¹4\x04è"
  b"\x02vO1ØQ2\x12›²É\x125\x7FëÂ"
  b"""
    \x02˜\x12I\x18ú?ÓŠ¡\n
    â%ü¾r
    """
  b"\x02¨KU\v5÷·å€ò|w››"
  b"\x02Ûô╚Zª:ã¢ìýìtóòi"
  b"\x03?üã«v:¾¢╚¹m`±_╠"
  b"\x03OÑpÓ\x030J«Ÿ˜sžPa¼"
  b"\x03¾0│çØ4ƒ░\x1DÔ¹sìUX"
  b"\x04\x04\f8Î3/·B\x13?©òúØ"
  b"\x04O9§]69Í”²\x10à\x13Ôx\t"
  b"\x04U+\vÚ=:Œ‘ýæch2Õ³"
  b"\x04«ŠW=99B›×‘)îM\x01"
  b"\x04âð\e‰œ=\x04¸r¿l\v×"ø"
  b"\x04ãKSÇO>ôŸP¥,Œx'â"
  b"\x04þ?Ö&\x1C=\x17àüg┴_QÛ["
  b"\x04êÁ#à]3È“\x1F`hÁ+‡R"
  b"\x04ï©_.=8Ȉf>\x00¨hœÞ"
  b"\x04ù[H!®9\x05€UÉ\x7FÅ\ee "
  b"\x04ý\x02\v4É=黆.ãØ|S‘"
  b"\x05\x0F\x1A\x02êÿ=E‹XRˆË\L>"
  b"\x05LUrù\x1D<L‘|)«°hSˆ"
  b"\x05¯\vvF\x1C>ëŸ\x17¬Uâæî”"
  b"\x05ÙRrx^;\x19“l\r¥*èX:"
  b"\x05Ô\x08¥6Ø29ú┌ô\{SMp"
  b"\x05ø%¥i€6¡¡©˜DÛ»Ð>"
  b"\x061Ëdb1’æÉÃ2Öõt–Š"
  b"\x06’R£À›8I¶øÐZyˆçå"
  b"\x07\x12Þd_ì?žƒ\x04¸q\x00Т\x12"
  b"\x07\/ô\x0E»>® ®öOý$£"
  b"\x07\x06­:.4\x08†f‰\x12(‚E"
  b"\x07ÇÂ\tìÕ5c—ŽÄ X"\x06`"
  b"\x07═Á\x0E-├7ì»*ð\x026ÿR-"
  b"\x07Ú²└[ü7═Ä%─Q®Õóe"
  b"\x08&±™þ\x1A3å¼òAp|Âás"
  b"\x08*rŬo9\x13Ø¥Yø8║1½"
  b"\x08Æ\x06;ï(8®·[ž\x02äõeº"
  b"\x08Ëfwfh8šª\x1EFU…5™\x1A"
  b"\x08åøn–/:q¶f\eÒ¦ìK˜"
  b"\x08èYtId5A¿¡“T¨“‡\x15"
  b"\x08ëA\fíõ>ˆœœ=vî]1"
  b"\t1ï@©T=™§>g­mAÇP"
  b"\tSGèáW<gŒ5©dλ-\x1D"
  b"\txõÿŠØ9÷ž´\x0F\esP\x0F"
  b"\tŒµ–†Q8\x12œÓ”\rzˆ3ø"
  b"\t¡ìØÚV1J”~Š\x1E$\t€¸"
  b"""
    \n
    H–Ž)#;6¯ú÷-£E‰ó
    """
  b"""
    \n
    \\x1Dl´$24²ë؆)'V´
    """
  b"""
    \n
    ‰SÈŒ\x045Á§'¹Ýûƒ¯Ã
    """
  b"""
    \n
    Ê\x19\x07EW3‹žQ~~{\x1Eà\t
    """
  b"""
    \v0┘>uA8²ü\n
    \x17?´®╬¹
    """
  b"\v\fæÅ>ÆÄfÉ┐?ißù"
  b"\v°ÃL\x01ú<\x15±»ø`™ë’°"
  b"\vÚÅz±ù?\tš€Á94ág¬"
  b"\f\x05{“\x01’üž`*é*\x0F^\x17B"
  b"\f#}Á˸41¾/Atsoðú"
  b"\fp›“‹½1 ¿èÆ\x02ž\i\x16"
  b"\f{\x08╩┴Û?\x11ÁÉoWI~~·"
  b"\fŒ\x0FÒ”\x19:¼°RœîMh>ö"
  b"\fš\x10!Qì1\e•KÞ(‘êd´"
  b"\f¡Y\x04!─0wÅ│\x10╔+Á6t"
  b"\fÄ\f"®Ì1›’ù}……Ûüƒ"
  b"\f̃=«Ä;Ò¨\x1Eä÷\x11/ªú"
  b"\rQÊ„!w1ž çdFz0\x17"
  b"""
    \ríP;ëf5t•í\n
    –͹ð~
    """
  b"\x0E"N¶ìp4Â║JÓÖ]ì\x18£"
  b"\x0EaÙz\x122>ìƒ=ç2\x10Òà("
  b"\x0E†w¼X÷5×I\x1AE\x10I\x06Å"
  b"\x0EïñÍQû?_ìÙ5\x15ì╬ \x10"
  b"\x0E¦ùZz¶9\x02™‚ÇŒ\x00\x19î"
  b"\x0EÈ\x06céV1\x19ä═úì(öµ."
  b"\x0F\x1F┌SLı6ÞÁ╬WáØ┤ 5"
  b"\x0F¤ÎlFÙ8—¤çq‰-­D\x07"
  b"\x0F¡I6Ý15\x19┤ü²\x08ÓNýÊ"
  b"\x0Fþ¶ënU3››N½}·§\x08"
  b"\x10FØXÈé2Mô^¨õ®øR╦"
  b"\x10oi…\x00v1#‘tó¼C±Âß"
  b"\x10yˆ7@N;‰¸C¶ ÂØPx"
  b"\x10žaX\x1E\x1390‘©ÑïÞƒÃo"
  b"\x10¦~þÓ\x13:\x7F\x11\x07ÉÒ?Ø"
  b"\x10¨\x01FÙ-2ÿ¾4|Qª\x00¶/"
  b"\x11b\x07\x7F&├6\x13Ø~û}L\tƒÏ"
  b"\x11kØ║\x1Fo6ÿÂA╚néË,┐"
  b"\x11ªíw`\x10?îŒ\x13*®ހ¡"
  b"\x11É&lõä3p¬\tºßu\x12‡‡"
  b"\x11╠®╦0c5µì\x04bíïÊ é"
  b"\x12D5ô¡À5ÚÄ█õ>\x16 É\x04"
  b"\x12S\ˆÃ;7˦¼¥Ûé–‡Ã"
  b"\x12╚Ò8¼17▒É|¢°S©%u"
  b"\x12Ïc’ ÷3\x1Cºz9I)Øñß"
  b"\x12Õ\e/\x10áÔUu=BÎ\x10Ãà!"
  b"\x12Þe¿£`=\eŸg$|ÐD¦Ž"
  b"\x13jB²ù\x19=6¨\x1EŸhÁ2fÄ"
  b"\x13~ZÀð¬9•¿ 3É.9Ç›"
  b"\x13û)&„[8(œÕ±£è–ü²"
  b"\x14\x00´á~M7µ£™\x02köiÑa"
  b"\x14$îÐQß2K’ª›°ˆþ¬T"
  b"\x14h‚þÖ—>í¡ŽÞƒžÎ‘I"
  b"""
    \x14¨b¶Ä<2\n
    Œ\x12׌D¸Ø\x04
    """
  b"\x14º0»/«7?²cV8xlˆÝ"
  b"\x14ù];„)1ƒ¬\x1Am}\v²9Ä"
  b"\x15\x0F\x15\x16Ì!<k¾Ÿ±±4°•¢"
  b"\x15?.õ§y;ù²‡›P\x1FW\x18*"
  b"\x15­\x13/,÷3bŸõI-ažƒó"
  b"\x15× IºI<W£î­«Þ?µ\x15"
  b"\x15▀É\t\x06ó14ô6¹╩;è³'"
  b"\x16\fî2þL\x1CŸ–4d(%<3G"
  b"\x16(-\x1D\x02ð9ðöýÆ"àÉl¨"
  b"\x16aY.t&2žª†\x18p¼1ÿù"
  b"\x16o>:{”Ö·úä™!š"
  b"\x16ß±íã!=\ŽM§E3©µÜ"
  b"\x17º;\x03Rm<\¡›\x07¬¨µ?i"
  b"\x17õá“â@9Ù—ÙÝ\x0Eé{tÕ"
  b"\x189Wäè\x025Ê«\x1Cp¹œÇP“"
  b"\x18>ÅÂ┼71\r¬cª×¯\x19"
  b"\x18ñº_x\x0E<░ì├äÇ)÷yF"
  b"\x18¿l(QB;]„td\x18Z]4\x15"
  b"\x18ÁE:†@;D¶\x04C¢,1à{"
  b"\x18¸!ÒçÍ3¾ÅØ)a[p\x1Eÿ"
  b"\x19A¡8║L9Só)\x16╚ÍwÉ¢"
  b"\x19DjÇüc8P \x19S\x0E¥Ô\x00Ë"
  b"\x19¬I6åhà\x16i\x12ØF…²½-"
  b"\x1ALÝÁrÌ8`▒=±áÅ\x11"i"
  b"\x1AP²LÆò9NžÁ\x14ˆÌ6gL"
  b"\x1Ad(\x07\x14P5Ô«@\x17Õ0lÇA"
  b"\x1Aeã?/\x164Ž•`á½\x14¹\x01t"
  b"\x1Aw\x02вÚ?¾¤\x0Et\x00p\x1F\x16Á"
  b"\x1A¦ï\x13\r§2ŒŠñ°\x04ïÙ\x7Fˆ"
  b"\x1A®ŒY»36–• \x1Dž†<ÞÔ"
  b"\x1A╚ıÅú/8┬úù¦.9u ½"
  b"\x1AÞ )¨Í?H›Œ¡êx›‚ò"
  b"\x1AÙÂR\x04ü>Ь\x0E¶■¥\x08v6"
  b"""
    \e\n
    ¸ƒ6¿üÑ░ÿÉI\x08µ
    """
  b"\eO¤¾\x1Fb5·•¿<¼…úŠD"
  b"\eá\r‗1Ý<╠Å╬Rüíý\x15v"
  b"\eÁ¼y]¿7c·\x07°Ô¢ºÛÊ"
  b"\x1CnQX½ô?`•ˆéRðÏÍÿ"
  b"\x1CŒË“ ð6\x04»Ò\x17rùJÒs"
  b"\x1CÅ\x1CõmF1¦ÿ&█ê½ÉÈÉ"
  b"\x1Cžwχ\x015‡‰Žn8™Ÿ\x125"
  b"\x1C¯óùÎ&0\x01¦×­þ\x15©%è"
  b"\x1D\x18àìåø14©+2¨p\r"
  b"\x1D$‚wµx5ú‹L‹”oýtÀ"
  b"""
    \x1D~\n
    dŠh3î¶:¹Îªïîí
    """
  b"\x1D–~\x1AÖR8m¦»Å¯ÕI9X"
  b"\x1D ÚÚ\f‡<,¯e‡†‡dËY"
  b"\x1DÑê┐╣Ø5Óù\x04à─ı╚É\n"
  b"\x1DãK‘"X=Z²û¬¦p…\x08ÿ"
  b"\x1Dð;|ÈW=g±Z\x15'@(ªB"
  b"\x1E·róI#1^”[ñ\v›¢#\x0F"
  b"\x1EÐX\x1Dêk6·¿Úgeý\rÇ"
  b"""
    \x1F\n
    ð\x07cf5°‘[\x1E\tóy,\x1E
    """
  b"\x1F\x1F\x0EÒÙn6Q‘|·¾\t2±õ"
  b"\x1FÒ~¬Wæ?Ø™\x19£·¤÷¯d"
  b"\x1Fþù~‗Ï1\x0E┐²0╩dyfì"
  b" \x1AÚñ6°<<Ž\x16òìïÎ5_"
  b" Q»g•‘=‡–´m\êUêD"
  b" beoYä9N¿u¯Ï7&WÉ"
  b" º¥-\x01×3BìKj4z/Ñy"
  b"!M\x17øTÒ=¼·­Ü=îzi\t"
  b"!޼ƒ\x1EÞäbã?ÐÖ\f\x01 \x1D"
  b"!ž—ºØ\x168Ó‰f\x04Ϥ\x1AË«"
  b"!¡4÷rÔ7ä‡!£ž¶’ü\x12"
  b"!«ŒÀB\x110à‘\x1D¡Å\r?\x13Q"
  b"!ß;ø6ú5FÉ!ª\x07GÆÞ*"
  b"!ä%2‡Ë2"€ûŸòªl  "
  b"!‗ü¦╚├5â©ê─£╦CG¸"
  b""\x01âš\x08<+¤\x15 \x07ã›s"
  b""VÄ0o─?Õä´┐{ÊØ3+"
  b""eÌ·©M7\x14€hžZl”n–"
  b""«ý\x12zœ9™ŠTlñÚ»÷®"
  b""®¾<ìÛ7t€oÐÖIoÜ="
  b""┬ì+<K8╬╣═ì¨┤2«┴"
  b"#o=}îS9v¼ãy”ç\x03Nw"
  b"#ÅÍ%7f2$ï\x07V\x0E÷³{ß"
  b"$\x1C\e„ :=åºÏ\x19\x12;9P"
  b"""
    $LÑÿ/í7Ųh£uºÇ\n
    d
    """
  b"$T\x04óã¹="†Îƒ\t\x13®+\x05"
  b"$TÜd8O1\v¿ÅVÉþ!\x13K"
  b"$žD\x10\x1CÊ2i©SÌè0~Ī"
  b"$ı╔╚ì­3_è7┌Y▀^\x08\x16"
  b"%Ã_Sã\x7F6…—\eùG%\ºT"
  b"%ظÞ\x0F?8ö‹åæZuP\x7FW"
  b"%ïLRÔ\x1A9 ‹ÿëVS¾×\x1F"
  b"%÷bxÈ&3ì„þ"k ?à\x1A"
  b"\x17éÒ$3\x06ì┌a\x08┬ë┐÷"
  b"&6\x05÷ÿk4y¥';\x07\x1E\x13"
  b"&9ñPô.<ÌŽnþë6ûˆþ"
  b"&pêcúï•À-c>\x03¹.·¹"
  b"&›þ„§,7Ò¤C‘Ù†ã]Ü"
  b"&×KHóò<\x1CÉøS╬¿!¤z"
  b"\x10Â\x08¼;9•p•\x07¼|ÅC"
  b"&ö¡®Ý!=ùªÖ¿2Þ¢Y'"
  b"'9x[Cg8Ñ´¦áX\x1D¥R>"
  b"'░\x1E▓ucÉ<$\x1Fb│»pg\x00"
  b"'È·û­`6^ƒÒg½\fܲÐ"
  b"'╠üÊ`T<`üs╚T!Yíu"
  b"(%\x06oÉ├0\vâ4ÞiÀì2L"
  b"(UŸ¼\‚;l¢ô^õ@W¸é"
  b"""
    (òo}\x0F*8║É\n
    ¾\x07\x07Á\x08
    """
  b"\x032A39Úç\x19\x0Fö¨ÌÉÀ"
  b")\x08io\x14VÃ)¹íƒ┌ø0ì("
  b")*ÒN>\x06?É—d*\x10ð\x1Cz"
  b"\x08ê\x16ñ?íÂ\Ø@è<å»"
  b")ìá× .:\x1D¡/█ñô\x057\x0E"
  b"*\x1C0\x15 \x1C4d¦¸\x15ê\x10÷ô]"
  b"*"¡\x1E░ 9CâÒ&ìöEÒ\"
  b"*1C{­\v4‘–ÁûCk"%‘"
  b"*Hý÷wO10Š/ï2ZD)Q"
  b"*├¼ÅÊs>o«÷\x7Fï═ûyk"
  b"*ÕsøVß8L…а")\x0E#i"
  b"+&\x00­ÓÝ0KÉîe\x01Ið­¤"
  b"+ˆ›ÕÖc1´¹äT\x03Ç{ïZ"
  b"\x06|ga2Ư¶\x16\e+1æ"
  b"+·£n*Æ=2™ŒÙëS0bñ"
  b"+Å }Ñü#圬öµ§5¸\x12"
  b"+ÏR0öp1ñªr(–î:Ø\x19"
  b"\x1Fƒ\x08U3Ö“\x11˜'äÁL\x03"
  b",\x14Ò.¥é:*·É?¥=‡1Â"
  b",%£\rÖô6”¹Û±¬e\r\x0E{"
  b",>e\vÝP6Ñ¥9ò‚Ç #Û"
  b",úã|Ã\x17<î—“Ç'—Û\x1CV"
  b"-\x01º<\x13#4\e²’ô‚⤇4"
  b"-\vRaÅÝ<úÖ\x15░ß\x06\x0EJ"
  b"-\x0E\x08\x12À*2ZÅ÷Ô=╚"Á▒"
  b"-:Võ>ÖçÑ\x02É­øfH]r"
  b"-ó Í│å;·Ö■ ÆOìÅ¢"
  b"-Í!Ô”Ö=~¡CeNÖ¤†\r"
  b"\x17ïŒK2°¶¡\x7F×âØ±å"
  b"-ß1W/j0ϯ ´d“ü¸´"
  b".@ÏÆ¦›?÷‡‰“©\üwú"
  b".eïŸÃ:9z•ÐÉå@þžR"
  b".€\x1FÅo05c„`\e‚É™;}"
  b"""
    .ÎôYF"4Õƒ«÷xàÒ\n
    à
    """
  b"\x1AžÅ½<\x13Žú…§+è‰ñ"
  b".þîGÏ%8Ѷ-(*\tMËQ"
  b"/)Þ\sj4ݯ=š¶wúï‹"
  b"0\x07ß[ëw?ð”\x08¥š„9BÀ"
  b"0\x17\x03©…—2\e³G\x17®\x0E²«\"
  b"04┌@ØÛ<-î\x04\f\x07=Nðû"
  b"0˜êy[\x10=ù•{¥\x1E3æ1“"
  b"0µ¿?^.;µ“Æó]_\rÜð"
  b"1#dìä×<´©`¡På­\x00*"
  b"1K}\x18\x0E;Ý©\x05<:L\x14a\f"
  b"1khh.m0R°h\x0E¢\x08­Ìf"
  b"1v~CP::ä°½xy.E@¸"
  b"1\x7FÐ].\t>à’O\x1CwsòD¾"
  b"\x06W0Ì<ðÿÄBì*'Õ¾"
  b"1–\x190CÖ=x§t2šŠ¢¹f"
  b"1ÇÃP6\\x14‡-óèÕ‹\x17\vÚ"
  b"1ÍK8ˆÞ0*©ÎQ™ÅXÕ†"
  b"1┘V‗\x18╠>1ÉxwwÙ-\x06h"
  b"1‗─ɨq6b▓ç)┘\x1D█£w"
  b"2Wôz>?;l¥‚Ô¯êæOU"
  b"2˜½mð¬9‰±p_ªIÿE†"
  b"2½u¼m\x044I¿\x11_8ê2\x18D"
  b"3Cµ\x10·364ü■c┐<Ù¯7"
  b"3Q*v¿Õ5f™\x12LöûU¬?"
  b"3Ó¾{«ê5á•tÞOðXä{"
  b"4\x17–ÛÓŽOê q\e®ÚÀ£–"
  b"4M“Q–D;™†\x1Aݪ¥ŠÅÚ"
  b"4^¡ƒér3\x17«Y¤±køðˆ"
  b"4qå+Uç?  A!Gv\x10ñŒ"
  b"5.\vÒ\x10ü3Qøv▓a╦¼ù|"
  b"5](ácO4ÿÖØ\x10Ü╔$E£"
  b"5s¡ü¨&=‹¬ › \x0Fïlu"
  b"5èìOøÉ2═Åer┘¢F\e="
  b"5ÀKì¸À>4¯øæwé¶‹Ù"
  b"5╚Û?ØÁ7vùAC├ú¨u'"
  b"5îkØes>ê¸5¸~Öé‹f"
  b"5§)¤û£2l▓\x13Éı\x14GaË"
  b"6\x08`¸´}<┤Å;¹Í\x1A\t\x11"
  b"6\x1FïM)R>ꪛ\x15ˆ?MQÂ"
  b"6*ZsFê9ðüW®¡BÜ_$"
  b"62ÌŽ\x03\x1C3Y·©i¬–íˆæ"
  b"""
    6¿ä1¬\n
    7ؾn\x12X\x19À0ì
    """
  b"\x10§\x04h0²¬txÁhÂŽ™"
  b"""
    7\n
    Ø'\e\x0F1]âr"V?åå;
    """
  b"71Õ.¶*0þ¬ô!¨úr€—"
  b"72<AºP3™¥³?;æzGÉ"
  b"7ljç\x08É0\x19ŸD+é\x7FȰO"
  b"\x17I\x1A‡:ÿ©CIþÖW-€"
  b"7¿¶h\x11░<üæ╔└¯ºvçÓ"
  b"7´³ÞKï:\v®›D¾¸\x1C"
  b"8(\x00㇮9rº\x1EñöÆŠ¶k"
  b"8<ŒŒ"Í9\t”$ÿl3Nß,"
  b"8─ÆnZÆ?Èÿ'\x03c6ìöê"
  b"8Ë‘Ñl\x052\x13¯BE†¦Ç<d"
  b"\x19N†s3!„Ö}P%Á\x16\"
  b"9-É\¶ç¦b[Àd*\x13Ž+x"
  b"9IZ´”\:0¾ÝÀ‹=D\x1EÒ"
  b"9Rk! ý1}רÅͤS¥╦"
  b"9‡hó(˜1\x1Cª³šPn<¡)"
  b"9’!çº13Ÿ¡N _a‡xÌ"
  b"9║ë1N\x18<\x04ØÊ┼µ¶┬â\e"
  b"9▀═ƒ0?5´ü¡╣─ð\e═╝"
  b"\x1At]¡;ZŽêé÷ÞM£\f"
  b":\x08r\x1A€°<L¹""/ƒîàJ"
  b":1î®Þý3`£ü¶4\x03¼3Ò"
  b":€žöl82s“xnÕûf)ö"
  b":œÌ\x1C¹\x1A;\x15­ªí\x11;m„Þ"
  b":¬Dk\x1F\x100ïžîV8D\x17ü^"
  b":▓ýrê\x18<&»X\x12Ï]│üµ"
  b":é­“Uí2ø†\x00\x1Að¸åý\f"
  b"; ²4 ¥?°©˜r,ìÅ^\x0E"
  b";-\x02¨\x01w1V¡ÛiðQ–\x14Õ"
  b";B‚ƒ\ee6…Ž7õ¤b»( "
  b";‚Áº+|?ZŠ2\x12\x1D}†Éh"
  b";Ïê½\x03ü=²‚Ëî\x12¨\x13ù\x01"
  b";í4¡î‘=M¿*\r\x07·â–J"
  b"<\x087Cˆ¿>æŸqÌo±‹\rŠ"
  b"<\x08ž¢³\x1A>̼u\•Iáº\x08"
  b"<Jù°╝ò<\x07¬]DÅîÓnû"
  b"<WH╩Ã\x021qñ¨╝\x04Ù4ÕØ"
  b"<`¡©K¶3{§¶\x15Pzí\x0E:"
  b"<ç䫪Z;`ü\x05\eÎjVkÉ"
  b"\x10inN4»™\x16^\r÷n\x0F\x1C"
  b"=\x00Aïõm9ѣĆ]iH|å"
  b"=d╩YÈ╗=6┤ÉÂ÷.5ä▓"
  b">V╠ñ[Ù;É£▄▓¸¾·▒d"
  b">░ؼÁÎ>Cê\eP³WmL³"
  b"\v\x02\x1EŒ8L–ÿ\x0E\x1DD\v"
  b"?\x1A<†Œó1f‹Tòÿ²{˜h"
  b"?22▀│\r6\x05ûØ\x1EêBø`\x02"
  b"?Q╔·lØ>£À├°\x1DÒ╩¡ù"
  b"?g9“«.0.œêèW¿÷z\x08"
  b"""
    ?‡\x15æÛ\x17?\x06©\x03M9ø‰\n
    Z
    """
  b"?¹¢Þ\x01Z6J€—|Òç²]\x17"
  b"?Åšl\›0H˜® jè[Éß"
  b"\x04─3\x1955Á▒Ølnüõe"
  b"?Ë&Ç┤┐;Å»\x18¤\x03T8ëô"
  b"?ı£à\x10+0­░Iì\x12\x10%─"
  b"?ÙëxÇ\x022Pšx‚§Î\x01šÒ"
  b"?íP\x07ÞÙ6\x1D‹Ê@Kbâ\x0F\x1F"
  b"@AV]+Î6Þ┐>OÆuÅ\rÄ"
  b"@]R\Jð<þ\x0F®\x05»•ÔÚ"
  b"@™ùŽÇs2*‹î\x02­ÉŸ³±"
  b"@½ü\x18®\;÷ú ¨©iÍ\rP"
  b"@╝8@¾É18ÿ■¾µÎ\x1A\e¡"
  b"A\x05\x08|Ô(3╝¬▒░ü\r¶.>"
  b"A$M▒K®8Ø¿Á\x12X8]Aw"
  b"A9ÆüK0;Œ€i5Ÿÿh²¸"
  b"AHâ,┌Ç2ôØÞ"å±¹v¦"
  b"A… k·´7<¢R<Žî°j\x12"
  b"""
    AÿÒÅ\n
    └;ÇÇX‗ÏCoKØ
    """
  b"AÍo\x1EÊh?Hš^V[i«RE"
  b"Aõ ‚;\x040(…ŸßÏ\x07K\x1EÇ"
  b"Bcþäž¿=©€ÇMw\Ûæ¬"
  b"B« Ü\t\x0E7¿ŒHØ\x11‹ÐQ5"
  b"BÔÇ\x16åR:7¹$à8éœ 6"
  b"C\x0E\x1C n61Œ’›8Wfì<%"
  b"C#·ñ±¤<¬¿ôãvØq¢8"
  b"C-ßuô,7\x07¯Pk\x03×\x06aD"
  b"Cd\x0Eà=ú9|žú¿\x0EQc’Þ"
  b"CxàÚì€93¤–\x15áMу}"
  b"CÍu´ýl3Y´<™‡:îÔt"
  b"Céô\x18H®;†‹ùÕÊNÌá\x01"
  b"D\x05æ©êp?׬ÙÅså\x08\x03"
  b"""
    D-ìg\x12M<<╗¡\x17\x1EÚì\n
    )
    """
  b"""
    D6cE; 8\n
    ¢ƒ1îÏmYÑ
    """
  b"D…W†›®?×¼{ç«L¦¯\x16"
  b"D‰EÂË×3…¾Ã\x16}\x0EÄÄ„"
  b"E\x03ê)Šƒ4~¾Ñî‘kgĸ"
  b"\x1Dt6r?½ƒD9²\x08\x02"
  b"Eû+¶4v3Àº‡eÿ0!äÌ"
  b"F\x00ZY&™5º¤86˜z"™¯"
  b"F\x1Ek˜â\x052-¦¾Ô\x08ƒ.ï\x04"
  b"F5»lo└>╠ØHpø│\rö³"
  b"FĵH¥™;a·îõNJëñï"
  b"G\x1Eï ©(7f°¥Í‘wZã\x13"
  b"G'\x0FªA\x11?+„aè’0›œ"
  b"G=¤çòã8\t“ix*׿\x1CK"
  b"GrÚâÐg<\x1A¥§:éð§ö6"
  b"G\x7FÈðËŸ0æ®\x12Õ§¤oˆ×"
  b"""
    Gë2K\n
    \x107ïØ$OY┬ô╠+
    """
  b"G©’S\x1DRÛè\x19¶[…Ue¶Õ"
  b"G▒╬n╚A0┘«\r&©'Hì\x04"
  b"GçCǦÙ?+¸Uè0_¦\rp"
  b"H\x01\v޹\x00=LªHçaŽÛ\eñ"
  b"Hj!'ת8"±Ù©\x08\e~"
  b"H|\¨¿@8«¥Ý§▀¹╣ì▒"
  b"\x1FÎO}}ı╬t▀+½■¢²"
  b"H™\r²&Á1Ç­1‘RéЕ>"
  b"H╬æ‗nl7¼ÉÐ'/╦V└Y"
  b"\x1AlnNŒ*»r>\rY£ÛÈ"
  b"Iu·µ§Ë5¹•t]þBÊâ"
  b"I~ðÉvl9°▒║3r;\vI\x1E"
  b"\x03\x13▒ô2╣®6ä\x19Pŵî"
  b"JA\\x14Ai>Ô®_œÐ(3öß"
  b"Jt\x00ìOº=ËŽ“\x06.\x03u.‹"
  b"J“p>d"=¦º\x17\x17½‘`åÔ"
  b"Jº§ÅEï<%ùcú╔+2 C"
  b"KšÄsXÜ2•»€þðÏÂu\x07"
  b"Kæâ‚¿\x17:\x13“a\x00\x06/ü5„"
  b"L:ïy¶Z7ñ»_¦8¢?ù9"
  b"LVéü\x17æ=\ä>2║û%\x16\x14"
  b"Lbé½§¯1\x15­.q\r8”\x05L"
  b"L†ÞC'Ã1bžU£‰XŒÜ´"
  b"Lè_\x1Aü█3eÿ·#¥¦Z{t"
  b"LÛv6\x17E<ʘëRm\x10»+È"
  b"NaÆk╦:0@üÿÉ¿.®_1"
  b"Na¹\x0F\x198´ìBYÞ┤,ãÌ"
  b"Nt\x07@?]5#š0©÷\vºeb"
  b"NÚ^+<ð5ó¤bø•}#ÛR"
  b"NåÒ–µ±0u«:±@ \x15"
  b"N³H±=ô=Cç:±\x7FÐÅ®╚"
  b"OM…âOÛ2B¬;ï\x16ÀÐ!‡"
  b"Oh\x14v´Q0\x12®2\x18¸‚œ\x1E"
  b"\x0Fp@\r>©³Ò´u-4Š "
  b"P+-│Ú=8êúø¦wÔØ=9"
  b"PÒE™/Ï3Ý‘Û2÷\x02Ð&›"
  b"PÏ9!Õ\x1A4█ƒ\x1E¬%'cTü"
  b"PÞë.´l2e·¦T\x07¶2\x06"
  b"Pß,œ\x1Aÿ5Q²Sj©Œú;G"
  b"Pî¤õá6GªÃ\x07ÛE~³ä"
  b"""
    Q\x03Z\n
    ¤~¸\x0F;%3¢ëÈ0\x1E
    """
  b"Q\x08┐Õ/┴4m£¶\x1Fì-7\x07ä"
  b"Q`\x07\x0F\x02õ?\x1C­.N\x04“+\x19ˆ"
  b"""
    Q¿Éð:_;Œ”Öm\n
    ésÞç
    """
  b"Qé"üÔL:£ŽsÁ\x0E/ÎÉ""
  b"R\Y¢éE4N¶ðÍFz·\x1Aœ"
  b"Ruýœa+:0¥<éº0Õe\x00"
  b"RÊ(¿Oà;xü\x11W\x19ç\x12±9"
  b"Rê“Ïó00ô¼‚6VU§Û#"
  b"""
    S«üÃ\n
    êh0A"ëzÀ┤╝õ
    """
  b"S¾›\x1CvG<È…¸ñªVÂ\x12I"
  b"S¦╝æ┼J8\x08רØ\x10,2ã┼"
  b"Sý;T.%<A½\té\e\x12ï%Ý"
  b"S■gÅsª7\vì╠┌çv´ÁÇ"
  b"Töº\x18M\x13=tÅJ̾N-2P"
  b"T›ëB\x03–1*Œi3\x1E&³h5"
  b"T¤ïû\x06ê5U¨%äÚÌ­\x14L"
  b"\x08\x06ªo4ˆ½'Y1Ž\x10ÏE"
  b"U#×!\x03x?\x04“Ôd¥ÂÉŽ\x1F"
  b"U$71B8:°©üí░Æ\x10"
  b"U'éökË<\x08°¥h]£\x14|q"
  b"Udø_Y╦<-üo█2$\x03Ù┘"
  b"UfMòË×7¢²Ð¼}KÖˆ%"
  b"V èŠ4\x172\x7F¥8Áa„—Hf"
  b"VPünïÆ>¢¨šûu˜˜Úì"
  b"Vg\x01ï>É2n°3\x7F\rQ\x7F\x1C÷"
  b"Vr\x07ƒ‰Á8\x14»¢rئw\x7F\x7F"
  b"VxyW\x0E‚3\x10³‡€\x12ø\x01 —"
  b"V’6c~µ>.¿ß,¯M®\x13\x1F"
  b"Wçdì╬É?¤çiõ¸!é\x18"
  b"W륹œ 9j‘î\x02ã|\x14F\x00"
  b"W§v®ƒÅ7ÏÄ?\W─\x14\x12\f"
  b"Wö&\vÖì9ñŠ ˜kÕ\eÄP"
  b"XSÕt\x10n2:«Å/╠I┘2$"
  b"X¡3‚šH0\x15Žc!¥È†êm"
  b"X¸i\x07´(6ãŠ6rà×ȲÞ"
  b"XÐ]MÌ«5éµ\tƒ\x07©\x1CÔþ"
  b"XÈrXgü<\x01×ÔZêq╠Ü\x05"
  b"\x02½‘¸7\r¦H*\x1C4D¡*"
  b"Xûô訛=K‘ÑÜI†ƒç­"
  b"Y\x04Ô⡇4(€g\x05 M*ˆ}"
  b"Y\x0EH%\x07 7l“7]\x1CJW\x0E"
  b"Yi,\r¯8g‡\x19wq3E»N"
  b"YëÑu§Z2ÇçÉo\x19\x15┼5A"
  b"Y³À\x06ö 6÷…Ì\fA,è%¦"
  b"Z/;&\x07Ô6Ž·n¾sñÓÃŒ"
  b"Z7\x1CŸNw2ï³óÛÆñ•Å2"
  b"ZuMf5á7©›Ù\x18Åæ\fº”"
  b"Z¡u¤o\x008=´\x1D˜\x15ò\x18Šl"
  b"Z«1\x16׳2ϧñô=£¾Ê\x0F"
  b"[DÊ~\x03Û4“¹Ô$Í*Ÿ=_"
  b"[K\x14ÎЩ2>°\x1Fª½½Ç6â"
  b"[bòÏï˜9=Š‚;¡²]-#"
  b"[}9╔╬²9'│\x0EÃ?Å┘ã\x03"
  b"[²Gc+Í9ù¦&w+©‹ð<"
  b"[·œ\x1CÑò;ܘqL:9¿MB"
  b"[Êìò!H;0µ\e<oñê„¶"
  b"\\x12\x01Ï*A4▄ñ¨Åñ┐çñ\x0F"
  b"]\t Ó˜E1\e®011©MÒT"
  b"]\f\x08*à!1B½D'/\x06¢;µ"
  b"]VÖ¡Z\t3Z¬cwš\f®³B"
  b"]‹J\x1Fßë:5¯°‚¦¥°Ð\x03"
  b"^\x05Ä:ŒG7\x1E™cÓŒ¦gm6"
  b"^$\x00…°\x077‡–ûüsš´ZÔ"
  b"^2†!ïK9«Šaj-¸€ ¸"
  b"^¨I\x04/u6õœ)u¥×æÇ€"
  b"^¬”6ëÚ2Q¦j\x08ü¨\x1C§Å"
  b"^Ûkê°╗9\x15\x13HgÞü╩÷"
  b"_Dd)}g=|­íj”û‰\x04§"
  b"_À[=\x14‰8–žÂ\vzÛ8\x14z"
  b"_Âã\x1Dy\x043"¯Ë\x7F¦š¡>\t"
  b"_Ì·%ŽD§+ó\x1C\x16è.t\x14r"
  b"_ÚëÖ\t07È¿þÆ¿\x04´­="
  b"`dA)å\x161ИÕöwè\x17©m"
  b"`wË“\x07$7ZŽy\x0E{\x19»·¿"
  b"`Èmüº°2┬»6èvæ╔äü"
  b"a\x1FЧ“}?û¥ÆÇYörPc"
  b"""
    a ßêmF>èÅê²─|\n
    I\x02
    """
  b"a!F\x01»56°©¾»°\x0Fœ\x19"
  b"a‘²Ñg§>a•?]\x082Lµ\x02"
  b"aý£èÎ]<á°”\x10Ì÷º?ƒ"
  b"b\efbt\x1A<Üžpò/ùê-,"
  b"b(\x0FÕ\x11ø36¬ƒ#h¥wj\x17"
  b"b4°\x17-¿<&▓┐w\x7F\v®ÅÉ"
  b"b6Ÿ±æR=\x01‰ž{y#É—k"
  b"bM@]Ì\x13?ϲ,dô-;$Q"
  b"bi╦\x08\x18ä>~ƒØ'\fËë▄Ü"
  b"""
    b¦ƒ²V\n
    ?\eˆ•b\x19E@{n
    """
  b"ctK\x7F¼|;ÁÉÁÿÈ\x06°ï\x14"
  b"""
    c³ˆ>\x13h<\n
    «\x1F+Þ'øò~
    """
  b"c¸yd¬U<í M\x1C\#QµÐ"
  b"còy÷»\x189²¨!7?0"
  b"cû!—½Ú92¤Oñ¢…‹ô\x1D"
  b"dµ;Am\x01;\x04¨W´ô+\x1Fáö"
  b"dµî¨±Ä4®¡êOþÐ>É\x01"
  b"dÐ0ã7\t?´▒¿.╗Ø,¬g"
  b"d▄Ø^O(5K┐ùòÎï¦UÊ"
  b"""
    dírO*–>@¼Ï$.'\n
    Á'
    """
  b"e\x0EAH™\x16>À—EeÕ?3\x03á"
  b"ee\x154oï7½°±ŸTL\x1Ef7"
  b"eh€Á·\x134(§ØÈ©\x10\f"
  b"e‰³+.\x1392ˆ„tËF=·©"
  b"e·¦êÔÀ7‘”ùŒŒ·|4ó"
  b"e¿a»@Ÿ7G©$"\x03ÜžÙ\x04"
  b"f1I\x12Žê6„¬]öW‘\x13Øê"
  b"f3v%¶`<\x04Ÿ¸NáÌ\x16e\x14"
  b"f¾Sk”Ä3\f¯ÊÝërÉ2Š"
  b"fÚU´ð×2┤ì\x05àÓ\fV║&"
  b"g\x17Å‘J%;\x1D˜xÄ\vàª\x134"
  b"g¢lk©(0)”þ£ýx`ÏÆ"
  b"g¦(\x0E\x1C\n<Å•5‘\x00 iËô"
  b"\x01÷²ý3.‹®Ln\x10¹b\x02"
  b"g²+Ûèy4═æÈé*ý└ìY"
  b"h©xæ2‡0gš\x10\vb\x15¹h^"
  b"h¾þ½Ë¸<”®¨\x01>W\x13\r©"
  b"i/Se;×62¨%´\x1E}öÎO"
  b"i{&¶xH0Î¥Chï9N†p"
  b"i˜Åš"j6\x1C¾¤u6£ ±Ü"
  b"\x15÷¿Ÿ1G’o®eìeüñ"
  b"iýÅ—Ì\x004±Žê”œ\r’Æa"
  b"j$\x14“^%7~‚\x04»\x03û>fW"
  b"\x1DY\e\x14=¿¼M\fŽX³èñ"
  b"j«#Å%>;Ìä-\x0FK\x04ô¨)"
  b"jÆD®‹\x1E0\x12±&3:î]·)"
  b"k0Õ,åÉ6yî┤½GßÌ®f"
  b"k8b§{Ó?&┐▄7ìQ|┤\"
  b"kI\x05å^Ø9o¸ÏGtmu]t"
  b"kO\x04\x0F<\x17±òoú\x07–á}"
  b"kh‹OeP<\x08œê£Ù™ç~S"
  b"k³æ…àÔ22šQ‡Ç$Ë€Æ"
  b"kòð\x1E>Ô>ÿеc8"\x03Q\x15"
  b"l'õøà°6>Š#£\x11Ch9ƒ"
  b"l*èµS®8'º\x10ªâ¥SF°"
  b"lEf©7\x006hÉ¥{ÏÍU\x06"
  b"m\x01#\x00à\x0F5¶¬ÝÍC\x031\v6"
  b"mAõ`mæ2S„64Å}@ν"
  b"o&|9{ã<uŠÁ\v1¶®lè"
  b"ox\x01\x18¾Ô4^§(*/&·F€"
  b"où[ùna?\x1E½\x12v›\x00"
  b"p?Nž¡Ž3¬¬Âü?B2½\v"
  b"p[6|ôj2xì═\x1DB0ËY°"
  b"p[G\fW£9\x1Aމ#Ÿô—Ö\x1F"
  b"\x1DO¸)1¸Çl¹©Û═Ö\x15"
  b"péÂÞ\x115Ò©½\x1F÷,ÇÉ\x12"
  b"q\x0F\té\‡5ý†ÖÖ÷\eÉü\x12"
  b"q\x12ÁÞ\x08É2Òƒ2¤\t&Ì¿>"
  b"q§é柾>C›2Q3;¾§ê"
  b"r\x00ú|çq2¿¤—æõvtäƒ"
  b"r V\x14§Á0’©\x1C\f‘=Ó]ì"
  b"rT\x7F\r¼S8Åáx9µÅÜGÖ"
  b"roôp\x08J>e±Ö*ôDÚ@…"
  b"\vkf¦9F¦¦r€^©\x0F°"
  b"r¡È3îs3\v¬»Zw¥ì{R"
  b"r´E╠<\x143~á/æÅYJúu"
  b"s\rØN.42┌£@~Ý¡,,¦"
  b"s4nÇš\x168_‡”\tŸ£fÑ¢"
  b"s6öä5y4º™‘h¿Ñ\x18ÒÎ"
  b"sW▄RüJ;¼êÕóÔ\ãrm"
  b"sì)Ç╦u3þö*rd;q\x1E"
  b"sì─¹ı\f3·ä\a~Ë┴ó½"
  b"""
    sç_Ë\fV<A–Ö\x11h\n
    î£C
    """
  b"t\x05XÑ%ì<;¿äo-\x00+0\x01"
  b"""
    t`¦ ã~6tôülQ\n
    \e
    """
  b"tu-§S88±©€jtÚDRÎ"
  b"uaï…\x1566›¿è_>€ýxŒ"
  b"u™ïÊ a9k¸s÷[–cW\x1D"
  b"u®â¤ùÂ>═ª{Å \x0EøV´"
  b"u¾3f]\x026¡†!\x18éY…\x03ø"
  b"uágN\x17ø;\x04 qBi\x14‡J²"
  b"\x1CK@\x11<¤§û¤/˜\x05ò“"
  b"v\x00³Ç•\x141A›ò$7OŒ~ñ"
  b"v\x01ý3×U?kŽ\e¦æ\fƒY#"
  b"vf.T<å?Úš6k{êª,Ñ"
  b"v¨2”ÅÍ<\f¼ÌúØ‹Uâ7"
  b"w¦i\v½\x172†‰\x7FüˆI¢Ëß"
  b"\x139¹b7\x0F¶l@øÇ+vÐ"
  b"wò„\x00òô4ž¡^¯…ê;OS"
  b"x-¾ñà¸1/Š}nï]$úz"
  b"x‚æ©wä3¼œh~A¦\x0E²."
  b"xÓ%8žæ0wšÓ\x0E¦m'é\x08"
  b"yíÆIGÔ5@ª!\x16n\x7F,’Z"
  b"zX,Ž¥L9ó˜Ù"µ"Cw\r"
  b"z•áéÐÉ6Õ¹À«7³d›8"
  b"z╬ÅRVz/╩ÛL\x05¹BNQ¥"
  b"{\x07¤`╣\x051 òB▓©\x7FØ58"
  b"{*{„ÁŽ?\x1D¨Ô)mvÒiH"
  b"{éqÅt╩4/¢j¬Y\x1D5Ò1"
  b"{áû=\x1A[:%Ž\x15\r`ù"
  b"|,chë>7O¨*?\r{ñb…"
  b"|ŒÉÂÖÜ8gªÃÅåÌ%‘\v"
  b"|“\x0Eç#Ѹ·\x0FÌ0\x14µw á"
  b"|¨§D§X8ÿ€ÁÌ^Eè\x1D{"
  b"|®¨pYÆ0hùÀ\x07É/2ça"
  b"|╔┴|DS:7ü\x12Ñã■¨?s"
  b"\x19yîM;x¨fcšc­ŸI"
  b"}PÁÚx\x19>ÉÁ<°£Q\x1D╝*"
  b"}zED¯\x1E0\r”=VÇ\x116'u"
  b"}ÜöR\x1F\x0E;Òí¨Éï­U6n"
  b"}¾“@kÅ2÷©õ×9³p;\x02"
  b"~\x03hŠ;Ô:R³æPÃÄ\x14µ¹"
  b"~\v@â9è9g‘NgI\x1CÈÓF"
  b"~$Ø\x19\x03j;PŒ:á£\x1AA\x18Ê"
  b"~%\x1EQÏÇ3o©òšt•þí("
  b"~,æ¾'›3ñ¿Â=xáù”Z"
  b"~7ì,lÝ0Öü¤u\x17\x03á¾ÿ"
  b"~t\x03•G¨?_¦\x17ÿ„ÈF}±"
  b"~¥9\vgú2I¶\t1ax\t\x1D"
  b"\x7Fê¶\x1C1á>nü\x03Q║´%═-"
  b"\x7FóE4ÏY=Å┐áñä╬ý´d"
  b"\x7Fÿ\x00\x08á¸8\x13¦»lL\x1F"
  b"Ç\x08RÉ~\x089´êOõ\x18Ä\x14Y\x17"
  b"ÇH8ªù▄5;║7\x1Ev"┤ÉÈ"
  b"€\4½K_>\x12 IÁa'äs\x14"
  b"ÇÅ│¿\x00¾3║«=ä\x02íD┐E"
  b"ü\x18ª$ni7ÿïóÙJ═\t"
  b"ü8U┐950┼É╦bg\x12¸Àj"
  b"üi╝°e¶7n®\x07<ÛÅýÌ▀"
  b"""
    üæä\x18ä\x02<\n
    \x1E Q,\x1Cã¢
    """
  b"üÂl\x17Ðê7┴ùÈgJB\x06g\r"
  b"ü¥ùñò╚5╚è÷/▀â\x02©╚"
  b"ü╦║Ì\e\t?¬¼*ÝádmÛU"
  b"‚œ\fËZ‡0¸Ÿ v¡X¨}L"
  b"‚ŸœOÞi9K“~fúŒý\x0EØ"
  b"éñR~\x1Ej=TøTì6\x14÷'~"
  b"‚ð+{]›8v Ñôãm!\x19¦"
  b"ƒ)WUéÎ2B›ù¿Ì\x1C\x10½j"
  b"ƒŽŽ,\x17Œ3o™ÏÈï¸ÎbS"
  b"ƒ²°í)Ë>µ¯üÍ\x04/š‚6"
  b"â±H█æ\x1C?zì9ñ«5¼í‗"
  b"„P"é\x0Fs0ô.,ªAž®\"
  b"„ж\\v.<³³\x02!é§™r”"
  b"àOQ:\x19¶<ùÉCK<\x19D┴J"
  b"…Q’\x18b¬=º–ª\x05Á\x1AÒ¿Ï"
  b"…h\r»:\x7FÓª tÉ÷D|$×"
  b"…ŠÐn\x18d4Í¡“‡31ï C"
  b"""
    àÍ×\x04ÙN=}ì\v\n
    ┤«X\rƒ
    """
  b"å\x0Fj\x08Å¢;▀┐~╦\x086ãdj"
  b"\x10Fùá$9¯¸ˆÿYu\x17×µ"
  b"\x1Aó–Þ\x19)­-Êùì\x13ÕoÒ"
  b"†d5¢(H6ò‰ºõ`çëÐÒ"
  b"åyrPM_0]ëúüúÊÜ©I"
  b"å╗\x1Cêt\x07;\x1EÅ\x1C»@v´\x1C{"
  b"†À\x1C\x18÷Â9â¼*ìu\x00À¦ý"
  b"\x02’v9×0\x0F™çoöCL\x12\x05"
  b"‡—•\x06×\x137\x1C\x1EÕ‡§È0–"
  b"‡Á\x07‹ä·\x1C\x01¿qëDÌRtT"
  b"‡Áfó}t:äž>.ÀMšGñ"
  b"‡ÃF~øi3b£ë\x05³Š§Gƒ"
  b"‡øºúöD:\x11™¦ÑÝÆ›ó›"
  b"ˆ$…i*W6ýšå‚…¬ê `"
  b"ˆ=j!…ë3;¢&9\x17eÒŠã"
  b"ˆAXp®o<ß¼¿qåû\ecQ"
  b"ˆà.*¥¸6.¬TòÙßµFç"
  b"ˆðæ0hï7p•\x1DKß´Äú\"
  b"ë5)Øb█8RÖÓ\x01âÌ­§├"
  b"‰¯ëé\x1CD7C§PKÒé’>’"
  b"‰¹X>åÅ?»‡üµÚÉß!Ð"
  b"‰¿\r/õ·9ײpDkܽÛ\x16"
  b"‰Á©AƒV4Zƒ–#>œª2B"
  b"‰Ù‘ÍÂÑ<½£C’F\x1A1\x15»"
  b"‰ñ»,\x14<9bœ\¸rΡMÅ"
  b"ŠQ¡·²Ø77™;U£\f#ÚO"
  b"ŠV\x02  p0‘½?S‘\x18Œ\x01Ú"
  b"Šþ9É\x15ö5\x12³µ\x11\x0E/*C‡"
  b"\x05|÷š!8&޽õïLYWR"
  b"""
    ‹Mäßå£?\n
    ¯Ñ¦Ý\x0E\x14ù
    """
  b"‹«\x1F}õR:$—Ф³jjv "
  b"‹ÈôÉ[m:íš…ù¨¹âØ—"
  b"‹âŸ™@õ<°Œ-âÈÁ½òñ"
  b"ï¯\x00`\x18Ø=õ«Z/Ï}{Ò\x1F"
  b"Œ=šµ\x02 <§ƒËÖ–·•o}"
  b"ŒO¿péÏ9\f¼è¤\x0E¾žê'"
  b"ŒRÉᡘ5¬œ\x1E±QWõæ\x1C"
  b"Œ{õ‘\x04!<ˆ†'¢‘ûÁk5"
  b"Œ¦qІ¡6²«‡"·šä§@"
  b"î«4^0æ7p¡─\x1DêýÅ\x13d"
  b"ŒÍ’Hµ\x133º™àÖ§3\x17ç\x17"
  b"ìá¹\x18M30²¼┐sÒbi\x11ó"
  b"ìúîl▄À?²Áu╔‗¥hÈ\v"
  b"Ž\x02´²n‘9éœ\v7‡ZÔÓ°"
  b"ŽGÒ–·½4Ê \x19¼¬ãú´ì"
  b"ŽWznµ\f5nŸXÈäýêü\x04"
  b"ŽY˜y“35´©ã¡™8Ü$\x06"
  b"Änk¹°╦2µî¹\x0F\x1E\x1F¨Å3"
  b"Ž…Ôéy]mQ\x1Dw2ïì¬ìG"
  b"Žÿí!ôN53£Knµ¯‚/§"
  b"Å6¬\x1E/ð:\x1CÿYÓ┌¦┼ <"
  b"Å;ù┌\x0F\f7\x02ñüç└X\x0F"
  b"Ås\x04\x14¢┤6ÓÇOîı¢ÚÊ═"
  b"Å}m#©m9÷öÒ©▒£¤\x15>"
  b"Å▓;ºFA>tªıQp│\x7Föì"
  b"Å╚!ç~9=╠úùy\t8®«\x14"
  b"ÅΦ▀|n2^Â~WÐ─Ï54"
  b"ŵ\v─­┬;x¼X$6ä'ð."
  b"ÅÙ3}9>6¤ìB■ýãÓ╠5"
  b"Ŷ]ûf³7\x00│¶\r▒▒cRy"
  b"É\x12\t\x12\x08­>ÊÀÐ\x03÷\x16╣¶\x0E"
  b"Éò▓Åtý?Ù¡ÖKZ\x01╠¾├"
  b"ÉÒ?╠ ┌4ÛöÛµm¬ı®\x0E"
  b"\x119`_\rç\x1Dæ\x7Fêhq\x11"
  b"æï®_(4<1«ü\x0F\x17\x01X·Ò"
  b"‘Ä6s‰‚9€‘B·-˜#Õz"
  b"æÎ´æ\x1AÜ=tìë■¡▀Ðm9"
  b"æÛ▒ÿ\x13ä>ïÅòzH¶Ùy%"
  b"’—›ËIè8+£“TÒLOcz"
  b"Æ¢Z\r\x1D1öü├y³µ.Q\x7F"
  b"’Ê<?Ú7`™ ?ƃýQy"
  b"’Ï8Žš¼53¬ö/ç\x1F\x10€""
  b"“Y¶Í>›>"£\x01üò¿M¹Ò"
  b"ôÿD²èØ<P¿\x05Yc\x0Fé'»"
  b"""
    ”$\n
    u¹)>ô†(a”Í Î(
    """
  b"”J ªï”3\x1EŒÌ'NŒ„ÎÙ"
  b"”aì[Œ^>j¡Ô\x1EñP\v\x16p"
  b"”j¸æße1侀\x02$–i©M"
  b"""
    ”艫ÄÑ6´§\x05\n
    žë\tÀ\x19
    """
  b"•1u\rД0Ò–µ ïiÆ}9"
  b"òa,Vñg7«¬\x03Éa¥█¸\x1C"
  b"•o¡ã\x00ò7j¬ú™›0+óö"
  b"""
    òÛË\n
    X¬<¢ÅùÚ╗2‗LR
    """
  b"•ùÍ‹Gº4\x19·dˆ¸øî@ï"
  b"–+Õ¥\x1F\x1A5–‹ie\x19ðËGr"
  b"–Qh\x1Dø¹:U´\x18îõþ\x12¤Æ"
  b"–S8)\x0F}3/ \x06dÓ/ñÖ\x06"
  b"–V\x11\ry7€±‘˜Å”ÝŠ!"
  b"û]┴ÏÜE>m░Cü'\x19ô/;"
  b"ûtÚ│µ╚5>ì╣(£îWJ\n"
  b"–…q¤{è>Ë—}¸+Û\x03 #"
  b"–ž”Ó{c7Pˆþ\x07.ø²Pµ"
  b"–úPòk«;Ž«Ê}ãŒl^Ì"
  b"ù0╗ú|ª5]ÉwùËMA\x17v"
  b"—H[4»¾¼Ü\x1FÀ²šÁ&e¾"
  b"—R\x06¹¨]=-©·ØÈF{jƒ"
  b"—b’6µä³â_ý&oB*àk"
  b"—n\x1D‹5ü8¯›yí¾1Ÿko"
  b"—µW”\x17j6û‹—¦Wb\x04—ö"
  b"—¶~á·º6ê‘`_\x19Á\x17¼æ"
  b"ÿ9H\x17äã0\x11Ä■E=õ|ü3"
  b"˜Z_cà~4ä–úϺŸwT{"
  b"˜|\x04Lý´:(‰¿!R._[,"
  b"ÿìHóÔ\x057¬╗╠@ÎdK\x14W"
  b"""
    ˜©\n
    \x15#\t3žœ=ï\x1AÕ±‡w
    """
  b"˜«££\x18t1N¯pÝ7æ\x03ŠQ"
  b"˜Ó9º~Óèƒ|’ý؆K\x01"
  b"™*¥\x02‚»5Èž#Þ^ïçÀÎ"
  b"™[žÒ£0;î˜gº%&\x19•»"
  b"™w¢”jÂ3Þ¿.&*ó›¨Q"
  b"ÜSF└>d5©ì─§wàr¿L"
  b"Üa]\x0F%m╗Å\x1A¡hnýSÇd"
  b"š}¦\x10PO5“Š)ʾ“uêk"
  b"šþ~Ä\x14¼<%¨#3{W\x08š$"
  b"\r\x0F0ÿ\t2…µ\tu>¡ZÈ…"
  b"ø┤c/$i?\x14Ç┘\x07 d\eÉØ"
  b"›í$§ï\x1D8g—×¶w¥¥÷Á"
  b"œV5"ò€5/ŠÆ5l6G-\x07"
  b"œz/S§+6°‡8Ÿ!\x18‡ëå"
  b"œâe<Dñ2SœÔ¢.–øÁ$"
  b"ØM\x02pS┬?4ê+ÑÙ\x17ó=t"
  b"Ø[l:\x07¦·É│ ï[\ed%▒"
  b"žp8üvI6\x06“Ùù¨®S\x18\x04"
  b"×ɨ╣§\>fúT^õCö²£"
  b"žÌÒ£Ðñ>m’oèþww7þ"
  b"žë¯rjá:g½‡ºY\rÁhB"
  b"""
    Ÿ\n
    \x1F/’ 5ã¾m`à\x07ë\x19¨
    """
  b"Ÿ;pWî‰0»¦ã\t¯\x04\x11¥—"
  b"Ÿ@‘5\x15Ò8€»a\fýêÉãK"
  b"ƒhü°\tÊ8▒¼└ä/\x13®\x08¤"
  b"ƒmç╬E░=üì\r)'▓ËVþ"
  b"ƒØhI3┌>╣│x├cQ░óS"
  b"á\x07\x1CºÉ/;CÆ▒└1þ\x08Ð_"
  b" \x11ú£×>2œ ¿ØNNä–|"
  b" \x1DMÒtÃ8H‰“¤FS5Ø8"
  b" I”‡\x08B2\x1D»@R³‹V¾+"
  b" tlŠŽï<y›HhÂÌíuy"
  b" \x7F|6\x04\r:_‘\x15@\f'‹yH"
  b"¡$£%\x16Í4Ž¢ºB‰Ý’‚F"
  b"¡4Ú¡Ã9²ˆ\x06¢\v\x12-êx"
  b"¡a\x18¡¯\x089ù¿…$ý\x05\x06"
  b"¡\x7Fß&Yù8·‘\x11\x16xï'$¢"
  b"í½k┴\21yÉÁoŸ\x12┌d"
  b"¢#ÚÆPŠ1\x12¡ù€ÏÎüh2"
  b"¢qSˆ“00V€ŠŒÃщ\e˜"
  b"¢›ÑJëì4š”Nà\x00¯\x06C\x1C"
  b"ó±N.▒â1qÅ╗a\x12ËDît"
  b"£3¡e?Ô7ã®Qfûk˯„"
  b"£=\x07ò™Ö7?«fe5ÒO\ef"
  b"£>[/†Y7\x08”{™û\x1Eìm‘"
  b"úª╦└;35╝ë\x04╠WuØ\U"
  b"£ëúH\x1CÄ>4±aÚÂÂÎ\x18\e"
  b"¤ À™\x03ï9±©ëƒúŸz\x1Aƒ"
  b"ñB▀QÉò8Éê\x13¨╦¹╚!8"
  b"¤I¦ùú\x070‹šÛ\x06zk^šP"
  b"ñiæ┘*\x10;ZÉ═0Ò\x00]ߨ"
  b"ñÜ/\f\x04|:\x0FÄGüý Øú8"
  b"¥\x1Ca¦‹j4½Ž„ú}\fÈëŽ"
  b"¥m;©\x13\x041\x0F’zÖõ\x03áBh"
  b"¥ˆG–i\x110Å¿ŒçE\x13ž8…"
  b"ª\eûÅ\x7FÖ:\x1Dèá┤\x10Ï\ö´"
  b"¦rN•\x00ý5±—\x00\x16+¸"
  b"ªÂßÅõ\x0F:Ô¿d&à\x15´¦R"
  b"¦·¨\x1En@6&œ{ì/‘¦%w"
  b"¦Ã£Ý\x1Dì15œ¢ÍÇìzw\x12"
  b"¦ÿEW9ì7™¸öK\x02ùnû„"
  b"§\x19Z\x04’Õ?ÛŽx\ãÄ7Øë"
  b"§@É`IÝ4}µJ}@¼czT"
  b"§©™\x00šë5\…@\x1C™Ø\x7Fé®"
  b"§­y¯ð–4\x16½nç\x14¸\rö\x00"
  b"§°ËÆmÁ0B–ûœ:ñA1¢"
  b"º█Ùaç▄5ßü‗û¥pû\x1A\x1D"
  b"§áË\x0EPÒ<M«ÖÍÿ¯ðQ¦"
  b"¨\x17Ái/47Ȫ\x14›´\fQ\x1C©"
  b"¨‡Ïqmn?kªÔ¶‰Ñ({í"
  b"©\x13¥È]ò8Ò£E\x14 ãÁ¼N"
  b"®\x14ªkR\x083ëü:4.└H2O"
  b"©7ÇäQÆ?§ŽDu&¸þ4p"
  b"© ?#1+?J¼_éñ³…ß\x15"
  b"©µc‡€£;_‰’éÆFΓD"
  b"""
    ®ÀÅkÕV4\x06¿w¿\n
    Büo£
    """
  b"©àÍThÌ63°6m½o‹4Y"
  b"©ø6>Þœ4O”*I÷j4òÌ"
  b"¬\x02╬ØM=3ƒêÖ'\x11Cdzí"
  b"¬\x1F5║,╦<¸ÿú║o║,Åï"
  b"ª1=­`Í2@—ï5ü ÈÌ\v"
  b"¬Gj³³a;rØoL)ÏfÓ\f"
  b"¬I\fïËÉ;ı×¾ÈFë+b┌"
  b"¬ë\x11R\x1245ïØ¾¯ôVÓ┼æ"
  b"ª½\x1Aãß«<1‘Ía\x16x¿÷é"
  b"ªËw?KŒ\x00\x19ÜV\x04a3¤ð\e"
  b"¬‗î·ù\t0─▒üt¼w:ü\x12"
  b"ªòŰ{ü;Ò§–¬ú\x11ñ–G"
  b"«\x00&ÜUÖ=N– ˆã›¤T£"
  b"«\x1EŒœÉ_:º 7AåÓÁýÝ"
  b"«‹(y*8=.£ñØÙF…Þµ"
  b"½ºãDê┐¶ÕUTå2ìv\x01Ï"
  b"«·#\tþ˜:õ´\x02\x1A‚H)ˆö"
  b"½╬8Îüð>\x08ó²╗aç\x15\x07g"
  b"«ò#Ës\x1D8°“\x03Çö\x7F€Ô›"
  b"¬\vŠöJŠ7»‰\x19G.UÙþ¡"
  b"¼&£X5H=H¼\x05Eüuz7L"
  b"¬@ÿm\x10Ü—¯\fýµ6Ð\x1Ae\x14"
  b"¬D\x15×\x1Fž9/– NÅܘˌ"
  b"¼K╦▓~é1bÅ,\x07▄Cƒû‗"
  b"¬`ì¸ã·5“–RÐ!Ñ\x1EÌ\v"
  b"¬rç}\x18¦;x§ü\x19ub•ĵ"
  b"¬t•áòÁ:\x19ºçíÃóðm»"
  b"¬˜< }Ø0 ´\x03´®X\x124\t"
  b"¼Ý}¶N\t2oâNoIØóec"
  b"­\x06\v\x05\x02±7”¯fÔƒ¾\x14¸^"
  b"­mcZʽ:ת\x1Cô\rôÖ³e"
  b"¡îåÛ.Q0;ö┐æÊé¯ì┌"
  b"­Ÿß"óY;ȃWÔMMµQÑ"
  b"¡ªçn▀%=©ü;ÌÆ\x14ã,Ø"
  b"­Çº~<Ç4l‰=ù\x7FÛÈ÷\x10"
  b"®\x18;5(=2\x14œÈÄü„ÇJW"
  b"«qê╚Mæ<5àæÅx;oÊ╚"
  b"¯²›0\x1F.;\x01ž™~hòy|:"
  b"»±\x1Ds^¶2‗ÇOì[╦\x16[$"
  b"°\x18äÖ\x0629!²'¡\x16²}ak"
  b"°(VE\e¬3\x0F£¥Üf\x08•“ß"
  b"°?€\x19d›7¾•!…fª¥ß2"
  b"°B•™ª\x190™©²U'Âð2e"
  b"°J`aCºf^7¨þY-6í¹"
  b"░R\x01\x02}o1Ôæàå\x15ت\fı"
  b"°jü\x1F\f†4\x1D¥}t!\r÷ct"
  b"""
    °Âä¬\n
    G?Å¿²B\tÖ§Òî
    """
  b"°ão{\x07>72 3ÂJ.™åÄ"
  b"±\x04µ2\x1AÞ>ìŠæ8°‹z§\"
  b"±¨îiA99\x16´$²½²Ïlö"
  b"±Øö€—{1Ъ\ádà¯Ã\x17"
  b"±è—¨´»2.‰ÝêÚsù\x05ý"
  b"²\x08q­8Ñæ{QÐ󀨱yÍ"
  b"²w÷­RÔ:8¦\e‘J\x18OüÑ"
  b"▓ª¢ÎÁm=\tÉK:>Éjìã"
  b"²¾,\x16Ö™0«µÈ]ž\x05Bþ³"
  b"▓╬̵sÉ1÷¼e67ãvôà"
  b"³\x02£ø:T1U Ø#y(Þû "
  b"│(¡¥\x1F96\rì┤Qd╚P┌¯"
  b"³=5zõo8 «Cçû‡5>’"
  b"³@ìÐ\x12å:¥ˆ`²¡®„L\x04"
  b"³Q¢\x03gá2%ˆ¥Œ\x03œcù”"
  b"³‚Û‘»\x130\x1D¾¾\x10F—ǦK"
  b"│Ø\x7F‗╠╠<Kò\x0Eå█├²\x12\x1F"
  b"³ª[Р³0#˜öñ%ž‘fo"
  b"│ÍØM╣[6èëêØ┬·hw"
  b"³à\x0FŠ´+2<½÷üåB”}û"
  b"""
    ┤cÉDݦ?\n
    ü\vcåÔ1\rD
    """
  b"´‡%4l\x007Ù··ß\x11½\x19–V"
  b"""
    ´‰R·3\x1A=\t¼z]W$\n
    e&
    """
  b"´£~ÈgÒ0\x03³o+jóŠ‹€"
  b"´¯{\x05cG1@‚èË>\x14«»Ï"
  b"µ\x02\x16§\x046>@¶R\Êý$\vš"
  b"µ\x7FÊ>ùF3\x1D¢#"\x0Fó<Lñ"
  b"µ›Ë˜$@9/¦CM@a\x15\x10\n"
  b"ÁØ@\x14┤└4Vì`Ô¬\x04═Èü"
  b"µËFI¾B<\x11ž³\x7FŸdm×ú"
  b"Á╬j╝°\x177┘Ø┴\x00ò\x04§)\x1D"
  b"¶!ï̸´8ˈ5AxÍ|»þ"
  b"¶(>\x10¸Ù0H«ÉÓ´q‘…F"
  b"¶-ÿ3š[3;¢pš»g°Ù^"
  b"¶•a\x08´Ø0^“MY•\x00s#‡"
  b"ÂØ\x060oÞ2┼çë¶è\x159X╚"
  b"¶Ù£qäõ2Ë¡Þÿ+J\e\x02:"
  b"¶â\x17 g¯> ”v£ž°æÃÒ"
  b"""
    ¶ðJ·F\x0E5Š¥T\x05\x07\n
    \x06ú 
    """
  b"¶ø–5øÐ4羯+vÆ¢Š¹"
  b"À\x13óuüë5\x11░¦Éú\x05×8g"
  b"ÀDÃÍFù<ìØ~0çKÿM>"
  b"ÀË[PêI;ÎïØèÚÒô║ø"
  b"·áøô"#9íœïŸ“,R\x1F"
  b"·ö\tJêÞ4:—ŠL¬ Ñ«Ï"
  b"©\x16w\x1C/&0WÉÕÝ├31¤\f"
  b"©\Ø╦Þ\x11=áƒ`Ú¨7ÿ¤^"
  b"¸v” `»?\x7Fšt\rðþJ\x02"
  b"¸‹e”cV7½¨n‘\x03u&ɪ"
  b"¸•:¤µé6\x03º["hƒ©û-"
  b"©¡v\x0Fi=3▀ú ¹ìê3·╩"
  b"¸¯\x0F©CG1o†nØ•óôÅj"
  b"¸èË\x10]¾=\e‡©’s\x04WXÜ"
  b"©´ds6q1¨ü\r×\x164\t"
  b"""
    \x03\n
    ¤2\x11üOÊ\x01³\x18¡\v
    """
  b"¹¤Eö¯”<óŒå}\x038¢ƒ9"
  b"╣└x4ÖB4$ü¾ùE3¹\x1Dè"
  b"╣‗ªÿT¾0█å¿B¢ÀÅÓ\x16"
  b"º\x11¯´Jn5›ˆØ{ÿå²¢<"
  b"║#¢}4ó<┤Øy\x18x°?KÅ"
  b"║s÷▄YD?µÑ3ü▒LKÇñ"
  b"ºŸf´Ý¡=P³\x7FvÅÑ\x16ÄF"
  b"º¤]&è»9<—#žS\x02Ä\x024"
  b"»JÄ‹½Å4\x07¢D¾…u\x04?H"
  b"»LÌ¥<µ:K¿Ë|úw³¶N"
  b"»¢|¿Šc2‹›@€È»-\e\x19"
  b"»£\x07C]\t3\x13\x1Eù¢<AÏÂ"
  b"»¤`\x08§Ù=\x19 ðk³Ð¡œž"
  b"\x02\x06ã°Å4ÆäÞ\x10aX─ƒº"
  b"¼\x1DçÛÆ+4dŸ;‹VÜiÁi"
  b"¼Eê.Q“5\x17¾[œ\x01ŒMUµ"
  b"¼r°¡Ž­;¯•™\x10E\x07ÿ:m"
  b"¼õ\x7F\x7F\x06c7[– \x12\fw7"
  b"½0]¦\x00’5_¾\f\v\x19‰8"
  b"¢8®Å┬L3TØPÿjs±ê╦"
  b"½Lf?/Ò< …——\x134ï7§"
  b"½…\ÍúÇ6˜–T¦a¥[-¯"
  b"½”¬~àÎ?B·Ž´¨ŒBj1"
  b"½À¦U]y4\e ;·-gQÎå"
  b"½Ô™JëO9¶¼w½G\x0F“Må"
  b"½è.ŽP˜0\x00£¤\x123س¼ù"
  b"½õÉCIË:†½¬í\x01\x17¢Œ‰"
  b"¥\x1ER]¬Á1çå\x1F½÷ÿ&zØ"
  b"¾X¶Šñö;\x1A¸\x15\x19§a‹à³"
  b"¾Zû¨\x04n2\x00¿Áy\x1C\x02d‡x"
  b"¥Ø┤d¾ =-Â:è°îÒ»Â"
  b"¾ëó‡§l6Ôš˜\x1E¡§T5E"
  b"¾ô‰˜\x15Î<t‚Hý_€ð:€"
  b"┐]мh­?çɳy\v\x13\x12Û┬"
  b"""
    À\x16+’šà1c¥L\n
    Ê1\v9‚
    """
  b"À#çÝiØ<™€®ÌÒ3úâ\x03"
  b"À9\x10¢Ê¢0ÆŸ|«Z\x14v%ö"
  b"└zÕWoÎ8Ò×á¢ó\x10åÊì"
  b"ÀŸ¾^}?3 ¯ïЇ\x1F&_W"
  b"ÀµÁÑ9é;,€B:3?Û´l"
  b"└Û5Ãûÿ3Ù×÷"Ø'¯Ð┬"
  b"Á\x00÷± ƒ93„­¹TWs0Î"
  b"Á›ÙœûU6=®çz䃴~W"
  b"Á¦¶"\x11s1ë¯ùI\x7FéÞsW"
  b"Á©â{8\x143œ¢0¼yœf\x12Ž"
  b"Á³\x1F+ô†4…ª»Ë\x1EQ[‘C"
  b"Áµï„p;?ä°¿ñZb³¢\x1A"
  b"ÁëHçN\x020s¶ëRoÝôñ!"
  b"Â\x13\vw>ëƒC\rtÙNt9"
  b"Â,™æGÃ7h¡¶þ´:3z®"
  b"ÂU³»¸K4‘¸_I9‘#É\x1E"
  b"”zÀ–=18±§þb‘oÆ¢"
  b"³g\x0E3\x054Ú½¡\tå\x15§Sd"
  b"Ã&g«2\x157=‘hûÀ\x1DØ\x19Ò"
  b"├P\x7F\x03ØÝ1oåt®▓Ð║UO"
  b"Ëù}\x02ä:ú¢j=Zý4˜¤"
  b"á¡¶js9w§¢è“”w„ó"
  b"ìÌÂmð1XŸÙŽ\x01>y½A"
  b"ÃÂÙ\4ª>0™²óNüÊC\x7F"
  b"Ä%\x1A«óÝ?d„¶¸\f¸`\x04s"
  b"Ä;àM>\x1F;\v–Y\x08É\x17„óò"
  b"─Fȶ±ß=FÖì{Ù}╗ç`"
  b"ÄZZИÐ<á¾#Æ1\x01²"ó"
  b"ćúnf38ÈŠX¾9Ô:\x15<"
  b"─ÄEݦ»2ìæÙ‗Ú\x1CïMc"
  b"Äå1'\x0Fb5}µíºØån`„"
  b"Å\x01%O)Æ:¶´ê²®-óú\v"
  b"┼/▀\x01\x10ÏNV*Ø^P\x1AOà¸"
  b"Å:›fÍÏ;E§{íC×ÿÁå"
  b"Åx€çJ©8\x12§Œlµ\x1A\x05X\x18"
  b"ÅĤ:ŠL9y¾“ȉi•‡ð"
  b"┼²Úú\x1CÖ8╦ÉrºÄ┤ÀÄ,"
  b"ã,▄åÉ_6╩╗┼ÑÃ,\x02\x02\t"
  b"Æ5\tå\x1A\x057D‹ŒœígýÄL"
  b"Æ?Ò8r%1ò¥\x03qÈ­\e"
  b"Ƽ\x1AÏ1š7®¡p÷\x1C›•¢B"
  b"ÆÆuó\x1FE7ޏØ;Æ•í™K"
  b"ÇM˜%\f\x069u´Á\x10¡æ²Yâ"
  b"\x07Ømÿ0:wÅ\x12SÁ¡ÊR╦"
  b"\x1Fy³%F3\x06┐²Î¡zÃ\x06ü"
  b"Èv\x12­Æ»7<£\x11{Gݽ\x16Ã"
  b"ÈÁGÍ\rW>\x02ˆ.)$\x1F\x04"
  b"╚╩═¶ëü1T¬!ïcÿomé"
  b"È͹»Á…9\t«é\x02ñ¶™\x01Õ"
  b"""
    É\x14Š”`ø3¦’\n
    e\v1*\x11ï
    """
  b"ÉeødYÞ0<¦\x05>Þ²T+º"
  b"Éf$ùèñ?ý 2nªPø3/"
  b"╔└¬¨ì":│Öö\x145ð±ý]"
  b"╔¸`þا8?êìQ?»)\x165"
  b"""
    Ê\n
    ô:¼É4Mº8Ú¥#‡a•
    """
  b"Ê\x18쇆\x11>D€£’ôvkhÞ"
  b"\x19ÙêÖa:åäƒû┐Å\x12\x11\x02"
  b"Ê6\r¼:Þ;£¾œ¯ˆg¾\x0E#"
  b"ÊV›-ƒ.;}…ÒèT@Ix*"
  b"ʬـì.0A­\x1F“Œ0üp\x1F"
  b"Ê·,Ùqw5\x1E³û5ÇYS\x0EM"
  b"ÊÖµ9>”a^Æ—¾ø•"|\x19"
  b"Ë,Wp\x0FÎ3–›I(e¯c¶Z"
  b"ËYqÙÝœ;=‰5üsß&¦h"
  b"╦ì╚í¢r;╝ÿÿ=í§·Àë"
  b"╦Î\x1EË·²83│Õ`evð_ü"
  b"""
    ÌLᦸë3ý…€\n
    ÀÍBEò
    """
  b"╠ï4Å▀├93¬┌Éë\x06âCð"
  b"Ì–¯ÑX\x17?` 8ËTËS§&"
  b"Ì©UÇkÃ2ç¥ãå\x15§\x14æW"
  b"̳Zèˆþ2¸·DTìðot²"
  b"\t~╩«ª1$Élð^ƒáÈ¡"
  b"Í)\x1D©yÇ=o‰\x10°S}¡±V"
  b"""
    ═]╠B[Å:║©¤╔┘~¾\n
    \t
    """
  b"═j³░Ê╦7p¥\x18a³5yÉô"
  b"ÍnT!9c7Q©€ìdj·-v"
  b"ͪ\x0E\x15½\x192S¤ÀÞP\x07NIb"
  b"Î="[!û8Ö­•±ÌïÄÛz"
  b"Σ8\r\x7FÞ<b´ÑŽ%ì\x03\x1EÕ"
  b"ÎК?Å£5Õ¶\x11É[ Ù+Ã"
  b"Îãþ›üŠ;–›\x7FBq\é”%"
  b"¤a[øÇt0ÿÜ÷Äc!àÅA"
  b"¤ì5ÄJ║6~×│\x1A\x04ª.Í*"
  b"Ï× ¬Âm9\x04¡t2Ÿ³Àî€"
  b"ð3þu▄B?\x15Å\tÂø\x08>¤8"
  b"""
    Ð6\x1D¨\x03z5p§×Ù“\n
    +\x1C\x12
    """
  b"ÐSˆ´1¿6\x11„c$–ž‰Å%"
  b"Ð̲\x04t®57€Ñxš ·Ãá"
  b"ð▄¼¸KÄ3$╗EÊQd\x04üF"
  b"Ñ\v\x05\x198B­¼°ªCö„Õ"
  b"Ð,\t8:Ö░\x14ç\x127┬F\x0Eüð"
  b"Ñoe6ë·\x1A?à\x0E½A"
  b"уM8d¤>ÚŒžm1k\x03í\x05"
  b"Ð┤$åt═2ü░Y┘]o¢¬^"
  b"Ð┬\x0F╗#_:çäh\x03,Éq¼i"
  b"Ð═\füq\x7F0mó\x07\x17■Ó5"
  b"Ò\x13µBüm7Ѿ{ÕÁ{:\x12Ô"
  b"Êc╝╗ë\x1C<-ÉqÚh\x0Eklñ"
  b"ÒŠ\x10\x0F1\x1E˜\x1DðìT\x7Fx%"
  b"Ò§\x045éf±ÇlÉù\x7FmIÊ\x05"
  b"ÓW(˜—r9ÖŒÕGx:Ú^í"
  b"Ó`¹X\x00-92”oLxr”ƒQ"
  b"Ó“Ìwˆ\x068Ùˆ€\x1AÜŒŽÙ<"
  b"ÓŸ±Æån<ǃ\x1AŽÙVAÕ*"
  b"È\x19\x07YÌã1ÍÉÚÉZÏS¹\x1C"
  b"Ô5xFu¬=7¨ùU¢|Ã\x05Â"
  b"ÈB░lNU?½Øûý"V\x15"
  b"Èå+jåÅ<W┤úèÎÏ'\x15ª"
  b"ÈÅÌD1\x1E<Ò«¶!Xƨüü"
  b"ÈØhYZ┌8^ñG£Õƒ▀┘÷"
  b"Õ\x1F?_I°>ÀƒB|öÌ…Úà"
  b"Õ[(re}1BœâQb&/Óô"
  b"""
    Õ^\x14.ºý7z¡î\n
    á^X\eD
    """
  b"Õœ \x1F\x04ã4k§¨Ý\t\x10\x7F"
  b"ıú$qÙ\x7F1cìmh\\rÉÿý"
  b"ı╩¤TJ\x162\x1Fú×7\x1FŸÌ("
  b"ÕÔwP\x17\v2¶¢~Ž¢ã_²%"
  b"ÕñÖ¿‹–?Ø”N\vªaÊ]í"
  b"Ö;£Ûñ\f=ܹ÷ö|ÄëGx"
  b"Í?¾\x00#Ä=»ì­¹ëo4\x00Ä"
  b"ÖAî\x16\x1DË5L¢a\x0F#!p\x1AÎ"
  b"֕鈮N=ô¸b´”Œ¡¸\x06"
  b"Ö³+÷¬g:\x03´¯kMìð\e+"
  b"ÍÓ45Î\x1F6üçÙ§¬0i¦┬"
  b"×*R[ëY>\x06«…\x19Â\f8£×"
  b"×Ë™\r¤a3t›àôäëSuV"
  b"×ÒP\x10ÚR7Ì‘¨]ò\rCŒ±"
  b"Ø\x13\x04Ï\x18°3©´ žFFt‘ò"
  b"Ø3·\x16\x15Ë¿\rPÏÎX^>‹ƒ"
  b"Øu÷,Ë\x19=Šwú\x0F\x01å‚"
  b"ÏÆ\eKÌ█<«Øë×Qý‗"▒"
  b"ÏÎ\x1FMøA5)Åý%¹¾òЮ"
  b"\x01¥"oÅ0ÌØû$þà\x1CKt"
  b"Ù\x04…Æ¿«48¯G Bß\x19Ad"
  b"Ù\x05‡Ú¹Ï6I—\x1AÔ”Ã~*S"
  b"""
    Ù8g¥¡À•í\x10^«M-ï\n
    Æ
    """
  b"ÙϺo%\x1D2Ž€—\x04\rô2Ï÷"
  b"ÙÔ™Ok\r6q³\x1C\x18dŠYÜ"
  b"Ú\x15Ò^ŸÄ5”¦\x14Τü$UT"
  b"Ú\x1E\x111z\x0F5ü¶¼¤F\x0E“Ú_"
  b"Ú0h®N\x0E1¤™Qy«\x1A¿ þ"
  b"Ú9µ'ã”12“Dð—ó`×m"
  b"Ú=êàÐÍ<ÿ¿éx\x06y\í…"
  b"Ú¶©×\x1F®<°£ë,E\x1DÞc6"
  b"ÚØ“Øìqü¸‹™ýþ¹ \x7F£"
  b"┌ÌÐÔMò1^òíì\x11¼oµ­"
  b"""
    ┌ÙÉÕÂ▀àî┼Û┼R\vE\n
    4
    """
  b"Úî¾F5\x0F;lµF\fˆò²³í"
  b"Úú >Š\x03?`¥¢V”uT' "
  b"Û\x1EW(â´0ê«›\x05s£l\x1Dé"
  b"ÛAj\x03PÔ7m»;l–:¨)u"
  b"█T\x07■T\x016äürd╚ú½æ@"
  b"█á\x04╩ܬ;ìú2~òþ\x1E\x7Fp"
  b"█ª©dh#9 ü½óp¸¶ä\f"
  b"█½$Øt¶6)é\x0F┼(p¾T²"
  b"Û¸\eþ\x1Dó\x1FæÓ&uF—ñÜr"
  b"█ð\x1Fà}ü2õ░■ÈóC¶I%"
  b"Ûçæ¾æç7õ­ÚŒyuQ+Ã"
  b"Ûõ¢wÉ—8–¤•šn\r?\x15\x02"
  b"Ü%è€5\x189O¡m\x0EÐÅlSv"
  b"Ü—DÑA00÷œ\x00¬g°–ß*"
  b"ܨÔ;ba4γ‰{7/\x18?,"
  b"Üú×R!ð:ˆ¨\x0Eì#\x1CÊ®¥"
  b"¦cÊ'ØE2¹▓^╣é\x07³W="
  b"Ýf—6Ú\x05<õ¼\x01\x07Û¢¦©E"
  b"Ýsš›ã 7tžÿÈ‹BXrh"
  b"¦ö├|\x02e5─ì\x1A▒$├É@\"
  b"¦╝0\x15MÅ=ƒÀ÷ÙT¿ß\x01X"
  b"ÝÀ!qìŠ6¡¿c\vÕ7Rl×"
  b"ÝÆ\x04*¿Ë>]œë†IÛªd5"
  b"¦ıª╩[\x19?zá\x16E\x0E\x06ì"
  b"Ýüë\x1DÃú;<ƒ[.Ðdb¿ñ"
  b"Þ?\x12sUÍ<-¼¨\x05׌$n "
  b"Þ¢$œ<œ:…ŸfwÉ\x14+ò2"
  b"ÞÓÖ<t—=zˆpxÏQ\x19<\x14"
  b"ß=w\x07m[9P±n韋\x7F~G"
  b"ߤ\x1CÛŸj7ã©Â\x06_ßrEè"
  b"▀─p░ƒÉ8\x11äý§\x06È& u"
  b"àC“9kÑ8à„\r9ª…M·j"
  b"àb \x08î¯7»¹ êJŒ¬§B"
  b"àcõÂ!‹=\x1C”‰YMßÔ@ý"
  b"àî¼\x05\rzÓVQ\t"úÈâŠî"
  b"ည롕5ü–7bvË–\x02¡"
  b"ßì`L¬0;|ºN_ÎLéTý"
  b"á›Ë™6¯5@º\fƒÞ”$=Æ"
  b"áÖ~ž»'>+…O\rð;\x1Ft\f"
  b"â4\r É{9\x19¯?ë1œ½Ÿ/"
  b"â½\x11@C\x065=·¦q±¤í\vÑ"
  b"""
    â¿ú:ÈÜ2Ç¥\x1ErW\n
    d}j
    """
  b"Ô¦Zu\x04s4ÀÉ\e÷(ê╚¨>"
  b"Ò\x1A­))F8\x02ó"ÅöO<\x0El"
  b"äP\x06C.n6—ž\x1Aµ\v9ÜG6"
  b"ä€÷Åÿ\x06;徨º†4Zòk"
  b"äƒ\x04×y99™ŸóåF·`G"
  b"Õ\x07Osü_1fî3&²¤░ÝS"
  b"Õ?Y²VÜ=±û Ùº\x01|>ü"
  b"åu]¢æM8\x1D¢ô¿\x0F¾›â\x1E"
  b"å±t„ô%>Iºú\x12Ù”ÜZ,"
  b"åÒ=m‚B;à‰ë*Ú\x1A\v"
  b"µQ©,Âì6■Éhé-C®X0"
  b"µìÕw'¶5Ïö1-.@á╔í"
  b"æ”èzÄ\x0E;\x11œçyè0Í\x16\x18"
  b"µ═╦Õ\x05:5ìï\x06ýâ"óî "
  b"þ\x18Ëý(38\vÉÊ╔ç\x1Aòa"
  b"ç\x1F<ââS;Œ³~\x1AŠŸø¾\x19"
  b"ç _— n=ؾ9Aå»\x1DÁí"
  b"ç¡îe¶\x078É»\x02$\x15\x02ÊÕ\x1F"
  b"ç©Õ>\x1D·>Ú€Vï\eŸ*U‚"
  b"çë\x03‘3\x161t“5ÂÒw•k¨"
  b"è”Æ@ò€5&‹\x1DgsRß.Ç"
  b"""
    踋]–\x18?\t»€Æ!\n
    âùâ
    """
  b"""
    Þ└/ð]²;Øäd2\n
    \x05
    """
  b"Þµ~ëÄö5³ë╚o└#/\x14ü"
  b"èæö2w41­½ž¶‰A`\fd"
  b"Ú\x10®TA?;\rØ5¹ý\x08Ö´&"
  b"é\x11&0\x12%2›Œ^(uŸÝ\v@"
  b"""
    é(\x11H\n
    \x02?¡š®ê?Í\x1D»Á
    """
  b"é  ”ÛC?|€-O”јøÄ"
  b"é©ÁZÈ\x07<Ô–qT·¿7S}"
  b"Ú┌YÃØ·3®½4é Êä\x06'"
  b"ê\x02ÂN\x10¿5A¦]#ùË\x7F¿)"
  b"êRÐGë14\x02‡·î #ÌÍ\x02"
  b"êbè!,H?&£î6î¦0–#"
  b"ên8Vø'3Œ¸ˆ\x15\x10È,\x1F"
  b"ꆉ°â—?’†Éª“V0ã\"
  b"êÿÞÃßó:ª—û³ÃF\x1A%}"
  b"Ù\x14├ìæÇÓ`´£╚Ø\f¸®."
  b"ë\x18¤Ù1Ü6!¹ò­\x07¼M\x1E#"
  b"ë\x1F\x11nOì73¬l´xÇ"
  b"ë!$ád7*–j(’Ô€ßí"
  b"ë&MòžÏ;ÚµÃAªƒf™®"
  b"ë\«T%\x138»ª4ãîÛ\e"
  b"Ù░ï®§u2├░Y▀ÉÛªHo"
  b"ì@ÝýqK?¸¨\x19Þ\åYFÞ"
  b"ìx‡rQý4¨ºþÜ]ñaT "
  b"""
    ýÉ\x08\x1CÞo8íå\n
    uvº^Î╚
    """
  b"ì’þ})Ÿ:¢³Íۨȯ|š"
  b"ìâé,Ñø2𸩆vtØð\x01"
  b"ìê„ Mb?8·G-\x11¤[—C"
  b"ìñºßÍè3\x03ƒ\tnz\x17\x16"
  b"í\x18\x11\ÆÈ2}¼bP<Yú\x1Dï"
  b"Ý"Zìæú=÷ªé~úä:─¾"
  b"í,MLœ’7f°D\x13×¶(7×"
  b"í´ëðá‘=\x03¢gW "Û…Œ"
  b"íâ\x1F¨\x05,=F—‚’›·çyê"
  b"ÝÙZ┌r¥;vóÅ`=$\x19§\n"
  b"íïS4Î\x177¤‚ô¸§lžþÓ"
  b"íý¦©»71|¾©@ñçÉ£¦"
  b"¯\x02\x19f1k░ÅdX\x00Cªs"
  b"îC`Õ+\x156N˜/þßôÎ{õ"
  b"î•\x0FfŒ|2wŽÈn`±[q\x01"
  b"¯Øf}╝Ï=bâ-N8&XÌó"
  b"î¬iØbH<誫`'º¯”."
  b"¯³v{\vj=┐ü_\x17u´┌Å-"
  b"´\x05}6ìı1\x14\x19÷Ý╔c▒R"
  b"ïS¯åï\x198\x10¸Á:.òrFœ"
  b"´ÉÝð║96cê▒\¨ÅÉ\x1FV"
  b"ï¶'\e8;2¯ €’`ÙûMS"
  b"ïÎ\x1EÆn\v0Ò‚QAPÔªŠ\x11"
  b"ïÞ\x1Aæìa85‘=\x17\vôÞ„_"
  b"ð\x16¬rm85MŠƒé\x00ùÁxù"
  b"ð<V¯ª`3ÿŽ¿ÿ\vQ9Ñ„"
  b"ð>8Ù\x03\x0F0?ŸPë\x13}\e·w"
  b"­ìÔ+▄[0yÀÍÂè=\x12\x1D\e"
  b"ðíÂ4Çâ4´£uS‚\x03ã÷£"
  b"ñ\x00­‘\x182;†›ç‘î;Ûb™"
  b"ñ2Œ™\ry\x01Œ¬G€¾â‡‡/"
  b"ñS ^\x03†:C§×\x1FQ=\x1A"
  b"ñ^L£\x02ß<=¯\x10óÌMþ˜^"
  b"±▒\tÙ=Û1>ÖTyû\x06*Å┬"
  b"ñ²\x05tY³5;·wÄmÕSé°"
  b"ò\x1CåO.:=ñ¢\x19®-DQb\x05"
  b"ò*’}Âì33’\f¤\x15(—±Ì"
  b"òCþ€$™:…·€ò\x1F\x19Á"
  b"ò_\x16,ƒa9—škЙ\v;}—"
  b"ò|$×NO:Ù ˆÓ_vÊÚF"
  b"ò·$lq>4\x02–_\x0Ež„uýo"
  b"òº¾ÖNt2\e†ŠŽäi\x1E"
  b"¾K!ɾ|;/ç═-y;s═ò"
  b"óML¬ú\x190>Ÿ.'4”5Ït"
  b"ó`Ä\x02v Ê½#üÇÐ.¸\x1Ež"
  b"ó\x7FB5´‘>Æ!\x03+¸’_Í"
  b"ó¥ÿæ¦S0¹·O\x08\x1DVÅÛ•"
  b"óØä40Ì1—©W\x07/¼kBá"
  b"ô\x1D0_h{6·…67õé.ýS"
  b"ôí&r\t´>– ý…z‘BüÙ"
  b"ôó\x06€ ï1\x16‘ÿ¯_î",”"
  b"ôù¶\x10ˆ¼¯¯­\x08~’+&ê]"
  b"ö\x02•2)˜2$²\x10³ÏÈ6\x03="
  b"öDBÓ‚\v3Ù­öÏf&Ɖ"
  b"öI…„z›7(Œ¨_Ý`eë?"
  b"÷xÅ║Ò¥>Þ╝Á.Åv■Oƒ"
  b"÷ØXAÇï7\x7FÀ:á*ä«\x1F\x12"
  b"ö«\x06o2\x175\vºÌµï>'á3"
  b"""
    öѬGcÁ?Þ‹\n
    D”‹\£i
    """
  b"÷ıûŤ╝9º»T:ÁÍÜ┤ "
  b"öâ\x15\r@\x021Û½\fbz$Œƒè"
  b"÷¶ÝÅ┴╣4ÄĽX\x12\x03=║"
  b"÷\x07\x0E\e‚ù<jšÏ…¹ò;¨E"
  b"÷\tý‰é<8½›¡\x18—<¢Åƒ"
  b"÷6[\r’j9q•ñUÍÝ'Þ¸"
  b"¸W;&Õ¢?¹òB┴pÉÎ╝▀"
  b"¸_Bç²\x035B¬æ­É┌¨ı└"
  b"¸┤ìD<¼2\x0E╣gØzÊ■─═"
  b"÷Îfh½\x07<û¿/?\eà\x18È\x00"
  b"°o\x16¡X 3ÀÉFL▀äbAg"
  b"øƒ‰ƒ€öÉkÐ8\x1E<\x18Â5¬"
  b"ø’¾†6Ý4o›Œ5õWB‹á"
  b"ø¦7\t*Ï8ë˜\x05ôï`X”u"
  b"ø­:ä\x08ëÁ«\x05¹?€\x13îØ\x1D"
  b"øÁƒ]©æ5f“@É“B.~¦"
  b"øÛ\x1FØ•â=h©¨à\x02-qä‡"
  b"ù\x11Ep8L;pˆYn Ž4\rw"
  b"ù\x16\x0Eë\x7F:4› *ßmx×f}"
  b"ùpà Pg2Ö‹MSCÚÀW\x1D"
  b"ùqjn1Æ4G¸—¼\x08‰…(Ø"
  b"ú\x15‘­\x1CG2Œ¢3\x08ß\x01\f"
  b"ú\x1E.Ãd<<LŠ\x00E\x04¸——Œ"
  b"ús­oص::‘Pò¬[ê\râ"
  b"úwš²ðÅ10ž\x1F^\x15šOaŽ"
  b"ú‰ÕôüÃ7"¬Ëv\x17ô”–$"
  b"ú“x\x15œå=C¤EÀ©\x04ò„h"
  b"ú¡þ\eJ\x7F2e«èGº›}“¾"
  b"û`܃5±6i¦\x00'\x07„»qþ"
  b"¹ìU\x05íÌ0'×┌\x11¡▄Â8="
  b"¹ñþÅ&-4éÁ\x14ÏjÍÿ´¶"
  b"ûµµ\x05ÎK:•ްEP]vŽ\x16"
  b"ûÈ)8Hë8™²€—\eê0kº"
  b"ûÕ(¾—Ü?\Œa¶B\x08J\x05¤"
  b"üHô\x11Þ:>\x08£„\x1DáÓº+$"
  b"³aÎìd{96»î`\x03eg'«"
  b"³å¿\x15Ž4«òp¨J@\x11tV"
  b"üý[û\x00\x184P¥e\x06ÜGq´¶"
  b"ý¶çÞ\x04\x065\x00¦½ïXA©ÅÔ"
  b"ý땪ÂÚ:x„jK-\x07\x15H\x15"
  b"""
    ²´s¡=(3═Éq[\fºÌ\n
    o
    """
  b"þ\x05W\x05NP5Ê“¡‹M¥—÷®"
  b"þ$ûX‰É3ì³|viRyó…"
  b"■2)\x06pã5\x00ªüæå\x1EHpg"
  b"þ‚³\x1FI\x193Z±é%¬\x02ä]S"
  b"þ‡ÿ6"\x1F5B»ªh+‰£øˆ"
  b"""
    þª\n
    ÑéÐ6a”´öTò„\x7F¯
    """
  b"þ¾Í˜\vG9˜ºç\x0Eß\x02:\x17Ã"
  b"þ帞\x0F«<Û¤ÈBÞ¦~¡’"
  b"þì\f“õ£4U¬q?\x17õ\x17þ‡"
  b" \x1Af+AÍ7Ë╣±▓Ãû6Å."
  b" \eº<hÒ4'øR+ìi+Ñ\x0F"
  b"ÿ'\x07\x10=\e¬Ã\x19؈€ày"
  b"""
    ÿ5P\n
    =\t2 Œíc_§J\)
    """
  b"ÿrïéï\x195*¦¯\x11”‹êûÁ"
  b" ì\x035\x0E╚4eÇf┐§\x10ãöM"
  b"ÿº™˜\x08@=“ˆÎJÿ\fD\x1F\x04"
  b"ÿÜŸx:É>\x10°Ç„R…³†Ï"
]
86 0.10 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
87 0.04 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
88 0.03 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
89 0.25 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:
[]
90 1.43 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`.`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`, COALESCE(`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` 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`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId` 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"
]
91 0.53 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`.`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`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` 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`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` 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"=î/¬\HC╣ØÚ¹ãHêüH"
]
92 0.19 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
Parameters:
[]
93 0.09 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"Ca~d\x01╠Lì▓ÄIA┌)\x03"
]
94 0.16 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName
            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"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
95 0.19 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
96 13.02 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"Ca~d\x01╠Lì▓ÄIA┌)\x03"
]
97 0.52 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`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"™È\x10¨üÞ:䦟ƒ0\x1E€Š˜"
  b"¹ì²åØ\x084i—co'(ƒ±’"
  b"ê\x01\x00óM82ņòüT:§\x07¥"
  b"nËõÐ?e6·˜8bÆôn“Ù"
]
98 319.23 ms
SELECT seo_path_info, path_info 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 (is_deleted = 0) ORDER BY seo_url.sales_channel_id ASC
Parameters:
[
  "/navigation/6ecbf5d03f6536b7983862c6f46e93d9"
  "/navigation/99c810a8fcde3ae4a69f83301e808a98"
  "/navigation/b9ecb2e5d808346997636f272883b192"
  "/navigation/ea0100f34d3832c586f2fc543aa707a5"
  "/navigation/69db25793d0c33afbd61653fd7d1a8ed"
  "/navigation/1fd1f0e45b613fb688d2787c9b8177df"
  "/navigation/fb2b9ee997903f0b80fd5b6264c4d2c3"
  "/navigation/02a49671b8bd3771b4d230654332dbfa"
  "/navigation/ee20ad3f46333401a7b34c4d0210cba9"
  "/navigation/4bc0dd1bc8f93b9b92e47c438d699efe"
  "/navigation/a0c70996590e3c5ba4fe80ded59535f0"
  "/navigation/c3490384794c325e93ba96be02c6ce9e"
  "/navigation/f45c6568b49a34798feaf0628fedeac7"
  "/navigation/996017561c3a3ded8f2110cc95c50967"
  "/navigation/0e2978c6cf7a37ec88cb13b1a7fcbf6b"
  "/navigation/3f9fa2969d833972ba3ec04a7b3d72cd"
  "/navigation/a134553c512b3512adebdfc609b69081"
  "/navigation/61d49bea020f345cbe1e8d05f61e899d"
  "/navigation/e53e7e77a9ec37eeb47c7a1b98f07416"
  "/navigation/6129ef7a36d73851936da7c1e93a1b76"
  "/navigation/642d6ed7b19f3f70bd8af1775481525a"
  "/navigation/3a684c3bcd3f336fb3a0a792da353f82"
  "/navigation/273e2b0e7ef8310dbaae263f960ed292"
  "/navigation/12a65d1b06933a2da8657c6357d4bc4e"
  "/navigation/5e859863990c36ce8dd7ee59d9f90ed3"
  "/navigation/fd4a6b835d2a34648f064610584b932d"
  "/navigation/ff966bb5db513439ac76171b82b4ee2e"
  "/navigation/770443c5bf923a779b61c7a496980cee"
  "/navigation/89130563e0e13abdb4f235de414bf390"
  "/navigation/9929c147d34d3a4cad11fbb4401d8913"
  "/navigation/a153deecedc73865bb0eeb9fa8229552"
  "/navigation/6d983a29e89231a3aba85c7c8eb0f2cc"
  "/navigation/26350cb75b62356ca5da6f402783d749"
  "/navigation/9a8a0a9eda2c3b7eaa476c2d6d3229ab"
  "/navigation/1e8266f34fa832e68443f0e7e11342e0"
  "/navigation/dab2cc762cf335879241484e9d0b0428"
  "/navigation/d380c592ac053c8780373621c53c0905"
  "/navigation/99a8e174649e349ea0f3af9858a5d79e"
  "/navigation/565c9044a34534db8448284dfb523733"
  "/navigation/850155c674653355a3a05667341e33dd"
  "/navigation/2c64b93b49193679ad44e612a6c1796d"
  "/navigation/34ebcef0ddfa3085be11a6b3dee7116c"
  "/navigation/dcf4759f7eb83169927642f62b56d945"
  "/navigation/4fafea52d53f3866b9cd8a295b390815"
  "/navigation/154df2f85c3533ee9b68beeb002ac2b3"
  "/navigation/fb34018223d537e28df69e0706e43314"
  "/navigation/61918fa57da336d98cb881b774f445a9"
  "/navigation/92bb7d4c36713afeb2e1c98150479ae2"
  "/navigation/8974017b8b8438a98353a6710e309c79"
  "/navigation/f8f3476a387938aaae13cf8b8f20cadd"
  "/navigation/e6b47db614033da8a01faaa42a0ff220"
  "/navigation/498d7b828d103206899ed2d7885dff16"
  "/navigation/a46e35d0a00738b59c12d93d6bad08a3"
  "/navigation/1660672f22e836ec91f0a251e0b02347"
  "/navigation/61ede7a8592e3cb2a69e2e46a785975a"
  "/navigation/aad72f58f54c358b954e4689e9de23da"
  "/navigation/3fbc87d7deb835ecab10bd323f8e8d34"
  "/navigation/1c2fbbf3141a35949241fc63ad745a65"
  "/navigation/3059425a157c381185b39db97bd80c70"
  "/navigation/6e8c58f1a4f93e29b0acac315fd43b57"
  "/navigation/102ea4c371cd303dad05953309ad8247"
  "/navigation/90376df44783334b84f0a0907f1eee84"
  "/navigation/213630dc1fc73721b95b3d9b97015af8"
  "/navigation/320420f91c3033cba3f478f898ecf689"
  "/navigation/4cd546da2d473412abe2249ff018cab0"
  "/navigation/3d59d275f0b436b5b646747040db30af"
  "/navigation/8f59ecead94c3857b1ac0337131f4b24"
  "/navigation/1219414aff3b39509c48f90bb18568f6"
  "/navigation/904895db190137c39d7c232fe4412f18"
  "/navigation/91379a0118cf30078dc8b8808c74a838"
  "/navigation/87841a697e6f3cd380ba735df2c8395d"
  "/navigation/eb0a7027553b3094895647a6ae1c8a38"
  "/navigation/fc0dee50f0e33e79b02fc3d067ac7997"
  "/navigation/dd57369da1cd32f598606df232904979"
  "/navigation/aadf53758ffb383e9b0bb6b0fc5d3f60"
  "/navigation/816d470e6cea374abb27bbbb1be49d16"
  "/navigation/2088a35b6c943648a4bce4d77592628f"
  "/navigation/a75499b09abe3189ac35cee35cd2d3b7"
  "/navigation/a4ec3f6c2fcc3633b18f3141035e5013"
  "/navigation/5d87ece43383392a875d734e89db1a45"
  "/navigation/99c0a1e888cf383f94d60f7cc002b5a3"
  "/navigation/67d7b4ffcd4d391fa52283fa3871fd15"
  "/navigation/e2dcb9dcd374342084642742c670c212"
  "/navigation/f38c923b02e03f3daed92d700ec545ab"
  "/navigation/d8d475917bde3b20ba445b6f4d158f3a"
  "/navigation/591af7c793933d89b447dc1f8d03b2f0"
  "/navigation/9d9bb1f814be3bd9a394b071187f4b9c"
  "/navigation/a63d8cee931f34f4a8dcb322198fa334"
  "/navigation/c150229b4bd539e692ff11d3e677d64c"
  "/navigation/ff021e18cb88358796657191fe977ad5"
  "/navigation/d1fe32e933433ae49ef866534d80ce18"
  "/navigation/7a4396e2dbff372ebc99a0c9f7022dad"
  "/navigation/d1b9b730b3f434b98351ed53d39a0fb2"
  "/navigation/f45f0261047d3947b64ee5fb390f9ba8"
  "/navigation/c3d9bc3b82443ffe850820bcc2054cb2"
  "/navigation/e2392ef33b4737f6a6e49606588da207"
  "/navigation/1f5c268b3ab531e2b2c4aab4fe9985f5"
  "/navigation/32ba096b59803ddea65d20e5ba19b450"
  "/navigation/2d1c638f723434e5beb731f6bc80da8a"
  "/navigation/001a5cc006ef374f8804f0aad4c01607"
  "/navigation/5521a13632e93e37b8ee9afb6d7f0a2b"
  "/navigation/6f1f33dfd45c3e23bca7f9e184da8261"
  "/navigation/40debcb1f7c731bfb3897422539c9dec"
  "/navigation/7e59af1b8d583d69b3b31a8d296124c2"
  "/navigation/d5238b8fe4643dfa84c6593bc84911ef"
  "/navigation/3a1d34d073b03e3c973be1de1ccb1dd3"
  "/navigation/429b816b02b533d2b1a70c41cd655ab9"
  "/navigation/31109e6a747532e48a66f8ac4758a9b4"
  "/navigation/a639576494f93446b170c09365d7edeb"
  "/navigation/ed9f665e02b13d01aae8d0432b7bd2a5"
  "/navigation/76ef7775fb2936d8b885f9a24d8d2844"
  "/navigation/dfbeb09f9c1d3be19e11768dcb0327c4"
  "/navigation/27723bc4ac0f35929a5369fd77a0c2dd"
  "/navigation/06fc171642293162a574b7941bf49cf8"
  "/navigation/1b27a5a02a6d3e03ad2e722326a01dbb"
  "/navigation/0cbb132e05f6388f9171c4566a5a8020"
  "/navigation/ce49a27ea23c3b3a9daad4f35f9ab5fd"
  "/navigation/1a27c9ec23b63f60b3f138fefa30877d"
  "/navigation/b17aba3ef4b13df98cf8033c6726d969"
  "/navigation/4005b576fcc432f09b84c29895afb643"
  "/navigation/9f06dbf7fd243b81b50e712e5201aaaf"
  "/navigation/486131dfec67315e8b488097190a5c7b"
  "/navigation/505e54c2af833031a039f73c57f376d9"
  "/navigation/81233ed801cd3c2bbcc4a95ec5e881d0"
  "/navigation/6d0a96fea0dd32a6b2ebacfbff7a0657"
  "/navigation/8a32f8eaad113371ac99925d921df725"
  "/navigation/a54fdcc278a53dca99dca1b02c2d4781"
  "/navigation/c79538911dd53b90b06aeebe9837a39b"
  "/navigation/b836f4b0a40c3d8ea29b37d49b6172cf"
  "/navigation/47c1d76038ad327dbcedc8a3e1e0661b"
  "/navigation/f68ea73402ee3c3bac9745da7cc24103"
  "/navigation/2144f1e70e8132e6bd20f43718752dd4"
  "/navigation/6e12a1a3f1883566afaecb0f83f26c10"
  "/navigation/6ab8cd9c91fd33c28dd95d93b688fcd0"
  "/navigation/4f8ef89c10653bebaa99647c9a8c078c"
  "/navigation/c1c70b8d1e2d35efa73a35baa0c81f5a"
  "/navigation/efe98b7f10f63244ba403e78023659a9"
  "/navigation/4eb1b6df3c533f29ba8d4d378a9fbf0e"
  "/navigation/26365228e7a432c4b287ba0054b519a6"
  "/navigation/f2126840a34a30ccb3975db7f5a89a8a"
  "/navigation/9dbce4d3864a393daec43294530d83d3"
  "/navigation/129a932d7801309a9dfb048beefe94e8"
  "/navigation/1c0dd4a1ecfc3eb48c21dde06c31dca4"
  "/navigation/d6181012fad53ca9b4bffa3f0edd4774"
  "/navigation/c8f140de9e483de8b0d3ec24b1b27d75"
  "/navigation/fbd77d80fed43d56b062d848af661dc5"
  "/navigation/3e67eee6e6bb3d138bebc36ce95478e3"
  "/navigation/b1d3a8c97d443b4da83d6afcdefffe36"
  "/navigation/47083f3a95193f3ab9f0cf70c3d7eb9a"
  "/navigation/f73789304ec5339e95ff1c09a12f2618"
  "/navigation/4372a67e926a322392c69aa6ff481972"
  "/navigation/9882aff1b1933b59a426f7c6605268d3"
  "/navigation/16d58404d28a33ec805b41e20ccac2b1"
  "/navigation/fd5de55984953218ab7a753fea92d3a5"
  "/navigation/cb4ffcaa43c639209c06d94f83b2efe7"
  "/navigation/1be0f7d609693e4c98505b4efc6979b1"
  "/navigation/66fd8b40046634c6a306eeb3f916f9b1"
  "/navigation/2bf4db60938e3f6cba30aae41babbc33"
  "/navigation/dc64fa61b42330a78d2ef5a01444b3a2"
  "/navigation/be521908034b3e5c9fa37d035834fb44"
  "/navigation/c21105c0054432c38470a0491e64e4d2"
  "/navigation/f8637cb09ac43dc7b718763ec7aef877"
  "/navigation/c592f5159cc53f38aada5fe3daf4afc8"
  "/navigation/671bf139cccc35ca836af2eec45643cc"
  "/navigation/6bf42cbccecc373e8b21cfbac8a2486a"
  "/navigation/fa39bf73997a319bbb811277a07e2772"
  "/navigation/8422a184bda936c68acda1f150e9a757"
  "/navigation/135b50c3b67734159e4c3cfb33ccffa3"
  "/navigation/c60c12b4c6a03af8bf68ff4349531404"
  "/navigation/ffa966fd272430419541e610352ad9c6"
  "/navigation/e47a350c01773622856c6dd936a1dc84"
  "/navigation/f2483b49d9ca30f281478d12585a6c1c"
  "/navigation/3057b106dc2f3c939c2f34610e8056e5"
  "/navigation/25fc1e9ad3863d92a2e7dc818889455c"
  "/navigation/3d87dd2f01ab3f09a1b86506ae5f74aa"
  "/navigation/728277c1e5cc32aab06e254326b324bc"
  "/navigation/175e4df6b6f23d44acebf5aef8314674"
  "/navigation/c3bb1ca16d4d3e3cb5f2111b5818d78f"
  "/navigation/393d456f4a613bd8821913c0ea573bde"
  "/navigation/0bb232a0a70538d3bb5532359eb11d35"
  "/navigation/47099dfa8e4a3198ad6cf49e42be6fe8"
  "/navigation/d5d213d59cdf3afb8c9f6a0f1ce421c0"
  "/navigation/761e4840c817341e8ad40a3d8831fea1"
  "/navigation/850df1df0d0839569b9414f6990ff34b"
  "/navigation/cfde4946b7de31b383279cdcfd5dc259"
  "/navigation/705bf018d3623b00894508ac0f2b17d2"
  "/navigation/5e3286fd47823e2b928ca52cbec7622e"
  "/navigation/4aaa61ddefca39678b32a5f951e25416"
  "/navigation/776b31ee46ce3558bfe6b5728b6684ba"
  "/navigation/3512a2d5811e37c2bfd8f1155f401385"
  "/navigation/ad17fc972262366fa7bcc37fb3edec82"
  "/navigation/95cf49a61c8838d4bdd013b83679342d"
  "/navigation/ff58fda691353846936ad21ba39c0f49"
  "/navigation/d4954e6a2df63b9293e462743f49b126"
  "/navigation/b21ed040596d3a5497f2bf9d4a947d49"
  "/navigation/63eb82335f503c8ea40e06709b9bf03f"
  "/navigation/5882dd9891e93222adddd4be25611f08"
  "/navigation/4f3a64a6a44f38138db3bfcac8333219"
  "/navigation/cc72b6aca49333a1918a37c0159ed615"
  "/navigation/4b4a02d133ae3d0e93e7c0ea304946bd"
  "/navigation/7ac1aac7097a3cd68adb4f07e32ab2ad"
  "/navigation/bd21cf7b23e63939a5c0d433f9167c65"
  "/navigation/80a2db7463933324a83161dffe2e8cf2"
  "/navigation/20bbd9fe646b375fbb3ac174b87a8134"
  "/navigation/ce703a3762363713a7bd41345dfbf225"
  "/navigation/c486f659897e341ab89852f00a38c0df"
  "/navigation/6573ee472d7d3361945450175fa2f317"
  "/navigation/030e4d9a126a37c2929e7969765dadc6"
  "/navigation/e60502a93e6c3feeba7b0890ebb71997"
  "/navigation/c41fe71616253cf99e76024a397e53e2"
  "/navigation/718cce5ace4835bd8438cf8c8a71b22e"
  "/navigation/42cae68e75343eafbd9f4dc0d68acd16"
  "/navigation/466d1d5922cd3d1aa471ad5436576ee3"
  "/navigation/d4a11e7b234d34f88d0f47f7743fabf2"
  "/navigation/14415687e7a13e87814199ab2dffc119"
  "/navigation/1280deba45e03160bafacdb10cc6d2dd"
  "/navigation/7ea71dee706f3502a3d8eea5c84d9b91"
  "/navigation/5c2136c083d83720b90378184c4668d6"
  "/navigation/f1983abe5bf036e998247eb1f8f92597"
  "/navigation/c3b2ff8967bc3bf7932bfd7daba485cf"
  "/navigation/8198923f57ea3084a370e96abffe4f8c"
  "/navigation/07e796058b5d37b9a0ed2a009d59b774"
  "/navigation/f7532b3f892a3739a8864a5c89267f0f"
  "/navigation/3ede7c9c478733c796434be423dc438a"
  "/navigation/cadcc36730f0303c91bf27b47e3720b0"
  "/navigation/c17b0a437051388c8125043e9b51a0ed"
  "/navigation/d9893db556be35fe9008d200f0992f05"
  "/navigation/0ff213cd9c1030178e736950315a5eb8"
  "/navigation/e586fe57528430b4ac9a97374cbcaa65"
  "/navigation/e0138e4375e83d3b9c282a8ab031f580"
  "/navigation/7f8b1a8a813e3c77b892c7ac10475bd3"
  "/navigation/74253864d3953b14b9e3fe4bc87b692f"
  "/navigation/1d372710e1ec31a2a0fef5e3d7480017"
  "/navigation/83a351f1ef6f3c618d3cd50dc5dc4d6d"
  "/navigation/148b6e9309dd38b5936f0b232fe72d0a"
  "/navigation/d10e747e34e937b68de6b98db535131a"
  "/navigation/bd40db757d7631dd8af05aede6b2d07e"
  "/navigation/94eba224822b3281894ad5431108d60c"
  "/navigation/f8c9e7c712113abc8f927056a76ce37a"
  "/navigation/b5809e4e0e2c3167ac04b78d48dd7183"
  "/navigation/f2f440f9367736ff8d01ace324cd9017"
  "/navigation/97341cc356b834f18021882de1751fec"
  "/navigation/aad83743597d33b8a5b6f87709536c92"
  "/navigation/aecdb0229f6c3a52a3c9256dda84c972"
  "/navigation/56af68e261b23472bb7687963ebd8567"
  "/navigation/81ebdeb5f6213a58a8a6cf61b7f9452e"
  "/navigation/2c9844303e6436f98ecde25bb6bd599f"
  "/navigation/abb6507bcaa23d21b575e3b0126384c9"
  "/navigation/b6b73d315a683e8db0cb452519e1f600"
  "/navigation/88c4eba60f87388d92022aafbda71ec7"
  "/navigation/0cad8db96a6f37139e45400b7a4fa913"
  "/navigation/663c09e8e2513ec484a63a13fda39723"
  "/navigation/77dec9353e3236b0a8ef86a082fac137"
  "/navigation/665c882761bd34c8bb547d57b623f747"
  "/navigation/52aa122273bd3260afda533e15635b16"
  "/navigation/dd11829d103538a780652033e5475501"
  "/navigation/8a10cc82e5963a0da99755dfa0ad97e6"
  "/navigation/e864b27f6f5f322685595804989678bb"
  "/navigation/1d9b9401241a33c18c20593c5022118a"
  "/navigation/8255690942f8340ba8eb050a6c569e59"
  "/navigation/2935f81dd2dd3c2cb9772147c9efc1e0"
  "/navigation/c9d20bc8b6553a5ab2f66cb965df1157"
  "/navigation/e2212c2302d734eab7c5cf25e7818bd4"
  "/navigation/c60b96e54f5d3894bc0f760479c2f6a4"
  "/navigation/1f431bde1a213bd0810414800a045ba7"
  "/navigation/49899019c6773a31a29e9c570047f5e1"
  "/navigation/259e40b784203a42b03da7978304e1dc"
  "/navigation/416ff8ad916835a9a4d33ff140bbc451"
  "/navigation/bc0c3aa4ad2839f7889af97edc3bec05"
  "/navigation/b1c228ef21653092a1a0709321ee37bd"
  "/navigation/a57e5486737939a2989e3cb8e577b972"
  "/navigation/873445446c6931998386625203c7ab86"
  "/navigation/43d5682be20f313a95638081ccfe1f55"
  "/navigation/80fe5994464b3fc699dcd61675833629"
  "/navigation/a634de8c7d6c32328ea88217bd734644"
  "/navigation/a81e9737be5d3a3fba219d611f76f9da"
  "/navigation/5e7cccdb4eb4360f9ed16a2b73809b44"
  "/navigation/d61333f5d1e634219d96cff245878cbb"
  "/navigation/690eed01488f380089af80d7d0a05ca1"
  "/navigation/256ed76fb69537ce84dde7a8d376b51c"
  "/navigation/4d12d87a965634b8af913182b57656d5"
  "/navigation/ffa8d1ebf7ad3e41a1703e60b35ab02b"
  "/navigation/3a2dd5c6d8d23b85a05406f1d1310fcc"
  "/navigation/dbde9c03a83b34b98cc8accef652baf3"
  "/navigation/e801cf56e6ae3483a27f0256fa087b9b"
  "/navigation/c5bc63034bc332f3b13833f9498548ba"
  "/navigation/38299800a86b3e27b829ad3e592235a2"
  "/navigation/1c572db2001a37d1a06678af17a7942e"
  "/navigation/03998c3b40e83fe3acd4c4e13032f0ee"
  "/detail/4257f110f2d73089a64e960ee34ce24c"
  "/detail/28b883ae1192326b9afa9d7472f02f09"
  "/detail/5a85dabe45743c2aaddb6f820e2b7f2d"
  "/detail/cd1501807fa33a6aba0a91a72ada3a57"
  "/detail/4688062e4e043c74bebc3fd684547b01"
  "/detail/98549f48056233a4b1ead6b1c5e1aa14"
  "/detail/bd58857f6d4c34708b211c3667018492"
  "/detail/07c9cc7b359330788487250308130502"
  "/detail/23976a5a0d1d3c399e8149141992f6b2"
  "/detail/6cf76d0b66563bf8983afa46b6ed7324"
  "/detail/c6e28b2652a3394f9810cf38d09ac4c0"
  "/detail/57396c3402f138eb995e1e39d8c971f6"
  "/detail/521fe70f9af737bf9cf4537dd69f6053"
  "/detail/dbb832a71bf535a29a7d135e028a4baa"
  "/detail/9f95cd5942c03356bc52647e3418b325"
  "/detail/f870c7d057a131e484b7c80c184d4c0e"
  "/detail/2b28225c6dc2325f88a41d5e9aa2c1bc"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    VDLgæœFï¼\x12*\n
    2¼»°
    """
]
99 0.29 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"\x11U├©╚(@RÑu┼\\x13¾╦É"
  b"`†u\x07YBJ9¸m›1±Fá\x15"
  b"„¢9͵FDm™o\eÿc'‡\x06"
  b"õ¶\x08/\v´Iå¨+¡^㬽\x13"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.