GET https://staging.ktm-sturm.de/detail/02d31b1efd4f40a88dc4a16db62f8d53

Query Metrics

107 Database Queries
97 Different statements
93.87 ms Query time

Queries

Group similar statements

# Time Info
1 0.77 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
2 0.16 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
3 0.44 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.30 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 0.49 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
6 0.43 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "HECKTASCHE/61912978000"
  "HECKTASCHE/61912978000/"
]
7 0.72 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.26 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
9 0.35 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "CQhrElCt9b58cAlyVx62qp2j6iNbNHsa"
]
10 0.46 ms
# context-factory::base-context

        SELECT
          sales_channel.id as sales_channel_id,
          sales_channel.language_id as sales_channel_default_language_id,
          sales_channel.currency_id as sales_channel_currency_id,
          currency.factor as sales_channel_currency_factor,
          GROUP_CONCAT(LOWER(HEX(sales_channel_language.language_id))) as sales_channel_language_ids
        FROM sales_channel
            INNER JOIN currency
                ON sales_channel.currency_id = currency.id
            LEFT JOIN sales_channel_language
                ON sales_channel_language.sales_channel_id = sales_channel.id
        WHERE sales_channel.id = ?
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
11 0.53 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, `sales_channel.currency.translation.name` as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields`, `sales_channel.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `sales_channel.translation`.`home_slot_config` as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.`home_enabled` as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.`home_name` as `sales_channel.translation.homeName`, `sales_channel.translation`.`home_meta_title` as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.`home_meta_description` as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.`home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.`language_id` = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.`currency_id`, `sales_channel.currency.translation`.`short_name` as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.`name` as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.`custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.`language_id` = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
12 0.26 ms
# base-context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (?))
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
13 0.27 ms
SELECT LOWER(HEX(`language.salesChannels.mapping`.`sales_channel_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`language.salesChannels.mapping`.`language_id`)) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping`.`language_id` = `language`.id WHERE ((`language`.`id` = ?)) AND (`language.salesChannels.mapping`.`sales_channel_id` IN (?)) GROUP BY `language.salesChannels.mapping`.`sales_channel_id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
14 0.39 ms
# base-context-factory::sales-channel::association::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE ((`language`.`id` = ?)) AND (`language`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
15 0.29 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
16 0.33 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, `country.translation.name` as `country.name`, `country.translation.addressFormat`, `country.translation.addressFormat` as `country.addressFormat`, `country.translation.customFields`, `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation`.`country_id`, `country.translation`.`name` as `country.translation.name`, `country.translation`.`custom_fields` as `country.translation.customFields`, `country.translation`.`address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation`.`language_id` = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
17 0.28 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, `customer_group.translation.name` as `customer_group.name`, `customer_group.translation.registrationTitle`, `customer_group.translation.registrationTitle` as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.`customer_group_id`, `customer_group.translation`.`name` as `customer_group.translation.name`, `customer_group.translation`.`custom_fields` as `customer_group.translation.customFields`, `customer_group.translation`.`registration_title` as `customer_group.translation.registrationTitle`, `customer_group.translation`.`registration_introduction` as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.`registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.`registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.`language_id` = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
18 0.17 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
19 0.48 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.`tax_rule_type_id`, `tax_rule.type.translation`.`type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.`language_id` = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"W(\x19¥ÅRNì§ù\x7F5†´*@"
  b"×ã`4ÛåIð‘7âù_\x1C\x01"
  b"÷ìlÙÏÄBgü─▀ÆÄg╚ï"
]
20 0.49 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
21 0.53 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
22 0.21 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
23 0.19 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "CQhrElCt9b58cAlyVx62qp2j6iNbNHsa"
]
24 0.27 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
25 0.46 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x069ÎΈ\x1FEùƒØà€•¨\fz"
  b"†;orw>Jj²»Úï\x06бQ"
  b"øÆQ{o*MÚ¹œVu“2!,"
  b"\x01˜§RqMx!†F\x14â\x7F‚Õ®"
  b"\x16\x11Õ\x12J^É\x04\x15\x1Fù\x1E┘5"
  b"\x17\Ò7V\x1AO~„PŒM9ö‰î"
  b""\x15ÿ;4üBÉàãÛÔ\rÂ\x16<"
  b""¶±\vopA\x1D–zM®ì—we"
  b"dꙦvÎK˜¿½Dh\x04\x00µ!"
  b"nœ¯å[\x1D@o£Ô\x1C\eÚûÇs"
  b"‡¯—zš1@𮡹fî÷²4"
  b"ïïY¯w"C\x1Aíd░rýÀ\x15É"
  b"¦5?²¶ÂM(¡@\x0EµZÊŽE"
  b"¼Ú¦ïTõO?’y\t\r~¥ôŽ"
  b"┌kÀpëÂAU¢¤»█tüu+"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"JxKq\x15éM\x0Fµq.¡Ñ\x1E‰Ï"
  b"K‡Øl1ÄL\x03®Îy¥±HÃ_"
  b"_þz\x06e¹@-¾Ç:d\t\x12d,"
  b"“ª'KùøMN–ÎQ\r\x03¤"
  b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI"
  b"│ì╔╝¶c@\eî╦²4É\rÎó"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ"
  b"»l™órþEj‰ŒgÏ¡Dåh"
  b"f`uS+àOuž=ƒµlCáY"
  b"º«\x1E\x1C■╝D(ìÕ╚S│ãd┴"
  b"<\x04À–õÌBïš-<¸íì\x10)"
  b"""
    <õA6žmJ/§\n
    ¨hzeü-
    """
  b"Íþ»\x00\x03<Aà’¢©\x00¹bqp"
  b"(Ê®u¥bO\r˜Z½\x0E³*¡`"
  b"""
    .örVh\n
    Mкƒ¢\x11\x16¤zû
    """
  b"ViÞý\x03ÎM†¥\x18 \rÿ¸þ*"
  b"`Z­èœHF/‰\t»\x01ŽóÚ­"
  b"e–Ö"\x19fK%ŸÊ-ª}è1æ"
  b"iÒ-À±\x07L\x08™¥\tj’ÙÔH"
  b"w(öc2\x15Aü▒╠Õ╔ß─+Q"
  b"z3\x13˜K«DÎŽ“ø¾Á©->"
  b"„é\eóÛÌAÈ·ôÉÂóŠS¤"
  b"ˆ>'ZTÊM"‡\x11n,j¯\x03\n"
  b"Šiaz\x02ìO\x15\er¨äa¡\f"
  b"«ÈÜ<®ºE࿵*y¯[Wr"
  b"­’[˺>Jè“Ä¢\x03ü8=¸"
  b"¼†\x15æœ;IÁ¯Æq480Êî"
  b"ûð\x13­·AsØ.pX\x07õeÊ"
  b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý"
  b"Ê:+\x1Cá¿Cl©╣þHRQØe"
  b"ä,gl“±LŸª\x0FžÃíÝ›î"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]
26 0.23 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
27 0.41 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
28 0.20 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
29 0.47 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
30 0.23 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð %Ærº¢¼DWR«3~"
]
31 0.37 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
32 0.25 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
33 0.21 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
34 0.81 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
35 0.40 ms
# product-detail-route::check-variant-listing-config
            SELECT
                variant_listing_config as variantListingConfig,
                parent_id as parentId
            FROM product
            WHERE id = ?
            AND version_id = ?
Parameters:
[
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
]
36 0.48 ms
# product-detail-route::find-best-variant::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`.`parent_id` = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) ORDER BY `product`.`available` DESC, IFNULL((ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100), (ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)) ASC LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
37 0.40 ms
# product-detail-route::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 NOT (IFNULL(`product`.`is_closeout`, `product.parent`.`is_closeout`) <=> ? AND `product`.`available` <=> ? AND `product`.`parent_id` <=> ?))) AND (`product`.`id` IN (?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  true
  false
  null
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
]
38 4.14 ms
# product-detail-route::read
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.media`.`id` as `product.manufacturer.media.id`, `product.manufacturer.media`.`user_id` as `product.manufacturer.media.userId`, `product.manufacturer.media`.`media_folder_id` as `product.manufacturer.media.mediaFolderId`, `product.manufacturer.media`.`mime_type` as `product.manufacturer.media.mimeType`, `product.manufacturer.media`.`file_extension` as `product.manufacturer.media.fileExtension`, `product.manufacturer.media`.`uploaded_at` as `product.manufacturer.media.uploadedAt`, `product.manufacturer.media`.`file_name` as `product.manufacturer.media.fileName`, `product.manufacturer.media`.`file_size` as `product.manufacturer.media.fileSize`, `product.manufacturer.media`.`media_type` as `product.manufacturer.media.mediaTypeRaw`, `product.manufacturer.media`.`meta_data` as `product.manufacturer.media.metaData`, `product.manufacturer.media`.`config` as `product.manufacturer.media.config`, `product.manufacturer.media`.`path` as `product.manufacturer.media.path`, `product.manufacturer.media`.`private` as `product.manufacturer.media.private`, `product.manufacturer.media`.`thumbnails_ro` as `product.manufacturer.media.thumbnailsRo`, `product.manufacturer.media`.`created_at` as `product.manufacturer.media.createdAt`, `product.manufacturer.media`.`updated_at` as `product.manufacturer.media.updatedAt`, `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation.title` as `product.manufacturer.media.title`, `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation.alt` as `product.manufacturer.media.alt`, `product.manufacturer.media.translation.customFields`, `product.manufacturer.media.translation.customFields` as `product.manufacturer.media.customFields`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_property` `product.properties.mapping`
                  WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.manufacturer.media.translation`.`media_id`, `product.manufacturer.media.translation`.`alt` as `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation`.`title` as `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation`.`custom_fields` as `product.manufacturer.media.translation.customFields` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation`.`language_id` = ?) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
]
39 0.24 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
40 21.71 ms
# product-detail-route::association::properties::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.translation`.`property_group_option_id`, `property_group_option.translation`.`name` as `property_group_option.translation.name`, `property_group_option.translation`.`position` as `property_group_option.translation.position`, `property_group_option.translation`.`custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.`language_id` = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.`property_group_id`, `property_group_option.group.translation`.`name` as `property_group_option.group.translation.name`, `property_group_option.group.translation`.`description` as `property_group_option.group.translation.description`, `property_group_option.group.translation`.`position` as `property_group_option.group.translation.position`, `property_group_option.group.translation`.`custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.`language_id` = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x00\x12r$ÕÎN¿šD‡•ÐË\t#"
  b"\x00;£+K½Oþƒ\f¼Ëf@&µ"
  b"\x01=¦^sšM¸¨‡³\x7Ft©b>"
  b"\x01`ÀÎ╣fMûÖepÅáS½Ã"
  b"\x01œ×·ñÝq¯½MCã»N\x08p"
  b"\x01Ø╬Jf2r³áùÏ╬lXÑ│"
  b"\x01Ø╬W╔er\x1Aä+\x05VPÁ¥k"
  b"\x01Ø╬W╩\x14ry╝R3j±ƒâ¹"
  b"\x01Ø╬W╩¤svÜyt╗:nºS"
  b"\x01Ø╬W╦ès─ÿ\r§MÏÐ\x140"
  b"""
    \x01Ø╬W╠<qD®\n
    QK╩Ôáu
    """
  b"\x01Ø╬W╠ýrå®s╬r¨Ô§\x18"
  b"\x01Ø╬W═¼rë¢\x103o$­4="
  b"\x01Ø╬W╬ks░×LrK┴\x01ÿ¨"
  b"\x01Ø╬W¤"r╣╣rÙ3\r~\x1A"
  b"\x01Ø╬Wð/qX░Û═ÎWM┤o"
  b"\x01Ø╬WðÌp╣Æ\x04øî«÷Lâ"
  b"\x01Ø╬WÐùs6ñÓÀ¥┘Tl\x1A"
  b"\x01Ø╬WÊ6qæöQk\x07"Ñf\x13"
  b"\x01Ø╬WʵrÐî═Åée­s└"
  b"""
    \x01Ø╬WË®q5ƒ▓■õ\x13\n
    àá
    """
  b"\x01Ø╬WÈLq`£p¢÷`╚╦f"
  b"\x01Ø╬Wı\x12pÏ░¿¸\x14WòwÜ"
  b"\x01Ø╬Wı╦ròÆ Vð┌\x18b■"
  b"\x01Ø╬WÍypå▒K^┬zÈ\x07"
  b"\x01Ø╬WÎ\x1Ds^£»┤║k0±]"
  b"\x01Ø╬WÏ\vr;öÆFn\‗mF"
  b"\x01Ø╬WÏ║p,╝8\rı\x18mÈ═"
  b"\x01Ø╬W┘tq\x00Ñ\x1D\x7Fæ|\f"
  b"\x01Ø╬W┌,pÆØe{7\x0F²\e\v"
  b"\x01Ø╬W┌▄su©Ó\vD!z',"
  b"\x01Ø╬W█Æqã¿\x18\véw»ı"
  b"\x01Ø╬W▄Opìï\x07@\x12jeýÚ"
  b"\x01Ø╬W▄■pL½6l¯ÜT13"
  b"\x01Ø╬W¦Àr8îÑ\x05ùnÙ~\x11"
  b"\x01Ø╬WÌssÄÂ▓rHò!çÎ"
  b"\x01Ø╬W▀4r]à`ù└²ïþø"
  b"\x01Ø╬W▀Úp█àª³í§®È]"
  b"""
    \x01Ø╬WÓøsZê\n
    8¾ÄB╠\x13
    """
  b"\x01Ø╬WßSs\x0F┐ıeóØÊ▓┘"
  b"\x01Ø╬WÔ\fs\x1Eë?@Õ<\x14Y▀"
  b"\x01Ø╬WÔ─púÀ\fÿÔº\x11\x17T"
  b"\x01Ø╬WÒüpºîílú-\x12"
  b"\x01Ø╬Wõ5sËÁ\x12eòuÚƒ▄"
  b"\x01Ø╬Wõ┘sä»C▄øØÜnä"
  b"\x01Ø╬WÕÀrºö­\x0Ez±HBL"
  b"\x01Ø╬WµÉpî▒¬{┼º&¸Õ"
  b"\x01Ø╬WþEp\x1DåPä£\x14(ä´"
  b"\x01Ø╬WÞ\x1Ar?ô¢Ú┼TÓë\x07"
  b"\x01Ø╬WÞ┌sL»·×4éäµ~"
  b"\x01Ø╬WÚ─qî®ï╚_>ø Þ"
  b"\x01Ø╬WÛép¿¡v ▓ýê┘p"
  b"\x01Ø╬WÙ+räÜ\x1A\x08ø¥ı\x13Q"
  b"\x01Ø╬WÙ▄qì×r:y¶Û"¼"
  b"\x01Ø╬Wýïp\x1E¡yø╝¿╬ä▀"
  b"\x01Ø╬WÝArÕ×╗VfÝ>\x11"
  b"\x01Ø╬W¯`p»Ñ\x04¹─À▀¸¦"
  b"\x01Ø╬W´\x03q/ûQÈI\x05Å▓5"
  b"\x01Ø╬W´úr╬ë¡:^║ß\x04©"
  b"\x01Ø╬W­CqÆïî"M╔╬ƒf"
  b"\x01Ø╬W­²qH│=ÓÇ│╠)T"
  b"\x01Ø╬W±╣qƒÆ\x1E\x0FCª×X"
  b"\x01Ø╬W‗jr¿íñ\x0FÎ\╦\x7Fõ"
  b"\x01Ø╬W¾\x08qÌ║╝è|uzÜË"
  b"\x01Ø╬W¾╔rré/╔ù@À{B"
  b"\x01Ø╬W¶érXá׫º¿╗e1"
  b"\x01Ø╬W§$s\x00ù\x1D3\x7F\x1A^Ǧ"
  b"\x01Ø╬W§Ëq²ür\t¾$Ùó½"
  b"\x01Ø╬W÷Öry¼\x19ðØ\x08dXÈ"
  b"\x01Ø╬W¸Np²ö┐|\x19┐RA9"
  b"""
    \x01Ø╬W°\n
    s׿´6(åÆı#
    """
  b"\x01Ø╬W°Ãq│╣\x19Ô╔çD_Ã"
  b"\x01Ø╬W¨Ås┘à│Þ┤>ö\x10¤"
  b"\x01Ø╬W·Ppå▒ÇÿUó┼Ýd"
  b"\x01Ø╬W¹\x00qÃë¾ùJQ¿\x06¡"
  b"\x01Ø╬W¹Ãp1âÕ#à#¡âÍ"
  b"\x01Ø╬W³êqø½Zªe)¥¡┌"
  b"\x01Ø╬W²DròùÄiª\võDÃ"
  b"\x01Ø╬W²°rzå#ƒ\!yä4"
  b"\x01Ø╬W■¼p\x11öüRñïÍló"
  b"\x01Ø╬W is─ô\x18\x03\x08¬tò╣"
  b"\x01Ø╬X\x00'påâ┌ò«\¸óÂ"
  b"\x01Ø╬X\x00╔q>ÄßÀs\x083▓~"
  b"\x01Ø╬X\x01yqAç"ÓÓ┤ÏX\x0F"
  b"\x01Ø╬X\x02$sþâ0\eÜÄÜ╝┘"
  b"\x01Ø╬X\x02█r╔░OtÑK´\tÔ"
  b"\x01Ø╬X\x03çq║ª\x17§yi‗!2"
  b"\x01Ø╬X\x04½q1óã┴ı?µ}ù"
  b"\x01Ø╬X\x05[r@╣(~Ìý[\x10Ò"
  b"\x01Ø╬X\x05³s<ænop!Z\x01©"
  b"\x01Ø╬X\x06«pý¼\x0Fú®ºImC"
  b"\x01Ø╬X\x07Qq´╣6Ç<\x0E1uÿ"
  b"\x01Ø╬X\x08\frØ▒Å\vbh?r¿"
  b"\x01Ø╬X\x08½r░ä.\et×Ý\x1AÃ"
  b"\x01Ø╬X\tisG┐©R£Ïbj┴"
  b"""
    \x01Ø╬X\n
    'qÕëæ~å▓óä,
    """
  b"""
    \x01Ø╬X\n
    ╦q#│█>ÀB7±╠
    """
  b"\x01Ø╬X\vjq\tì\x1A\x07\tj┌¯¢"
  b"\x01Ø╬X\f$pñîÁèEµÐ▀ó"
  b"\x01Ø╬X\fãsoù5Å─«Ü~ü"
  b"\x01Ø╬X\ràp\fü?¿┌õÆÑÕ"
  b"\x01Ø╬X\x0E's{ø¨¦É\x0E\x11\x17u"
  b"\x01Ø╬X\x0EÔs╚é¿▒åo\x07(1"
  b"\x01Ø╬X\x0Fïp­╝2Y©ÝEq\x19"
  b"\x01Ø╬X\x10.rºÀ├│h\x1F²Êê"
  b"\x01Ø╬X\x10▀s■¿¥éxtÐ\x12Ï"
  b"\x01Ø╬X\x11ûr¶í\x0FNhr\x08\eÖ"
  b"\x01Ø╬X\x12CrO▒.|3:×\x0F¤"
  b"\x01Ø╬X\x12¶pl».2ó>¥Úå"
  b"\x01Ø╬X\x13«s «¤╚\x1C7Ý6Ù"
  b"\x01Ø╬X\x14^p.Á│¶ý¨GÖ¨"
  b"\x01Ø╬X\x15\x18qA┤\x0FÎ2{ƒIÐ"
  b"\x01Ø╬X\x15╠rm¼█\x12Á\e7ª┐"
  b"\x01Ø╬X\x16{s─èÖª)5öy¡"
  b"\x01Ø╬X\x174soÆü8ÆÎßYp"
  b"\x01Ø╬X\x17Èq+á=\#¸ÞÅ."
  b"\x01Ø╬X\x18}s\x14ïü Í\x19Çá\x7F"
  b"\x01Ø╬X\x19\x1Dq8é╗\x18»¨}°-"
  b"\x01Ø╬X\x19Ós\x17┤r ¶ø\x16\x1A["
  b"\x01Ø╬X\x1AÇpæ¬i\x17»ÅÇòË"
  b"\x01Ø╬X\e!r$ù\x05ØúUX‗╣"
  b"\x01Ø╬X\eÔpr┤ا\x1FYGOá"
  b"\x01Ø╬X\x1Cîq┴¥\x13\x7FQâ/èa"
  b"\x01Ø╬X\x1D-s+ÖÌ▀/-çÂÏ"
  b"\x01Ø╬X\x1DÕsOÑ\x00×iX¾U""
  b"\x01Ø╬X\x1Eúpn¥!+Ø\x7FQ╣‗"
  b"\x01Ø╬X\x1F]rÐ╣Ë[\x1D\x14╚#"
  b"\x01Ø╬X \x15s_┤G7  \x17ð?"
  b"\x01Ø╬X ÏqÐÅý\x1DÒ!\x07"
  b"\x01Ø╬X!îs݃NÑ‗═-$ö"
  b"\x01Ø╬X"Fq6Ç!-\x0E\x04æ"\x08"
  b"\x01Ø╬X"÷pÇé&\eıV\vêø"
  b"\x01Ø╬X#½qùå´\x03!/³Øë"
  b"\x01Ø╬X$er\x1A¥ÎLÝÍ╝┴¦"
  b"\x01Ø╬X%"qßó{êı×\x07╩W"
  b"\x01Ø╬X%Ôr»┤¨\x16íç9\x11<"
  b"\x01Ø╬X&£q\x03íƒÙº]\x00╚Æ"
  b"\x01Ø╬X'Lq\x17ç\fÞ¸L³w\x11"
  b"\x01Ø╬X'°p-┤<╩i\r\x01"
  b"\x01Ø╬X(ƒqxùc°▓Ë2xÀ"
  b"\x01Ø╬X)fqVì$\x01\x00Ü└_╩"
  b"\x01Ø╬X*\x17s£ñ2ý¬:@‗."
  b"""
    \x01Ø╬X*Ãr╗ÂEC\n
    µæ║¬
    """
  b"\x01Ø╬X+hp§ÅÜõF░\x06§-"
  b"\x01Ø╬X,\x17pÖÜ\x03ëö┴*y\x04"
  b"\x01Ø╬X,Ðq\x1E▒IK¶£<¼T"
  b"\x01Ø╬X-æssº}üÛ´\x07\x02"
  b"\x01Ø╬X.6p\x06Ü\x07╣ÉÁ█ÕX"
  b"\x01Ø╬X.±r,¬C³m'^x\x14"
  b"\x01Ø╬X/½rîéS\x02(È?┼»"
  b"\x01Ø╬X0^r═║é\x03݃õc1"
  b"\x01Ø╬X1\x1CpX¼>qb*p~)"
  b"\x01Ø╬X1Õpm┤ ╦UÂ6ºå"
  b"\x01Ø╬X2çqtØ\x17k\x15╬$ò·"
  b"\x01Ø╬X37rtë&8³Ò±ªÿ"
  b"\x01Ø╬X3¯r\x0Eï\x01².I\x19¡º"
  b"\x01Ø╬X4íqyù█,\x7FL╦\x18?"
  b"\x01Ø╬X5Lq¶É═\r╔┴ \x07d"
  b"\x01Ø╬X6\x06rDÇ\x1Fn=7tîê"
  b"\x01Ø╬X6½q3êÐ\x17+‗░û╬"
  b"\x01Ø╬X7SpÒî¾/ß┼/▄¿"
  b"\x01Ø╬X8\x04s¨Ä*¾\x16õU\x08«"
  b"\x01Ø╬X8Âp=é┼╚\2Bnt"
  b"\x01Ø╬X9iqKºìÿ/┐6╔Æ"
  b"\x01Ø╬X:\rr\x12ü:êÚh%\t\x16"
  b"\x01Ø╬X:─s@»Ç░Û~p┘█"
  b"\x01Ø╬X;xrÓæ\x1D¼ÏÌ!2░"
  b"\x01Ø╬X<&rWÄFÝ╝|><\x1E"
  b"\x01Ø╬X<Ôp├ÂU‗└I\x0Fu["
  b"\x01Ø╬X=åqcê╣H!eæVz"
  b"\x01Ø╬X><r┐öOIb&‗i8"
  b"\x01Ø╬X>Ìqk╗\x02¿Ì▄IÏ\x04"
  b"\x01Ø╬X?ƒs▓øÔoûºª\x08"
  b"\x01Ø╬X@Qr)Éë·b\x11Ó¿╬"
  b"\x01Ø╬XA\x05rÅá╬A┼└$▄Æ"
  b"\x01Ø╬XA─rÙ╝\x1Fê\x07¡┐2¬"
  b"\x01Ø╬XBfrÈôÚÞêÒ¼\er"
  b"\x01Ø╬XC'sùÉRƒq▀Ì─î"
  b"\x01Ø╬XCÎq½ÖÐîd┘£éÊ"
  b"\x01Ø╬XDÆr┼ÿ╔På\x02í÷Ê"
  b"""
    \x01Ø╬XEFpwªì=\n
    ´¡²þ
    """
  b"\x01Ø╬XE róêG\x7Fôu,┌▄"
  b"\x01Ø╬XF«s\x14»÷ıD\x14\x00§´"
  b"\x01Ø╬XGMqváU╔Æ\x00~\x15¸"
  b"\x01Ø╬XH\ts6é\r8Fıç®J"
  b"\x01Ø╬XH┐p-ï┬,ß[òr░"
  b"\x01Ø╬XIés▒¥³P¦ã/o░"
  b"\x01Ø╬XJ8sµéº\x00çcÅñ╦"
  b"\x01Ø╬XJ▄sã»}\x13°&╬{\x1F"
  b"\x01Ø╬XKÿs\ùôh‗wÌX-"
  b"\x01Ø╬XLRr[ªöþ\x1E\x12=û«"
  b"\x01Ø╬XL÷pléƒ│Ý\d&V"
  b"\x01Ø╬XM»räÇ<FØw▀Õé"
  b"\x01Ø╬XNbpb╣r\x1C#gq|Á"
  b"\x01Ø╬XO\x1ArKƒ╣Â'╗\x01}\x0E"
  b"\x01Ø╬XO═rÏ«¬\x12\x11Hü¾\x10"
  b"\x01Ø╬XP|sp»Y┤ܰÎ╣░"
  b"\x01Ø╬XQ*r%À¬©$Gòýk"
  b"\x01Ø╬XQ¯r╩í\tvBµçnq"
  b"\x01Ø╬XRósoà┐█ù<Oµ$"
  b"\x01Ø╬XSUs\x08ï¨■ï2xÙ┐"
  b"\x01Ø╬XS°r│¼▓▄¨╩ó`¬"
  b"\x01Ø╬XT│s³¼ BQ\x0FT]9"
  b"\x01Ø╬XUgs╣ïu¶┼aWÒè"
  b"\x01Ø╬XV\x19qø¼5ÀØC-.ı"
  b"\x01Ø╬XVÈrFáÞf╬\x19¦Ï`"
  b"\x01Ø╬XWts\x1FôÄ58irï┘"
  b"\x01Ø╬XX.r╗é▒öK稯p"
  b"""
    \x01Ø╬XXËs\x1E┤©-\n
    \­~º
    """
  b"\x01Ø╬XY}r\x14┐ãÝ\x18à└Ü═"
  b"\x01Ø╬XZ9pg┐=âó\±k\r"
  b"\x01Ø╬XZþp\x12£T\x08}rÒ>§"
  b"\x01Ø╬X[ªs¡ôr\x11\x18\x08‗Z▄"
  b"\x01Ø╬X\[pdûרª÷lw\x13"
  b"\x01Ø╬X]\es;ì▀H\x1EcÊÉv"
  b"\x01Ø╬X]Ðs╗é­\f¶·´Ä9"
  b"\x01Ø╬X^âreú¤ Çx─\\x04"
  b"\x01Ø╬X_+pÈñ²\x11╝v®úÖ"
  b"\x01Ø╬X_§q═┤öÜ-;\x14±‗"
  b"\x01Ø╬X`Ñs^çà4ÄhÇ~0"
  b"\x01Ø╬XaGríºB禰}*┤"
  b"\x01Ø╬Xb\x01s╠¥C¢:ª7m;"
  b"\x01Ø╬XbñrîÉ\x1C┼╩ı┘ßÚ"
  b"\x01Ø╬Xcbr\x07ú ▒³‗û5\x15"
  b"\x01Ø╬Xd\x1Dr█àÒ\v:┘·\x18"
  b"\x01Ø╬XdÊq\x16\x1C\x7FÍì6└?"
  b"\x01Ø╬XevqíØ╦º╝▀÷±7"
  b"\x01Ø╬Xf\x1Dp█ª╦ò_■L(‗"
  b"""
    \x01Ø╬XfÓpTÇ\n
    \x06\x16▀ı├ä
    """
  b"\x01Ø╬XgØpMä¯À╣F{;┤"
  b"\x01Ø╬XhXqÈöée2─0Àõ"
  b"\x01Ø╬Xi\x08p▄▒]┘¶ß¶╬F"
  b"\x01Ø╬Xi╔qÁÉKu‗UÌeÌ"
  b"\x01Ø╬XjàrVæ¯Øo?\x00f\x08"
  b"\x01Ø╬Xk2r"ÇíéÁf²/b"
  b"\x01Ø╬XkËs\x05\x15\x10P\x03$Wâ"
  b"\x01Ø╬Xlìr┤ô┤┴┤¾5\x1D-"
  b"\x01Ø╬XmGp<ÄW└+\r▀‗Î"
  b"\x01Ø╬XmÚrÓÂÀ┼$%\e\x1F:"
  b"\x01Ø╬Xnºr\x13\x1F \x00:Dı\x19"
  b"\x01Ø╬Xodr§┐ÊUObX\x0FÂ"
  b"\x01Ø╬Xp\epܽb‗No¹.á"
  b"""
    \x01Ø╬XpırÀ®ï├2J\n
    ±ë
    """
  b"\x01Ø╬XqîpÀ¬xîä{g(L"
  b"\x01Ø╬XrHqm¼¢\x17\x06³á\x02\x18"
  b"\x01Ø╬Xs\x03s ®(3\x12█îøí"
  b"\x01Ø╬Xs»s ¥Pé▓ËÉ}╬"
  b"\x01Ø╬XtfqRéõ═Ä>\x18*s"
  b"""
    \x01Ø╬Xu\n
    pÆáæWøîb¢d
    """
  b"\x01Ø╬XuÃpÄûC\x7FäúìÐb"
  b"\x01Ø╬Xv~sWØ\x0F\x17`z&"
  b"\x01Ø╬Xw,qëÅÒAü1mk""
  b"\x01Ø╬XwÚr¦¢ürùN<ܪ"
  b"\x01Ø╬Xxár\x0FÀqó'\x7Fnáö"
  b"\x01Ø╬XyUpRê\x7FâE\x1C+'┌"
  b"\x01Ø╬Xz\x03q‗üÞJ\x0Fı\x14\x1A["
  b"\x01Ø╬Xz▓r\rñ~3Ñ╣á█h"
  b"\x01Ø╬X{drpíáµ█w¡├y"
  b"\x01Ø╬X|\x1Er╔£9╩V/¹Ô "
  b"\x01Ø╬X|ÈpG¼è®\fx\x0F╬░"
  b"\x01Ø╬X}és\x1F¢JÆ█»ƒn╩"
  b"\x01Ø╬X~\x1Es╔ü´#b█╣2,"
  b"\x01Ø╬X~▄s╗┤\®Ü┘áM▀"
  b"\x01Ø╬X\x7FèsÞ¼┬╝ÝUq╩í"
  b"\x01Ø╬XÇOqýÂ╩}N-ûDT"
  b"\x01Ø╬XÇ´st½ß├╗7ï│4"
  b"\x01Ø╬XüìpyÆk¹Wú\x0EC┌"
  b"\x01Ø╬XéGp¸ÑQ\x1C\x1C°╠\x06"
  b"""
    \x01Ø╬XéÛs\x05ë\n
    Ç╩^C╬g
    """
  b"\x01Ø╬Xâ®qnÆÒ7/®▒:5"
  b"\x01Ø╬XäIqUƒïx0²p)├"
  b"\x01Ø╬Xà\x03rƒá\x1Côx.~█³"
  b"\x01Ø╬XàÂq│¬¥‗²>À)F"
  b"\x01Ø╬XåüpP¬P\x13V×kçí"
  b"\x01Ø╬XçAp'ºâ\tã³0ñ├"
  b"\x01Ø╬Xê\x07s9Æ\x06\x11=ìÇ=$"
  b"\x01Ø╬XêºsSÂz╔▀▄4w\x05"
  b"\x01Ø╬XëèpíØ8è+ùZü³"
  b"\x01Ø╬XèDsã¥D¼T═¿N/"
  b"\x01Ø╬Xè¨q¢º$└ë┬O²×"
  b"\x01Ø╬Xïóp┴▓ÞZ¶éùºã"
  b"\x01Ø╬XîJqEÖ\x1FqiH\x1F"
  b"\x01Ø╬Xî¹rÐû▓³║B *┬"
  b"\x01Ø╬Xì¢sdÑé\x13▀Øì\x19"
  b"\x01Ø╬XÄmpÑÅs¼─xf>z"
  b"\x01Ø╬XÅ&r8┐╔Èæ╠ê²_"
  b"\x01Ø╬XÅÓq\x10î3╦êóò¤"
  b"\x01Ø╬XÉÖpzá÷s%©hÓ´"
  b"\x01Ø╬XæIreáèly\x12\x1F'\"
  b"\x01Ø╬Xæ¸s×┐ÖìÉ¡PØj"
  b"\x01Ø╬XÆòqÇÀ\x11\x1C\x0FÛ{U£"
  b"\x01Ø╬XôQqÁÀÃõ\x06ÿiQW"
  b"\x01Ø╬Xô rO┤ÕÈÌ8cë¡"
  b"\x01Ø╬Xö░q²Ü░Zǃáîd"
  b"\x01Ø╬XòbrxÇ\`└▒T¶]"
  b"\x01Ø╬Xû\x08p\x12ªÃ¬ýX\x13╚="
  b"\x01Ø╬XûÃqÃîJ·B¯7WT"
  b"\x01Ø╬Xùms¬»rÜ{´╦F┴"
  b"\x01Ø╬Xÿ.s}░ßÍsï┴╠~"
  b"\x01Ø╬XÿÓsTƒA¢\x063Õ'O"
  b"\x01Ø╬XÖÜp|¬Ô ew╠H^"
  b"\x01Ø╬XÜ=qýø\x01íD\elæS"
  b"\x01Ø╬Xܨq▀Æïö¿£ôn§"
  b"\x01Ø╬XøÑqìÉrk0]\x10ox"
  b"\x01Ø╬X£Rs\x0FØ1ñUç¨Óa"
  b"\x01Ø╬X£±qùòjÎj\x7F4£H"
  b"\x01Ø╬XØ×pF¬Ï┬Òz³D╠"
  b"\x01Ø╬X×┼pËñsEJÉN÷\x11"
  b"\x01Ø╬Xƒôpêà\x19Í? \x13Ô("
  b"\x01Ø╬XáåqqÅB\x0EÕlY╩¬"
  b"\x01Ø╬Xí\rf▓ò└\x00\x1A Uö"
  b"\x01Ø╬Xó\x18q¶Éñnpì\x13%k"
  b"\x01Ø╬X┐6rkÖ\x1A7ååÛ;m"
  b"\x01Ø╬X─Ês\v\x05\x1Cõ▄áo¥"
  b"\x01Ø╬XûpB¿l©ÎÇ,\x16H"
  b"\x01Ø╬X╔¤pÕº°ï─aÁÞJ"
  b"\x01Ø╬X¤╩s¹®\x16]@\Á©s"
  b"\x01Ø╬XÊòr·ì┌\rÀ\x06õ$>"
  b"\x01Ø╬XÍ\x1DsSר╣\x1F\x17ÏÇ'"
  b"\x01Ø╬X█\x12p­öG\f\x10ãàv"
  b"\x01Ø╬X¦,r\x15▒╝╬=TU.ã"
  b"\x01Ø╬XÌùpLòÄ\x17-¿ï³ò"
  b"\x01Ø╬X▀Ms┼¥\t{TnÓKª"
  b"\x01Ø╬XÓ\x08sºúF╚‗häÊ\x13"
  b"\x01Ø╬XßÉs¶®¥8Ëòïs-"
  b"\x01Ø╬XÒ\x06pä£ß▄N)ÝÚ½"
  b"\x01Ø╬XÕÄsYÅkÑy@vá·"
  b"\x01Ø╬Xµ6qSÀ\x17âLß\x1F\x07¼"
  b"\x01Ø╬XÚQq║ºf╠9&Ïk░"
  b"\x01Ø╬XÙjrÕå0┼XBa\x02ó"
  b"\x01Ø╬X´\x02r\x07ïv\x1C▓k¶ãÚ"
  b"\x01Ø╬X±GpFï$ƒk£rwê"
  b"\x01Ø╬X‗═p¼Â\r┐╩I2\x1Cß"
  b"\x01Ø╬X¾ôsðñ)┤[øå\t\e"
  b"\x01Ø╬X¶Ts¿äçü┌▄░ë║"
  b"\x01Ø╬X¶‗rÒñOü£5©▒\x11"
  b"""
    \x01Ø╬X§ôq&äK0┬m\x08\n
    H
    """
  b"\x01Ø╬X·úr╔å\x1DÞ7+û³┤"
  b"\x01Ø╬X³\x08s}àÑwå\x1F2»Æ"
  b"\x01Ø╬X³«póÁ½\x19øÕ\x11═├"
  b"\x01Ø╬X²grÅ┤®fëæ:\x19é"
  b"\x01Ø╬X■¤pFÂ]Sï$zÉß"
  b"\x01Ø╬X |pîÜ8,═}ÿV│"
  b"\x01Ø╬Y\x02Ss\fÁ╠ç@«øµ\x16"
  b"\x01Ø╬Y\x04qr3╗*$xqë█┐"
  b"\x01Ø╬Y\x0Eùq\x15ï^ÜÒ/Pð\x1C"
  b"\x01Ø╬Y\x0FOqÈô Æk_H«Î"
  b"\x01Ø╬Y\x0F■s┬¼S"╗Èðbs"
  b"\x01Ø╬Y\x11hp»æa|\x07@F\x12"
  b"\x01Ø╬Y\x13}qïÉ83█ÅLÙ´"
  b"\x01Ø╬Y\x16┘q³Ç6.ı3\x7F‗ÿ"
  b"\x01Ø╬Y\x17zsÍúô~┴_~øÃ"
  b"\x01Ø╬Y\x18\x1Aqöû¨0■/Òä¢"
  b"\x01Ø╬Y\x1Fór¿êS‗¢\x1D\x0844"
  b"\x01Ø╬Y(ðsaÑ\rYk3°sù"
  b"\x01Ø╬Y+Áqt│╝\x04ý[%{J"
  b"\x01Ø╬Y1-rÙ©~\x1AÐ[ƒ7ƒ"
  b"\x01Ø╬Y4¡p╔ÁT\x1FÿlÜ¡="
  b"\x01Ø╬Y6\x17p£©ºt£«w¢┬"
  b"\x01Ø╬Y6Èq÷ê¨GtÈv\x01"
  b"\x01Ø╬Y7âp¤╝2¹y╔\e"
  b"\x01Ø╬Y88p8ÿ╣\t½├âû┴"
  b"\x01Ø╬Y;\x1Aq"â¥mqØ(h\x16"
  b"\x01Ø╬YC{qyûX█▄3d\r"
  b"\x01Ø╬YD7s\x08ü║▀G²¶Ãa"
  b"\x01Ø╬YE¡qÖ¬ëÕË5├óe"
  b"\x01Ø╬YG\x18q╚çÙôMçij="
  b"\x01Ø╬YJ\x01qyóúı3M ╣o"
  b"\x01Ø╬YJ░sÁºmþ-^\¯é"
  b"\x01Ø╬YL\x1ArÃÀ\x1DÀ\x1C¬%]\x19"
  b"\x01Ø╬YUµp]üõû#ÅMóÆ"
  b"\x01Ø╬YYUp╠¢ßotkÞÀå"
  b"\x01Ø╬Y[\p¦»ð²9╬á═/"
  b"\x01Ø╬Y_\x14pÂî;\x14ª5Nªq"
  b"\x01Ø╬YaKrxàè¶‗\x1A,┼|"
  b"\x01Ø╬Yb¼rhïGPÁy\x16.¿"
  b"\x01Ø╬Yd%p;×hØ"▓§À©"
  b"\x01Ø╬Ye~r░É\x1C¥#¶àBª"
  b"\x01Ø╬Yf3s{ç<YA║Ö▓u"
  b"\x01Ø╬Yf¨rN¥i:\x15ì░£Ñ"
  b"\x01Ø╬Yl¡p@Â\x01zô÷┤)³"
  b"\x01Ø╬Ym]r\x0EÅ╣hDb<Ü\"
  b"\x01Ø╬Yp¾qIƒhÐxÆyÁÓ"
  b"\x01Ø╬Ytor║èƒ[Y·\x16&\x7F"
  b"\x01Ø╬Yw²qïÉS¬Ù▓¯N┤"
  b"\x01Ø╬Yxíq¹è¦÷dÜþ5É"
  b"\x01Ø╬YyZr§ù¢\x11YP(³¯"
  b"\x01Ø╬Yz\vrVÄú\x1CâF\x158,"
  b"\x01Ø╬Y~▀pHá8d"ê\t"
  b"\x01Ø╬Y\x7F£s:ä\x1E#X╣h"ð"
  b"\x01Ø╬YÇ·q┌¬o╝@"-¶░"
  b"\x01Ø╬YüûqÅ¢\m½\x1E\x17\x1FQ"
  b"\x01Ø╬YåöpüÇ1╚>]±æÿ"
  b"""
    \x01Ø╬Yê╗q-áõfñ\n
    ╝÷;
    """
  b"\x01Ø╬Yëqp\x02óÒÂäÐ`ì("
  b"\x01Ø╬YÅ6qÙƒ╣\x1FIy¹ò£"
  b"\x01Ø╬YÅ­p:»|D$ÍB┤\"
  b"\x01Ø╬YÆÀrpáó\x1D´ÉÆ▓à"
  b"\x01Ø╬Yö\x0EpqÁI&Ø92xÄ"
  b"\x01Ø╬Yû!r üî§\x01;ÂjÏ"
  b"\x01Ø╬YûÕpÊ║\t‗X¯┌\x0Ee"
  b"\x01Ø╬Yùàqú©´àOTn´ï"
  b"\x01Ø╬YÿEp«Å¡¢2ƒ yÃ"
  b"\x01Ø╬YØ\x10sºø­àðf+¹c"
  b"\x01Ø╬Yؤsµ¿ÒÕ'9@Ù»"
  b"\x01Ø╬Yó\x1FsÑÄH▀ò\x18Çkù"
  b"\x01Ø╬Yó▄s▄┤ßUÑ«ô\x16"
  b"\x01Ø╬Yúâr\x16åÖs■╚èÒ╔"
  b"\x01Ø╬Yñ<rÏì▒gÕ<\x02ım"
  b"\x01Ø╬YªHpt╝Ó\e\t.êm­"
  b"\x01Ø╬Y®ðsqƒ\v\x15}ÖÓ´z"
  b"\x01Ø╬Y¬Çse¢Û©ÜBÜ6\x13"
  b"\x01Ø╬Y½█p#Øõ\fÜØ$RÊ"
  b"\x01Ø╬Y░\x05sQºMøìí·wH"
  b"\x01Ø╬Y▒jr\rá.ø|&ı\┐"
  b"\x01Ø╬Y▓\x07r^░:wßt\x06"
  b"\x01Ø╬YÁyqwí2*ÓB=~4"
  b"\x01Ø╬YÂ\x16rÉÂ\x19f\x12'ô©½"
  b"\x01Ø╬YÀïrƒøà,èìói\x01"
  b"\x01Ø╬Y©ErÐêÂz¸¬\x19ƒo"
  b"\x01Ø╬Y╣»p5ÿ│─súûjB"
  b"\x01Ø╬Y║^q╣Üu3æi8JÊ"
  b"\x01Ø╬Y¢\x18p├åíH~║S*ê"
  b"\x01Ø╬Y¢═sòª\x1D┼6\x15\x08~5"
  b"\x01Ø╬Y┐6s\x06»ìÔ[@█´f"
  b"\x01Ø╬Y└íq8øG_┘r\x08´\x04"
  b"\x01Ø╬Y┴dp\x02│å─\x009¤Ýk"
  b"\x01Ø╬Y┬Ìq÷ª¦fÚDê■Ð"
  b"\x01Ø╬Y─Rp·ïú╠═─¥\x07×"
  b"\x01Ø╬Yã]r%ºù\x00Fò.s×"
  b"\x01Ø╬Y╔ÏqN¡\x17\x0F╗ÄX±º"
  b"\x01Ø╬Y╠ápê▒ÈW╚X±Tƒ"
  b"\x01Ø╬Y╬\x18q\x08óÐl\x1A\x15/"
  b"\x01Ø╬Y¤üqs│»\x19 ¹2@ "
  b"\x01Ø╬Yð-pÅÀÓØØìW#═"
  b"\x01Ø╬Yð═q\x1Fö&Ã\x05pÙ,%"
  b"\x01Ø╬YÐàp=áÞÛLåÒçm"
  b"\x01Ø╬Yı½sJ¬_*¶tÿ\x04"
  b"\x01Ø╬YÎ.p\x12ü¼\x1C¤É¼bï"
  b"\x01Ø╬YÎðq=│7┴Íi}ºX"
  b"\x01Ø╬YÏôq\x02ô▀OÅC³~ý"
  b"""
    \x01Ø╬Yß\n
    q&ïa\x18\e╔ñ·b
    """
  b"\x01Ø╬Y߬q´×\x7F<\x00å´á\x15"
  b"\x01Ø╬YÔes@║@õeé¸o\x07"
  b"\x01Ø╬YÒ╩sTóP\x1Aßu¦\x1A"
  b"\x01Ø╬Yõâqø«AøO▀þø~"
  b"\x01Ø╬YÕÛp\x14ÿM±░VxJ$"
  b"\x01Ø╬Yþ¨p■ô;e`¦¶\x06V"
  b"\x01Ø╬Y¯¾pÊï-ªk(\x04¤\x1F"
  b"\x01Ø╬Y­[p3ùl¤^▓\x06▒M"
  b"\x01Ø╬Y±║s│Á¾▀:ÑlÑí"
  b"\x01Ø╬Y‗prÖÜX\x184ıg¦F"
  b"\x01Ø╬Y§ r\x07\x19à@Û=╬®"
  b"\x01Ø╬Y÷ås;Ç▓┴ºÑD^¦"
  b"\x01Ø╬Y¸Kr-º'\x12J▄\t\x14£"
  b"\x01Ø╬Y¨Qq)¢Ëƒÿ─SD¢"
  b"\x01Ø╬Y·┬p¨▒C«q3Óı╔"
  b"\x01Ø╬Z\x05þr¸ñ£■\v¶½┐Ç"
  b"\x01Ø╬Z\x07­s╠½I"|ôËöÍ"
  b"\x01Ø╬Z\x08×p®®R¬¥P\x0E[├"
  b"\x01Ø╬Z\tÛsË©\f┴åwÏZz"
  b"\x01Ø╬Z\rls\x00£û]║■J ø"
  b"\x01Ø╬Z\x0FÉq╩ìòJMuç<╬"
  b"\x01Ø╬Z\x10÷pÊü\vª3#wDÚ"
  b"\x01Ø╬Z\x12[sþÀa\x00\x10ÒYSÒ"
  b"\x01Ø╬Z\x13┼r_øÊ!á┬j>\v"
  b"\x01Ø╬Z\x14zppøaÎ■¯{╚\x07"
  b"\x01Ø╬Z\x17Psü®M¥   Ú\f"
  b"\x01Ø╬Z\x1A+p\x08ê\$»¯¿9Û"
  b"\x01Ø╬Z\x1C`pùà┴©\x11÷¶ßå"
  b"\x01Ø╬Z\x1Dëp\x0Eÿ¾n\x01:ëe\x7F"
  b"\x01Ø╬Z \x04põæñápûeÑ]"
  b"\x01Ø╬Z$Ïs┐¡P*}\x0E\x13"
  b"\x01Ø╬Z++q\x1Få\x1D\x02\x7F\x04?bt"
  b"\x01Ø╬Z-eq╚ìñ\x08é█\x01 b"
  b"\x01Ø╬Z2³p"êøÙZRÍ│°"
  b"\x01Ø╬Z9¦r?ƒ8\x01\t┐F)¯"
  b"\x01Ø╬Z@uqÙºµı\x06W­║j"
  b"\x01Ø╬ZAerpöîPé´-*4"
  b"\x01Ø╬ZE¯q\x03Æ1{þRlG\x16"
  b"\x01Ø╬ZKÕr/║\x08\x11§<' ╬"
  b"\x01Ø╬ZLÉr5▒ÔÅ/Òí=¡"
  b"\x01Ø╬ZPîqô║▒ÑE»¦¯^"
  b"\x01Ø╬ZStp²¥├Ï«åÁUä"
  b"\x01Ø╬ZT`s3Çðd\x1EÂó┬ô"
  b"\x01Ø╬ZU\pfàç%║\e╠Ù┴"
  b"\x01Ø╬ZVXpP╝\v\x10}╠Én"
  b"\x01Ø╬ZXPp©»¸■\x03oѪò"
  b"\x01Ø╬Z[\x1FsMØO8K§\x0EÏ\x07"
  b"\x01Ø╬Z]\x02p+ïLÜâÓ7╝?"
  b"\x01Ø╬Z^■pu┐ÇÛ]\x16z)\x15"
  b"\x01Ø╬Zaßrï£Ü;@Kº┴ƒ"
  b"\x01Ø╬Zb´rOÑîi­h\x1E²ô"
  b"\x01Ø╬Ze┌p6åÊÍ╝█= \x02"
  b"""
    \x01Ø╬ZjÀrÞ©ß\n
    Ú▓ÝÛµ
    """
  b"\x01Ø╬Zk░s\▒\x1D±▄\x00½.k"
  b"\x01Ø╬ZlÿrËä-ƒõoþÝ "
  b"\x01Ø╬Znïs·øYëÄØ╝dÒ"
  b"\x01Ø╬Zp[sÐÄ.å╬Æ\x11¤|"
  b"\x01Ø╬Zv1r"óæ▓²ò─|_"
  b"\x01Ø╬Zx°sBÅkLÐó²j{"
  b"\x01Ø╬Z|ÝqÏÑç┘{}\v▓|"
  b"\x01Ø╬Z}Ås­º║\x03Ë\e_ÛÒ"
  b"\x01Ø╬Zü3pÙÅõM/¼£4¼"
  b"\x01Ø╬Zéár!ï¯─:j\e"
  b"\x01Ø╬Zêûp\e« ¿>>\x0FR["
  b"\x01Ø╬Zï[púî>\x08╬▒Ív\x18"
  b"\x01Ø╬Zî°rÕêB\x11╦À\x0F!W"
  b"\x01Ø╬ZÅ\rrû▒ÆÁYÖç\x10"
  b"\x01Ø╬Zÿåq>Æõ×ÒâÖlÂ"
  b"\x01Ø╬ZÖ¶q╩«Ì¿╩╔Z┤\x1C"
  b"\x01Ø╬ZÜÀq\x10Æ┴µ╗Ôt\x04Û"
  b"\x01Ø╬Zø\x7Fpv¡6¿ıYf\x10Ú"
  b"\x01Ø╬Z£;qÞ«&\x07tòÿîv"
  b"\x01Ø╬Zá¤r\e®ppªÂt;»"
  b"\x01Ø╬ZÑ\x1Fp\x19¢┴!å@╗ıë"
  b"\x01Ø╬Zªüs.áBa┼╠pÙ╦"
  b"\x01Ø╬Zº7s®ê├╣V¶╣\x02k"
  b"\x01Ø╬Z¡¡rq╝`$¼\vµ%="
  b"\x01Ø╬Z«os\x13à\x0FG¾g¯;F"
  b"\x01Ø╬Z▓ÚqoÜ­ T\x1D£bú"
  b"\x01Ø╬ZÁ├p&┤■ý╗ç`ðu"
  b"\x01Ø╬ZÀÈpÞÑÈ:Ƭ\x14"
  b"\x01Ø╬Z║┼q┐ó»ßC\x02╝É3"
  b"\x01Ø╬Z┴Rs¥åw7_ôbY\x18"
  b"\x01Ø╬Z┬┬r\x14çé\x1DAv┬|\"
  b"\x01Ø╬ZÃûr!ÿB¢ñ­Z '"
  b"\x01Ø╬Z╚Qq▒▓T2\x01\x1A\x06¨\x0F"
  b"\x01Ø╬Z╦Èq¹Öúð\x17\x13%┬ "
  b"\x01Ø╬Z╬ÑsVØ´n╚K╬xß"
  b"\x01Ø╬Z¤Yp­ï█ã\fxü¥ù"
  b"\x01Ø╬ZË┐p┼É6à¥‗\x1DÍ─"
  b"\x01Ø╬Zı└r<░@┐çî~.p"
  b"""
    \x01Ø╬ZÏÿqJïÞ─\x04³t\n
    W
    """
  b"\x01Ø╬Z¦as±îHM2»╗Ç┐"
  b"\x01Ø╬Z▀frø¡=░uLh\x15\x7F"
  b"\x01Ø╬ZÓ┤r°êç[°~\x1F¤\x16"
  b"\x01Ø╬ZÔ¶qÀ®e┐\x07q╣yÊ"
  b"\x01Ø╬ZÚçqÇĤ\x0EwÔZ>Å"
  b"\x01Ø╬ZÛJr&Å\x04Þñ\x06aø°"
  b"\x01Ø╬ZÙ\x11p\x1Fô6]\x7FÒçI\x1F"
  b"\x01Ø╬Z¯\x06r└øúÝ\x16:AóÅ"
  b"\x01Ø╬Z±ûr\vøXÐkÓ;÷F"
  b"\x01Ø╬Z‗5q\x1EÇi´Ú¦qf^"
  b"\x01Ø╬Z§Îp\x08¼\x18@╬\x1Fu│\t"
  b"\x01Ø╬Z·?râ▒┌Ìø å}█"
  b"\x01Ø╬Z³grؽ£_ò}\x17\x0E·"
  b"\x01Ø╬Z²Ús\t¥\x06EÇ[\x06┘Ý"
  b"\x01Ø╬Z Ùq8âí\x08°e\e\x06»"
  b"\x01Ø╬[\x02&pbû¹]¿_¤£¹"
  b"\x01Ø╬[\x05¬rîƒÃûD*\x18\x04"
  b"\x01Ø╬[\x06eqKº\x0F6█\Pr>"
  b"\x01Ø╬[\x12çrÕê┌úƒÊ`\x15¼"
  b"\x01Ø╬[\x13Cs\x00É╠~9ıY$╚"
  b"\x01Ø╬[\x16\x1Ap!ä¯\v·ú²ƒÚ"
  b"\x01Ø╬[\x17ñr|Çê>W█4¨L"
  b"\x01Ø╬[\x18^p║Ä^\x01Kï<\x08\v"
  b"""
    \x01Ø╬[\x1A´s É·T\x03\n
    3Òu
    """
  b"\x01Ø╬[\x1D<q┬áÚ @àÁLt"
  b"\x01Ø╬[\x1E▒sfÜw7&ÙÈùK"
  b"\x01Ø╬[",rJ£*«´ÔMÖl"
  b"\x01Ø╬[&ép╦Á«g\x16ðz\x04ý"
  b"\x01Ø╬[(Ñr┴ö1#çä\x19■©"
  b"\x01Ø╬[)^r½ì¿\x07ÞÊÜðP"
  b"\x01Ø╬[,:qò¬ÀÕ*­4¬Ñ"
  b"\x01Ø╬[/\rr\x14Á┴║²\x14\t"
  b"\x01Ø╬[1\x1Esp£åçÞßf-\x1D"
  b"\x01Ø╬[2Är\x17øt╩Õ@╔fÎ"
  b"\x01Ø╬[3]r╔í·þôp\r§G"
  b"\x01Ø╬[4#sU»pØ-ÄD½╔"
  b"\x01Ø╬[7×sBñ~╩ù(_Dô"
  b"\x01Ø╬[9\x1Ds±©▒¾b▒+:Ñ"
  b"\x01Ø╬[;╔qÕØ╚ºN\x1Eébö"
  b"\x01Ø╬[=yq\x13áö*▄■J\rÖ"
  b"\x01Ø╬[>\x1Ap-Ég\fë┌¹\x15û"
  b"\x01Ø╬[>┌róÿÆ\x08wõª0J"
  b"\x01Ø╬[BÄsY┤ÂJt┬Ü┐w"
  b"\x01Ø╬[CJrÿÁeÎ2╦ÿ\x0F["
  b"\x01Ø╬[D░sÃ╝©;g\r+sa"
  b"\x01Ø╬[F▒qwû¹X¿╠Ϲ\x0E"
  b"\x01Ø╬[Ivrbò─\\x1C-\x18 ¾"
  b"\x01Ø╬[J1s═Á;Z\x084Ô:°"
  b"\x01Ø╬[O/q‗▒╝╗êÜd■½"
  b"\x01Ø╬[R\x0Erùÿ³╬┴c:ó`"
  b"\x01Ø╬[R╠rÝ¿Up¤é%ºı"
  b"\x01Ø╬[V=p┼ª╔Î╗8=Ô\x18"
  b"\x01Ø╬[Xqpµ│Õ\n->\x0F\x00Í"
  b"\x01Ø╬[Y─qÚ╝£▒\x13ÿÈ·Í"
  b"\x01Ø╬[['smÜ£0─"Óõn"
  b"\x01Ø╬[]²s\ì‗9¦╚vâÄ"
  b"\x01Ø╬[`ËpØ╝¬ÈÞäÎñ\r"
  b"\x01Ø╬[aârÚƒ8dú×""""
  b"\x01Ø╬[bþqóÇ&ýâ■\v│1"
  b"\x01Ø╬[eÈsg¡Ï\x11ÜÍch\n"
  b"\x01Ø╬[p½p\x1Eû\t棽Ì\x19l"
  b"\x01Ø╬[sÇp¢░aJWûdu┤"
  b"\x01Ø╬[z\x1Fr^¼\x7F4sªÚWÈ"
  b"\x01Ø╬[}Çq,»¬ÈV\t\f»┤"
  b"\x01Ø╬[ü\trÄ«ËEQ├\x17"
  b"\x01Ø╬[â^pTöÖ®ªsÝ\x06"
  b"\x01Ø╬[äqqQØ\x00│­Êêp`"
  b"\x01Ø╬[àær(▒¥\x08╠Æ│Ò^"
  b"\x01Ø╬[çÓrsç╬½\rô¬├§"
  b"\x01Ø╬[ïcr{ä\x02┤)9ØiØ"
  b"\x01Ø╬[îêqıÇv÷\x03Ú║íó"
  b"\x01Ø╬[ÄÝq<×ËI▓õ¹±\x03"
  b"\x01Ø╬[Æ▀s~Åklèo¼k\x08"
  b"\x01Ø╬[ùdqoû\x13\x11l\x0Fl│È"
  b"\x01Ø╬[ƒ©pÁ║j%Û78v;"
  b"\x01Ø╬[ñØqñøÂ┬!ç=¤#"
  b"""
    \x01Ø╬[ºrsÌ¡=&NÊ┌\n
    ë
    """
  b"\x01Ø╬[¿fr)é\r\x1F┐─\x7F\x06\r"
  b"\x01Ø╬[½>qƒÇ\x11ÀÄ,õ½ä"
  b"\x01Ø╬[¼4såügª­<i·¯"
  b"\x01Ø╬[░\x02ql©Ð?ÙL╠Ú`"
  b"\x01Ø╬[┤╗q{▓£▀ÃáM\x02e"
  b"\x01Ø╬[╝&p¹ÂB1┐¿üf\x05"
  b"\x01Ø╬[─ôrÇ╗ûýÌL¤ Î"
  b"\x01Ø╬[ã~pzÅ·╚ò¾vg╣"
  b"\x01Ø╬[Ãis┘×\vtZféíþ"
  b"\x01Ø╬[╚ap\x01ÿAºqýÐÄ%"
  b"\x01Ø╬[╬\x05r¶ƒ?²{²\x1Eºé"
  b"\x01Ø╬[ıès░«╣\r\rð\x13"
  b"\x01Ø╬[▀╩s└Å\tg\x04fÿZ{"
  b"\x01Ø╬[Òòp$×\x1FJ╝Ȥ┼ø"
  b"\x01Ø╬[µés¼│«B!È╬&L"
  b"\x01Ø╬[þ\sUå└C'£╬\v³"
  b"\x01Ø╬[Ú\eq╚¡6)ıÃ×░|"
  b"\x01Ø╬[Û q\x02úFÓüi\x1C\x1Fý"
  b"\x01Ø╬[Ý╗qgíø0\x01¡Y ü"
  b"\x01Ø╬[´bs2àLd<Èe@Ì"
  b"\x01Ø╬[­\x07p\râÂ║\fMô(ñ"
  b"\x01Ø╬[­├q╗ÅØ3²Dð¿\x11"
  b"\x01Ø╬[‗ìrãäTä",%\x13k"
  b"\x01Ø╬[¾pqÒªª¥Á\x0E▒7'"
  b"\x01Ø╬[¶wrM▒5`\x02ó╝»┘"
  b"\x01Ø╬[°2pP¬ì{\x01)\x00"
  b"\x01Ø╬[°±s ä╬¡àç┤«┴"
  b"\x01Ø╬[·pq`äÆ─,\x11"
  b"\x01Ø╬[¹▄rêí!║eT¬âv"
  b"\x01Ø╬[ èq\x0Fù'╬Ù´┘/c"
  b"\x01Ø╬\\x01£r\x19û´L±ðÿU`"
  b"\x01Ø╬\\x04irº│ÞNÔe?|ô"
  b"\x01Ø╬\\x05Ìq<│\x14QÒ┬\x03¶╬"
  b"""
    \x01Ø╬\\x06Ür6èp\x0F\v─¥\n
    )
    """
  b"\x01Ø╬\\x08\x03sbÿêH]└¡â<"
  b"""
    \x01Ø╬\\n
    ãs_öo═\x08÷íPü
    """
  b"\x01Ø╬\\vepZÜ[\t ▒ï9S"
  b"\x01Ø╬\\f\x1Drö▓┤=\e,²Ë¨"
  b"\x01Ø╬\\f¢p±©¼&Y½sÿ║"
  b"\x01Ø╬\\x0EÌqÊ¢<\x11J\x1F4Gø"
  b"\x01Ø╬\\x11\x02pÈ»Ò\x1C<\x15P/\x03"
  b"\x01Ø╬\\x13\tp;û%▄¼©N─\x02"
  b"""
    \x01Ø╬\\x13┴psäÍf\n
    \x0F*Ë«
    """
  b"\x01Ø╬\\x14|sàá\x04Ö¬%æh\x11"
  b"\x01Ø╬\\x15+p´Ü@\x06VÇ|å¡"
  b"\x01Ø╬\\x15┌s╠æ▒°DÍ╔q<"
  b"\x01Ø╬\\x16îs:ØõÚ:uÅÁ×"
  b"\x01Ø╬\\x18╣qÖò8Ò┬e¤àJ"
  b"\x01Ø╬\\x19kq©¿7`>‗!¼t"
  b"\x01Ø╬\\x1A\x13s\áb6ã\x02RxÔ"
  b"\x01Ø╬\\x1A╦q\x14ª┴N>Ŷ~'"
  b"\x01Ø╬\"ës½ù»îsñ\x1E\x11\"
  b"\x01Ø╬\#@rGöåK02■\+"
  b"\x01Ø╬\*Ms¸øl*³Sƒé╚"
  b"\x01Ø╬\+Ñrú║¬NO|õ╬Y"
  b"\x01Ø╬\,_rî×\r\tø(Ç\x01{"
  b"\x01Ø╬\-¼q×ë\x1A&9ÊZ 6"
  b"\x01Ø╬\/Þszü\tÕ\x18ñ!\x10ê"
  b"\x01Ø╬\1Hs┐â®Tj(l§Ú"
  b"\x01Ø╬\5Æq─ªÍ,õ!K‗\x1F"
  b"\x01Ø╬\6þs\x19░┤\x06ÚîÜsi"
  b"\x01Ø╬\:{r}É╔¼¬\ÿã»"
  b"\x01Ø╬\;*q¤║¹.7û\vÚ█"
  b"\x01Ø╬\;▀ss▒©\x0FÞCxAc"
  b"\x01Ø╬\>\x10püø-Áµ╗║\x15o"
  b"\x01Ø╬\£Ýq\x06øinÍï╣ªK"
  b"\x01Ø╬\áoqJà0ÁrÇ:9±"
  b"\x01Ø╬\í\x1Fp■¬Ýû<¸¡\x17\x7F"
  b"\x01Ø╬\ñƒpq│ì{\x14\vL|Ò"
  b"\x01Ø╬\¬¢s{│\x13¹¬ÎÞln"
  b"\x01Ø╬\½kq'û\x11\x1Eý'4\x04"
  b"\x01Ø╬\¼\x1Frôû\x0EЪ─öÀ\x01"
  b"\x01Ø╬\¼┴q╬¥ÑýznKm)"
  b"\x01Ø╬\░2q\x1Cê©"dVr╦&"
  b"\x01Ø╬\░Ëpë░¾░44\┬ƒ"
  b"\x01Ø╬\▓9sÿ┐+¬=■´ål"
  b"\x01Ø╬\▓²r\x15©ÉË═:G\x1A"
  b"\x01Ø╬\À(r▒èïFÎâ╝$°"
  b"\x01Ø╬\©éqlÆjLÍU\x1E─╝"
  b"\x01Ø╬\║Öq·░└.nJﯵ"
  b"\x01Ø╬\╝\x02s╚í»è0E¿I±"
  b"\x01Ø╬\¥\x15r├ùlô\x1F'┤\x1DÄ"
  b"\x01Ø╬\¥Às¸®\x131\x10'©D\n"
  b"\x01Ø╬\└\x0EsvÿFÜ╣ùÍ>Ó"
  b"\x01Ø╬\┼sqe┐├┌VVá\x10Ä"
  b"\x01Ø╬\╚═pîÖ¾GÒ┤þ▒="
  b"\x01Ø╬\╦zs6¥b▄-▄\x1D¸="
  b"\x01Ø╬\╠õq╠É├óz½.$ò"
  b"\x01Ø╬\╬KqF┤\x05h-Iö=^"
  b"\x01Ø╬\╬²síìû¤¨2║oS"
  b"\x01Ø╬\ðcrÛæ─┤\f\x10~å▓"
  b"\x01Ø╬\Ð\er─ô¼┐¸²╔Õa"
  b"\x01Ø╬\ÐÊs\x12½ºV\x1F®i╚ª"
  b"\x01Ø╬\Í2pÈöÔíxÍ\\x1A©"
  b"\x01Ø╬\█Ësê║áyFI®╗ç"
  b"\x01Ø╬\▄sr\x0E│rÄõ\e\x17d▓"
  b"\x01Ø╬\▀-rz▓╠'\eÿ█Ä┴"
  b"\x01Ø╬\µ\ts üc`Øäi╗Ú"
  b"\x01Ø╬\Û\x11rú╝\x01üÜ?\x08dn"
  b"\x01Ø╬\Ûõs&Â0R¡ƒhb\f"
  b"\x01Ø╬\´╩s\x7F░¸øh"2®\x18"
  b"\x01Ø╬\­zr°░╣ý+ìÃI "
  b"\x01Ø╬\¾­q╩ƒª®0:░  "
  b"\x01Ø╬\°┐q\Ü 2▄Å├ýQ"
  b"\x01Ø╬]\x00~s└┤Qm¼\t└,í"
  b"\x01Ø╬]\x01╠s▄¥\x01¹'¬qNÈ"
  b"\x01Ø╬]\x02èr╦×╦ê®â╗Gj"
  b"\x01Ø╬]\x07pr\x1Aåü\x7F▄2¢ð\v"
  b"\x01Ø╬]\x08'q¤Ö\x15àª╩ã\x10N"
  b"\x01Ø╬]\x08▀qg¥\x1FÞ\ttÀ╝¹"
  b"\x01Ø╬]\r┬rf¼╗[╣¿ã\x13\x0F"
  b"\x01Ø╬]\x0EyrSº\x03J┤ýÐ\x1C¿"
  b"\x01Ø╬]\x0FıqúÀ┤Ús{\x0F¢è"
  b"\x01Ø╬]\x11¯p·ä¶╔1ÂE¬e"
  b"\x01Ø╬]\x13Þp ît¢úÞ?|â"
  b"\x01Ø╬]\x14ƒqÇ┤z\x02O6h³┐"
  b"\x01Ø╬]\x16├páéþÉuÚû▒~"
  b"\x01Ø╬]\x1Eépe£TFÒÅ©Û\x14"
  b"\x01Ø╬] ®qÔ×\v\{sô¿7"
  b"\x01Ø╬]!Yp\x0E¬Ñ»QÂHÙT"
  b"\x01Ø╬]"╔sàñ{Yù▄qo\x05"
  b"\x01Ø╬]$█pÚ░ò²ÊµÕ╔Û"
  b"\x01Ø╬]%}rmë┌üúê,£¨"
  b"\x01Ø╬]&9q\x15ø\x16ÐíþíxH"
  b"\x01Ø╬]&¶r░æ-(ìñ=ÐÊ"
  b"\x01Ø╬]'ÿr=¢·╠xè*n\v"
  b"\x01Ø╬])©p]£jyC¥±Y¡"
  b"\x01Ø╬]1çp\x1Cïç▀\x1D╔¬¹E"
  b"\x01Ø╬]2Õs░è\x07§.\x12ôÿV"
  b"\x01Ø╬]5\x03sÓïò░ÒıT¢¢"
  b"\x01Ø╬]5┴s,ƱÁ2qÙ\x10ö"
  b"\x01Ø╬]8èp▀╣\x026NÅ\x13\x12y"
  b"\x01Ø╬]>>sî╝▄\x17sèâ╚q"
  b"\x01Ø╬]?ÀqîÀß#V\x1CÃ\x03]"
  b"\x01Ø╬]C3p\x7FÜÀò\x01\x18"
  b"\x01Ø╬]C­r&ê±x¢\f\x04Î["
  b"\x01Ø╬]DØqÆä7ÐD╗7où"
  b"""
    \x01Ø╬]E÷pm┐^oÞ\n
    jf═
    """
  b"\x01Ø╬]Gisôô\x10Z\x1E\ek▓É"
  b"\x01Ø╬]H"pu╝ı¥‗\emJ"
  b"\x01Ø╬]K\x01qö£▒r(0ôl"
  b"\x01Ø╬]O°p­£¨\rWlƒ\f["
  b"\x01Ø╬]Q^q¥è£\x11H1MZt"
  b"\x01Ø╬]R\x18q│ñ2À┼┴=§C"
  b"\x01Ø╬]T╦r­Ü2æ░ù=\f!"
  b"\x01Ø╬]^\x05q½CáÃQÄ:■"
  b"\x01Ø╬]`\x03pÃ▓ýRvåYïÚ"
  b"\x01Ø╬]cÇr\øÁÈàè%\x00©"
  b"\x01Ø╬]dCr¿áJö\x0F\x19!RÕ"
  b"\x01Ø╬]eñp¢À£êº*ÍXý"
  b"\x01Ø╬]f²pN▓{ıVÖã0M"
  b"\x01Ø╬]hWqù½÷t|ú\f¨Â"
  b"\x01Ø╬]k9rîÂ4ºåX┤9¾"
  b"\x01Ø╬]k┘q¬âÜ╚÷\v~¸┘"
  b"\x01Ø╬]p┘p\x13É:┌&¢▀­T"
  b"""
    \x01Ø╬]r6r\x04û·\n
    \x1E
    """
  b"\x01Ø╬]wýr─ØîaÇ╝╝\x04®"
  b"\x01Ø╬]x▓r┘É█¯E┬Eã\x11"
  b"\x01Ø╬]z\x01qa¥;ı\v\x1F¡"
  b"\x01Ø╬]{msuèÏ2P§>\x1AÇ"
  b"\x01Ø╬]| s\vؽ┬s╣╚5ê"
  b"""
    \x01Ø╬]}îp\x01Ä{\x11N\n
    `¹¬
    """
  b"\x01Ø╬]Ç·q.º_o®╗¤ò|"
  b"\x01Ø╬]à╦pÝÖ╚\x00sT╣Y¸"
  b"\x01Ø╬]åtp7¿Ê-/ê}«Î"
  b"\x01Ø╬]ç┘p£║\x03÷Q¬┬´?"
  b"\x01Ø╬]êæqE░‗×▀cUé@"
  b"\x01Ø╬]æ╩p█┐\x0E¼¯×f,À"
  b"\x01Ø╬]òFq\v▒}3ö5¼ò═"
  b"\x01Ø╬]ò¹q.│G\x1C¬▓cNS"
  b"\x01Ø╬]ù;se®╩ÔAå\v{F"
  b"\x01Ø╬]ÿøq\x02ÇÅÚapÄ╠B"
  b"\x01Ø╬]£!q|│╦¡"\x1CG\x7FG"
  b"""
    \x01Ø╬]í\fpèÆ┌\n
    G}Ê}k
    """
  b"\x01Ø╬]úýs|▓÷Ý¥ü1¦_"
  b"\x01Ø╬]ÑOr\x18ä¿┐\x183ÙÄ7"
  b"\x01Ø╬]ª\x0Erƒö1╠ à╔L■"
  b"\x01Ø╬]®}p*É.Þ8TùÇ\x0F"
  b"\x01Ø╬]¬ãsXì7c°\x18\fX["
  b"\x01Ø╬]½zp÷ò\x03Ò\x10ÁjM\t"
  b"\x01Ø╬]▒°sx║7¾ør\rÐé"
  b"\x01Ø╬]ÂÓq\x15¿þ;Ûæ┌4ª"
  b"\x01Ø╬]©°píäA¥╔k\ª\"
  b"\x01Ø╬]╗═q\x0Få'X╣¨µ\x05Ú"
  b"\x01Ø╬]¢5rÀ×ÞóOµå\x18&"
  b"\x01Ø╬]└╗s}Ài\░(âL="
  b"\x01Ø╬]Ã×q°®àp·èR¿_"
  b"\x01Ø╬]╚>s\x12íÿkÌÉQL\x1E"
  b"\x01Ø╬]═?r2òmDø±´æz"
  b"\x01Ø╬]╬¡p«½ı\x14\x04\x02Æ"
  b"\x01Ø╬]¤dq▀ÄL┴`È×µ"
  b"\x01Ø╬]Ê@sƒÄ§Ðî╔Ü,©"
  b"\x01Ø╬]ȯs¢ùÑ^d¹U°ë"
  b"\x01Ø╬]▀Ér▓ú`z┐\x01¬à6"
  b"\x01Ø╬]ÓirÂà▄╦'½s\t{"
  b"\x01Ø╬]ß¾sº░ç╦Cß\x13"
  b"\x01Ø╬]õ\x04rWùà┬uÄÝ\x1E""
  b"\x01Ø╬]Õ^rOÖïâ\x15\x1EÉ~N"
  b"\x01Ø╬]µ└rÔæE\x01\x0Eß\x12Éa"
  b"\x01Ø╬]þ¼s\x03áêZ¿Ï.X²"
  b"\x01Ø╬]Þrq¶ÿã¸VÖ}┴E"
  b"\x01Ø╬]Ý╠qÃö╗┌Ï5²Ó┼"
  b"\x01Ø╬]§ªq┌ï\x11F=©µþ°"
  b"\x01Ø╬]÷VpÜú±}¶ùñî└"
  b"\x01Ø╬]¸\x10p┘×Mx\x1A°0ı®"
  b"\x01Ø╬]¨Úp¯òQÃÕ\t\x1Cè¸"
  b"\x01Ø╬]■\x13s\x16ë+BZ\x17c\x05ú"
  b"\x01Ø╬]■═r¼údá®Î¥o6"
  b"\x01Ø╬^\x00>p\x07\x14$6ß/é3"
  b"\x01Ø╬^\x02]p\x02«}§K\x06\x03╬æ"
  b"""
    \x01Ø╬^\x03\n
    püÆß*E\x10\r´
    """
  b"\x01Ø╬^\x05\x18qæòë▒Z\x14~³C"
  b"\x01Ø╬^\x06VrÞû\x03\x132t±ñ"
  b"\x01Ø╬^\x07\x11p¯û╣XL£½êt"
  b"\x01Ø╬^\x07╔r░ç|§*.!æÔ"
  b"\x01Ø╬^\tSp\x07Éõ<ëF\x10"
  b"\x01Ø╬^\f)r╝ùµjËBÄ└m"
  b"\x01Ø╬^\x0E\x17p\fóylÍV¢T╦"
  b"""
    \x01Ø╬^\x0EãqTÖ\n
    "‗6\f
    """
  b"\x01Ø╬^\x10Vqpê\x7FÀ┌a@Ló"
  b"\x01Ø╬^\x16\x17sÇó\x12\x17,7R¶¾"
  b"\x01Ø╬^\eæsý▒═è6·ÊZw"
  b"\x01Ø╬^\x1CIq█ákZª╠ÙX└"
  b"\x01Ø╬^\x1D┤pÄ®¿└¤╣░\x18v"
  b"\x01Ø╬^\x1F\x1Fr,£3j|\x1EàÊ║"
  b"\x01Ø╬^!ÞqG¡Õm╩þë¡§"
  b"\x01Ø╬^#­q▀£‗±\x07│ùb+"
  b"\x01Ø╬^%Qq▀è┌½╗├gèø"
  b"\x01Ø╬^&┐p\x04ò°Á\fÐ\x10└g"
  b"\x01Ø╬^(\x1Dp«Æþ\x05ƒ\x07XZa"
  b"\x01Ø╬^+âs╔Éç1-Q½³Î"
  b"\x01Ø╬^-ør©ñ\x13<\x1E░ÎÏr"
  b"\x01Ø╬^.Cpgág╝J PìH"
  b"\x01Ø╬^/\x00q║Ø\x02?ÂÃc\x19Ê"
  b"\x01Ø╬^2Rr"½G"\x11°Ë(º"
  b"\x01Ø╬^5&shò\x1F\ew\x16┤:Z"
  b"\x01Ø╬^5Îqÿ¡ñ·ä0Ò\x7F"
  b"\x01Ø╬^6Ås\x01ì┐ıÈeØyð"
  b"\x01Ø╬^8¡qD«c#\x1CB,:S"
  b"\x01Ø╬^:\x15p■¼)¢§aË7ð"
  b"\x01Ø╬^Hµq2ñeT-L%ÜÄ"
  b"\x01Ø╬^KÂs\x18╗È©ıÙÓ│~"
  b"\x01Ø╬^Lhp\rì\x06wÚqÂiÉ"
  b"\x01Ø╬^M\x1Cp\x05â\tú\x02▀-▄Õ"
  b"\x01Ø╬^R┐s%å¹Y·6ã╚r"
  b"\x01Ø╬^S`s×î­eûROÖ\v"
  b"\x01Ø╬^T\x0Er8»┴▀)¾à▄┬"
  b"\x01Ø╬^T▓r°£\x1EVlg╗═\x08"
  b"""
    \x01Ø╬^Wks¨è\x06E│z\n
    ñß
    """
  b"\x01Ø╬^YqqLè\x08Õ\x03üb<£"
  b"\x01Ø╬^Z*p¦âb\vSÚÈD╠"
  b"\x01Ø╬^Z╬sb×\x13ªr\x00ù\x14³"
  b"\x01Ø╬^[åpOú▄Tõ\x03\x0F÷\x00"
  b"\x01Ø╬^]Æp\x0FÖ9Ê\x1FºP<:"
  b"\x01Ø╬^^¾rá▒├âRhý\x1C\x0E"
  b"\x01Ø╬^a¥s;Ö╬\eø┌µ­a"
  b"\x01Ø╬^ixpø│Õĺ\x19ÛßI"
  b"\x01Ø╬^lÓsZæ)¤´Ä6â╝"
  b"\x01Ø╬^mÿs¥ü║éÙ8ðò\n"
  b"\x01Ø╬^o\fqF½ÝsU┼úâv"
  b"\x01Ø╬^q\x12pªñTÔ^\x1Dk▒Ã"
  b"\x01Ø╬^s.r¨×È×╝jUøÜ"
  b"\x01Ø╬^s¯r▓®\x10ƒÌ~▄ÄÏ"
  b"\x01Ø╬^tªs~î\x1A■ÂézBù"
  b"\x01Ø╬^{?sêî\x06B\x19æ║§ó"
  b"\x01Ø╬^|ìsÑàX益$v\x00"
  b"\x01Ø╬^}°p-é\x12a┤█JL▀"
  b"\x01Ø╬^é-r´╣Â‗)-}ZÄ"
  b"\x01Ø╬^âör\eÄÙ(ÔÈÃ┘t"
  b"\x01Ø╬^äKsoüß╗H³\r╝ï"
  b"\x01Ø╬^êzr0¼w\x1C\x0F=÷"¦"
  b"\x01Ø╬^ïJpôôíSÔ=ø┬¶"
  b"\x01Ø╬^î«rñçzñÄ@+8Z"
  b"\x01Ø╬^É\frÌ┤C8sb9┤X"
  b"\x01Ø╬^ôksDØ®¼Ð<\vÀ¦"
  b"\x01Ø╬^ûgp ¢\x18¨rC®ó¨"
  b"\x01Ø╬^Ö=q~ö─c"\x0113j"
  b"\x01Ø╬^ܺp║ö p÷ÊvÆ,"
  b"\x01Ø╬^£Ãræ½Ð@H~î¥\x01"
  b"\x01Ø╬^×.rÀï\r@±~î;!"
  b"\x01Ø╬^ƒ×p■£qê?ýÈ\Á"
  b"\x01Ø╬^ºAqü▒¡ö\x10\x11»═i"
  b"\x01Ø╬^¬"ro¢C¾´\x109\x07+"
  b"\x01Ø╬^¬ËqíêÕ³x\x18LÑU"
  b"\x01Ø╬^»\x00s╦ö"┴SØÈ└þ"
  b"\x01Ø╬^▒ýs®«q\x1Cú\e}²¼"
  b"\x01Ø╬^┤¼róëÞ\x0Eç²;|æ"
  b"\x01Ø╬^Áhq\x10\x12ýåï┘:\x02"
  b"\x01Ø╬^╣ìp\x19ưQ\x1E­èD\x1E"
  b"\x01Ø╬^¢\fp¨©{:=[xE5"
  b"\x01Ø╬^┐&q©Æ\x14·ñ{û\x1AT"
  b"\x01Ø╬^ã/q\x1CåiÃC▓\x12Úº"
  b"\x01Ø╬^ã²p(븠■©ø¶Ö"
  b"\x01Ø╬^╔ãpuææ\x1AÖѼý┌"
  b"\x01Ø╬^╩Åq$»ïi\x14\x0FXùƒ"
  b"\x01Ø╬^═Yp7öàý°\x19c\x01ý"
  b"\x01Ø╬^ðHs\x1CÆb┬â\x7F¥\x06 "
  b"\x01Ø╬^ÐÊpbÿB\x04╦.│ª3"
  b"\x01Ø╬^ÊÄq?ïI\x0E▄ýM\x10\x00"
  b"\x01Ø╬^È\x01sÂú*\x00>bDXi"
  b"""
    \x01Ø╬^Í*r▒Áú\n
    Óu·\x02¹
    """
  b"\x01Ø╬^ÍÞp\eæsÔ▄ 8èþ"
  b"\x01Ø╬^ÏCp(øeó\x16\x11m\x02)"
  b"\x01Ø╬^┘▓s│ì6§‗yзø"
  b"\x01Ø╬^█\x05r\x15åé&─½ä¿Ó"
  b"\x01Ø╬^¦\x12qáÆ-îÏ[\x18ó<"
  b"\x01Ø╬^¦¤qu¬ÉX┼ÚA\x18Í"
  b"\x01Ø╬^ßWr`ïÖ┬┤Î-¯õ"
  b"\x01Ø╬^õ®s\x10ÜçÏd¹█˾"
  b"\x01Ø╬^Õ³r4Ö(øþp/\x13Û"
  b"\x01Ø╬^µÜq├½\x1D\rûQó\eT"
  b"\x01Ø╬^þfq ║E-┌Ýú ,"
  b"\x01Ø╬^Þ9p>▒1|ÃtGnÂ"
  b"\x01Ø╬^Þßq\x1Cû╣ؽ0Ä·i"
  b"\x01Ø╬^ÚÂs\x05½Vÿ73äÀä"
  b"\x01Ø╬^Ûås2Ñ*C'\vÐ:È"
  b"\x01Ø╬^ÝèrÍáû?áXØÎS"
  b"\x01Ø╬^¯µs+©¯U\x1CÐ\x03óó"
  b"\x01Ø╬^´ÆrÄóo\x19È┐│,×"
  b"\x01Ø╬^­>rëù\x0E­ ½e\x1Fé"
  b"\x01Ø╬^­²s▄Ç4▀YûP²┤"
  b"\x01Ø╬^÷ rvòDÁg\x7F\ra2"
  b"\x01Ø╬^·5s¾ú´Õ\x14.dCQ"
  b"\x01Ø╬^³Bq1®ú»m╔9dn"
  b"\x01Ø╬^³■pgê¦V1º$Üù"
  b"\x01Ø╬^ ╗r¡ØH¯×pyCv"
  b"\x01Ø╬_\x01-p¾░'¤¾Eßgÿ"
  b"\x01Ø╬_\x06ÊqMÉ/b¯)\x12V "
  b"\x01Ø╬_\x07ïqóø\x10\x05\x19|<s"
  b"\x01Ø╬_\x08>pyçºÄ²B┌vã"
  b"\x01Ø╬_\n;r\x00Æ^o║¼_6ì"
  b"\x01Ø╬_\x10ZpÖ¡,╬U6×ë-"
  b"\x01Ø╬_\x12rqàÅÕP>=r5á"
  b"\x01Ø╬_\x15¦pÅ╝DÛº©9Ú═"
  b"\x01Ø╬_\x1AÐrâòT\x00ï═╩;["
  b"\x01Ø╬_\erpÉö½Ö?\x07├mN"
  b"\x01Ø╬_\x1E5q%úL|─PW¥Z"
  b"\x01Ø╬_#\x17s░À)\x02║╩îJâ"
  b"\x01Ø╬_$|sx▒¦Ï\x11\x0F ▀╗"
  b"\x01Ø╬_%.p▒¡B:éÔ\e"
  b"\x01Ø╬_&®p]║Ƚ<r╣\x197"
  b"\x01Ø╬_(Ãspí^Ê\x14=üæj"
  b"\x01Ø╬_*ÓpCøAB╩]zÅÃ"
  b"\x01Ø╬_,÷qXñ├â\x0046d\x14"
  b"\x01Ø╬_/\x1AsÏôT'└û¡S&"
  b"\x01Ø╬_/ÓpæÉäW\x0EÇ\x15³┘"
  b"\x01Ø╬_0ösuúZ3\x1E_\x15Hv"
  b"\x01Ø╬_1¶pz½ä8üʰ×^"
  b"\x01Ø╬_6&pWë├°\x07Äz\x16¡"
  b"\x01Ø╬_6╦p.®ÏÒÑÜı±r"
  b"\x01Ø╬_7àrÙüÛYl└Kr\x12"
  b"\x01Ø╬_9òqþ¼\fz5Ol\x02w"
  b"\x01Ø╬_>FpæÀV╣ö³▒½/"
  b"\x01Ø╬_>¹p\x00º╠±╔äÊ┤&"
  b"\x01Ø╬_Füqå©å¿nsz╔Y"
  b"\x01Ø╬_G9pvØRª?®2▀╣"
  b"""
    \x01Ø╬_L\n
    sg╝\x01­©\f}\n
    õ
    """
  b"""
    \x01Ø╬_P╩qBú\eê╦3\x03\n
    £
    """
  b"\x01Ø╬_R±p\x1Döx\x1DaL\x03\x03^"
  b"\x01Ø╬_U*paôçn┘─nìS"
  b"\x01Ø╬_Xår▒é\x13\OM┴\v"
  b"\x01Ø╬_Z╬s■ÁÌÀé7\t\x7F\v"
  b"""
    \x01Ø╬_\┌r\n
    ╣·\x06dïÿY\x11
    """
  b"\x01Ø╬_^Lp.åÎ\x0EÂw\x18Ù╔"
  b"\x01Ø╬__\x03qYé\x06¸Ë/jÚ5"
  b"\x01Ø╬__▒p¸¼\x7Fx¦▒Ï\fé"
  b"\x01Ø╬_`\sÙñÓc¢½ëÐ1"
  b"\x01Ø╬_a\x0Er7¼Üì░ks\t\x12"
  b"\x01Ø╬_a┬sV«ÀÚ»\x14§ü╠"
  b"\x01Ø╬_dxqi┐¬ïQ\v\x12·Ò"
  b"\x01Ø╬_h pôèe═┐uÚôÕ"
  b"\x01Ø╬_m»rF┐\x17´:\Å\t\x07"
  b"\x01Ø╬_pwrÝÇ\x05Ú\x04X}G¢"
  b"\x01Ø╬_{▀pÑ¢wçLÀyÚ\x06"
  b"\x01Ø╬_~░rU½ÏdÒ█|X\t"
  b"\x01Ø╬_\x7Fms■ØXF9┌Q2ø"
  b"\x01Ø╬_é9sç¼z0Ï'├á╚"
  b"\x01Ø╬_éÍs ñúçæu╝N£"
  b"\x01Ø╬_âup=í¶û8\t×╗┐"
  b"\x01Ø╬_ä-ræ│#ÿÖ¡Ó:\x02"
  b"\x01Ø╬_àus\x04Â2S7"O2å"
  b"\x01Ø╬_çÖrRëØ÷:H\x15®D"
  b"\x01Ø╬_êNq\x15«Ü\x16─Ù¯R\x02"
  b"\x01Ø╬_ètp(«╬j³G+É╚"
  b"\x01Ø╬_ï┴s\x11º▀ú»M{¤╣"
  b"\x01Ø╬_Äöqcƒ÷z\x1FÃ\x02║¸"
  b"\x01Ø╬_Å5q├ÿÛª|u\x18Ë┘"
  b"\x01Ø╬_Æ\vq\x01ù\x00³ƒ┴┴k}"
  b"\x01Ø╬_Æ╩p\x13ªV»@¥ÇË\x04"
  b"\x01Ø╬_ö?qèó┼ê×gX¾|"
  b"""
    \x01Ø╬_ò▓rÑè \x7F\n
    ,\x17╚|
    """
  b"\x01Ø╬_ûqr_×áÊÉ·aW┤"
  b"\x01Ø╬_ÿüqíû¶[ÕòAî\n"
  b"\x01Ø╬_ÖÍsLúÝ\x05§Ò1^\x1D"
  b"\x01Ø╬_øRr7▒\x1F\t!Ö█e\x1E"
  b"\x01Ø╬_£Âp½¬\x18{Äi¿\x05R"
  b"\x01Ø╬_×═r\x1D▓·[2╝LN\x17"
  b"\x01Ø╬_ƒäs¡üÑ*Ò=ÌÃè"
  b"\x01Ø╬_óaqp│[iYƬ┘9"
  b"\x01Ø╬_ñfrLö■àBP±¯Ý"
  b"\x01Ø╬_Ñ╣qı┤ ##\x01_ı´"
  b"\x01Ø╬_®╦s¼Üæ5>#}¥V"
  b"\x01Ø╬_¬ür▒ò▄;)█/╬Ú"
  b"\x01Ø╬_½Aqı£V)E\x08ƒ\x00\x11"
  b"\x01Ø╬_½¨r!ØÆ¶\x1D\x03Åä"
  b"\x01Ø╬_¼┤s╣àdÈöY\t\x19y"
  b"\x01Ø╬_░Os\x07Øf┴\x06É\x03úm"
  b"\x01Ø╬_│ªr\x1FóÆ/■\x08º@ç"
  b"\x01Ø╬_Á\x18q8¢ñ.tûæY¡"
  b"\x01Ø╬_À\x1Eq;ì \x06nqjÓ\x01"
  b"\x01Ø╬_¥■q,┐G~«╩\x1CKg"
  b"\x01Ø╬_└\q\x01Öĺ¯\x01ÜM("
  b"\x01Ø╬_┴\vpç¿p\x08\x0F\x7F"
  b"\x01Ø╬_├\x1Fr\x08áRıt\qW┌"
  b"\x01Ø╬_├ÈphöìS\r\x7Fá"
  b"\x01Ø╬_┼Lrô▓?¬Í<Ä╔*"
  b"\x01Ø╬_Ãfq4äù├tTõrC"
  b"\x01Ø╬_╦\x1Cr▒ìÂÖd■X\x1E\x0E"
  b"\x01Ø╬_╬ÃqóöÔáN¥³GQ"
  b"\x01Ø╬_ÈØp>┐k»Üù¿C³"
  b"\x01Ø╬_Î\x06q¸▒J}Å─;¥V"
  b"\x01Ø╬_ÎÃps¿│åö\x0E\x1F"
  b"\x01Ø╬_┌│rÛÅ\x00¶Ú.,\x00ô"
  b"\x01Ø╬_Ó[qJä;·P°\x04Wx"
  b"\x01Ø╬_Ó³r|öû\x1Dê;Ù!k"
  b"\x01Ø╬_Ò(pżVùý@MÀ""
  b"\x01Ø╬_õér'Ñ©I╣,\x1FSI"
  b"\x01Ø╬_µøpnÖÂØ\ß■▀\x05"
  b"\x01Ø╬_ÚðsÖá\x15┌╔&&\x19H"
  b"\x01Ø╬_¯ørJçIKäú"Öò"
  b"\x01Ø╬_­ÛsÓîÄ>û\x13ÃO«"
  b"\x01Ø╬_±Ör\x01┐z/Äììh\x1D"
  b"\x01Ø╬_‗9s®âã®Ñ╬┐*Y"
  b"\x01Ø╬_‗▀qSûðÍã\x15\eRO"
  b"\x01Ø╬_¹@rUÅ└ä┴g═s\v"
  b"\x01Ø╬_³ºq\x03úË-┘Bç|¯"
  b"\x01Ø╬_²Xq┐£\x01y¬¸\x00ù\x15"
  b"\x01Ø╬_²■p4¿Aîvr[§ä"
  b"\x01Ø╬_■─p╩ùÇAM¥ù\x01 "
  b"\x01Ø╬`\x00&qàú┐¼3³|▒¥"
  b"\x01Ø╬`\x00─s¤á-80ïó}¡"
  b"""
    \x01Ø╬`\x01~q\n
    ø┬\x07PÌIXÖ
    """
  b"\x01Ø╬`\x06dpÏï▒Â8F╠°╩"
  b"\x01Ø╬`\v#sÍ│ÏÕþ\x1Fäþ0"
  b"\x01Ø╬`\fårô×½\x0F\x01ßU\x14Û"
  b"\x01Ø╬`\rõqåÆê§┌#Ýi\t"
  b"\x01Ø╬`\x0F=sÇÀÄ\x1E¢øó\x07i"
  b"""
    \x01Ø╬`\x10ópÉÄ\n
    \x11\eúþÿã
    """
  b"\x01Ø╬`\x14╩rOÂ╗¤KV\x1Ej&"
  b"\x01Ø╬`\x18ÊqG▓];].ÓZf"
  b"\x01Ø╬`\x1A:p‗ÁõEY\x00⢢"
  b"\x01Ø╬`\eâp!áJ.\fºÌX║"
  b"\x01Ø╬`\x1CÝs·çµu├¹±]\x18"
  b"\x01Ø╬`\x1EXs{Â═è´\x06\x00‗v"
  b"\x01Ø╬`!/s¤¬Ýg\x01\x12,pE"
  b"\x01Ø╬`%rqÒ╗¿6O¤pa1"
  b"\x01Ø╬`)óqþóÚ\x1ALh£>Ó"
  b"\x01Ø╬`*_s¥║¨\x06½È©¦Ñ"
  b"\x01Ø╬`+Ïpj│SW/9é>%"
  b"\x01Ø╬`.\x04s\f®®!ï┘'>¢"
  b"\x01Ø╬`8Ès>║\x072;=¶Kç"
  b"\x01Ø╬`<\x1Fs\x06ÖfÒy)┘\f\r"
  b"\x01Ø╬`AÐqÄâ├©ä┤0$│"
  b"\x01Ø╬`CÒsÿùD@î\x08┼ôø"
  b"\x01Ø╬`D┘p\x14¢þ\x14)ì5\x0F\x04"
  b"\x01Ø╬`JPpÝØN\t¼[Àl┌"
  b"\x01Ø╬`KXp\x0Fé¸þɺOIÁ"
  b"\x01Ø╬`Nèq]ÖÚjQÏ-Å;"
  b"\x01Ø╬`Rðq┼ôà\x03o\f3\fÌ"
  b"\x01Ø╬`S▄pµØäÈ\x0F ▀÷«"
  b"\x01Ø╬`V¨p\x08╝ç¸õÏ\x10\x03Ê"
  b"\x01Ø╬`X4qC¬KV\x1AEYû²"
  b"\x01Ø╬`XÐr6ë\x0Eñ▀¶D¤ã"
  b"\x01Ø╬`YèpÁ¢ô«┘\x17╦è1"
  b"\x01Ø╬`Zpr▓Ø\x18▓K╚ݼt"
  b"\x01Ø╬`cÓq7å.2õ¦×\t~"
  b"\x01Ø╬`f¾sÉá8\pÞ┼%Ã"
  b"\x01Ø╬`kÛsSú═.È´\e°"
  b"\x01Ø╬`m╝q\x08©Â­╗¾EPò"
  b"\x01Ø╬`tûp7û´\x172ÔÒ~¥"
  b"\x01Ø╬`x^pså\x1A,?╚õ╚»"
  b"\x01Ø╬`z7p>╝²+2¡¦├\x01"
  b"\x01Ø╬`~ÝqË®╝Bv\x1CîÙ\x11"
  b"\x01Ø╬`â«sp£\x0E¶È@R¸║"
  b"\x01Ø╬`å░püå\x07p,\x1E\rÿÍ"
  b"\x01Ø╬`ê½p\x1Añ$\x03npl@Â"
  b"\x01Ø╬`î^qò£Çj¬·┴a8"
  b"\x01Ø╬`Ä@syâTÐ|yÁ;7"
  b"\x01Ø╬`É:r\x18®']Ì┌ÎÕô"
  b"\x01Ø╬`Æ\x18rü▒ÿ\v\v·╬+\x11"
  b"\x01Ø╬`ô\x05p5áÒ╗\x0E'&#·"
  b"\x01Ø╬`öÝpJ½·áåËJÉ\x04"
  b"\x01Ø╬`ùõr╬½ç▓#¬qAn"
  b"\x01Ø╬`ÖVs,ƒ,\f\x18É\x1C\x1A"
  b"\x01Ø╬`ø~r┘»ºE@Ñgô\x03"
  b"\x01Ø╬`£¨pé┤ä\x1CÉ\x07ÁÄ╗"
  b"\x01Ø╬`ƒ(rÀų¡;ûÙ░ƒ"
  b"\x01Ø╬`ƒßp­│OÔ×f5)û"
  b"\x01Ø╬`íSqlèo╔§V╬íú"
  b"\x01Ø╬`ú`s#▒j\x15q\x04_ôÚ"
  b"\x01Ø╬`ºàsBú \f«\x1Cs7Ð"
  b"\x01Ø╬`¿6rë×b\x07Øåæ▒ô"
  b"\x01Ø╬`¬ir\x07áEéÇÔ+Öê"
  b"\x01Ø╬`¡ÚrýÀ└ks▓¡`ı"
  b"\x01Ø╬`»Is¨¡cøU\x1A\x02"
  b"\x01Ø╬`░\x08p\r½\x19U©òRÿ'"
  b"\x01Ø╬`▒{sÄ│¸^}\x08│³3"
  b"\x01Ø╬`▓*p\x15Ø\x1C░16ªrò"
  b"\x01Ø╬`│wsLôóåË[├╔?"
  b"\x01Ø╬`┤Ìsª┤ @╝·)«ì"
  b"\x01Ø╬`ÂÍsg×Á³Iq=TG"
  b"\x01Ø╬`©Cs,«\x10.F½Ò└µ"
  b"\x01Ø╬`©¾pí×5>╬Ó >¬"
  b"\x01Ø╬`╗2r‗Å┼\x03Ŧc$ë"
  b"\x01Ø╬`┐tp¡¡▓÷´¼¥^\x14"
  b"\x01Ø╬`└0p,á┤h_[ê&8"
  b"\x01Ø╬`└Ûs├ëƒ$¨XÓÕ«"
  b"\x01Ø╬`├╣q{ávàÃBêý\x16"
  b"\x01Ø╬`─WsAƒ■læ│\x06ê<"
  b"\x01Ø╬`┼╦qC¡\x12ü#ãÑ`│"
  b"\x01Ø╬`ãÄrÑê7\x15Ûò\x17"
  b"\x01Ø╬`╔‗r\x0FØÓK\x02┌ÑHî"
  b"\x01Ø╬`═UpÇâãc¯\x1E] p"
  b"\x01Ø╬`¤krpñQ═R¦÷qL"
  b"\x01Ø╬`Ðés┌Ææ\x01fº®º)"
  b"\x01Ø╬`˃s¬Àô#uFçÅð"
  b"\x01Ø╬`Írr╝äÇr^»vê\x02"
  b"\x01Ø╬`Ì-røùé▀íÿ!Ò""
  b"\x01Ø╬`Ì┌s\x18╗ä´,^-\x1C\x1E"
  b"\x01Ø╬`ß░p9ì3\x02£â³e`"
  b"\x01Ø╬`Ò\x06sb░■ë8§§└®"
  b"\x01Ø╬`Õ r┘ú¿N\rPEà\x17"
  b"\x01Ø╬`µìq]ÑR´G¿\x7FK╦"
  b"\x01Ø╬`þÙsÎ┤╦÷\R\x1F¿ä"
  b"\x01Ø╬`ÞÑp4ùãÖ»\r\x03ÓH"
  b"\x01Ø╬`ý(qRÄ╠╩╬)HQ·"
  b"\x01Ø╬`ýÍs»»óDÔ4#\x7Fl"
  b"\x01Ø╬`¯Fp:¢&├\vI8ªO"
  b"\x01Ø╬`­^qÉÇ2Úð3│/Õ"
  b"\x01Ø╬`±╣q§û\x08└Bms┌┴"
  b"\x01Ø╬`¾%s\x17è¤█Lï╝>n"
  b"\x01Ø╬`¾█sYç\x10' ýià+"
  b"\x01Ø╬`¶èrØúÌ\x1Aþ\x16\vÄÚ"
  b"\x01Ø╬`§+q\x04ÄÌ`\x18╝2ık"
  b"\x01Ø╬`§ÓsH╣Ì└▒\x07p░R"
  b"\x01Ø╬`¨pq·«\x1Aw\x1Aüe├\r"
  b"\x01Ø╬`¹ösî╣╝º\tµ,┌Ø"
  b"\x01Ø╬a\x00Zp╔Ü\x19\x1F\x04\x1A"
  b"\x01Ø╬a\x01\x12p:▒£ô>>c└ý"
  b"\x01Ø╬a\x03@s&║Ó~iP╣á{"
  b"\x01Ø╬a\x03Ûqp▒<└╗\x11$C~"
  b"\x01Ø╬a\vkqùü\x00\x18ª┤Ú¯"
  b"\x01Ø╬a\f┬r┐çx\x12 ¦û┘4"
  b"\x01Ø╬a\x10\erXá▒t,5\x10▒È"
  b"\x01Ø╬a\x15Ìr\x1EÆú¸»vµæ\x11"
  b"\x01Ø╬a\x16úsØØµû─¦JDH"
  b"\x01Ø╬a\x17Xr┼ë,ñSº96x"
  b"\x01Ø╬a\x18\vr\t╝d\eNµ_05"
  b"\x01Ø╬a\x1A!qÀƒX1╦■\fSa"
  b"\x01Ø╬a\x1AÃp▓ò:¹▀\x15}É╦"
  b"\x01Ø╬a\x1E's7ául¼Aº >"
  b"\x01Ø╬a\x1Fgp-üL\x18\x16@\x18ËÎ"
  b"\x01Ø╬a"Jq³ïÃî█░Ó#¯"
  b"\x01Ø╬a#\fs3¢ÇYÛ£8u&"
  b"\x01Ø╬a*┘sªù§ÇÒPÍ╠\r"
  b"\x01Ø╬a/årjÑ~▓Ë:Êò&"
  b"\x01Ø╬a1¿r^º NG╣Ô¾d"
  b"\x01Ø╬a5└r\x06┤>¶ÀfH]ä"
  b"""
    \x01Ø╬a6|s\n
    ║ƒG▒a\x1A\x12\x14
    """
  b"\x01Ø╬a7\x1DríûØ\x11\x03\x1E\x18Â"
  b"\x01Ø╬a7Ës┬¡îCZüØ\x06\x01"
  b"\x01Ø╬a8èr┘úú\x07¨é┐Õ¾"
  b"\x01Ø╬a9Ìs'ÖçX@Z È¥"
  b"\x01Ø╬a<¥r┴ƒè4▒╩Op>"
  b"\x01Ø╬a=\x7FpN®Ø¥ÿèI░\x00"
  b"\x01Ø╬aAÏqõÿÀä\x1F═xF\x04"
  b"\x01Ø╬aDÕsrÆiÁF\x1EP24"
  b"\x01Ø╬aEûr¸╣Î\x17ÿê½û╝"
  b"\x01Ø╬aLës±╝X├Êeªv2"
  b"\x01Ø╬aM?q\x18ÆA\x10\x03\x13¼"
  b"\x01Ø╬aOHr±àRÐ╔¼þ:ô"
  b"\x01Ø╬aPÁr\x03ºı▀Í─-pd"
  b"\x01Ø╬aQrqaë£┤ôfq)õ"
  b"\x01Ø╬aR.qßÉß\t©o╩ñ="
  b"\x01Ø╬aSÿrSèd&Oú‗©a"
  b"\x01Ø╬aT¯q─║‗\x18Sî§▄Ñ"
  b"\x01Ø╬aU¡p;¢■,^i§AH"
  b"\x01Ø╬aW&r¼æ\x00\f£\rúNw"
  b"\x01Ø╬aWÎqüÖ\x03[\x00\x15~q2"
  b"\x01Ø╬aZ\x0Eqñì±q├@ÅöÐ"
  b"\x01Ø╬a\Ap®░╚┘ÕÉ┬\x11Ã"
  b"\x01Ø╬a\ßpéèK\t\Ö║[u"
  b"\x01Ø╬a_Âs\fºÄÄ\x15\x08┐~\x08"
  b"\x01Ø╬aa\x15r▒å┼´+\x12EOs"
  b"\x01Ø╬ac┘p┴»\eıêÕ\x13"
  b"\x01Ø╬aeRqWåß\x11\vÍá*N"
  b"\x01Ø╬af\x12rù©‗¯╩A<Ux"
  b"\x01Ø╬af╣rÿ©\x1A\x19(ZÅ"
  b"\x01Ø╬ah\x1Aq\x1A¢ìÎcE\x07"
  b"\x01Ø╬am_p\v╝kÉÖn^éÛ"
  b"\x01Ø╬auBq╠╝²R.ªÐ,\x01"
  b"\x01Ø╬a|­pñèþØÌS\x11ƒ░"
  b"\x01Ø╬a~cs\x10üÅí\x06yÒyÁ"
  b"\x01Ø╬a\x7FÎqØóÆ!u/¥/K"
  b"\x01Ø╬aâ­p°░ð$¢‗µ\x02±"
  b"\x01Ø╬aê┘r©ÆÙ║Ø^.\x1Cà"
  b"\x01Ø╬aè+p^×·vC´9Cù"
  b"\x01Ø╬aÄ\x05p'öÞÙ\x7Fô¬<╬"
  b"\x01Ø╬aÄ╗pÚÅ-õ$f6\r:"
  b"\x01Ø╬aÉ)rwÁI┴┘Úx¥N"
  b"\x01Ø╬aò0qSçéÃV\x07┌Ât"
  b"""
    \x01Ø╬aù┐q\n
    ½©EkUº&(
    """
  b"\x01Ø╬aÿbsJ½┼øbõ­v\x1A"
  b"""
    \x01Ø╬aÖ┴rt£\f▄╔z>\n
    É
    """
  b"\x01Ø╬aÜÅsbâ9éά┴(Ë"
  b"\x01Ø╬aƒÇpÚ¡b¡$Tm\x06B"
  b"\x01Ø╬aáÞq6ä\x184×B\vßã"
  b"\x01Ø╬aúÈs░║p¥YüýÜ="
  b"\x01Ø╬aº¶q^ùXÝòå\x0FWk"
  b"\x01Ø╬a¬®sÝ╗┤RàÂ\x13"
  b"\x01Ø╬a¼Èp\x06ä((┤¾ásr"
  b"\x01Ø╬a│·s\räØ6AK\x17ð:"
  b"\x01Ø╬a╗¢s╗ç¯..Ûߤx"
  b"\x01Ø╬a¢╝qø¢‗C>,\x15¦é"
  b"\x01Ø╬a┴Trá╣©{[ß┐┼┌"
  b"\x01Ø╬a┬ýsW½yÞÇ\rU\x08ø"
  b"\x01Ø╬a├îp¬▒Xù│ÉÝC."
  b"\x01Ø╬aãGr├ë7ØÆ¸╦y\x0F"
  b"\x01Ø╬a╚kr╝é¤╚ÂÁúiJ"
  b"\x01Ø╬a═rqÚóÕx\x1Eó{\x0Få"
  b"\x01Ø╬a╬\x15p"ò@r§©äA®"
  b"\x01Ø╬aÐ\x08r║Ö°_Æ)É║$"
  b"\x01Ø╬aÐ┐q!║N¿\g\e"
  b"\x01Ø╬aË\x11s‗ü1\x10§m"p×"
  b"\x01Ø╬aË└q>ïy█e·øOý"
  b"\x01Ø╬aÈsqIÁf\x08"®ªqÛ"
  b"\x01Ø╬aÍÖshí£░$Dç┴¶"
  b"\x01Ø╬aÎ=sÅÄrÒnA·>ï"
  b"\x01Ø╬aαr¦¢Ê(`█®¬a"
  b"\x01Ø╬a█rsNÂ╣>qÕ\x17ÌÄ"
  b"\x01Ø╬aÔñp_ï═s─\9\x03Õ"
  b"\x01Ø╬aÒ`s¸àZ¢ dÖbJ"
  b"\x01Ø╬aµ=r"»\x1AÄ'ÚIrª"
  b"\x01Ø╬aþ¦p¬êZÂ÷▄\x10ës"
  b"\x01Ø╬aÞ┐qn┐.│NkeƒD"
  b"\x01Ø╬aýñp¾ø'3\x03XÕQ#"
  b"\x01Ø╬a¯\x01qúر"┌U\\x7F\x19"
  b"\x01Ø╬a­\x04q?©▀¼ë┐\x14\x1E"
  b"\x01Ø╬a‗#r┤║µ:┌╗Ï‗0"
  b"\x01Ø╬a¾äqG«w░Ñ\x7FP\x04T"
  b"\x01Ø╬a¶ÒsgÉ╔\x00ªØ\x1CáÚ"
  b"\x01Ø╬a§ôqC¥ÜÒÞ▄-B'"
  b"\x01Ø╬a÷÷pL╝wÐ\x0E0╦\t "
  b"\x01Ø╬a°rsòÑø&3{Ö Ú"
  b"\x01Ø╬a¨Õp\eê~-ä¿÷:├"
  b"\x01Ø╬a¹3r‗¼"ÜI▄â\x7F "
  b"""
    \x01Ø╬a³íp\x15½ ¸Ø\n
    EÞ▄
    """
  b"\x01Ø╬b\x00)s\x16ÅÅ>L¯\x03║2"
  b"\x01Ø╬b\x00▀rQç£\x1F°µL<\x04"
  b"\x01Ø╬b\x03ÜpQä?ÿ\x1C1Ê%e"
  b"\x01Ø╬b\x04Wqªó0:`Ê\x1Aý┤"
  b"\x01Ø╬b\x05├q┤í`█\r ¹\tB"
  b"""
    \x01Ø╬b\n
    Þqëëó\rJ╠╩╬b
    """
  b"\x01Ø╬b\v░sH¼\e`\x0Eºïð┬"
  b"""
    \x01Ø╬b\r\n
    p─©ûƒå:░\x06
    """
  b"\x01Ø╬b\x0FEq@ø\x11#CH~éJ"
  b"""
    \x01Ø╬b\x10\n
    r\x11ºâ\x7FD%Á \x06
    """
  b"\x01Ø╬b\x10┼p┤¢køhúÿWm"
  b"\x01Ø╬b\x14Ðs2¼G&ó¢\x02¯w"
  b"\x01Ø╬b\x15ìrÙäD\x11E\f\x0EDV"
  b"\x01Ø╬b\x16Õq┘ò?:´Qûj│"
  b"""
    \x01Ø╬b\x19\n
    sc¬?vÑ─ÖO\x17
    """
  b"\x01Ø╬b\x1Azru×ÕXîG\x12\x16"
  b"\x01Ø╬b\x1Cùri¡y»ãðXÙº"
  b"\x01Ø╬b\x1DHs@▒i¼J_\f[m"
  b"\x01Ø╬b\x1E┐q\x0F╝e─3àÑó╬"
  b"\x01Ø╬b!ëp└¢3\x06Æ4cN®"
  b"\x01Ø╬b#\x02pNê\tjÙ"ÝxÎ"
  b"\x01Ø╬b$orFª<░rªÚ ì"
  b"\x01Ø╬b%\x13p\x16¼╣▓\x0F\x0FG"
  b"\x01Ø╬b%█pðÀ\x17½lÌ▀ǹ"
  b"\x01Ø╬b(├sæíæÁ2æ┬âg"
  b"\x01Ø╬b*2rÆèõ%XÁ╠Ñ<"
  b"\x01Ø╬b,?sèç¥^?+E·Ý"
  b"\x01Ø╬b0èpàá?t\vkú/╚"
  b"\x01Ø╬b12q╗ª`f\x04íM6┐"
  b"\x01Ø╬b4\x04qeë\x12UßJ═┌¢"
  b"\x01Ø╬b4Ñq\x11¼§³qǵ¡É"
  b"\x01Ø╬b7fr£øý\x16■ñCz¦"
  b"\x01Ø╬b8\x15s¡ªÉMÀÓÇ\Å"
  b"\x01Ø╬b9(ruºg■6â▀■-"
  b"\x01Ø╬b:½s▓Ø«\x1E2╔T»N"
  b"\x01Ø╬b<═pãÑzÁHa'\x15×"
  b"\x01Ø╬b=êr¨àı4\x01\x1A═ÞÏ"
  b"\x01Ø╬b>ßsyìT\x010\x14,ÎÄ"
  b"\x01Ø╬b?ÿsíÇ1AÝÝäj\x01"
  b"\x01Ø╬b@¨r\x1E╗}ıGn╝╚D"
  b"\x01Ø╬bC¢p_áØ· \x0F\x19÷"
  b"\x01Ø╬bDårpüsÆÔ\x11êjM"
  b"\x01Ø╬bJÞs}êw)ÓPqVG"
  b"\x01Ø╬bKèqu»Ð\x0E¸þDBÇ"
  b"\x01Ø╬bNsqÿÿ\eDª■c4╣"
  b"\x01Ø╬bOÎsÝØî÷ÉÛ+¤▓"
  b"\x01Ø╬bQ9q ¼┤Í█׳\v "
  b"\x01Ø╬bR«q]ÇZ\x08Üá\x18Ø\x0E"
  b"\x01Ø╬bSfpøåb\x1D\x13¬Ä&k"
  b"\x01Ø╬bT¨qëém╚výh\x1FÂ"
  b"\x01Ø╬bW╦pâët\x06.ó£BP"
  b"\x01Ø╬bYìqë©NÆ\x1DÂÑ│\x0F"
  b"\x01Ø╬bZÛq>ùñÜÕ\x04õn©"
  b"\x01Ø╬b]\x0Fs\v×p·\x1EQS\x08)"
  b"\x01Ø╬b^)r-¥R]¥Í?c\x02"
  b"\x01Ø╬b`EqW«Ñ!ñı¾KÛ"
  b"\x01Ø╬b`¶q\x00û├ìÊ%>8$"
  b"\x01Ø╬bb[r¼ÉúÇ\x06VÕö-"
  b"\x01Ø╬bd´r\x0E╝ếÕ\x18§\x0E"
  b"\x01Ø╬beƒq5ºÔ\t´&Z¹Ã"
  b"\x01Ø╬bfZsK¬\t·Õ┼ @¼"
  b"\x01Ø╬bg\vrPü¾ªPÏTÂQ"
  b"\x01Ø╬bg©qïäaè×»Yk░"
  b"\x01Ø╬blírgöa;I═\x06"
  b"\x01Ø╬bn»sý×J"£"ãì3"
  b"\x01Ø╬bp«s\x10ÿ|bø2H╣N"
  b"\x01Ø╬br\x16pæù¯█ƒR´_│"
  b"\x01Ø╬bt\x0Fr!Ä╔j\x07ÇÅ_╝"
  b"\x01Ø╬btÂpöô%¸Ép\x02a┘"
  b"\x01Ø╬bubrÁª÷ƒìò\x05¥╚"
  b"\x01Ø╬bvBpƒé·‗Íö0Ï\f"
  b"\x01Ø╬b}│q\v▒Ý\x19@\x03ô 3"
  b"\x01Ø╬büßsÅüRW9&(Ñå"
  b"\x01Ø╬bç¯r3│xSßcyêÐ"
  b"\x01Ø╬bïós÷║PEÙ°Í\x19z"
  b"\x01Ø╬bîar%ÿûxÂ\r%\x178"
  b"""
    \x01Ø╬bì█s{ö\n
    I\x19Î┌;ù
    """
  b"\x01Ø╬bÅDr\x08êH\x19ûƒì▀U"
  b"\x01Ø╬bÉ▒p=£*9¿╦×óñ"
  b"\x01Ø╬bÿ▀qníÆÁ|L³£V"
  b"\x01Ø╬bܰrd½¥ÐeEÕw\x15"
  b"\x01Ø╬báártÿ×ê±Õ╩÷\x08"
  b"\x01Ø╬bíYr8Å┌MûK²╝8"
  b"\x01Ø╬b®²q»Ñå¹jäÃ\x00"
  b"\x01Ø╬b¼Àr¨│)ç\x19M·k\x1D"
  b"\x01Ø╬b»Ýq\våM"ƒßX\x1FW"
  b"\x01Ø╬b│Uq÷ü\x1A£\x1E¡éG▀"
  b"\x01Ø╬b©ıs5Ø`ıØ=HX½"
  b"\x01Ø╬b║/q½Çü\x15\fv\x00"
  b"\x01Ø╬b¥qq]¼jL\x00\x13°\x04ë"
  b"\x01Ø╬b┐´skÜÜ)1F}N\x04"
  b"\x01Ø╬b└ôr;¬┘pJ|8■Å"
  b"\x01Ø╬b┴7p╝Ç\tÄîÃ1\x1EÍ"
  b"\x01Ø╬b┴¶pîƒ\x06\x1FHA┘â├"
  b"\x01Ø╬b─\x05p&ƒO▓Ï,EîÙ"
  b"\x01Ø╬b╩KrÌ®p{éà«ö)"
  b"\x01Ø╬b╦\x07r╦óû░û\x0E´c("
  b"\x01Ø╬b╦└rÈô¦Z¯0Z╬,"
  b"\x01Ø╬b═\x16q\e║0YG8æÄı"
  b"\x01Ø╬bðçqÅÿ\v\²6Þ u"
  b"\x01Ø╬bËZqLÿò╬Ïþ¼\x1C+"
  b"\x01Ø╬bÈ\x1CsÄÇç$ı4é‗S"
  b"\x01Ø╬bÍ3p¬íÜ▒B^ßd\x02"
  b"\x01Ø╬bÍ´röì\x12êüÄ╔1¯"
  b"\x01Ø╬b┘\x18p5¡V9ØÐoÆ\x04"
  b"\x01Ø╬b┌spþ║Fvõ┬╣ýU"
  b"\x01Ø╬b█­qP╝┬ª$â£ãì"
  b"\x01Ø╬b▄Ñpø¢ø¤ÑF1 è"
  b"\x01Ø╬bÌ┼qw╝í▓ý:╬&Ä"
  b"\x01Ø╬bÓßr■óV\vòáYûO"
  b"\x01Ø╬bµ}q\x04æ\x03EÑ5:±."
  b"\x01Ø╬bÚuqµ╣þ─ù\x08\x16´"
  b"\x01Ø╬b¯¥r\x1Fí¢³Z©\x17}!"
  b"\x01Ø╬b´ep▄¢8┴9û6é¸"
  b"\x01Ø╬b­\x06rãü\x1Dåd"e\x06s"
  b"\x01Ø╬b­¥qÊ¢4Úµ\x1A_¿û"
  b"\x01Ø╬b¾»s╠į\x11╝Ôı▓\x07"
  b"""
    \x01Ø╬b§\n
    r@ó¦Ò\x11¼Ïg\x1C
    """
  b"\x01Ø╬b§╗pçÇ\ef#┐\x13\x01µ"
  b"\x01Ø╬b¸\x0EqBïÙ\x02 ;;Ïb"
  b"\x01Ø╬b¸┐rÝâàNVÅü·+"
  b"\x01Ø╬b¨>sçØÂÈ\vèíÉq"
  b"\x01Ø╬b³/qjè \x03▀ÿÙnt"
  b"\x01Ø╬b²æq=ôÖ¶VU╔$»"
  b"\x01Ø╬b■Krb¿-╔ÆIÙÏ\x0E"
  b"\x01Ø╬c\x00ZrYäê\x02°╩ÊCÍ"
  b"\x01Ø╬c\x01©pÓäç\x15Pgî(}"
  b"\x01Ø╬c\x03\x16s>¿F½û└°W═"
  b"\x01Ø╬c\x03Èp6Åc u\\x7F╝?"
  b"\x01Ø╬c\x04ur╔ï1Îê±¾ôõ"
  b"\x01Ø╬c\x05¦r\fÜ\x01¼\f`´|r"
  b"\x01Ø╬c\x07,røèv,j,0·U"
  b"\x01Ø╬c÷óp5êc²Ü\x03▄╬Y"
  b"\x01Ø╬d\x00®sV¿x4Êt▄=é"
  b"\x01Ø╬oã*s\x0F░æuà╚c\x07\x14"
  b"\x01Ø╬wí¦plÄãßJy¿E¶"
  b"\x02k\x19õ/ÁM#€\x13ªŸxZ-x"
  b"\x02âºc­àL±„Ô:P ð8`"
  b"\x03\x02¸═\r\x01A>¬ôì-ªoÃá"
  b"\x03-r©wPL¯¸sÙ\x0FÌúhS"
  b"\x03JÉo\v=Gïªn ò±+pÙ"
  b"""
    \x04¢MK”~G%—£¹\n
    &\x1F'\x18
    """
  b"\x04©sÂÈmB¤¨?\x15“\x08|^"
  b"\x05\x14>¥÷ŠGû \x08«\x08’8F…"
  b"\x06Geˆd˜F\vªÓ¤¢Ú¹d"
  b"\x06…5œn®M!‰ZŸ@ æl\x11"
  b"\x06ÂÕ2\x1D²E!Åg¥5Ã5¿±"
  b"\x06ܰNê“F%†\x0E…Ï>ø4Ê"
  b"\x07%7¦»\x11Ev·°ðQö¦Éb"
  b"\x07\x06PåK ›`¦cùµ¤#"
  b"\x07;®—mûA\x7F‘Øi\x1Fa¡¹k"
  b"\x08\x0FÌ¥ž¢Aë­\x14çåùB "
  b"\t\x01\x01\x7FB%°F4’Ê€\rk"
  b"\t6\x0E¹ñEO\x06‹}]d÷ðT¢"
  b"""
    \n
    9}‚‚\x19Kç±µ¥Ý™Á\x08Ï
    """
  b"""
    \n
    r8\x05b\tGTèıØ^¢²¢=
    """
  b"""
    \n
    ‚š”20H7“^ô´É²\x08å
    """
  b"\vű¯\fÑJBÁøpÁ \x1E"
  b"\r\x02.ŸëvCX¶\x03Ç\x7Fœ±k]"
  b"\r=ü¥\x11\x17Eäù92-=¸+´"
  b"\r▓f^ \vKuå\x14╬ÚÞÊÅZ"
  b"\rÑ…Å-âOd¯ÛÊ;»MFÿ"
  b"\x0E\x1A\x1Ab<ùEÐÅü>*i\x13\v\"
  b"\x0E,Wéü¡AÝô£'\x06└▓ù▓"
  b"\x0E\r+U(Fz’g˜6(¦\x0E@"
  b"\x0F\x03çÒ8ñIB«\x06Ng\x05D™v"
  b"\x0F„/é\fªC\x03ŒúD^¡Šv\x00"
  b"\x10\x08¶║ÇìOT╣-º|0#âá"
  b"\x10âî┘¥\x0F@oè¥║ëNïÉ═"
  b"\x10¥i×™îAãˆÎ×Ò\x1A\x01"
  b"\x11¢Ìz'<A>ì\x1A╩~_└"█"
  b"\x12\x07uÇGM•\x14¹z`œöe"
  b"\x13\x15Ô6'\x10G%œ´E$LûÒ´"
  b"\x13l£“äŒH\x1DƒUøê›\x0EŸ\x1F"
  b"\x14\x16ðÝ█xMtümÚsô­─╔"
  b"\x14U§ÓÆôF­¾˜ÆÌ\x1F?ðq"
  b"\x14░Å\x05!▀J\x0Eè#\x15\x05ÁJ²Ö"
  b"""
    \x17>N&à+DN¶˜\n
    Ú\x19.ä›
    """
  b"\x17c†‘ÚòN0•>\x00Ž×€„·"
  b"\x17¤'É%uL¥é4£$╝&‗Ç"
  b"\x18+‹Ô~kH\r‹÷?Ûr2CU"
  b"\x18<àaßlC¹ŠU>TZ*¤\v"
  b"\x19c%PN‚Jɶ\x068/qÈ´ä"
  b"\x19ÑQIJ(B0¢LíH\x05Þ\x078"
  b"\x1AÂ`Õ\x10lJ» d’\fB¦.Z"
  b"\e\x19\x00╩GÅIõå╠-»Êåð"
  b"\x1C\x13\x16´FaNq©9’1\x03 êî"
  b"""
    \x1C\x17\n
    \x1F£ìCX▒Jtr+0Yî
    """
  b"\x1C\x1D¶ÚÏÜB§¡ânÔŠŠˆ\x12"
  b"\x1D\x19\x18ótjL¶—N¶S\x01pŸs"
  b"\x1DŸñ´\x17BIŽ­C—JžI|Ã"
  b"\x1EF`À×ÍA"²\x04­|\x05\x16\x16S"
  b"\x1Eÿ╬gEÎATÅ\x16=═:ÒÄ\f"
  b"\x1F°\x1A\x18ïiM░»PºÐ¨jü«"
  b" 0£_aÅK=¦+\v\x07‡çÖ`"
  b" 1\x1D┐¼ÊJPÄrç¦╣8É»"
  b" ã¢\x11cæK\x15¾ÃJ¡=sV/"
  b" çÙuµtC³®Âì>6Dù¬"
  b"!\x1E╠êÕÏL]¼uÏõÉ┘Â\x1D"
  b"!^”\x1CaåGOº:¥\x07ý¦Ao"
  b"!kû¬╦ CØÀÍ`³└iL\e"
  b"\x0E\x16Ø(COíö\x13\x11^ï]¾"
  b"!ù┘ãMäC¾║fØìaê9Â"
  b"!▒gS¼\x05K#Øf\r#9ÁvÑ"
  b"!Û■ÇÞúG╗╣O\x03Õ╩çüá"
  b""\x0F~¶QCMH›œ¹ñ–¸™œ"
  b""\x18ÿÀ9^NT‰gA<˜5Yó"
  b""m¾\x1DöýL˜¥\x07÷KäåÕ["
  b""y\x1DÁ\x05tJàŽ=ð\x1CÏPˆø"
  b"##[ÔRÄH,™\x1FA}ËÒá|"
  b"#md´`.DÄ’\x13ÚÔ¸ntË"
  b"#|>Û0=K6│àwÅÁ\r®W"
  b"#ûΠ¶\x05BÖè\x0F\x17Àü"_¯"
  b"#œÂ"\x07\x00NŠ…\x03óå\x7F¾Â$"
  b"#¨ !ÖçI'ˆ\x08’ð~E\x11«"
  b"#›ŸÒœJ‰¡\x0En*\x03‡ic"
  b"#Û5\x12c‰OÈ™m@X°SöÝ"
  b"$6Kl\x10ÆB*¶þü!g€8Ã"
  b"$KŽölŸI\x0E§R}š\eoùÏ"
  b"$¿*ÔzØ@ˆ³¹Â£™r„h"
  b"%[\x1E\x05PØGgÑàÑ\x17\x1A\x13E"
  b"&;–ˆ©*BÞ‚­_¸›<óË"
  b"&DQž…\x06J©°\x01\f\x01¢5ô~"
  b"&¢ç\x18\x1A)A¾ ¨Rª®\x13ÎÄ"
  b"'QñNfgOª°¨òX\x06é\x1F"
  b"'¸Ù§öKGܳ\x01QóëvÀ¯"
  b"'ÕÆ\x16ü¸G2‰»ËVÕ?UÚ"
  b"(‘\x19\x06ºHÁŒê\x00ø‹-ðê"
  b"(Ü%š¨\x18B‹«zSiæt‹‹"
  b")\e\x1E¿@§˜Î5:’\x16s#"
  b")„mµÈ‰A=°\x00\x05ÊÎit´"
  b")åc—vdHd™\e³sN ®‘"
  b"*f¹6‡hD¢ŒÀ\x11Fûñ'º"
  b",œŠ‚D\Am°'—Âë;h\x0E"
  b"-i0qyÉLÞ¥!¹╗Í─\x17_"
  b"-m¶\x1A\x10ØH2Ç~¢▄âòÖ┤"
  b"-{r¬þ°HP™÷©ðj•#I"
  b".->\x15Š›L\tµ"Ù\te\x07 ("
  b".ï▄á.¯Lì▓IÃ7]\x02"
  b".ÆÉÒZkJR╣§ª\x01jýð"
  b"1\x1CnL}\x1DBÇ“yCï6Ä«ô"
  b"1ô©▀╩MO®ì í%ï<,b"
  b"2.ðA;ÓF\x0EŒòAÈÏ\rYe"
  b"2>ÝwgËL³½X\r¼%0\x00{"
  b"2e„.P=E,ˆ“Ú6ß!C°"
  b"2‹¬\x1F,žN\x16³‚ø=f\x1Eľ"
  b"2Äc²Ï▒Iàå╦͵ؾ┌▄"
  b"3\x1E´\eÓÊC<°ò\x14ÎÏó¼("
  b"3«$áé¢NÄžaôeqTB\x14"
  b"3Ã+G\x7F¡E’º‡8ÁÁr90"
  b"3ÿVúá¢L\x12²Ê+T\x1CD°Ö"
  b"""
    4‹Ó\n
    IˆHn„yôº¬ª\x03œ
    """
  b"\x07\x04tóBt›íq+PqB>"
  b"5¶TÉú²Cµ­BKM(<\x15\x13"
  b"5·A\x07'ñI\x00²\x1C$ÓÇ„‘©"
  b"6\x12\x06Ó1“L¹„\x01©÷QÏ<ê"
  b"67‗\x00EûBò¡ÓiØ\fG\x088"
  b"""
    6¹ Ò—îK>ºà·|tÿ\n
    É
    """
  b"71ú8{rJZ¿t‘È\x03È®Ö"
  b"7Ÿ1ÝÀQ@ä¯vƒ}š+\x10Ÿ"
  b"""
    8!8\n
    ÉòFת¤W_&bÇ{
    """
  b"86üÃ90F\x0E‚•P§õŠ0‚"
  b"8º¶\x0EêƒNƒ…\x07õ!†%e\t"
  b"94°ç¸‡O©‹w±“rà\x1E\v"
  b"\x16aå„Bû¡Ôý’çfg¬"
  b"9ßqC%‚IŽ»aP¦³Çí>"
  b"9éh~;\x16C"¼\x00E\x15{.*\x18"
  b":\x02G²'«F7‡Séû}}p¡"
  b":=\x08É\x12\x07@Ì”\x07\x15=Øù[D"
  b":cl#£?K@©\x1DÂU\╦Õü"
  b";\x06šBî,EE‰?/|—Y”Ý"
  b";W:£|ý@ØÅ=6=¥ÿIù"
  b";µ¶ea\Ob¤^º\x07*Ï×K"
  b"\x1CZˆoBü‹ìacë=¥¸"
  b"<jÉþ+ÒL‘мr\x1F7Vy "
  b"<¯Ès3hFu‡\x0FZ‹êØ9\x1F"
  b"<Ñá7FQH¸©ÍþíBÞ.b"
  b"<ø‘áL³K\v¥\x0FÓ‘¢€{w"
  b"=\x00JÝD\x1AA¤„ïNƒ1’Ñ¡"
  b"=\x00ü\x08©ªA¯Ñî\x11}|▀_`"
  b"=+¾¨4\x17B”ŠsD¶Å\tس"
  b"= g›Ÿ•C4¤\x0F¿âÞ[Pc"
  b"=¶…¢÷gOf‘\x0FíÖ^|¡\x01"
  b">WÓg_ÒNƇqll\x08qÁ8"
  b">|wÛZÈGè£Ç¬‡tz¡ó"
  b"?jxv¡»JÉ¿¶þä\x17\x16"
  b"?ÊËè†ÓJÙ²Á\x0F\x1F‚Y"
  b"?ÎQ$Æ\x12F\x14‡Ý|LÃÞ˜\x10"
  b"AT\x08’‘ÂCF•ôN\x1E?ˆ(ø"
  b"AÓÔ\x1A]ÀBv§‚ëœ5Ð:Z"
  b"AÔ÷{fÄA îI üX ú1"
  b"B╩Øy└BG\e¢Z╝;\x0FöAÜ"
  b"C#˜6bžL0¶EB„²5ˆØ"
  b"Cr\x14AsWF\e¸\x03PH\f­:\e"
  b"\x13\x19)\x08HGñõ\t\rüç[þ"
  b"Daô\fÉ\x13Al▒█õÀ³_Og"
  b"DkI\x13ÃðCC¦®ù'\x04\r’G"
  b"\x0E…?çAy­µ#ùp‚P\x19"
  b"D®íØ-ZM=–\x16qg…Õ\x16"
  b"DÌß~\x06½Jk´â*‹_\x0E§ß"
  b"E÷©RñNFŽ®AXi\rëŽt"
  b"G¦æf╗ØOÝ║§¾Íq\f╠."
  b"GÌý\x15\tÖIÑó\x06\x03Gt:Vì"
  b"H\x03>N£ C;®\x1A“üWÕÖˆ"
  b"HRfÎ\x01q@Ò¡.\x0E\x06}8Ç8"
  b"H”[m\x12\x1FC €þå\x0E\x07\x14šX"
  b"I1u\x0Fƒ FP¤±;‘ëŽ÷ü"
  b"IA\x10VhLBòÉ{ðÌ;7╩\x1A"
  b"Kˆ/\råýKòµ\x0E#\x15DþÂå"
  b"K«Y6X\x0EH®›Ü|@ß(µí"
  b"L\x1E]\x03·,Kž½U\x11ªv\G;"
  b"LûÇ­:ROÓê░ü╚PóLö"
  b"LûﮩŠ@\t°\t|«O¸Z6"
  b"M4…Î+LOnˆì…P“}§="
  b"Mà—\x10;xHj¦[GdÐ\x01†P"
  b"N+?klvCQˆO_æÙ%ã3"
  b"N`c\v0œD\n§\x00¢è4ëØ¶"
  b"N\x7Fv4¾ùN6† W³\x04!\x10Š"
  b"O\x00Éf\x0F╬Nó╝P¤gÝÙ¹┐"
  b"OO€…î÷@3«Í«Á\e]Öo"
  b"P\x10×9ùdH5¯¶Ü\x04`ttÊ"
  b"P\x11Ü‘Ð$Jf±_âù–½² "
  b"PšÀ\r\x07õA3¨\x01AÅL\x03Æ_"
  b"PÍ87$OM’‹F5\t\x07ç"
  b"Q\x03\x1AT­ËG3”\x03aiF\x05÷{"
  b"Q\x05\d/FKÁ·ƒëGÕ\x060$"
  b"Qaÿ{\x06¡M¾¸1‰A ý–ò"
  b"Qi\x12┬imN┐ØÐϺs\x08ó╝"
  b"QŸÜ´\x13ÐB&˜8\x03ï~/_Î"
  b"QýTÿâö@ð¡¿s\x02åœôì"
  b"""
    S\x01\f\n
    @ö–4‘—$T\x155
    """
  b"""
    S:\n
    ì\x1DHG\x15¨|çþ›ÙPÎ
    """
  b"SOþ«töD\x1C©¼ÚŽÊ4ðž"
  b"S†¿ëWªG÷­,Í3–\x0Edx"
  b"T-YªfUC`¨\vM>Q\x1FΉ"
  b"U%V±\x0EBEZ»§ƒöcl\x16¤"
  b"U¿“q‰ÚE–§µûß»Ûf*"
  b"V\x00ØôV\n@┘Ä┐k)gØ+ý"
  b"VU?\eKìKsæ▓siíu£ù"
  b"Ve¼Â]lJ¡¸I,Ÿç$›Ù"
  b"Vx\rQ\x1E*J\x15±\eS\x11\x1D”í"
  b"\x18lTwF»†¡>Fú"Ø1"
  b"X"\x14\x7FÉžBZ°Ó8ZÙšìœ"
  b"Xfœ\e%ÿL{™¬P\x04u9öæ"
  b"XmeÅÔ§Mߢ!Ïãg ´="
  b"Xú!Üü"Eo½╣\x03ð\x17ÍX±"
  b"X¡`éÒ¢E╝Å╝ıuúLG┘"
  b"X¿DãaÌDÓ¤ì«\x063ÿ"K"
  b"Xù#>hÃ@h­¦gÁ;¬%e"
  b"ZAqiSïMÑ‘,|F\x7FdUU"
  b"Z…ÇyV\x01Mï«ÕN1¦"Ô\x7F"
  b"ZÑ¡îàúI\r¯óˆ\fœ˜M\x18"
  b"ZðÆVÓ1M\x0F‰0\x7F×™­Bâ"
  b"[.¸cßYGÉ»\x06Ñ┌çl[M"
  b"[\x7F\x0E┌ÜöLU╝þÉ┴B\x0E÷╠"
  b"[¾_ÿ\x1AID\e¼€ÊIÀ\t—µ"
  b"\(~´>¤L+ɃÛıDÀÔ£"
  b"\dE›\x03©Fë‘\x02å›=x&ƒ"
  b"\x1E/6ÈFTž_·ï\e\x1EŠ€"
  b"]\x19bØl›FDŒñä¹\r¥\x06s"
  b"]ºìª\x05└O±╗U\h×ùgÙ"
  b"^Jt4ë`@]ÑÅ6geO╩\x11"
  b"^ÉvÇ║║Mÿä¦J«├ÅJö"
  b"^›¼%`\AÀ’qDC\x17ø_„"
  b"_Iø\x1AêáHǶ¬‘3äÔÍ;"
  b"_p¹š„PO\x7F·ÀI‰ù\tì´"
  b"ag\x06\x15ïDA¦¥è~l2íÅ|"
  b"aŬ͑VFè üÙ?ýj\x02º"
  b"b&vég†N\x13£u"õ\x13œùÑ"
  b"""
    b;~\n
    ÓTM\x06›¯\x1A\x06Ý·Zg
    """
  b"bОÊ#8Ar†"‘ÂXœ2["
  b"d\x16sþo\x01@˜´í\x13¼¯ƒ\x17\x16"
  b"dIùŒê\x16Fú·\x1Fç©,é©["
  b"dN‚ógmA¹»7”ël\x00]h"
  b"e\v\t╦f\x7FCCü Y UæAÔ"
  b"eCyËr\x1AF1 J\vR=­'›"
  b"h)zåbÒO[¡•¦!`\x13J_"
  b"iëÃ[\v›Bì¶nºR0ÉI\x1D"
  b"k}XC\fÌL7‰ÁOÇ>Ø\eÐ"
  b"k”\e\x12&uD\x7F˜ °C,·x~"
  b"kÛÁ,ftN_‰#ó\x0F\x17"
  b"l&H»Ô]MÞ¬ßÛ¦òP9š"
  b"l2║║OòLgÄF+Þ.«-É"
  b"l\Á\x01˜\vJ^§u­¦HZ‘T"
  b"lo¿é¤%GM—\Cî)óg—"
  b"lœX]¬ÔF–‰tÛfY&£w"
  b"l©╗AØiLçé\x1AF¬q┼ïÀ"
  b"mA©ß’ºOŠ­œKçŸ:¦Ì"
  b"n\x16Nÿã/G¦‹ÆKHZéL\r"
  b"nn\x02³£¢Kü³+Z亹<8"
  b"n▄┴4¼■@¿à╣×ÅÈ\x0FÃÙ"
  b"o\x021ÆŠ\x03Jf”\x03|&Ð)\x03Ó"
  b"o­¢$’ÂE\x06™ãâ“\x10(¹–"
  b"p±黰EÉŠô)Ê/¹ø "
  b"qD\x0E£%’D9¥—¾ñêá†X"
  b"qd6─╦¹Ixøbü¡\#\x13­"
  b"qeµPØ\vN±Ög{¯m+²{"
  b"q©[î…+G©•Òõ Ũö€"
  b"q╚\x7F\x1FCͺÎôì¡Üf┼"
  b"r ‡y˜é@Ê“® ëíöbì"
  b"r9eLWœL$ŸÎë|\r.P¡"
  b"rUl1ïwLe·SMºá'L¯"
  b"rZ"³?¿Dű·›ˆÊØm©"
  b"s\x06Ão┴ìF╝ܽ¸┴l╠£▀"
  b"sʹn*ËLàº\x02ÿ\tDæe\x15"
  b"t”•t~*ND´»öœÝêç|"
  b"uÝùÚ¤\x00@ÒºW‹{\x14þ\x02*"
  b"v\x11\x08\x17’æ@È·ÌW\x068O\x1A"
  b"v[°Ã¥1IH¡ÀZnhÏ5x"
  b"vØ*o¯`AHÇÛX3z└FÖ"
  b"wwØ\x12ßKO•‘eâ)¨s\x1A\x08"
  b"w│\x02ƒ┴HOüº█Hû#%©U"
  b"\x03¤1¤IN“´î¼\x17r\x07"
  b"x\x1E\x14á\x02J¥°,H£FÀ[6"
  b"""
    xm┐[ŶD?é\eOG?\n
    Öd
    """
  b"x|{’®\vK0‚W×a‹"Û\x15"
  b"yy4b╔ìJ×┐e°├¸=\x13|"
  b"\em0yII¤»©wÌ´ÛX"
  b"z\x11Ç\x02N\eM7žßú ¤m\x1Fg"
  b"zIpœö\Cù¹:V\x19\x0Fn"
  b"zuˆå1#Að‹ÓX\x1D\váz"
  b"|œ·5\x16™Mû‰{Y—5j­-"
  b"}YÛ°|ÏLºê▓4\t~█ük"
  b"}†t\x17¤RO}ŽÒݰá¢,^"
  b"}¨U­QJNÓž8·\x02a\x08šd"
  b"}½C\x7FKNCY€kôX\x7Fâ˜í"
  b"~;\f* \x00Kߡৣjëª\n"
  b"~MW9\x10ÒM¡½¾]\t\x03¦ç®"
  b"~N¡~B\x1F@'¨\x01çï;\x06é‚"
  b"~a\x11ø\x04ÖA\x1F–ÿÆ¡Ÿ'ÜŸ"
  b"""
    \x7FBØéàTI\n
    ív5hÐ╬Ù╗
    """
  b"\x7F\x7FŸË¥ùLB¢_\x15\rù…”K"
  b"€!O¶\vAOÖ—…e¹Ìú9â"
  b"Ç*íÖ\f#IÉämC=áßÊÒ"
  b"""
    ÇT\x02f┌\n
    L?Ø \x1Ft`»óx
    """
  b"€Û?†\x057G9”š×|—Í‘œ"
  b"ü¨h\x05:éC¿▒1■î■tÙ-"
  b"\x04Ø\x0E4ÈE­•%†–”.3["
  b"\x07wcì”J°‰\x02þñœÆ\x195"
  b"\t wxüDB†dþè6^Kà"
  b"\fpΗÏB2†­\x1DÒ#\x02ä("
  b"é³&XuÙJ█ÅÜ-\x16w█í{"
  b"ƒ\x166\x14\x18æO>‹¾}ƒˆ‡ã\x10"
  b"â ­\x18§²HkÅj¶uHf\x1CZ"
  b"""
    â.;ãþw@^Üõ╩\n
    Å║\x03ï
    """
  b"„a˜~á\L\x00œr™¦ë'œ™"
  b"„ÿS=\x1CËN)±"I쥥,V"
  b"…<º\vT?BÕ \x1A¨p"YÊÔ"
  b"…J\x00ɯšD)µ*¯«ÙÐ ""
  b"…ˆ…z\x02\E\x1F‘lS„\x1E¢¯>"
  b"…Œ'Mƒ×B8¹Åz\x05ؘÇ\x10"
  b"…Ç<\tôa@I³su\x05CX\v5"
  b"…ÈÞb§5J;“˘^¹kÊ©"
  b"†®S:¡XK¡ŽJñ\x02\x1Eî\x08"
  b"‡ 5ºÆ¨KÙ’K\x00K\vñ\x11ó"
  b"‡ÇY Û¸OÚŒÿ[¿\x1AË«†"
  b"ˆ#ï#ćA\x13°ë9|ñš‡µ"
  b"‰!_Ì]ÝAà‘\x00]Ì%\x03Û¥"
  b"ë-═\x04\x1CÉNhâu,┤yP%╩"
  b"‰k¶¥µQLO›œ;}ûE¡?"
  b"‰×éÌœ£AˆµÝ\x06\x16hZÜ¿"
  b"Š9hhÇ\vJ§€\v¯Ožë]:"
  b"""
    ŠM\x1E‘W9M÷®\x05\n
    ´p¥R%
    """
  b"ŠgU6(yJ\x1F«*7zc‚Ô$"
  b"èqÓ\x14@`@\x06Å■▓╠;;bû"
  b"ŠêÂG4AFë“F‚\fPü©¶"
  b"""
    ï:cv\x10üE\n
    çÎpC\x7FÏ_┤
    """
  b"""
    ‹Û(ÏMRD÷…–oB\n
    Tf˜
    """
  b"î\x13\x18┐@M¾É║├k<^\x1Cu"
  b"ŒC\x17ã¤ïM>¯¡Î€jY&3"
  b"ŒCA\x04ôqBí¤&\tø\x7FÕ}J"
  b"Œ¦8'E Iá‰ú\fv­ –ó"
  b"ŒÅâ\x00wÉC’§ÂlËf[ûë"
  b"ì\x1A\x01▀T\x17Gaèy\nµ\x00¹×j"
  b"ìb½bÉdD_ô¿Ò,¡ZÎj"
  b"Ä\x04)÷@ùEµÅDVò½¡BD"
  b"Ž•Ôp"\x15KB·Ôåå÷à\rj"
  b"Ž×I+j‘Dж(\x01ÿ­Öí\x01"
  b"Å¿╔ı\x04ØC░êî\x14\x14┐Ní"
  b"É\x14┤/ÈäMD┐ð╗¤¤n╝^"
  b"ɼ\§¸Å@à«\x10Â╩$\x12+J"
  b"‘€íx tK\x15ž|\x18Z^…ÌÔ"
  b"\x18/<\x0FÔJ<‚\x10Øp¹§[z"
  b"’1ô\x1E\x03\x16BÅ”\x1D“¡<¶×\x0F"
  b"’j’àh´N—½RÜz5æbS"
  b"Æm░(¼╦@#ÿÅ\x0FJT\f{▀"
  b"’ú\x1FÝ6ANŸŠê$ÜãÀ¬µ"
  b"öÉx2Å╬J╠áaÎcXÇ\x12Ç"
  b"”½JØ\x15/Bv‰\rÒ,Œ…Ë"
  b"•)§°DJB¨†öÚ%?£ÎÛ"
  b"•Lß\x1E\v’G÷°á9Â%ý\\x07"
  b"–!þNGdEü¶.\x07“9ÿQ”"
  b"–M»âK7C∱ž%f‹¹‚"
  b"ûØR,*6B═ê$(╠Ê\x06Ò─"
  b"""
    \x13­\n
    O\x16Lß’Å?t¾æ"\x1F
    """
  b"ù9Ç´½\x07GØ£c$▒Uuô!"
  b"—ÛÊ›AÄB”“\x17F®¾s‰h"
  b"""
    ˜\v\n
    8{¤I™‘\x19iÔp[\x16è
    """
  b"˜Sm¥\x04£Nz‡\x01‡ûV9¨$"
  b"˜ÍXnÍçK\x12¶]g\x05ÂWj!"
  b"\x08\x05‘—èH}§&v˜"Ï\x03Ú"
  b"™X²ÆxºDЬc~TêÕÒ2"
  b"™\\fÂaÇI\x10„Ù7ÎÝœá\x01"
  b"""
    Üâ\x1CÎè\x10KWê\n
    \x14}ì¿T×
    """
  b"š¨\x7FZ\x04‘G\x1E’EaË»ŠDi"
  b"›P\x18/\¹DiªT¾Â‡\t(\x1A"
  b"""
    ›V¹÷\x1D(JвA‹5\n
    ö\f`
    """
  b"øÉ└mÿÑL¹╝P)¸²Ã>Y"
  b"›æ\x13‰¶–H]›j§\e[\x15½÷"
  b"œï׳O\x12Dí…¸F\x05DœZz"
  b"Ø%!¼6│ERÇôä³/Ü┼ð"
  b"ØB=├ä‗G>À¬┌Ôûã²P"
  b"ØU®\░µIÎ▒N\vòñ\x00Ï×"
  b"ØÇ)7▒╩G×ùaå7ã¹áÎ"
  b"ØÅ¯Q░¿D)▒]¿ë5╦Åë"
  b"Øû°ÖƒþLôªù§n;S\x02±"
  b"""
    غ**\x04zA´ÉeC®$\n
    \x17\n
    """
  b"žš–\x12SöK†¢“±0\x08p©)"
  b"žã\x07ÍdöD\x08†+ø\x13ئÆê"
  b"ƒ╝+à‗ZE\x7FÆù9_ìPÖº"
  b"ƒÒD▒\x01\x19JÑôÒü█¹µpv"
  b"ƒ³¦²┤DNJ╗`É"Ù\x04C\x0E"
  b"á\x12®sN L-Ø░ƒþ"┼ße"
  b" -\x16¸ayF.†!‰\x00Ù\f\r­"
  b"áy\x13`>WL╔ó pÔf!LÉ"
  b" ÂºÑà^M\x1A¾jžWp N"
  b"¡VðÙƒ•NU¿,º€{É\T"
  b"íbÉ·%\x10Líª\x1A®Â¶¸ð6"
  b"íô%üE\x18Idú¦VAx╔\x14ı"
  b"¢‘Pk_ŽKD®•\x04”ÌtŒˆ"
  b"""
    ó▀s¥\t\n
    Oþòô╩ü.\t£Ç
    """
  b"úÜ┬6>ðN\x7FôW┴ìGÛùñ"
  b"£²³ÿð3Jâ•í·W t_€"
  b"""
    ¤-ñ°•FOß’ôf\n
    ò»ÚÉ
    """
  b"¥™çg/‚L¡¢KqD4\x06\x14Ö"
  b"¥¡J>¼®B7†×\x1A.\x03.-…"
  b"ªoiöÐdD<öþwüz╩ZÄ"
  b"§\x02\v\x03á¶Möµ]\x1Cl€Í\x06_"
  b"""
    §\n
    Õ¡ž`C\x1Aµ æ¦o¶›à
    """
  b"ºØå/÷\r@»ü\x05\vÎÀ?=\n"
  b"§îlî¤[B}¢& îLZ\x15î"
  b"¿\x1CߺÐÙFd┤ì6kþ▓Àl"
  b"¨PLA£/A;‚$sÈNr¥Í"
  b"¨Uy3ñwB\x1E©\x17*³¸Þ"³"
  b"¨Âç¤5!Bþ»@”Ø$àÚˆ"
  b"¨ÍÂhÎ\x05Cü¥\x7F9A¿dcz"
  b"¨Õ›\x0F™àBé±ó6\x07ï‰G_"
  b"©+\ÑË2C\x1F‰NüA³¿9í"
  b"©j¤E,ZCõû$P²ƒ\x07P"
  b"©‘€\x0Eˆ\x0EHÚ™Ò3ÇÆæ®¥"
  b"©²§fß|Fû‘aRGF\x0EˆE"
  b"©å‰a\x15+N×¼™”mÞ\x10Ud"
  b"®´\x01╝ücG\x0Eä\x13ÂÍ\x12+Cw"
  b"ª\x01ƒŒPïNK£¨e)Üww\x1C"
  b"¬ÑPDü├Ik╝dqJ wá█"
  b"ªÇäàô(M–¹"l_ð\x04‹¥"
  b"«'€Ž\x05nE{¯æQtÝŸpž"
  b"¼\x1Ej\x1FÉjE÷Ö\x04#."Yy\x7F"
  b"¬^Pj5IEÀ³-W\x05zk\x1E;"
  b"®AvË@ÛH*€vžv±2-”"
  b"®göî,]Aݹ‰3ûŽvnº"
  b"¯6º\x03©ñĄ|½ƒêý*•"
  b"»K2¼¨)H´û\x04ìıÈ@─I"
  b"¯˜gMz]Hv¹ö¨‡fxm¦"
  b"»Â=ùü/D/¡oLv±°═ë"
  b"°×e\x06 \M\x19©nïØ°Íþ½"
  b"▒p6ƒÜdE~ÉôÛ·╔òA¯"
  b"²kC\x15hâI@°ë.žƒQ–:"
  b"³«I\x04Y«K*¶¢_R\x1EÉã\x10"
  b"´¡nç}ÅBu½ø&J¾+ö\x11"
  b"´¦/9UuM­¿>B9*eø÷"
  b"µ-qŽ÷kG¨†“5ÛïÛ›•"
  b"µ¢=\x01öiL›‹—Ð{Íh\x16\x02"
  b"¶U\x03ÇË\x1AM†«UE<D\x05\vŽ"
  b"¸&ÕþZYGÝ®¦¤¥ü0p+"
  b"©2wx\x08ôF█▒~É\x14\x0E8uÕ"
  b"©vÔð÷7G'ì╠\x07f#;■Õ"
  b"¸Õ&Õ\x054N´³\tþ0à.òk"
  b"¸çLwÚ\x1FMëªÄj\x12­ç­Ö"
  b"╣N\╔╩)J\x1CìÙì*%®¸▓"
  b"╣~ù»┴S@Féw╗`┴╬.Ø"
  b"»¦ÌD\x17„JFºÙÔnqÒY\x1A"
  b"»©Nø„3KÙ«Ü\x16ZS"ûN"
  b"¼\x06ôKM.D‹¾Éꯡœh§"
  b"\x16¼└\r·FÌìIt4£"
  b"¼\x17`ŦËLÄ€‘=Aw¤ŠJ"
  b"¼[?ò”’M±ˆ[tA}ó´Ñ"
  b"¼iÃ~Ž\x04IÏ¡3|ˆ\x13i( "
  b"¼vÑ0\x08KM:”~žX\eŽ&O"
  b"╝╝U®uALÀÆÕyþÅQâï"
  b"¼î|ŠW+H\x0E³ˆ\x16¶„\x01Þâ"
  b"½yr@]ŽKí‚\x07*§Éí\x04é"
  b"½»²{=\x17@‚”\x15‡´¬R/I"
  b"¿h\x7Fu|eJƆw\eÙòdòy"
  b"¿Ü¡/I¢Oì¶›®¦a\e’Œ"
  b"À\x11äÞ>ýIÀ¤ã\t(\x06±\x01\x00"
  b"ÀÞd[:þ@™š3FÜ2\x1F†¿"
  b"""
    Â\n
    ”lâ†Fï¨R=\x1Añ˜ba
    """
  b"┬&qÙ þGôØú£Î┌K¾i"
  b"œÇ\x08O+@u¸É\x03*^8±°"
  b"ÂúÖˆ\eØH ¿6\x042%…¡""
  b"ÃW»Ë3fHò‘.x\e,J»¿"
  b"Ãbõ`϶NK¢’iâPº‡×"
  b"├ìv;·|JÁ│;gF½þõk"
  b"Ä’úÚU*Là¢ÏwÃuŽkŽ"
  b"─╬ì▒¶¶Ej×{/\x01`\x02l╔"
  b"ÄÒðÆÍÏEE‡\fý\x10¶ñ—"
  b"Äð®ˆpÉA(¾®Aa:w$Ì"
  b"┼║`V"ÜC!½?ÒÅ«=VP"
  b"Åí\x01ÿò\x16B™¯Á³I¤/\x0EÆ"
  b"ÆoµŒßÞA)ŠRî¸\e–.\x1A"
  b"ãrPéi\x13F½£pù¹'¨üê"
  b"ÆÓ@NÎÔF²ˆvB\x16§Ÿt\v"
  b"NjDžQ(Nаž[ªœÂ¹."
  b"Ç¡ª\x1A\vUK «t~EVŽ"·"
  b"ÈJ!†'_I\x13³çrKà'®}"
  b"ÈZ¯à\x1A\x0FMÈ‘pÊ-R;¶N"
  b"╚┐3\e\x06pDíØ└9u\zSØ"
  b"ÈÓÚ_x¯Ná˜7S¥žË­ó"
  b"╔╬ü¬‗XFÃÑ\x06║üÐìÄ▓"
  b"Ê:Lo"kI\e™iÛ¸T,lž"
  b"ÊpÌ|\x03fHb°[¿_ªþ›È"
  b"╩¶&¼\x1F½E®\x0E¬╝┼ÅâÈ"
  b"Ë\x12rL”\x17HF³>*{IgŸ\v"
  b"╦à¦8@¸B╩╗üÜ~*Ï[p"
  b"ËÝvA+®@2‘Xö³(™Ôè"
  b"Ì\x02Yjè:NV€ã“\x1A¡ „õ"
  b"Ì\x12àùÐòA7»v@ÅpWŸ;"
  b"Ì®ÿÅ\feC\x17“=–tO\x02å5"
  b"Í@¹8®RC\x02¦MÖ±©S+J"
  b"═█øSÑ2Mdèsi"\x0Fw\rü"
  b"Íïa€\x1EfC©¿÷\x1E„Û.2/"
  b"╬áÇ|ÅLD<ù\x13*äqC\x18C"
  b"Îä[ŠR<M§¶­^hÆn1Ÿ"
  b"¤Di\x04\x0FÎFo¿\r̦ü¹°ä"
  b"ÏW\x1Cà=AL\x17™þ8Ÿ©^ßh"
  b"ðyt┼G┘Dxøe²ô=ÅÓ¼"
  b"ð▄£ÌµOE\x18êÂü"»\x00\x168"
  b"ÐêÇ? \x04GÆ—8\v\fiØKç"
  b"ÒQÿkB|N\r”´dÒïq)@"
  b"Êå┐¸t$O Ø┼\x0F─Æ1Ëe"
  b"Êú·│­l@Gºp╔üNmw*"
  b"Ò½\x11õ3\x14IG›¡Håìrô¯"
  b"Òùn\x1E¨°LI™gð›¸ÈóP"
  b"ÔL³b±ÍI\x05³Ý`\x05çñ\x03P"
  b"ÕÃ&M[ïG¢š1\x18ªú\x1F\x102"
  b"ÖuÕõ¤\x10LE—èiÑ\x12ÍâÐ"
  b"×@µkÊUD¡‹Ž02“*§Ã"
  b"×ô\x04Ñÿ$G}«}\x03\x19¶Óè&"
  b"Ø\tM\x16SœKÕŸ\צ\x01ZÏ£"
  b"\x0Fi_╝ëF\vüß\x03û│QÜý"
  b"Ù\x16\x12Æ’-@|¦Ilö¹s»E"
  b"ÙäÁ;?ýLH¢\x16æ\x12/kÃc"
  b"Û‰Oü%íM|ª|\x17Z§0ƒ\x1D"
  b"""
    Û·Èÿ îDš¡h^é©\n
    .s
    """
  b"ÜÌÛIýëJ„‡ßj\x12ç\x02çQ"
  b"Ý\x12™æ£\x15Fö¦Yà_¨¢d›"
  b"Ý\eÏ\x16Ï2BÀ‘\x06\x19©7¨k\t"
  b"¦I(UÉINø®\f\x18Ô§│▀\"
  b"ÝM²°\x14ÜE‡¢–ÊCošc¢"
  b"ÝŒpX\vîAʸ԰.ЛGõ"
  b"¦Ñ▄\x1Fc╠EcÅÃS\x08{ÛØw"
  b"ÝÖQ­|\x15Kf½}ð¶u¡>Ö"
  b"ß\x02\x14!ä¢Il£eÛ€¾ì{·"
  b"ß\x0F‚J±FN÷©`ZWªÚ&ä"
  b"ß+·N\tgGªŠ\x02/Kö!nN"
  b"▀ly6Kí@iØÏ£Ø‗t*\x1D"
  b"ߦö›9-Kü¢ÈP9S@p\n"
  b"à-½Ø„\x17NÇ›—‹ò8ø„€"
  b"à2£aN\x03H6‡K6e)õŸM"
  b"àæÍÎQ<On¼ì!5.ÈŠ\x01"
  b"áÝë ø‡OI¾âܲö\x12™§"
  b"âWFÌ,\x00J¾µzSË×gØ…"
  b"ㆠGí»JI«L\x7FÔç`·È"
  b"ãÕ³v]\N\e«CÇ…ëÄ\x03x"
  b"åÜP2/aL«…è\x7Fã—%\x18®"
  b"µÈüL]RD+í&©>&q\rÌ"
  b"ç/•|¦úH\r¯¾)mˆ}&\x00"
  b"ç?2.à\x05K\x00Žg~‹~"Îú"
  b"çT\x1EmS’@\x0E±.{\R§\x7Fù"
  b"çgŽË²„D4”\x08ø€b‹·¡"
  b"þãmTGÙDäƒ@¯Òì\rR\x1D"
  b"çÑ*ßE\x08Mؽ¤ÂRn›iµ"
  b"þÍéÜÅ\x02N2®┼C»\x15÷┘s"
  b"èZ\x16ÿ›cBÓ¡\x7Fîë<\x06¨h"
  b"èßõ\x1AjÐI\x1E¹“ü¯Óª\e½"
  b"é!wÎ’¡Ep•C\x11ú³\x1F\x03"
  b"ê\x0Fp(\[FE€zî¸çMã³"
  b"êwˆÕepG\x18¯\x18J˜ûf„f"
  b"êÇøÂVnC"§¼HS(\x13\x1FÉ"
  b"ë8œÛ­¥E`·  pÏ]^‹"
  b"ëž\x1EY˜V@¦™Ü剉¬_P"
  b"ëÏM¤¥wEè™\x02æV+YKž"
  b"ý6S▀\x0F┐LG╣ª¶¡ì·Ô9"
  b"ìay„.•L\x1F¯”{XÒÈIŽ"
  b"ìɵî+ãLž¸ù\x16é\x02ÕN\"
  b"íAn\tÿîGï¼_BÿTˆßp"
  b"íçr\x10h¢H,§ˆ§¬mŒB+"
  b"î14\x12d‘As‹CÀþ„kß9"
  b"î1ì€\x10€Fx¾_²b†PQZ"
  b"""
    î”`\n
    7±KO­Há¾\x03?V­
    """
  b"îÜÜÎA\x04L.­¾ö„ÉÕ¶¶"
  b"ï&RßÉèF.…àP,ç¨çT"
  b"ï;T‚y¶IP³×õ\x03¿ÁÇç"
  b"´X¡3üfB/ñÈ2k(õ±W"
  b"ïª\x19Oò¯J΂5z\x05£\x16ûµ"
  b"ïÌåšÊ`Cd¼%fQ†×Þ)"
  b"´¦▀ùÐÜM\x00£o╔Ýx×Å\n"
  b"´µ\x14KíÉD▓éëx·Â╚ÎÎ"
  b"ð*—&ŒQ@í£'´³ˆ\x12Y\x11"
  b"ñ\x05\x06\x1E\x04»Kè«eŒáw˜µÌ"
  b"±ïc½'/BÉò¶¢8µ¡\x1D©"
  b"ñ¥41m5B½³ ’¾ßnP\x17"
  b"ñÎn\rc¿K\x19·Ã˜Ô,Bȧ"
  b"óTFHK\x10K"Ž\x13¯Ð\x01ÚCl"
  b"óª¸kn1I­‘ò'xI\e\x18"
  b"óÈm6`eF_¥úÛGb­X6"
  b"óÚÝsN\x05H¬©àgE£Š\rª"
  b"¾Ý5#jóA^▒_Åy╦ÖÉ_"
  b"ô\x1CŒ3\x7F5O\x12­¦xYÄc.a"
  b"ôÛ†D\x10\x1CF´²¬Ï:\x12\x02\x18ø"
  b"ôõÒÖ\x0E¨DÚ·å™ýýÕM\x1C"
  b"¶¸?²\x01kFÚì■¼À\x103į"
  b"õßh)ªQ@‘¬ªK¿¡5¤|"
  b"õí·lå(@”…?ÇË·\x13\x05"
  b"ö\x13ÑJqÂI"µ^\x1C\x04\x15²Îz"
  b"÷:ÚèO_C║ÅÇ]ûÞ╦▒▀"
  b"ö¿2r\t¿O?¿Z\x06ßà½\ñ"
  b"öÙ}\x19\r\x7FMÔž\x01o” \x10Ô•"
  b"÷\x10c,0ÄBù–~ÖužAD!"
  b"÷`M&\x1DÿJØ™bÏÆ^ûr|"
  b"¸d_\x19îÅMxÅj3║§\x04═Á"
  b"÷ƒ\x17âŠÄHÝ©©ý1W²ÅÓ"
  b"¸«yÅØ\x13JÖÅ‗V,Hf\x03D"
  b"ør?’URA:Ž\x00ù¯05Õ‰"
  b"øxÊÈϲOš‹»\x16¸š°–Ý"
  b"¨<i?XôJ¿ÅF;Æ]ÕÑ┌"
  b"·#■┐üÏAqéæ▀R3\x07æ╠"
  b"·oÉtÕ¯L╣º╔d.­¨-è"
  b"úªÑ Ì_EÏŠß\x10®Zá´‹"
  b"úïuÔ\x13\x19A·½Œ4ù\x0FG4æ"
  b"û#:=ÉjK²«ÜK‹IR\x19?"
  b"ûçNqg3KfŒVÀ[¯pzÄ"
  b"""
    üÁªSÖËE\x04³\n
    o“\n
    Y“F
    """
  b"üÓ\x11-·\K¡‡ºž¸ËI”‰"
  b"³▄fåüþFâØ\x13)╩é¤Âq"
  b"ý@<\rî,AJ‘ö‘’b,\x07c"
  b"ýN\x0EèŒzF ’sE‚ùæú="
  b"²┬IÞMÑD▄Àí-Ï\x1D¢¦ì"
  b"ýôÜÁ¥7H¥¤ìª(±Õ5‡"
  b"■HrÉñ└Oý¬=¿█5ƒtÙ"
  b"""
    þh+}¾\x03I\n
    ‡¢žv>*ÛÁ
    """
  b"■ÿã¾ÉÎBO®¯Uü┌\v$^"
  b"þ¦Ô\tö\x06C£±\x1F˜y\x1E\x05\x11²"
  b"þ»Ú~'º@”ŸWÑ\x18\x11{ñ"
  b"""
     ö:àÁmO°Ø┤├ÕW\n
    y3
    """
  b"ÿ²×t(ÝGIž¸ˆÝSùUÂ"
  b"ÿ»Èš‘\x15K%˜\x07\x1Dƒ 5T~"
]
41 0.79 ms
# product-detail-route::association::mainCategories::read
SELECT `main_category`.`id` as `main_category.id`, `main_category`.`product_id` as `main_category.productId`, `main_category`.`product_version_id` as `main_category.productVersionId`, `main_category`.`category_id` as `main_category.categoryId`, `main_category`.`category_version_id` as `main_category.categoryVersionId`, `main_category`.`sales_channel_id` as `main_category.salesChannelId`, `main_category`.`created_at` as `main_category.createdAt`, `main_category`.`updated_at` as `main_category.updatedAt`, `main_category.category`.`id` as `main_category.category.id`, `main_category.category`.`version_id` as `main_category.category.versionId`, `main_category.category`.`parent_id` as `main_category.category.parentId`, `main_category.category`.`parent_version_id` as `main_category.category.parentVersionId`, `main_category.category`.`after_category_id` as `main_category.category.afterCategoryId`, `main_category.category`.`after_category_version_id` as `main_category.category.afterCategoryVersionId`, `main_category.category`.`media_id` as `main_category.category.mediaId`, `main_category.category`.`display_nested_products` as `main_category.category.displayNestedProducts`, `main_category.category`.`auto_increment` as `main_category.category.autoIncrement`, `main_category.category`.`level` as `main_category.category.level`, `main_category.category`.`path` as `main_category.category.path`, `main_category.category`.`child_count` as `main_category.category.childCount`, `main_category.category`.`type` as `main_category.category.type`, `main_category.category`.`product_assignment_type` as `main_category.category.productAssignmentType`, `main_category.category`.`visible` as `main_category.category.visible`, `main_category.category`.`active` as `main_category.category.active`, `main_category.category`.`cms_page_id` as `main_category.category.cmsPageId`, `main_category.category`.`cms_page_version_id` as `main_category.category.cmsPageVersionId`, `main_category.category`.`product_stream_id` as `main_category.category.productStreamId`, `main_category.category`.`custom_entity_type_id` as `main_category.category.customEntityTypeId`, `main_category.category`.`created_at` as `main_category.category.createdAt`, `main_category.category`.`updated_at` as `main_category.category.updatedAt`, `main_category.category.translation.name`, `main_category.category.translation.name` as `main_category.category.name`, `main_category.category.translation.breadcrumb`, `main_category.category.translation.breadcrumb` as `main_category.category.breadcrumb`, `main_category.category.translation.slotConfig`, `main_category.category.translation.slotConfig` as `main_category.category.slotConfig`, `main_category.category.translation.linkType`, `main_category.category.translation.linkType` as `main_category.category.linkType`, `main_category.category.translation.internalLink`, `main_category.category.translation.internalLink` as `main_category.category.internalLink`, `main_category.category.translation.externalLink`, `main_category.category.translation.externalLink` as `main_category.category.externalLink`, `main_category.category.translation.linkNewTab`, `main_category.category.translation.linkNewTab` as `main_category.category.linkNewTab`, `main_category.category.translation.description`, `main_category.category.translation.description` as `main_category.category.description`, `main_category.category.translation.metaTitle`, `main_category.category.translation.metaTitle` as `main_category.category.metaTitle`, `main_category.category.translation.metaDescription`, `main_category.category.translation.metaDescription` as `main_category.category.metaDescription`, `main_category.category.translation.keywords`, `main_category.category.translation.keywords` as `main_category.category.keywords`, `main_category.category.translation.customFields`, `main_category.category.translation.customFields` as `main_category.category.customFields` FROM `main_category` LEFT JOIN `category` `main_category.category` ON `main_category`.`category_id` = `main_category.category`.`id` AND `main_category`.`category_version_id` = `main_category.category`.`version_id` LEFT JOIN (SELECT `main_category.category.translation`.`category_id`, `main_category.category.translation`.`category_version_id`, `main_category.category.translation`.`breadcrumb` as `main_category.category.translation.breadcrumb`, `main_category.category.translation`.`name` as `main_category.category.translation.name`, `main_category.category.translation`.`custom_fields` as `main_category.category.translation.customFields`, `main_category.category.translation`.`slot_config` as `main_category.category.translation.slotConfig`, `main_category.category.translation`.`link_type` as `main_category.category.translation.linkType`, `main_category.category.translation`.`internal_link` as `main_category.category.translation.internalLink`, `main_category.category.translation`.`external_link` as `main_category.category.translation.externalLink`, `main_category.category.translation`.`link_new_tab` as `main_category.category.translation.linkNewTab`, `main_category.category.translation`.`description` as `main_category.category.translation.description`, `main_category.category.translation`.`meta_title` as `main_category.category.translation.metaTitle`, `main_category.category.translation`.`meta_description` as `main_category.category.translation.metaDescription`, `main_category.category.translation`.`keywords` as `main_category.category.translation.keywords` FROM `category_translation` `main_category.category.translation` WHERE `main_category.category.translation`.`language_id` = ?) `main_category.category.category_translation` ON `main_category.category.category_translation`.`category_id` = `main_category.category`.`id` AND `main_category.category.category_translation`.`category_version_id` = `main_category.category`.`version_id` WHERE (`main_category`.`sales_channel_id` = ? AND `main_category`.`product_id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
]
42 1.61 ms
# product-detail-route::association::media::read
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?))) ORDER BY `product_media`.`position` ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
]
43 4.07 ms
# product-detail-route::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"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
]
44 0.40 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation`.`unit_id`, `unit.translation`.`short_code` as `unit.translation.shortCode`, `unit.translation`.`name` as `unit.translation.name`, `unit.translation`.`custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.`language_id` = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
45 0.26 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
46 0.24 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
]
47 0.24 ms
# breadcrumb-builder::main-category::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category`.`id` = `category.mainCategories`.`category_id` AND `category`.version_id = `category.mainCategories`.category_version_id WHERE (`category`.`version_id` = ?) AND (((`category.mainCategories`.`product_id` = ? AND `category.mainCategories`.`sales_channel_id` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
]
48 0.25 ms
# breadcrumb-builder::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`active` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ?))) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
]
49 0.36 ms
# breadcrumb-builder::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
]
50 0.34 ms
# product::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.`cms_page_id`, `cms_page.translation`.`cms_page_version_id`, `cms_page.translation`.`name` as `cms_page.translation.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.`language_id` = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.`cms_page_version_id` = `cms_page`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"zm%:g @7–oB°\x11\x04Õ"
]
51 0.42 ms
# product::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.`media_id`, `cms_section.backgroundMedia.translation`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.`language_id` = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"zm%:g @7–oB°\x11\x04Õ"
]
52 0.58 ms
# product::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.`media_id`, `cms_block.backgroundMedia.translation`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.`language_id` = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"▄g\x05@\x0FûO9Ä\x19┬ƒ\x18Ï]ü"
]
53 0.51 ms
# product::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.`cms_slot_id`, `cms_slot.translation`.`cms_slot_version_id`, `cms_slot.translation`.`config` as `cms_slot.translation.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x03ì‘F¦\tL£…Ù\x03Ëí\x18¾²"
  b"i´;ûÊçC¨Œj‡gæe£\x1C"
  b"ëF¯åó-L¤›k„¹„eB¦"
  b"""
    ìax\x02ÝXJ”›V\n
    (!&Î\x18
    """
]
54 0.57 ms
SELECT COUNT(DISTINCT `product_review`.`id`) as `review-count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))
Parameters:
[
  true
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
]
55 0.92 ms
# product-review-route::aggregation::customer-login-filter
SELECT `product_review`.`points` as `ratingMatrix.key`, COUNT(`product_review`.`id`) as `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) AND (((`product_review`.`status` = ?))) GROUP BY `product_review`.`points`
Parameters:
[
  true
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
  true
]
56 0.42 ms
# product-review-route::aggregation::language-filter
SELECT LOWER(HEX(`product_review`.`language_id`)) as `languageMatrix.key`, COUNT(`product_review`.`id`) as `languageMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) AND ((`product_review`.`language_id` = ? AND (`product_review`.`status` = ?))) GROUP BY `product_review`.`language_id`
Parameters:
[
  true
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
57 0.37 ms
# product-review-route::search-ids
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?))) ORDER BY `product_review`.`created_at` DESC LIMIT 10
Parameters:
[
  true
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
]
58 0.29 ms
SELECT COUNT(*) FROM (# product-review-route::search-ids
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) total
Parameters:
[
  true
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
]
59 0.33 ms
# product-cross-selling-route::search-ids
SELECT `product_cross_selling`.`id` FROM `product_cross_selling` LEFT JOIN `product` `product_cross_selling.product` ON `product_cross_selling`.`product_id` = `product_cross_selling.product`.`crossSellings` AND `product_cross_selling`.`product_version_id` = `product_cross_selling.product`.`version_id` LEFT JOIN `product` `product_cross_selling.product.parent` ON `product_cross_selling.product`.`parent_id` = `product_cross_selling.product.parent`.`id` AND `product_cross_selling.product`.`parent_version_id` = `product_cross_selling.product.parent`.`version_id` WHERE (`product_cross_selling.product`.`id` = ? AND `product_cross_selling`.`active` = ?) ORDER BY `product_cross_selling`.`position` ASC
Parameters:
[
  b"\x02Ë\e\x1E²O@¿ì─ímÂ/ìS"
  1
]
60 0.62 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
61 3.13 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  1
  12
]
62 0.54 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|79a36140a28a4ce6ac6d0e2ced062741|%"
  12
  true
  true
]
63 0.58 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
64 0.68 ms
# header::languages::search-ids
SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id`  LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id`  WHERE (`language.salesChannelDomains`.`sales_channel_id` = ? AND `language.salesChannels`.`id` = ?) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
65 0.36 ms
# header::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.productSearchConfig`.`id` as `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, `language.translationCode.translation.name` as `language.translationCode.name`, `language.translationCode.translation.territory`, `language.translationCode.translation.territory` as `language.translationCode.territory`, `language.translationCode.translation.customFields`, `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.`locale_id`, `language.translationCode.translation`.`name` as `language.translationCode.translation.name`, `language.translationCode.translation`.`territory` as `language.translationCode.translation.territory`, `language.translationCode.translation`.`custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.`language_id` = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
66 0.30 ms
# header::currencies::search-ids
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id`  LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id`  WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
67 0.27 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, `currency.translation.shortName` as `currency.shortName`, `currency.translation.name`, `currency.translation.name` as `currency.name`, `currency.translation.customFields`, `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation`.`currency_id`, `currency.translation`.`short_name` as `currency.translation.shortName`, `currency.translation`.`name` as `currency.translation.name`, `currency.translation`.`custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.`language_id` = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
68 0.27 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
69 1.70 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  1
  4
]
70 1.16 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  4
  true
  true
]
71 0.67 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ý£ì_Û€B¬¸øÈA÷\x0Eþ‹"
]
72 0.48 ms
# footer-pagelet::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
73 0.74 ms
# footer-pagelet::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, `payment_method.media.translation.title` as `payment_method.media.title`, `payment_method.media.translation.alt`, `payment_method.media.translation.alt` as `payment_method.media.alt`, `payment_method.media.translation.customFields`, `payment_method.media.translation.customFields` as `payment_method.media.customFields`, `payment_method.translation.name`, `payment_method.translation.name` as `payment_method.name`, `payment_method.translation.distinguishableName`, `payment_method.translation.distinguishableName` as `payment_method.distinguishableName`, `payment_method.translation.description`, `payment_method.translation.description` as `payment_method.description`, `payment_method.translation.customFields`, `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.translation`.`payment_method_id`, `payment_method.translation`.`name` as `payment_method.translation.name`, `payment_method.translation`.`distinguishable_name` as `payment_method.translation.distinguishableName`, `payment_method.translation`.`description` as `payment_method.translation.description`, `payment_method.translation`.`custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.`language_id` = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.`media_id`, `payment_method.media.translation`.`alt` as `payment_method.media.translation.alt`, `payment_method.media.translation`.`title` as `payment_method.media.translation.title`, `payment_method.media.translation`.`custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.`language_id` = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"p\x7F´/rJEGá$Ø\x18\eFy▀"
  b"$)v‹Ì\x04Eüƒð?·Í2\x02%"
  b"=\x16uıã;O\x13©1\eì}:\x1D×"
  b"E;|™\x7FVO¾¼HZ4ä(r¡"
  b"iŒØ\e’•Hæ³JkΧ¸v‘"
  b"”ú_›Ž¬JgŒÕ\x13ð½ß\x1Er"
  b"W}╗p/ìG\r®x\x12\x1D7╔B-"
  b"\x1FäÀ\x13\x1F¦BÓªLƒ\v³ž¯A"
  b"±¶ƒi‹\x11@E±¢¿T½\x16Õ,"
]
74 0.55 ms
# footer-pagelet::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
75 0.81 ms
# footer-pagelet::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, `shipping_method.media.translation.title` as `shipping_method.media.title`, `shipping_method.media.translation.alt`, `shipping_method.media.translation.alt` as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, `shipping_method.media.translation.customFields` as `shipping_method.media.customFields`, `shipping_method.translation.name`, `shipping_method.translation.name` as `shipping_method.name`, `shipping_method.translation.description`, `shipping_method.translation.description` as `shipping_method.description`, `shipping_method.translation.trackingUrl`, `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.translation`.`shipping_method_id`, `shipping_method.translation`.`name` as `shipping_method.translation.name`, `shipping_method.translation`.`custom_fields` as `shipping_method.translation.customFields`, `shipping_method.translation`.`description` as `shipping_method.translation.description`, `shipping_method.translation`.`tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.`language_id` = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.`delivery_time_id`, `shipping_method.deliveryTime.translation`.`name` as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.`custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.`language_id` = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.`media_id`, `shipping_method.media.translation`.`alt` as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.`title` as `shipping_method.media.translation.title`, `shipping_method.media.translation`.`custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.`language_id` = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÇÑ6îÚ\vHtŸc{l9ØPÉ"
  b"ùD\x14Îm¨NÖ³PÑŸ‹"âÎ"
  b"•t`\x05zaJ<“@½¸ô\*ø"
  b"'´º•ò­HÁ­H°ð·^ÇY"
]
76 0.39 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
77 0.21 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
78 0.32 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
79 0.31 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
80 0.28 ms
# sales-channel::load-analytics::read
SELECT `sales_channel_analytics`.`id` as `sales_channel_analytics.id`, `sales_channel_analytics`.`tracking_id` as `sales_channel_analytics.trackingId`, `sales_channel_analytics`.`active` as `sales_channel_analytics.active`, `sales_channel_analytics`.`track_orders` as `sales_channel_analytics.trackOrders`, `sales_channel_analytics`.`anonymize_ip` as `sales_channel_analytics.anonymizeIp`, `sales_channel_analytics`.`created_at` as `sales_channel_analytics.createdAt`, `sales_channel_analytics`.`updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics`.`id` IN (?)
Parameters:
[
  b"³µÝl3BJŃÏ×%÷3Á÷"
]
81 0.28 ms
SELECT `domain`.`language_id` AS languageId,
                          `domain`.`id` AS id,
                          `domain`.`url` AS url,
                          `domain`.`hreflang_use_only_locale` AS onlyLocale,
                          `locale`.`code` AS locale
            FROM `sales_channel_domain` AS `domain`
            INNER JOIN `language` ON `language`.`id` = `domain`.`language_id`
            INNER JOIN `locale` ON `locale`.`id` = `language`.`locale_id`
            WHERE `domain`.`sales_channel_id` = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
82 0.39 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?)
Parameters:
[
  "/detail/02d31b1efd4f40a88dc4a16db62f8d53"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
83 0.50 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  "VerignDvAccessibilitySw6.%"
]
84 0.26 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "VerignDvAccessibilitySw6.%"
]
85 0.21 ms
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE (`language`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
86 0.28 ms
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VÞGÀŽÊMT“*¸Æ³Qqƒ"
]
87 0.46 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
88 0.19 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
89 0.18 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
90 0.26 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
91 0.77 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagGmvReporting"
]
92 0.45 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
93 0.23 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
94 0.67 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
95 0.48 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:
[]
96 0.54 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
]
97 0.19 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
98 1.37 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
99 3.12 ms
# theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
100 0.92 ms
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id` WHERE `theme`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"™²$ßâ\rFé¬!¯Ü\x07Á\x04s"
]
101 1.10 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, `theme.translation.description` as `theme.description`, `theme.translation.labels`, `theme.translation.labels` as `theme.labels`, `theme.translation.helpTexts`, `theme.translation.helpTexts` as `theme.helpTexts`, `theme.translation.customFields`, `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation`.`theme_id`, `theme.translation`.`description` as `theme.translation.description`, `theme.translation`.`labels` as `theme.translation.labels`, `theme.translation`.`help_texts` as `theme.translation.helpTexts`, `theme.translation`.`custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.`language_id` = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
102 0.77 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.`media_id`, `media.translation`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation`.`language_id` = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"─g]ì?=LÚëµÚ╬│\x12\x02\x18"
  b"óÞ…À@sL\t‰±j­æ´ª¦"
  b">\x10\x13OùÕFiŠ˜ÕŽ\x08t•ð"
]
103 1.43 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SwagAnalytics"
]
104 0.91 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"%\x14H╣\eÃBÌàd?_╠ÏÉQ"
  b"ùâ\x05\tDüIŽ S\x7FÛUË£}"
]
105 1.07 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, `product`.`product_manufacturer_id` as `product.manufacturerId`, `product`.`product_manufacturer_version_id` as `product.productManufacturerVersionId`, `product`.`unit_id` as `product.unitId`, `product`.`tax_id` as `product.taxId`, `product`.`product_media_id` as `product.coverId`, `product`.`product_media_version_id` as `product.productMediaVersionId`, `product`.`delivery_time_id` as `product.deliveryTimeId`, `product`.`product_feature_set_id` as `product.featureSetId`, `product`.`canonical_product_id` as `product.canonicalProductId`, `product`.`canonical_product_version_id` as `product.canonicalProductVersionId`, `product`.`cms_page_id` as `product.cmsPageId`, `product`.`cms_page_version_id` as `product.cmsPageVersionId`, `product`.`price` as `product.price`, `product`.`product_number` as `product.productNumber`, `product`.`restock_time` as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, `product`.`active` as `product.active`, `product`.`available` as `product.available`, `product`.`is_closeout` as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product`.`variant_listing_config` as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, `product`.`manufacturer_number` as `product.manufacturerNumber`, `product`.`ean` as `product.ean`, `product`.`purchase_steps` as `product.purchaseSteps`, `product`.`max_purchase` as `product.maxPurchase`, `product`.`min_purchase` as `product.minPurchase`, `product`.`purchase_unit` as `product.purchaseUnit`, `product`.`reference_unit` as `product.referenceUnit`, `product`.`shipping_free` as `product.shippingFree`, `product`.`purchase_prices` as `product.purchasePrices`, `product`.`mark_as_topseller` as `product.markAsTopseller`, `product`.`weight` as `product.weight`, `product`.`width` as `product.width`, `product`.`height` as `product.height`, `product`.`length` as `product.length`, `product`.`release_date` as `product.releaseDate`, `product`.`rating_average` as `product.ratingAverage`, `product`.`category_tree` as `product.categoryTree`, `product`.`property_ids` as `product.propertyIds`, `product`.`option_ids` as `product.optionIds`, `product`.`stream_ids` as `product.streamIds`, `product`.`tag_ids` as `product.tagIds`, `product`.`category_ids` as `product.categoryIds`, `product`.`child_count` as `product.childCount`, `product`.`custom_field_set_selection_active` as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.translation.metaDescription` as `product.metaDescription`, `product.translation.name`, `product.translation.name` as `product.name`, `product.translation.keywords`, `product.translation.keywords` as `product.keywords`, `product.translation.description`, `product.translation.description` as `product.description`, `product.translation.metaTitle`, `product.translation.metaTitle` as `product.metaTitle`, `product.translation.packUnit`, `product.translation.packUnit` as `product.packUnit`, `product.translation.packUnitPlural`, `product.translation.packUnitPlural` as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.translation.customSearchKeywords` as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.translation.slotConfig` as `product.slotConfig`, `product.translation.customFields`, `product.translation.customFields` as `product.customFields` FROM `product` LEFT JOIN `tax` `product.tax` ON `product`.`tax_id` = `product.tax`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`product_media_id` = `product.cover`.`id` AND `product`.`product_media_version_id` = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND ((`product`.`product_number` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "61912978010"
]
106 8.86 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/detail/02d31b1efd4f40a88dc4a16db62f8d53"
  "/navigation/251448b91bc742de85643f5fccd89051"
  "/navigation/ec2a4d4fb4474b5088b03df523675f08"
  "/navigation/859156a63cc442008cc67aa14505a8ca"
  "/navigation/4851ecc7788447bfb1e74f488e708249"
  "/navigation/2350ba14e89143198d72042128b8519f"
  "/navigation/f3f47b57953b40afb23cd462dda41731"
  "/navigation/075251ee45644d14bfeae2fce50073a0"
  "/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58"
  "/navigation/07d6d4c2753d4315814435763a756eb6"
  "/navigation/4784c622e7b34b139d9852ed9fb53adb"
  "/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c"
  "/navigation/7ca22766fd2846b39712928cd77b169b"
  "/navigation/cc590dbc44b740169864cd7c989ddad0"
  "/navigation/275477acc6364fcbb3d3bfbe17317800"
  "/navigation/57e065cd29a24cb3b2d9fc39fc2abf50"
  "/navigation/aefcfa1180634bb98635452ad2dcdbf7"
  "/navigation/bda1448fb6f1449eae78e06d3dd07df3"
  "/navigation/2c38112820554a9598f0c8e77373625c"
  "/navigation/310cbec927954c1ca5d68a3a49b532c7"
  "/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa"
  "/navigation/c7643e90932e42f594f15a536998ed66"
  "/navigation/3abc5229293848c9b2fc1b27fd3d8421"
  "/navigation/514a31209c6e45c5b7f05cf2ce9205fb"
  "/navigation/8539a768e5ce4f168833f890bae1d0a6"
  "/navigation/0923017eea79437bb043b5b0673e115f"
  "/navigation/c6f322e9a6294eb896f7bb669251f305"
  "/navigation/8cfeb9558d524e17827ec792492c9122"
  "/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3"
  "/navigation/a3668172f857425f9bfe53224046ba51"
  "/navigation/505fcc508c4e47eb99d8e4627fe8bd32"
  "/navigation/82738af02a084bbdb851e11e8ec598dc"
  "/navigation/aab03d74404b481ba120fb9530426d47"
  "/navigation/018c9125ea874ae287429a2cefd1f2d0"
  "/navigation/1a5c6210666443f19920fa7686428657"
  "/navigation/76780ee5e68042aab5f6574d7e25dcd3"
  "/navigation/bef74106cc0b4125978553246ff16ad6"
  "/navigation/c4aa5e8624d24b30b0312e22701162d6"
  "/navigation/c6dc84aee6e1469696ac2299c312fde9"
  "/navigation/d62f763a8391413b81a164ea482db739"
  "/navigation/dfdf2340aca14881a6652d08e7656163"
  "/navigation/ab1de20b216545318a6cdad2ee7e2a82"
  "/navigation/afed1ddda6d849c49d00ca0932a75b70"
  "/navigation/b55d905661614a2fa7f585ef697d6cfe"
  "/navigation/c7156d3692b345c69d8c93126625814e"
  "/navigation/004440dd20754671ada9bf79a2b75fbc"
  "/navigation/0b73a534bf5044ed9dd6af4e301fc006"
  "/navigation/c9d1a6f276f24c67b7c66222804db52c"
  "/navigation/f57dc8356f054004b0b2ae82257e6ab4"
  "/navigation/cd3cfa833d6046b89a14935aee1a7f8f"
  "/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af"
  "/navigation/a316e8972e0041bfa756d6f7acc23e7d"
  "/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6"
  "/navigation/eeadca367c544275ac141449b234e23b"
  "/navigation/0efa889b062a423c8fd11a73b02e28f4"
  "/navigation/52daaaf1c14242d699b579aa2eadba48"
  "/navigation/8537420f2eb44ac297adf8c04e163b3d"
  "/navigation/d9db2acbb0ef4cfab89a07bc122d204c"
  "/navigation/f501cdbc9c1c4609a8a519e227fc2bef"
  "/navigation/f59522a887f947d8864e42c4ebc39266"
  "/navigation/f9e2050944fc498ea0537fdb55cba37d"
  "/navigation/882667d91b2d4ab5a8cb33bcce661e38"
  "/navigation/35da856933d947239055eaf099933e29"
  "/navigation/4e2522fa9ec04f46bcab12cd36925cb6"
  "/navigation/552f1d0a97d7418d822959705696a65d"
  "/navigation/7623cc38e1154a2797227b05b7d74503"
  "/navigation/78c4ca0a6208486cb940907b1298f747"
  "/navigation/37476b928c114f0692ad5a37af14e66b"
  "/navigation/d3000e05adbf41ccb0952539c25cb21c"
  "/navigation/1b15b427e9cb40b28d537a893668f15a"
  "/navigation/43c83d522870493a8ab2df8abb5d556c"
  "/navigation/49f823826b384871aec230ae7ee2f154"
  "/navigation/e5a13fc2f1c542cd9057c9488b5c559a"
  "/navigation/01fb819fa75744c8a56fdc0981381ba9"
  "/navigation/7182c23f1e214e85adba25d65afe398a"
  "/navigation/73045f602ad1421fadf76dcecc9ca960"
  "/navigation/89a9b23c1a8b41c2bb4a66032fda3981"
  "/navigation/a585c54285844d1ebd1a64392ed3ee8c"
  "/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f"
  "/navigation/c76f09f24f1942b1822fb275e0080db3"
  "/navigation/e10596ecd9474c998247ceb3e50921c6"
  "/navigation/01797e0437b3448db94e690f14f43e5f"
  "/navigation/7b34af3a47cb4c3ba3188ed1cee83967"
  "/navigation/7758ea41858d4231ad3623921c73e531"
  "/navigation/68376253ee4542d7aa4d93ac4958eb0a"
  "/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e"
  "/navigation/d867ffee71f646f09b1c069b267201e0"
  "/navigation/4fed7b490a09439dbe58747fe74f3e5d"
  "/navigation/cf5a0b4136834eac88874e7ff81b8ba5"
  "/navigation/f19faba35fa04f30a1bdd354b051f625"
  "/navigation/4bc032eef6364672a0d09b8abe93d55e"
  "/navigation/33b309eb71bc4c2a9976970795d500fa"
  "/navigation/6dba75696b5148139136de033ffc6382"
  "/navigation/be2f3ca764534022a2ba79f972c9679d"
  "/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6"
  "/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef"
  "/navigation/7b7970e14b87448fb41d825fcec350d0"
  "/navigation/7d34ea33ebd2430b84ca71a999e7b708"
  "/navigation/abfa97de640b48c7a6afa067b88812bc"
  "/navigation/1f423e85c6eb494980b22dde93e64a9c"
  "/navigation/876b21ae9d7c41498115b90823beeb7b"
  "/navigation/2b29710e5f0f44a8825513b4e6e2a98d"
  "/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8"
  "/navigation/671bb3d9919346a1a0187fba6835a133"
  "/navigation/dfe70840626a4a9a88c56999fb42852b"
  "/navigation/e4ae50f24b8d4d6483cbea48cedb146b"
  "/navigation/73e9c784d8c448d8a7e304117eed2293"
  "/navigation/8fa76c45c7a14b1ca93353f7b1f85411"
  "/navigation/f2e70390e9e34ceda7549b53800c1e08"
  "/navigation/0bc41cae5ab441458dce00de02107388"
  "/navigation/5f149c7e1b2b48f9ae6364de8ce288fe"
  "/navigation/903d01af296c4a2391205affb24423c2"
  "/navigation/89364c27afac40fa9ead1ec3136ec684"
  "/navigation/aecbd0f4de0742199dd75fadddec2013"
  "/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0"
  "/navigation/bccc5c020811472196379229044dc7fd"
  "/navigation/2db3c8aa857a4bc6a6d11e3438350063"
  "/navigation/068567f45f424e389167089941c407ec"
  "/navigation/165d387e909249889e89cd6584e6c81c"
  "/navigation/20e44a7345fa48468f3d0e2298b4f067"
  "/navigation/224193720c2a4a45bc96cb2d055655ba"
  "/navigation/3c24eab57c3d445698f26534ea18e660"
  "/navigation/444424ff93914a27a401e920bb33976e"
  "/navigation/72202b824a384e9a8c11ae6afe2a9d75"
  "/navigation/7b182711a1294f69ae2266b5e37b5bc4"
  "/navigation/83868e2e81b340bfa067343e71965085"
  "/navigation/89d46426d44c4442993d4b524afc59a4"
  "/navigation/a16abde2699547c2b823b86c6b48d0d7"
  "/navigation/a3025fff20374024b907cddab6c39d43"
  "/navigation/d14cb43cbcf245eea471b31b87876e6d"
  "/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d"
  "/navigation/e5c66ca00fd140229735738d20618e8c"
  "/navigation/b613bcea17d94cd68c0f1b01c96a843f"
  "/navigation/f65330b5335b43a8ba39baec7d44aa54"
  "/navigation/fb3986cb89834cf3a3b42c5a651034a5"
  "/navigation/9eb6e1f2d32e4679aa85298c3e2fd678"
  "/navigation/a5d30272319c4e6f8577b8f344013d34"
  "/navigation/5be3b86f12b94044a39420702328fe79"
  "/navigation/e40c020ad4b74db7bc3e2e88c4c27be8"
  "/navigation/ab078ca87be74c748a7e971e766ceaf3"
  "/navigation/efef8f302349446dac0f0d67631b70cf"
  "/navigation/f5e01e9054514b68a8653c5a4f2e5ee1"
  "/navigation/e485c99ca374414e851e1bae3f10af8e"
  "/navigation/2fb093f95507419987f178312f1a3159"
  "/navigation/4823a61385b44ff1acf4e6382ddc6ed4"
  "/navigation/a6abb398e64e45f1895b6666ef5c48d1"
  "/navigation/00f37e830a0348d09705a9612c8c8cba"
  "/navigation/71ca1150915f49e5a1f2fd538909d05a"
  "/navigation/1c5e979155a844539448db12fd5ee768"
  "/navigation/8880adde82fa414eb680521ec3b57c4a"
  "/navigation/edd74ffcfbd44ba9904d355f05d440a6"
  "/navigation/29bbfc2eb6d444f08a34e46f60b76e17"
  "/navigation/9228dba7d8ff47a897c5e6125f40dae0"
  "/navigation/500fe37e8fab4ec686d79803e58a8133"
  "/navigation/defbeb767ca44c1b970ab994d662a6a2"
  "/navigation/5d1b4c4fdc094289932a615f81db335b"
  "/navigation/b3fcd7cc2e684a8b96f82adbb8615f55"
  "/navigation/1f6fc0d096e4433f847169a8653f9872"
  "/navigation/cdf0a23d5d72433783ef241128a9b070"
  "/navigation/273527558c5e4e2cb3168fbfbbf6db0e"
  "/navigation/0fc49a5d23ec4742845d4d31898f67f2"
  "/navigation/9870b54fef794c4b87791c9dbc9b83b9"
  "/navigation/91314c7682154e58a203d7deb3c46e25"
  "/navigation/0198a84419397e96ae8527630cef7f63"
  "/navigation/019c03b8fcaa72dc9e2c6dd03b04916d"
  "/navigation/5fdbefa88b0942d28155aa77fb9d1ef2"
  "/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27"
  "/navigation/6abcc304f8c84933a719a126f42a6651"
  "/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3"
  "/navigation/ea2fc00d192244b3b852128b45d74842"
  "/navigation/2a5c8fc96ef04011aef499b2fb4faca4"
  "/navigation/01971690d7e97455bdb6a13033fc4bea"
  "/navigation/01971691bb387f7f8d6fa68ac5bc78b0"
  "/navigation/019a7cc2c0ed7c48bfd77766e7197c67"
  "/navigation/019841caba81739d847aaec4495335dd"
  "/navigation/c760008290d84dbaae3f6f4b83269ddd"
  "/navigation/019aea2480627a599fd1d0db6122e224"
  "/navigation/0197169587bc7ef2832928391108aef6"
  "/navigation/01992f21513c7fca831141b67a0ba2a6"
  "/navigation/0199288800f87feaabd6d217f0254df0"
  "/navigation/01983b68543b7476b25d1ed5006cd884"
  "/navigation/572804a509e74ad58d18d52ef0cfeb3c"
  "/navigation/0199772279547efd8f94e76789b316b3"
  "/detail/1fc878cff34d4dec9af58ebe0f8e2d36"
  "/account/recover"
  "/navigation/d1c8e7fd3f514b16a7c7c457c438b93f"
  "/navigation/585d71242fa54b0fba56e331ed5adbe1"
  "/navigation/0199576db2937bbe9a41fb6156449782"
  "/navigation/08014c102bba43b09e93a823de238da1"
  "/navigation/04ac33f9be48438ba185ce8585682c3c"
  "/navigation/ba9f9e3fd094425392c838f151773526"
  "/navigation/cda441a37060455fa34c8ce371928eb3"
  "/navigation/52242d7c7a3349359001e1b7b2c3df80"
  "/navigation/83586831f5bc43d6824ec80864e9314e"
  "/navigation/0196d8a825c27a7e93a4b07323c246d6"
  "/navigation/ccd140695dc643408838c39c838a0a51"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
]
107 0.55 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"†;orw>Jj²»Úï\x06бQ"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"K‡Øl1ÄL\x03®Îy¥±HÃ_"
  b"“ª'KùøMN–ÎQ\r\x03¤"
  b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI"
  b"│ì╔╝¶c@\eî╦²4É\rÎó"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"(Ê®u¥bO\r˜Z½\x0E³*¡`"
  b"Ê*\v3.ÅM▓║ÙÞÊÞe\ý"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.