GET https://staging.ktm-sturm.de/ersatzteilfinder/vitpilen-701-2018-modelcode-F2603R4

Query Metrics

113 Database Queries
101 Different statements
961.16 ms Query time

Queries

Group similar statements

# Time Info
1 0.88 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
2 0.20 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
3 0.47 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.28 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.54 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.47 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úê-ÅÍ+ \"
  "ersatzteilfinder/vitpilen-701-2018-modelcode-F2603R4"
  "ersatzteilfinder/vitpilen-701-2018-modelcode-F2603R4/"
]
7 0.32 ms
# seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "/ersatzteilfinder/vitpilen-701-2018-modelcode-F2603R4"
]
8 0.87 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.24 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
10 0.28 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "6soiMJixI4gB45oWzyzwADTZTvmaZYPq"
]
11 0.37 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úê-ÅÍ+ \"
]
12 0.57 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úê-ÅÍ+ \"
]
13 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úê-ÅÍ+ \"
]
14 0.25 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úê-ÅÍ+ \"
]
15 0.42 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"
]
16 0.28 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Í‚ó¬›ÑÀßÊ"
]
17 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—•+)"
]
18 0.32 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╚¢Í"
]
19 0.18 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:
[]
20 0.58 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╚ï"
]
21 0.55 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▀"
]
22 0.59 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"
]
23 0.22 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—•+)"
]
24 0.19 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "6soiMJixI4gB45oWzyzwADTZTvmaZYPq"
]
25 0.26 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
]
26 0.56 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÷"
]
27 0.21 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
28 0.44 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"
]
29 0.21 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01˜Ð \x06[p»¹á\f-¦²*C"
]
30 0.48 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~"
]
31 0.22 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~"
]
32 0.38 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:
[]
33 0.28 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:
[]
34 0.19 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"¡×[¶&ÙNc‡öº\x12—•+)"
]
35 0.94 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úê-ÅÍ+ \"
]
36 0.44 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"
]
37 4.22 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
]
38 0.21 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
39 0.40 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
]
40 0.59 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"
]
41 0.63 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úê-ÅÍ+ \"
]
42 0.40 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"
]
43 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úê-ÅÍ+ \"
]
44 0.29 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Í‚ó¬›ÑÀßÊ"
]
45 0.32 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þ‹"
]
46 1.96 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
]
47 1.04 ms
SELECT LOWER(HEX(`category`.`parent_id`)) as `category-ids.key`, COUNT(`category`.`id`) as `category-ids.count`, COUNT(DISTINCT `category`.`id`) as `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|dda3ec5fdb8042acb8f8c841f70efe8b|%"
  4
  true
  true
]
48 0.54 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þ‹"
]
49 0.41 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úê-ÅÍ+ \"
]
50 0.72 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Õ,"
]
51 0.46 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úê-ÅÍ+ \"
]
52 0.71 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"
]
53 0.25 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
]
54 0.22 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
55 0.22 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▀"
]
56 0.17 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
57 0.30 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"
]
58 0.57 ms
# category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` LEFT JOIN (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.`language_id` = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
59 0.31 ms
# category::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.`cms_page_id`, `cms_page.translation`.`cms_page_version_id`, `cms_page.translation`.`name` as `cms_page.translation.name`, `cms_page.translation`.`custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.`language_id` = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.`cms_page_version_id` = `cms_page`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"iTwà.öCå \x16¸>ÔÍö:"
]
60 0.45 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.`media_id`, `cms_section.backgroundMedia.translation`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.`language_id` = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"iTwà.öCå \x16¸>ÔÍö:"
]
61 0.57 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.`media_id`, `cms_block.backgroundMedia.translation`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.`language_id` = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \x01˜¬”\x08Jraº\n
    2‚Xó\x7F£
    """
  b"\x01™âxˆ\x18\x7FI½ûb\x04\x16xæä"
  b"\x01šÅp\x7FÂzT˜«¡óP|\x1AÑ"
  b"""
    \n
    $Epê6B® }4•¢a`\x13
    """
  b"\x1EÎ[¢H'M\x1F·ãæfÂi®""
  b"6ìyyYRGWš<l\x11|‘+æ"
  b"tÃNêP&@»ƒ\x19¸\x13vpÂÕ"
]
62 0.65 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.`cms_slot_id`, `cms_slot.translation`.`cms_slot_version_id`, `cms_slot.translation`.`config` as `cms_slot.translation.config`, `cms_slot.translation`.`custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.`language_id` = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.`cms_slot_version_id` = `cms_slot`.`version_id` WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÿ¼öDfs\x0Fر‗:ª¦┬±"
  b"\x01™âÅâìv\x05­\x06¥ÚÉÌ\x1D®"
  b"\x01šÅ‡+>{ߣ‹aÀVÆÕê"
  b"±ìM\x04\x1C÷G)œºböç_|±"
  b"D\x0E1\x08uªAê“\x10ÑòÑ<VÎ"
  b"Z±ŒØÍ}IR¶™cï)\x1E\•"
  b"påi¾ÿQEÁ¬øíê—Â\x04É"
  b"19\x15,ªŸH%˜\x14õ\x058ŸœC"
  b"“Á…eƒ¡EÒšÙy:„ö*\x03"
  b"▀'É#dãC3åTë<IÍ\x7F»"
  b"᯽[+\x15Gƒ¯‹è¿‰…\x1AÒ"
  b"æ­áìlIC\x04‘ײ…Žão™"
  b".Ö╗x\x01èDì¿G(RP¥|½"
]
63 0.36 ms
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, `product_stream.translation.name` as `product_stream.name`, `product_stream.translation.description`, `product_stream.translation.description` as `product_stream.description`, `product_stream.translation.customFields`, `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.`product_stream_id`, `product_stream.translation`.`name` as `product_stream.translation.name`, `product_stream.translation`.`description` as `product_stream.translation.description`, `product_stream.translation`.`custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.`language_id` = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ð"±&‰¬C]›¸\v\x02ý—ûŸ"
]
64 0.30 ms
SELECT `moorl_sorting`.`id` as `moorl_sorting.id`, `moorl_sorting`.`locked` as `moorl_sorting.locked`, `moorl_sorting`.`url_key` as `moorl_sorting.key`, `moorl_sorting`.`entity` as `moorl_sorting.entity`, `moorl_sorting`.`priority` as `moorl_sorting.priority`, `moorl_sorting`.`active` as `moorl_sorting.active`, `moorl_sorting`.`fields` as `moorl_sorting.fields`, `moorl_sorting`.`created_at` as `moorl_sorting.createdAt`, `moorl_sorting`.`updated_at` as `moorl_sorting.updatedAt`, `moorl_sorting.translation.label`, `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation`.`moorl_sorting_id`, `moorl_sorting.translation`.`label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation`.`language_id` = ?) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation`.`moorl_sorting_id` = `moorl_sorting`.`id` WHERE `moorl_sorting`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0FA<X]ˆ1Ñ×[Ž›VÐv"
]
65 0.84 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"\x01šÅ–ó–wYŠ\x125h}oÝ,"
  b"\x01Üm¬Ùz╚×ÍÉX▒0tÚ"
  b"y4èà\x03DD*¥\x13yøh­Ls"
  b"\x13ë¾p£—F…¥º ……+Øï"
  b"u=$YCÆG«—šÂJÙ\x19Çß"
  b"""
    >ú×¼T█K\n
    ì>ÊÚrà6¬
    """
  b"""
    £#uñÝ\tJ‚ŸPå\n
    †k¯t
    """
  b"ÚèfŽ\x15§N4€+L$dW>b"
  b"Û¨w\t%\x00A߬†´$£æ¦]"
  b"\x01ÿ§AF\x16}Öɽ┘░£*¦^"
  b"\x01˜õBï{u\x12º–IM_àNS"
  b"¹_ŒÃLöO–‡Ji\x1E•)\x05\x19"
  b"’Û¹&œ÷D;£\x16|[^ðÁG"
  b"}U\h¼)@òŽ('Ók¡Ä\e"
  b"\x1A\┤ksYCÓïÙ┴ØÅAÜþ"
  b"ÏÚDTF\@\x12Œ\x1CZO€rÀG"
  b"\x01šSk•0z~¼îbÊ0µ”\x00"
]
66 592.73 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((((IFNULL(`product`.`active`, `product.parent`.`active`) = ? AND NOT (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_api_import')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))) AND NOT (`product`.`display_group` <=> ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`display_group` ORDER BY MAX(`product`.`created_at`) DESC LIMIT 10
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "1"
  "null"
  null
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
]
67 2.10 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`, 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`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"+│?¶;Í·øø&Ý5+[;ü"
  b"uælãvøàoS×\ITxN&"
  b"╗ $\x04èyæ.@¥┘pÉ÷n)"
  b"\x1A<„d€Ù)ül\x00q>¥Ál×"
  b"qÙô\vXKû©¥gõÇfã?Í"
  b"_,\x0Ec\x00\fͱj—ýÚÌ®L¨"
  b"0\x1D‘ý\x10\tFçÌô\x18\x1C؛њ"
  b"hcŸ^­ÐÊ=މI=ÒáëE"
  b"ÈÒv¦Ï©ƒ}ò«"L‡Cr"
  b"\x04:álYÑÉÿlö\x01û^\eš½"
]
68 0.31 ms
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"\x04:álYÑÉÿlö\x01û^\eš½"
  b"\x1A<„d€Ù)ül\x00q>¥Ál×"
  b"+│?¶;Í·øø&Ý5+[;ü"
  b"0\x1D‘ý\x10\tFçÌô\x18\x1C؛њ"
  b"_,\x0Ec\x00\fͱj—ýÚÌ®L¨"
  b"hcŸ^­ÐÊ=މI=ÒáëE"
  b"qÙô\vXKû©¥gõÇfã?Í"
  b"uælãvøàoS×\ITxN&"
  b"╗ $\x04èyæ.@¥┘pÉ÷n)"
  b"ÈÒv¦Ï©ƒ}ò«"L‡Cr"
]
69 0.33 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"
]
70 0.37 ms
# cms::moorl-brand-slider-v2::search-ids
SELECT `product_manufacturer`.`id` FROM `product_manufacturer` WHERE (`product_manufacturer`.`version_id` = ?) AND ((NOT (`product_manufacturer`.`id` <=> ?))) ORDER BY `product_manufacturer`.`media_id` DESC, `product_manufacturer`.`id` ASC LIMIT 12
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
71 1.03 ms
# cms::moorl-brand-slider-v2::read
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.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` FROM `product_manufacturer` 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` WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"{ƒ0Õp­F<œ~·ó\x04Ž{-"
  b"áˆÍyÔFHïžk|Ã\q„ª"
  b"""
    Õ(\n
    +·îJM„ñ}ðÆ~=ï
    """
  b"▄0¬<ı█G4ÉØ[\x16Â=){"
  b"\x0EQZ1ï½L\x1C’ê’¥oìĽ"
  b"†ÞþÊ2\x1A@8¯dD/Ú`ð\x01"
  b"¥« È)ãOo©<\v;ýbüØ"
  b"{ÿbŒ“üIćŠEÈ*ÜÄ}"
  b"\x06.│ì\uCvÀî\x14┘7!±ç"
  b"3├¼\x1C¥‗E,░Ï,ï\tbìz"
  b"""
    Å8þ\n
    ?\x17Oйx¾¤ºÑ5Ø
    """
  b"-¬®9x"C-®HÌ›~~¶í"
]
72 0.65 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"+│?¶;Í·øø&Ý5+[;ü"
  b"uælãvøàoS×\ITxN&"
  b"╗ $\x04èyæ.@¥┘pÉ÷n)"
  b"\x1A<„d€Ù)ül\x00q>¥Ál×"
  b"qÙô\vXKû©¥gõÇfã?Í"
  b"_,\x0Ec\x00\fͱj—ýÚÌ®L¨"
  b"0\x1D‘ý\x10\tFçÌô\x18\x1C؛њ"
  b"hcŸ^­ÐÊ=މI=ÒáëE"
  b"ÈÒv¦Ï©ƒ}ò«"L‡Cr"
  b"\x04:álYÑÉÿlö\x01û^\eš½"
]
73 1.88 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`, 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`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`name` as `product.manufacturer.translation.name`, `product.manufacturer.translation`.`description` as `product.manufacturer.translation.description`, `product.manufacturer.translation`.`custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.`language_id` = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_version_id` = `product.manufacturer`.`version_id` LEFT JOIN (SELECT `product.unit.translation`.`unit_id`, `product.unit.translation`.`short_code` as `product.unit.translation.shortCode`, `product.unit.translation`.`name` as `product.unit.translation.name`, `product.unit.translation`.`custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.`language_id` = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.`delivery_time_id`, `product.deliveryTime.translation`.`name` as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.`custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.`language_id` = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.`media_id`, `product.cover.media.translation`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.`language_id` = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"+│?¶;Í·øø&Ý5+[;ü"
  b"uælãvøàoS×\ITxN&"
  b"╗ $\x04èyæ.@¥┘pÉ÷n)"
  b"\x1A<„d€Ù)ül\x00q>¥Ál×"
  b"qÙô\vXKû©¥gõÇfã?Í"
  b"_,\x0Ec\x00\fͱj—ýÚÌ®L¨"
  b"0\x1D‘ý\x10\tFçÌô\x18\x1C؛њ"
  b"hcŸ^­ÐÊ=މI=ÒáëE"
  b"ÈÒv¦Ï©ƒ}ò«"L‡Cr"
  b"\x04:álYÑÉÿlö\x01û^\eš½"
]
74 0.35 ms
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"\x04:álYÑÉÿlö\x01û^\eš½"
  b"\x1A<„d€Ù)ül\x00q>¥Ál×"
  b"+│?¶;Í·øø&Ý5+[;ü"
  b"0\x1D‘ý\x10\tFçÌô\x18\x1C؛њ"
  b"_,\x0Ec\x00\fͱj—ýÚÌ®L¨"
  b"hcŸ^­ÐÊ=މI=ÒáëE"
  b"qÙô\vXKû©¥gõÇfã?Í"
  b"uælãvøàoS×\ITxN&"
  b"╗ $\x04èyæ.@¥┘pÉ÷n)"
  b"ÈÒv¦Ï©ƒ}ò«"L‡Cr"
]
75 0.44 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
]
76 3.54 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters:
[
  "%F2603R4%"
]
77 38.08 ms
SELECT s.*, c.name, n.name  as article_description, IF (p.active = 1, lower(hex(p.id)), null) as product_id  FROM hobaIT_sparepartfinder AS s 
		    LEFT JOIN hobaIT_csb_article_data AS c ON c.article_number = s.article_number 
			LEFT JOIN hobaIT_sparepartfinder_article_names n ON n.article_number = s.article_number
			LEFT JOIN product AS p ON p.product_number = s.article_number
			WHERE model_number = ? ORDER BY `group`, sequence_number ASC
Parameters:
[
  1001179188
]
78 33.57 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (12054,17417,49276,49326,49666,49667,49668,49669,49670,49716,49724,49726,49755,49761,49767,49797,49814,49826,49845,49863,49897,49898,49902,49903,49907,49930,49937,49941,49942,49953,49973,49974,50019,50023,50035,50043,50047,50049,50051,50053,50054,50056,50057,50058,50061,50062,50066,50069,50076,53243) ORDER BY number, part_type ASC
Parameters:
[]
79 133.81 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (12054,17417,49276,49326,49666,49667,49668,49669,49670,49716,49724,49726,49755,49761,49767,49797,49814,49826,49845,49863,49897,49898,49902,49903,49907,49930,49937,49941,49942,49953,49973,49974,50019,50023,50035,50043,50047,50049,50051,50053,50054,50056,50057,50058,50061,50062,50066,50069,50076,53243) AND article_number IN ("54603097000","54603081000","54603090010","54603090020","54603090030","0760253270","58303090000","75004084000","50203081800","7600408004401","7500408304401","54603182000","75004085044","54603015000","54403135000","75004083010","75004080100","60236030100","61236031400","78936036000","59036027000","76636028044","76636032000","78036033000","60036035185","60036035190","60036035195","60036035200","60036035205","60036035210","60036035215","60036035220","60036035225","60036035230","60036035235","60036035240","60036035245","60036035250","60036035255","60036035260","60036035265","60036035270","60036035275","60036035280","60036035285","60036035290","60036035295","60036035300","60036035305","60036035310","60036035315","60036035320","60036035330","77236060100","76636061000","76636056000","76636056050","76636057200","0984080406","0984080556","76636030010","0799060000","58038007755","75038001020","07984050100","75038002000","0402251980","0402251180","77038011100","59038011110","0025050166","75038041200","07700390261","76038041000","76538034000","75038046100","58038005100","58038028000","58538023000","58038022000","0908120153","07701250151","59038016100","0770180020","59038017100","75038003000","75038004000","75032050001","61238091000","0603100141","75038046110","76640001000","0770244031","0025060206","0618172312","75040022100","0405172117","76640026000","75040015100","54633090000","0471170010","0472056200","75040020100","0405263013","75040015007","0471170100","21003001000301","7500300104901","7500310104901","21003085050","21003086050","21003088000","21003087000","43205062100","0025060086","76503075100","2100303800001","21003038050","2100303900001","21003039050","0081050121","54804067000","21011057050","0025080306S","0125080003","0035080206S","61003050000","61003051000","60003044000","61003042000","0799060003","014579080506S","54630044000","75603015000","75003014000","76003040033","0912040253","61041088050","51103053051","21003001089","58605083014","76003095210","54804067010","2100300211033","0025080406","2100300200133","2100300200233","2100304810030A","2100304910030A","0015080256S","60003050000","60003051000","60003152000","60003052000","21003089000","0025060126","0035100209","0035080306S","21007057000","0025060406","2100302304430S","2100302600033","0025080206S","62503027200","61303028001","61003024000","60411045000","0084040123","64103028001","05588R2801","0025080306","2100103402830S","2100103202830S","54801036000","0035080306","77701084000","54201081100","54601184000","78101086000","58412080300","0770275025","2100200700030","61002004000","2100203004430","76011073100","21002021000","58412040100","07984050163S","76511070100","0035080406S","2100203100030","6130204400030","59413008000","50302038200","61002043000","61002051144","61302055050","61002056000","61002054000","61002055144","21032063000","83111049000","59032062000","0912060653","76011073110","01585R2801","76504016000","2100403004433","77704034000","59404032000","0618222812","54603036000","75004066000","72210079000","0025060106","5461107610030","0025050106","21004060000","69008021040","0017060305","83008000012","75004037000","75003088000","75004046000","75004042000","54804038000","2100404211030S","21004042060","21004042070","69008021160","0025080606","0025060166","78904230010","76005007200","51010086100","61005005000","61005009000","75041090200","69005050000","0024060256","69005005005","2100508300033","014581080403","58405050065","54305068100","2100501100033","2100501300033","69008021080","78105181010","0797050000","2100501200033","7560501410001","60405069000","0025080356","21005050000","21006001000","21006040000","21006041000","21006040050","21030088000","21006017000","60706015000","21006016000","76011056000","21005031000","76006026000","55006028000","76006014100","21006002000","00049190121","69004060050","0018050163","61041080000","75030087000","76007088000","76007088010","76007028000","00050157706","60007316150","76407088100","21007013000","21007080100","0912050163","76007080190","21007008050","21007013050","83008100015","60007126001","21007008151","0019050121","014579050081","014579050301","21007040000","0025060256","69007028000","69007027000","60006001021","21007047044","21007048010","61303002040","77307040041","21007049000","21011004000","21011004050","76006014000","21011003000","21008019033","54211052000","0017060205","21008011000BGA","21008025000","21008026000","21008030000","60008008050","21008015000","21008015020","58214069051","60006001022","0024060206","0024060106","0985060003","60408061050","58412080400","21014040000","21008057000","21008050000BGA","21008051000BGA","21008065020","21008065010","21008064000DB","21006003000","21006004000","21008064010","21007046000","0025050206","28514001000","2101401000030","50233041000","60314025000","76014069051","60314026000","76014062000","0024060156","60314047000","0797100003","58414030000","0433100003","21011066044","21007050000","76007008052","28514069000","0081650121","28511067000","28511067010","21011066050","76011064200","21007051000","21011075000","21011081000","58011109130","76011048000","75011087050","61341031300","60341031050","21011060033","44011076140","44011076200","44011076305","61041088000","61111057000","76011030000","61041085100","61611043000","43578178","R14042","R516","43578173S1","43578172S1","R14032","43578176S1","43578175S1","RP80003","RP80001","RP80002","43578042","52000148","T511","40540882S1","14460161","46180010","R12012","46148166","RP80004","46148041","46148101","46148098","21008099000","61308192000","21003098000","2100900104430A","58709076000","61009011000","0625069068","0472047175","0760354771","78009012000","76009001010","75009081000","54809082000","7600916000033","76042020000","76009062000","21009098000","75609015000","2101000104430A","75310011000","0625062052","0472052200","0760305271","60110013000","60010015000","75010051040","0019080206S","76010057000","76010020000","76010012000","0625062060","0472062200","76010014000","76010059100","76010060000","76042021000","60010081144","60010084000","60010086000","50304040100","76910065118","76910066000","7601005004433","00050002025","76010015000","21011059000","76011053000","21011054050","21011055000","21011097000","58411098100","21011059050","60011034100","58411096100","21011096000","62111059060","12011016000","76211058000","0912060083","2101300100030","61313029000","61013009203","61013013050","61013013000","21013028000","61013021000","61013009004","69013069001","58007017000","60013020000","76013005000","61011050100","61013006000","61013008000","21013055000","6251300214430","21042003000","62113020100","00062030000","2101305004433","5830306005133","0025060206S","0625006087","61013069100","0019080306S","58303061100","54513101044","0738060165S","54603069000","0934060003","54603068000","69013099150","54513150000","60011093045","21042001000","61013052000","2101301500158","6111302200001","76013019000","76013019050","0035100659","21013030000","58713017000","58713018000","21042004000","62513020000","0025050126","60111094100","2101308000158","7501307500030","54613311200","54613218100","61013020200","50313083000","50313081000","75013090000","61013082000","21042002000","21015001000","93015003000","76015015000","61315028100","28515024001","00050162706","58031005000","00050170706","78015119000","58431082100","61315026000","27015024000","78015019001","21015012000","21015011000","00063004202","80312002000","HQV0051E","HQV0052E","HQV0110","HQV170045INT","3402210EN","76029099000","60029070300","53012028200","60012060032","76029063000","60012060000","76029062000","53012024100","75029072000","21042031044","76042040200","21042033000","62111051000","76042125000","014580060166","61342046000","21013026000","7663010003333","0770060018","0910100003","59030023000","60030064050","0021050003","073800501002","60030022000","58030021000","0025060356","79230010000","75030042000","75038048100","54633018400","59040028000","51030026100","54830027000","75030003051","75030003050","0458030080","0906140150","0906100100","0025060306","0025060706","0603061001","75030058160","0912060123","00050220706","76030086000","75030047000","75030060100","59001092050","0025060806","76638029030","76630099100","76830001244JA","58030020100","49030090000","59030019200","61030019050","0760172861","75030025000","59030296000","0770191015","0472280120","76834050000","014580050203S","78003023070","76834052000","61434051000","21035010100","2100806100033","2100806000033","90135001001","60035001000","41001052000","00049320121","75035026000","00050325706","75035027000","00050331706","0081050161","75035044000","58435041000","62535009000","21035065144","21035067000","60035068000","60335066044","83008100020","60035045000","0770017015","06252858161","76633001000","0405242813G","76633040000","0471027000","76633005100","76633003100","76633006100","76633002000","59033080000","0625060044","77333001160","76633010000","76633016000","76633012000","49030023100","0760324773","0770020220","54633014100","58033029116","51033031000","58033132200","76633011000","56533098000","76633015000","76633013100","76633014000","0471200120","00050000946","75034002100","75034001100","75034003100","0402061480","75034019000","76834005133","56534013100","54634020000","54634014100","75034050000","54632095000","0760142460","61434024000","75034052000","60034023100","76834115001","0625618050","76634012144","0618354212","79234012020","60411023000","0984050143S","2103403104433","69034032100","61034035000","0912060453","21034036044","7600317000033","76034038000","50233041500","0024060156S","76630157044","0988223201","09882232015","0988223202","0988223203","0625062221","07700900151","77236072020","7663013804433","76630135000","76630018200","0888040050","75030018150","56530081000","56530081100","56530081200","56530081300","75032000102","75030029100","75030055100","0749080300","6946005","58132072000","0936181505","0760355070","76630015144","76630007000 I","76630007000 II","75030074000","76630031044","00050000249","00050000250","00050002305","75005026000","76005026000","76005027000","76005031100","78105081010","60005026000","61205032000","0025060126S","75035017000","60040027050","75035016000","7503505210033","75035053000","0024060136","75035055000","60035055150","0760153459","0474050100","75035055110","0618182412","0618404712","76636010050","0019050163S","76636081000","50203097000","76630158000","76636005000","76636013000","77236080100","0770010010","61236008200","0770220020","77036003000","76636102000","76636018000","76636001000","75036018050","0025060306S","76636010244","7663602004433","76630036000","0835080256","76636026001","61236025001","60036078050","75036079000","79435047000","0770100020","0913080060S","0979060160","76636053000","7663605200033","0025060906","78036054100","75036055000","75036052010","76636044000","75036047000","61336048000","60036023200","60030063050","21030084000","00050226706","00049210121","76636065000","0770116241","76630002000JA","60039040020","07700240251","6003009400030","75030040000","75039004100","76036075050","75039005200","76636075000","76039006000","60439093000","75039034000","59009062016","60439094000","0025050256","75032006000","58532080001","75032003000","60036073150","47032020000","75032002002","75032033000","75032002001","75032009000","75032007000","75032001244","56532095000","75032017000","0625060016","75032055100","75032054200","59032065100","0770300015","26632066000","26632067000","79432061144","76032063000","75032112000","58332011300","58632016000","75032111100","75032112100","75032032000","75032011110","76641001000","75041085044","75041013044","76041023044","75041085010","75041085020","75041085030","75041023020","75041013060","75041013010","75041023010","61041085150","60031098001")
Parameters:
[]
80 0.31 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number =  ?
Parameters:
[
  1001179188
]
81 0.28 ms
SELECT s.product_number as product_number, lower(hex(p.id)) as id FROM hobaIT_sparepartfinder_powerparts as s LEFT JOIN product as p on p.product_number = s.product_number WHERE model_number =  ?
Parameters:
[
  "1001179188"
]
82 15.98 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  true
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"""
    É\n
    âO¦ J\x1Fš*Uk,ø<d
    """
  b"m\x0F\fáˆO@f¨–¹Ú¶·AR"
  b"Óæ°œèÍBF£Ã;\x7F\x155Ö×"
  b"+@\x1FÒiýEþ¿é"Ì\e3˾"
  b"CŽ3íáIAV¡Ý\x04k]u§\v"
  b"o\x15ûº;&Mš•s½ùÆ×/x"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"z~CÇ\x03†E•œMßüWý\x1Fc"
  b"\x1Eó˜G\x0F{JVˆ'ØV+œ^x"
  b"U5ŽÀq”Mö²\x05OçØ{ÿŽ"
  b"´I[Ž´ÑEO·Xk\x17ç@\x15G"
  b"0â.pëINš„e§=¸\x07\x7Fä"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"]«Ø\x1EÄHM\x1E£¨ ]fÈBI"
  b"\x16\Nòâ\x05OZ™x4ò\x1AñqÒ"
  b"^7°¦¢MAâø¡59ìL­\x15"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b":\në¦e>LCübÈ\x00■DPµ"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"Ø^äÖ¹.MNŠ”\x08ƒ¦ó!e"
  b"”+êçþàLˆºugmgÜ\x08³"
  b"õðÊìÇmAýº\fª(l¡HØ"
  b"ÏÿœC(DL\x16“±ö‹ù\t-\x18"
  b"S;\x19;\x13@Ly˜"ï35Õqé"
  b"D`xñ>FEx‘ˆÁP0ɵ\x1C"
  b"u“Ëì´sHà¢0Øl\x06:yš"
  b"Ix=\fŒ\x1DB@¶²K–©2ap"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"·¾Z\x16ìIANŒ\x12ž<\x1Eó¬\x05"
  b"kùƒî▀FF·Éƒ╠┌¤²Å\x06"
  b"az╩VøäL░Å\x03©"\e×â\x03"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"·Œ‹d[\vEV¶z“k‘f…Q"
  b"?ÌØìþ\eN\x0E‘Šˆ¦0²|4"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"~b'°‘ŽI~‰NWðz¿˜f"
  b"AöcÇ╝ýJ\üùÝb▓_Jÿ"
  b"┘nƒQØ;EOØÐ¬ô░\x1C"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"╬l╚\x13\x16┌A.ÅÕ=ï7õ0W"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"\x16\x0E‚CMg…â*\x0E¸Ìºø"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"\v8Féƒ:J^«(§•ŽÐS\v"
  b"\x1D>¸ŽUÐN\f‰…?©ù1X_"
  b"CŸ│ûLE^ë┐6Fæª│\x7F"
  b"pŽ¡Ñ,ÙDE“aU3®Ì9\r"
  b"­T\x7F¤èŒGéªää£:Ïþ\x02"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"«>ØÌö\x17N±½ümå╠\x1C┐²"
  b"a\t}9\x05§M­­<~“ESܬ"
  b"\x1E³\v­\x1F‰AQ»\rPþ¢!\x08r"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Ò'<°EìJŠ·ôcFÑœi¨"
  b"Æõ`µ\x07¦Fé³\r&\x06¼Þ¸+"
  b"¿@©™îéN\x15¨¾²Ò¾XÛ˜"
  b"¾sØüw/KI®ã+ÔMUy2"
  b"\x13Žñk\x15§H*ºf‰\x10Vn\x18f"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¥\x1EM\x05‘DÓ»\x00ì\fHôѨ"
  b"\x13Ê\x17ûà¿CìÑ)yàVêãi"
  b"\x12p/Ñ/Mo¼{ã§És.8"
  b"\x15A\x18^|¾A=°V\x12{º›™“"
  b"Àt”ëw¡Næ‡Åm\f(HgÂ"
  b"\t|l:\v\x05HÝØ(\fıêòÒ\x10"
  b"¶▄Ì\x08§ÊIªÉã\x13┌È▀²í"
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"E/\x16ú\x03„D§»\x1A·¶ó\x19­."
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"›ñÐ5bªD¿ˆÌ…·\x02ü‚û"
  b"gïƒU$\x12GC™…Ø#˜Àщ"
  b"®L²│j4A?ïwNpÏ\x17"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"«L)_´}J]Øt"dWa`6"
  b"\„1\x00OÚIÓ—xJ€\x1Eh\x1Dj"
  b"Â┌ïÛdØAö¥│ÖÞë┼Ù?"
  b"yò<\vñ.Jm…K”عï\x06Ê"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"G\x00\f§(çCX¹eÈ×w•Dt"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"\x06æZˆ#jOƧè”(Ú¸äD"
  b"-–\x0EÜî°L)޾™Öpw…N"
  b"ðLÜ¿>ÎMº¿ÀV\x07MïoW"
  b"±\x1FıJþ╗@FÅP\x03aD-È~"
  b"ö5õeÒaE\x17¾\x13|ú]Ùƒ)"
  b"´.L¯tü@\e³O¥!âm—O"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"Iî~\x19žcF¸œÐÏç(ѵÀ"
  b"""
    I\n
    ²C‗7Ja»ç(esüI%
    """
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"öºESãÆC\x00„a5YÑ´Y½"
  b"ŸÒ\x03ñ\x15eG\x11‚$¹IY˜\x1D8"
  b"╔xØ d¿Nüås¡kcqNÍ"
  b"YhÕ-\x1E\x02Ox¸\x0Eè\x05à*W¤"
  b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"§6vesÅB@¦’l¶º\û3"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"Ìsš)‹\x0EB}±¨’!›\t‚©"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"½_±OIUGi˜ü¹]õø©l"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"¹\x1Cáøú6H&ÿÅ®SÍ┐øı"
  b"\x10iPÚ©ÛGþŒjI^õXpË"
  b"Åi0\r¡ÅG╔©ƒ\ú\x01ÈÕ┬"
  b"\x02Y\x12öÀ2Aï®–>‘KJ-¨"
  b"╚I*Ô\voLÔ╝\x0ECÝèÉO¥"
  b"ö07¦@ñB´›Øæ´pmÈã"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"╔¡ô\x06┤ìN\ñ\e\x03×\x14 i"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"ƒ\x13¥…RòN¢˜"z\vdZ6‚"
  b"ˆGêf\x7F`E` 2\x06\x15mB\x01©"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"┴¶Ôr╦æF¾╣Ëü[ëå³┌"
  b"j\x1DÚ<§ŽBt‹ñ\x06eÒrƒ1"
  b"\x1EOKWàsGL†š¿EÐ!âñ"
  b"»É+>9ßL*Ä\x15ºqA╣åM"
  b"\x04\x1D.¾NfœdŠ)Á(w¬"
  b"e\tÕ.gžI\x00·\x1C\x7F\nN1Ý'"
  b"""
    ô]\x10}%“G\x16Ž#\n
    ¡\x18\x17´\x17
    """
  b"g{\x0Eée\x1EA„­¥!á/\x7F¡i"
  b"óÜD¶\x11PL+¡\x15]’ýÿ¾¬"
  b"¬è%TÆ\x16BÇì=\eælÖH\"
  b"˜jøœpìN¹½ŠÕo\fa*Ä"
  b"×.“2ñ\vEx˜\x15\x1F‘"oy\x07"
  b"™Â\—6bGÛµã!Ì\x12\e"
  b"0Р\x1CI\x1CL\x08Œæ<Ê~÷›"
  b"¢Ñ╦&c®@ƺ\x08Ðô\x13ŪÂ"
  b"mn!┐OwIwì▒òD]─»*"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"cFÂÚ\r\x13AÝ£ï¨\x1F\x10Yf\v"
  b"6^\x04f/˜H\x02š8e\x1Eã~Jl"
  b"\x08ƒ\f\tLã£sºj©ßP¿"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"o~äEÉ"Mô ½+?²±‹¶"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"ÞJ;ðÆ:H\x1A¨®¼;Á\x19î\x12"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"ÆP(°Q\x1CHú‚%GCÇFþP"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"ää]wN¯C ¢xëúsîâê"
  b"Û▄Þ3§<A)ÿì1¶XQOê"
  b"ó‚§ã΋I¤œ(×D÷åÓÞ"
  b"O\x13@õB0OÁ¬‘¤FŽ‹ëG"
  b"""
    \n
    \x01#m׋E·¼‹õKƒf ¨
    """
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"\r´‹Þr\x7FLj’\x12j¬$ýÅë"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"Ø\x1D²¬›3CX—Jɤ÷°\x17\x04"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b")╔─à¬"Lì┤·\x12âQÎ6è"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"\x0F$¹„fÓI\x1F¯ôÏ[/ZˆQ"
  b"£!¬>uµK┼æ\x18WÅî\x1Có\x17"
  b"ÊWòëœAM¹¬ ]Ze\x17\x7Fá"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"/jÃúªûL³║¯aì\x16Ù²z"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"\x7F\x0F¥GüÃ@Y»°ÄoôCñ­"
  b"•³Kމ\x07C¿¡gDÂFB„\x7F"
  b"┐ÖÅRh#En×¾`)\x18ƒƒZ"
  b"\x17cNÀ\x0E8J\x1DæØ▒ëëL░Á"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"""
    ìí¹ÜK\n
    A±£╩ëMÃ\x12©V
    """
  b"å b!:\x16MAˆoÉhe×\x01"
  b"ƒ5t•>çK+’`-¢:úHV"
  b"?\fì…úéH”¤AAu1ÛÙÃ"
  b"ˆµ1ŽhÍJ%“\x13ê*HÔ\x1FÀ"
  b"|\x1CÜ\x0E¡¦DDªi=^_\x18_\n"
  b"8C/ì)¼B░¬Ç.╚=õ¨à"
  b"_vQ¦¿¼BÊçj█Oê¹\x02Ø"
  b"½+'¿KnG¯ü(ÑLÒ4põ"
  b"µ8Áf5(@\x12ùÉ\x1FEX°ïy"
  b"""
    T\x0E<ü‚=CD¹\n
    jXk‹6i
    """
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"ÞðôíÊ\x18IÆ‘ú\x1FœÀ½%1"
  b"ù\x06Ž”4tAˆœ¦)ÚˆHA…"
  b"šO\x12P%¥L\x05Ž+\x14\x10\x1Có\x15P"
  b"ªÆÆ\x02ú\x1FF؇ùD/ñ\x11­@"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"wí$\x19ÏÊAî¥ï~¢‘úút"
  b"Ž\v\x1C\x14k‰D“ˆí}0µìÄ\x18"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"¹Öœ7\x18~Jù¼a+âP=|È"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"O­V0ý╝GÛâpÇì Yu\x14"
  b"§ñkTa­Bæ¶\x07\x08\x10ªøêî"
  b"""
    ¹\n
    c▄ÿøF6▒É2y\x7FRúa
    """
  b"\fãä·€tI±«\x18\x1F[$¦ïý"
  b"Ü9§nįJ}±‘.šZt5÷"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"û¨©V\x02ÀLm”\t\v ,˜_"
  b"Á'«µ\r'BŸ¢ÅhØAɦ9"
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"O\x10\x7FRÒ▓DØèÕó\x16ÓNír"
  b" \x1EÑ%$`Lo‰°å\x03Š=°j"
  b"░#É(\x18BE©©\x10iØ▒öp:"
  b"~K8ô\x1FßEq╝É\x19n\x03ı¸|"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"\Z\x1Cç­ëL©Æù╬Ø┐\x15»â"
  b"é–ÜJÐ<Hý–U¼ÜME\x12M"
  b"""
    ]‹\n
    ³4üD\x15¡saç:\x14š\
    """
  b"–öF-ÕéDKªŠe\x10‘X%Ó"
  b"B╬Û~ì\x07EWéƒık²:Qº"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"""
    Ãâ\n
    ½…ÿJÑŸ\x06 #1\x07üà
    """
  b"BûÑ╦eíBãÅs¶Ïug│R"
  b"E«ç\œŸI\x00©ÊQ½=|…Ò"
  b"[Åzºz¨Gì›\x11\x16@\x00QÊ7"
  b"ÚH„\ÝðHKŠÜÔËã}{Ã"
  b"±zˆw¼ÿE\x11\x14R‹0µã\f"
  b"""
    Þ\x03¸³þ\x07Oj╣ËZZ\n
    \x08
    """
  b"""
    \n
    5C\vþÿHr´¯J£š¬G©
    """
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"Š‚\x17ò,zDº¾€RU\x0F‰íü"
  b"ûnßÒNÌ@Öà0▄Qj.É█"
  b"\x03‡n\x19\x06;E\x04¬kå>}\e"
  b"Äzú,šÝG¸­\x16\x0EoÓ\Ét"
  b"yúÔó\voBü„\fð°ø".."
  b"…îéAŽáAˆ‹Û\x08ÑžþþI"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"\x1A™“7rÖH\vµ!]Æn0о"
  b"ªÖag@`F߸D\x11ìþ\eòÇ"
  b"<ÏÉ\r\f\eGPô╣<Q┐\x10¨´"
  b"Ú<3\x01ƒ°NB¦c[.]0CŠ"
  b"b>±ý3¢H!¥p±\x7F\x07\x17ñ7"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"PP=\x0FØTM²öê▄└_\x13Ëå"
  b"µç/\x08à}L´¨\x142\fè~Úz"
  b"\x1F¯¸bö\x1FHžš\x12´$Òý\x0EE"
  b"û\x08=­UçJ¢±»ƒ\t\x16!‘v"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"!,õ\x1Ad¥J\x16É[ ¿"▒ʰ"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"å,:Ë+ÍEè¢öí+±|3\x1D"
  b" @(Ç\x17MG\x18Ž\x03ó\x03žü‘¼"
  b"ˆ¼óÄjI@\r£™Z¿„}Œ]"
  b"Ë‚Tô·~G~„HtÆ|B[="
  b"¥EôzÉ\x01ILó=-Ôü┬mã"
  b"Ik´tøTI-¸S\x1FÔÙ#d0"
  b"G\x17·‚Ø\x1FJɱó‹ Üu÷B"
  b"2“”§\x17ðCW—a_(}4í´"
  b"vþRˆ\rõK/’›j0 SU©"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"¥r2;,ŒIñŒ Ú]›…YË"
  b"}J¾\x0EV\x08I\x1Aó│¥ÉÏì\x05å"
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"¾*‹W–­N‡°Ü mUM¶÷"
  b"³H¿Ú>íAßü┴Ñû■m\x05\x1E"
  b"f¤▓\x1Aƒ░Cô®^¾dü▀ÔÉ"
  b"ßü=\x19S├M3░┘▓~ıç8å"
  b"Ø\x05Ï┐├│Mj║IÓÂa\x03àë"
  b"\x02\fœ7ìªJ\x13–í•Ì›©«n"
  b"\x14\x17ÏoõEÛ›d}ôD¹GA"
  b"_'¯\x01ê@\x15”¨þïŸÞ¤Ù"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"_ïâ¿ó\x1CF6“Q\x1C*I\x16Á®"
  b"‚VJr°êMˆˆ«Sq°ê(j"
  b"“½Ý!Tø@e¢\x17\x18溆"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"\x12\x01LV¡®Ûò³&\x15"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"Ù\x05òÀÐÆAƒ­•»\x01M­ñœ"
  b"ªˆ5¨ßúD¹‰Øáz\x11ЀA"
  b"/õ&\x17™fE®š\x05m÷C´\x07\x04"
  b"@1n"£¦Jq¿m OÕ‘\x1Fz"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
  b"JU!À¡ðOd„\x18Ø4¼B\x0EM"
  b"ôìóvyqG¼Ñ8¢qÃ][\x13"
  b"ì5­ãfL@Sû╠Ø\x07\eç!@"
  b"¢jSøC8BX¼Á¦~ìØ\x0FÐ"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"ž¶_Êèõ@ç´QV7r(\x17a"
  b"1Å`\x0Fº-OkÂ▓Å\x19U¦&è"
  b"•î_;Œ™L‰³EQ¿Îão‡"
  b"¶L«\x02│ÅH]¥sÊ('´¤║"
  b"´\#6:oLݬ¨ì╠<¬Hé"
  b"Äý>Ê\r$Aö¥Ç§dÉ\x01z╦"
  b"ضM?Ò©@µ‚ryá\r;Ó_"
  b"ý”¬£3YHì¬\x1ADZ>"øy"
  b"ÅÐ¥’‡gH|ªP\x162¨üžÙ"
  b"¼ÿþø┐9ARæ\x00h§ÉKv\x02"
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"…q|7·\x0E@ꀳ/Ü\x18&{ä"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"""
    +•¨8UQFV²ñé®Û\n
    Ãì
    """
  b"6©Ñ4ÛpEí¥\x1F\x18£¶…"
  b"▀×É\x18ÌÑ@y¢\x11T.Á&Ä\x11"
  b"q$ı,@kOûÉ╗yÛ\x7Ft═Ò"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"ºŒˆæTÛB3€{,[ŽC\x1D¼"
  b"█╠\x00\x14²ƒCc╣Ô\x14\x0Fü±ó¼"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"\fj'OK•¤\x12qÐ4¿M«"
  b"x1!ö¾<G…·\x1F€øV}²\x08"
  b"│*\x05x\x0FµJÆÉyÝ"\x03┴ïÈ"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"ž‰ÀÄ­sI✫\tPQДf"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"â\x08¢,ü\rETïUÂÜ×ýÑ}"
  b"às€\x17e–H¾Ž ¦É0‰Ê."
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"¨\x0E═>>ÖB╚▒üÖD­ûà¤"
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"¨ûËÏxÌJüä┤X┼Vsgµ"
  b""ÆÆÅ/\x1FH&À<èOyá8/"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"ÇÁµºs¨Hâ±Ê%/¸êaY"
  b"‹BÆS¬ÏKM²Íƒä·IWÊ"
  b"8b¢û–¶CMˆØBb<\c\x00"
  b"‚ØÈ§B”Dç‡òÇÀù@¯æ"
  b"-3Å`¿bK\x08á░vª¢®¢ë"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"d><˜B¼B}¡™GÈLj!X"
  b"Ê\x06Žõ;#Gj©\x0E\x11Ÿ¥Œ"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"käóÖe§D§±@2s ºŒ4"
  b"ÌF\x10OW¡G©¦ý\x02Ds\x07TS"
  b"ª‰\x15}ójK©´¥«ŽßÁ »"
  b"\x12å7¨‘ECT›¸Ôf¼ÙZÖ"
  b"\x12Ä‗ù0\x13N\x17¡[ÉEË·┌Ô"
  b"šÆ\x12gˆ™AL•H¹Ÿjp3î"
  b"▓f\t\x1D}I‗öÖ³▄ì\x10ºì"
  b"ð=˜3JÎH•¿""`뺡u"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"cW\x0EhèÎL»€íçÈâ\x12¹"
  b"4]Ÿƒ·.O\x01¡2i¡\x00;½/"
  b"µá\x13ìÔ\x02CúªY§\x1F¾ó˜ç"
  b"\x04ÄëÄ¿vJJ†3˜£\x00Ÿ[¿"
  b"öûžÕSÚB\r˜P†ù•šË†"
  b"H… U\/HN¾\x0FnÈB\x02\x0E"
  b"ÐØþt>¤JüÁ¾║═6óAc"
  b"├Ø!\x07\x05┬F8èÔ*\x15╝╚╦î"
  b"À \x05’"òM‘™\x1D\x1E&âs™Î"
  b"Ó\x13ªfý*Lv®¹Íë]\x19uc"
  b"'úàëÔ¸NJƒ×®\e¦±¾Š"
  b"Ô‰äk]ZN\r»òëŸe6Ua"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"BØÓ╝ĪB.Â╚öÓÃ)C\t"
  b"\x01€1צPLp¼–\x11ïü¥Ë‡"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"ñÝ?2è`K\v µRP¤z[\v"
  b"d„?\x0EFÍGL¯»™\rñõ‹$"
  b"_gD\x02sVKz˜v\x14'\x15ù\x16Ô"
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"\x18\x1Dîþ8HáòÓÉ\x10\x04╩¯¤"
  b"–dÀ#Å*J; YÎ@óª€I"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"õÈ¡\v┤rHfÉ\x1C+\x00\x01wmp"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"Ò5o„±\x05IưEÁ©¾LÝË"
  b"\x17wðòr~Hj…\x16Zð˜?-Ï"
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"\rdŸ€Ø‚B®²å³\x176J£×"
  b"Ð6ì¬_\x0ELTû:®Ð┐6‗å"
  b"žN¨/ã„A’´Üµ3©\x07Us"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"\x08\x07“CÄ„t¡ã·íÿÇ"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b" Ëb(H²O·”3c±?È´Ã"
  b"w8\x04v‰çK“°ßº\r\x10€ñU"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"\fgæGMܱû©e±.ÍŠ"
  b"\e¼ÚN¬ùK\x03• ÝǸƒÃa"
  b"@$\x0F_&¯G\x1E»È©õGɘ*"
  b"žzc$ˆ@H,³Y5+ðú1Ò"
  b" ­|¤;BM‚–\x01}]Ýð¶ì"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"G%Áx±“G6ƒ\x0EÐÌ/‰ý‹"
  b"ø±‰@°\x03J\x7F\x1FŒèˆÔøÀ"
  b" /þ\x14k‰Ni§m<ªROúF"
  b"«yýíÀLB·‚ç\x16UÎè\x00\x07"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¼&ƒ £¯@9¨Ñl(’\x05ɧ"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"ó\x16▄ô\x11N@\x08¥\x05ü╦´ºÙå"
  b"\r'Ð\e|M\x0E€;¡NÏ©`«"
  b"/â´H*ÒG‡ëÓIt£"
  b"""
    ê\n
    5u╠▓E©üN´þ¸2,L
    """
  b"""
    ~ê┐É'äIìÖ\n
    ┤%V\x7F
    """
  b"Ì\x12â|•\x0FG‚£±Vœ¸Ê§ç"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"Ü3$×ÌzN\x05»€#V|T†\x06"
  b"Üèı¿À\x0FJ9üµ%s¢,8Q"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"Éë)äý.D7 W(UÚÊ5N"
  b"¡\x16¢Æ┌\x08C/ØÚPð\x03ç´è"
  b">µ!òËàMåáaU\x0F8▄ü\x11"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ù,ýê\x11ÉDþ║Úh®²c·;"
  b"t^…\v\x17FOp„ܵ2-M¼<"
  b"åìÝ\x04\x19«B0»195²¢9a"
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"X\e…;\x10BDcˆÔËÎÂC\x1C"
  b"\x10p0┘s/K¡ÅB\x1Cº▓X#÷"
  b"3`}\x10»íJ/–3yHùðÜ•"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"Ä\x1Ah;ZÑA╝Éb,BxÈØ%"
  b"\x0FâÜ¿œ“F×¥\x12z\x06©€Þ\v"
  b"¦Å\x03ŒÂˆA\x01«º\vþIefß"
  b"Ž.<;[ÎMG¦Q-+C±hr"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"…Þ†Ç\x10–K“‘f¢\r\r¯‘×"
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"EüÂë\x10┘Lä│»RË\x00▓Ôb"
  b"ö\x1C¾žšþO†·—ebl%\t>"
  b"'\rEœooL\x19–…=Ѷtj¨"
  b"Øë[Cc-F%“Ÿj\x0Ež¿Å9"
  b"IJ\fÄ«òE\x1A±©õóóÔŸÆ"
  b"(g\x1Cýd^A ¢$þ\x020d“W"
  b"£Uð\x17\x7F\x19Ol©3†²ø\x18\x15\x14"
  b"[e¸Ž\x0EÜK`½úOwÝëñ\x1E"
  b"Ì\x01š%MÈKˆ²A¯¢”Lyë"
  b"¨Ø¶\x074ÅHÃå╦BÇð*%ò"
  b"\x7F_–§)>Eø³\rˆ\f\x00M†˜"
  b"\x00ªQü\XN]”±ÿ9T¹ÅÙ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"3\x15p\x10┴ÄL\fÅðú <Iô"
  b"""
    Þ¸ ­,˜I{«¶%¨È\n
    é˜
    """
  b"\r!\x02ÌL'IɃd\x16³’îrP"
  b"\x1E%æÂ\x12BC1˜þ¸ð\x16'Ñ*"
  b"le<êb1N;ì\x04\v─çÕ╣\x19"
  b"T§¤®“7@ë±L¢\x07))Ÿ“"
  b"\x7FÆ\x1Cƒ€HÇ”\x1C‚Êô¹;h"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"9³ŠSMtB\x1A›býZ\x13\e"
  b"\x01\x01ü▓s2LHÖ#1óÿûH\e"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b"«9}Ì\rsIžŒ¼õèßA\x16?"
  b"\x14ÄX¢Dé©©L\x0F[ØÃZ"
  b" w5N{1A+¼˜æï9GÌÝ"
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b"”A‰Dï«Kn¿ë`ÿÙ$0©"
  b"äÀ‰é¢\x18JB—b5ëÇÍÅÓ"
  b"\x10Ê\UæïG¥“0Se+•\\x1D"
  b"ÎÛ╚oüzK°¡"ƒ╬iiÑô"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"VËJN\x1F´H\x1EØ\x19°_\x19▒­)"
  b"¸–4£ä{H$œá\x03Tø~®ò"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"ùáÐ4E…H‹©Ä^0‡U º"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"Ë:®–ĬF®š\x04\x02\x01Ão\x1C±"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"\x14\fÐñL"†!»V¦Þ¤w"
  b"ÉdfùŠÐ@Ô•–£%€Îiã"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"\x11«Èp°zA\x05\t8\x19\x03 ×`"
  b"n0ú~ÀŒO#¯Žˆlb‰\x17"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b")㈩ÿ4J\x1FŽÿ\rfïõ̯"
  b"ö‰ë¬ŒŸG¨ƒ1±–@{;6"
  b"¾V\x10\x0FO\x1D´\e9(±+\x10Ê"
  b"Æf-IzæKÔ€ªpgë3º_"
  b"\x07├ì¿A8ר"<&À├Î"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b"ãQ╩\x04d~H┼¡É\ôO;/Å"
  b"mZ╝èräMgûÄ\x05LÉÞ*W"
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"Ä€ó>`ÜC·—;ƒêÀ∋"
  b"""
    6¸t\n
    öŠH]‹'çã'×´é
    """
  b"""
    Ý\x0FÊS±mKm’n\x03ÿ¡k\n
    \x06
    """
  b"ŠnL*ŠÅOnƒ¢—^˜>''"
  b"<ùÃb:¤Dt┤Ãú8ÅÛf\n"
  b"÷Ü:\x07Ã┌Nóæ┤┘£Dåíü"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"ܘJªy|CLŽÏ}ë„8\eY"
  b"*km:¯pOÌœ\x0FDÉT›\x18"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"µb\x18GòðM9 ì¥#cÊoo"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b"+MLž’ßM Šž…A\x19\fíÓ"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b"'fpb‗þGêüÙ└å\t!þq"
  b"G\x06ÖºÊ╣@༭Ý\x1Cn┘É="
  b"Æ\x05ÎÆ\x18IBh³j\x01\x19–TQ"
  b"L^9ÓNÓJ—“]—\x1ALpS\x15"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"[ÜùʼmG‚˜Èc\x18\x19V\\x06"
  b"Ép*QÂyK=ŽÃvˆÜC¸f"
  b"\x10”3Ô;ÿEú¦Ï+úÞÂ\x10\x05"
  b"ÉxbÛîÞC ˜„Ù\x01ùðXf"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"Ù<«/;ËI ¯Ÿ\x0EP•sÅ–"
  b"\x12ãÎö):Hu£²-÷‚;\x10"
  b"Á:©U\x05XE+—Ó\x0F«Öàc­"
  b"¶îFè åIUê®Ì\t®Ø\x02\x00"
  b"\x14=-*|O©ü┼,MX6Ýï"
  b"Œ‘6ÒîHDüƒ'©\x12e´^="
  b"¡x \x14¡`N>åØ╗ÓqÓé´"
  b"Aæå/Ñ\x12El—\x06U„ìÌ Ú"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"\x1AÓóRG¥€j[·þTˆw"
  b"╗-A\x0Fµ,NÒ«~¹Z¼ØjG"
  b"™¹Qƒ\rþK\x1A®&uÙs“¾È"
  b"¯¿$ȶ\x1DB\x19°(;Í}¦‹™"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"\x03Éæ\v¡┘MP๲╗m\x00╬┴"
  b"dÈéÕDÐFð¾kÖD¢\x11òî"
  b"\x1CÄÃÖOù¸*\tšt•†…"
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"YÅt \x00,Oõ§\x04\t–úü´"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"\e˜èÁ~ÊMb§èD˜~\x00ûn"
  b"ßkÏ9ÞûN£³paüá\x19\x1Aå"
  b"`|:qCºB‰ª\x7F‚‚vecB"
  b"ÜJ\x12Ý\x173EƘežŠÈQÔ%"
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"\e\x00Å░C\x03«\x02iθwÖ\x00"
  b"TÙisJ\eC·±Á¼p°\täó"
  b"çAG\x1Eh®Loš²\K\x01ûv\x16"
  b"¯ÔC\x02ü┌Bp¼å©\x1Eu8xé"
  b"\r(\x02┤X\x05GÌ▒■╚¶JØ\x0E_"
  b"å©í'-‰Eaœm—&c[\x14="
  b"\f™T\x14 ù@û®\x0Eã¶OåÝ\x03"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"ö \e]‚%N\x14’Û;çh·FA"
  b"N))…M\tD«·LW–ð£W\f"
  b"Ò:\x1FÄ“¶H:´NMR³Òp¼"
  b"3j\x13Ú╣\x06G¤£'~òüÄà\x16"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"×Áƒg¥çC\rµ¡\x1F–Û¤@%"
  b"\x1Dß)sÅLF̌ڂd\x13Œ½c"
  b"\x11‹w7ŠDÕ¯EúlZäïf"
  b"±húÛ\x10«N\x0E¬y\x13X-¦6Ò"
  b"ë†OZì\x7F@B°C'Îpy„ "
  b"\x06ú–V@\x1F¤¼ýKçÅ-ð"
  b"›b#ÿyKH€=±j\x07\x04"
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"""
    %║EÔ┴╦G\n
    üà_¦×jéQ
    """
  b"Ô¶uYó¥M%«5ª\x06yõ©²"
  b"¸à1-CpK+–.èé·p\x01Ò"
  b"\x1E\rÛõI▀Âþ!_læéC"
  b"Ô└ã▓▒ÅM6ô®qYF(er"
  b"³C\vØ&ºD┌ô[2Òñ\x18Ù¹"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"Rëi½#WM ‹ä3­ø”Dî"
  b" [ºñ*ıL\x05ÖØ_└ûS┐L"
  b"…m™6²GHô„§\t‚kâã®"
  b"þÀ©„óÕLx·h„¶X¼Ï{"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"+W#ƒƒØF›€kh`$kßv"
  b"›¬ûóM}Jë±\x1E³¨°\rÑk"
  b"\x1Cc┬'▄XIý½fßæmÉqE"
  b"Ù`ž\x08F!D´·ôvV&gƾ"
  b"2\x08ñõAYK`¢\x07\x11N×|O."
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"Ý͇\x15! I4’­Ð\x7Fä9\x0EN"
  b"¯‹\x0Ft–Ë@\x18™ïØ\x14ség~"
  b"Õ•×`”ÿGA®Ó÷DµKÈ)"
  b"¨\_J®gN„¹©\x04–ñ\x00O‚"
  b"6¼ò«n\vAÖ—”½âåölÖ"
  b"\x11üX╣4gC²Âûÿ\x1DþjË×"
  b"ì─NøS6L\x0Eø┌nd╗▄±┐"
  b",Ý* p¼BP°€k‘ÀAöU"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"\x08MæO{╣C\x19ærâñÅmæ┐"
  b" Ü†Væ\x1AE~›Äµç¤A\x19µ"
  b"Ĩ\x1D&ÙÏBsªMG▄.|~Ø"
  b"╣ßzwãjEx▒Ø╚ §Tã¶"
  b"░Ã$ıíÐIîÆ®&\x1A┴Ønj"
  b"""
    hÚò2ÛÛH\n
    ×\x1A\x05âQ╗Éê
    """
  b"˜1¡\x15æ·K —mý\x15`B\x1E["
  b"~\t\x03\x02Õµ@ÿÉ\x11\x18Ey└#╔"
  b"6@3\x1Cl®N~´\x01/GúüѾ"
  b"L©¤6üÑL—±\x19\x1F4"é"
  b"ê\x10ׯd‹L§™g\x16\x14q @S"
  b"c¿\x01ãøÑA\x1E\x07ÇâÃ}2ü"
  b"ЮÚ02:G!¼F¯nßõû»"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"wSîþü5F¿çLZx«tÎF"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"""
    FŒöà¤jB\n
    ¡¡Lìª×fN
    """
  b"¿õdØÞØB¨€(û+OÆkH"
  b"å!Œ«„„M\x00‘˦¦<ø\x12"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"D\x1El±1˜FL½~\x11b€»èª"
  b"\x017ˆÉzÛK—ŠvKrͳ\x1A="
  b"A\x01˜\x06{V@¡‰*T]\x1A>µÂ"
  b"Ê“Ã÷À®Cu±\x05Ÿ/"ï^6"
  b"¡w»R=ÌB\x10”°¥]J|Òò"
  b"3\x06┼┐\x06¢I┐îtÕÉ\x1A¦ðu"
  b"\x10îF\x12F›‡§(\x14ö À®"
  b"IÁïg`åL­Ø9\x00]c\x11»È"
  b"T3Û¾òÅLÓ›³~\x07r¹uØ"
  b"pŒÂŸ-bM«ü¾×¶±È¿"
  b"Å Ä.pIF┌║!Ç{Xí|ë"
  b"9Žk:,ÁCKŽ\x08vÒBðE\x02"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"¾¾¢ÿü5M/„±ßim|MŽ"
  b" Pq¥‚ÀCƸ#í\x1D}PHÞ"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
]
83 45.83 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`, 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`, (SELECT GROUP_CONCAT(HEX(`product.categories.mapping`.`category_id`) SEPARATOR '||')
                  FROM `product_category` `product.categories.mapping`
                  WHERE `product.categories.mapping`.`product_id` = `product`.`categories` AND `product.categories.mapping`.product_version_id = `product`.version_id ) as `product.categories.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`meta_description` as `product.translation.metaDescription`, `product.translation`.`name` as `product.translation.name`, `product.translation`.`keywords` as `product.translation.keywords`, `product.translation`.`description` as `product.translation.description`, `product.translation`.`meta_title` as `product.translation.metaTitle`, `product.translation`.`pack_unit` as `product.translation.packUnit`, `product.translation`.`pack_unit_plural` as `product.translation.packUnitPlural`, `product.translation`.`custom_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation`.`language_id` = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.`product_version_id` = `product`.`version_id` LEFT JOIN (SELECT `product.parent.translation`.`product_id`, `product.parent.translation`.`product_version_id`, `product.parent.translation`.`meta_description` as `product.parent.translation.metaDescription`, `product.parent.translation`.`name` as `product.parent.translation.name`, `product.parent.translation`.`keywords` as `product.parent.translation.keywords`, `product.parent.translation`.`description` as `product.parent.translation.description`, `product.parent.translation`.`meta_title` as `product.parent.translation.metaTitle`, `product.parent.translation`.`pack_unit` as `product.parent.translation.packUnit`, `product.parent.translation`.`pack_unit_plural` as `product.parent.translation.packUnitPlural`, `product.parent.translation`.`custom_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.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"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"""
    É\n
    âO¦ J\x1Fš*Uk,ø<d
    """
  b"m\x0F\fáˆO@f¨–¹Ú¶·AR"
  b"Óæ°œèÍBF£Ã;\x7F\x155Ö×"
  b"+@\x1FÒiýEþ¿é"Ì\e3˾"
  b"CŽ3íáIAV¡Ý\x04k]u§\v"
  b"o\x15ûº;&Mš•s½ùÆ×/x"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"z~CÇ\x03†E•œMßüWý\x1Fc"
  b"\x1Eó˜G\x0F{JVˆ'ØV+œ^x"
  b"U5ŽÀq”Mö²\x05OçØ{ÿŽ"
  b"´I[Ž´ÑEO·Xk\x17ç@\x15G"
  b"0â.pëINš„e§=¸\x07\x7Fä"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"]«Ø\x1EÄHM\x1E£¨ ]fÈBI"
  b"\x16\Nòâ\x05OZ™x4ò\x1AñqÒ"
  b"^7°¦¢MAâø¡59ìL­\x15"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b":\në¦e>LCübÈ\x00■DPµ"
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"Ø^äÖ¹.MNŠ”\x08ƒ¦ó!e"
  b"”+êçþàLˆºugmgÜ\x08³"
  b"õðÊìÇmAýº\fª(l¡HØ"
  b"ÏÿœC(DL\x16“±ö‹ù\t-\x18"
  b"S;\x19;\x13@Ly˜"ï35Õqé"
  b"D`xñ>FEx‘ˆÁP0ɵ\x1C"
  b"u“Ëì´sHà¢0Øl\x06:yš"
  b"Ix=\fŒ\x1DB@¶²K–©2ap"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"·¾Z\x16ìIANŒ\x12ž<\x1Eó¬\x05"
  b"kùƒî▀FF·Éƒ╠┌¤²Å\x06"
  b"az╩VøäL░Å\x03©"\e×â\x03"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"·Œ‹d[\vEV¶z“k‘f…Q"
  b"?ÌØìþ\eN\x0E‘Šˆ¦0²|4"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"~b'°‘ŽI~‰NWðz¿˜f"
  b"AöcÇ╝ýJ\üùÝb▓_Jÿ"
  b"┘nƒQØ;EOØÐ¬ô░\x1C"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"╬l╚\x13\x16┌A.ÅÕ=ï7õ0W"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"\x16\x0E‚CMg…â*\x0E¸Ìºø"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"\v8Féƒ:J^«(§•ŽÐS\v"
  b"\x1D>¸ŽUÐN\f‰…?©ù1X_"
  b"CŸ│ûLE^ë┐6Fæª│\x7F"
  b"pŽ¡Ñ,ÙDE“aU3®Ì9\r"
  b"­T\x7F¤èŒGéªää£:Ïþ\x02"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b"«>ØÌö\x17N±½ümå╠\x1C┐²"
  b"a\t}9\x05§M­­<~“ESܬ"
  b"\x1E³\v­\x1F‰AQ»\rPþ¢!\x08r"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"Ò'<°EìJŠ·ôcFÑœi¨"
  b"Æõ`µ\x07¦Fé³\r&\x06¼Þ¸+"
  b"¿@©™îéN\x15¨¾²Ò¾XÛ˜"
  b"¾sØüw/KI®ã+ÔMUy2"
  b"\x13Žñk\x15§H*ºf‰\x10Vn\x18f"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¥\x1EM\x05‘DÓ»\x00ì\fHôѨ"
  b"\x13Ê\x17ûà¿CìÑ)yàVêãi"
  b"\x12p/Ñ/Mo¼{ã§És.8"
  b"\x15A\x18^|¾A=°V\x12{º›™“"
  b"Àt”ëw¡Næ‡Åm\f(HgÂ"
  b"\t|l:\v\x05HÝØ(\fıêòÒ\x10"
  b"¶▄Ì\x08§ÊIªÉã\x13┌È▀²í"
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"E/\x16ú\x03„D§»\x1A·¶ó\x19­."
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"›ñÐ5bªD¿ˆÌ…·\x02ü‚û"
  b"gïƒU$\x12GC™…Ø#˜Àщ"
  b"®L²│j4A?ïwNpÏ\x17"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"«L)_´}J]Øt"dWa`6"
  b"\„1\x00OÚIÓ—xJ€\x1Eh\x1Dj"
  b"Â┌ïÛdØAö¥│ÖÞë┼Ù?"
  b"yò<\vñ.Jm…K”عï\x06Ê"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"G\x00\f§(çCX¹eÈ×w•Dt"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"\x06æZˆ#jOƧè”(Ú¸äD"
  b"-–\x0EÜî°L)޾™Öpw…N"
  b"ðLÜ¿>ÎMº¿ÀV\x07MïoW"
  b"±\x1FıJþ╗@FÅP\x03aD-È~"
  b"ö5õeÒaE\x17¾\x13|ú]Ùƒ)"
  b"´.L¯tü@\e³O¥!âm—O"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"Iî~\x19žcF¸œÐÏç(ѵÀ"
  b"""
    I\n
    ²C‗7Ja»ç(esüI%
    """
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"öºESãÆC\x00„a5YÑ´Y½"
  b"ŸÒ\x03ñ\x15eG\x11‚$¹IY˜\x1D8"
  b"╔xØ d¿Nüås¡kcqNÍ"
  b"YhÕ-\x1E\x02Ox¸\x0Eè\x05à*W¤"
  b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"§6vesÅB@¦’l¶º\û3"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"Ìsš)‹\x0EB}±¨’!›\t‚©"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"½_±OIUGi˜ü¹]õø©l"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"¹\x1Cáøú6H&ÿÅ®SÍ┐øı"
  b"\x10iPÚ©ÛGþŒjI^õXpË"
  b"Åi0\r¡ÅG╔©ƒ\ú\x01ÈÕ┬"
  b"\x02Y\x12öÀ2Aï®–>‘KJ-¨"
  b"╚I*Ô\voLÔ╝\x0ECÝèÉO¥"
  b"ö07¦@ñB´›Øæ´pmÈã"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"╔¡ô\x06┤ìN\ñ\e\x03×\x14 i"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"ƒ\x13¥…RòN¢˜"z\vdZ6‚"
  b"ˆGêf\x7F`E` 2\x06\x15mB\x01©"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"┴¶Ôr╦æF¾╣Ëü[ëå³┌"
  b"j\x1DÚ<§ŽBt‹ñ\x06eÒrƒ1"
  b"\x1EOKWàsGL†š¿EÐ!âñ"
  b"»É+>9ßL*Ä\x15ºqA╣åM"
  b"\x04\x1D.¾NfœdŠ)Á(w¬"
  b"e\tÕ.gžI\x00·\x1C\x7F\nN1Ý'"
  b"""
    ô]\x10}%“G\x16Ž#\n
    ¡\x18\x17´\x17
    """
  b"g{\x0Eée\x1EA„­¥!á/\x7F¡i"
  b"óÜD¶\x11PL+¡\x15]’ýÿ¾¬"
  b"¬è%TÆ\x16BÇì=\eælÖH\"
  b"˜jøœpìN¹½ŠÕo\fa*Ä"
  b"×.“2ñ\vEx˜\x15\x1F‘"oy\x07"
  b"™Â\—6bGÛµã!Ì\x12\e"
  b"0Р\x1CI\x1CL\x08Œæ<Ê~÷›"
  b"¢Ñ╦&c®@ƺ\x08Ðô\x13ŪÂ"
  b"mn!┐OwIwì▒òD]─»*"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"cFÂÚ\r\x13AÝ£ï¨\x1F\x10Yf\v"
  b"6^\x04f/˜H\x02š8e\x1Eã~Jl"
  b"\x08ƒ\f\tLã£sºj©ßP¿"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"o~äEÉ"Mô ½+?²±‹¶"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"ÞJ;ðÆ:H\x1A¨®¼;Á\x19î\x12"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"ÆP(°Q\x1CHú‚%GCÇFþP"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"ää]wN¯C ¢xëúsîâê"
  b"Û▄Þ3§<A)ÿì1¶XQOê"
  b"ó‚§ã΋I¤œ(×D÷åÓÞ"
  b"O\x13@õB0OÁ¬‘¤FŽ‹ëG"
  b"""
    \n
    \x01#m׋E·¼‹õKƒf ¨
    """
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"\r´‹Þr\x7FLj’\x12j¬$ýÅë"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"Ø\x1D²¬›3CX—Jɤ÷°\x17\x04"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b")╔─à¬"Lì┤·\x12âQÎ6è"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"\x0F$¹„fÓI\x1F¯ôÏ[/ZˆQ"
  b"£!¬>uµK┼æ\x18WÅî\x1Có\x17"
  b"ÊWòëœAM¹¬ ]Ze\x17\x7Fá"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"/jÃúªûL³║¯aì\x16Ù²z"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"\x7F\x0F¥GüÃ@Y»°ÄoôCñ­"
  b"•³Kމ\x07C¿¡gDÂFB„\x7F"
  b"┐ÖÅRh#En×¾`)\x18ƒƒZ"
  b"\x17cNÀ\x0E8J\x1DæØ▒ëëL░Á"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"""
    ìí¹ÜK\n
    A±£╩ëMÃ\x12©V
    """
  b"å b!:\x16MAˆoÉhe×\x01"
  b"ƒ5t•>çK+’`-¢:úHV"
  b"?\fì…úéH”¤AAu1ÛÙÃ"
  b"ˆµ1ŽhÍJ%“\x13ê*HÔ\x1FÀ"
  b"|\x1CÜ\x0E¡¦DDªi=^_\x18_\n"
  b"8C/ì)¼B░¬Ç.╚=õ¨à"
  b"_vQ¦¿¼BÊçj█Oê¹\x02Ø"
  b"½+'¿KnG¯ü(ÑLÒ4põ"
  b"µ8Áf5(@\x12ùÉ\x1FEX°ïy"
  b"""
    T\x0E<ü‚=CD¹\n
    jXk‹6i
    """
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"ÞðôíÊ\x18IÆ‘ú\x1FœÀ½%1"
  b"ù\x06Ž”4tAˆœ¦)ÚˆHA…"
  b"šO\x12P%¥L\x05Ž+\x14\x10\x1Có\x15P"
  b"ªÆÆ\x02ú\x1FF؇ùD/ñ\x11­@"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"wí$\x19ÏÊAî¥ï~¢‘úút"
  b"Ž\v\x1C\x14k‰D“ˆí}0µìÄ\x18"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"¹Öœ7\x18~Jù¼a+âP=|È"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"O­V0ý╝GÛâpÇì Yu\x14"
  b"§ñkTa­Bæ¶\x07\x08\x10ªøêî"
  b"""
    ¹\n
    c▄ÿøF6▒É2y\x7FRúa
    """
  b"\fãä·€tI±«\x18\x1F[$¦ïý"
  b"Ü9§nįJ}±‘.šZt5÷"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"û¨©V\x02ÀLm”\t\v ,˜_"
  b"Á'«µ\r'BŸ¢ÅhØAɦ9"
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"O\x10\x7FRÒ▓DØèÕó\x16ÓNír"
  b" \x1EÑ%$`Lo‰°å\x03Š=°j"
  b"░#É(\x18BE©©\x10iØ▒öp:"
  b"~K8ô\x1FßEq╝É\x19n\x03ı¸|"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"\Z\x1Cç­ëL©Æù╬Ø┐\x15»â"
  b"é–ÜJÐ<Hý–U¼ÜME\x12M"
  b"""
    ]‹\n
    ³4üD\x15¡saç:\x14š\
    """
  b"–öF-ÕéDKªŠe\x10‘X%Ó"
  b"B╬Û~ì\x07EWéƒık²:Qº"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"""
    Ãâ\n
    ½…ÿJÑŸ\x06 #1\x07üà
    """
  b"BûÑ╦eíBãÅs¶Ïug│R"
  b"E«ç\œŸI\x00©ÊQ½=|…Ò"
  b"[Åzºz¨Gì›\x11\x16@\x00QÊ7"
  b"ÚH„\ÝðHKŠÜÔËã}{Ã"
  b"±zˆw¼ÿE\x11\x14R‹0µã\f"
  b"""
    Þ\x03¸³þ\x07Oj╣ËZZ\n
    \x08
    """
  b"""
    \n
    5C\vþÿHr´¯J£š¬G©
    """
  b")"áÆRÑF@µ)}—šgì\x1D"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"Š‚\x17ò,zDº¾€RU\x0F‰íü"
  b"ûnßÒNÌ@Öà0▄Qj.É█"
  b"\x03‡n\x19\x06;E\x04¬kå>}\e"
  b"Äzú,šÝG¸­\x16\x0EoÓ\Ét"
  b"yúÔó\voBü„\fð°ø".."
  b"…îéAŽáAˆ‹Û\x08ÑžþþI"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"\x1A™“7rÖH\vµ!]Æn0о"
  b"ªÖag@`F߸D\x11ìþ\eòÇ"
  b"<ÏÉ\r\f\eGPô╣<Q┐\x10¨´"
  b"Ú<3\x01ƒ°NB¦c[.]0CŠ"
  b"b>±ý3¢H!¥p±\x7F\x07\x17ñ7"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"PP=\x0FØTM²öê▄└_\x13Ëå"
  b"µç/\x08à}L´¨\x142\fè~Úz"
  b"\x1F¯¸bö\x1FHžš\x12´$Òý\x0EE"
  b"û\x08=­UçJ¢±»ƒ\t\x16!‘v"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"!,õ\x1Ad¥J\x16É[ ¿"▒ʰ"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"å,:Ë+ÍEè¢öí+±|3\x1D"
  b" @(Ç\x17MG\x18Ž\x03ó\x03žü‘¼"
  b"ˆ¼óÄjI@\r£™Z¿„}Œ]"
  b"Ë‚Tô·~G~„HtÆ|B[="
  b"¥EôzÉ\x01ILó=-Ôü┬mã"
  b"Ik´tøTI-¸S\x1FÔÙ#d0"
  b"G\x17·‚Ø\x1FJɱó‹ Üu÷B"
  b"2“”§\x17ðCW—a_(}4í´"
  b"vþRˆ\rõK/’›j0 SU©"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"¥r2;,ŒIñŒ Ú]›…YË"
  b"}J¾\x0EV\x08I\x1Aó│¥ÉÏì\x05å"
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"¾*‹W–­N‡°Ü mUM¶÷"
  b"³H¿Ú>íAßü┴Ñû■m\x05\x1E"
  b"f¤▓\x1Aƒ░Cô®^¾dü▀ÔÉ"
  b"ßü=\x19S├M3░┘▓~ıç8å"
  b"Ø\x05Ï┐├│Mj║IÓÂa\x03àë"
  b"\x02\fœ7ìªJ\x13–í•Ì›©«n"
  b"\x14\x17ÏoõEÛ›d}ôD¹GA"
  b"_'¯\x01ê@\x15”¨þïŸÞ¤Ù"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"_ïâ¿ó\x1CF6“Q\x1C*I\x16Á®"
  b"‚VJr°êMˆˆ«Sq°ê(j"
  b"“½Ý!Tø@e¢\x17\x18溆"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"\x12\x01LV¡®Ûò³&\x15"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"Ù\x05òÀÐÆAƒ­•»\x01M­ñœ"
  b"ªˆ5¨ßúD¹‰Øáz\x11ЀA"
  b"/õ&\x17™fE®š\x05m÷C´\x07\x04"
  b"@1n"£¦Jq¿m OÕ‘\x1Fz"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
  b"JU!À¡ðOd„\x18Ø4¼B\x0EM"
  b"ôìóvyqG¼Ñ8¢qÃ][\x13"
  b"ì5­ãfL@Sû╠Ø\x07\eç!@"
  b"¢jSøC8BX¼Á¦~ìØ\x0FÐ"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"ž¶_Êèõ@ç´QV7r(\x17a"
  b"1Å`\x0Fº-OkÂ▓Å\x19U¦&è"
  b"•î_;Œ™L‰³EQ¿Îão‡"
  b"¶L«\x02│ÅH]¥sÊ('´¤║"
  b"´\#6:oLݬ¨ì╠<¬Hé"
  b"Äý>Ê\r$Aö¥Ç§dÉ\x01z╦"
  b"ضM?Ò©@µ‚ryá\r;Ó_"
  b"ý”¬£3YHì¬\x1ADZ>"øy"
  b"ÅÐ¥’‡gH|ªP\x162¨üžÙ"
  b"¼ÿþø┐9ARæ\x00h§ÉKv\x02"
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"…q|7·\x0E@ꀳ/Ü\x18&{ä"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"""
    +•¨8UQFV²ñé®Û\n
    Ãì
    """
  b"6©Ñ4ÛpEí¥\x1F\x18£¶…"
  b"▀×É\x18ÌÑ@y¢\x11T.Á&Ä\x11"
  b"q$ı,@kOûÉ╗yÛ\x7Ft═Ò"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"ºŒˆæTÛB3€{,[ŽC\x1D¼"
  b"█╠\x00\x14²ƒCc╣Ô\x14\x0Fü±ó¼"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"\fj'OK•¤\x12qÐ4¿M«"
  b"x1!ö¾<G…·\x1F€øV}²\x08"
  b"│*\x05x\x0FµJÆÉyÝ"\x03┴ïÈ"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"ž‰ÀÄ­sI✫\tPQДf"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"â\x08¢,ü\rETïUÂÜ×ýÑ}"
  b"às€\x17e–H¾Ž ¦É0‰Ê."
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"¨\x0E═>>ÖB╚▒üÖD­ûà¤"
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"¨ûËÏxÌJüä┤X┼Vsgµ"
  b""ÆÆÅ/\x1FH&À<èOyá8/"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"ÇÁµºs¨Hâ±Ê%/¸êaY"
  b"‹BÆS¬ÏKM²Íƒä·IWÊ"
  b"8b¢û–¶CMˆØBb<\c\x00"
  b"‚ØÈ§B”Dç‡òÇÀù@¯æ"
  b"-3Å`¿bK\x08á░vª¢®¢ë"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"d><˜B¼B}¡™GÈLj!X"
  b"Ê\x06Žõ;#Gj©\x0E\x11Ÿ¥Œ"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"käóÖe§D§±@2s ºŒ4"
  b"ÌF\x10OW¡G©¦ý\x02Ds\x07TS"
  b"ª‰\x15}ójK©´¥«ŽßÁ »"
  b"\x12å7¨‘ECT›¸Ôf¼ÙZÖ"
  b"\x12Ä‗ù0\x13N\x17¡[ÉEË·┌Ô"
  b"šÆ\x12gˆ™AL•H¹Ÿjp3î"
  b"▓f\t\x1D}I‗öÖ³▄ì\x10ºì"
  b"ð=˜3JÎH•¿""`뺡u"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"cW\x0EhèÎL»€íçÈâ\x12¹"
  b"4]Ÿƒ·.O\x01¡2i¡\x00;½/"
  b"µá\x13ìÔ\x02CúªY§\x1F¾ó˜ç"
  b"\x04ÄëÄ¿vJJ†3˜£\x00Ÿ[¿"
  b"öûžÕSÚB\r˜P†ù•šË†"
  b"H… U\/HN¾\x0FnÈB\x02\x0E"
  b"ÐØþt>¤JüÁ¾║═6óAc"
  b"├Ø!\x07\x05┬F8èÔ*\x15╝╚╦î"
  b"À \x05’"òM‘™\x1D\x1E&âs™Î"
  b"Ó\x13ªfý*Lv®¹Íë]\x19uc"
  b"'úàëÔ¸NJƒ×®\e¦±¾Š"
  b"Ô‰äk]ZN\r»òëŸe6Ua"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"BØÓ╝ĪB.Â╚öÓÃ)C\t"
  b"\x01€1צPLp¼–\x11ïü¥Ë‡"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"ñÝ?2è`K\v µRP¤z[\v"
  b"d„?\x0EFÍGL¯»™\rñõ‹$"
  b"_gD\x02sVKz˜v\x14'\x15ù\x16Ô"
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"\x18\x1Dîþ8HáòÓÉ\x10\x04╩¯¤"
  b"–dÀ#Å*J; YÎ@óª€I"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"õÈ¡\v┤rHfÉ\x1C+\x00\x01wmp"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"Ò5o„±\x05IưEÁ©¾LÝË"
  b"\x17wðòr~Hj…\x16Zð˜?-Ï"
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"\rdŸ€Ø‚B®²å³\x176J£×"
  b"Ð6ì¬_\x0ELTû:®Ð┐6‗å"
  b"žN¨/ã„A’´Üµ3©\x07Us"
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"\x08\x07“CÄ„t¡ã·íÿÇ"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b" Ëb(H²O·”3c±?È´Ã"
  b"w8\x04v‰çK“°ßº\r\x10€ñU"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"\fgæGMܱû©e±.ÍŠ"
  b"\e¼ÚN¬ùK\x03• ÝǸƒÃa"
  b"@$\x0F_&¯G\x1E»È©õGɘ*"
  b"žzc$ˆ@H,³Y5+ðú1Ò"
  b" ­|¤;BM‚–\x01}]Ýð¶ì"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"G%Áx±“G6ƒ\x0EÐÌ/‰ý‹"
  b"ø±‰@°\x03J\x7F\x1FŒèˆÔøÀ"
  b" /þ\x14k‰Ni§m<ªROúF"
  b"«yýíÀLB·‚ç\x16UÎè\x00\x07"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¼&ƒ £¯@9¨Ñl(’\x05ɧ"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b"ó\x16▄ô\x11N@\x08¥\x05ü╦´ºÙå"
  b"\r'Ð\e|M\x0E€;¡NÏ©`«"
  b"/â´H*ÒG‡ëÓIt£"
  b"""
    ê\n
    5u╠▓E©üN´þ¸2,L
    """
  b"""
    ~ê┐É'äIìÖ\n
    ┤%V\x7F
    """
  b"Ì\x12â|•\x0FG‚£±Vœ¸Ê§ç"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"Ü3$×ÌzN\x05»€#V|T†\x06"
  b"Üèı¿À\x0FJ9üµ%s¢,8Q"
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"Éë)äý.D7 W(UÚÊ5N"
  b"¡\x16¢Æ┌\x08C/ØÚPð\x03ç´è"
  b">µ!òËàMåáaU\x0F8▄ü\x11"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"ù,ýê\x11ÉDþ║Úh®²c·;"
  b"t^…\v\x17FOp„ܵ2-M¼<"
  b"åìÝ\x04\x19«B0»195²¢9a"
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"X\e…;\x10BDcˆÔËÎÂC\x1C"
  b"\x10p0┘s/K¡ÅB\x1Cº▓X#÷"
  b"3`}\x10»íJ/–3yHùðÜ•"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b"Ä\x1Ah;ZÑA╝Éb,BxÈØ%"
  b"\x0FâÜ¿œ“F×¥\x12z\x06©€Þ\v"
  b"¦Å\x03ŒÂˆA\x01«º\vþIefß"
  b"Ž.<;[ÎMG¦Q-+C±hr"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"…Þ†Ç\x10–K“‘f¢\r\r¯‘×"
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"EüÂë\x10┘Lä│»RË\x00▓Ôb"
  b"ö\x1C¾žšþO†·—ebl%\t>"
  b"'\rEœooL\x19–…=Ѷtj¨"
  b"Øë[Cc-F%“Ÿj\x0Ež¿Å9"
  b"IJ\fÄ«òE\x1A±©õóóÔŸÆ"
  b"(g\x1Cýd^A ¢$þ\x020d“W"
  b"£Uð\x17\x7F\x19Ol©3†²ø\x18\x15\x14"
  b"[e¸Ž\x0EÜK`½úOwÝëñ\x1E"
  b"Ì\x01š%MÈKˆ²A¯¢”Lyë"
  b"¨Ø¶\x074ÅHÃå╦BÇð*%ò"
  b"\x7F_–§)>Eø³\rˆ\f\x00M†˜"
  b"\x00ªQü\XN]”±ÿ9T¹ÅÙ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"3\x15p\x10┴ÄL\fÅðú <Iô"
  b"""
    Þ¸ ­,˜I{«¶%¨È\n
    é˜
    """
  b"\r!\x02ÌL'IɃd\x16³’îrP"
  b"\x1E%æÂ\x12BC1˜þ¸ð\x16'Ñ*"
  b"le<êb1N;ì\x04\v─çÕ╣\x19"
  b"T§¤®“7@ë±L¢\x07))Ÿ“"
  b"\x7FÆ\x1Cƒ€HÇ”\x1C‚Êô¹;h"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"9³ŠSMtB\x1A›býZ\x13\e"
  b"\x01\x01ü▓s2LHÖ#1óÿûH\e"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b"«9}Ì\rsIžŒ¼õèßA\x16?"
  b"\x14ÄX¢Dé©©L\x0F[ØÃZ"
  b" w5N{1A+¼˜æï9GÌÝ"
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b"”A‰Dï«Kn¿ë`ÿÙ$0©"
  b"äÀ‰é¢\x18JB—b5ëÇÍÅÓ"
  b"\x10Ê\UæïG¥“0Se+•\\x1D"
  b"ÎÛ╚oüzK°¡"ƒ╬iiÑô"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"VËJN\x1F´H\x1EØ\x19°_\x19▒­)"
  b"¸–4£ä{H$œá\x03Tø~®ò"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"ùáÐ4E…H‹©Ä^0‡U º"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"Ë:®–ĬF®š\x04\x02\x01Ão\x1C±"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"\x14\fÐñL"†!»V¦Þ¤w"
  b"ÉdfùŠÐ@Ô•–£%€Îiã"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"\x11«Èp°zA\x05\t8\x19\x03 ×`"
  b"n0ú~ÀŒO#¯Žˆlb‰\x17"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b")㈩ÿ4J\x1FŽÿ\rfïõ̯"
  b"ö‰ë¬ŒŸG¨ƒ1±–@{;6"
  b"¾V\x10\x0FO\x1D´\e9(±+\x10Ê"
  b"Æf-IzæKÔ€ªpgë3º_"
  b"\x07├ì¿A8ר"<&À├Î"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b"ãQ╩\x04d~H┼¡É\ôO;/Å"
  b"mZ╝èräMgûÄ\x05LÉÞ*W"
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"Ä€ó>`ÜC·—;ƒêÀ∋"
  b"""
    6¸t\n
    öŠH]‹'çã'×´é
    """
  b"""
    Ý\x0FÊS±mKm’n\x03ÿ¡k\n
    \x06
    """
  b"ŠnL*ŠÅOnƒ¢—^˜>''"
  b"<ùÃb:¤Dt┤Ãú8ÅÛf\n"
  b"÷Ü:\x07Ã┌Nóæ┤┘£Dåíü"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"ܘJªy|CLŽÏ}ë„8\eY"
  b"*km:¯pOÌœ\x0FDÉT›\x18"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"µb\x18GòðM9 ì¥#cÊoo"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b"+MLž’ßM Šž…A\x19\fíÓ"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b"'fpb‗þGêüÙ└å\t!þq"
  b"G\x06ÖºÊ╣@༭Ý\x1Cn┘É="
  b"Æ\x05ÎÆ\x18IBh³j\x01\x19–TQ"
  b"L^9ÓNÓJ—“]—\x1ALpS\x15"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"[ÜùʼmG‚˜Èc\x18\x19V\\x06"
  b"Ép*QÂyK=ŽÃvˆÜC¸f"
  b"\x10”3Ô;ÿEú¦Ï+úÞÂ\x10\x05"
  b"ÉxbÛîÞC ˜„Ù\x01ùðXf"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"Ù<«/;ËI ¯Ÿ\x0EP•sÅ–"
  b"\x12ãÎö):Hu£²-÷‚;\x10"
  b"Á:©U\x05XE+—Ó\x0F«Öàc­"
  b"¶îFè åIUê®Ì\t®Ø\x02\x00"
  b"\x14=-*|O©ü┼,MX6Ýï"
  b"Œ‘6ÒîHDüƒ'©\x12e´^="
  b"¡x \x14¡`N>åØ╗ÓqÓé´"
  b"Aæå/Ñ\x12El—\x06U„ìÌ Ú"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"\x1AÓóRG¥€j[·þTˆw"
  b"╗-A\x0Fµ,NÒ«~¹Z¼ØjG"
  b"™¹Qƒ\rþK\x1A®&uÙs“¾È"
  b"¯¿$ȶ\x1DB\x19°(;Í}¦‹™"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"\x03Éæ\v¡┘MP๲╗m\x00╬┴"
  b"dÈéÕDÐFð¾kÖD¢\x11òî"
  b"\x1CÄÃÖOù¸*\tšt•†…"
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"YÅt \x00,Oõ§\x04\t–úü´"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"\e˜èÁ~ÊMb§èD˜~\x00ûn"
  b"ßkÏ9ÞûN£³paüá\x19\x1Aå"
  b"`|:qCºB‰ª\x7F‚‚vecB"
  b"ÜJ\x12Ý\x173EƘežŠÈQÔ%"
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"\e\x00Å░C\x03«\x02iθwÖ\x00"
  b"TÙisJ\eC·±Á¼p°\täó"
  b"çAG\x1Eh®Loš²\K\x01ûv\x16"
  b"¯ÔC\x02ü┌Bp¼å©\x1Eu8xé"
  b"\r(\x02┤X\x05GÌ▒■╚¶JØ\x0E_"
  b"å©í'-‰Eaœm—&c[\x14="
  b"\f™T\x14 ù@û®\x0Eã¶OåÝ\x03"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"ö \e]‚%N\x14’Û;çh·FA"
  b"N))…M\tD«·LW–ð£W\f"
  b"Ò:\x1FÄ“¶H:´NMR³Òp¼"
  b"3j\x13Ú╣\x06G¤£'~òüÄà\x16"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"×Áƒg¥çC\rµ¡\x1F–Û¤@%"
  b"\x1Dß)sÅLF̌ڂd\x13Œ½c"
  b"\x11‹w7ŠDÕ¯EúlZäïf"
  b"±húÛ\x10«N\x0E¬y\x13X-¦6Ò"
  b"ë†OZì\x7F@B°C'Îpy„ "
  b"\x06ú–V@\x1F¤¼ýKçÅ-ð"
  b"›b#ÿyKH€=±j\x07\x04"
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"""
    %║EÔ┴╦G\n
    üà_¦×jéQ
    """
  b"Ô¶uYó¥M%«5ª\x06yõ©²"
  b"¸à1-CpK+–.èé·p\x01Ò"
  b"\x1E\rÛõI▀Âþ!_læéC"
  b"Ô└ã▓▒ÅM6ô®qYF(er"
  b"³C\vØ&ºD┌ô[2Òñ\x18Ù¹"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"Rëi½#WM ‹ä3­ø”Dî"
  b" [ºñ*ıL\x05ÖØ_└ûS┐L"
  b"…m™6²GHô„§\t‚kâã®"
  b"þÀ©„óÕLx·h„¶X¼Ï{"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"+W#ƒƒØF›€kh`$kßv"
  b"›¬ûóM}Jë±\x1E³¨°\rÑk"
  b"\x1Cc┬'▄XIý½fßæmÉqE"
  b"Ù`ž\x08F!D´·ôvV&gƾ"
  b"2\x08ñõAYK`¢\x07\x11N×|O."
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"Ý͇\x15! I4’­Ð\x7Fä9\x0EN"
  b"¯‹\x0Ft–Ë@\x18™ïØ\x14ség~"
  b"Õ•×`”ÿGA®Ó÷DµKÈ)"
  b"¨\_J®gN„¹©\x04–ñ\x00O‚"
  b"6¼ò«n\vAÖ—”½âåölÖ"
  b"\x11üX╣4gC²Âûÿ\x1DþjË×"
  b"ì─NøS6L\x0Eø┌nd╗▄±┐"
  b",Ý* p¼BP°€k‘ÀAöU"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"\x08MæO{╣C\x19ærâñÅmæ┐"
  b" Ü†Væ\x1AE~›Äµç¤A\x19µ"
  b"Ĩ\x1D&ÙÏBsªMG▄.|~Ø"
  b"╣ßzwãjEx▒Ø╚ §Tã¶"
  b"░Ã$ıíÐIîÆ®&\x1A┴Ønj"
  b"""
    hÚò2ÛÛH\n
    ×\x1A\x05âQ╗Éê
    """
  b"˜1¡\x15æ·K —mý\x15`B\x1E["
  b"~\t\x03\x02Õµ@ÿÉ\x11\x18Ey└#╔"
  b"6@3\x1Cl®N~´\x01/GúüѾ"
  b"L©¤6üÑL—±\x19\x1F4"é"
  b"ê\x10ׯd‹L§™g\x16\x14q @S"
  b"c¿\x01ãøÑA\x1E\x07ÇâÃ}2ü"
  b"ЮÚ02:G!¼F¯nßõû»"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"wSîþü5F¿çLZx«tÎF"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"""
    FŒöà¤jB\n
    ¡¡Lìª×fN
    """
  b"¿õdØÞØB¨€(û+OÆkH"
  b"å!Œ«„„M\x00‘˦¦<ø\x12"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"D\x1El±1˜FL½~\x11b€»èª"
  b"\x017ˆÉzÛK—ŠvKrͳ\x1A="
  b"A\x01˜\x06{V@¡‰*T]\x1A>µÂ"
  b"Ê“Ã÷À®Cu±\x05Ÿ/"ï^6"
  b"¡w»R=ÌB\x10”°¥]J|Òò"
  b"3\x06┼┐\x06¢I┐îtÕÉ\x1A¦ðu"
  b"\x10îF\x12F›‡§(\x14ö À®"
  b"IÁïg`åL­Ø9\x00]c\x11»È"
  b"T3Û¾òÅLÓ›³~\x07r¹uØ"
  b"pŒÂŸ-bM«ü¾×¶±È¿"
  b"Å Ä.pIF┌║!Ç{Xí|ë"
  b"9Žk:,ÁCKŽ\x08vÒBðE\x02"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"¾¾¢ÿü5M/„±ßim|MŽ"
  b" Pq¥‚ÀCƸ#í\x1D}PHÞ"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
]
84 1.99 ms
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"\x00ªQü\XN]”±ÿ9T¹ÅÙ"
  b"\x01\x01ü▓s2LHÖ#1óÿûH\e"
  b"\x017ˆÉzÛK—ŠvKrͳ\x1A="
  b"\x01€1צPLp¼–\x11ïü¥Ë‡"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02\fœ7ìªJ\x13–í•Ì›©«n"
  b"\x02Y\x12öÀ2Aï®–>‘KJ-¨"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x03‡n\x19\x06;E\x04¬kå>}\e"
  b"\x03Éæ\v¡┘MP๲╗m\x00╬┴"
  b"\x04\x1D.¾NfœdŠ)Á(w¬"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x04ÄëÄ¿vJJ†3˜£\x00Ÿ[¿"
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"\x06æZˆ#jOƧè”(Ú¸äD"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"\x08\x07“CÄ„t¡ã·íÿÇ"
  b"\x08MæO{╣C\x19ærâñÅmæ┐"
  b"\t|l:\v\x05HÝØ(\fıêòÒ\x10"
  b"""
    \n
    \x01#m׋E·¼‹õKƒf ¨
    """
  b"""
    \n
    5C\vþÿHr´¯J£š¬G©
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"\v8Féƒ:J^«(§•ŽÐS\v"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\f™T\x14 ù@û®\x0Eã¶OåÝ\x03"
  b"\fãä·€tI±«\x18\x1F[$¦ïý"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r!\x02ÌL'IɃd\x16³’îrP"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r'Ð\e|M\x0E€;¡NÏ©`«"
  b"\r(\x02┤X\x05GÌ▒■╚¶JØ\x0E_"
  b"\rdŸ€Ø‚B®²å³\x176J£×"
  b"\r´‹Þr\x7FLj’\x12j¬$ýÅë"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"\x0F$¹„fÓI\x1F¯ôÏ[/ZˆQ"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b"\x0FâÜ¿œ“F×¥\x12z\x06©€Þ\v"
  b"\x10iPÚ©ÛGþŒjI^õXpË"
  b"\x10p0┘s/K¡ÅB\x1Cº▓X#÷"
  b"\x10”3Ô;ÿEú¦Ï+úÞÂ\x10\x05"
  b"\x10Ê\UæïG¥“0Se+•\\x1D"
  b"\x11üX╣4gC²Âûÿ\x1DþjË×"
  b"\x11‹w7ŠDÕ¯EúlZäïf"
  b"\x11«Èp°zA\x05\t8\x19\x03 ×`"
  b"\x12Ä‗ù0\x13N\x17¡[ÉEË·┌Ô"
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b"\x12ãÎö):Hu£²-÷‚;\x10"
  b"\x12å7¨‘ECT›¸Ôf¼ÙZÖ"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13Žñk\x15§H*ºf‰\x10Vn\x18f"
  b"\x13Ê\x17ûà¿CìÑ)yàVêãi"
  b"\x14\fÐñL"†!»V¦Þ¤w"
  b"\x14\x17ÏoõEÛ›d}ôD¹GA"
  b"\x15A\x18^|¾A=°V\x12{º›™“"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"\x16\Nòâ\x05OZ™x4ò\x1AñqÒ"
  b"\x17cNÀ\x0E8J\x1DæØ▒ëëL░Á"
  b"\x17wðòr~Hj…\x16Zð˜?-Ï"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1A™“7rÖH\vµ!]Æn0о"
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"\e\x00Å░C\x03«\x02iθwÖ\x00"
  b"\e˜èÁ~ÊMb§èD˜~\x00ûn"
  b"\e¼ÚN¬ùK\x03• ÝǸƒÃa"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"\x1Cc┬'▄XIý½fßæmÉqE"
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"\x1D>¸ŽUÐN\f‰…?©ù1X_"
  b"\x1Dß)sÅLF̌ڂd\x13Œ½c"
  b"\x1E%æÂ\x12BC1˜þ¸ð\x16'Ñ*"
  b"\x1EOKWàsGL†š¿EÐ!âñ"
  b"\x1E\rÛõI▀Âþ!_læéC"
  b"\x1E³\v­\x1F‰AQ»\rPþ¢!\x08r"
  b"\x1Eó˜G\x0F{JVˆ'ØV+œ^x"
  b"\x1F¯¸bö\x1FHžš\x12´$Òý\x0EE"
  b" \x1EÑ%$`Lo‰°å\x03Š=°j"
  b" w5N{1A+¼˜æï9GÌÝ"
  b" ­|¤;BM‚–\x01}]Ýð¶ì"
  b" Ëb(H²O·”3c±?È´Ã"
  b"!,õ\x1Ad¥J\x16É[ ¿"▒ʰ"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b""ÆÆÅ/\x1FH&À<èOyá8/"
  b"""
    %║EÔ┴╦G\n
    üà_¦×jéQ
    """
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"'\rEœooL\x19–…=Ѷtj¨"
  b"'fpb‗þGêüÙ└å\t!þq"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'úàëÔ¸NJƒ×®\e¦±¾Š"
  b"(g\x1Cýd^A ¢$þ\x020d“W"
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")╔─à¬"Lì┤·\x12âQÎ6è"
  b")㈩ÿ4J\x1FŽÿ\rfïõ̯"
  b"*km:¯pOÌœ\x0FDÉT›\x18"
  b"+@\x1FÒiýEþ¿é"Ì\e3˾"
  b"+MLž’ßM Šž…A\x19\fíÓ"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"+W#ƒƒØF›€kh`$kßv"
  b"""
    +•¨8UQFV²ñé®Û\n
    Ãì
    """
  b",Ý* p¼BP°€k‘ÀAöU"
  b"\x06ú–V@\x1F¤¼ýKçÅ-ð"
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b"-3Å`¿bK\x08á░vª¢®¢ë"
  b"-–\x0EÜî°L)޾™Öpw…N"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"/jÃúªûL³║¯aì\x16Ù²z"
  b"/â´H*ÒG‡ëÓIt£"
  b"/õ&\x17™fE®š\x05m÷C´\x07\x04"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0Р\x1CI\x1CL\x08Œæ<Ê~÷›"
  b"0â.pëINš„e§=¸\x07\x7Fä"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1Å`\x0Fº-OkÂ▓Å\x19U¦&è"
  b"2\x08ñõAYK`¢\x07\x11N×|O."
  b"2“”§\x17ðCW—a_(}4í´"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"3\x06┼┐\x06¢I┐îtÕÉ\x1A¦ðu"
  b"3\x15p\x10┴ÄL\fÅðú <Iô"
  b"3`}\x10»íJ/–3yHùðÜ•"
  b"3j\x13Ú╣\x06G¤£'~òüÄà\x16"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"4]Ÿƒ·.O\x01¡2i¡\x00;½/"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"6@3\x1Cl®N~´\x01/GúüѾ"
  b"6^\x04f/˜H\x02š8e\x1Eã~Jl"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"6©Ñ4ÛpEí¥\x1F\x18£¶…"
  b"""
    6¸t\n
    öŠH]‹'çã'×´é
    """
  b"6¼ò«n\vAÖ—”½âåölÖ"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"8C/ì)¼B░¬Ç.╚=õ¨à"
  b"8b¢û–¶CMˆØBb<\c\x00"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"\x07├ì¿A8ר"<&À├Î"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"9Žk:,ÁCKŽ\x08vÒBðE\x02"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b"9³ŠSMtB\x1A›býZ\x13\e"
  b":\në¦e>LCübÈ\x00■DPµ"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"<ùÃb:¤Dt┤Ãú8ÅÛf\n"
  b"<ÏÉ\r\f\eGPô╣<Q┐\x10¨´"
  b">µ!òËàMåáaU\x0F8▄ü\x11"
  b"?\fì…úéH”¤AAu1ÛÙÃ"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"?ÌØìþ\eN\x0E‘Šˆ¦0²|4"
  b"@$\x0F_&¯G\x1E»È©õGɘ*"
  b"@1n"£¦Jq¿m OÕ‘\x1Fz"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"A\x01˜\x06{V@¡‰*T]\x1A>µÂ"
  b"AöcÇ╝ýJ\üùÝb▓_Jÿ"
  b"Aæå/Ñ\x12El—\x06U„ìÌ Ú"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BûÑ╦eíBãÅs¶Ïug│R"
  b"BØÓ╝ĪB.Â╚öÓÃ)C\t"
  b"B╬Û~ì\x07EWéƒık²:Qº"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"CŽ3íáIAV¡Ý\x04k]u§\v"
  b"CŸ│ûLE^ë┐6Fæª│\x7F"
  b"D\x1El±1˜FL½~\x11b€»èª"
  b"D`xñ>FEx‘ˆÁP0ɵ\x1C"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"E/\x16ú\x03„D§»\x1A·¶ó\x19­."
  b"EüÂë\x10┘Lä│»RË\x00▓Ôb"
  b"E«ç\œŸI\x00©ÊQ½=|…Ò"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"""
    FŒöà¤jB\n
    ¡¡Lìª×fN
    """
  b"G\x00\f§(çCX¹eÈ×w•Dt"
  b"G\x06ÖºÊ╣@༭Ý\x1Cn┘É="
  b"G\x17·‚Ø\x1FJɱó‹ Üu÷B"
  b"G%Áx±“G6ƒ\x0EÐÌ/‰ý‹"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"H… U\/HN¾\x0FnÈB\x02\x0E"
  b"""
    I\n
    ²C‗7Ja»ç(esüI%
    """
  b"IJ\fÄ«òE\x1A±©õóóÔŸÆ"
  b"Ik´tøTI-¸S\x1FÔÙ#d0"
  b"Ix=\fŒ\x1DB@¶²K–©2ap"
  b"IÁïg`åL­Ø9\x00]c\x11»È"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"Iî~\x19žcF¸œÐÏç(ѵÀ"
  b"JU!À¡ðOd„\x18Ø4¼B\x0EM"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"\x08ƒ\f\tLã£sºj©ßP¿"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L^9ÓNÓJ—“]—\x1ALpS\x15"
  b"\x14ÄX¢Dé©©L\x0F[ØÃZ"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"L©¤6üÑL—±\x19\x1F4"é"
  b"N))…M\tD«·LW–ð£W\f"
  b"O\x10\x7FRÒ▓DØèÕó\x16ÓNír"
  b"O\x13@õB0OÁ¬‘¤FŽ‹ëG"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"O­V0ý╝GÛâpÇì Yu\x14"
  b"PP=\x0FØTM²öê▄└_\x13Ëå"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"Rëi½#WM ‹ä3­ø”Dî"
  b"S;\x19;\x13@Ly˜"ï35Õqé"
  b"""
    T\x0E<ü‚=CD¹\n
    jXk‹6i
    """
  b"T3Û¾òÅLÓ›³~\x07r¹uØ"
  b"T§¤®“7@ë±L¢\x07))Ÿ“"
  b"TÙisJ\eC·±Á¼p°\täó"
  b"U5ŽÀq”Mö²\x05OçØ{ÿŽ"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"VËJN\x1F´H\x1EØ\x19°_\x19▒­)"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"X\e…;\x10BDcˆÔËÎÂC\x1C"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"YhÕ-\x1E\x02Ox¸\x0Eè\x05à*W¤"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"YÅt \x00,Oõ§\x04\t–úü´"
  b"[e¸Ž\x0EÜK`½úOwÝëñ\x1E"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"[Åzºz¨Gì›\x11\x16@\x00QÊ7"
  b"[ÜùʼmG‚˜Èc\x18\x19V\\x06"
  b"\Z\x1Cç­ëL©Æù╬Ø┐\x15»â"
  b"\„1\x00OÚIÓ—xJ€\x1Eh\x1Dj"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"""
    ]‹\n
    ³4üD\x15¡saç:\x14š\
    """
  b"]«Ø\x1EÄHM\x1E£¨ ]fÈBI"
  b"^7°¦¢MAâø¡59ìL­\x15"
  b"_'¯\x01ê@\x15”¨þïŸÞ¤Ù"
  b"_gD\x02sVKz˜v\x14'\x15ù\x16Ô"
  b"_vQ¦¿¼BÊçj█Oê¹\x02Ø"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"_ïâ¿ó\x1CF6“Q\x1C*I\x16Á®"
  b"`|:qCºB‰ª\x7F‚‚vecB"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"a\t}9\x05§M­­<~“ESܬ"
  b"az╩VøäL░Å\x03©"\e×â\x03"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"b>±ý3¢H!¥p±\x7F\x07\x17ñ7"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"cFÂÚ\r\x13AÝ£ï¨\x1F\x10Yf\v"
  b"cW\x0EhèÎL»€íçÈâ\x12¹"
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"c¿\x01ãøÑA\x1E\x07ÇâÃ}2ü"
  b"\fj'OK•¤\x12qÐ4¿M«"
  b"d><˜B¼B}¡™GÈLj!X"
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"d„?\x0EFÍGL¯»™\rñõ‹$"
  b"dÈéÕDÐFð¾kÖD¢\x11òî"
  b"e\tÕ.gžI\x00·\x1C\x7F\nN1Ý'"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö"
  b"f¤▓\x1Aƒ░Cô®^¾dü▀ÔÉ"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"g{\x0Eée\x1EA„­¥!á/\x7F¡i"
  b"gïƒU$\x12GC™…Ø#˜Àщ"
  b"""
    hÚò2ÛÛH\n
    ×\x1A\x05âQ╗Éê
    """
  b"\x10îF\x12F›‡§(\x14ö À®"
  b"j\x1DÚ<§ŽBt‹ñ\x06eÒrƒ1"
  b"kùƒî▀FF·Éƒ╠┌¤²Å\x06"
  b"käóÖe§D§±@2s ºŒ4"
  b"le<êb1N;ì\x04\v─çÕ╣\x19"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"m\x0F\fáˆO@f¨–¹Ú¶·AR"
  b"mZ╝èräMgûÄ\x05LÉÞ*W"
  b"mn!┐OwIwì▒òD]─»*"
  b"n0ú~ÀŒO#¯Žˆlb‰\x17"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"o\x15ûº;&Mš•s½ùÆ×/x"
  b"o~äEÉ"Mô ½+?²±‹¶"
  b"pŒÂŸ-bM«ü¾×¶±È¿"
  b"pŽ¡Ñ,ÙDE“aU3®Ì9\r"
  b"\x12\x01LV¡®Ûò³&\x15"
  b"q$ı,@kOûÉ╗yÛ\x7Ft═Ò"
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"\x1AÓóRG¥€j[·þTˆw"
  b"\fgæGMܱû©e±.ÍŠ"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"t^…\v\x17FOp„ܵ2-M¼<"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"u“Ëì´sHà¢0Øl\x06:yš"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"vþRˆ\rõK/’›j0 SU©"
  b"w8\x04v‰çK“°ßº\r\x10€ñU"
  b"wSîþü5F¿çLZx«tÎF"
  b"wí$\x19ÏÊAî¥ï~¢‘úút"
  b"x1!ö¾<G…·\x1F€øV}²\x08"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"yò<\vñ.Jm…K”عï\x06Ê"
  b"yúÔó\voBü„\fð°ø".."
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"z~CÇ\x03†E•œMßüWý\x1Fc"
  b"|\x1CÜ\x0E¡¦DDªi=^_\x18_\n"
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"}J¾\x0EV\x08I\x1Aó│¥ÉÏì\x05å"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"\x1CÄÃÖOù¸*\tšt•†…"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"~\t\x03\x02Õµ@ÿÉ\x11\x18Ey└#╔"
  b"~K8ô\x1FßEq╝É\x19n\x03ı¸|"
  b"~b'°‘ŽI~‰NWðz¿˜f"
  b"""
    ~ê┐É'äIìÖ\n
    ┤%V\x7F
    """
  b"\x7F\x0F¥GüÃ@Y»°ÄoôCñ­"
  b"\x7F_–§)>Eø³\rˆ\f\x00M†˜"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"‚VJr°êMˆˆ«Sq°ê(j"
  b"‚ØÈ§B”Dç‡òÇÀù@¯æ"
  b"â\x08¢,ü\rETïUÂÜ×ýÑ}"
  b"ƒ\x13¥…RòN¢˜"z\vdZ6‚"
  b"ƒ5t•>çK+’`-¢:úHV"
  b"…m™6²GHô„§\t‚kâã®"
  b"…q|7·\x0E@ꀳ/Ü\x18&{ä"
  b"…Þ†Ç\x10–K“‘f¢\r\r¯‘×"
  b"…îéAŽáAˆ‹Û\x08ÑžþþI"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"""
    ê\n
    5u╠▓E©üN´þ¸2,L
    """
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ˆGêf\x7F`E` 2\x06\x15mB\x01©"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"ˆµ1ŽhÍJ%“\x13ê*HÔ\x1FÀ"
  b"ˆ¼óÄjI@\r£™Z¿„}Œ]"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"\x7FÆ\x1Cƒ€HÇ”\x1C‚Êô¹;h"
  b"ŠnL*ŠÅOnƒ¢—^˜>''"
  b"Š‚\x17ò,zDº¾€RU\x0F‰íü"
  b"‹BÆS¬ÏKM²Íƒä·IWÊ"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"Œ‘6ÒîHDüƒ'©\x12e´^="
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"ì5­ãfL@Sû╠Ø\x07\eç!@"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"""
    ìí¹ÜK\n
    A±£╩ëMÃ\x12©V
    """
  b"ì─NøS6L\x0Eø┌nd╗▄±┐"
  b"Ž\v\x1C\x14k‰D“ˆí}0µìÄ\x18"
  b"Ä\x1Ah;ZÑA╝Éb,BxÈØ%"
  b"Ž.<;[ÎMG¦Q-+C±hr"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"Äý>Ê\r$Aö¥Ç§dÉ\x01z╦"
  b"Ĩ\x1D&ÙÏBsªMG▄.|~Ø"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Åi0\r¡ÅG╔©ƒ\ú\x01ÈÕ┬"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"Å Ä.pIF┌║!Ç{Xí|ë"
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"\x16\x0E‚CMg…â*\x0E¸Ìºø"
  b"ôìóvyqG¼Ñ8¢qÃ][\x13"
  b"“½Ý!Tø@e¢\x17\x18溆"
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"”+êçþàLˆºugmgÜ\x08³"
  b"”A‰Dï«Kn¿ë`ÿÙ$0©"
  b"•³Kމ\x07C¿¡gDÂFB„\x7F"
  b"•î_;Œ™L‰³EQ¿Îão‡"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"–dÀ#Å*J; YÎ@óª€I"
  b"ûnßÒNÌ@Öà0▄Qj.É█"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"–öF-ÕéDKªŠe\x10‘X%Ó"
  b"ù,ýê\x11ÉDþ║Úh®²c·;"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜1¡\x15æ·K —mý\x15`B\x1E["
  b"˜jøœpìN¹½ŠÕo\fa*Ä"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"™¹Qƒ\rþK\x1A®&uÙs“¾È"
  b"™Â\—6bGÛµã!Ì\x12\e"
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"šO\x12P%¥L\x05Ž+\x14\x10\x1Có\x15P"
  b"Üèı¿À\x0FJ9üµ%s¢,8Q"
  b"šÆ\x12gˆ™AL•H¹Ÿjp3î"
  b"›b#ÿyKH€=±j\x07\x04"
  b"›¬ûóM}Jë±\x1E³¨°\rÑk"
  b"›ñÐ5bªD¿ˆÌ…·\x02ü‚û"
  b"£!¬>uµK┼æ\x18WÅî\x1Có\x17"
  b"Ø\x05Ï┐├│Mj║IÓÂa\x03àë"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"žN¨/ã„A’´Üµ3©\x07Us"
  b"žzc$ˆ@H,³Y5+ðú1Ò"
  b"ž‰ÀÄ­sI✫\tPQДf"
  b"ž¶_Êèõ@ç´QV7r(\x17a"
  b"ŸÒ\x03ñ\x15eG\x11‚$¹IY˜\x1D8"
  b" /þ\x14k‰Ni§m<ªROúF"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b" @(Ç\x17MG\x18Ž\x03ó\x03žü‘¼"
  b" Pq¥‚ÀCƸ#í\x1D}PHÞ"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b" Ü†Væ\x1AE~›Äµç¤A\x19µ"
  b"¡w»R=ÌB\x10”°¥]J|Òò"
  b"ó\x16▄ô\x11N@\x08¥\x05ü╦´ºÙå"
  b"¢jSøC8BX¼Á¦~ìØ\x0FÐ"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"£Uð\x17\x7F\x19Ol©3†²ø\x18\x15\x14"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"¥\x1EM\x05‘DÓ»\x00ì\fHôѨ"
  b"¥r2;,ŒIñŒ Ú]›…YË"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"¦Å\x03ŒÂˆA\x01«º\vþIefß"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"§6vesÅB@¦’l¶º\û3"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"§ñkTa­Bæ¶\x07\x08\x10ªøêî"
  b"¨\_J®gN„¹©\x04–ñ\x00O‚"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ªˆ5¨ßúD¹‰Øáz\x11ЀA"
  b"ª‰\x15}ójK©´¥«ŽßÁ »"
  b"¬è%TÆ\x16BÇì=\eælÖH\"
  b"ªÆÆ\x02ú\x1FF؇ùD/ñ\x11­@"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"ªÖag@`F߸D\x11ìþ\eòÇ"
  b"½+'¿KnG¯ü(ÑLÒ4põ"
  b"«9}Ì\rsIžŒ¼õèßA\x16?"
  b"«yýíÀLB·‚ç\x16UÎè\x00\x07"
  b"¼ÿþø┐9ARæ\x00h§ÉKv\x02"
  b"¡\x16¢Æ┌\x08C/ØÚPð\x03ç´è"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"­T\x7F¤èŒGéªää£:Ïþ\x02"
  b"¡x \x14¡`N>åØ╗ÓqÓé´"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"«>ØÌö\x17N±½ümå╠\x1C┐²"
  b"«L)_´}J]Øt"dWa`6"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯‹\x0Ft–Ë@\x18™ïØ\x14ség~"
  b"»É+>9ßL*Ä\x15ºqA╣åM"
  b"¯¿$ȶ\x1DB\x19°(;Í}¦‹™"
  b"░#É(\x18BE©©\x10iØ▒öp:"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"░Ã$ıíÐIîÆ®&\x1A┴Ønj"
  b"±húÛ\x10«N\x0E¬y\x13X-¦6Ò"
  b"±zˆw¼ÿE\x11\x14R‹0µã\f"
  b"▓f\t\x1D}I‗öÖ³▄ì\x10ºì"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"│*\x05x\x0FµJÆÉyÝ"\x03┴ïÈ"
  b"\x18\x1Dîþ8HáòÓÉ\x10\x04╩¯¤"
  b"´.L¯tü@\e³O¥!âm—O"
  b"´I[Ž´ÑEO·Xk\x17ç@\x15G"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"µb\x18GòðM9 ì¥#cÊoo"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"µá\x13ìÔ\x02CúªY§\x1F¾ó˜ç"
  b"µç/\x08à}L´¨\x142\fè~Úz"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"Â┌ïÛdØAö¥│ÖÞë┼Ù?"
  b"·Œ‹d[\vEV¶z“k‘f…Q"
  b"·¾Z\x16ìIANŒ\x12ž<\x1Eó¬\x05"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"¸–4£ä{H$œá\x03Tø~®ò"
  b"¸à1-CpK+–.èé·p\x01Ò"
  b"¹Öœ7\x18~Jù¼a+âP=|È"
  b"╣ßzwãjEx▒Ø╚ §Tã¶"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"ºŒˆæTÛB3€{,[ŽC\x1D¼"
  b"╗-A\x0Fµ,NÒ«~¹Z¼ØjG"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"¼&ƒ £¯@9¨Ñl(’\x05ɧ"
  b"½_±OIUGi˜ü¹]õø©l"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"¢Ñ╦&c®@ƺ\x08Ðô\x13ŪÂ"
  b"¾*‹W–­N‡°Ü mUM¶÷"
  b"¥EôzÉ\x01ILó=-Ôü┬mã"
  b"¾V\x10\x0FO\x1D´\e9(±+\x10Ê"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"¾¾¢ÿü5M/„±ßim|MŽ"
  b"¿@©™îéN\x15¨¾²Ò¾XÛ˜"
  b"┐ÖÅRh#En×¾`)\x18ƒƒZ"
  b"¿õdØÞØB¨€(û+OÆkH"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"Àt”ëw¡Næ‡Åm\f(HgÂ"
  b"À \x05’"òM‘™\x1D\x1E&âs™Î"
  b"Á'«µ\r'BŸ¢ÅhØAɦ9"
  b"Á:©U\x05XE+—Ó\x0F«Öàc­"
  b"┴¶Ôr╦æF¾╣Ëü[ëå³┌"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"├Ø!\x07\x05┬F8èÔ*\x15╝╚╦î"
  b"""
    Ãâ\n
    ½…ÿJÑŸ\x06 #1\x07üà
    """
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"Äzú,šÝG¸­\x16\x0EoÓ\Ét"
  b"Ä€ó>`ÜC·—;ƒêÀ∋"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"ÅÐ¥’‡gH|ªP\x162¨üžÙ"
  b"Æ\x05ÎÆ\x18IBh³j\x01\x19–TQ"
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b"ÆP(°Q\x1CHú‚%GCÇFþP"
  b"ãQ╩\x04d~H┼¡É\ôO;/Å"
  b"Æf-IzæKÔ€ªpgë3º_"
  b"Æõ`µ\x07¦Fé³\r&\x06¼Þ¸+"
  b"ÇÁµºs¨Hâ±Ê%/¸êaY"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"╚I*Ô\voLÔ╝\x0ECÝèÉO¥"
  b"""
    É\n
    âO¦ J\x1Fš*Uk,ø<d
    """
  b"ÉdfùŠÐ@Ô•–£%€Îiã"
  b"Ép*QÂyK=ŽÃvˆÜC¸f"
  b"ÉxbÛîÞC ˜„Ù\x01ùðXf"
  b"╔xØ d¿Nüås¡kcqNÍ"
  b"╔¡ô\x06┤ìN\ñ\e\x03×\x14 i"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"Ê\x06Žõ;#Gj©\x0E\x11Ÿ¥Œ"
  b"\x14=-*|O©ü┼,MX6Ýï"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"ÊWòëœAM¹¬ ]Ze\x17\x7Fá"
  b"Ê“Ã÷À®Cu±\x05Ÿ/"ï^6"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"Ë:®–ĬF®š\x04\x02\x01Ão\x1C±"
  b"Ë‚Tô·~G~„HtÆ|B[="
  b"Ì\x01š%MÈKˆ²A¯¢”Lyë"
  b"Ì\x12â|•\x0FG‚£±Vœ¸Ê§ç"
  b"ÌF\x10OW¡G©¦ý\x02Ds\x07TS"
  b"Ìsš)‹\x0EB}±¨’!›\t‚©"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"╬l╚\x13\x16┌A.ÅÕ=ï7õ0W"
  b"ÏÿœC(DL\x16“±ö‹ù\t-\x18"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"ЮÚ02:G!¼F¯nßõû»"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"Ð6ì¬_\x0ELTû:®Ð┐6‗å"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ÐØþt>¤JüÁ¾║═6óAc"
  b"Ò'<°EìJŠ·ôcFÑœi¨"
  b"Ò5o„±\x05IưEÁ©¾LÝË"
  b"Ò:\x1FÄ“¶H:´NMR³Òp¼"
  b"Ó\x13ªfý*Lv®¹Íë]\x19uc"
  b"Óæ°œèÍBF£Ã;\x7F\x155Ö×"
  b"Ô‰äk]ZN\r»òëŸe6Ua"
  b"Ô¶uYó¥M%«5ª\x06yõ©²"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"Õ•×`”ÿGA®Ó÷DµKÈ)"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"×.“2ñ\vEx˜\x15\x1F‘"oy\x07"
  b"×Áƒg¥çC\rµ¡\x1F–Û¤@%"
  b"ÎÛ╚oüzK°¡"ƒ╬iiÑô"
  b"Ø\x1D²¬›3CX—Jɤ÷°\x17\x04"
  b"Ø^äÖ¹.MNŠ”\x08ƒ¦ó!e"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"ضM?Ò©@µ‚ryá\r;Ó_"
  b"Øë[Cc-F%“Ÿj\x0Ež¿Å9"
  b"Ù\x05òÀÐÆAƒ­•»\x01M­ñœ"
  b"Ù<«/;ËI ¯Ÿ\x0EP•sÅ–"
  b"Ù`ž\x08F!D´·ôvV&gƾ"
  b"┘nƒQØ;EOØÐ¬ô░\x1C"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"Ú<3\x01ƒ°NB¦c[.]0CŠ"
  b"ÚH„\ÝðHKŠÜÔËã}{Ã"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"█╠\x00\x14²ƒCc╣Ô\x14\x0Fü±ó¼"
  b"Ü3$×ÌzN\x05»€#V|T†\x06"
  b"Ü9§nįJ}±‘.šZt5÷"
  b"ÜJ\x12Ý\x173EƘežŠÈQÔ%"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"ܘJªy|CLŽÏ}ë„8\eY"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"""
    Ý\x0FÊS±mKm’n\x03ÿ¡k\n
    \x06
    """
  b"Ý͇\x15! I4’­Ð\x7Fä9\x0EN"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"ÞJ;ðÆ:H\x1A¨®¼;Á\x19î\x12"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"""
    Þ¸ ­,˜I{«¶%¨È\n
    é˜
    """
  b"ÞðôíÊ\x18IÆ‘ú\x1FœÀ½%1"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"ßkÏ9ÞûN£³paüá\x19\x1Aå"
  b"▀×É\x18ÌÑ@y¢\x11T.Á&Ä\x11"
  b"às€\x17e–H¾Ž ¦É0‰Ê."
  b"ßü=\x19S├M3░┘▓~ıç8å"
  b"Ô└ã▓▒ÅM6ô®qYF(er"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"äÀ‰é¢\x18JB—b5ëÇÍÅÓ"
  b"õÈ¡\v┤rHfÉ\x1C+\x00\x01wmp"
  b"ää]wN¯C ¢xëúsîâê"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"å!Œ«„„M\x00‘˦¦<ø\x12"
  b"å,:Ë+ÍEè¢öí+±|3\x1D"
  b"å b!:\x16MAˆoÉhe×\x01"
  b"å©í'-‰Eaœm—&c[\x14="
  b"åìÝ\x04\x19«B0»195²¢9a"
  b"µ8Áf5(@\x12ùÉ\x1FEX°ïy"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"çAG\x1Eh®Loš²\K\x01ûv\x16"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b"""
    Þ\x03¸³þ\x07Oj╣ËZZ\n
    \x08
    """
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b"é–ÜJÐ<Hý–U¼ÜME\x12M"
  b"ê\x10ׯd‹L§™g\x16\x14q @S"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"Û▄Þ3§<A)ÿì1¶XQOê"
  b"ë†OZì\x7F@B°C'Îpy„ "
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"¯ÔC\x02ü┌Bp¼å©\x1Eu8xé"
  b"´\#6:oLݬ¨ì╠<¬Hé"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"ð=˜3JÎH•¿""`뺡u"
  b"ðLÜ¿>ÎMº¿ÀV\x07MïoW"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"±\x1FıJþ╗@FÅP\x03aD-È~"
  b"ñÝ?2è`K\v µRP¤z[\v"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b"¾sØüw/KI®ã+ÔMUy2"
  b"ó‚§ã΋I¤œ(×D÷åÓÞ"
  b"óÜD¶\x11PL+¡\x15]’ýÿ¾¬"
  b"¶L«\x02│ÅH]¥sÊ('´¤║"
  b"""
    ô]\x10}%“G\x16Ž#\n
    ¡\x18\x17´\x17
    """
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"¶îFè åIUê®Ì\t®Ø\x02\x00"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"¶▄Ì\x08§ÊIªÉã\x13┌È▀²í"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"õðÊìÇmAýº\fª(l¡HØ"
  b"ö\x1C¾žšþO†·—ebl%\t>"
  b"ö07¦@ñB´›Øæ´pmÈã"
  b"ö5õeÒaE\x17¾\x13|ú]Ùƒ)"
  b"ö‰ë¬ŒŸG¨ƒ1±–@{;6"
  b"÷Ü:\x07Ã┌Nóæ┤┘£Dåíü"
  b"ö \e]‚%N\x14’Û;çh·FA"
  b"öºESãÆC\x00„a5YÑ´Y½"
  b"öûžÕSÚB\r˜P†ù•šË†"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"ø±‰@°\x03J\x7F\x1FŒèˆÔøÀ"
  b"ù\x06Ž”4tAˆœ¦)ÚˆHA…"
  b"¨\x0E═>>ÖB╚▒üÖD­ûà¤"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"¨ûËÏxÌJüä┤X┼Vsgµ"
  b"¨Ø¶\x074ÅHÃå╦BÇð*%ò"
  b"ùáÐ4E…H‹©Ä^0‡U º"
  b"û\x08=­UçJ¢±»ƒ\t\x16!‘v"
  b"""
    ¹\n
    c▄ÿøF6▒É2y\x7FRúa
    """
  b"¹\x1Cáøú6H&ÿÅ®SÍ┐øı"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"û¨©V\x02ÀLm”\t\v ,˜_"
  b"³C\vØ&ºD┌ô[2Òñ\x18Ù¹"
  b"³H¿Ú>íAßü┴Ñû■m\x05\x1E"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ý”¬£3YHì¬\x1ADZ>"øy"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"\x12p/Ñ/Mo¼{ã§És.8"
  b"þÀ©„óÕLx·h„¶X¼Ï{"
  b" [ºñ*ıL\x05ÖØ_└ûS┐L"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
]
85 1.37 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b""A“r\f*JE¼–Ë-\x05VUº"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"\x07RQîEdM\x14¿êâüå\x00"
  b"ÑL´<¼òEî¤q³\e‡‡nm"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"o═6\x1A¯\x14AßçUû¶®3+ì"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"r +éJ8NÜî\x11«j■*Øu"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"DD$ÿ“‘J'¤\x01é »3—n"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"û9†Ë‰ƒLó£´,Ze\x10"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"DD$ÿ“‘J'¤\x01é »3—n"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"Ī^†$ÒK0°1."p\x11"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"õ•"¨‡ùG؆NBÄëÃ’f"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
86 7.25 ms
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x00ªQü\XN]”±ÿ9T¹ÅÙ"
  b"\x01\x01ü▓s2LHÖ#1óÿûH\e"
  b"\x017ˆÉzÛK—ŠvKrͳ\x1A="
  b"\x01€1צPLp¼–\x11ïü¥Ë‡"
  b"\x02\x04Æ$┼cG\x17ƒñ└\x13Ô¤═Å"
  b"\x02\fœ7ìªJ\x13–í•Ì›©«n"
  b"\x02Y\x12öÀ2Aï®–>‘KJ-¨"
  b"\x03üV,\x1F}O&¥jÆ.?||ý"
  b"\x03‡n\x19\x06;E\x04¬kå>}\e"
  b"\x03Éæ\v¡┘MP๲╗m\x00╬┴"
  b"\x04\x1D.¾NfœdŠ)Á(w¬"
  b"\x04jsíÏ\x05A\x14¡*}Y“¹D¡"
  b"\x04ÄëÄ¿vJJ†3˜£\x00Ÿ[¿"
  b"\x05çá)&╩G├ØÝ\v³Î█▒~"
  b"\x05Ø\x05©CnLM©©▒@ÐëÐÌ"
  b"\x06K/\ߤEéìèhI\x03ÀÆá"
  b"\x06Ùü¾ø¦A˜ cÓºË1þ\x03"
  b"\x06æZˆ#jOƧè”(Ú¸äD"
  b"\x07«a;â¡A_žÆ<(içã\x01"
  b"\x08\x11¼Z▄åG│ên|└É\x0F┼Ô"
  b"\x08\x07“CÄ„t¡ã·íÿÇ"
  b"\x08MæO{╣C\x19ærâñÅmæ┐"
  b"\t|l:\v\x05HÝØ(\fıêòÒ\x10"
  b"""
    \n
    \x01#m׋E·¼‹õKƒf ¨
    """
  b"""
    \n
    5C\vþÿHr´¯J£š¬G©
    """
  b"""
    \n
    8X\x16P£B»—GŽUR5\v
    """
  b"\v8Féƒ:J^«(§•ŽÐS\v"
  b"\f\f¦G\f\x14Mج%º‰-ì'Þ"
  b"\f™T\x14 ù@û®\x0Eã¶OåÝ\x03"
  b"\fãä·€tI±«\x18\x1F[$¦ïý"
  b"\föeu{\x11Dˆµ\x00†¶.K©ò"
  b"\r!\x02ÌL'IɃd\x16³’îrP"
  b"\r\x14܈H¿³NT ¼$Ìå"
  b"\r'Ð\e|M\x0E€;¡NÏ©`«"
  b"\r(\x02┤X\x05GÌ▒■╚¶JØ\x0E_"
  b"\rdŸ€Ø‚B®²å³\x176J£×"
  b"\r´‹Þr\x7FLj’\x12j¬$ýÅë"
  b"\x0E\x1D±9DQEj¹ÕIçRÊê¼"
  b"\x0EVÇ›²kB=¬;\x073 Ñ%\x05"
  b"\x0Eƒ4Ï\x19·B\x10œ¥@ï:@?#"
  b"\x0F$¹„fÓI\x1F¯ôÏ[/ZˆQ"
  b"\x0FÍA5©èF´œøI¾\x145iº"
  b"\x0FâÜ¿œ“F×¥\x12z\x06©€Þ\v"
  b"\x10iPÚ©ÛGþŒjI^õXpË"
  b"\x10p0┘s/K¡ÅB\x1Cº▓X#÷"
  b"\x10”3Ô;ÿEú¦Ï+úÞÂ\x10\x05"
  b"\x10Ê\UæïG¥“0Se+•\\x1D"
  b"\x11üX╣4gC²Âûÿ\x1DþjË×"
  b"\x11‹w7ŠDÕ¯EúlZäïf"
  b"\x11«Èp°zA\x05\t8\x19\x03 ×`"
  b"\x12Ä‗ù0\x13N\x17¡[ÉEË·┌Ô"
  b"\x12ÆÏ\x17].A_’\x02òo\x7F^¢g"
  b"\x12ãÎö):Hu£²-÷‚;\x10"
  b"\x12å7¨‘ECT›¸Ôf¼ÙZÖ"
  b"\x13]~:(­HýÉ■L\x0F£‗PÐ"
  b"\x13xëi\x00‚EªƒÚó\x02Õ>žu"
  b"\x13Žñk\x15§H*ºf‰\x10Vn\x18f"
  b"\x13Ê\x17ûà¿CìÑ)yàVêãi"
  b"\x14\fÐñL"†!»V¦Þ¤w"
  b"\x14\x17ÏoõEÛ›d}ôD¹GA"
  b"\x15A\x18^|¾A=°V\x12{º›™“"
  b"\x15X›z?COצ–¿\f©\x15ÄM"
  b"\x16\Nòâ\x05OZ™x4ò\x1AñqÒ"
  b"\x17cNÀ\x0E8J\x1DæØ▒ëëL░Á"
  b"\x17wðòr~Hj…\x16Zð˜?-Ï"
  b"\x17È­ øçCÅ´\x11\x1F\x11\–6"
  b"\x1Ao\x00æ¥BGž‰\x7F\x1AÁYç\x14¨"
  b"\x1A™“7rÖH\vµ!]Æn0о"
  b"\e"^Z­rA\x16œJªW€T—‘"
  b"\e\x00Å░C\x03«\x02iθwÖ\x00"
  b"\e˜èÁ~ÊMb§èD˜~\x00ûn"
  b"\e¼ÚN¬ùK\x03• ÝǸƒÃa"
  b"\eÀ\x1645{G\x10¼é\x17ÿý:ËÌ"
  b"\eúLŒó~H=‚²D,¹§Qb"
  b"\x1C1—\x1Cä\x0EI‹‚ñ(\f\x07Á¶5"
  b"\x1Cc┬'▄XIý½fßæmÉqE"
  b"\x1D\x1A)Í(ŒL…ƒÍ,Ì\x7F³ ½"
  b"\x1D>¸ŽUÐN\f‰…?©ù1X_"
  b"\x1Dß)sÅLF̌ڂd\x13Œ½c"
  b"\x1E%æÂ\x12BC1˜þ¸ð\x16'Ñ*"
  b"\x1EOKWàsGL†š¿EÐ!âñ"
  b"\x1E\rÛõI▀Âþ!_læéC"
  b"\x1E³\v­\x1F‰AQ»\rPþ¢!\x08r"
  b"\x1Eó˜G\x0F{JVˆ'ØV+œ^x"
  b"\x1F¯¸bö\x1FHžš\x12´$Òý\x0EE"
  b" \x1EÑ%$`Lo‰°å\x03Š=°j"
  b" w5N{1A+¼˜æï9GÌÝ"
  b" ­|¤;BM‚–\x01}]Ýð¶ì"
  b" Ëb(H²O·”3c±?È´Ã"
  b"!,õ\x1Ad¥J\x16É[ ¿"▒ʰ"
  b"!l■\x05"╝GƒØ\x005DG'╔¢"
  b"!ª┘¸─┌LÔ¬Qé┌í@GØ"
  b""\x01Æ+Ï(I\v›Ÿ;y”\x1DØ0"
  b""Ki‡ ŸKÔ¥\x16Šá¯\vv6"
  b""ÆÆÅ/\x1FH&À<èOyá8/"
  b"""
    %║EÔ┴╦G\n
    üà_¦×jéQ
    """
  b"%ÏØq·\x05FW–TX#‚æŒ\x0F"
  b"&Èq5\x0EóDXˆ\f¦_'vƹ"
  b"'\rEœooL\x19–…=Ѷtj¨"
  b"'fpb‗þGêüÙ└å\t!þq"
  b"'ÏÔô╦ÁO³¿\x05L"iìa#"
  b"'ܱÈ\x16ÊI“¸KuS;C£Á"
  b"'úàëÔ¸NJƒ×®\e¦±¾Š"
  b"(g\x1Cýd^A ¢$þ\x020d“W"
  b"(É/Õç³M,ë\x07y;³?º¹"
  b"(ž“8&zOŸœŠÎ»\x1C8”˜"
  b")"áÆRÑF@µ)}—šgì\x1D"
  b")BE\x06÷ÃOp¥\x00ÃiìÞ¥T"
  b")╔─à¬"Lì┤·\x12âQÎ6è"
  b")㈩ÿ4J\x1FŽÿ\rfïõ̯"
  b"*km:¯pOÌœ\x0FDÉT›\x18"
  b"+@\x1FÒiýEþ¿é"Ì\e3˾"
  b"+MLž’ßM Šž…A\x19\fíÓ"
  b"+PÃ-ï\x06@¢”LËçY‰_?"
  b"+W#ƒƒØF›€kh`$kßv"
  b"""
    +•¨8UQFV²ñé®Û\n
    Ãì
    """
  b",Ý* p¼BP°€k‘ÀAöU"
  b"\x06ú–V@\x1F¤¼ýKçÅ-ð"
  b",ôíMFuKåŠ#t¡¥ÈâH"
  b"-3Å`¿bK\x08á░vª¢®¢ë"
  b"-–\x0EÜî°L)޾™Öpw…N"
  b"-Ïßl\|O}ºÍÉ”ùU†;"
  b".l0Ð9(MUüÝ▀ä┤B(\x00"
  b".¸}F²^O#¾æ‚nZSû\x1F"
  b"/jÃúªûL³║¯aì\x16Ù²z"
  b"/â´H*ÒG‡ëÓIt£"
  b"/õ&\x17™fE®š\x05m÷C´\x07\x04"
  b"0,&c\x0EçOò‡8¨Dí&˜†"
  b"0Р\x1CI\x1CL\x08Œæ<Ê~÷›"
  b"0â.pëINš„e§=¸\x07\x7Fä"
  b"\x19\“·Fz‘‡ðwsˆšŸ"
  b"1s^ã”\x17EF¹¨57*ú>Ù"
  b"1Å`\x0Fº-OkÂ▓Å\x19U¦&è"
  b"2\x08ñõAYK`¢\x07\x11N×|O."
  b"2“”§\x17ðCW—a_(}4í´"
  b"2˜Ia\föC¨—>Â{\x03Þkê"
  b"2¬>ª—õCâ»\x1DÑ´hy¶\x0E"
  b"3\x06┼┐\x06¢I┐îtÕÉ\x1A¦ðu"
  b"3\x15p\x10┴ÄL\fÅðú <Iô"
  b"3`}\x10»íJ/–3yHùðÜ•"
  b"3j\x13Ú╣\x06G¤£'~òüÄà\x16"
  b"3Ê‘\x08\x1DÒG˜³TÝ“n/µA"
  b"4]Ÿƒ·.O\x01¡2i¡\x00;½/"
  b"5ê7M┌¿B|üËY╔┬ı╬ø"
  b"6@3\x1Cl®N~´\x01/GúüѾ"
  b"6^\x04f/˜H\x02š8e\x1Eã~Jl"
  b"6tZ÷¹r@˜Ÿ{ªÀû›©à"
  b"6©Ñ4ÛpEí¥\x1F\x18£¶…"
  b"""
    6¸t\n
    öŠH]‹'çã'×´é
    """
  b"6¼ò«n\vAÖ—”½âåölÖ"
  b"7"þ\x14oÂIvˆx\x07Ñ×òf\x00"
  b"8C/ì)¼B░¬Ç.╚=õ¨à"
  b"8b¢û–¶CMˆØBb<\c\x00"
  b"8x½\x06P0DFØ0\x11 \x05F\rª"
  b"\x07├ì¿A8ר"<&À├Î"
  b"8´©ão„G\x1A¶©ösãÚ™p"
  b"\x01ú\x10eC;àÉàÒ³ä\fX"
  b"9Žk:,ÁCKŽ\x08vÒBðE\x02"
  b"9Ö╩Í?¼N▒Ø┴┐\x158\x13ùQ"
  b"9³ŠSMtB\x1A›býZ\x13\e"
  b":\në¦e>LCübÈ\x00■DPµ"
  b":h\x19Á†HCû»CV#sÑø\x08"
  b"<€)\x08‡|EK½\x14þÉ·\x03\x1E"
  b"<ùÃb:¤Dt┤Ãú8ÅÛf\n"
  b"<ÏÉ\r\f\eGPô╣<Q┐\x10¨´"
  b">µ!òËàMåáaU\x0F8▄ü\x11"
  b"?\fì…úéH”¤AAu1ÛÙÃ"
  b"?]ý—¥TE÷µìd\e‡u¼–"
  b"?ÌØìþ\eN\x0E‘Šˆ¦0²|4"
  b"@$\x0F_&¯G\x1E»È©õGɘ*"
  b"@1n"£¦Jq¿m OÕ‘\x1Fz"
  b"@L<fªWK\x1F½£Ý\x07\x08"
  b"@VŸ\x17\x15 BÞ®\fé\x18àk\x16"
  b"A\x01˜\x06{V@¡‰*T]\x1A>µÂ"
  b"AöcÇ╝ýJ\üùÝb▓_Jÿ"
  b"Aæå/Ñ\x12El—\x06U„ìÌ Ú"
  b"""
    B\x1A?ßÐÕF\n
    µ(ãp|¡\x1Ax
    """
  b"B„<9ò\x0EO#¥™WWv°`Â"
  b"BûÑ╦eíBãÅs¶Ïug│R"
  b"BØÓ╝ĪB.Â╚öÓÃ)C\t"
  b"B╬Û~ì\x07EWéƒık²:Qº"
  b"Bߢ$¹»F² Ò¥´Š2a"
  b"C5Å«#ºK\x14£\x17ƒÂ\x07ŸNu"
  b"CŽ3íáIAV¡Ý\x04k]u§\v"
  b"CŸ│ûLE^ë┐6Fæª│\x7F"
  b"D\x1El±1˜FL½~\x11b€»èª"
  b"D`xñ>FEx‘ˆÁP0ɵ\x1C"
  b"D¤uåÖ4J< “Éј…÷õ"
  b"E/\x16ú\x03„D§»\x1A·¶ó\x19­."
  b"EüÂë\x10┘Lä│»RË\x00▓Ôb"
  b"E«ç\œŸI\x00©ÊQ½=|…Ò"
  b"\x06‹<×Dm¬nÒÍqG·\x0E"
  b"""
    FŒöà¤jB\n
    ¡¡Lìª×fN
    """
  b"G\x00\f§(çCX¹eÈ×w•Dt"
  b"G\x06ÖºÊ╣@༭Ý\x1Cn┘É="
  b"G\x17·‚Ø\x1FJɱó‹ Üu÷B"
  b"G%Áx±“G6ƒ\x0EÐÌ/‰ý‹"
  b"Hb?t$.EVƒ[èû~¨éq"
  b"H… U\/HN¾\x0FnÈB\x02\x0E"
  b"""
    I\n
    ²C‗7Ja»ç(esüI%
    """
  b"IJ\fÄ«òE\x1A±©õóóÔŸÆ"
  b"Ik´tøTI-¸S\x1FÔÙ#d0"
  b"Ix=\fŒ\x1DB@¶²K–©2ap"
  b"IÁïg`åL­Ø9\x00]c\x11»È"
  b"I½&Í-xJ“ž\e4[|Šˆ*"
  b"Iî~\x19žcF¸œÐÏç(ѵÀ"
  b"JU!À¡ðOd„\x18Ø4¼B\x0EM"
  b"\x1F\x7F1\x06N{óH5D\x06Å\ea"
  b"\x08ƒ\f\tLã£sºj©ßP¿"
  b"K±¡wÃôAß‘þM¹£“8¢"
  b"KÛú\x7F¸9K#ì±\x10\x06V\x18h╔"
  b"L^9ÓNÓJ—“]—\x1ALpS\x15"
  b"\x14ÄX¢Dé©©L\x0F[ØÃZ"
  b"L¡²7Þ3E ® \x15ŸÐS\x01¥"
  b"L©¤6üÑL—±\x19\x1F4"é"
  b"N))…M\tD«·LW–ð£W\f"
  b"O\x10\x7FRÒ▓DØèÕó\x16ÓNír"
  b"O\x13@õB0OÁ¬‘¤FŽ‹ëG"
  b"OjÞ]\x02\x1EAÁ¤üN[ÌŠ:>"
  b"O­V0ý╝GÛâpÇì Yu\x14"
  b"PP=\x0FØTM²öê▄└_\x13Ëå"
  b"Q\x07\x05\x03•?F3ŠåSªØ6›\x0F"
  b"Q:¹y=ÕAæ¦ßù\x03?™uo"
  b"QÁ9ªKWH©£┴u\vÙè|ì"
  b"Q×\Uf—O\e¾\x1Cû’†Ÿ#Ñ"
  b"RÃwGh\x08K“³¹Î;\x15¼ž\t"
  b"Rëi½#WM ‹ä3­ø”Dî"
  b"S;\x19;\x13@Ly˜"ï35Õqé"
  b"""
    T\x0E<ü‚=CD¹\n
    jXk‹6i
    """
  b"T3Û¾òÅLÓ›³~\x07r¹uØ"
  b"T§¤®“7@ë±L¢\x07))Ÿ“"
  b"TÙisJ\eC·±Á¼p°\täó"
  b"U5ŽÀq”Mö²\x05OçØ{ÿŽ"
  b"V%\x1D\x06ÉéG\x7FŠ/ô”ÊçPS"
  b"VËJN\x1F´H\x1EØ\x19°_\x19▒­)"
  b"WC\x06ÁôôJЖˆû-\x06ˆQ"
  b"Wû4"õ▀L£╝LÈj%ÅMC"
  b"X\e…;\x10BDcˆÔËÎÂC\x1C"
  b"""
    XuÚ\n
    AIGî»OsÛ!Å«}
    """
  b"YhÕ-\x1E\x02Ox¸\x0Eè\x05à*W¤"
  b"Y╣SZkLOø▒fôhì\x1F@\n"
  b"YÅt \x00,Oõ§\x04\t–úü´"
  b"[e¸Ž\x0EÜK`½úOwÝëñ\x1E"
  b"[g\x00+™‘Dn“í\x17½9å1Å"
  b"[Åzºz¨Gì›\x11\x16@\x00QÊ7"
  b"[ÜùʼmG‚˜Èc\x18\x19V\\x06"
  b"\Z\x1Cç­ëL©Æù╬Ø┐\x15»â"
  b"\„1\x00OÚIÓ—xJ€\x1Eh\x1Dj"
  b"\ŒÌy«óJ˺cîã?4Sb"
  b"""
    ]‹\n
    ³4üD\x15¡saç:\x14š\
    """
  b"]«Ø\x1EÄHM\x1E£¨ ]fÈBI"
  b"^7°¦¢MAâø¡59ìL­\x15"
  b"_'¯\x01ê@\x15”¨þïŸÞ¤Ù"
  b"_gD\x02sVKz˜v\x14'\x15ù\x16Ô"
  b"_vQ¦¿¼BÊçj█Oê¹\x02Ø"
  b"_}×\x10‚ÞOñ‚Z>OÅ0¶\e"
  b"_ïâ¿ó\x1CF6“Q\x1C*I\x16Á®"
  b"`|:qCºB‰ª\x7F‚‚vecB"
  b"`╦®ü╬íD┬¥▀│\x04\f\x1A└â"
  b"a\t}9\x05§M­­<~“ESܬ"
  b"az╩VøäL░Å\x03©"\e×â\x03"
  b"aÞ½¡\x02\x00C•š¤—ÊØq\x1Dq"
  b"b>±ý3¢H!¥p±\x7F\x07\x17ñ7"
  b"byÞ\uJCÉØÞ\x7F\r;àâQ"
  b"cFÂÚ\r\x13AÝ£ï¨\x1F\x10Yf\v"
  b"cW\x0EhèÎL»€íçÈâ\x12¹"
  b"c»å¨Á™K$‰\x07‹P7wÌ”"
  b"c¿\x01ãøÑA\x1E\x07ÇâÃ}2ü"
  b"\fj'OK•¤\x12qÐ4¿M«"
  b"d><˜B¼B}¡™GÈLj!X"
  b"dSD$\x12À@NŸQ\x06S„MoI"
  b"d„?\x0EFÍGL¯»™\rñõ‹$"
  b"dÈéÕDÐFð¾kÖD¢\x11òî"
  b"e\tÕ.gžI\x00·\x1C\x7F\nN1Ý'"
  b"eË~å\x11óMjüÑ:3_\t"\x10"
  b"fYÜêÆ¹JôÅ╬ëÛÈ▄░Ö"
  b"f¤▓\x1Aƒ░Cô®^¾dü▀ÔÉ"
  b"g,ïV┴&BbºêÎOÍ\x19Ø\x15"
  b"g{\x0Eée\x1EA„­¥!á/\x7F¡i"
  b"gïƒU$\x12GC™…Ø#˜Àщ"
  b"""
    hÚò2ÛÛH\n
    ×\x1A\x05âQ╗Éê
    """
  b"\x10îF\x12F›‡§(\x14ö À®"
  b"j\x1DÚ<§ŽBt‹ñ\x06eÒrƒ1"
  b"kùƒî▀FF·Éƒ╠┌¤²Å\x06"
  b"käóÖe§D§±@2s ºŒ4"
  b"le<êb1N;ì\x04\v─çÕ╣\x19"
  b"""
    l¬\„\x18†M\x1Eƒ$\n
    ô¤‘‡\x14
    """
  b"m\x0F\fáˆO@f¨–¹Ú¶·AR"
  b"mZ╝èräMgûÄ\x05LÉÞ*W"
  b"mn!┐OwIwì▒òD]─»*"
  b"n0ú~ÀŒO#¯Žˆlb‰\x17"
  b"næ·Å└µM8Ñ(g¤\x05\vÓP"
  b"o\x15ûº;&Mš•s½ùÆ×/x"
  b"o~äEÉ"Mô ½+?²±‹¶"
  b"pŒÂŸ-bM«ü¾×¶±È¿"
  b"pŽ¡Ñ,ÙDE“aU3®Ì9\r"
  b"\x12\x01LV¡®Ûò³&\x15"
  b"q$ı,@kOûÉ╗yÛ\x7Ft═Ò"
  b"q)oò»DLW‡íÄ£\x1Aì\x1AÐ"
  b"qq\fÙõðFRŸúJŠÀ”9É"
  b"\x1AÓóRG¥€j[·þTˆw"
  b"\fgæGMܱû©e±.ÍŠ"
  b"\x0Eì­4E™™ŸäÙÀê\x1FÀ"
  b"sìIÊV„B-ª>õjÇ›ª\v"
  b"tN╩┴ôzLܼ³ä7Ø[h²"
  b"t^…\v\x17FOp„ܵ2-M¼<"
  b"tÚ€\x17jùJA¡ådX_ÕÔ¶"
  b"u“Ëì´sHà¢0Øl\x06:yš"
  b"u╔─ÅÈ\x18@³áº\x0F╔.¹!Ë"
  b"v.ÊG\x0E/@Zɨ\x1Eï¦6ùı"
  b"vþRˆ\rõK/’›j0 SU©"
  b"w8\x04v‰çK“°ßº\r\x10€ñU"
  b"wSîþü5F¿çLZx«tÎF"
  b"wí$\x19ÏÊAî¥ï~¢‘úút"
  b"x1!ö¾<G…·\x1F€øV}²\x08"
  b"x„,\x1FUøB£°ü¢)ɼš±"
  b"xõà÷C\x1FF« ƒy\x1C÷­çâ"
  b"xößNʯEd»Q\x03MvšÓù"
  b"y5êpËrFå¦SÚ\x10ß\x08@("
  b"y‹ö\x1EúªG‹“Í¿¿‰!ˆá"
  b"y×)\x16ƒÒN\r¿═Øv▀Üce"
  b"yò<\vñ.Jm…K”عï\x06Ê"
  b"yúÔó\voBü„\fð°ø".."
  b"z\x08nŒB\x01Fž“+J\x187\x11\x05+"
  b"zvüUó\x1EDmÁö┤\x17II]R"
  b"z~CÇ\x03†E•œMßüWý\x1Fc"
  b"|\x1CÜ\x0E¡¦DDªi=^_\x18_\n"
  b"|(ÕÌ}uC\e \x19ô¼ å¹b"
  b"|ç]\t™wL¼ˆM­i3xIŸ"
  b"}J¾\x0EV\x08I\x1Aó│¥ÉÏì\x05å"
  b"}f ük³CÕú]­§\x04¤Ò▓"
  b"\x1CÄÃÖOù¸*\tšt•†…"
  b"}õ╗@\x08ï@ Å\x01rH\x035è│"
  b"~\t\x03\x02Õµ@ÿÉ\x11\x18Ey└#╔"
  b"~K8ô\x1FßEq╝É\x19n\x03ı¸|"
  b"~b'°‘ŽI~‰NWðz¿˜f"
  b"""
    ~ê┐É'äIìÖ\n
    ┤%V\x7F
    """
  b"\x7F\x0F¥GüÃ@Y»°ÄoôCñ­"
  b"\x7F_–§)>Eø³\rˆ\f\x00M†˜"
  b"Çø┬ì¤AC¢│[»JaïBc"
  b"Ǹ&ò=´B╩½)ìT\eíBõ"
  b"ü\x10Øm\╗D%ë@\x1ET'!,³"
  b"üü.\vóMB=¼\x088x\x1AS«p"
  b"üõ¼ö&¶I┼ºÎ'\┬R;¤"
  b"‚VJr°êMˆˆ«Sq°ê(j"
  b"‚ØÈ§B”Dç‡òÇÀù@¯æ"
  b"â\x08¢,ü\rETïUÂÜ×ýÑ}"
  b"ƒ\x13¥…RòN¢˜"z\vdZ6‚"
  b"ƒ5t•>çK+’`-¢:úHV"
  b"…m™6²GHô„§\t‚kâã®"
  b"…q|7·\x0E@ꀳ/Ü\x18&{ä"
  b"…Þ†Ç\x10–K“‘f¢\r\r¯‘×"
  b"…îéAŽáAˆ‹Û\x08ÑžþþI"
  b"åí¯¡╝yB═ü]É}&}d3"
  b"çD¾ì\x03?FÒ¬‗└a\x03ÚÔì"
  b"‡ƒ0Pl€H¥¸Ëà[á#›\x17"
  b"‡ç2<Î\vO«‘å÷ÝZ›ú_"
  b"""
    ê\n
    5u╠▓E©üN´þ¸2,L
    """
  b"ê*\rÉä\F╔╗\x01ûYª\x15‗5"
  b"ˆGêf\x7F`E` 2\x06\x15mB\x01©"
  b"""
    ˆL\fÑ<=F šQ­\n
    ãmRY
    """
  b"""
    ˆª\n
    \x0E•@O™º[\x01”…mr\x19
    """
  b"ˆµ1ŽhÍJ%“\x13ê*HÔ\x1FÀ"
  b"ˆ¼óÄjI@\r£™Z¿„}Œ]"
  b"ê┘\rôB■J§ì¤^?Tå`¾"
  b"\x7FÆ\x1Cƒ€HÇ”\x1C‚Êô¹;h"
  b"ŠnL*ŠÅOnƒ¢—^˜>''"
  b"Š‚\x17ò,zDº¾€RU\x0F‰íü"
  b"‹BÆS¬ÏKM²Íƒä·IWÊ"
  b"î\x13Ñ\v|Ì@ñÉ\f┘Uþ_³6"
  b"Œ‘6ÒîHDüƒ'©\x12e´^="
  b"ŒþÖÀ\x0E×Iaˆ€\x07溢æJ"
  b"ì5­ãfL@Sû╠Ø\x07\eç!@"
  b"ìÜÍ└À░Le╝o÷º³Ec┌"
  b"""
    ìí¹ÜK\n
    A±£╩ëMÃ\x12©V
    """
  b"ì─NøS6L\x0Eø┌nd╗▄±┐"
  b"Ž\v\x1C\x14k‰D“ˆí}0µìÄ\x18"
  b"Ä\x1Ah;ZÑA╝Éb,BxÈØ%"
  b"Ž.<;[ÎMG¦Q-+C±hr"
  b"ÄÛ¢Ä\rßEÆÉo˯>Úðö"
  b"Äý>Ê\r$Aö¥Ç§dÉ\x01z╦"
  b"Ĩ\x1D&ÙÏBsªMG▄.|~Ø"
  b"Å\x132ÙC3M\x15æu¿\x0EÍõPW"
  b"Åi0\r¡ÅG╔©ƒ\ú\x01ÈÕ┬"
  b"Å|┼®Ú\x1EAqìÑ‗ưBã."
  b"Å Ä.pIF┌║!Ç{Xí|ë"
  b"É%å0ä\fB╠Â‗╝\x7F\x13¾░ç"
  b"ÉoqíÑ<Ca╣R\x02àIÅG╠"
  b"Éïq┬]ÐOA¢®O§¤¹J!"
  b"ÉÆÛ ,ÚAçÄo9╗µ¤ı÷"
  b"’!ÛdËÅOð¾S%H$ªÎ\e"
  b"\x16\x0E‚CMg…â*\x0E¸Ìºø"
  b"ôìóvyqG¼Ñ8¢qÃ][\x13"
  b"“½Ý!Tø@e¢\x17\x18溆"
  b"“à\x12s^\x1FB?œU(mÁö\x10Y"
  b"”+êçþàLˆºugmgÜ\x08³"
  b"”A‰Dï«Kn¿ë`ÿÙ$0©"
  b"•³Kމ\x07C¿¡gDÂFB„\x7F"
  b"•î_;Œ™L‰³EQ¿Îão‡"
  b"\x13wÊâ\x03Ho®\x11È\x11®^e="
  b"–dÀ#Å*J; YÎ@óª€I"
  b"ûnßÒNÌ@Öà0▄Qj.É█"
  b"–Œªµ\x1AÊH\x04·E€b®€,Ø"
  b"–öF-ÕéDKªŠe\x10‘X%Ó"
  b"ù,ýê\x11ÉDþ║Úh®²c·;"
  b"—†HÂ8¯HÓ¶UY_\x08ƒ†Z"
  b"""
    ˜\x03ï\n
    [ÖM÷’]H·à„™4
    """
  b"˜1¡\x15æ·K —mý\x15`B\x1E["
  b"˜jøœpìN¹½ŠÕo\fa*Ä"
  b"ÿèÒòú³C,░ó­\vþÅZ\x1E"
  b"™¹Qƒ\rþK\x1A®&uÙs“¾È"
  b"™Â\—6bGÛµã!Ì\x12\e"
  b"™Å˜|\x1AUO‚¥;è4ˆ»\x07O"
  b"šO\x12P%¥L\x05Ž+\x14\x10\x1Có\x15P"
  b"Üèı¿À\x0FJ9üµ%s¢,8Q"
  b"šÆ\x12gˆ™AL•H¹Ÿjp3î"
  b"›b#ÿyKH€=±j\x07\x04"
  b"›¬ûóM}Jë±\x1E³¨°\rÑk"
  b"›ñÐ5bªD¿ˆÌ…·\x02ü‚û"
  b"£!¬>uµK┼æ\x18WÅî\x1Có\x17"
  b"Ø\x05Ï┐├│Mj║IÓÂa\x03àë"
  b"Ø\x11│YolNÕéWQ"{=çx"
  b"Ø5"SƱJèæ²?õËõ▓Ô"
  b"ØÇöÒ'■DªäFiÛ̃Eu"
  b"žN¨/ã„A’´Üµ3©\x07Us"
  b"žzc$ˆ@H,³Y5+ðú1Ò"
  b"ž‰ÀÄ­sI✫\tPQДf"
  b"ž¶_Êèõ@ç´QV7r(\x17a"
  b"ŸÒ\x03ñ\x15eG\x11‚$¹IY˜\x1D8"
  b" /þ\x14k‰Ni§m<ªROúF"
  b"""
    á6íi+\n
    J[ì\x05Þr\x134\x1A\x7F
    """
  b" @(Ç\x17MG\x18Ž\x03ó\x03žü‘¼"
  b" Pq¥‚ÀCƸ#í\x1D}PHÞ"
  b" ºH\fetF/´\x1Dçnìå£\x13"
  b" Ü†Væ\x1AE~›Äµç¤A\x19µ"
  b"¡w»R=ÌB\x10”°¥]J|Òò"
  b"ó\x16▄ô\x11N@\x08¥\x05ü╦´ºÙå"
  b"¢jSøC8BX¼Á¦~ìØ\x0FÐ"
  b"£?rwB3@ã¤~‘Q„‡à‚"
  b"£Uð\x17\x7F\x19Ol©3†²ø\x18\x15\x14"
  b"úú¹æü^@─ï¤▀¡Æ4█#"
  b"¤\x1A+IÔÄI9¡gÚTsy‡‰"
  b"¤Vf”õ5J\x1C™5'í\x1Eø*\x0E"
  b"¤tC¤ÛìI‹§\x0E5ÔÑÎQù"
  b"ñï¾-;)GØ©°ÿJ\x1A│É:"
  b"¤¨Èaw•A!¥ÁÒ\x17V´z+"
  b"""
    ¤»\r\x02\n
    ³NšŽ8ÿÉôãbê
    """
  b"¥\x1EM\x05‘DÓ»\x00ì\fHôѨ"
  b"¥r2;,ŒIñŒ Ú]›…YË"
  b"¦\x11ŠÁ9FJ9´=â\x15k]d\x11"
  b"¦Å\x03ŒÂˆA\x01«º\vþIefß"
  b"ª¸ıýŵB?º¿┤¨▀²Í8"
  b"§\x12G*\x1FÙBU‹C`+묄Õ"
  b"§6vesÅB@¦’l¶º\û3"
  b"ºæiÅ\x06\x07@ýüç%a´p╗4"
  b"§ñkTa­Bæ¶\x07\x08\x10ªøêî"
  b"¨\_J®gN„¹©\x04–ñ\x00O‚"
  b"¨©©mLHN+•¶—Ä^œ¥’"
  b"®L²│j4A?ïwNpÏ\x17"
  b"©Q˜Áú4@³¤\tø\x13¤mzc"
  b"©‹Ò’CWD|‘\x04!%\x0FZG\x12"
  b"©•RöB\x01Iþ›oç\x1F\x1E²#Ã"
  b"¬\x16\x166\ÁO)Ø░ñ\x0Eãçµ²"
  b"ª01ùýrM¼ŸíˆN¦+<Ý"
  b"ªˆ5¨ßúD¹‰Øáz\x11ЀA"
  b"ª‰\x15}ójK©´¥«ŽßÁ »"
  b"¬è%TÆ\x16BÇì=\eælÖH\"
  b"ªÆÆ\x02ú\x1FF؇ùD/ñ\x11­@"
  b"¬╦Å̪óIßï\x0EÎB9Í­┴"
  b"ªÖag@`F߸D\x11ìþ\eòÇ"
  b"½+'¿KnG¯ü(ÑLÒ4põ"
  b"«9}Ì\rsIžŒ¼õèßA\x16?"
  b"«yýíÀLB·‚ç\x16UÎè\x00\x07"
  b"¼ÿþø┐9ARæ\x00h§ÉKv\x02"
  b"¡\x16¢Æ┌\x08C/ØÚPð\x03ç´è"
  b"­S°¼\x19¢IÀŒTÅù\e5%õ"
  b"­T\x7F¤èŒGéªää£:Ïþ\x02"
  b"¡x \x14¡`N>åØ╗ÓqÓé´"
  b"­òŒ\e†fAÊ€€^Ú\x0Fe~G"
  b"«>ØÌö\x17N±½ümå╠\x1C┐²"
  b"«L)_´}J]Øt"dWa`6"
  b"«┌~å«jM³ì\vÑ┤ä.ï\x1A"
  b"»-~@ÅÔN<¡¡╝¥ë1\x7Fã"
  b"¯‹\x0Ft–Ë@\x18™ïØ\x14ség~"
  b"»É+>9ßL*Ä\x15ºqA╣åM"
  b"¯¿$ȶ\x1DB\x19°(;Í}¦‹™"
  b"░#É(\x18BE©©\x10iØ▒öp:"
  b"°hÈs>mCu´Ôt‡$-JÑ"
  b"░Ã$ıíÐIîÆ®&\x1A┴Ønj"
  b"±húÛ\x10«N\x0E¬y\x13X-¦6Ò"
  b"±zˆw¼ÿE\x11\x14R‹0µã\f"
  b"▓f\t\x1D}I‗öÖ³▄ì\x10ºì"
  b"²Ê%õT\x0FO­þÿæx«—+"
  b"│*\x05x\x0FµJÆÉyÝ"\x03┴ïÈ"
  b"\x18\x1Dîþ8HáòÓÉ\x10\x04╩¯¤"
  b"´.L¯tü@\e³O¥!âm—O"
  b"´I[Ž´ÑEO·Xk\x17ç@\x15G"
  b"´š>eGxO\x1FµØ"Õ,É¥\x07"
  b"µb\x18GòðM9 ì¥#cÊoo"
  b"µtäÓ͘Lq¤Ä´HG2…\x06"
  b"µá\x13ìÔ\x02CúªY§\x1F¾ó˜ç"
  b"µç/\x08à}L´¨\x142\fè~Úz"
  b"¶aÛßZÕNó¡rñ+Ý\x11¸Q"
  b"Â┌ïÛdØAö¥│ÖÞë┼Ù?"
  b"·Œ‹d[\vEV¶z“k‘f…Q"
  b"·¾Z\x16ìIANŒ\x12ž<\x1Eó¬\x05"
  b"·õQ\x16fàL³°1•A,¬·­"
  b"¸–4£ä{H$œá\x03Tø~®ò"
  b"¸à1-CpK+–.èé·p\x01Ò"
  b"¹Öœ7\x18~Jù¼a+âP=|È"
  b"╣ßzwãjEx▒Ø╚ §Tã¶"
  b"║dbß╬ØI ▒ÈD;§┤┤S"
  b"ºŒˆæTÛB3€{,[ŽC\x1D¼"
  b"╗-A\x0Fµ,NÒ«~¹Z¼ØjG"
  b"╗ñ\x06Y~KLb£ìÓ­┌┘\x03["
  b"¼&ƒ £¯@9¨Ñl(’\x05ɧ"
  b"½_±OIUGi˜ü¹]õø©l"
  b"½hhÁ\x1D8H€¯ŠFûì˜k¯"
  b"¢um¯ø║M`░}\x13ì¢ÂNN"
  b"¢Ñ╦&c®@ƺ\x08Ðô\x13ŪÂ"
  b"¾*‹W–­N‡°Ü mUM¶÷"
  b"¥EôzÉ\x01ILó=-Ôü┬mã"
  b"¾V\x10\x0FO\x1D´\e9(±+\x10Ê"
  b"¾XïÕT~Gù–ßÅ\vãn-…"
  b"¥ìú{K\x0FD°å\x0FdPµÛl\x1C"
  b"¾¾¢ÿü5M/„±ßim|MŽ"
  b"¿@©™îéN\x15¨¾²Ò¾XÛ˜"
  b"┐ÖÅRh#En×¾`)\x18ƒƒZ"
  b"¿õdØÞØB¨€(û+OÆkH"
  b"""
    ¿ûsÈ&±C©ƒ™«ç\n
    Êè2
    """
  b"ÀgŽOnºDˆµljÜ0\x01ð¾"
  b"Àt”ëw¡Næ‡Åm\f(HgÂ"
  b"À \x05’"òM‘™\x1D\x1E&âs™Î"
  b"Á'«µ\r'BŸ¢ÅhØAɦ9"
  b"Á:©U\x05XE+—Ó\x0F«Öàc­"
  b"┴¶Ôr╦æF¾╣Ëü[ëå³┌"
  b"Â%«øNÞI5³FF¡ˆ\x12"
  b"┬ý¦Ó¬·H2ïìBÆøRT×"
  b"├Ø!\x07\x05┬F8èÔ*\x15╝╚╦î"
  b"""
    Ãâ\n
    ½…ÿJÑŸ\x06 #1\x07üà
    """
  b"""
    Ä\x12^éäÎCÊ·§FÂ\n
    ã‘)
    """
  b"Äzú,šÝG¸­\x16\x0EoÓ\Ét"
  b"Ä€ó>`ÜC·—;ƒêÀ∋"
  b"┼½\x14OI\Eлt!sÙü\x12""
  b"ÅÐ¥’‡gH|ªP\x162¨üžÙ"
  b"Æ\x05ÎÆ\x18IBh³j\x01\x19–TQ"
  b"ÆMt{¸þ@T—ëobM¯C÷"
  b"ÆP(°Q\x1CHú‚%GCÇFþP"
  b"ãQ╩\x04d~H┼¡É\ôO;/Å"
  b"Æf-IzæKÔ€ªpgë3º_"
  b"Æõ`µ\x07¦Fé³\r&\x06¼Þ¸+"
  b"ÇÁµºs¨Hâ±Ê%/¸êaY"
  b"Çëh<¶\x7F@\fžL\x1F”Mâ8g"
  b"╚I*Ô\voLÔ╝\x0ECÝèÉO¥"
  b"""
    É\n
    âO¦ J\x1Fš*Uk,ø<d
    """
  b"ÉdfùŠÐ@Ô•–£%€Îiã"
  b"Ép*QÂyK=ŽÃvˆÜC¸f"
  b"ÉxbÛîÞC ˜„Ù\x01ùðXf"
  b"╔xØ d¿Nüås¡kcqNÍ"
  b"╔¡ô\x06┤ìN\ñ\e\x03×\x14 i"
  b"ÉÑ\x1D>±§B\x1F™.Eð£éªM"
  b"Éë)äý.D7 W(UÚÊ5N"
  b"Ê\x06Žõ;#Gj©\x0E\x11Ÿ¥Œ"
  b"\x14=-*|O©ü┼,MX6Ýï"
  b"ÊF(ÿ\x06”F«¾ìr¬H\x1D\x08"
  b"ÊWòëœAM¹¬ ]Ze\x17\x7Fá"
  b"Ê“Ã÷À®Cu±\x05Ÿ/"ï^6"
  b"╩±\x10B╬\x17OºïéÝg─üÿÃ"
  b"Ë:®–ĬF®š\x04\x02\x01Ão\x1C±"
  b"Ë‚Tô·~G~„HtÆ|B[="
  b"Ì\x01š%MÈKˆ²A¯¢”Lyë"
  b"Ì\x12â|•\x0FG‚£±Vœ¸Ê§ç"
  b"ÌF\x10OW¡G©¦ý\x02Ds\x07TS"
  b"Ìsš)‹\x0EB}±¨’!›\t‚©"
  b"\x7F\x17ÁE┤C%Ø{;æ¢Â5Ú"
  b"ÌÝ ‡ôXF. Þ\x04#-h«\x19"
  b"Ìâ7rŒšD0•Õ¬¬%XÊ+"
  b"╬l╚\x13\x16┌A.ÅÕ=ï7õ0W"
  b"ÏÿœC(DL\x16“±ö‹ù\t-\x18"
  b"Ð\x15\x7F˜E+´htc O@Œ"
  b"ЮÚ02:G!¼F¯nßõû»"
  b"ð ╚*9¥Mc«OæÉ\x00\x11"
  b"Ð\x11ñÝ%ÖI\x16ìmÓ´┼Ü}""
  b"Ð LÇV\x00N\x1Fìª║mú¹·<"
  b"Ñ3Ãuï¢L\x05©\x01ñ×oh’h"
  b"Ð6ì¬_\x0ELTû:®Ð┐6‗å"
  b"Ðé\x07i\f¤N.▒ÛV╗ÎØD\x16"
  b"ÐØþt>¤JüÁ¾║═6óAc"
  b"Ò'<°EìJŠ·ôcFÑœi¨"
  b"Ò5o„±\x05IưEÁ©¾LÝË"
  b"Ò:\x1FÄ“¶H:´NMR³Òp¼"
  b"Ó\x13ªfý*Lv®¹Íë]\x19uc"
  b"Óæ°œèÍBF£Ã;\x7F\x155Ö×"
  b"Ô‰äk]ZN\r»òëŸe6Ua"
  b"Ô¶uYó¥M%«5ª\x06yõ©²"
  b"ÕE9ë°»Nµš~éZòĺ¬"
  b"Õˆt\ehJC\x10³\x1D¡p6´\x10K"
  b"Õ•×`”ÿGA®Ó÷DµKÈ)"
  b"ÕÇËÉ‚NO‚‚Åx\x00lï£J"
  b"Í{k·ð─I░ÅD╠V®o5+"
  b"×.“2ñ\vEx˜\x15\x1F‘"oy\x07"
  b"×Áƒg¥çC\rµ¡\x1F–Û¤@%"
  b"ÎÛ╚oüzK°¡"ƒ╬iiÑô"
  b"Ø\x1D²¬›3CX—Jɤ÷°\x17\x04"
  b"Ø^äÖ¹.MNŠ”\x08ƒ¦ó!e"
  b"Økä)\x18PG{žÊ?÷Â1T\x06"
  b"ÏvEÂ\x18┼Oþ┤ÕCØwØ"["
  b"ضM?Ò©@µ‚ryá\r;Ó_"
  b"Øë[Cc-F%“Ÿj\x0Ež¿Å9"
  b"Ù\x05òÀÐÆAƒ­•»\x01M­ñœ"
  b"Ù<«/;ËI ¯Ÿ\x0EP•sÅ–"
  b"Ù`ž\x08F!D´·ôvV&gƾ"
  b"┘nƒQØ;EOØÐ¬ô░\x1C"
  b"Ùs3ÊFPJƒ‰t;­¼GÐh"
  b"Ù”A7N\x18LP©Ì±Þ´ £\x0E"
  b"Ú<3\x01ƒ°NB¦c[.]0CŠ"
  b"ÚH„\ÝðHKŠÜÔËã}{Ã"
  b"Ûµ\x18\x05ÛED\x07žßª}}X)Î"
  b"█╠\x00\x14²ƒCc╣Ô\x14\x0Fü±ó¼"
  b"Ü3$×ÌzN\x05»€#V|T†\x06"
  b"Ü9§nįJ}±‘.šZt5÷"
  b"ÜJ\x12Ý\x173EƘežŠÈQÔ%"
  b"▄zYe\x05ÌM8Áðú╚╩ª\eØ"
  b"ܘJªy|CLŽÏ}ë„8\eY"
  b"ܼâW\vÍB~›\x15Ö\vëpÂ\x06"
  b"""
    Ý\x0FÊS±mKm’n\x03ÿ¡k\n
    \x06
    """
  b"Ý͇\x15! I4’­Ð\x7Fä9\x0EN"
  b"ÝâiOñ'IÇ£Ô\x14ÿìÒ\x06à"
  b"ÞJ;ðÆ:H\x1A¨®¼;Á\x19î\x12"
  b"Þ}¸»ý9M0›À\x02„|ù“ô"
  b"""
    Þ¸ ­,˜I{«¶%¨È\n
    é˜
    """
  b"ÞðôíÊ\x18IÆ‘ú\x1FœÀ½%1"
  b"ßbX´°(E¥’Ã\x04þ˜jàR"
  b"ßkÏ9ÞûN£³paüá\x19\x1Aå"
  b"▀×É\x18ÌÑ@y¢\x11T.Á&Ä\x11"
  b"às€\x17e–H¾Ž ¦É0‰Ê."
  b"ßü=\x19S├M3░┘▓~ıç8å"
  b"Ô└ã▓▒ÅM6ô®qYF(er"
  b"ã\rÌcHqCVº›³œ\x12\f\x1Då"
  b"Ò<\x017É┬Inélm╝s°î¡"
  b"ÒëÜ╣▒ÊFEØ@ª\x1Dæ=«▓"
  b"äÀ‰é¢\x18JB—b5ëÇÍÅÓ"
  b"õÈ¡\v┤rHfÉ\x1C+\x00\x01wmp"
  b"ää]wN¯C ¢xëúsîâê"
  b"å\x01Ϋ™ÚL‘€Œ/ª^\x7F¢g"
  b"å!Œ«„„M\x00‘˦¦<ø\x12"
  b"å,:Ë+ÍEè¢öí+±|3\x1D"
  b"å b!:\x16MAˆoÉhe×\x01"
  b"å©í'-‰Eaœm—&c[\x14="
  b"åìÝ\x04\x19«B0»195²¢9a"
  b"µ8Áf5(@\x12ùÉ\x1FEX°ïy"
  b"µØé­\ËI\x04ëñ·ïjÂØË"
  b"çAG\x1Eh®Loš²\K\x01ûv\x16"
  b"þ═¡8ÇÿJÓ╗ƒ\vñÅ\r7═"
  b"çØO`kÌG4¥3\x13æÚéëˆ"
  b"""
    Þ\x03¸³þ\x07Oj╣ËZZ\n
    \x08
    """
  b"邨µ‡ØJß›ôJ7ñÿ¬k"
  b"é–ÜJÐ<Hý–U¼ÜME\x12M"
  b"ê\x10ׯd‹L§™g\x16\x14q @S"
  b"ê^Ð …CFW¸FFâ]\x0E¤G"
  b"Û▄Þ3§<A)ÿì1¶XQOê"
  b"ë†OZì\x7F@B°C'Îpy„ "
  b"ì\x14\x1ELO\x03»\t+!Œ§Œ²"
  b"ìU[Êæ¿G\t‚ž-^ò\x08€m"
  b"í¢BúDGCÅ»·Câ `ŽJ"
  b"¯¢Ó¿ ìDûªÜ┘!/,Ýx"
  b"¯ÔC\x02ü┌Bp¼å©\x1Eu8xé"
  b"´\#6:oLݬ¨ì╠<¬Hé"
  b"ïÊ\t¨ *Jn”ç˜"ñ\x15"
  b"ð=˜3JÎH•¿""`뺡u"
  b"ðLÜ¿>ÎMº¿ÀV\x07MïoW"
  b"ð©¡\x00oENEˆE”­ "7J"
  b"±\x1FıJþ╗@FÅP\x03aD-È~"
  b"ñÝ?2è`K\v µRP¤z[\v"
  b"""
    òõ\x0F\n
    í‘C$¨½§\x06î5ùz
    """
  b"¾sØüw/KI®ã+ÔMUy2"
  b"ó‚§ã΋I¤œ(×D÷åÓÞ"
  b"óÜD¶\x11PL+¡\x15]’ýÿ¾¬"
  b"¶L«\x02│ÅH]¥sÊ('´¤║"
  b"""
    ô]\x10}%“G\x16Ž#\n
    ¡\x18\x17´\x17
    """
  b"ôuW\\x0F~HE£1+XZù—œ"
  b"¶îFè åIUê®Ì\t®Ø\x02\x00"
  b"ô•Î0æ†Mê›d¾Â\x0EAï×"
  b"¶▄Ì\x08§ÊIªÉã\x13┌È▀²í"
  b"õ–ôÛ–¹H\x19™­ÐVñ\r"
  b"õðÊìÇmAýº\fª(l¡HØ"
  b"ö\x1C¾žšþO†·—ebl%\t>"
  b"ö07¦@ñB´›Øæ´pmÈã"
  b"ö5õeÒaE\x17¾\x13|ú]Ùƒ)"
  b"ö‰ë¬ŒŸG¨ƒ1±–@{;6"
  b"÷Ü:\x07Ã┌Nóæ┤┘£Dåíü"
  b"ö \e]‚%N\x14’Û;çh·FA"
  b"öºESãÆC\x00„a5YÑ´Y½"
  b"öûžÕSÚB\r˜P†ù•šË†"
  b"÷Ú&Ë*"M¾°À¹½"9\x0FÐ"
  b"¸Óì═┼\x1EA┤¡ü\x10;╬\x00Qq"
  b"ø±‰@°\x03J\x7F\x1FŒèˆÔøÀ"
  b"ù\x06Ž”4tAˆœ¦)ÚˆHA…"
  b"¨\x0E═>>ÖB╚▒üÖD­ûà¤"
  b"¨\x15\x03ðàµCIúÅwÞ9¥æ5"
  b"¨ûËÏxÌJüä┤X┼Vsgµ"
  b"¨Ø¶\x074ÅHÃå╦BÇð*%ò"
  b"ùáÐ4E…H‹©Ä^0‡U º"
  b"û\x08=­UçJ¢±»ƒ\t\x16!‘v"
  b"""
    ¹\n
    c▄ÿøF6▒É2y\x7FRúa
    """
  b"¹\x1Cáøú6H&ÿÅ®SÍ┐øı"
  b"û¤\x01\tü\x0FN ˜1#~G“\x06""
  b"û¨©V\x02ÀLm”\t\v ,˜_"
  b"³C\vØ&ºD┌ô[2Òñ\x18Ù¹"
  b"³H¿Ú>íAßü┴Ñû■m\x05\x1E"
  b"ü¡a:¥\x04D`Žù:|¥Ö\x19ê"
  b"ý”¬£3YHì¬\x1ADZ>"øy"
  b"ý˜òýAzAýŠ›\x13,b†IÛ"
  b"\x12p/Ñ/Mo¼{ã§És.8"
  b"þÀ©„óÕLx·h„¶X¼Ï{"
  b" [ºñ*ıL\x05ÖØ_└ûS┐L"
  b"ÿ™È¯ókDê°áÎ`£ÌÓ›"
]
87 0.37 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Á÷"
]
88 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úê-ÅÍ+ \"
]
89 0.25 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:
[
  "/ersatzteilfinder/vitpilen-701-2018-modelcode-F2603R4"
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
90 0.33 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.%"
]
91 0.17 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  b"'F\x05Î\x1D+Dyúê-ÅÍ+ \"
  "VerignDvAccessibilitySw6.%"
]
92 0.15 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"
]
93 0.21 ms
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, `locale.translation.name` as `locale.name`, `locale.translation.territory`, `locale.translation.territory` as `locale.territory`, `locale.translation.customFields`, `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation`.`locale_id`, `locale.translation`.`name` as `locale.translation.name`, `locale.translation`.`territory` as `locale.translation.territory`, `locale.translation`.`custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.`language_id` = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE (`locale`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"VÞGÀŽÊMT“*¸Æ³Qqƒ"
]
94 0.20 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:
[]
95 0.14 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
96 0.14 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
97 0.19 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úê-ÅÍ+ \"
]
98 0.35 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`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"
]
99 0.30 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`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"
]
100 0.16 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
101 0.38 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x0Ea[Ø_\x11FÿêLËB\x17¸à="
]
102 0.25 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
103 0.21 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
104 0.15 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 0.67 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"
]
106 0.38 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•ð"
]
107 1.02 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"
]
108 0.91 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"
]
109 0.51 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•ð"
]
110 0.65 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"
]
111 0.53 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`slot_config` as `category.translation.slotConfig`, `category.translation`.`link_type` as `category.translation.linkType`, `category.translation`.`internal_link` as `category.translation.internalLink`, `category.translation`.`external_link` as `category.translation.externalLink`, `category.translation`.`link_new_tab` as `category.translation.linkNewTab`, `category.translation`.`description` as `category.translation.description`, `category.translation`.`meta_title` as `category.translation.metaTitle`, `category.translation`.`meta_description` as `category.translation.metaDescription`, `category.translation`.`keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"y£a@¢ŠLæ¬m\x0E\x06'A"
]
112 36.94 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/"
  "/navigation/251448b91bc742de85643f5fccd89051"
  "/navigation/ec2a4d4fb4474b5088b03df523675f08"
  "/navigation/859156a63cc442008cc67aa14505a8ca"
  "/navigation/4851ecc7788447bfb1e74f488e708249"
  "/navigation/2350ba14e89143198d72042128b8519f"
  "/navigation/f3f47b57953b40afb23cd462dda41731"
  "/navigation/019fd61188597109b4eae657cf2de774"
  "/navigation/075251ee45644d14bfeae2fce50073a0"
  "/navigation/01797e0437b3448db94e690f14f43e5f"
  "/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/882667d91b2d4ab5a8cb33bcce661e38"
  "/navigation/35da856933d947239055eaf099933e29"
  "/navigation/4e2522fa9ec04f46bcab12cd36925cb6"
  "/navigation/552f1d0a97d7418d822959705696a65d"
  "/navigation/7623cc38e1154a2797227b05b7d74503"
  "/navigation/78c4ca0a6208486cb940907b1298f747"
  "/navigation/37476b928c114f0692ad5a37af14e66b"
  "/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/d3000e05adbf41ccb0952539c25cb21c"
  "/navigation/1b15b427e9cb40b28d537a893668f15a"
  "/navigation/43c83d522870493a8ab2df8abb5d556c"
  "/navigation/49f823826b384871aec230ae7ee2f154"
  "/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6"
  "/navigation/e5a13fc2f1c542cd9057c9488b5c559a"
  "/navigation/01fb819fa75744c8a56fdc0981381ba9"
  "/navigation/7182c23f1e214e85adba25d65afe398a"
  "/navigation/73045f602ad1421fadf76dcecc9ca960"
  "/navigation/89a9b23c1a8b41c2bb4a66032fda3981"
  "/navigation/a585c54285844d1ebd1a64392ed3ee8c"
  "/navigation/eeadca367c544275ac141449b234e23b"
  "/navigation/0efa889b062a423c8fd11a73b02e28f4"
  "/navigation/52daaaf1c14242d699b579aa2eadba48"
  "/navigation/8537420f2eb44ac297adf8c04e163b3d"
  "/navigation/d9db2acbb0ef4cfab89a07bc122d204c"
  "/navigation/f501cdbc9c1c4609a8a519e227fc2bef"
  "/navigation/f59522a887f947d8864e42c4ebc39266"
  "/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f"
  "/navigation/c76f09f24f1942b1822fb275e0080db3"
  "/navigation/e10596ecd9474c998247ceb3e50921c6"
  "/navigation/f9e2050944fc498ea0537fdb55cba37d"
  "/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/a04028c7174d47188e03f3039efc91bc"
  "/detail/88bcf3c46a49400da3995abf847d8c5d"
  "/detail/cb8254f4b77e477e844874c67c425b3d"
  "/detail/be45937a9001494ca23d2de281c26dc6"
  "/detail/496bb474f854492db8531fd4d9236430"
  "/detail/4717b782d81f4ac9b1f38ba0dc75f742"
  "/detail/329394a717f0435797615f287d34edb4"
  "/detail/02049224c56347179fa4c013e2cfcd8f"
  "/detail/76fe52880df54b2f929b6a30205355a9"
  "/detail/df6258b4b02845a592c304fe986ae052"
  "/detail/a572323b2c8c49f18ca0da5d9b8559cb"
  "/detail/f63037a640f142b49bd8e6b4706dc8e3"
  "/detail/a3a3fb91815e40c48bcfdfad9234db23"
  "/detail/c9ad9306b48d4e5ca41bc5039e142069"
  "/detail/aeda7e86ae6a4dfc8d0ba5b4842e8b1a"
  "/detail/4beaa37ff7394b238df11006561868c9"
  "/detail/3588374ddaa8427c81d359c9c2d5ce9b"
  "/detail/ad53b0bc19a249c08c54c5f91b3525f5"
  "/detail/8313a58552f24ea298227a0b645a3682"
  "/detail/8847ea667f604560a03206156d4201a9"
  "/detail/e30dcc6348714356ba9bb39c120c1de5"
  "/detail/c1f4e272cb9146f3b9d3815b8986fcda"
  "/detail/6a1dda3ca78e42748bf10665d2728331"
  "/detail/1e4f4b57e073474c869abf45d021e2f1"
  "/detail/af902b3e39e14c2a8e15a77141b9864d"
  "/detail/042bc51d2ebe4e669c648a29c12877ac"
  "/detail/6509d52e679e4900b71c7f0a4e31dd27"
  "/detail/f45d107d259347168e230aa11817b417"
  "/detail/677b0ee9651e4184ada521e12f7fa169"
  "/detail/f3dc44b611504c2ba1155d92fdffbeac"
  "/detail/aa8a2554921642808d3d1b916c99485c"
  "/detail/986af89c70ec4eb9bd8ad56f0c612ac4"
  "/detail/d72e9332f10b457898151f91226f7907"
  "/detail/99c25c97366247dbb5e321cc121b59a1"
  "/detail/30d0a01c491c4c088ce63cca7ec3b79b"
  "/detail/bda5cb2663a94092a708d193138fa6b6"
  "/detail/6d6e21bf4f7749778db195445dc4af2a"
  "/detail/45de068b3cd7446dac6ed2cd7147b70e"
  "/detail/4ad41f7f31064e7ba2483544068f1b61"
  "/detail/88aa0a0e95404f99ba5b0194856d7219"
  "/detail/097c6c3a0b0548ed9d280cd58895e310"
  "/detail/f4dcde08f5d249a690c613dad4dffda1"
  "/detail/1b225e5aad7241169c4aaa5780549791"
  "/detail/6cac5c8418864d1e83240af4a4918714"
  "/detail/452f16fa038444a7bb1ab7b6f319ad2e"
  "/detail/65d37e8611a24d6a81a53a335f092210"
  "/detail/9bf1d03562aa44bf88cc85b702fc82fb"
  "/detail/67ef8355241247439985d82398c0d189"
  "/detail/a94cfdb36a34413f8b774e70d8173a8d"
  "/detail/27d8e293cbb54ffca8054c22698d6123"
  "/detail/ae4c295fef7d4a5d9d74226457616036"
  "/detail/5c8431004fda49d397784a801e681d6a"
  "/detail/b6da8bea649d4194beb399e889c5eb3f"
  "/detail/79f23c0bf12e4a6d854b94d8b9ef06ca"
  "/detail/135d7e3a28f048ec90fe4c0f9cf250d1"
  "/detail/47000ca728e74358b965c8d777954474"
  "/detail/adf28c1b866641ca80805eda0f657e47"
  "/detail/06e65a88236a4fc6a7e89428dab8e444"
  "/detail/2d960edceeb04c298ebe99d67077854e"
  "/detail/f04cdcbf3ece4dbabfc056074def6f57"
  "/detail/f11fd54ae7bb40468f500361442dd47e"
  "/detail/f635f565d2614517be137cfa5dd98329"
  "/detail/b42e4caf74fc401bb34fa521e26d974f"
  "/detail/d97333ca46504a8389743badbc47d068"
  "/detail/49ee7e199e6346b89cd0cfe728d1b5c0"
  "/detail/490afd43f2374a61af87286573814925"
  "/detail/1378eb69008245aa83daf302d53e9e75"
  "/detail/f6ba4553e3c6430084613559d1b459bd"
  "/detail/9fd203f1156547118224b94959981d38"
  "/detail/c9789dff64a84e818673ad6b63714ed6"
  "/detail/5968d52d1e024f78b80ee805e02a57a4"
  "/detail/66599a8892fb4a938fce89ead4dcb099"
  "/detail/c7eb683cb67f400c9e4c1f944de23867"
  "/detail/f91503d085e64349a38f77e839be9135"
  "/detail/a736766573c54240a6926cb6ba5cfb33"
  "/detail/6279e85c754a43909de87f0d3b858351"
  "/detail/cc739a298b0e427db1a892219b0982a9"
  "/detail/b661dbdf5ad54ef3a172f12bdd11b851"
  "/detail/17c8ad20f8e743c5b4111f96115c9636"
  "/detail/bd5fb14f4955476998fcb95df5f8a96c"
  "/detail/c2ecdde0aafa48328b8d42929b52549e"
  "/detail/fb1ca09ba3364826988fa953d6bf9bd5"
  "/detail/106950daa9db47fe8c6a495ef55870cb"
  "/detail/8f69300dad8f47c9b89f5ca301d4e5c2"
  "/detail/025912f6c03241efae963e914b4a2da8"
  "/detail/c8492ae20b6f4ce2bc0e43ed8a904fbe"
  "/detail/51070503953f46338ae553aad8369b0f"
  "/detail/ea5ed02085434657b84646e25d0ea447"
  "/detail/42dfa224b9bb46c2b2a0d2a5b48a3261"
  "/detail/a47443a4dbec498ba70e35d4d1ce51f9"
  "/detail/e33c013790c2496e826c6dbc73f88cad"
  "/detail/d18207690ccf4e2eb1ea56bbd79d4416"
  "/detail/1bc01634357b4710bce917fffd3acbcc"
  "/detail/c90ae24fa6a04a1f9a2a556b2cf83c64"
  "/detail/6d0f0ce1884f4066a896b9dab6b74152"
  "/detail/d3e6b09ce8cd4246a3c33b7f1535d6d7"
  "/detail/2b401fd269fd45febfe922cc1b33cbbe"
  "/detail/438e33ede1494156a1dd046b5d75a70b"
  "/detail/6f15fbba3b264d9a9573bdf9c6d72f78"
  "/detail/672c8b56c1264262a788d74fd6199d15"
  "/detail/dcbce2570bcd427e9b15d60beb70c206"
  "/detail/7a7e43c7038645959c4ddffc57fd1f63"
  "/detail/1ef398470f7b4a568827d8562b9c5e78"
  "/detail/7d4af30e5608491aa2b3be90d88d0586"
  "/detail/2cf4ed4d46754be58a2374a1a5c8e248"
  "/detail/b49a3e6547784f1fb5d822d52cc9a507"
  "/detail/be2a8b5796ad4e87b0dca06d554db6f7"
  "/detail/fc48a8e93ea141e181c1a596fe6d051e"
  "/detail/66cfb21a9fb04393a95ef36481dfe290"
  "/detail/e1813d1953c34d33b0d9b27ed5873886"
  "/detail/6346c2da0d1341dda3efa81f1059660b"
  "/detail/365e04662f9848029a38651ee37e4a6c"
  "/detail/4afe08830c094ce3a373ba6aa9df50bf"
  "/detail/c225abf84ede4935b34646a1881258c8"
  "/detail/f0a9a1006f454e45884594ad2022374a"
  "/detail/42843c39f20e4f23a599575776b060c2"
  "/detail/6f7ee445c9224df4a0bd2b3fb2b18bb6"
  "/detail/404c3c66aa574b1fbda3dd078b083aef"
  "/detail/e501ceab99da4c91808c2faa5e7fa267"
  "/detail/de4a3bf0c63a481aa8aebc3bc119ee12"
  "/detail/cc7f17b545b443259d7b3b91bdb635e9"
  "/detail/c65028b0511c48fa82254743c746fe50"
  "/detail/40569f1715a042c39eae0ce918e06b16"
  "/detail/e4e45d774eaf4320a278ebfa73eee2ea"
  "/detail/eadce833f53c4129988d31f458514f88"
  "/detail/f382a7e3ce8b49a49c28d744f7e5d3de"
  "/detail/4f1340f542304fc1ac91a4468e8beb47"
  "/detail/0a01236dd78b45b7bc8bf54b836620a8"
  "/detail/efca09a8202a4a6e94e79822f11576ee"
  "/detail/0db48bde727f4c6a92126aac24fdc5eb"
  "/detail/d0ffc82a39be4d63ae4f91900049d611"
  "/detail/d81db2ac9b334358974ac9a4f7b01704"
  "/detail/78f5e0f7431f46aba083791cf7ade7e2"
  "/detail/29c9c485aa224c8db4fa128351d7368a"
  "/detail/ba6462e1ce9d4920b1d4443bf5b4b453"
  "/detail/0f24b98466d3491faff4cf5b2f5a8851"
  "/detail/9c21aa3e75e64bc59118578f8c1ca217"
  "/detail/ca57f2eb9c414db9aca05d5a65177fe1"
  "/detail/908b71c25dd14f41bda94ff5cffb4a21"
  "/detail/574306c1f4f44ad09688fb2d06cb8651"
  "/detail/a712472a1fd942558b43602bebac84d5"
  "/detail/2f6ac7a3a6964cfcbaee618d16ebfd7a"
  "/detail/8eeabd8e0de14592906fd3ee3ee9d094"
  "/detail/3722fe146fc24976887807d1d7f26600"
  "/detail/7f0fa547fcc34059bbb0c46ff443f1ad"
  "/detail/95b34b8e890743bfa16744c24642847f"
  "/detail/bf998f526823456e9ef36029189f9f5a"
  "/detail/17634eb70e384a1d919db189894cb0b5"
  "/detail/5f7dd71082de4ff1825a3e4fc530b61b"
  "/detail/8da1fb9a4b0a41f19cca894dc712b856"
  "/detail/e5a062213a164d41886fc96865d70195"
  "/detail/833574953ee74b2b92602da23afa4856"
  "/detail/3f0cec85fae94894a441417531dbd9c3"
  "/detail/88b5318e68cd4a259313ea2a48d41fc0"
  "/detail/7c1cdc0ea1a64444aa693d5e5f185f0a"
  "/detail/38432f8d29ac42b0aa802ec83de4f985"
  "/detail/5f7651dda8ac42d2876adb4f88fb029d"
  "/detail/ab2b27a84b6e47ee8128a54ce33470e4"
  "/detail/e638b5663528401297901f4558f88b79"
  "/detail/540e3cfc823d4344b90a6a586b8b3669"
  "/detail/dbb51805db4544079edfaa7d7d5829ce"
  "/detail/def0f4edca1849c691fa1f9cc0bd2531"
  "/detail/f9068e94347441889ca629da88484185"
  "/detail/9a4f125025a54c058e2b14101cf31550"
  "/detail/aac6c602fa1f46d887f9442ff111ad40"
  "/detail/ccdda087f458462ea0de04232d68ab19"
  "/detail/77ed2419cfca41eea5ef7ea291fafa74"
  "/detail/8e0b1c146b89449388ed7d30b5ecc418"
  "/detail/60cba981cea144c2bedfb3040c1ac083"
  "/detail/b9d69c37187e4af9bc612be2503d7cc8"
  "/detail/961377cae203486fae11c811ae5e653d"
  "/detail/4ff05630ecbc47ea8370808d20597514"
  "/detail/a7f16b5461ad42e6b6070810aaf8eaee"
  "/detail/fb0a63dc989b4636b19032797f52a361"
  "/detail/0ce3e4b7807449b1ab181f5b24a6effd"
  "/detail/dc39a76ec4af4a7db1912e9a5a7435f7"
  "/detail/421a3fdfd0d5460ab528e3707ca11a78"
  "/detail/fba8a95602c04c6d94090ba02cc2985f"
  "/detail/c127abb50d27429fa2c568d841c9a639"
  "/detail/a95198c1fa3440b3a409f813a46d7a63"
  "/detail/4f107f52e3b2449d8ae5a216e04ea172"
  "/detail/201ed12524604c6f89b0e5038a3db06a"
  "/detail/9d05d8bfc3b34d6aba49e0b661038589"
  "/detail/020c9c37ecaa4a1396ed95cc9ba9ab6e"
  "/detail/5bc57aba7aa847ec9b1116400051ca37"
  "/detail/da48845cddf0484b8adcd4cbe37d7bc3"
  "/detail/b17a8877bcff45118714528b30b5e30c"
  "/detail/e803f7fce7074f6ab9d35a5a0a085b8f"
  "/detail/0a35430bfeff4872b4af4aa39aac47a9"
  "/detail/2922e1c652d14640b5297d979a67ec1d"
  "/detail/b0239028184245b8b810699db194703a"
  "/detail/7e4b38931fe14571bc90196e03d5f77c"
  "/detail/80f726953def42caab298d541ba142e4"
  "/detail/5c5a1c87f0894cb89297ce9dbf15af83"
  "/detail/e996dc4ad03c48fd9655bcdc4d45124d"
  "/detail/5d8b0ab334fc4415a17361e73a149a5c"
  "/detail/96f6462dd5e9444baa8a6510915825d3"
  "/detail/42ceea7e8d074557829fd56bfd3a51a7"
  "/detail/1a6f00e6a542479e897f1ac159e714a8"
  "/detail/0a38581650a342bb97478e5552350b97"
  "/detail/e7cdad3880984ae0bb9f0ba48f0d37cd"
  "/detail/c3e20abd85ff4ad19f0620233107fce0"
  "/detail/4296a5cb65a142c68f73f4d87567b352"
  "/detail/45abe75c9c9f4900a9ca51bd3d7c85d2"
  "/detail/149417cf6ff545db9b647df444b94741"
  "/detail/5f27c2af01ea401594a8feef9fdea4d9"
  "/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e"
  "/detail/513ab9793dd541e6a6dff9033f99756f"
  "/detail/8f1332eb43334d159175a80ed6e45057"
  "/detail/5fefe2bff31c463693511c2a4916c1ae"
  "/detail/82564a72b0ea4d8888ab5371b0ea286a"
  "/detail/93bddd2154f84065a21773af18e6ba86"
  "/detail/a41a2b49d4c44939a167da5473798789"
  "/detail/70eb126c9a014c56a1aedbf2b326158b"
  "/detail/d86be4291850477b9eca3ff7c2315406"
  "/detail/d905f2c0d0c64183ad95bb014dadf19c"
  "/detail/aa8835a8dffa44b989d8e17a11d08041"
  "/detail/2ff52617996645ae9a056df743b40704"
  "/detail/40316e22a3a64a71bf6da04fd5911f7a"
  "/detail/978648c238af48d3b655595f0883865a"
  "/detail/ff99c8aff36b44eab0e1ce60a3ccd39b"
  "/detail/4a5521c0a1f04f648418d834bc420e4d"
  "/detail/938da276797147aca538bd71c75d5b13"
  "/detail/8d35f0c6664c405396cc9d071b872140"
  "/detail/a26a53f843384258bcc1a67eecd80fd0"
  "/detail/bd6868c11d384880af8a46fbec986baf"
  "/detail/9eb65fcae8f540e7b451563772281761"
  "/detail/318f600fa72d4f6bb6b28f1955dd268a"
  "/detail/95ee5f3b8c994c89b34551bfcee36f87"
  "/detail/f44cae02b38f485dbe73d22827efcfba"
  "/detail/ef5c23363a6f4cedaaf98dcc3caa4882"
  "/detail/8eec3ed20d244194be80f56490017acb"
  "/detail/d8b64d3fd2a940b5827279e10d3bd35f"
  "/detail/fd94aca3335948ecac1a445a3e22f879"
  "/detail/c5d0a5928767487caa501632a8fc9ed9"
  "/detail/ac98e79bbf394152910068f5904b7602"
  "/detail/57963422e4df4c9cbc4cd46a258f4d43"
  "/detail/85717c37b70e40ea80b32fdc18267be4"
  "/detail/fca1613aa50444608ef93a7ca5d619ea"
  "/detail/b2ca25f5540f4fc2adfeffe678ab972b"
  "/detail/d111a4ed259949168d6de0efc59a7d22"
  "/detail/71296ff2bb444c5787edc4a31aec1ad0"
  "/detail/2b95a83855514656b2f1e9aedb0ac3ec"
  "/detail/36a9d134db7045eda51f51ec18a3b685"
  "/detail/df9e9018dea54079bd11542eb5268e11"
  "/detail/fd98f2fd417a41fd8a9b132c628649db"
  "/detail/50503d0f9d544dfd9488dcc05f13d386"
  "/detail/b5e72f08e07d4cb4a814320ce87eda7a"
  "/detail/1fafb862f61f489e9a12b424d2fd0e45"
  "/detail/fb083dad55e74aa2b1bb830916219176"
  "/detail/2dcfdf6c5c7c4f7dbacdc994f955863b"
  "/detail/882a0d90845c46c9bb019659a615f235"
  "/detail/0cf665757b114488b50086b62e4ba9f2"
  "/detail/809bc28dcf4143bdb35baf4a618b4263"
  "/detail/cce237728c9a443095d5acac2558ca2b"
  "/detail/212ce41a64be4a16905b20a822b1d2f8"
  "/detail/0e8334cf19b742109ca540ef3a403f23"
  "/detail/e52c3acb2bcd45e8a2f6ed2bb17c331d"
  "/detail/dc7a596505de4d38b5d0a3c8caa61b9d"
  "/detail/7124d52c406b4f9690bb79ea7f74cde3"
  "/detail/a99552f6420149fe9b6fe71f1eb223c3"
  "/detail/ba8c88e654db4233807b2c5b8e431dbc"
  "/detail/dbcc0014fd9f4363b9e2140f81f1a2ac"
  "/detail/bba406597e4b4c629c8de0f0dad9035b"
  "/detail/6453442412c0404e9f510653844d6f49"
  "/detail/30ed195c93b7467a9187f07773889a9f"
  "/detail/63d20c6a274f4b95a41271d034bf4dab"
  "/detail/345d9f83b72e4f01a13269a1003bbd2f"
  "/detail/b5e113ecd40243faaa59a71fbef398e7"
  "/detail/04c4ebc4bf764a4a863398a3009f5bbf"
  "/detail/f6fb9ed553da420d985086f9959acb86"
  "/detail/4885a0555c2f484ebe0f6ec84202990e"
  "/detail/d19de7743ecf4a81b5f3bacd36a24163"
  "/detail/c39d210705c246388ae22a15bcc8cb8c"
  "/detail/12c6cf175d2e415f9202f26f7f5ea267"
  "/detail/29424506f7c34f70a500c369ecdea554"
  "/detail/aa89157df36a4ba9b4a5ab8edfc120bb"
  "/detail/12e537a8914543549bb8d466bcd95ad6"
  "/detail/128ef29730134e17ad5b9045d3fadae2"
  "/detail/9ac612678899414c9548b99f6a7033ee"
  "/detail/b26609f41d7d49f29499fcdc8d10a78d"
  "/detail/f03d98334ace4895bf222260ebbaa175"
  "/detail/7a768155a21e446db594b41749495d52"
  "/detail/0d23ab14dc8848bfb34e5420bc24cce5"
  "/detail/63570e68e8ce4cbb80edc3a7c8e212b9"
  "/detail/783121f6be3c4785b71f80f8567db208"
  "/detail/b32a05780fe64a929079ed2203c18bd4"
  "/detail/5b67002b9991446e93ed17bd39e531c5"
  "/detail/c0678e4f6eba4488b56c6adc3001f0be"
  "/detail/dde2694ff12749c7a3d414ffecd206e0"
  "/detail/9e89c0c4ad7349e29cab095051d09466"
  "/detail/2e6c30d139284d5581eddf84b4422800"
  "/detail/de7db8bbfd394d309bc002847cf993f4"
  "/detail/4bb1a177c3f441df91fe4db9a39338a2"
  "/detail/a6f7d5ec8fe6423fa7a8b4f9dffdd638"
  "/detail/8308bd2c810d45548b55b69a9eeca57d"
  "/detail/e0738017659648be8ea0a6c93089ca2e"
  "/detail/0587a02926ca47c39ded0bfcd7dbb17e"
  "/detail/ca4628ff069446abbeec72c2ac481d08"
  "/detail/f90ecd3e3e9942c8b1819944f09685cf"
  "/detail/31735ee394174546b9a835372afa3ed9"
  "/detail/f996d3d878de4a8184b458c5567367e6"
  "/detail/2292928f2f1f4826b73c8a4f79a0382f"
  "/detail/73d10eecad344599999fe4d9c0ea1fc0"
  "/detail/caf11042ce174fa78b82ed67c48198c7"
  "/detail/c7c1b5ba73a848e2b1ca252fb8ea6159"
  "/detail/8b42c653accf4b4db2cd83e4b74957ca"
  "/detail/3862a2fb96b6434d88d842623c5c6300"
  "/detail/82d8c8a7429444e787f2c7c0f940afe6"
  "/detail/2d338f60a8624b08a0b076a6bda9bd89"
  "/detail/9d11b3596f6c4ee5825751227b3d8778"
  "/detail/0e56c79bb26b423dac3b0733a0d12505"
  "/detail/643e3c9842bc427da19947c84c6a2158"
  "/detail/ca068ef53b23476aa90e30c0119fa58c"
  "/detail/d01578b37f98452bb4687463204f408c"
  "/detail/6be4f3d665a744a7b140327320ba8c34"
  "/detail/cc46104f57a147a9a6fd024473075453"
  "/detail/52c3774768084b93b3b9ce3b15bc9e09"
  "/detail/8a8217f22c7a44babe8052550f89edfc"
  "/detail/966ee1e34ede40998530dc516a2e90db"
  "/detail/03876e19063b4504ac6be53e7d1b79c8"
  "/detail/c47afa2c9add47b8ad160e6fd35cc974"
  "/detail/79fad4f30b6f42fc840cf0b0f8222e2e"
  "/detail/85eee9418ee141888bdb08d19efefe49"
  "/detail/329849610cf643a8973ec27b03de6bea"
  "/detail/81109d6d5cbb442589401e5427212cfc"
  "/detail/1a99933772d6480bb5215dc66e308abe"
  "/detail/aad66167406046dfb84411ecfe1bf2c7"
  "/detail/3cd8900d0c1b475093b93c51bf10f9ef"
  "/detail/da3c330183b04e42a6635b2e5d30438a"
  "/detail/623eb1fd33a24821a570b17f0717f137"
  "/detail/c0a0059222f24d91991d1e26e27399ce"
  "/detail/d313aa66fd2a4c76aeb9cdeb5d197563"
  "/detail/27fae0ebd4b84e4a83d7ae1ba6b1be8a"
  "/detail/d489e46b5d5a4e0dbbf2eb9f65365561"
  "/detail/86a1eeadbc7942cd815d907d267d6433"
  "/detail/429de0bc8ea6422eb6c894e0c7294309"
  "/detail/018031d7a6504c70bc9611effca5cb87"
  "/detail/07ab613be2a1415f9ec63c2869e7e301"
  "/detail/f1dd3f32e8604b0ba0b55250a47a5b0b"
  "/detail/64843f0e46cd474cafbb990df1f58b24"
  "/detail/5f67440273564b7a9876142715f916d4"
  "/detail/51b539a64b5748b89cc1750beb8a7c8d"
  "/detail/b4181d8ce73848a095e0901004caeecf"
  "/detail/9664c023c52a4a3ba059ce40f3aa8049"
  "/detail/3c802908877c454bbd14fec9b7031e89"
  "/detail/e4d4ad0bb4724866901c2b0001776d70"
  "/detail/7935ea70cb7246e5a653da10df084028"
  "/detail/d2356f84b10549c6b045c1a9be4cddcb"
  "/detail/2a6b6d3aaf704fcc9c0f44c9549b1893"
  "/detail/d133c375efa24c05a901f1d76f689268"
  "/detail/b5621847f2f04d39a0eca52363ca6f6f"
  "/detail/15589b7a3f434fd7a696bf0ca915c44d"
  "/detail/e982d8b587d84adf9bf44a37f1ffac6b"
  "/detail/2b4d4c9e92df4d208a9e8541190cedd3"
  "/detail/2201c62bcf28490b9b9f3b79941dd830"
  "/detail/27667062f2e7478881ebc0860921e771"
  "/detail/470699a7d2b94085acf0ed1c6ed9903d"
  "/detail/c605cec618494268b36a019b19965451"
  "/detail/4c5e39d34ed34a97935d971a4c705315"
  "/detail/f7e08dcdc51e41b4ad81103bce005171"
  "/detail/8744f38d033f46e3aaf2c06103e9e28d"
  "/detail/988ae395a3fc432cb0a2f00be78f5a1e"
  "/detail/5bdcf9cabc6d478298c8631819565c06"
  "/detail/c9702a51c2794b3d8ec37688dc43b866"
  "/detail/109433d43bff45faa6cf2bfadec21005"
  "/detail/c97862dbeede43a09884d901f9f05866"
  "/detail/38b4a9e36f84471ab6a9f673e3da9970"
  "/detail/d93cab2f3bcb49a0af9f0e509573c596"
  "/detail/12e3cef6293a4875a3b22df7823b1084"
  "/detail/c13aa9550558452b97d30fabd6e063ad"
  "/detail/f48c468a2086495588a9de09a99d0200"
  "/detail/9e4ea82fe3844192b4dcb533a9075573"
  "/detail/f475575c0f7e4845a3312b585af9979c"
  "/detail/d5c7cbc9824e4f8282c578006cefa34a"
  "/detail/082052f8079343c48474a1e3b7edffc7"
  "/detail/88d90d9342fe4af58dcf5e3f548660f3"
  "/detail/20cb622848b24fb7943363b13fc8b4c3"
  "/detail/7738047689e74b93b0dfba0d1080f155"
  "/detail/26c871350ef34458880ca65f2776c6b9"
  "/detail/0b3846e9833a4a5eab28a7958ed0530b"
  "/detail/9803ef0a5bd64df7925d48b7e0849934"
  "/detail/72d70c67e6474ddcb1fba965b12ecd8a"
  "/detail/78842c1f55f842a3b0fca229c9bc9ab1"
  "/detail/1bbcda4eacf94b0395a0ddc7b883c361"
  "/detail/6b979f8cdf4646fa909fccdacffd8f06"
  "/detail/40240f5f26af471ebbc8a9f547c9982a"
  "/detail/9e7a63248840482cb359352bf0fa31d2"
  "/detail/20ad7ca43b424d8296017d5dddf0b6ec"
  "/detail/884c0cd13c3d46a09a51ad0ae36d5259"
  "/detail/d99441374e184c50a9ccb1deb4a0a30e"
  "/detail/28902fe587fc4d2c8907793bfc3fa7fb"
  "/detail/4725c178b1934736830ed0cc2f89fd8b"
  "/detail/f8b18940b0034a7f891f8ce888d4f8c0"
  "/detail/a02ffe146b894e69a76d3caa524ffa46"
  "/detail/ab79fdedc04c42b782e71655cee80007"
  "/detail/aacb8fdea6a249e18b0ed74239d6f0c1"
  "/detail/af2d7e408fe24e3cadadbcbe89317fc6"
  "/detail/bc2683a0a3af4039a8d16c289205c9a7"
  "/detail/a0ba480c6574462fb41de76eece5a313"
  "/detail/a216dc93114e4008be0581cbefa7eb86"
  "/detail/0d27d05c657c4d0e803ba14ecfa960ab"
  "/detail/2fe2b4482ad247eea8b087ebd34974a3"
  "/detail/880a3575ccb245b8814eefe7f7322c4c"
  "/detail/7e88bf902784498d990ab425567f5bc7"
  "/detail/cc12e27c950f4782a3b1569cb8caa7e7"
  "/detail/aa3031f9fd724dbc9fed884ea62b3cdd"
  "/detail/a6118ac139464a39b43de2156b5d6411"
  "/detail/dc3324d7cc7a4e05bb8023567c548606"
  "/detail/9a8ad5a8b70f4a3981e62573bd2c3851"
  "/detail/8cfed6c00ed74961888007e6baa2e64a"
  "/detail/799e29169fe34e0da8cd9d76df9a6365"
  "/detail/d87645b618c54fe7b4e5439d779d225b"
  "/detail/c9eb29e4fd2e4437a0572855daca354e"
  "/detail/ad16bd92da08432f9de950d00387ef8a"
  "/detail/3ee62195d3854d86a061550f38dc8111"
  "/detail/be8da37b4b0f44f8860f6450e6ea6c1c"
  "/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f"
  "/detail/972cec88119044e7bae968a9fd63fa3b"
  "/detail/745e850b17464f7084dcb5322d4dbc3c"
  "/detail/e5ecdd0419ab4230bb313935b2a23961"
  "/detail/1c31971ce40e498b82f1280c07c1b635"
  "/detail/581b853b1042446388d4cbcec2431c96"
  "/detail/107030d9732f4bad8f421ca7b25823f6"
  "/detail/dc984aaa797c434c8ecf7deb84381b59"
  "/detail/c480f33e60dc43b7973b83eac0e2888b"
  "/detail/36b8740af68a485d8b27e7e327d7b4e9"
  "/detail/dd0fca53b16d4b6d926e03ffa16b0a06"
  "/detail/8a6e4c2a8ac54f6e83a2975e983e2727"
  "/detail/3c97c7623acf4474b4c7a3388fea660a"
  "/detail/f69a3a07c7da4ea291b4d99c4486a181"
  "/detail/a8a9a96d4c484e2b95b697c45e9ca592"
  "/detail/99c5987c1a554f82a53be83488bb074f"
  "/detail/ca143d2d2a7c4fb881c52c4d5836ed8b"
  "/detail/8c9136d2ee4844fc8327a91265b45e3d"
  "/detail/ad782014ad604e3e869dbbe071e082ef"
  "/detail/41e6e52fd112456c97065584eccc20da"
  "/detail/f495ce30e6864dea9b64bec20e41efd7"
  "/detail/72c71ad3f35247a5806a5bb7fe548877"
  "/detail/bb2d410fe62c4ee3ae7efb5aac9d6a47"
  "/detail/99b951830dfe4b1aae2675d97393bec8"
  "/detail/a0dc8656e61a457e9bc4b5e7a44119b5"
  "/detail/8ef91d26ebd84273a64d47dc2e7c7e9d"
  "/detail/b9e17a77c66a4578b19dc820f554c6f4"
  "/detail/b0c724d5a1d1498c92a9261ac19d6e6a"
  "/detail/68e99532eaea480a9e1a058351bb9088"
  "/detail/9831a115e6b74b20976dfd1560421e5b"
  "/detail/7e090302e5e640989011184579c023c9"
  "/detail/3640331c6cae4e7eb4012f47fafcd1be"
  "/detail/4ca9a436fcd14c97b11960db1f3422e9"
  "/detail/ea10d7af648b4ca79967161471204053"
  "/detail/63bf01e3f8d1411e9507c7e2c37d32fc"
  "/detail/d0aeda30323a4721bc46af6edff5fbbb"
  "/detail/708ea1d12cd9444593615533aecc390d"
  "/detail/8f7cc5a9e91e41718da5f292f842c62e"
  "/detail/77538ce7813546a8874c5a78ae74d746"
  "/detail/bffb73c826b143a98399abe70acae832"
  "/detail/468cf6e0a46a420aa1a14cecaad7664e"
  "/detail/bff564d8ded842a88028fb2b4fc66b48"
  "/detail/e5218cab84844d0091cba6a63cf8128b"
  "/detail/f596f4db96b9481999add056f10d6b8a"
  "/detail/441e6cb13198464cbd7e116280bbe8aa"
  "/detail/013788c97adb4b978a764b72cdb31a3d"
  "/detail/410198067b5640a1892a545d1a3eb5c2"
  "/detail/ca93c3f7c0ae4375b1059f2f22ef5e36"
  "/detail/a177bb523dcc421094b0a55d4a7cd2f2"
  "/detail/3306c5bf06bd49bf8c74e5901addd075"
  "/detail/69e610ee4612469b87a72814f620c0ae"
  "/detail/49b58b6760864cf09d39005d6311afd4"
  "/detail/5433dbbef2c54cd39bb37e0772b975d8"
  "/detail/708cc29f2d624dc2abfcbed7b6b1c8bf"
  "/detail/8fff8e2e704946daba21807b58a17c89"
  "/detail/d8eb5b43632d4625939f6a0e9ebfc539"
  "/detail/494a0cc4abf2451ab1a9f5f3f3d49fc6"
  "/detail/28671cfd645e4120a224fe0230649357"
  "/detail/a355f0177f194f6ca93386b2f8181514"
  "/detail/5b65b88e0edc4b60bdfa4f77ddebf11e"
  "/detail/cc019a254dc84b88b241afa2944c79eb"
  "/detail/f99df407348f48c786cb4280d02a2595"
  "/detail/7f5f96a7293e45f8b30d880c004d8698"
  "/detail/00aa51fc5c584e5d94b1ff3954b9c5d9"
  "/detail/78f6df4ecaaf4564bb51034d769ad3f9"
  "/detail/33157010c18e4c0c8fd0c7a7203c4993"
  "/detail/deb820ad2c98497babb625a8c80ae998"
  "/detail/0d2102cc4c2749c9836416b392ee7250"
  "/detail/1e25e6c21242433198feb8f01627d12a"
  "/detail/6c653c8862314e3b8d040bc487e5b919"
  "/detail/54a7a4ae933740ebb14ca20729299f93"
  "/detail/897fc61c838048c7941c82caf4b93b68"
  "/detail/064b2f5ce1cf45828d8a684903b792a0"
  "/detail/3999cad63fac4eb19dc1bf1538139751"
  "/detail/0811ac5adc8647b3886e7cc0900fc5e2"
  "/detail/49bd26cd2d784a939e1b345b7c8a882a"
  "/detail/39b38a534d74421a9b62fd5a131b36a8"
  "/detail/010181b273324c48992331a29896481b"
  "/detail/059d05b8436e4c4db8b8b140d189d1de"
  "/detail/ab397dcc0d73499e8cbcf5e8df41163f"
  "/detail/4c88148e58bd4482b8b84c0f5b9dc75a"
  "/detail/2077354e7b31412bbc98e6ef3947ccdd"
  "/detail/c64d747bb8fe405497eb6f624daf43f7"
  "/detail/94418944efab4b6ebfeb60ffd92430a9"
  "/detail/e4c089e9a2184a42976235ebc7cdc5d3"
  "/detail/10ca5c55e6ef47a5933053652b955c1d"
  "/detail/d7eac86f817a4bf8ad229fce6969a593"
  "/detail/5875e90a4149478caf4f73ea218fae7d"
  "/detail/56d34a4e1fef481e9d19f85f19b1f029"
  "/detail/b89634a3e47b48249ce10354f87eaef2"
  "/detail/a4a8c86177954121a5c1d21756b47a2b"
  "/detail/302c26630ee74ff28738a844ed269886"
  "/detail/878330506c8048a5b8cbe05be1239b17"
  "/detail/f9e1d0344585488ba9c45e30875520ba"
  "/detail/61debda1020043959aa497cad8711d71"
  "/detail/27dcb1c816ca4993b84b75533b43a3c1"
  "/detail/cb3aae96c4ac46ae9a040201c36f1cb1"
  "/detail/762ed2470e2f405a90f91e8bdd3697d5"
  "/detail/143af90cd0f14c228621bb56a6dea477"
  "/detail/c96466f98ad040d49596a32580ce69e3"
  "/detail/b574e4d3cd984c71a4c4b44847328506"
  "/detail/11abc870b07a41058409381903a0d760"
  "/detail/6e30fa7ec08c4f23af8e886c6289178b"
  "/detail/e7d84f606bcc4734a53313e6dae9eb88"
  "/detail/29e388a9ff344a1f8eff0d66eff5ccaf"
  "/detail/f689ebac8c9f47a88331b196407b3b36"
  "/detail/be56103cef0f4f1db41b3928b12b10ca"
  "/detail/c6662d497ae64bd480aa7067eb33ba5f"
  "/detail/38a907c38da841389ef9223c26b7c3d7"
  "/detail/216cfe0522bc479f9d0035444727c9bd"
  "/detail/c651ca04647e48c5ad905c934f3b2f8f"
  "/detail/6d5abc8a72844d67968e054c90e82a57"
  "/detail/ec1436da1e4c4f03bb092b218ca78cb2"
  "/detail/5c8ccc79abf34acbba63eee33f345362"
  "/detail/33607d10bbed4a2f96337948f9f0dc95"
  "/detail/906f71a1a53c4361b9520285498f47cc"
  "/detail/289e9338267a4f9f9c8acebb1c389498"
  "/detail/8e1a683b5aa541bc90622c4278d49d25"
  "/detail/0fe2dcbf9c9346d7a5127a06a980de0b"
  "/detail/a6c5038cc2884101abba0bfe496566df"
  "/detail/8e2e3c3b5bce4d47a6512d2b43b16872"
  "/detail/44a475e5d6344a3ca093c9d19885f7f5"
  "/detail/b7f5511666e04cb3b03195412cacb7ad"
  "/detail/85de86c710964b939166a20d0daf91d7"
  "/detail/d1204c8056004e1f8da6ba6da3fbfa3c"
  "/detail/a791698f060740ec81872561ef70bb34"
  "/detail/3878ab06503044469d3011ff05460da6"
  "/detail/1d1a29cd288c4c8583cd2ccc7fb320bd"
  "/detail/4581b68910d94c84b3af52d300b2e262"
  "/detail/f61cbe9e9afe4f86b79765626c25093e"
  "/detail/270d459c6f6f4c1996853dd1b6746aa8"
  "/detail/afbf24c8b61d4219b0283bcd7da68b99"
  "/detail/744ecac1937a4c9aacfc84379d5b68fd"
  "/detail/0390910badd94d5085fbfdbb6d00cec1"
  "/detail/64c8e9d544d046f0be6bd644a211f2ee"
  "/detail/7dbe1cc4c3d64ff9b82a099a74958685"
  "/detail/a4566694f5354a1c993527ed1ef82a0e"
  "/detail/59c574a0002c4ff5a704b60996fafcb4"
  "/detail/968caab51aca4804b7458062ae802cd8"
  "/detail/1b98e8c17eca4d62a7e844987e00fb6e"
  "/detail/df6bcf39defb4ea3b37061fce1191ae5"
  "/detail/607c3a7143ba4289aa7f828276656342"
  "/detail/55358ec071944df6b2054fe7d87bff8e"
  "/detail/b4495b8eb4d1454fb7586b17e7401547"
  "/detail/30e22e70eb494e9a8465a73db8077fe4"
  "/detail/eda242fa444743c5bbb743e220608e4a"
  "/detail/5dabd81ec4484d1ea3a8a05d66c84249"
  "/detail/165c4ef2e2054f5a997834f21af171d2"
  "/detail/5e37f8ddbd4d41839bad35398d4cf015"
  "/detail/48623f74242e4556835be8fb7ea8e971"
  "/detail/21a6d9f7c4da4ce2aa5182daa140479d"
  "/detail/36745af7b97240989f7baac0fb9ba9e0"
  "/detail/74da80176af94a41a1e564585fd5d4b6"
  "/detail/0381562c1f7d4f26be6a922e3f7c7cec"
  "/detail/0fcd4135a9e846b49cf849be143569ba"
  "/detail/3a0a89dd653e4c438162d400fe4450e6"
  "/detail/25cfd871b70546579654582382e68c0f"
  "/detail/9221db64cbc54ff0be53254824aace1b"
  "/detail/b068c8733e6d4375b4d47487242d4ad1"
  "/detail/4335c5ab23ba4b14a31783c2079f4e75"
  "/detail/8c13a50b7cde40a4900cd955e75ffc36"
  "/detail/0c0ca6470c144dd8ac25ba892dec27de"
  "/detail/046a73edcf054114a12a7d5993b944a1"
  "/detail/06d9fcbef8a64198a063d3bacb31fe03"
  "/detail/798bf61efaaa478b93cdbfbf892188e1"
  "/detail/6e91fa8fc0e64d38a52867cf050be050"
  "/detail/9d35225392f14a8a91fd3fe4d3e4b2e2"
  "/detail/a036a1692b0a4a5b8d05e87213341a7f"
  "/detail/93e012735e1f423f9c55286dc1f61059"
  "/detail/2b50c32def0640a2944ccbe759895f3f"
  "/detail/0e1db1394451456ab9d549e752caeabc"
  "/detail/2eb87d46b25e4f23bee6826e5a53fb1f"
  "/detail/d54539ebb0bb4eb59a7ee95af2c4baac"
  "/detail/a4bb0d020ab34e9a8e38ffc9f4e362ea"
  "/detail/ec555bcae6bf4709829e2d5ef208806d"
  "/detail/224b6987209f4bd4a5168ae1af0b7636"
  "/detail/bd756dee9bba4d60b07d138dbdb64e4e"
  "/detail/9d8094e327fe44a6844669eade9f4575"
  "/detail/d85ee4d6b92e4d4e8a940883a6f32165"
  "/detail/942beae7fee04c88ba75676d67dc08b3"
  "/detail/f5f0caecc76d41fdba0caa286ca148d8"
  "/detail/cfff9c4328444c1693b1f68bf9092d18"
  "/detail/533b193b13404c799822ef3335d571e9"
  "/detail/446078f13e4645789188c15030c9b51c"
  "/detail/7593cbecb47348e0a230d86c063a799a"
  "/detail/49783d0c8c1d4240b6b24b96a9326170"
  "/detail/dc4a12dd173345c698659e8ac851d425"
  "/detail/c4125ee9e4ce43cab7a746c20ae39129"
  "/detail/1b56e8008fb04303ae0269d7f7779900"
  "/detail/54d969734a1b43b7b1c1bc70b009e4f3"
  "/detail/e741471e68ae4c6f9ab25c4b01fb7616"
  "/detail/eee2430281da4270ac86b81e75387882"
  "/detail/0d2802b4580547deb1fec8f44a9d0e5f"
  "/detail/e5a9ed272d8945619c6d9726635b143d"
  "/detail/0c995414a0f940fbae0ee3b64fe5dd03"
  "/detail/f7da26cb2a224dbeb0c0b9bd22390fd0"
  "/detail/7a086e8c4201469e932b4a183711052b"
  "/detail/7ce75d0999774cbc884dad693378499f"
  "/detail/71710cd9f5f046529ffa4a8ac09439c9"
  "/detail/9092ea202ce941878e6f39bbe6cfd5f6"
  "/detail/f6a01b5d82254e1492db3be768b74641"
  "/detail/4e2929854d0944abb74c5796f0a3570c"
  "/detail/d23a1fc493b6483ab44e4d52b3d270bc"
  "/detail/336a13e9b90647cf9c277e95818e8516"
  "/detail/e69d82f05cd3490489a4fa8b6ab69dd3"
  "/detail/d7c18367a5e7430db5a11f96dba44025"
  "/detail/1ddf2973c54c46cc8cda8264138cbd63"
  "/detail/118b7737c28a44d5af45fa6c5ae4ef66"
  "/detail/b168fadb10ab4e0eac7913582da636d2"
  "/detail/eb864f5aec7f4042b04327ce707984a0"
  "/detail/2ce606fa9656401fa4bcfd4be7c52df0"
  "/detail/9b6223ff794b48c2803db16a0732a104"
  "/detail/63bbe5a8c1994b2489078b503777cc94"
  "/detail/a98bd2924357447c910421250f5a4712"
  "/detail/25ba45e2c1cb470a81855fdd9e6a8251"
  "/detail/d4b67559f3a54d25ab35aa0679f5a9b2"
  "/detail/b8e0312d43704b2b962ee8e9b77001d2"
  "/detail/1e68900deae449dfb6e7215f6c918243"
  "/detail/e2c0c6b2b18f4d3693a9715946286572"
  "/detail/fc430b9d26a744da935b32e3a418ebfb"
  "/detail/7d66ff816bfc43e5a35df0f504cfe3b2"
  "/detail/56251d06c9e9477f8a2ff494cae75053"
  "/detail/52eb69bd23574da08be433adf89444ee"
  "/detail/ff5ba7a42ad54c05999d5fc09653bf4c"
  "/detail/856d9936b24748f484a709826be2e3ae"
  "/detail/fec0a984f3d54c78b76884b658bccf7b"
  "/detail/1bfa4c8cf37e483d82b2442cb9a75162"
  "/detail/2b57238383d8469b806b6860246bdf76"
  "/detail/9bacfbf34d7d4aebb11eb3a8b00dd16b"
  "/detail/1c63c227dc5849ecab66e1916d907145"
  "/detail/d9609e08462144b4b7f476562667c6be"
  "/detail/be58efd5547e47f996dfc50be36e2d85"
  "/detail/3f5dfd97a55445f7b5ec641b8775bc96"
  "/detail/b7be5a16ec49414e8c129e3c1ef3ac05"
  "/detail/617aca569b844cb08f03b8221b9e8303"
  "/detail/81812e0ba24d423dac0838781a53ae70"
  "/detail/4ca1b237de3345a0ae20159fd05301a5"
  "/detail/b78c8b645b0b4556b67a936b91668551"
  "/detail/3fccd8ecfe1b4e0e918a88a630b27c34"
  "/detail/c5ab144f495c45d1af742173eb811222"
  "/detail/fba40109fc0f4e209831237e47930622"
  "/detail/c9d11d3eb1a7421f992e45f0a3e9aa4d"
  "/detail/7e6227b0918e497e894e57f07abf9866"
  "/detail/41946380bcec4a5c8197ed62b25f4a98"
  "/detail/d96e9f519d3b454f9dd1aa93b01c6b83"
  "/detail/73ec49ca5684422daa3ef56ac79baa0b"
  "/detail/8d9ad6c0b7b04c65bc6ff6a7fc4563da"
  "/detail/ce6cc81316da412e8fe53d8b37e43057"
  "/detail/75c9c48fd41840fca0a70fc92efb21d3"
  "/detail/aa1616365cb54f299db0a40ec687e6fd"
  "/detail/9316860e82434d6785e22a0eb8ccbaf8"
  "/detail/1d3eb88e55d04e0c89853fa9f931585f"
  "/detail/438ff7b3964c455e89bf364691a6b37f"
  "/detail/ad547fa4e88c47e9aae4e4a33acffe02"
  "/detail/ae3e9dde94174ef1ab816d86cc1cbffd"
  "/detail/3208f1f541594b60a207114ed77c4f2e"
  "/detail/3a6819c1864843fbbb43562373d1f808"
  "/detail/7de4bb40088b40ff8f01724803358ab3"
  "/detail/a33f7277423340e3a47e91518487e082"
  "/detail/ddcd871521a0493492add07fe4390e4e"
  "/detail/af8b0f7496cb401899efd81473e9677e"
  "/detail/d595d76094ff4741aed3f744b54bc829"
  "/detail/a85c5f4aae674e84b9a90496f1004f82"
  "/detail/36bcf2ab6e0b41d69794bde2e5f66cd6"
  "/detail/118158b9346743fdb696981de76ad39e"
  "/detail/8dc44e9b53364c0e9bda6e64bbdcf1bf"
  "/detail/2cdd2aa070bc4250b0806b91c041f655"
  "/detail/d588741b684a4310b31da17036b4104b"
  "/detail/084d914f7bb94319917283a48f6d91bf"
  "/detail/61097d3905a74dadad3c7e934553dcac"
  "/detail/1eb30bad1f894151bb0d50fea2210872"
  "/detail/d2273cb045ec4a8ab7f46346d19c69a8"
  "/detail/c6f560b507a646e9b30d2606bcdeb82b"
  "/detail/bf40a999eee94e15a8beb2d2be58db98"
  "/detail/f3739d81772f4b49a9c62be24d557932"
  "/detail/138ef16b15a7482aba668910566e1866"
  "/detail/eebde0a8208d4496a69ad9212f2ced78"
  "/detail/a48bf32d3b29479db8f8984a1ab3903a"
  "/detail/a51e4d05c29144d3bb00ec0c48f4d1a8"
  "/detail/13d2179685a8438da52979855688c669"
  "/detail/fe12702fa52f4d6fac7bc6f590732e38"
  "/detail/1541185e7cbe413db056127bba9b9993"
  "/detail/c07494eb77a14ee687c56d0c284867c2"
  "/detail/398e6b3a2cc1434b8e0876d242f04502"
  "/detail/33ca91081dd24798b354dd936e2fb541"
  "/detail/bebea2fffc354d2f84b1df696d7c4d8e"
  "/detail/a05071a582c043c6b823ed1d7d5048de"
  "/detail/d67b6bfad0c449b08f44cc56a96f352b"
  "/detail/59b9535a6b4c4f9bb16693688d1f400a"
  "/detail/e3899ab9b1d246459d40a61d913daeb2"
  "/detail/7c28d5cc7d75431ba019f4bca0e5b962"
  "/detail/f2f50f0aed914324a8bda706ee35f97a"
  "/detail/32ac3eaa97f543e2bb1dd1b46879b60e"
  "/detail/51d75c5566974f1bbe1cfb92869f23d1"
  "/detail/81e4ac9426f449c5a7d7275cc2523bcf"
  "/detail/90258630840c42ccb6f2bc7f13f3b087"
  "/detail/1777f0f2727e486a85165af0983f2dcf"
  "/detail/398c01a31065433b859085e3fc840c58"
  "/detail/0d649f80d88242aeb2e5b317364aa3d7"
  "/detail/d1368daa5f0e4c54963aa9d1bf36f286"
  "/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úê-ÅÍ+ \"
]
113 0.45 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.