GET https://selection-prestige-uat.workspace.connect-io.de/navigation/018c15393e227bec905652b0d08d3677

Query Metrics

131 Database Queries
93 Different statements
1103.95 ms Query time

Queries

Group similar statements

# Time Info
1 2.83 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.21 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
3 2.46 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
4 0.12 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
5 0.35 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.27 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 = ?)
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"\x01‹´]ïår.²…\x08\x1E@øç"
  "products/"
]
7 0.29 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 3.79 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01‹´]ïår.²…\x08\x1E@øç"
  "DFlyN1aSBKIPQbiWWiSVqgWUi0S7TIUr"
]
9 0.35 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"\x01‹´]ïår.²…\x08\x1E@øç"
]
10 0.64 ms
SELECT LOWER(HEX(language.parent_id)) FROM language WHERE language.id = ?
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
]
11 0.83 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel.analytics`.`id` as `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` as `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` as `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` as `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` as `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` as `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` as `sales_channel.analytics.updatedAt`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.fallback_1.shortName`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.fallback_1.shortName`,`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.fallback_1.name`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.fallback_1.name`,`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.fallback_1.customFields`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.fallback_1.customFields`,`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.fallback_1.createdAt`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.fallback_1.updatedAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.fallback_1.currencyId`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.fallback_1.languageId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.fallback_1.name`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.fallback_1.name`,`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.fallback_1.homeSlotConfig`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.fallback_1.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.fallback_1.homeEnabled`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.fallback_1.homeEnabled`,`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.fallback_1.homeName`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.fallback_1.homeName`,`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.fallback_1.homeMetaTitle`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.fallback_1.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.fallback_1.homeMetaDescription`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.fallback_1.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.fallback_1.homeKeywords`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.fallback_1.homeKeywords`,`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.fallback_1.customFields`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.fallback_1.customFields`,`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.fallback_1.createdAt`, `sales_channel.translation.createdAt`, `sales_channel.translation.fallback_1.updatedAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.fallback_1.salesChannelId`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.fallback_1.languageId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId`, `sales_channel.translation.fallback_1`.name as `sales_channel.translation.fallback_1.name`, `sales_channel.translation.fallback_1`.home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig`, `sales_channel.translation.fallback_1`.home_enabled as `sales_channel.translation.fallback_1.homeEnabled`, `sales_channel.translation.fallback_1`.home_name as `sales_channel.translation.fallback_1.homeName`, `sales_channel.translation.fallback_1`.home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle`, `sales_channel.translation.fallback_1`.home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription`, `sales_channel.translation.fallback_1`.home_keywords as `sales_channel.translation.fallback_1.homeKeywords`, `sales_channel.translation.fallback_1`.custom_fields as `sales_channel.translation.fallback_1.customFields`, `sales_channel.translation.fallback_1`.created_at as `sales_channel.translation.fallback_1.createdAt`, `sales_channel.translation.fallback_1`.updated_at as `sales_channel.translation.fallback_1.updatedAt`, `sales_channel.translation.fallback_1`.sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId`, `sales_channel.translation.fallback_1`.language_id as `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation`.`sales_channel_id` = `sales_channel.translation.fallback_1`.`sales_channel_id` AND `sales_channel.translation.fallback_1`.language_id = ? WHERE `sales_channel.translation`.language_id = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.currency_id, `sales_channel.currency.translation`.short_name as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.name as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.custom_fields as `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation`.created_at as `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at as `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id as `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id as `sales_channel.currency.translation.languageId`, `sales_channel.currency.translation.fallback_1`.short_name as `sales_channel.currency.translation.fallback_1.shortName`, `sales_channel.currency.translation.fallback_1`.name as `sales_channel.currency.translation.fallback_1.name`, `sales_channel.currency.translation.fallback_1`.custom_fields as `sales_channel.currency.translation.fallback_1.customFields`, `sales_channel.currency.translation.fallback_1`.created_at as `sales_channel.currency.translation.fallback_1.createdAt`, `sales_channel.currency.translation.fallback_1`.updated_at as `sales_channel.currency.translation.fallback_1.updatedAt`, `sales_channel.currency.translation.fallback_1`.currency_id as `sales_channel.currency.translation.fallback_1.currencyId`, `sales_channel.currency.translation.fallback_1`.language_id as `sales_channel.currency.translation.fallback_1.languageId` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation`.`currency_id` = `sales_channel.currency.translation.fallback_1`.`currency_id` AND `sales_channel.currency.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ïår.²…\x08\x1E@øç"
]
12 0.16 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"\x01‹´]ïår.²…\x08\x1E@øç"
]
13 0.31 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.fallback_1.shortName`, `currency.translation.shortName`, COALESCE(`currency.translation.fallback_1.shortName`,`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.fallback_1.name`, `currency.translation.name`, COALESCE(`currency.translation.fallback_1.name`,`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.fallback_1.customFields`, `currency.translation.customFields`, COALESCE(`currency.translation.fallback_1.customFields`,`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.fallback_1.createdAt`, `currency.translation.createdAt`, `currency.translation.fallback_1.updatedAt`, `currency.translation.updatedAt`, `currency.translation.fallback_1.currencyId`, `currency.translation.currencyId`, `currency.translation.fallback_1.languageId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId`, `currency.translation.fallback_1`.short_name as `currency.translation.fallback_1.shortName`, `currency.translation.fallback_1`.name as `currency.translation.fallback_1.name`, `currency.translation.fallback_1`.custom_fields as `currency.translation.fallback_1.customFields`, `currency.translation.fallback_1`.created_at as `currency.translation.fallback_1.createdAt`, `currency.translation.fallback_1`.updated_at as `currency.translation.fallback_1.updatedAt`, `currency.translation.fallback_1`.currency_id as `currency.translation.fallback_1.currencyId`, `currency.translation.fallback_1`.language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation`.`currency_id` = `currency.translation.fallback_1`.`currency_id` AND `currency.translation.fallback_1`.language_id = ? WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
14 0.31 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.fallback_1.name`, `country.translation.name`, COALESCE(`country.translation.fallback_1.name`,`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.fallback_1.addressFormat`, `country.translation.addressFormat`, COALESCE(`country.translation.fallback_1.addressFormat`,`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.fallback_1.customFields`, `country.translation.customFields`, COALESCE(`country.translation.fallback_1.customFields`,`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.fallback_1.createdAt`, `country.translation.createdAt`, `country.translation.fallback_1.updatedAt`, `country.translation.updatedAt`, `country.translation.fallback_1.countryId`, `country.translation.countryId`, `country.translation.fallback_1.languageId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId`, `country.translation.fallback_1`.name as `country.translation.fallback_1.name`, `country.translation.fallback_1`.address_format as `country.translation.fallback_1.addressFormat`, `country.translation.fallback_1`.custom_fields as `country.translation.fallback_1.customFields`, `country.translation.fallback_1`.created_at as `country.translation.fallback_1.createdAt`, `country.translation.fallback_1`.updated_at as `country.translation.fallback_1.updatedAt`, `country.translation.fallback_1`.country_id as `country.translation.fallback_1.countryId`, `country.translation.fallback_1`.language_id as `country.translation.fallback_1.languageId` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation`.`country_id` = `country.translation.fallback_1`.`country_id` AND `country.translation.fallback_1`.language_id = ? WHERE `country.translation`.language_id = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]Ü\x10r­‚~<9Ïd™"
]
15 0.33 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.fallback_1.name`, `customer_group.translation.name`, COALESCE(`customer_group.translation.fallback_1.name`,`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.fallback_1.registrationTitle`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.fallback_1.registrationTitle`,`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.fallback_1.registrationIntroduction`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.fallback_1.registrationIntroduction`,`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.fallback_1.registrationSeoMetaDescription`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.fallback_1.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.fallback_1.customFields`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.fallback_1.customFields`,`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.fallback_1.createdAt`, `customer_group.translation.createdAt`, `customer_group.translation.fallback_1.updatedAt`, `customer_group.translation.updatedAt`, `customer_group.translation.fallback_1.customerGroupId`, `customer_group.translation.customerGroupId`, `customer_group.translation.fallback_1.languageId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `customer_group.translation`.registration_title as `customer_group.translation.registrationTitle`, `customer_group.translation`.registration_introduction as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation`.custom_fields as `customer_group.translation.customFields`, `customer_group.translation`.created_at as `customer_group.translation.createdAt`, `customer_group.translation`.updated_at as `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id as `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id as `customer_group.translation.languageId`, `customer_group.translation.fallback_1`.name as `customer_group.translation.fallback_1.name`, `customer_group.translation.fallback_1`.registration_title as `customer_group.translation.fallback_1.registrationTitle`, `customer_group.translation.fallback_1`.registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction`, `customer_group.translation.fallback_1`.registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration`, `customer_group.translation.fallback_1`.registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription`, `customer_group.translation.fallback_1`.custom_fields as `customer_group.translation.fallback_1.customFields`, `customer_group.translation.fallback_1`.created_at as `customer_group.translation.fallback_1.createdAt`, `customer_group.translation.fallback_1`.updated_at as `customer_group.translation.fallback_1.updatedAt`, `customer_group.translation.fallback_1`.customer_group_id as `customer_group.translation.fallback_1.customerGroupId`, `customer_group.translation.fallback_1`.language_id as `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation`.`customer_group_id` = `customer_group.translation.fallback_1`.`customer_group_id` AND `customer_group.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ϽP\x18ÓŽAØ­Ê\x10ÙOȽÖ"
]
16 0.11 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:
[]
17 0.43 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.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.fallback_1.typeName`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.fallback_1.typeName`,`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.fallback_1.createdAt`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.fallback_1.updatedAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.fallback_1.taxRuleTypeId`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.fallback_1.languageId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name as `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId`, `tax_rule.type.translation.fallback_1`.type_name as `tax_rule.type.translation.fallback_1.typeName`, `tax_rule.type.translation.fallback_1`.created_at as `tax_rule.type.translation.fallback_1.createdAt`, `tax_rule.type.translation.fallback_1`.updated_at as `tax_rule.type.translation.fallback_1.updatedAt`, `tax_rule.type.translation.fallback_1`.tax_rule_type_id as `tax_rule.type.translation.fallback_1.taxRuleTypeId`, `tax_rule.type.translation.fallback_1`.language_id as `tax_rule.type.translation.fallback_1.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation`.`tax_rule_type_id` = `tax_rule.type.translation.fallback_1`.`tax_rule_type_id` AND `tax_rule.type.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]Ü\sç¨Ý¦G<o E"
  b"\x01‹´]Ü\sç¨Ý¦G<Œ.†"
  b"\x01‹´]à•p\f³\x00\x13\x18¯¡"
]
18 0.58 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`.`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.fallback_1.title`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.fallback_1.title`,`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.fallback_1.alt`,`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.fallback_1.customFields`,`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.fallback_1.languageId`, `payment_method.media.translation.languageId`, `payment_method.translation.fallback_1.name`, `payment_method.translation.name`, COALESCE(`payment_method.translation.fallback_1.name`,`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.fallback_1.distinguishableName`,`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.fallback_1.description`, `payment_method.translation.description`, COALESCE(`payment_method.translation.fallback_1.description`,`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.fallback_1.customFields`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.fallback_1.customFields`,`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.createdAt`, `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.updatedAt`, `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.paymentMethodId`, `payment_method.translation.fallback_1.languageId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId`, `payment_method.translation.fallback_1`.name as `payment_method.translation.fallback_1.name`, `payment_method.translation.fallback_1`.distinguishable_name as `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.fallback_1`.description as `payment_method.translation.fallback_1.description`, `payment_method.translation.fallback_1`.custom_fields as `payment_method.translation.fallback_1.customFields`, `payment_method.translation.fallback_1`.created_at as `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.fallback_1`.updated_at as `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.fallback_1`.payment_method_id as `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.fallback_1`.language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation`.`payment_method_id` = `payment_method.translation.fallback_1`.`payment_method_id` AND `payment_method.translation.fallback_1`.language_id = ? WHERE `payment_method.translation`.language_id = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId`, `payment_method.media.translation.fallback_1`.title as `payment_method.media.translation.fallback_1.title`, `payment_method.media.translation.fallback_1`.alt as `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.fallback_1`.custom_fields as `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.fallback_1`.created_at as `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.fallback_1`.updated_at as `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.fallback_1`.media_id as `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.fallback_1`.language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation`.`media_id` = `payment_method.media.translation.fallback_1`.`media_id` AND `payment_method.media.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Ž\x1E¿}\x17r½ºçÙÑ'ø†¶"
]
19 0.14 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
20 0.77 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.fallback_1.name`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.name`,`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.customFields`,`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1.languageId`, `shipping_method.deliveryTime.translation.languageId`, `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.cioShippingCalculation`.`id` as `shipping_method.cioShippingCalculation.id`, `shipping_method.cioShippingCalculation`.`shipping_method_id` as `shipping_method.cioShippingCalculation.shippingMethodId`, `shipping_method.cioShippingCalculation`.`calculation` as `shipping_method.cioShippingCalculation.calculation`, `shipping_method.cioShippingCalculation`.`created_at` as `shipping_method.cioShippingCalculation.createdAt`, `shipping_method.cioShippingCalculation`.`updated_at` as `shipping_method.cioShippingCalculation.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`.`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.fallback_1.title`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.fallback_1.title`,`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.fallback_1.alt`,`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.fallback_1.customFields`,`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.fallback_1.languageId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.fallback_1.name`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.fallback_1.name`,`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.fallback_1.description`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.fallback_1.description`,`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.fallback_1.trackingUrl`,`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.fallback_1.customFields`,`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.createdAt`, `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.fallback_1.languageId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId`, `shipping_method.translation.fallback_1`.name as `shipping_method.translation.fallback_1.name`, `shipping_method.translation.fallback_1`.description as `shipping_method.translation.fallback_1.description`, `shipping_method.translation.fallback_1`.tracking_url as `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.fallback_1`.custom_fields as `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.fallback_1`.created_at as `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.fallback_1`.updated_at as `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.fallback_1`.shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.fallback_1`.language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_1`.`shipping_method_id` AND `shipping_method.translation.fallback_1`.language_id = ? WHERE `shipping_method.translation`.language_id = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `cio_shipping_calculation` `shipping_method.cioShippingCalculation` ON `shipping_method`.`id` = `shipping_method.cioShippingCalculation`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId`, `shipping_method.deliveryTime.translation.fallback_1`.name as `shipping_method.deliveryTime.translation.fallback_1.name`, `shipping_method.deliveryTime.translation.fallback_1`.custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.fallback_1`.created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.fallback_1`.updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1`.delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1`.language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation`.`delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1`.`delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1`.language_id = ? WHERE `shipping_method.deliveryTime.translation`.language_id = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId`, `shipping_method.media.translation.fallback_1`.title as `shipping_method.media.translation.fallback_1.title`, `shipping_method.media.translation.fallback_1`.alt as `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.fallback_1`.custom_fields as `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.fallback_1`.created_at as `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.fallback_1`.updated_at as `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.fallback_1`.media_id as `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.fallback_1`.language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation`.`media_id` = `shipping_method.media.translation.fallback_1`.`media_id` AND `shipping_method.media.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01º\x00I–xž®ÊDFY_¶X"
]
21 0.12 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"\x01‹´]Ü\x10r­‚~<9Ïd™"
]
22 0.56 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
23 0.12 ms
#cart-persister::load
                SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "DFlyN1aSBKIPQbiWWiSVqgWUi0S7TIUr"
]
24 0.14 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[]
25 0.50 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"\x01Ÿ_þ`¿~>´Î.KŽzyÀ"
  b"\x01‹´]ÜWp[•\rƒ\x03¯eÊd"
  b"\x01‹´]Ü[p\‡É”ŒŸ;®—"
  b"\x01‹´]Ügsäªó6è›p2Y"
  b"\x01‹´]ßvq\x7F‰F\x1CÖ¤RXŽ"
  b"\x01Ža@\ejq.¿gBŽ€3è="
  b"\x01ŽaL´öptŸ>Ú0»»Ú\n"
  b"\x01ŽaNvîpF¸uÒ²gY#\v"
  b"\x01ŽaNÇøpš­øÅïÿß²f"
  b"\x01ŽaP(ãsq›F)\x05\x04J"
  b"\x01ŽaR©wsÍ”\x04«x¿f·©"
  b"\x01’¹@…_t\—,!ÉC3gº"
  b"""
    \x01Ž\x7F\x1EJúwé´D\n
    ¼0ísÏ
    """
  b"\x01ŸfT—\x1A|K‰û8ó?¥ ¥"
  b"\x01ŸfBUÆ{dŸ\x17ƒ„ÿ\x13Ÿ""
  b"\x01ŸeR21sÙ¬ãƒòU'5Ã"
  b"\x01ŸZÄøY}ò¾4œ¹˜CõL"
  b"\x01‹´]Üfræ˜qkŸ0Ø+Ž"
  b"\x01ŸZ¿@PuBŒ§Gš×Ú\x1D"
  b"\x01‹´]Ügsäªó6è›\x03Do"
  b"\x01‹´]é\x1Cs…³ºÑ:K]\tå"
  b"\x01Œ|æ8ý\x7F±±)æMàùö\x18"
  b"\x01Ž\x7F\e,\x07{ߏÁI\x1AÞRÓ\x7F"
  b"\x01Ž\x7F\x1F²»p[޵ì\x17U( "
  b"\x01Ž\x7F _ž}†°jùÇ\x15¹xb"
  b"\x01Ž\x7F!2Ë~3€A\r2i65Ë"
  b"\x01Ž\x7F"\x03k|\x13€‘íê¥Ì,"
  b"\x01Ž\x7F"Ã’|\‘Öy¿[¨Õ"
  b"\x01Ž\x7F#\x7F¤{§¬ ý5€<“~"
  b"\x01Ž\x7F${\x08t:‡/ØÁÙ*\x08¯"
  b"\x01Ž\x7F%r|pV²Š?pMLjŠ"
  b"\x01Ž\x7F&FßuIˆ»`<\x1E¿\x00Õ"
  b"\x01\x1A„8M\x7FϝX—VXÒa "
  b"\x01\x1A™é\x14w< ñ\tñn,\x1ER"
  b"\x01\x1Aœ\x11Âw\ˆ\x1F\x15À…63§"
  b"\x01\x1A£öÔ~\x03€ëAMïñ¯n"
  b"\x01\x1A§?çtÚ´õ}ðÆÂúR"
  b"\x01.wV\x02|1½&#é5\x0FX‡"
  b"\x01.}y¨rݬ\x01¿âº·\x14î"
  b"\x01\r\x1A\r^sõ™o˜¬Ü»[\x13"
  b"\x01é4’ƒsÿ¡ô‹\x13¡TÀh"
  b"\x01‘V(Ø}q!†ýŠ\x02÷àòê"
  b"\x01‘VKbZró¬WO»ïKÐs"
  b"\x01‘VÐnºr\x07–DÓ)ìÚ"
  b"\x01‘VÖxÜq‹¡·˜þKSñ6"
  b"\x01’Ÿ¸\x08ˆ\x7F'¨J•¨\x03t…"
  b"\x01’ \x05€úw<„€´Â^\x01ûÃ"
  b"\x01’ \x12ÑovEŒÂ,œp\x02á"
  b"\x01žî©^Fx\t—ê'Ñ\eÈY"
]
26 0.34 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
27 0.40 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:
[]
28 0.34 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:
[]
29 0.16 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE ((`country.salesChannels`.`id` = ?)) AND (`country`.`id` IN (?)) GROUP BY `country`.`id`
Parameters:
[
  b"\x01‹´]ïår.²…\x08\x1E@øç"
  b"\x01‹´]Ü\x10r­‚~<9Ïd™"
]
30 0.31 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"\x01‹´]ïår.²…\x08\x1E@øç"
]
31 0.30 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
32 0.35 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.33 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.27 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"\x01‹´]ïår.²…\x08\x1E@øç"
  b"\x01‹´]ïår.²…\x08\x1E@øç"
]
35 0.42 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.fallback_1.name`, `language.translationCode.translation.name`, COALESCE(`language.translationCode.translation.fallback_1.name`,`language.translationCode.translation.name`,`language.translationCode.translation.name`) as `language.translationCode.name`, `language.translationCode.translation.fallback_1.territory`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.fallback_1.territory`,`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) as `language.translationCode.territory`, `language.translationCode.translation.fallback_1.customFields`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.fallback_1.customFields`,`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) as `language.translationCode.customFields`, `language.translationCode.translation.fallback_1.createdAt`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.fallback_1.updatedAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.fallback_1.localeId`, `language.translationCode.translation.localeId`, `language.translationCode.translation.fallback_1.languageId`, `language.translationCode.translation.languageId` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.locale_id, `language.translationCode.translation`.name as `language.translationCode.translation.name`, `language.translationCode.translation`.territory as `language.translationCode.translation.territory`, `language.translationCode.translation`.custom_fields as `language.translationCode.translation.customFields`, `language.translationCode.translation`.created_at as `language.translationCode.translation.createdAt`, `language.translationCode.translation`.updated_at as `language.translationCode.translation.updatedAt`, `language.translationCode.translation`.locale_id as `language.translationCode.translation.localeId`, `language.translationCode.translation`.language_id as `language.translationCode.translation.languageId`, `language.translationCode.translation.fallback_1`.name as `language.translationCode.translation.fallback_1.name`, `language.translationCode.translation.fallback_1`.territory as `language.translationCode.translation.fallback_1.territory`, `language.translationCode.translation.fallback_1`.custom_fields as `language.translationCode.translation.fallback_1.customFields`, `language.translationCode.translation.fallback_1`.created_at as `language.translationCode.translation.fallback_1.createdAt`, `language.translationCode.translation.fallback_1`.updated_at as `language.translationCode.translation.fallback_1.updatedAt`, `language.translationCode.translation.fallback_1`.locale_id as `language.translationCode.translation.fallback_1.localeId`, `language.translationCode.translation.fallback_1`.language_id as `language.translationCode.translation.fallback_1.languageId` FROM `locale_translation` `language.translationCode.translation` LEFT JOIN `locale_translation` `language.translationCode.translation.fallback_1` ON `language.translationCode.translation`.`locale_id` = `language.translationCode.translation.fallback_1`.`locale_id` AND `language.translationCode.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"\x01Œ^!‰~p;Œ¶\x0FÄÐ%\x19¥"
]
36 0.16 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x01‹´]Ü]qO¤¤ã\x0Eè´[\t"
  b"\x01‹´]Ü]qO¤¤ã\x0Eè´[\t"
  b"\x01‹´]Ü]qO¤¤ã\x0Eè´[\t"
]
37 26.91 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`.`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.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = ? AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|018bb45ddc5d714fa4a4e30ee8b45b09|%"
  1
  5
]
38 5.31 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%"
  "%|018bb45ddc5d714fa4a4e30ee8b45b09|%"
  5
  true
  true
]
39 0.74 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`.`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.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = ? AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‹´]Ü]qO¤¤ã\x0Eè´[\t"
]
40 0.23 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"\x01‹´]ïår.²…\x08\x1E@øç"
]
41 0.30 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.fallback_1.shortName`, `currency.translation.shortName`, COALESCE(`currency.translation.fallback_1.shortName`,`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.fallback_1.name`, `currency.translation.name`, COALESCE(`currency.translation.fallback_1.name`,`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.fallback_1.customFields`, `currency.translation.customFields`, COALESCE(`currency.translation.fallback_1.customFields`,`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.fallback_1.createdAt`, `currency.translation.createdAt`, `currency.translation.fallback_1.updatedAt`, `currency.translation.updatedAt`, `currency.translation.fallback_1.currencyId`, `currency.translation.currencyId`, `currency.translation.fallback_1.languageId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId`, `currency.translation.fallback_1`.short_name as `currency.translation.fallback_1.shortName`, `currency.translation.fallback_1`.name as `currency.translation.fallback_1.name`, `currency.translation.fallback_1`.custom_fields as `currency.translation.fallback_1.customFields`, `currency.translation.fallback_1`.created_at as `currency.translation.fallback_1.createdAt`, `currency.translation.fallback_1`.updated_at as `currency.translation.fallback_1.updatedAt`, `currency.translation.fallback_1`.currency_id as `currency.translation.fallback_1.currencyId`, `currency.translation.fallback_1`.language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation`.`currency_id` = `currency.translation.fallback_1`.`currency_id` AND `currency.translation.fallback_1`.language_id = ? WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
42 0.19 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x01ŒhÀŽ\x18x´A®öÜKœ^"
  b"\x01ŒhÀŽ\x18x´A®öÜKœ^"
  b"\x01ŒhÀŽ\x18x´A®öÜKœ^"
]
43 2.83 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`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.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = ? AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|018c68c08e1878b49041aef6dc4b9c5e|%"
  1
  3
]
44 3.53 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%"
  "%|018c68c08e1878b49041aef6dc4b9c5e|%"
  3
  true
  true
]
45 0.66 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`.`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.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = ? AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ŒhÀŽ\x18x´A®öÜKœ^"
]
46 0.14 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x01Œhº¨\x02|§¦ŸÚ\x12j]3N"
  b"\x01Œhº¨\x02|§¦ŸÚ\x12j]3N"
  b"\x01Œhº¨\x02|§¦ŸÚ\x12j]3N"
]
47 2.37 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`.`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.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = ? AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|018c68baa8027ca7a69fda126a5d334e|%"
  1
  4
]
48 0.52 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%"
  "%|018c68baa8027ca7a69fda126a5d334e|%"
  4
  true
  true
]
49 0.63 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`.`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.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = ? AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Œhº¨\x02|§¦ŸÚ\x12j]3N"
]
50 0.22 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x01Œ\x159>"{ìVR°ÐŽ6w"
  b"\x01Œ\x159>"{ìVR°ÐŽ6w"
  b"\x01Œhº¨\x02|§¦ŸÚ\x12j]3N"
]
51 1.09 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`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.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = ? AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Œ\x10 ÞØ~™¼)–ˆù^N„"
  b"\x01Œ\x15;\x0F\x18~2¼¦òYwÔ\x18"
  b"\x01Œ\x15ñY“v´Žb‚\x16§Û6ã"
  b"\x01Ž6\x07¹}r÷_Šo_@Ë›"
  b"\x01Ž6\t1üq\x0F–#¢Úâ¢Õ"
  b"""
    \x01Ž6\n
    U1qä½mN-ö·zü
    """
  b"""
    \x01Ž6\n
    Ïr\x15 {¬ZŽ]á®
    """
  b"\x01Ž­\x15ú¡pôœ\x1E\x08dGv“"
  b"\x01Ž­˜ª¼r‚¥ÿ\vͰ\x17"
  b"\x01ŽêD-‘sÚ‹•\x1DÍÒã]õ"
  b"\x01Žêëàar¢“%änè\x06"
  b"\x01Žêì;ErC¢çac车”"
  b"\x01Žêì›Qqä—\x03ã®Ì~ "
  b"\x01Žêìù\x04r˪©¥ìfÂ\t["
  b"""
    \x01ŽêíW)p\n
    ³\œ¢\rÊ\x03*
    """
  b"\x01Žë\x1AÒôsН\x14y£‘ûâÜ"
  b"\x01rá\v2q\x1C Ä\v\x12%gI\x02"
  b"\x01Œ\x159>"{ìVR°ÐŽ6w"
  b"\x01Œhº¨\x02|§¦ŸÚ\x12j]3N"
]
52 0.15 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
53 0.15 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"\x01Ž\x1E¾¨¿s»¢ð:ÆV¼Âõ"
]
54 0.10 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
]
55 0.35 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.fallback_1.name`, `language.locale.translation.name`, COALESCE(`language.locale.translation.fallback_1.name`,`language.locale.translation.name`,`language.locale.translation.name`) as `language.locale.name`, `language.locale.translation.fallback_1.territory`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.fallback_1.territory`,`language.locale.translation.territory`,`language.locale.translation.territory`) as `language.locale.territory`, `language.locale.translation.fallback_1.customFields`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.fallback_1.customFields`,`language.locale.translation.customFields`,`language.locale.translation.customFields`) as `language.locale.customFields`, `language.locale.translation.fallback_1.createdAt`, `language.locale.translation.createdAt`, `language.locale.translation.fallback_1.updatedAt`, `language.locale.translation.updatedAt`, `language.locale.translation.fallback_1.localeId`, `language.locale.translation.localeId`, `language.locale.translation.fallback_1.languageId`, `language.locale.translation.languageId` 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`, `language.locale.translation`.created_at as `language.locale.translation.createdAt`, `language.locale.translation`.updated_at as `language.locale.translation.updatedAt`, `language.locale.translation`.locale_id as `language.locale.translation.localeId`, `language.locale.translation`.language_id as `language.locale.translation.languageId`, `language.locale.translation.fallback_1`.name as `language.locale.translation.fallback_1.name`, `language.locale.translation.fallback_1`.territory as `language.locale.translation.fallback_1.territory`, `language.locale.translation.fallback_1`.custom_fields as `language.locale.translation.fallback_1.customFields`, `language.locale.translation.fallback_1`.created_at as `language.locale.translation.fallback_1.createdAt`, `language.locale.translation.fallback_1`.updated_at as `language.locale.translation.fallback_1.updatedAt`, `language.locale.translation.fallback_1`.locale_id as `language.locale.translation.fallback_1.localeId`, `language.locale.translation.fallback_1`.language_id as `language.locale.translation.fallback_1.languageId` FROM `locale_translation` `language.locale.translation` LEFT JOIN `locale_translation` `language.locale.translation.fallback_1` ON `language.locale.translation`.`locale_id` = `language.locale.translation.fallback_1`.`locale_id` AND `language.locale.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
]
56 0.36 ms
# generic-page::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId`, `shipping_method.translation.fallback_1`.name as `shipping_method.translation.fallback_1.name`, `shipping_method.translation.fallback_1`.description as `shipping_method.translation.fallback_1.description`, `shipping_method.translation.fallback_1`.tracking_url as `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.fallback_1`.custom_fields as `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.fallback_1`.created_at as `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.fallback_1`.updated_at as `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.fallback_1`.shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.fallback_1`.language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_1`.`shipping_method_id` AND `shipping_method.translation.fallback_1`.language_id = ? 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.fallback_1.name`,`shipping_method.translation.name`)) ASC
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"\x01‹´]ïår.²…\x08\x1E@øç"
]
57 0.97 ms
# generic-page::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1.name`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.name`,`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.fallback_1.customFields`,`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1.languageId`, `shipping_method.deliveryTime.translation.languageId`, `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.cioShippingCalculation`.`id` as `shipping_method.cioShippingCalculation.id`, `shipping_method.cioShippingCalculation`.`shipping_method_id` as `shipping_method.cioShippingCalculation.shippingMethodId`, `shipping_method.cioShippingCalculation`.`calculation` as `shipping_method.cioShippingCalculation.calculation`, `shipping_method.cioShippingCalculation`.`created_at` as `shipping_method.cioShippingCalculation.createdAt`, `shipping_method.cioShippingCalculation`.`updated_at` as `shipping_method.cioShippingCalculation.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`.`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.fallback_1.title`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.fallback_1.title`,`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.fallback_1.alt`,`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.fallback_1.customFields`,`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.fallback_1.languageId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.fallback_1.name`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.fallback_1.name`,`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.fallback_1.description`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.fallback_1.description`,`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.fallback_1.trackingUrl`,`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.fallback_1.customFields`,`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.createdAt`, `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.fallback_1.languageId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId`, `shipping_method.translation.fallback_1`.name as `shipping_method.translation.fallback_1.name`, `shipping_method.translation.fallback_1`.description as `shipping_method.translation.fallback_1.description`, `shipping_method.translation.fallback_1`.tracking_url as `shipping_method.translation.fallback_1.trackingUrl`, `shipping_method.translation.fallback_1`.custom_fields as `shipping_method.translation.fallback_1.customFields`, `shipping_method.translation.fallback_1`.created_at as `shipping_method.translation.fallback_1.createdAt`, `shipping_method.translation.fallback_1`.updated_at as `shipping_method.translation.fallback_1.updatedAt`, `shipping_method.translation.fallback_1`.shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId`, `shipping_method.translation.fallback_1`.language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation`.`shipping_method_id` = `shipping_method.translation.fallback_1`.`shipping_method_id` AND `shipping_method.translation.fallback_1`.language_id = ? WHERE `shipping_method.translation`.language_id = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_id` LEFT JOIN `cio_shipping_calculation` `shipping_method.cioShippingCalculation` ON `shipping_method`.`id` = `shipping_method.cioShippingCalculation`.`shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId`, `shipping_method.deliveryTime.translation.fallback_1`.name as `shipping_method.deliveryTime.translation.fallback_1.name`, `shipping_method.deliveryTime.translation.fallback_1`.custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields`, `shipping_method.deliveryTime.translation.fallback_1`.created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt`, `shipping_method.deliveryTime.translation.fallback_1`.updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt`, `shipping_method.deliveryTime.translation.fallback_1`.delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId`, `shipping_method.deliveryTime.translation.fallback_1`.language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation`.`delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1`.`delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1`.language_id = ? WHERE `shipping_method.deliveryTime.translation`.language_id = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId`, `shipping_method.media.translation.fallback_1`.title as `shipping_method.media.translation.fallback_1.title`, `shipping_method.media.translation.fallback_1`.alt as `shipping_method.media.translation.fallback_1.alt`, `shipping_method.media.translation.fallback_1`.custom_fields as `shipping_method.media.translation.fallback_1.customFields`, `shipping_method.media.translation.fallback_1`.created_at as `shipping_method.media.translation.fallback_1.createdAt`, `shipping_method.media.translation.fallback_1`.updated_at as `shipping_method.media.translation.fallback_1.updatedAt`, `shipping_method.media.translation.fallback_1`.media_id as `shipping_method.media.translation.fallback_1.mediaId`, `shipping_method.media.translation.fallback_1`.language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation`.`media_id` = `shipping_method.media.translation.fallback_1`.`media_id` AND `shipping_method.media.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01’Ÿ°\e\x11pJ‚oIn¨^:î"
  b"\x01º\x00I–xž®ÊDFY_¶X"
  b"\x01º\x00ùÊqίFÞvV¤è˜"
  b"\x01)Y¯\x0F|\f‡HD©;·_»"
  b"\x01)UÚŠy©Žpð’Ÿ[…„"
  b"\x01’|\x065Ép7€\x13 \x1C‹V”"
]
58 0.30 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
59 0.45 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:
[]
60 0.33 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:
[]
61 0.20 ms
# generic-page::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"\x01‹´]ïår.²…\x08\x1E@øç"
]
62 0.72 ms
# generic-page::payment-methods::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`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.fallback_1.title`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.fallback_1.title`,`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.fallback_1.alt`,`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.fallback_1.customFields`,`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.fallback_1.languageId`, `payment_method.media.translation.languageId`, `payment_method.translation.fallback_1.name`, `payment_method.translation.name`, COALESCE(`payment_method.translation.fallback_1.name`,`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.fallback_1.distinguishableName`,`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.fallback_1.description`, `payment_method.translation.description`, COALESCE(`payment_method.translation.fallback_1.description`,`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.fallback_1.customFields`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.fallback_1.customFields`,`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.createdAt`, `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.updatedAt`, `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.paymentMethodId`, `payment_method.translation.fallback_1.languageId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId`, `payment_method.translation.fallback_1`.name as `payment_method.translation.fallback_1.name`, `payment_method.translation.fallback_1`.distinguishable_name as `payment_method.translation.fallback_1.distinguishableName`, `payment_method.translation.fallback_1`.description as `payment_method.translation.fallback_1.description`, `payment_method.translation.fallback_1`.custom_fields as `payment_method.translation.fallback_1.customFields`, `payment_method.translation.fallback_1`.created_at as `payment_method.translation.fallback_1.createdAt`, `payment_method.translation.fallback_1`.updated_at as `payment_method.translation.fallback_1.updatedAt`, `payment_method.translation.fallback_1`.payment_method_id as `payment_method.translation.fallback_1.paymentMethodId`, `payment_method.translation.fallback_1`.language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation`.`payment_method_id` = `payment_method.translation.fallback_1`.`payment_method_id` AND `payment_method.translation.fallback_1`.language_id = ? WHERE `payment_method.translation`.language_id = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId`, `payment_method.media.translation.fallback_1`.title as `payment_method.media.translation.fallback_1.title`, `payment_method.media.translation.fallback_1`.alt as `payment_method.media.translation.fallback_1.alt`, `payment_method.media.translation.fallback_1`.custom_fields as `payment_method.media.translation.fallback_1.customFields`, `payment_method.media.translation.fallback_1`.created_at as `payment_method.media.translation.fallback_1.createdAt`, `payment_method.media.translation.fallback_1`.updated_at as `payment_method.media.translation.fallback_1.updatedAt`, `payment_method.media.translation.fallback_1`.media_id as `payment_method.media.translation.fallback_1.mediaId`, `payment_method.media.translation.fallback_1`.language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation`.`media_id` = `payment_method.media.translation.fallback_1`.`media_id` AND `payment_method.media.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Ž\x1E¾¨¿s»¢ð:ÆV¼Âõ"
  b"\x01Ž\x1E¿}\x16q³¬<\x08–C8H+"
  b"\x01Ž\x1E¿}\x17r½ºçÙÑ'ø†¶"
  b"\x01Ž\x1E¿}\x17r½ºçÙÑ)oS»"
  b"\x01‹´]ÜXsê¢÷€ðhÌžØ"
  b"\x01‹´]ÜXsê¢÷€ði‚äÜ"
  b"\x01‹´]ÜYsœ¼ŒØ¼hVòÖ"
  b"\x01‹´]ÜYsœ¼ŒØ¼g¤Ýû"
]
63 0.30 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
64 0.40 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:
[]
65 0.34 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:
[]
66 0.66 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`.`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.fallback_1.title`, `category.media.translation.title`, COALESCE(`category.media.translation.fallback_1.title`,`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.fallback_1.alt`, `category.media.translation.alt`, COALESCE(`category.media.translation.fallback_1.alt`,`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.fallback_1.customFields`, `category.media.translation.customFields`, COALESCE(`category.media.translation.fallback_1.customFields`,`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.fallback_1.createdAt`, `category.media.translation.createdAt`, `category.media.translation.fallback_1.updatedAt`, `category.media.translation.updatedAt`, `category.media.translation.fallback_1.mediaId`, `category.media.translation.mediaId`, `category.media.translation.fallback_1.languageId`, `category.media.translation.languageId`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = ? AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId`, `category.media.translation.fallback_1`.title as `category.media.translation.fallback_1.title`, `category.media.translation.fallback_1`.alt as `category.media.translation.fallback_1.alt`, `category.media.translation.fallback_1`.custom_fields as `category.media.translation.fallback_1.customFields`, `category.media.translation.fallback_1`.created_at as `category.media.translation.fallback_1.createdAt`, `category.media.translation.fallback_1`.updated_at as `category.media.translation.fallback_1.updatedAt`, `category.media.translation.fallback_1`.media_id as `category.media.translation.fallback_1.mediaId`, `category.media.translation.fallback_1`.language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation`.`media_id` = `category.media.translation.fallback_1`.`media_id` AND `category.media.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Œ\x159>"{ìVR°ÐŽ6w"
]
67 0.29 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.fallback_1.name`, `cms_page.translation.name`, COALESCE(`cms_page.translation.fallback_1.name`,`cms_page.translation.name`,`cms_page.translation.name`) as `cms_page.name`, `cms_page.translation.fallback_1.customFields`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.fallback_1.customFields`,`cms_page.translation.customFields`,`cms_page.translation.customFields`) as `cms_page.customFields`, `cms_page.translation.fallback_1.createdAt`, `cms_page.translation.createdAt`, `cms_page.translation.fallback_1.updatedAt`, `cms_page.translation.updatedAt`, `cms_page.translation.fallback_1.cmsPageId`, `cms_page.translation.cmsPageId`, `cms_page.translation.fallback_1.languageId`, `cms_page.translation.languageId`, `cms_page.translation.fallback_1.cmsPageVersionId`, `cms_page.translation.cmsPageVersionId` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.cms_page_id, `cms_page.translation`.cms_page_version_id, `cms_page.translation`.name as `cms_page.translation.name`, `cms_page.translation`.custom_fields as `cms_page.translation.customFields`, `cms_page.translation`.created_at as `cms_page.translation.createdAt`, `cms_page.translation`.updated_at as `cms_page.translation.updatedAt`, `cms_page.translation`.cms_page_id as `cms_page.translation.cmsPageId`, `cms_page.translation`.language_id as `cms_page.translation.languageId`, `cms_page.translation`.cms_page_version_id as `cms_page.translation.cmsPageVersionId`, `cms_page.translation.fallback_1`.name as `cms_page.translation.fallback_1.name`, `cms_page.translation.fallback_1`.custom_fields as `cms_page.translation.fallback_1.customFields`, `cms_page.translation.fallback_1`.created_at as `cms_page.translation.fallback_1.createdAt`, `cms_page.translation.fallback_1`.updated_at as `cms_page.translation.fallback_1.updatedAt`, `cms_page.translation.fallback_1`.cms_page_id as `cms_page.translation.fallback_1.cmsPageId`, `cms_page.translation.fallback_1`.language_id as `cms_page.translation.fallback_1.languageId`, `cms_page.translation.fallback_1`.cms_page_version_id as `cms_page.translation.fallback_1.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_1` ON `cms_page.translation`.`cms_page_id` = `cms_page.translation.fallback_1`.`cms_page_id` AND `cms_page.translation.fallback_1`.language_id = ? AND `cms_page.translation`.cms_page_version_id = `cms_page.translation.fallback_1`.cms_page_version_id 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ê·²yq¬Ž = Õ\x1E(@"
]
68 0.36 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`.`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.fallback_1.title`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.fallback_1.title`,`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.fallback_1.alt`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.fallback_1.alt`,`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.fallback_1.customFields`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.fallback_1.customFields`,`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) as `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.fallback_1.createdAt`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.fallback_1.updatedAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.fallback_1.mediaId`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.fallback_1.languageId`, `cms_section.backgroundMedia.translation.languageId` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.media_id, `cms_section.backgroundMedia.translation`.title as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.alt as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.custom_fields as `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation`.created_at as `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation`.updated_at as `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation`.media_id as `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation`.language_id as `cms_section.backgroundMedia.translation.languageId`, `cms_section.backgroundMedia.translation.fallback_1`.title as `cms_section.backgroundMedia.translation.fallback_1.title`, `cms_section.backgroundMedia.translation.fallback_1`.alt as `cms_section.backgroundMedia.translation.fallback_1.alt`, `cms_section.backgroundMedia.translation.fallback_1`.custom_fields as `cms_section.backgroundMedia.translation.fallback_1.customFields`, `cms_section.backgroundMedia.translation.fallback_1`.created_at as `cms_section.backgroundMedia.translation.fallback_1.createdAt`, `cms_section.backgroundMedia.translation.fallback_1`.updated_at as `cms_section.backgroundMedia.translation.fallback_1.updatedAt`, `cms_section.backgroundMedia.translation.fallback_1`.media_id as `cms_section.backgroundMedia.translation.fallback_1.mediaId`, `cms_section.backgroundMedia.translation.fallback_1`.language_id as `cms_section.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_1` ON `cms_section.backgroundMedia.translation`.`media_id` = `cms_section.backgroundMedia.translation.fallback_1`.`media_id` AND `cms_section.backgroundMedia.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ê·²yq¬Ž = Õ\x1E(@"
]
69 0.38 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`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.fallback_1.title`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.fallback_1.title`,`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.fallback_1.alt`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.fallback_1.alt`,`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.fallback_1.customFields`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.fallback_1.customFields`,`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) as `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.fallback_1.createdAt`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.fallback_1.updatedAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.fallback_1.mediaId`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.fallback_1.languageId`, `cms_block.backgroundMedia.translation.languageId` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.media_id, `cms_block.backgroundMedia.translation`.title as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.alt as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.custom_fields as `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation`.created_at as `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation`.updated_at as `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation`.media_id as `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation`.language_id as `cms_block.backgroundMedia.translation.languageId`, `cms_block.backgroundMedia.translation.fallback_1`.title as `cms_block.backgroundMedia.translation.fallback_1.title`, `cms_block.backgroundMedia.translation.fallback_1`.alt as `cms_block.backgroundMedia.translation.fallback_1.alt`, `cms_block.backgroundMedia.translation.fallback_1`.custom_fields as `cms_block.backgroundMedia.translation.fallback_1.customFields`, `cms_block.backgroundMedia.translation.fallback_1`.created_at as `cms_block.backgroundMedia.translation.fallback_1.createdAt`, `cms_block.backgroundMedia.translation.fallback_1`.updated_at as `cms_block.backgroundMedia.translation.fallback_1.updatedAt`, `cms_block.backgroundMedia.translation.fallback_1`.media_id as `cms_block.backgroundMedia.translation.fallback_1.mediaId`, `cms_block.backgroundMedia.translation.fallback_1`.language_id as `cms_block.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_1` ON `cms_block.backgroundMedia.translation`.`media_id` = `cms_block.backgroundMedia.translation.fallback_1`.`media_id` AND `cms_block.backgroundMedia.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ê·²\x7Fsãˆñ\x02ã\x03wl7"
]
70 0.34 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.fallback_1.config`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.fallback_1.config`,`cms_slot.translation.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.fallback_1.customFields`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.fallback_1.customFields`,`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) as `cms_slot.customFields`, `cms_slot.translation.fallback_1.createdAt`, `cms_slot.translation.createdAt`, `cms_slot.translation.fallback_1.updatedAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.fallback_1.cmsSlotId`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.fallback_1.languageId`, `cms_slot.translation.languageId`, `cms_slot.translation.fallback_1.cmsSlotVersionId`, `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.cms_slot_id, `cms_slot.translation`.cms_slot_version_id, `cms_slot.translation`.config as `cms_slot.translation.config`, `cms_slot.translation`.custom_fields as `cms_slot.translation.customFields`, `cms_slot.translation`.created_at as `cms_slot.translation.createdAt`, `cms_slot.translation`.updated_at as `cms_slot.translation.updatedAt`, `cms_slot.translation`.cms_slot_id as `cms_slot.translation.cmsSlotId`, `cms_slot.translation`.language_id as `cms_slot.translation.languageId`, `cms_slot.translation`.cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId`, `cms_slot.translation.fallback_1`.config as `cms_slot.translation.fallback_1.config`, `cms_slot.translation.fallback_1`.custom_fields as `cms_slot.translation.fallback_1.customFields`, `cms_slot.translation.fallback_1`.created_at as `cms_slot.translation.fallback_1.createdAt`, `cms_slot.translation.fallback_1`.updated_at as `cms_slot.translation.fallback_1.updatedAt`, `cms_slot.translation.fallback_1`.cms_slot_id as `cms_slot.translation.fallback_1.cmsSlotId`, `cms_slot.translation.fallback_1`.language_id as `cms_slot.translation.fallback_1.languageId`, `cms_slot.translation.fallback_1`.cms_slot_version_id as `cms_slot.translation.fallback_1.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation`.`cms_slot_id` = `cms_slot.translation.fallback_1`.`cms_slot_id` AND `cms_slot.translation.fallback_1`.language_id = ? AND `cms_slot.translation`.cms_slot_version_id = `cms_slot.translation.fallback_1`.cms_slot_version_id 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Ê·²€q/‹¬C¸(™]Ý"
  b"\x01Ê·²€q/‹¬C¸)¤Îa"
  b"\x01Ê·²€q/‹¬C¸*„ S"
  b"\x01Ê·²€q/‹¬C¸+oƒ¬"
  b"\x01Ê·²€q/‹¬C¸,œò\x08"
  b"\x01Ê¹66t°ªÿœ¸‚φÊ"
  b"\x01êidípÄ‚ÆW\x1D¾20,"
]
71 0.11 ms
# product-listing::load-sortings::search-ids
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
  true
]
72 0.29 ms
# product-listing::load-sortings::read
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.fallback_1.label`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.fallback_1.label`,`product_sorting.translation.label`,`product_sorting.translation.label`) as `product_sorting.label`, `product_sorting.translation.fallback_1.createdAt`, `product_sorting.translation.createdAt`, `product_sorting.translation.fallback_1.updatedAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.fallback_1.productSortingId`, `product_sorting.translation.productSortingId`, `product_sorting.translation.fallback_1.languageId`, `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.product_sorting_id, `product_sorting.translation`.label as `product_sorting.translation.label`, `product_sorting.translation`.created_at as `product_sorting.translation.createdAt`, `product_sorting.translation`.updated_at as `product_sorting.translation.updatedAt`, `product_sorting.translation`.product_sorting_id as `product_sorting.translation.productSortingId`, `product_sorting.translation`.language_id as `product_sorting.translation.languageId`, `product_sorting.translation.fallback_1`.label as `product_sorting.translation.fallback_1.label`, `product_sorting.translation.fallback_1`.created_at as `product_sorting.translation.fallback_1.createdAt`, `product_sorting.translation.fallback_1`.updated_at as `product_sorting.translation.fallback_1.updatedAt`, `product_sorting.translation.fallback_1`.product_sorting_id as `product_sorting.translation.fallback_1.productSortingId`, `product_sorting.translation.fallback_1`.language_id as `product_sorting.translation.fallback_1.languageId` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.fallback_1` ON `product_sorting.translation`.`product_sorting_id` = `product_sorting.translation.fallback_1`.`product_sorting_id` AND `product_sorting.translation.fallback_1`.language_id = ? WHERE `product_sorting.translation`.language_id = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]áJpš¸yE\x13·Škb"
  b"\x01‹´]áJpš¸yE\x13·Ûð'"
  b"\x01‹´]áJpš¸yE\x13¸\x14"
  b"\x01‹´]áJpš¸yE\x13¸0\re"
  b"\x01|[«ÅvÔ”(SsŒ­|Ï"
  b"\x01\x02µêë\x7F0”h#^í\tU›"
  b"\x01‹´]áJpš¸yE\x13¸Šfc"
  b"\x01‹´]áép?„\x08qD®-Œ•"
]
73 0.11 ms
# product-listing-route::category-loading::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Œ\x159>"{ìVR°ÐŽ6w"
]
74 0.10 ms
# product-listing-route::category-loading::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Œ\x159>"{ìVR°ÐŽ6w"
]
75 126.61 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId`, `product.translation.fallback_1`.meta_description as `product.translation.fallback_1.metaDescription`, `product.translation.fallback_1`.name as `product.translation.fallback_1.name`, `product.translation.fallback_1`.keywords as `product.translation.fallback_1.keywords`, `product.translation.fallback_1`.description as `product.translation.fallback_1.description`, `product.translation.fallback_1`.meta_title as `product.translation.fallback_1.metaTitle`, `product.translation.fallback_1`.pack_unit as `product.translation.fallback_1.packUnit`, `product.translation.fallback_1`.pack_unit_plural as `product.translation.fallback_1.packUnitPlural`, `product.translation.fallback_1`.custom_search_keywords as `product.translation.fallback_1.customSearchKeywords`, `product.translation.fallback_1`.slot_config as `product.translation.fallback_1.slotConfig`, `product.translation.fallback_1`.custom_fields as `product.translation.fallback_1.customFields`, `product.translation.fallback_1`.created_at as `product.translation.fallback_1.createdAt`, `product.translation.fallback_1`.updated_at as `product.translation.fallback_1.updatedAt`, `product.translation.fallback_1`.product_id as `product.translation.fallback_1.productId`, `product.translation.fallback_1`.language_id as `product.translation.fallback_1.languageId`, `product.translation.fallback_1`.product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation`.`product_id` = `product.translation.fallback_1`.`product_id` AND `product.translation.fallback_1`.language_id = ? AND `product.translation`.product_version_id = `product.translation.fallback_1`.product_version_id WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId`, `product.parent.translation.fallback_1`.meta_description as `product.parent.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1`.name as `product.parent.translation.fallback_1.name`, `product.parent.translation.fallback_1`.keywords as `product.parent.translation.fallback_1.keywords`, `product.parent.translation.fallback_1`.description as `product.parent.translation.fallback_1.description`, `product.parent.translation.fallback_1`.meta_title as `product.parent.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1`.pack_unit as `product.parent.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1`.pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1`.custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1`.slot_config as `product.parent.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1`.custom_fields as `product.parent.translation.fallback_1.customFields`, `product.parent.translation.fallback_1`.created_at as `product.parent.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1`.updated_at as `product.parent.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1`.product_id as `product.parent.translation.fallback_1.productId`, `product.parent.translation.fallback_1`.language_id as `product.parent.translation.fallback_1.languageId`, `product.parent.translation.fallback_1`.product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.fallback_1`.`product_id` AND `product.parent.translation.fallback_1`.language_id = ? AND `product.parent.translation`.product_version_id = `product.parent.translation.fallback_1`.product_version_id WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MAX(COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.fallback_1.customFields`, '$.custom_product_attributes_global_in_stock')) != "NULL", IF(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.fallback_1.customFields`, '$.custom_product_attributes_global_in_stock')) != "true" && JSON_UNQUOTE(JSON_EXTRACT(`product.translation.fallback_1.customFields`, '$.custom_product_attributes_global_in_stock')) = 0, 0, 1), NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.fallback_1.customFields`, '$.custom_product_attributes_global_in_stock')) != "NULL", IF(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.fallback_1.customFields`, '$.custom_product_attributes_global_in_stock')) != "true" && JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.fallback_1.customFields`, '$.custom_product_attributes_global_in_stock')) = 0, 0, 1), NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_attributes_global_in_stock')) != "NULL", IF(JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_attributes_global_in_stock')) != "true" && JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_attributes_global_in_stock')) = 0, 0, 1), NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_attributes_global_in_stock')) != "NULL", IF(JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_attributes_global_in_stock')) != "true" && JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_attributes_global_in_stock')) = 0, 0, 1), NULL))) DESC, MAX(`product`.`sales`) DESC, MAX(IFNULL(`product`.`release_date`, `product.parent`.`release_date`)) DESC, MIN(COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`product.translation.fallback_1.customFields`, '$.custom_product_attributes_global_restock_time')) != "NULL", JSON_UNQUOTE(JSON_EXTRACT(`product.translation.fallback_1.customFields`, '$.custom_product_attributes_global_restock_time')) + 0.0, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.fallback_1.customFields`, '$.custom_product_attributes_global_restock_time')) != "NULL", JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.fallback_1.customFields`, '$.custom_product_attributes_global_restock_time')) + 0.0, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_attributes_global_restock_time')) != "NULL", JSON_UNQUOTE(JSON_EXTRACT(`product.translation.customFields`, '$.custom_product_attributes_global_restock_time')) + 0.0, NULL),IF(JSON_TYPE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_attributes_global_restock_time')) != "NULL", JSON_UNQUOTE(JSON_EXTRACT(`product.parent.translation.customFields`, '$.custom_product_attributes_global_restock_time')) + 0.0, NULL))) ASC LIMIT 24
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01‹´]ïår.²…\x08\x1E@øç"
  true
  b"\x01Œ\x159>"{ìVR°ÐŽ6w"
  null
]
76 54.75 ms
SELECT COUNT(*) FROM (# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId`, `product.translation.fallback_1`.meta_description as `product.translation.fallback_1.metaDescription`, `product.translation.fallback_1`.name as `product.translation.fallback_1.name`, `product.translation.fallback_1`.keywords as `product.translation.fallback_1.keywords`, `product.translation.fallback_1`.description as `product.translation.fallback_1.description`, `product.translation.fallback_1`.meta_title as `product.translation.fallback_1.metaTitle`, `product.translation.fallback_1`.pack_unit as `product.translation.fallback_1.packUnit`, `product.translation.fallback_1`.pack_unit_plural as `product.translation.fallback_1.packUnitPlural`, `product.translation.fallback_1`.custom_search_keywords as `product.translation.fallback_1.customSearchKeywords`, `product.translation.fallback_1`.slot_config as `product.translation.fallback_1.slotConfig`, `product.translation.fallback_1`.custom_fields as `product.translation.fallback_1.customFields`, `product.translation.fallback_1`.created_at as `product.translation.fallback_1.createdAt`, `product.translation.fallback_1`.updated_at as `product.translation.fallback_1.updatedAt`, `product.translation.fallback_1`.product_id as `product.translation.fallback_1.productId`, `product.translation.fallback_1`.language_id as `product.translation.fallback_1.languageId`, `product.translation.fallback_1`.product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation`.`product_id` = `product.translation.fallback_1`.`product_id` AND `product.translation.fallback_1`.language_id = ? AND `product.translation`.product_version_id = `product.translation.fallback_1`.product_version_id WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId`, `product.parent.translation.fallback_1`.meta_description as `product.parent.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1`.name as `product.parent.translation.fallback_1.name`, `product.parent.translation.fallback_1`.keywords as `product.parent.translation.fallback_1.keywords`, `product.parent.translation.fallback_1`.description as `product.parent.translation.fallback_1.description`, `product.parent.translation.fallback_1`.meta_title as `product.parent.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1`.pack_unit as `product.parent.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1`.pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1`.custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1`.slot_config as `product.parent.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1`.custom_fields as `product.parent.translation.fallback_1.customFields`, `product.parent.translation.fallback_1`.created_at as `product.parent.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1`.updated_at as `product.parent.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1`.product_id as `product.parent.translation.fallback_1.productId`, `product.parent.translation.fallback_1`.language_id as `product.parent.translation.fallback_1.languageId`, `product.parent.translation.fallback_1`.product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.fallback_1`.`product_id` AND `product.parent.translation.fallback_1`.language_id = ? AND `product.parent.translation`.product_version_id = `product.parent.translation.fallback_1`.product_version_id WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01‹´]ïår.²…\x08\x1E@øç"
  true
  b"\x01Œ\x159>"{ìVR°ÐŽ6w"
  null
]
77 42.32 ms
# product-listing-route::loading::aggregation::manufacturer
SELECT LOWER(HEX(IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01‹´]ïår.²…\x08\x1E@øç"
  true
  b"\x01Œ\x159>"{ìVR°ÐŽ6w"
  null
]
78 7.08 ms
# manufacturer-aggregation::read
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.translation.fallback_1.name`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.fallback_1.name`,`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) as `product_manufacturer.name`, `product_manufacturer.translation.fallback_1.description`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.fallback_1.description`,`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) as `product_manufacturer.description`, `product_manufacturer.translation.fallback_1.customFields`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.fallback_1.customFields`,`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) as `product_manufacturer.customFields`, `product_manufacturer.translation.fallback_1.createdAt`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.fallback_1.updatedAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.fallback_1.productManufacturerId`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.fallback_1.languageId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.fallback_1.productManufacturerVersionId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name as `product_manufacturer.translation.name`, `product_manufacturer.translation`.description as `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields as `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at as `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at as `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id as `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id as `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId`, `product_manufacturer.translation.fallback_1`.name as `product_manufacturer.translation.fallback_1.name`, `product_manufacturer.translation.fallback_1`.description as `product_manufacturer.translation.fallback_1.description`, `product_manufacturer.translation.fallback_1`.custom_fields as `product_manufacturer.translation.fallback_1.customFields`, `product_manufacturer.translation.fallback_1`.created_at as `product_manufacturer.translation.fallback_1.createdAt`, `product_manufacturer.translation.fallback_1`.updated_at as `product_manufacturer.translation.fallback_1.updatedAt`, `product_manufacturer.translation.fallback_1`.product_manufacturer_id as `product_manufacturer.translation.fallback_1.productManufacturerId`, `product_manufacturer.translation.fallback_1`.language_id as `product_manufacturer.translation.fallback_1.languageId`, `product_manufacturer.translation.fallback_1`.product_manufacturer_version_id as `product_manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product_manufacturer.translation.fallback_1` ON `product_manufacturer.translation`.`product_manufacturer_id` = `product_manufacturer.translation.fallback_1`.`product_manufacturer_id` AND `product_manufacturer.translation.fallback_1`.language_id = ? AND `product_manufacturer.translation`.product_manufacturer_version_id = `product_manufacturer.translation.fallback_1`.product_manufacturer_version_id WHERE `product_manufacturer.translation`.language_id = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Œ\x10  #z\x17¿\x12©éÃ\x05"
  b"\x01Œ\x15XŒÄzì°©£¼³\x06"
  b"""
    \x01Œ\x15\n
    w…¿~”R\x12òÃ\v
    """
  b"\x01Œ\x15ý\x06ZxªŠø\x1DÂdLýQ"
  b"\x01Œ\x16'÷uuº»\rÍ\fˆŽ\x13\x08"
  b"\x01Ž6\x07Õvp\x02…<°\v\x04Ï9ã"
  b"\x01Ž6\x07í„s•¨3e$ÎxˆÊ"
  b"\x01Ž6\x08\x16+pW­|ð\x07ü=»¥"
  b"\x01Ž6\x08< sY—D2êg—pÚ"
  b"\x01Ž6\x08[àsÜž5Fâ’ÎÚÛ"
  b"""
    \x01Ž6\x08\n
    pC´Òd“X\x06Ø.
    """
  b"\x01Ž6\x08¨vqI‡ŽXsœ\e"
  b"\x01Ž6\x08¿qs\tž;óGƸ²\x1E"
  b"\x01Ž6\x08åÖsoµkÑ#¿Ž\x14\x12"
  b"\x01Ž6\x08ùpá™f\x12îÒ2°š"
  b"\x01Ž6\tANp‰¿U9ÿÉQ$p"
  b"\x01Ž6\t`lq\x19¹…ÔÖÓ§„\x07"
  b"\x01Ž6\t“­s\x00Ž>Ú´´©Ô\x08"
  b"\x01Ž6\t»œq©ŠG©\x7Fcn(Q"
  b"\x01Ž6\tÚHp´¨°öIó÷\x1C"
  b"\x01Ž6\tó\x15r^¬}¢?âj€^"
  b"""
    \x01Ž6\n
    \x1Dªs+€h%€Ñ\x15T
    """
  b"""
    \x01Ž6\n
    5€sß”b’‹È#[a
    """
  b"""
    \x01Ž6\n
    HÑq7Œ•æª\x05\x19bh
    """
  b"""
    \x01Ž6\n
    d#r\x1D¡`Kä¦\x0EÞó
    """
  b"""
    \x01Ž6\n
    y¡s9®amèö‰Š´
    """
  b"""
    \x01Ž6\n
    Ž.p%‰&qè[\v
    """
  b"""
    \x01Ž6\n
    ¿jrñ«ì€\x15zB9‚
    """
  b"""
    \x01Ž6\n
    Ó`r}¶”\vj·\2ˆ
    """
  b"\x01Ž6\nåœq\x10“À­\x00Îka\x1E"
  b"""
    \x01Ž6\n
    ð¡p®\x01\x14wn\x04
    """
  b"\x01Ž6\v(3sKŸ6?Î×¥\x05¬"
  b"\x01Ž6\v:Æpš¨]iù;J\t&"
  b"\x01Ž6\x10GArRžø´‹Õ˜’\n"
  b"\x01Ž6\x10dJsЉ*ùœ¢\x04|l"
  b"\x01Ž6\x10Žtq.Ží£Î+恎"
  b"\x01Ž6\x10¨gqo‡8\x06‰mx)_"
  b"\x01Ž6\x10» s>Ãº[ÄOG\x01"
  b"\x01Ž6\x10þBq¬™ŒJƒ¨úé"
  b"\x01ŽMŸ¾qù¾ŽàN/÷)¾"
  b"\x01ŽMДr\x15¹¾af) ‰š"
  b"\x01ŽNCMs\x12Œó÷€LÖ;^"
  b"""
    \x01ŽN[®r\n
    €×\x08N¥ç{E
    """
  b"\x01ŽNnòqà“ªÊ\x03ù®)\x13"
  b"\x01ŽNƒ,sÉŒpÚ\x10uÓÛ˜"
  b"\x01ŽNÈ¡põƒN~‚\x0FMÇÜ"
  b"\x01ŽO\x1F˜sN– •³à.-M"
  b"\x01ŽODvs÷•WðFvÖ½]"
  b"\x01ŽOdSq®Š(XÆEÝÆ*"
  b"""
    \x01ŽO…~p[‚é\n
    ¸Jf¶„
    """
  b"\x01ŽO«úp¸¨øÓ\x1A]\x1A"
  b"\x01ŽP/–q®€}/\x11²_êƒ"
  b"\x01ŽPˆ§r™¯oVSe}á!"
  b"\x01ŽP—êr»’\x02\x17ìzš×–"
  b"\x01ŽPÐep²§Y¾\x13|CÈð"
  b"\x01ŽPù¯q噀\x07–ï\x03\x14Â"
  b"\x01ŽQ\x1AÅpߎîz¯Å‡Ù>"
  b"\x01ŽQ4Œs݈ÅÎÊ\x12áDu"
  b"\x01ŽQ‹Xsh†!Ýo‹ñàJ"
  b"\x01ŽR_úrO£–/0\f¢²²"
  b"\x01ŽR†\x02r]‹O}7]¤"‚"
  b"\x01ŽS\x15;rœº\x7F‹ì´Uêa"
  b"\x01ŽS9apuˆvÞo"9½ê"
  b"\x01ŽSoÎrŠ«¦ü•«^\x01"
  b"\x01ŽS†jq0²¢ºÖP±:å"
  b"\x01ŽS•¸qÙ¿.ŽæŽ9øw"
  b"\x01ŽS°np*ƒ\5\x05(â/2"
  b"\x01ŽTb\r\x01Ÿ·"ŸÂ”Œ‡"
  b"\x01ŽT=qq¿Y¤Xc-´\x03"
  b"\x01ŽTÃ#s…•ýI¨ø-Ö-"
  b"\x01ŽU&/rZŽ]ÏõXD›'"
  b"\x01ŽUC0q\x13Š\x03\x14ƒÑnXœ"
  b"\x01ŽUpÓq;xm\x05ûZgñ"
  b"\x01ŽU®qbšWOŽ&K˜ì"
  b"\x01ŽUÂjs>·3Œ¯½†Ž?"
  b"\x01ŽV æsƘ?tüìЏw"
  b"\x01Žc#šq‡”\x04hh®S\fÎ"
  b"\x01Žc:ðr\x10¢?7…\x10éÁ4"
  b"\x01Žcs\x08r?—x\x17òCŸ\x0FQ"
  b"\x01ŽcÇÚr¯ˆ€ã"ËzÊä"
  b"\x01ŽcüérÔ\t_ÓÝi&‘"
  b"\x01Žd\x12»r*…ªÕ>\x12“êU"
  b"\x01ŽdFlp¶¶5ñö&öF"
  b"\x01Ždl‹qf‰\võ˜²ý\fæ"
  b"\x01ŽdŽ\tqî¦Ø[%òQ\f³"
  b"\x01ŽdáÝrJ¼0¥c\tS\f"
  b"\x01Že\x05Ïs‘‡ŽŽ÷`#Z2"
  b"\x01Že@ýqˆž)‘\x0E>\x19ƒ\x01"
  b"\x01ŽeSÅr‡“ h­¯ \x08"
  b"\x01ŽeiSs\x10Ÿà/ó„û\x01À"
  b"\x01Že„OqÚŸŽÖÎ\x14˜jÌ"
  b"\x01Žeì¤r\x02¨l?O”\x19¥‡"
  b"\x01ŽfW¨qï¨ûÊcSÛO)"
  b"\x01Žf«Ós\x1F¦žƒ/+èVí"
  b"\x01Žg]¦qÁ ê%\f\x08\x0F"
  b"\x01Žg érZ¹ü\x17#noëG"
  b"\x01Žh\x17HsÞ‰¿Ÿíj\x17~J"
  b"\x01ŽhD8q‚¤_Ńjv7t"
  b"\x01Ži\x13\x1FqÖ„V‰’Cÿ°Û"
  b"\x01ŽiLòsª—[”H\x17\x1Eä"
  b"\x01Ži•\vp\x16€Ž\x0Eâ"•2¨"
  b"\x01ŽvŒ‘q©²_\x1Dæ\x7F\x00Fh"
  b"\x01ŽvªÞs\x06ˆa°)Pù!š"
  b"\x01ŽvæÉp∝ŒZö\x17ê"
  b"\x01Žw\x07(qùžý‚)\x13FÎè"
  b"\x01Žw\x1DÌpw…n\x1DG¸Ó\x04"
  b"\x01Žwo.rjŒÑòpRs¿ò"
  b"\x01Žwš{qh²²\x04,CQç©"
  b"\x01Žw¬0p\x1A¦’ à=ñ'¦"
  b"\x01Žx\x06Xsë±.Œ?2[‰Ó"
  b"\x01Žx! ptމÍà»\Â"
  b"\x01Žxb–q_†Î!ˆýÓu\x02"
  b"\x01Žx€^r’¢=RMP\x08"
  b"\x01ŽxÕósÅ¢$“ø\x1A\x05-'"
  b"\x01ŽxõörŸ‚µ$\x13ØáGH"
  b"\x01Žy/kskŒYSÞ“5ù—"
  b"\x01Žynðr\x1A‰ðN÷¡9îÀ"
  b"\x01Žy¿Fq%³,\e\x1EnåÎR"
  b"\x01ŽyÝ-p{©\x1A™*UÂ\x1A"
  b"\x01Žz\x04\x1Cs\x05„ F5ßû™F"
  b"\x01Žz9¥qÒ˜ý±”¯\fe‚"
  b"\x01Žzs{rò³Ü+\x10®ç–"
  b"\x01ŽzŽçrL´wÛ¿ðä½Ó"
  b"\x01Žz¦ªp°\x13\x17±Â~Œ"
  b"\x01Žz¼Jrì¾\x08!¿=\x0057"
  b"\x01Ž{\x08Àpž™u’{‡wø="
  b"\x01Ž{\e\vq*“mj%j#¹K"
  b"\x01Ž{AGqø‰bú©î\]["
  b"\x01Ž{c[sô‘H³?\v"
  b"\x01Ž{˜·rѳͲ\x19\\x0F-]"
  b"\x01Ž|'Ãp\x1F»˜‘óŽNª†"
  b"\x01Ž|;Žs5¸³\x07iƒŒÊj"
  b"\x01Žž(Á’pÙ­\x007L"šv"
  b"\x01Žž)=»pÛ°\yÑi)NT"
  b"\x01Žž)QLq}ÛR\z\x1F"
  b"\x01Žž)—ÎrD†–N\x08Þ-î"
  b"\x01Žž*\x16ˆp(œŒö#ÃF‹µ"
  b"\x01Žž*Dyq¨Ž0õ\x13(f¨ò"
  b"\x01Žž*xûr\x19±k\x1Cd¼í\el"
  b"\x01Žž*äYq\x07¼A„&-’\å"
  b"\x01Žž+!OsІ8³¤›5‚°"
  b"""
    \x01Žž+Iös\n
    £{¯äéj\x1Cs
    """
  b"\x01Žž+¿ur>„Žæ\x15ÿƒ°‚"
  b"\x01Žž+ðµsi¦z\x04þõP£º"
  b"\x01Žž,xórI°ß\x04¨\x08\x1A"
  b"\x01Žž,Œys\rµ4¶\x04:d*h"
  b"\x01Žž,È2rå”#\x7Fò†\x13\x16\x01"
  b"\x01Žž,ôìq³©­óOd\x11E\x10"
  b"\x01Žž-t¦rG¥ÃdðòËL6"
  b"\x01ŽžI\x15zp\x1A´\v\x1AñÉb ©"
  b"\x01ŽžICçq4••ÍÇ»=†Ô"
  b"\x01ŽžI„ïp'€­+Kezå8"
  b"\x01ŽžI­²rZ©"’ZÙ}ËŽ"
  b"\x01ŽžIß1prÓÿðû/†"
  b"\x01ŽžJ\x01èpêŸ_Ø\vÛ9aí"
  b"\x01ŽžJ!Bs¤­>Ÿ¤\r`€y"
  b"\x01ŽžJdñsÏ£°´~\x13‘úÊ"
  b"\x01ŽžJºÐqª€jÕUŠ\x03"
  b"\x01ŽžJÍÆs¦Žß¨¾ó†Ñd"
  b"\x01Žžb²\x01rÚž’!á%—™ü"
  b"\x01Žžc\x04¾sW¨\x07ï\x16~ƒÚ\r"
  b"\x01Žžcé¸sô5,·\x16ûª"
  b"\x01Žžcýøq[­Ô\x15ÌêÚÕù"
  b"""
    \x01Žždoxq\x08¬%\x12\n
    ¶Ö2#
    """
  b"\x01Žžd‡rqM‹Ù–îx]ª"
  b"\x01ŽžŽÏ\x14rÁ»j\x05Ã?¼Ñ"
  b"""
    \x01ŽžŽ©Wsd¾y™¡™\n
    \x14M
    """
  b"\x01ŽžŽØÍqÆ‹¸Èe\e\x12"
  b"\x01Žž0¥qs‚¸c\x10è¤:”"
  b"\x01Žž`îp¢€Øë£·wÞÏ"
  b"\x01Ž¡Ñf›sِ”Sâ¢Í\x0EÉ"
  b"\x01Ž¡Ñ˜ês"’\x19^\x1E£TëN"
  b"\x01Ž¡ÑÊÞsòŒ­\x17\x1C;™"
  b"\x01Ž¡Ò.|p3¯mUÁ;~q\t"
  b"\x01Ž¡Ò£Žrg¿½\x15ºúØ×"
  b"\x01Ž¡ÒÒ§sÖŽî\x1E?*}¨"
  b"""
    \x01Ž¡Ó>\x07pcºFŽV\n
    äÑè
    """
  b"\x01Ž¡Óhwsÿ…ó’\x12Öv¥\"
  b"\x01Ž¡ÓŽøqá»b\x0EÛ\x04ÈÑÐ"
  b"\x01Ž¡ÓÚprÒ®›é;\x06\x11"
  b"\x01Ž¡Ô\x0Eãr¥©ïyö\x13ÿº\t"
  b"\x01Ž¡Ô1\x16r–‚ø\x1C\x01fÈz"
  b"\x01Ž¡Ô¯\x07qèŒvíŠqˆ³¤"
  b"\x01Ž¡ÔÌúse¡2ŠS+×k\x16"
  b"\x01Ž¡Õ\x02Kq\x1A–‹è·\x0FcY\v"
  b"\x01Ž¡Õ\x15Vs[¦`RMf%Ì]"
  b"\x01Ž¡Õ+@qm«ã2ôÖÃ\x12\x04"
  b"\x01Ž¡Õ_*q̰`­µÏT™7"
  b"\x01Ž¡ÕsZrÔœ&›¢ä‰›2"
  b"\x01Ž¡Ö\x15æq‰\v¦÷÷\ep„"
  b"""
    \x01Ž¡ÖJ¬p€…¿\n
    ˆ¯¦\x1Dš
    """
  b"\x01Ž¡Ö˜„qH¶!É*E\x02"
  b"\x01ޡִæp\x00…ú-Ž}Ï"\x7F"
  b"\x01Ž¡×\rDså²zz:×÷&:"
  b"\x01Ž¡×iërÌ¢M¾Lžÿ\x0E³"
  b"\x01Ž¡×Õæsª‹MrN.À-\x1D"
  b"\x01Ž¡×ìUp\x1A†u'˜y¹Ö\x17"
  b"\x01Ž¡Ø‰\x04r!¢y\x0FF¹ˆ0ð"
  b"\x01Ž¡Øµÿq¼\x0FJt\x08¢â\x1E"
  b"\x01Ž¡Ù\vwq­ÖAßЦ–ì"
  b"\x01Ž¡Ù$Ðpº™Öwæy\x1AOG"
  b"\x01Ž¡Ù<Òr\x03™6£²xGÀo"
  b"\x01Ž¡Ù‡Ør\x12 =mQvø¥­"
  b"\x01Ž¡Ù \x19r\x17³¸`›w¡\x038"
  b"""
    \x01Ž¡ÙÎ\n
    r ¥vC@®"IB
    """
  b"\x01Ž¡Ú\x12ðsã§µ™Ò§+%q"
  b"\x01Ž¡ÚËîq?¹/rzŽ\x19”<"
  b"\x01Ž¡Û&fp= Ÿ‹Î\x19Œä/"
  b"\x01Ž¡ÛyÓpðŸy\vðx$ê_"
  b"\x01Ž¡ÛÇ\x05p\x15Œ„q\x10Ñ6¯"
  b"""
    \x01Ž¡Ü\x0EÂsjˆ‡÷p\n
    \x7F\x1E\r
    """
  b"\x01Ž¡Ü/=p6\f”€”b—‹"
  b"\x01ޡܲ‰pü˜£¦±\x10Pp\x06"
  b"\x01Ž¡ÝPÿqo‘¾Ô}§\x19\x19¢"
  b"\x01Ž¡Ýr…rÉ¢µ¨énä\x1C\x16"
  b"\x01Ž¡ÝÀGq\x14¸Y¢xü¦4\t"
  b"\x01Ž¡ÝÿÜs#¶\x1DZQ¼¬ú¨"
  b"\x01Ž¡ÞgÁs÷Ž4Dƒ¾\x17±Ç"
  b"\x01Ž¡ñ„&q\x04¢\x13÷vA(`"
  b"\x01Ž¡ñª¢sh¹·ùÐe\t\x16â"
  b"\x01Ž¡ñÐëq8£\x04£Ñ¢)gW"
  b"\x01Ž¡ò·/rB­¤[äIT–\f"
  b"\x01Ž¡òÚTr-§Ü~TÝc/\x02"
  b"""
    \x01Ž¡ó\x1E\x18s²©ë\n
    µQQÇ\x03
    """
  b"\x01Ž¡ó1àsË–L«Õ¯ÿ\x1Dœ"
  b"\x01Ž¡ó¨³r8ƒ\vÉ\tÔoWp"
  b"\x01Ž¡óÜŸpf¶7ŒgâT²,"
  b"\x01Ž¡ô\x05rµ\x0E÷þk\x02Œ"
  b"\x01Ž¡ôÁùp¢´PHL€ª\x06E"
  b"\x01Ž¡õœ,qø·\x16ñ–»5Rô"
  b"\x01Ž¡õº¼p£‡>\x1CI²i\x18u"
  b"\x01Ž¡öJÑrĂ͟±a…>ò"
  b"\x01Ž¡öa>s˜„ž}rN)l\x0E"
  b"\x01Ž¡öðs9Š7~ú„Œt°"
  b"\x01Ž¡÷©Ërp½ÏÎÐÌ úR"
  b"\x01Ž¡÷À¦q8®“txW\v‘·"
  b"""
    \x01Ž¡÷íÿp¼ò`¿"\n
    ÒÊ
    """
  b"\x01Ž¡øC\x04rt”güך\r¦\x08"
  b"\x01Ž¡ø~¼s\tŽz\x04%Þ€zÛ"
  b"\x01Ž¡øªÚpVށN8®‘r¬"
  b"\x01Ž¡øãßrΜa\x1Aï€Üt¯"
  b"\x01Ž¡ù;-q§“\x13øø\t>}\n"
  b"\x01Ž¡ù}¾q⊴ìà„”\x05"
  b"\x01Ž¡ù¶Õq~Ÿ¬‘*\eé„!"
  b"\x01Ž¡û\x00sp§´G#\tl®¶\x11"
  b"\x01Ž¡û'ÛsÜ’\x05‘3&^Js"
  b"\x01Ž¡ûb\x7Frø³ÔJ\x11½\x1EqA"
  b"\x01Ž¡û~§rò¯¿*C\x14£™"
  b"\x01Ž¡û½~q™ˆå\x7Fv×:ä"
  b"\x01Ž¡ûè(s\x7F¡gÐVði\x1E\x01"
  b"\x01Ž¡ü\x0E~sŒ¯L \x18Õ]éA"
  b"\x01Ž¡üa=p\x14¶Qò\x07‘šWô"
  b"\x01Ž¡ü©²r½°Äƒû·Þ\x1Fs"
  b"\x01Ž¡üЋsÓº·IýjxcS"
  b"\x01Ž¡üí;rAºIþ3‡½£S"
  b"\x01Ž¡ý\x18\x16s\x7F¶.YˆY\x15\x06["
  b"\x01Ž¡ýNƒp?‹,päî¹¢b"
  b"\x01Ž¡ýŽ?s?ŽT£ÃwK¢ö"
  b"\x01Ž¡ý¡¹sº‰\róú\x07s\x1D\e"
  b"\x01Ž¡ýë\x04q\x1F“Ò<W¤AÆe"
  b"\x01Ž¡þ[¾p"¢\x06\x04‡—9\ec"
  b"\x01Ž¡þÛÉp,µ§`A\x14\x19yQ"
  b"\x01Ž¡ÿ"½q\x12ºË™üÅ òß"
  b"\x01Ž¡ÿž‚sQ”Ö«wÜoË "
  b"\x01Ž¡ÿÊÅq¢†,UHÚÚC\x1D"
  b"\x01Ž¢\x00\x06jsD¥™†á\x0FG\x00;"
  b"\x01Ž¢\x00@Mq÷›\x1F/A‚JOþ"
  b"\x01Ž¢\x00áŠpð«o*Þ=¥Ê£"
  b"\x01Ž¢\x02\ffrÿ€Æ±¬µ·Ç—"
  b"\x01Ž¢\x02"Ùsm½E\x10ƒÚ\x1D³"
  b"\x01Ž¢\x02¤s·€¯·ò:„¼s"
  b"\x01Ž¢\x02ÒÀp»ŽD7la6‹Ý"
  b"\x01Ž¢\x03\x05ErF ¤}\r’ÃÒt"
  b"\x01Ž¢\x03s)sä·§z‚,1Ñ="
  b"\x01Ž¢\x04êrq®6&ý\x16-\x13ð"
  b"\x01Ž¢\x04ö%p_«~E&jñ‡Æ"
  b"\x01Ž¢\x05\x0E\x14pÈ»z@naþÅZ"
  b"\x01Ž¢\x05ɾp¬Ñ_ˆ\x1F»µé"
  b"\x01Ž¢\x05îssˆŽQ]¿*x['"
  b"\x01Ž¢\x06\vìq\x12¢\x1E•‘î,t\x04"
  b"\x01Ž¢\x06MWr\x13º+\x05\x00X"+ø"
  b"\x01Ž¢\x06ç\x19rá«êšç*IÄK"
  b"\x01Ž¢\x07'Çp\rî6ú’¼L„"
  b"\x01Ž¢\x07bWr@§+¤oU\x07ˆ"
  b"\x01Ž¢\x07žëpU•ÖÇÓ\x7FÞÄ›"
  b"\x01Ž¢\x07ÃDr4½ÖAùS‰\x03"
  b"\x01Ž¢\x08­ÑrŽ‚»D"·˜\x14+"
  b"\x01Ž¢\x08ì™p3“å–ì\x10¶Gb"
  b"""
    \x01Ž¢\n
    \x01ip†´dŽ’ñÿf¦
    """
  b"""
    \x01Ž¢\n
    ©žpíž”e\x1Cö;\x07Â
    """
  b"""
    \x01Ž¢\n
    Óöq¹€˜Ø¿îxŸŒ
    """
  b"\x01Ž¢\v ár\v«@ à\x1F\t\x14²"
  b"\x01Ž¢\v\x7FrM‡8¦çe‹½i"
  b"\x01Ž¢\vý\x1Aré¤w…œñAˆ\x18"
  b"\x01Ž¢\f;Ëph˜fu[Æ\x1E\x06ö"
  b"\x01Ž¢\fd»r~‰UdÓne‹Ý"
  b"\x01Ž¢\fyÑpþ«[\x15\x00h.ÇØ"
  b"\x01Ž¢\rò€q‰L\x02_¸)\tØ"
  b"\x01Ž¢\x0E\x14îr²ƒÉŠò˜°‹\x1F"
  b"\x01Ž¢\x0E³\x19ri«e;\x07\x02Ç"
  b"\x01Ž¢\x0FL(s\x12¾EíõºÚN\x11"
  b"\x01Ž¢\x0Fæ\rp¬¥‘ò\x01Ê\x01dz"
  b"\x01Ž¢\x10Œ¶sp€Ë(÷#rÓn"
  b"\x01Ž¢\x10©\x04s\x17˜á:ìm¾)ý"
  b"\x01Ž¢\x11b‹qޝ6\x10-’‰Ê}"
  b"\x01Ž¢\x11xls‘¨®žQq*¥¶"
  b"\x01Ž¢\x11£jq@…K\x01IìƒŒ"
  b"\x01Ž¢\x12\x16£s\x11¾ˆÝr¹G\x16<"
  b"\x01Ž¢\x128\x17s‘”Hú¸\x1DæpN"
  b"\x01Ž¢\x12Ù‚rF\x16ÇXômõm"
  b"\x01Ž¢\x13™ˆpù¶SãîÒb\x15ù"
  b"\x01Ž¢\x14pÒp½"ÂŽµYÒ"
  b"\x01Ž¢\x15w\x03p]ºqGª?ZmR"
  b"\x01Ž¢\x15²7p\x18‡–,Ùÿ\x06ly"
  b"\x01Ž¢\x16±Zs2Œ$i‰ZŠ!\x06"
  b"\x01Ž¢3\x16ªr(Ž>)`\x18ÊŽ”"
  b"\x01Ž¢35¨sæ”\x06Ôg{\#\x1C"
  b"\x01Ž¢3Z™s(ª{çþu¥¼ú"
  b"\x01Ž¢3œ{sN»mÜnâs¥\x02"
  b"\x01Ž¢4\x1Aùpë¼|ké\x04÷6ý"
  b"\x01Ž¢4g\x08so‡û‡Ñšf6W"
  b"\x01Ž¢4Òÿs\x07­íP3\x04šÜ"
  b"\x01Ž¢5Ljrë§|\x1D\x1D‡ö.Ù"
  b"""
    \x01Ž¢6V¶q.¿ƒcúRõ\n
    \x08
    """
  b"\x01Ž¢7\x06âsA´Hø\x1A\x1C\r"
  b"\x01Ž¢77Ms·Œm¹5É\x11"
  b"\x01Ž¢7lGq”¼\tíçKÎì"
  b"""
    \x01Ž¢7ä²qcŠ\n
    ViyxJ
    """
  b"\x01Ž¢8Ò-rºT[·Ÿ÷+!"
  b"\x01Ž¢8ü%pQ‹˜\v(W¥ú"
  b"\x01Ž¢9£.r@¼l嫸\x15Û¡"
  b"\x01Ž¢:H®sV«>¹þÙ×\x1A¨"
  b"\x01Ž¢:¹øp\x16\x1D†¥ÍD\x08`"
  b"\x01Ž¢<!6pV‘:ØM7ã\x1F"
  b"\x01Ž¢<P‰r«£8\x0Eµ#’I"
  b"\x01Ž¢<Œ.sÒº68|Z=\fH"
  b"\x01Ž¢=\x1Clq¼õf\x17·Ãª\x17"
  b"\x01Ž¢=K?r*—\x18m\x14\x16àJ\x11"
  b"\x01Ž¢=è#rÕ€Ú\x10vhñˆb"
  b"\x01Ž¢>gèr°;-˜D3\x0E"
  b"\x01Ž¢>Ür$—ü\v¼÷®|#"
  b"\x01Ž¢>Âìp\r­"‚¬—ꟸ"
  b"\x01Ž¢?(br°°é:¢\x15琓"
  b"\x01Ž¢?L\fqɱ%Ø;æ9ø\x0E"
  b"\x01Ž¢?iks©¹m\x01n\eÁ\e"
  b"\x01Ž¢?·6s‹Žaè\x15gƒø¼"
  b"\x01Ž¢?Î'p\x06ŠÌqf\x03Ãéç"
  b"\x01Ž¢@\x1CpsŸ‚Cš¥“ààU"
  b"\x01Ž¢B˜ƒqš¿\x13æíÞ\x08µñ"
  b"\x01Ž¢BûÌqÊ™}óeÌRú¦"
  b"\x01Ž¢E51p³·¡\x04ï\x0F\x15ïH"
  b"\x01Ž¢Eb\x07p®¢\x04óó\x12ƒ–\x02"
  b"\x01Ž¢Eyšs¢ªí¾1ˆ…F¾"
  b"\x01Ž¢E•'s\x03ªs8’bdŸX"
  b"\x01Ž¢E±¥q'‹,ü\x04…šl*"
  b"\x01Ž¢EÒ›qî°6¬žò\f”³"
  b"\x01Ž¢F"Ùr~’vŸ^\x1DäëV"
  b"\x01Ž¢GA}q»€\x1CäzÂ(çÄ"
  b"\x01Ž¢G¹£p™©R\x05\x1FÏ=#]"
  b"\x01Ž¢GÝŠr9”ñÎ*çoEZ"
  b"\x01Ž¢Gõ#qö¥“µÙ(¨½"
  b"\x01Ž¢HB]qm¢òx¨?{\x0EB"
  b"\x01Ž¢ICrp\v§J\x05ø”ý÷ó"
  b"\x01Ž¢IŠâqi®=²ýäۏ¨"
  b"\x01Ž¢Iªàs\x15Œ|âöZ\vÔ¼"
  b"\x01Ž¢Iòvr©¯‹ç(./-b"
  b"\x01Ž¢J\x0EqrÁ‚þ\x0Eøé™|"
  b"\x01Ž¢JÞŠrÆ¿_"Ýù•N\x18"
  b"\x01Ž¢K\x11Ïs~˜HQmŸØèA"
  b"\x01Ž¢K8s/°h§Ò£‚Ø("
  b"\x01Ž¢K­&s|·q¤\x01žk–M"
  b"\x01Ž¢K΃q\frûx\x00\x7F¹“"
  b"\x01Ž¢Kô2p\x10ø”ä+\x07Úv"
  b"\x01Ž¢Loup¢ªÒå\v´\x12"
  b"\x01Ž¢L¡fq`Ÿ/FMsB~$"
  b"\x01Ž¢L¾Rpô”6:¥Œ±Ã\x03"
  b"\x01Ž¢M\x19Ás,¶\x1D¨u`ˆ\x06¸"
  b"\x01Ž¢M?ÿqZ±\x1DâÇ'x"
  b"\x01Ž¢MœfqöžÍR\x0FÖ=Žé"
  b"\x01Ž¢MÄÇq³±ÿ²ôi¨ìP"
  b"\x01Ž¢MÝ\tq\x17‘Y¡¦|ö)Á"
  b"\x01Ž¢MøLq•‰)0F°Ž™"
  b"\x01Ž¢N3£qä”ý°k@DlŽ"
  b"\x01Ž¢NJLqA¥óáIñ¥œ7"
  b"\x01Ž¢N\x7F\x18sʧQ\x18æ-*¶ð"
  b"\x01Ž¢N¶+s/›\x01é’/¿0þ"
  b"\x01Ž¢OS€rv¸µ\x01ûñ6ƒ\x12"
  b"\x01Ž¢O’ªqJ‹uÓø\x03ÄîŽ"
  b"\x01Ž¢O±9q(˜¶—\rŠÖGe"
  b"\x01Ž¢P\x08‘s\x1CŠ!¬­—Â\eô"
  b"\x01Ž¢P)…p3€ÞL¯¯\vÒ\x7F"
  b"\x01Ž¢PE…sŸ¿Û±D+\ “"
  b"\x01Ž¢Peup\f®\x11Ž\x02¡Ž7s"
  b"\x01Ž¢P\x01rv°€3 d½kÛ"
  b"\x01Ž¢P›psÔˆ\x1A¥\v­b5"
  b"\x01Ž¢Pãêp’–b5\x14YÞbŠ"
  b"\x01Ž¢QG$q†·­Íªœ¼£¶"
  b"\x01Ž¢QÎæs„=®³áj¢"
  b"\x01Ž¢RRàrÐ¥³UPŽ\v£2"
  b"\x01Ž¢Rä¸qóÇ\x11\x0E4\x1DŽa"
  b"\x01Ž¢SÀîr\x11¤\x18¸ñ!»wh"
  b"\x01Ž¢Sõ‡s\x10O·k¯G†"
  b"\x01Ž¢T\rÂp¼šµ\x07}\x1E\rÇÞ"
  b"\x01Ž¢T3Âr6˜gÚÙui?"
  b"\x01Ž¢TL[s\x1A™;w5½ö¥•"
  b"\x01Ž¢Ti°sP´.ü\x14ϼ\x08ç"
  b"\x01Ž¢TÅËp8”Š¥ñFÀ‚×"
  b"\x01Ž¢UYÙqŽ’R£ËG˜G\e"
  b"\x01Ž¢U†nq¨ÊÍë=ƒdü"
  b"\x01Ž¢Uà!r폁dG…k¢\x1F"
  b"\x01Ž¢Vt¹sççIX³Côç"
  b"\x01Ž¢VŽ­p}ŸñÃ\x1F\fÖ“H"
  b"""
    \x01Ž¢V¦öqÖ§jØ=w\n
    ¾÷
    """
  b"\x01Ž¢VÃ\x1Cr0»ËT\t9\x1E"
  b"\x01Ž¢VÝçs\x7F6\x00ûßYˆÁ"
  b"\x01Ž¢W%r\x16€=ëÚ\x19\rÍv"
  b"\x01Ž¢W_?qÅŸýkEf;\v"
  b"\x01Ž¢WuÓrĈ¡çJ*.¸©"
  b"\x01Ž¢Wùëq1ŒÔ ì`âþ”"
  b"\x01Ž¢X›¥r^ª2_jg\t’¤"
  b"\x01Ž¢Y$(r€~p¡ÀJpX"
  b"\x01Ž¢Y;nsž¾˜44\x14›¸ö"
  b"\x01Ž¢Y¥½pü¸\x11¬¡fVVè"
  b"\x01Ž¢Y½Ëq#ˆlÈÚ᝟7"
  b"\x01Ž¢YÕªp%¦ö!Õˆ$}Ä"
  b"\x01Ž¢Z<0r\x1C‡Î°Øc9G~"
  b"\x01Ž¢Zrãq#™Eb-­dÿ{"
  b"\x01Ž¢Z‹erô™7wAæ#±Á"
  b"\x01Ž¢Z·{r¾°\x10\x16k&Ýq"
  b"\x01Ž¢ZÛõq™§Çò˜ðiœä"
  b"\x01Ž¢Zøƒrô›…ãv95üÍ"
  b"\x01Ž¢[\x14Çp«¯$\x00p”KÉ"
  b"\x01Ž¢[bsq\x17•‡\fÈEß\x05«"
  b"\x01Ž¢[¢Üp$…½¯X\x01«ä:"
  b"\x01Ž¢[Εrº‡Â˜x\x0F—Ç÷"
  b"\x01Ž¢\\x18\x03ss³ýéÿGÎ\x14V"
  b"\x01Ž¢\Sæp„¨R,q•Ó~t"
  b"\x01Ž¢]<pp}‚Èã@ƒF\f\x12"
  b"\x01Ž¢]h¿r\x11‰b`‚–W_¡"
  b"\x01Ž¢]„Ër‡¢Æë\rݽ‡º"
  b"\x01Ž¢]¤roŸ×¦$—“#"
  b"\x01Ž¢]ÄDpˆ±Ä12ü±>‚"
  b"\x01Ž¢]ñóq§‘“\x10WŸìX="
  b"\x01Ž¢^\x0E/p¾=Ø‘.&Íj"
  b"\x01Ž¢^+GpR«œrà\x14c©&"
  b"\x01Ž¢^Rßs¯’†\x18|++<™"
  b"\x01Ž¢^ýsDƒ¾ÖÂú‘\r\x1A"
  b"\x01Ž¢^Ü?sòŸ›Û)ùƒˆ\r"
  b"\x01Ž¢_)NqÓ¯5‡\_òDn"
  b"\x01Ž¢_ª‡q¤Žizï^0ù"
  b"\x01Ž¢_Àšq¸’êPÅÔ\x7F\x1F\x04"
  b"\x01Ž¢_ÿŠp4АÍÌê\x03Ò©"
  b"\x01Ž¢`:up†®é\x7F+Üh-Ö"
  b"\x01Ž¢`ÉÙqü­ÛÀŒ¿Ûc“"
  b"\x01Ž¢cˆVqC\x00\x15ì<‰Ý\x1E"
  b"\x01Ž¢c²¶sɹ²öS?Í?´"
  b"\x01Ž¢d[Šsá¶ê\x1FH7r§"
  b"\x01Ž¢dt\x7FpqºB8^¢Xv-"
  b"\x01Ž¢fIÝri¾‚9f\x1AD†ü"
  b"\x01Ž¢fsóq[¶á&\x1E\x02`•Ð"
  b"\x01Ž¢f‘Hqǝ+oÆô\x13©I"
  b"\x01Ž¢fÊÓrE»ìÁ\x06\x00\x02"
  b"\x01Ž¢g;CsØŒyBgXj„@"
  b"\x01Ž¢ga‘pŠ‘Ž\x1DÚÈH-Ô"
  b"\x01Ž¢gÈÏswœý(O°\x10@"
  b"\x01Ž¢h\x04ar®Ÿ’ÀåŽA \x05"
  b"\x01Ž¢h"nr$•©Û^rM¨8"
  b"\x01Ž¢h|BsšŸ|yüïåÂ"
  b"\x01Ž¢i.\x1Fq\x1C°Qºi>ñ\f©"
  b"\x01Ž¢ieÕqÕªÓ\x07§¢Ùû"
  b"""
    \x01Ž¢i‘ipR \n
    \x13OG1ß)
    """
  b"\x01Ž¢j)Ÿrñ·b\x15¯dǺâ"
  b"\x01Ž¢jÒr¦†‚áUŸ½õ\x18"
  b"\x01Ž¢k\x01™r.±(€›Ï\x1FŠ"
  b"\x01Ž¢k#Úp瀺z›wÐÇ­"
  b"\x01Ž¢kFóp2Še¾gÃL\x16½"
  b"\x01Ž¢k‹‚p®®Eç\rÃ`¥ü"
  b"\x01Ž¢k¥órlŸEá,ëmjÞ"
  b"\x01Ž¢kí8r#§—\x10_µñÅç"
  b"\x01Ž¢l-–s\eŠ4~oUÿÖ\x15"
  b"\x01Ž¢lFBrR³[(‘×v`P"
  b"\x01Ž¢lbèpȳÂ%AnUÃì"
  b"\x01Ž¢l«þrÕ§w+ ªi•3"
  b"\x01Ž¢m\x15\x03q¢´w§\ÑÑÌ®"
  b"\x01Ž¢m.?q·¤ŒFÊ]Uw."
  b"\x01Ž¢mQárE¡ðt\x17>t§Í"
  b"\x01Ž¢má§pÚ¢ÂÙÜåŽß\e"
  b"\x01Ž¢n\x05Àp\x06²BjðCU-î"
  b"\x01Ž¢n#\x05pܪ„óÞ(1Õ\e"
  b"\x01Ž¢nOos<§+åBÖ\©R"
  b"\x01Ž¢nœ\x02rò‹š,\x1D\x7Fƒë\x07"
  b"\x01Ž¢o\x05­s\x1Aš'°ŽP\\x13\x10"
  b"\x01Ž¢o\x1F\x1Es6„j_Û긼J"
  b"\x01Ž¢oV$pÓ¿øµÕÔ›¶Ý"
  b"\x01Ž¢oþÏq›ƒ{çÌÙ)Ëâ"
  b"\x01Ž¢p pqÛ§0d\x1FE±Š£"
  b"\x01Ž¢p>-rò±\x02\x06\x082å»ñ"
  b"\x01Ž¢pcpâ‹äÄ{`\x10È\x03"
  b"\x01Ž¢p|DrŸ’ÙסDÍuy"
  b"\x01Ž¢p«Œq(‰.·!µ\\x06Ü"
  b"\x01Ž¢pãþpQ†•›Nðÿ\x0F½"
  b"\x01Ž¢q\x0Eép¥Âšô\vðá—"
  b"\x01Ž¢q2¢r“»\x1C\x18€vWÚk"
  b"\x01Ž¢qq1q‰¾\x17$‡ÓšÌw"
  b"\x01Ž¢q—îs*“«\v\x116\x00¾\x0E"
  b"\x01Ž¢qáËrË™Æ\x18%Æ…é{"
  b"\x01Ž¢r\x02ms¾—\x17xú¾ø- "
  b"\x01Ž¢revpÑ¢uhÚU\x18C>"
  b"\x01Ž¢r§‚r;ªºHÃKS“6"
  b"\x01Ž¢rï›p\x02˜–©ÔÓ\x0E"
  b"\x01Ž¢s!¶rQ©”á:\x12îű"
  b"\x01Ž¢sk{pç­‡£\x1D¶C(5"
  b"\x01Ž¢sŽÕq\x00©\˜á\x01«ÑR"
  b"\x01Ž¢s¿s6š|8¼\x08ñ\x0Eù"
  b"\x01Ž¢så€q™¤Ýôö3in"
  b"\x01Ž¢t\x15ÆqL€\r\x08÷\x15´?4"
  b"\x01Ž¢t.ís>€Jè¹ ’'"
  b"\x01Ž¢tU÷qß¹·ˆ–”–\x13z"
  b"\x01Ž¢tyÛrë»\x7F |TÔ—ä"
  b"\x01Ž¢t¡\x05p:Ÿé®$ Ž›Š"
  b"\x01Ž¢tØ/qg³\x19\x15¯ä,ÖR"
  b"\x01Ž¢u\x1Cæsñˆáê½PGÀ›"
  b"\x01Ž¢ui\rr\x13šî^ÎÙ\x1A"
  b"\x01Ž¢u´ÁsT›„²"SŽ©©"
  b"\x01Ž¢uÕ'pE²x5:\x12µrT"
  b"\x01Ž¢v\x14Op\x01¢Rˆö¹2Ò‘"
  b"\x01Ž¢v‚¿s—ƒ¿®È ÏÞ\x16"
  b"\x01Ž¢v³\x1Fs4Š‹`A>PG\x10"
  b"\x01Ž¢vù<q¦¢ÉI$r\x14"
  b"\x01Ž¢w\x1D%ry•9’r†$\x05ˆ"
  b"\x01Ž¢wV\x15rv§\x00h°G\x1F§9"
  b"\x01Ž¢wŒÞpí¬¾Xø ÓO‘"
  b"""
    \x01Ž¢w²rqbœMÛSw\n
    È.
    """
  b"\x01Ž¢wãÜq¢£O’ò›Ô÷"
  b"\x01Ž¢x\x1Cˆs⌁óU\x1DÛL\x1E"
  b"\x01Ž¢x<\x16r\x04§\r\x06á½™Qœ"
  b"\x01Ž¢xŽós4ŠÉ­ƒ‘>(á"
  b"""
    \x01Ž¢xÇ'ruŽP\x134\n
    \x18
    """
  b"\x01Ž¢xêOr[Eh\x04\tÌ_s"
  b"\x01Ž¢y&Zqmª·\x04åá;+\x00"
  b"\x01Ž¢yJÝr?¥ÓÅý+lF\e"
  b"\x01Ž¢yzQqÍ®\eô\x7FùT«T"
  b"\x01Ž¢ypp\x04¤^Ó5hÿjf"
  b"\x01Ž¢z\fØst³\x1F™o§„BŸ"
  b"\x01Ž¢zOÅsߢ.–Z\x1DwŒõ"
  b"\x01Ž¢zqŸs²²y8ö’\x18"
  b"\x01Ž¢{]%q«P@Bq­áÇ"
  b"\x01Ž¢{~\x06r±£­-\rÔ‚‚Ž"
  b"\x01Ž¢{—æp\x17±£Û\x1A\x1A*\x00"
  b"\x01Ž¢{ä˜rڏ&n,\t{\x0Eì"
  b"\x01Ž¢|5r>¡Ã0\x0F8ÒX\x15"
  b"\x01Ž¢|@sÚˆNŽÝ\x12L_p"
  b"\x01Ž¢|ù\x7Frœ’û‚\x17’Õ·^"
  b"\x01Ž¢}Dðqþ¬Û5œÛ1b‘"
  b"\x01Ž¢}È\x15qô¡±À\x0E•þÏÄ"
  b"\x01Ž¢~XòpJ­Tµë<º g"
  b"\x01Ž¢~¬\x17rù…´\x06îO6¿&"
  b"\x01Ž¢~Æ\x15s©§§nMäâ”<"
  b"\x01Ž¢\x7FFŽrÔ«\tÑc4±F "
  b"\x01Ž¢€fMs3žÅ»\x14>¢áE"
  b"\x01Ž¢h%pߝ‚<1\v\x15H'"
  b"\x01Ž¢°\x14r\x18›*\x19x\x18h\x00R"
  b"\x01Ž¢‚2_qu‚²Ž\rÓ‹ÒC"
  b"\x01Ž¢‚¿’r\ Ò”•7™«»"
  b"\x01Ž¢ƒæ¼q7†rDøµTFH"
  b"\x01Ž¢„\x05ôsš¿\tF/–ìsc"
  b"\x01Ž¢„%_pè¶Ñ0‰]\r;—"
  b"\x01Ž¢„BÓp]œ\x05¯\f•vÔ\t"
  b"\x01Ž¢„\¯q ³aÿ™0¦\x18P"
  b"\x01Ž¢„ë\x06p%Ž~\x13,±‘fœ"
  b"\x01Ž¢…7ÂqŒšÞذ(8±Î"
  b"\x01Ž¢…Lls\x0Fƒ\x07J;0´¾5"
  b"\x01Ž¢…a¿qËŽÅ<\x03\x1D\x16Úó"
  b"\x01Ž¢…¾”sö¢ý?±¨¯ºë"
  b"\x01Ž¢…Ýüs™¤E…õd}Z"
  b"\x01Ž¢†6ip\x1A\x1F4žw<_¾"
  b"\x01Ž¢†–Zq™–\x063ÕÎëxz"
  b"""
    \x01Ž¢ˆ=\n
    q\vƒó\x1C\x15ò(Ó¦
    """
  b"\x01Ž¢‰·;svŒ\eLtnÀ×["
  b"\x01Ž¢Š+’q„¢žG榋cm"
  b"\x01Ž¢‹hop0„Þ’p˜Åñ_"
  b"\x01Ž¢‹Ž‚pw¥8ÞF—Ê\x01B"
  b"\x01Ž¢Œ"\ep‹³å\1̼\x04D"
  b"\x01Ž¢Œ·°rË»-!\x05ø¦´G"
  b"\x01Ž¢Ž÷>q@‡Í>UŽ…lN"
  b"\x01Ž¢ŽMòs÷°Ò@µ|\x04\x12"
  b"\x01Ž¢ŽiÅqežñpaöo¿"
  b"\x01ޢސ"p“˜«'áW§Yì"
  b"\x01ޢޮ[r,ª‘Ù:"
  b"\x01Ž¢ŽÑmr¦‰é¬"ÙDgŽ"
  b"\x01Ž¢š]rã¼\x113N¢3×"
  b"\x01Ž¢ûbq„¸Ý•š\x16ò³Ä"
  b"\x01Ž¢)×p\x02Ÿ9D08ßóá"
  b"\x01Ž¢O£q\x11³\x02\x0EsS9ÿ"
  b"\x01Ž¢†¨q$¤Û;ä«X\x17l"
  b"\x01Ž¢¢vr¹3\x13ËEbl+"
  b"\x01Ž¢‘K\x01qú€¼aÓ§y²É"
  b"\x01Ž¢‘Š©qW‡Ô_=ú0\x13¨"
  b"\x01Ž¢“\5pš®xIüe–ÚÉ"
  b"\x01Ž¢“ŒþpO¤…ìq%»\x18T"
  b"\x01Ž¢“µôp!˜\x1D\t†Ÿ éÏ"
  b"\x01Ž¢“ܱs\x19ˆ2úm\x01šK"
  b"\x01Ž¢”\x03\x04qP“¨¦/4ãǹ"
  b"\x01Ž¢”7{r\x17ªè\eÅ\x0FY|2"
  b"\x01Ž¢”\°pF·\x1A\x0EÈÊ$±;"
  b"\x01Ž¢”²ªq¿‚ÇÌ[ÂB¹B"
  b"\x01Ž¢•2`rq—(õ\x10‚‹¨\x10"
  b"\x01Ž¢•LÊs\x1Fº\x05ãLÁæîô"
  b"\x01Ž¢•¤yq\x07–½~»´U?S"
  b"\x01Ž¢•Å¥pø¦í‘t;‰\x02¹"
  b"\x01Ž¢–níq\x7F¦Pŧ¡½y\x1F"
  b"\x01Ž¢–“Åps’2$«ž§"Ñ"
  b"\x01Ž¢–Ëqs§«Tw½Í-2"
  b"\x01Ž¢–ÿ¦sÝ´ä°\x03î*„÷"
  b"""
    \x01Ž¢—IHrÌž¼\n
    \x10íp7Ö
    """
  b"\x01Ž¢—¦rŒ¯De²¶È"
  b"""
    \x01Ž¢—Ñvsö”÷\rÑ\f3\n
    ?
    """
  b"\x01Ž¢˜\x12\x1Cq\f­ðåûK\x10»ñ"
  b"\x01Ž¢˜{Öq\x10µZõ,W?´¯"
  b"\x01Ž¢˜Ùrp勳r\x7F~H£ö"
  b"\x01Ž¢™\x12Ær˜éÕŽ¿®j\x12"
  b"\x01Ž¢™w\eq  ²ÙÈlÈÏ\e"
  b"\x01Ž¢›ø\x13qƒ#Pc+ß\x03\n"
  b"\x01Ž¢œ\x124rš¹Œ\x042ú¾_†"
  b"\x01Ž¢œZ´s\f…I÷‰j®ê¼"
  b"\x01Ž¢œŸˆr/§nÑN’\x14‹c"
  b"\x01Ž¢œÅCr-¶Ž½,K]E\x19"
  b"\x01Ž¢\x07Ërƪâ~ÆíÙÜL"
  b"\x01Ž¢ž\x11wr6ž{©ù=Ùh°"
  b"\x01Ž¢ž‡.r\x1A»ÔÏÂlÛL"
  b"\x01Ž¢ž§hp\tµ½m¶\x7FA>\x0E"
  b"\x01Ž¢ŸSRqc„Ô\x00tÙá±;"
  b"\x01Ž¢Ÿ¿Yp™ˆl§îº\x02Ez"
  b"\x01Ž¢Ÿèªs1¢üo[˜F3€"
  b"\x01Ž¢ \x12øsÁ…:\x01c \x02JW"
  b"\x01Ž¢ £Eq\v„ÝÒ¦Ê>û'"
  b"\x01Ž¢ ¾qs“Ÿ\x1FÕtn\x0EðË"
  b"\x01Ž¢¡\x18†pß…TÃL›Õ\x19ù"
  b"\x01Ž¢¡F~r\x12ž-iÚäßqY"
  b"\x01Ž¢¡«:r­«Æ~\x00\x11ÉÔ\x1F"
  b"\x01Ž¢¡Î°pà°¶ðÒ`!vG"
  b"\x01Ž¢¢\x06Çrņ¿}H¼_YÊ"
  b"\x01Ž¢¢œªrV'ù(˜¸³ì"
  b"\x01Ž¢¢À%r@„\f¸þH}cŠ"
  b"""
    \x01Ž¢£g q¨Œ;âs\n
    ID»
    """
  b"\x01Ž¢£Ä\x1Dp{”¶Œ‘FæO"
  b"\x01Ž¢¤Ž°rm¯×„'¾”2!"
  b"\x01Ž¢¥}ªp\x7F¸gQ}ü\x00Çq"
  b"\x01Ž¢¥ãœp\x02«\x00\x1F\x07\x12¿"
  b"\x01Ž¢¦\x1E0r4—Ň5Ÿâȁ"
  b"\x01Ž¢¦¾:pžƒ\x15F\x10NÔnš"
  b"\x01Ž¢¦ß§q‡žý|gu\x06"
  b"\x01Ž¢§"±sò‹È©?\x1A,?z"
  b"\x01Ž¢§º]r'¶Ú%dh>ö"
  b"\x01Ž¢§öäsMªâ2𐱡ƒ"
  b"\x01Ž¢¨\e)s›·~X5l\x07Þ"
  b"\x01Ž¢¨J\x01ré”)A—\t%‘Ä"
  b"\x01Ž¢¨×\x15pè¾wã5XÊ\e-"
  b"\x01Ž¢¨óæq\x1AžrV ÒË\x7FU"
  b"\x01Ž¢©!\x10qûšÇpqÙXÊz"
  b"\x01Ž¢©>rg˜ö¡ª³f¥"
  b"\x01Ž¢©„ïsù‡»½\x11W½qÒ"
  b"\x01Ž¢©é#s)¸îUš\x15Pj."
  b"\x01Ž¢ª®ûq\x1C†U<}{ñ\x17v"
  b"\x01Ž¢«\x17\tp/ž´Œ\r¢\x07\x1CS"
  b"\x01Ž¢«>‹sã½ÐF\x06Õ\x1FÖ4"
  b"\x01Ž¢«ª0s9\x05k\x19ªò\v5"
  b"\x01Ž¢«Ëtp\x10½y\x1C\x06\r"
  b"\x01Ž¢¬1Sq £\x11ú(x{¢Ï"
  b"\x01Ž¢¬VJsd«ŠBÿ\x01}uÉ"
  b"\x01Ž¢­B¬s¶ åäF\x04¼\x07%"
  b"\x01Ž¢­xUs«žøïÔÕ.\x15ñ"
  b"\x01Ž¢®ä\x11pI»a2Þœ\x05—"
  b"\x01Ž¢¯\x00Ås¿€HP\x16ÌŽ­"
  b"\x01Ž¢¯†&qz½Ø4ç<Hïß"
  b"\x01Ž¢¯Ìtp\x07«_üÿK\x00ël"
  b"\x01Ž¢¯øÿr\x11‘º`ü nÅe"
  b"\x01Ž¢°"ïrb’§Æ!cf&J"
  b"\x01Ž¢°_€pÀ¢…\t\eã`""
  b"\x01Ž¢°—·q<»ƒ\x01!\x00<V."
  b"\x01Ž¢±-hp8¶’AøŒ\x16æ;"
  b"\x01Ž¢±†\x1Ds°¡…‡ë‚\x0E"
  b"\x01Ž¢±û…s}ªKK¿PbHN"
  b"\x01Ž¢²æ)q@Ÿ¼Ø\x1Eùÿ*ð"
  b"\x01Ž¢³u,sŒ¿ë\x05\x06?Ë×\x14"
  b"""
    \x01Ž¢³Á¾p\x1F°0\n
    ³aIlá
    """
  b"\x01Ž¢´MÞq?£zR6LgÑY"
  b"\x01Ž¢´˜\x12pE³åƒÇŽ\esU"
  b"\x01Ž¢µnfqá–hºÒ\x06ü\x0FÅ"
  b"\x01Ž¢µ“Çp|-t\x10Ž/d"
  b"\x01Ž¢µ²qR„Æ÷\x07žÀÀ"
  b"\x01Ž¢¶Ô›q\x00Ÿåá\x04W¨"
  b"\x01Ž¢·I:påž®á\x19\x10HG¦"
  b"\x01Ž¢·o(r›³†ðñì\t°Y"
  b"\x01Ž¢¸O›pÿ‘B\x16Ý\x1AH~1"
  b"\x01Ž¢¸ŠŠpϯJœt\x17u7p"
  b"\x01Ž¢¹o]pï­\r\x1E\x1FÄDKÜ"
  b"\x01Ž¢¹µƒq¶­‚.…!ËÃõ"
  b"\x01Ž¢¹ø~s2¦jèÔ蜜U"
  b"\x01Ž¢º%Pp;Ÿ|,G\x15¸’â"
  b"\x01Ž¢ºSÀr&œ4N¾7¬\x18"
  b"\x01Ž¢ºr#që³) …n¦¤â"
  b"\x01Ž¢ºÌ5q¡µYD\x0F²z58"
  b"\x01Ž¢ºö«rž¯Ã¼ÉúµÂ§"
  b"\x01Ž¢»ór¯†´ê­º‘B"
  b"\x01Ž¢»Àìsj¨ß.\x1E»\v~\x1E"
  b"\x01Ž¢»ä™s<Œ\x7F°dSÛ"
  b"\x01Ž¢¼!•qi¶N2ÖÉs\tD"
  b"\x01Ž¢¼Z†q+·°Ò‘.µé\x02"
  b"\x01Ž¢¼“©sü¸l\x01þ¼Oaó"
  b"\x01Ž¢¼³\x01qÁ®\es‡âéGÌ"
  b"\x01Ž¢¼ÐÃq`¤»\x06¹2ùþî"
  b"\x01Ž¢½\x1D^rÓ¡Ý­0‰–~H"
  b"\x01Ž¢½@+p\x1D¾6Kê€"
  b"\x01Ž¢½l…râ—Ì\x18A§ô¡f"
  b"\x01Ž¢½·2q7©\r#ÂpÝFõ"
  b"\x01Ž¢½Ùóqä™8\x1E´ŸœÊ"
  b"\x01Ž¢½úˆs··\x10›ù¹U"
  b"\x01Ž¢¾\x17êr\v¹<·EIw¦"
  b"\x01Ž¢¾MùsN’œ§Ú„\fõ×"
  b"\x01Ž¢¾Ý\x1Csä›ï:Â{—Žà"
  b"\x01Ž¢¿kšr郫\tB\x03¼ÚÂ"
  b"\x01Ž¢À\x13ÈspŒjFÕW@\x1E\x08"
  b"\x01Ž¢ÀQ\x11r\x11ž2¡\e­Áïp"
  b"\x01Ž¢Àˆ¢rW½\fHWp{ÐŽ"
  b"\x01Ž¢ÀÑ\es\x1C¦)¯{Â&åD"
  b"\x01Ž¢Á[\ereƒÁcè\x13Á8\x0F"
  b"\x01Ž¢Á´\x19qP©°™:\x7FÖJÐ"
  b"\x01Ž¢ÁÞ«q\x19©\x1Aø\x06²”dØ"
  b"\x01Ž¢Â>\x14r7®:\x1ALý´h\x1F"
  b"""
    \x01Ž¢Â^\n
    q^¦\x13\x176‡\f¶š
    """
  b"\x01Ž¢Âøsœ­Q’¨\x01çp9"
  b"\x01Ž¢Ã9Pr´ˆ¾"'Ñdø"
  b"\x01Ž¢Ãzrs‹ƒ—\x14c<öVù"
  b"\x01Ž¢Ã¹²p\x19¯GL1¡g¬ä"
  b"\x01ޢĐ›s\x05´\x06ÆLßj¯/"
  b"\x01Ž¢ÄÁ\rsF³±;_hÚ’æ"
  b"\x01Ž¢Ääªp™¼Þ¡\x11ÁR]ã"
  b"\x01Ž¢ÅGHsË•\tÔ >’`y"
  b"\x01Ž¢Æ8Üq\x1A‚_ïôüLÖ¸"
  b"\x01Ž¢Ç4°s\f¨÷Jï­\x11rN"
  b"\x01Ž¢ÇÐDrk’oãà\x1Aÿ\x12\x11"
  b"\x01Ž¢È:\x0Fr³Ž\rðê\x1C‡`)"
  b"\x01Ž¢È­ñpè¦J\x17\e\¾{\x1C"
  b"\x01Ž¢ÈÓàs5œ\x08Ù¨¦Š\x1D¬"
  b"\x01Ž¢Ék:rŽ´©-zàé@¶"
  b"\x01ޢɾeqx‡/;~Ÿpæ "
  b"\x01Ž¢Ê•ßrÚ’Ç•™fÐO"
  b"\x01Ž¢ÊÔ\x19só/ì¢Ò%y¡"
  b"\x01Ž¢Ê÷\x10p\x08¡\x10³ÓCä3•"
  b"\x01Ž¢Ëi%qŽ™â~¬p·Ub"
  b"\x01Ž¢Ì#LqjªTM\tUåÉ~"
  b"\x01Ž¢Ì›”sæ—ç,Ü0{ï\e"
  b"\x01Ž¢Ìç\x18pgƒ"¥$ªÇf’"
  b"""
    \x01Ž¢Í\n
    ÐqÄ¢tZ2\x1F
    """
  b"\x01Ž¢ÍM#s›¥û‡²é\x13ÓŸ"
  b"\x01Ž¢Î+ms\x1E\x12Ä(iTwJ"
  b"\x01Ž¢ÏÞ}q\x14¥\x14\x12¤¶TÔð"
  b"\x01Ž¢Ð&dr«¨±·\x18Ú@NÚ"
  b"\x01Ž¢ÐC\x02q?ŽÉjî»\x12¼è"
  b"\x01Ž¢Ðy0p+“ûYã5»¥$"
  b"\x01Ž¢Ñ\x0E~po’.&°ÃrpV"
  b"\x01Ž¢ÑeµpP¸YAÿÛ±3"
  b"\x01Ž¢Ñžöst¹Ã½ ™(µç"
  b"\x01Ž¢ÑÍ»p>‹ˆ%™¯\x11´Ï"
  b"\x01Ž¢Ò’Ýrã‹,%s› \x1AA"
  b"\x01Ž¢Ò¹fp\x06§e7"\x10FG\x01"
  b"\x01Ž¢Ó)IqЀ#ý\x0EæPٝ"
  b"""
    \x01Ž¢ÓÜysލ\x1D\n
    ÂI·Ÿ™
    """
  b"\x01Ž¢Ô\v¼q"­ÇÐQw’b\x0F"
  b"\x01Ž¢Ô/›qô‚K‡I¢¥ê"
  b"\x01Ž¢Ô—\x16sh—¸µ\x16\x13Cçh"
  b"\x01Ž¢Ô½\x03ræ–·ýM£„×y"
  b"\x01Ž¢ÔåHrœ»\x04ûv'\e¼—"
  b"\x01Ž¢Ôþ]rÐ¨ÈÆ«èc\x0Eì"
  b"\x01Ž¢Õ"€p\x00…±R\r^9ð‘"
  b"\x01Ž¢Õ~>q›«@0\x00ÀŽ¥1"
  b"\x01Ž¢Ö\fàp„‡\x08?\x07TOÃî"
  b"\x01Ž¢×\x1CTraˆñb\x15Ï$\x07"
  b"\x01Ž¢×\”rꚈD¢5€_½"
  b"\x01Ž¢Ø\x02!qð¬|j\x16“/Üh"
  b"\x01Ž¢Ø!ÒrY‚Û"\x7Fcýß\e"
  b"\x01Ž¢Øe%q®¤\x05\x03\x14¹Q$0"
  b"\x01Ž¢Ø£\x1Ep¶šjé=Pͬþ"
  b"\x01Ž¢ÙDÝr‚£sQÝÕ²íX"
  b"\x01Ž¢Ù Ir%µ\x7Fdu\x18HJ1"
  b"\x01Ž¢Úá\x11r\x0E—·,ô\ö>-"
  b"\x01Ž¢ÛÂÅrÛ†\x12íL¦n|]"
  b"\x01Ž¢Ü\x14¯sQ—qü„¶¡aI"
  b"\x01Ž¢Ü9«so®ÙÔÂáU‘B"
  b"\x01Ž¢ÜkÌp\x0F»\t\x06Ú"
  b"\x01Ž¢ÜȳsÖ–úS½Ž=ûõ"
  b"\x01Ž¢Üó¡s½³U7•CéG\e"
  b"\x01Ž¢Ý<€pž¾\x112±î¬t"
  b"\x01Ž¢Ý•èpk¨UˆP›ëŽ?"
  b"\x01Ž¢Þ<…qA‹±6Jô:d\x1A"
  b"\x01Ž¢ÞgárºŽ¨K¢\x14\x15}g"
  b"\x01Ž¢ÞŸOr¥•\x0EåQ\x07»Ð/"
  b"\x01Ž¢ÞÅ\x12qè¿ÏÏ\x03itŒ}"
  b"\x01Ž¢Þþrp¶¸û¶ôM\x11\x1F"
  b"""
    \x01Ž¢ß%pp&½În‚ù¤\n
    Û
    """
  b"\x01Ž¢ßE÷p\x13šG^mËR7@"
  b"\x01Ž¢ßqápžŽååae\x0Ež"
  b"\x01Ž¢ßgpÄ‚ì·\x18l3½ë"
  b"\x01Ž¢ßÉ¡q4•ÄAm÷¬H†"
  b"\x01Ž¢ßìÂrW¨\x1E£‹:\x1A…K"
  b"\x01Ž¢à\x0FIs¶¡Ï˜;•9Çn"
  b"\x01Ž¢à/Urëµ\x1FIžNK\x14©"
  b"\x01Ž¢à qk±líÜü,€x"
  b"\x01Ž¢àñ^rÛ±Eä/›˜Îa"
  b"\x01Ž¢á\x14<rHŠFŽ>‡¡È"
  b"\x01Ž¢á£ìr ¿ Ú…\x0E6ëŽ"
  b"\x01Ž¢áʯsp•\v흷²WØ"
  b"\x01Ž¢â/Æpf£wjÕ\x04\x1A\x0E"
  b"\x01Ž¢â‚ûpí»Æ?™ÿ\x03Æô"
  b"\x01Ž¢ãr(só‰—””\x100Îö"
  b"\x01Ž¢ã’Pq\x0E‹¤Ö½É›ø"
  b"\x01Ž¢ãÆÁqœ¥¯UéùC»Y"
  b"\x01Ž¢ä\x07©r/ŒkÓUlj\x18m"
  b"\x01Ž¢å(\x02qÁ¡«ëþàÜj…"
  b"\x01Ž¢åºóqÜ‹´‹jþa‚¹"
  b"\x01Ž¢åðzr\£ÛEÏ?"Út"
  b"\x01Ž¢æ$…r¡¢L¬¶¥/Á"
  b"\x01Ž¢æ[‰pú–.ôåö·Ò"
  b"\x01Ž¢æ°Isg§¶ñKdB¶ "
  b"\x01Ž¢çÜÖpH§P\x0FÍ…ƒå­"
  b"\x01Ž¢èG\x08rQ’L1j¥\x15B8"
  b"\x01Ž¢énêq\x19„/³÷Œ<Ô+"
  b"\x01ޢ鍯p†¢A`óú‘‹&"
  b"\x01Ž¢ê‹‰q;³šŸ˜•2 ¶"
  b"\x01Ž¢êïwq…ˆ\x00ü¾I,\x06="
  b"\x01Ž¢ëH\x02r¦‘½UE]¾~\x1A"
  b"\x01Ž¢ë}­p{ŸÄÀ\x07a^¬¬"
  b"\x01Ž¢ëüpž¥7zX©‰¨‰"
  b"\x01Ž¢ì4Âq3•|j¸Ø\x0E"
  b"\x01Ž¢í\x11 p¸®\x0FR@Ê,‡;"
  b"\x01Ž¢íI¬sL½PI'Ö@)»"
  b"\x01Ž¢îcŽp×–žq€’™”C"
  b"\x01Ž¢î™ŸsXºC\x0E¹ÂEÖä"
  b"\x01Ž¢îÕÄqo½>j9\x7FKBå"
  b"\x01Ž¢ï\x0EÞp^Œ=å\x02¼=Óü"
  b"\x01Ž¢ïK\x1Cq0·@öÀ\x04\x1Eþî"
  b"\x01Ž¢ïyÛqh®ƒ´h™'\x14G"
  b"\x01Ž¢ð\eˆq„‰¼ŒèM\e»x"
  b"\x01Ž¢ðT\x13qz…þAÐåªÜÙ"
  b"\x01Ž¢ðŠTq½†Ä\x02…àü§\x1D"
  b"\x01Ž¢ü–\x19r@¡ä$iO«X¡"
  b"\x01Ž¢üäŸr-ŸÉ\x1Fø+OWß"
  b"""
    \x01Ž¢ýŸ’s“š\n
    ¹b"ñº>
    """
  b"\x01Ž¢þÐ\x04rt€ŸÐO5¾¤õ"
  b"\x01Ž¢ÿ\x02—rô™#‡²¤sg¡"
  b"\x01Ž¢ÿ;Áq傌îaDüÅÉ"
  b"\x01Ž¢ÿhÚqr„RŒM\x1FX|‘"
  b"\x01Ž¢ÿ²àq\e°ùÔpa“T^"
  b"\x01Ž£\x00؉s.€žšÓ÷w\n"
  b"\x01Ž£\x01€Pp›‹x7\x0Fqskõ"
  b"\x01Ž£\x02:ÔrÚ¤öS°eà\x19"
  b"\x01Ž£\x02oðqe¶-6î¬N\t?"
  b"\x01Ž£\x02‹apû­@79ca8¢"
  b"\x01Ž£\x02ù\x12qÿ¬»•ñ³Yã "
  b"\x01Ž£\x03:+s¾˜S¾\x1D\x04&FŽ"
  b"\x01Ž£\x05u5pDª†ÚÕº1á›"
  b"\x01Ž£\x06\x16Øs–¢•\x0FŽoL£\x19"
  b"\x01Ž£\x068&rz§Œ)r{Ùò "
  b"\x01Ž£\x07JÔppŠÌ¾\x04LN\x1Em"
  b"\x01Ž£\x07tIqg¡œ“9MÛ¾\x03"
  b"\x01Ž£\x07¬‡se¡è|V¥›J\x0E"
  b"\x01Ž£\x07ïrc³Ê\x03…öWu‹"
  b"\x01Ž£\x08oŸsp‹A\x16¸=ûA$"
  b"\x01Ž£\x08Þ³pr“4…\x1CLZçg"
  b"\x01Ž£\t\x01Apk—£ÌE·\x13C"
  b"\x01Ž£\tJèr²žÍúý¢}H…"
  b"\x01Ž£\tpsø¤#'H]£S|"
  b"""
    \x01Ž£\n
    \x08p\x0F–âi\n
    ¼*þ\x01
    """
  b"\x01Ž£\r;ŽqK…Sñª5\x7Fáº"
  b"\x01Ž£\riupÆŽK\x14”ü\x08¤"
  b"\x01Ž£\x0FHzrY²[±¯\x18%ê¢"
  b"\x01Ž£\x0Fx5q\x1AŠ:@_wXO|"
  b"\x01Ž£\x0F²|p@Œ­Çb\x06"
  b"\x01Ž£\x107Çp­§P\x1CÎ?&:í"
  b"\x01Ž£\x11:)rPˆ\vÐɆe+"
  b"\x01Ž£\x11ÝÏpȰ%uÕ?K\r\v"
  b"\x01Ž£\x12Ì|pºO¯án<\M"
  b"\x01Ž£\x13dìrÚ¹8 yHu¥\x7F"
  b"\x01Ž£\x13–Ys‡–\x1Erº£êÃo"
  b"\x01Ž£\x14$qÞ«²¡ÄÏ­â:"
  b"\x01Ž£\x15¢ós4Ÿ\x0FÍ.%^`ë"
  b"\x01Ž£\x16B p¨ˆô¨äÞ¿_¦"
  b"\x01Ž£\x16”òsó¬–ŸMK-Y\"
  b"\x01Ž£\x17X—pž\x1Ft&Ü—1"
  b"\x01Ž£\x18Ú¼sw¶Nr\x1D#\x04Íñ"
  b"\x01Ž£\x19\x18üq‡‰\x18w\x07P¸À"
  b"\x01Ž£\x19™Npƒ–¿\x0Fs*¯Au"
  b"\x01Ž£\x1Aeßp“¤\vÜÁ5*.H"
  b"\x01Ž£\x1E\x18„rè­mx'{øh—"
  b"\x01Ž£ MArÚ\x13ÛžÔc\x01®"
  b"\x01Ž£!¬³rò„‡Òr‚´H–"
  b"\x01Ž£"\x15jrÇ™\x06\tlU\x18‚Î"
  b"\x01Ž£"æ r0‡}hÇd3\x03Ì"
  b"\x01Ž£$ïÊr‡›Ò?dN÷Ln"
  b"\x01Ž£%)ºrp§.Á\x06ÚEpÏ"
  b"\x01Ž£%¥’r®žÑ\x10¦ÎÐ\eÂ"
  b"\x01Ž£&ãwsí«ÊA˜ÍÌŽh"
  b"\x01Ž£(†‡rç¨Û\x06oï’Cî"
  b"\x01Ž£*à@s\x06“Æ]¨Íµ+Ã"
  b"\x01Ž£+kõq7¦w\x04½+z©="
  b"\x01Ž£,ESrä áåœÒøÎ"
  b"\x01Ž£-¯Ër1—¯kl|»#"
  b"\x01Ž£/»/pN¿\x02¦¼œx¶E"
  b"\x01Ž£1+]pæ…ìÖhmN\x1CÐ"
  b"\x01Ž£2¬\x11qÞ™É8”Ã"ø\x14"
  b"\x01Ž£3\x03/sÄš÷\r\x18‚¢q·"
  b"\x01Ž£3O”sªŸVÇ[\x11º%{"
  b"\x01Ž£5\x12‡rއ´D‰uØy8"
  b"\x01Ž£7´r¡¡ÁõÓ_\x11"
  b"\x01Ž£7ÝÉrô–žC×o\x11S{"
  b"\x01Ž£8AMq-®ÿJS+vS "
  b"\x01Ž£9\x00\fr_©¾Gð\x17|v"
  b"\x01Ž£9$2quµ\x7F\x1D+wì"
  b"\x01Ž£<$\x0FsʽÜ5Û8[×3"
  b"\x01Ž£AI²r\x05ºrpl\x19”}v"
  b"\x01Ž£Aë½ru¯3“n¹aTR"
  b"\x01Ž£CUâr\x05©—¥£«¤øÖ"
  b"\x01Ž£Dx×s\x7FÝYÌÜ%G)"
  b"\x01Ž£E\x018rj’…\x18jrùhM"
  b"\x01Ž£G„1rë¤éÀ]ZÌsè"
  b"\x01Ž£H\vrÏ­2ÌÓ1•\x13Í"
  b"\x01Ž£KoKr’œ€\x11Ö\x17‹šÐ"
  b"\x01Ž£L+Jr£ÐªI\x15\x07ò"
  b"\x01Ž£MAcs6¹ÇЁ\r$Í£"
  b"\x01Ž£O\x03\x13p5ƒêdCí½²–"
  b"\x01Ž£O0rpé¤VŒyX¢F"
  b"\x01Ž£O¦üs\x19«›«5[Àý¼"
  b"\x01Ž£OËvp$¤C\x1E½Îîn“"
  b"\x01Ž£P\x06¿q¬±t>ù‚ö?"
  b"\x01Ž£PfsrҐðî!½…g"
  b"\x01Ž£P¦gpÔœ†çÀ\x14|nK"
  b"\x01Ž£R­Kr`‚Oá qƒäM"
  b"\x01Ž£S\x1CZp±¶\x17 4B÷qû"
  b"\x01Ž£SŽÅp\x0FšÑG}´åxE"
  b"\x01Ž£Sê¥qа)tX?ñ\x17F"
  b"\x01Ž£T¢5rÄŽ_-®Ø®_\v"
  b"\x01Ž£U^^p\x04¦ž”Ó¾z3"
  b"\x01Ž£Uƒ\x1Fs’ÅïѺ)\x19¼"
  b"\x01Ž£U­—pü¦3Y\x00æp÷°"
  b"\x01Ž£UÑñp{„\x08þ@gÇ\x08\x0E"
  b"\x01Ž£V\x00ªpž‘ý{À\x07´C"
  b"\x01Ž£V \fq±œ5Dï\x16T´d"
  b"\x01Ž£VÐ#qÙ³Ž¶ÉÇ\x14"
  b"\x01Ž£V÷öq’ ½\x0E’ÛÁ—6"
  b"\x01Ž£W ÿqã‡:äf\x0F\v"
  b"\x01Ž£WL\x07qF©j¹\x07°e“\x06"
  b"\x01Ž£Wƒösª‚\{ϨÏû}"
  b"\x01Ž£W³Frá”!\x03N|øzž"
  b"\x01Ž£W×Lqó2\x07˵@eê"
  b"\x01Ž£Wúpg¹‹l\x1E\x14.ÞU"
  b"\x01Ž£XC`s3¿þ¸…¨á†\x14"
  b"\x01Ž£XââqX»j\eµï±¦"
  b"\x01Ž£Y\x15~sv•ßO½òŸŸæ"
  b"\x01Ž£Yp®r4‘^D_Zné0"
  b"\x01Ž£Y»èrç…´Œ¯º„ry"
  b"\x01Ž£YìÂrÀ †\eK\x17“¥%"
  b"\x01Ž£Z?:qz¾â¥övž{`"
  b"\x01Ž£Zc·s[¹Hü\µw\t"
  b"\x01Ž£Z‡úq\x1D„Ï•/\r\x08"
  b"\x01Ž£Z­\x1Eq\x04­ãaîØ§l\v"
  b"\x01Ž£ZÓ$qùŸ­adþB\x1AG"
  b"\x01Ž£[\v1p&”\x14û\x18µé¶ß"
  b"\x01Ž£[[Tr\x16­\x11j<3&?Q"
  b"\x01Ž£[mr7¡Ô´LÅE×X"
  b"\x01Ž£[­\x06qù‰H·TÜ\t¤æ"
  b"\x01Ž£[Ñ‘r#”“MÅ.N•ƒ"
  b"\x01Ž£\\r\fsë¦`Ï\x15l·‰L"
  b"\x01Ž£\4lr„µÂQ¡Z\x04´q"
  b"\x01Ž£\j(phƒà^Qþ)U"
  b"\x01Ž£\™'qKjðæªíS»"
  b"\x01Ž£\Ô}rE—½Où†hw›"
  b"\x01Ž£\ü\x1Ap 1ø°‰½òX"
  b"\x01Ž£]A@sŽ–Y†y\x0EÂPú"
  b"\x01Ž£]gQs¡’ð’nmÇ´."
  b"\x01Ž£]Žëp䘏¶{õ"
  b"\x01Ž£]ÂrpѐEFélFÔ½"
  b"\x01Ž£]ò%pä½Ã\{×®]'"
  b"\x01Ž£^$§p<Š-;\x03,ŽW\x02"
  b"\x01Ž£^j?rg·âÊr\x05Žs\x0F"
  b"\x01Ž£^ïÁru¹\x12Žíø$ìC"
  b"\x01Ž£_\x1E\x13qÉ”ØÉ\x11\x1EgÀ"
  b"""
    \x01Ž£_E?s/«\n
    ¾\x04ý· 5
    """
  b"\x01Ž£_uQs…¤g9B\x11á£_"
  b"\x01Ž£_Ä^qa€4NZÌñ*»"
  b"\x01Ž£b#·p¨Ü'/j›zó"
  b"""
    \x01Ž£b`–r%ŠZÓ«¦\n
    \x12
    """
  b"\x01Ž£bÈ‚qFŽ\x0F\x08ë)°I"
  b"\x01Ž£bóq\x10ƒt®ýc¹É_"
  b"\x01Ž£c\x1E÷q¯ŽV\x1F=²,\x19´"
  b"\x01Ž£cl^qìµ$’ÉëÒ™À"
  b"\x01Ž£c–¨pI·¯¨ÑÙ),"
  b"\x01Ž£cõ»q\f™Ã\x1AÐ…!Kê"
  b"\x01Ž£drÉqÌ’ÜCUŽž\r1"
  b"\x01Ž£dÂÏrW²Ž`¬‡½´@"
  b"\x01Ž£dòùr}¢´åªÑ¹Ý"
  b"\x01Ž£e\x1Dàqs…°@ÌŠ°Ë€"
  b"\x01Ž£eGØqœ¥W{M;\x14ºp"
  b"\x01Ž£e°”sC¿=ø\x13•}Ê"
  b"\x01Ž£eêÅs²¨î\x03Œ\x1EÉ…ˆ"
  b"\x01Ž£f% r¢®8\v\f\x02…6­"
  b"\x01Ž£fP sQ œ¨\x15YbV6"
  b"\x01Ž£fˆss®©PrGp\x1A¹D"
  b"\x01Ž£f´Ôrµ¯È^`\e–„í"
  b"\x01Ž£fá\x18rõÓ¹Á3²Ž"
  b"\x01Ž£g\véqA†Ïyn0Îès"
  b"\x01Ž£grGpí¢Š\x7Få!kÊÄ"
  b"\x01Ž£g¯çpœœŒx[Ï}\x18´"
  b"\x01Ž£h\v;pO‘?\x03%\x18³¿Ý"
  b"\x01Ž£h6‡q_ºcnï\x1D%Zò"
  b"\x01Ž£hô¨p—‹i\x08^ÌH³Ä"
  b"\x01Ž£i7¦qáµr»?aЏW"
  b"\x01Ž£id¨pªº\x15~\ù‚€±"
  b"\x01Ž£i±ÝqT—<«–›íƝ"
  b"\x01Ž£iÞIp¨°.ãðû{7®"
  b"\x01Ž£j0çp.\x16\e‹´Ôô¡"
  b"\x01Ž£j^}qh­ÈÓP\x1EJoñ"
  b"\x01Ž£jЧq\x02‡›ÏŽ‡\x04ö"
  b"\x01Ž£kE\x08s3>ÑÏg¢ø»"
  b"\x01Ž£k³Nqãœwî¾\x13\r"
  b"\x01Ž£m\x15\x1Ap-¿ªÖH3ÞA±"
  b"\x01Ž£m„vs‡»Ox-”5C\x0F"
  b"\x01Ž£mð¼rÝ¥¢øß:¤ÙX"
  b"\x01Ž£n-\x10p6‰1o;·S:¬"
  b"\x01Ž£n “rí›i:\x10É;!°"
  b"\x01Ž£nÌDsš•\x19)–1\x08ö—"
  b"\x01Ž£or\vq¶’\x07¼™`\e\x0EB"
  b"\x01Ž£oÖ{r\x04£\f’šœ\x14˜"
  b"\x01Ž£q\x03\x16p\x18°\˜˜ D^\x06"
  b"\x01Ž£q@³s#œÏ¾•Eª˜Ç"
  b"\x01Ž£qÄ\x1CpͰ†òqzJ®×"
  b"\x01Ž£qï«s~´í¸õ5r\x18Ï"
  b"\x01Ž£r>\x12rÁüº/RXª"
  b"\x01Ž£ræíp4’i\x11Ï‹§b\x13"
  b"\x01Ž£s5˜sà²Ù¢'R÷Ž\x0E"
  b"\x01Ž£saRp<·c…IÖ9\x1F["
  b"\x01Ž£sÄ1q]²8\x1Fhá]‹¼"
  b"\x01Ž£sï¹s|Š1о±ú%´"
  b"\x01Ž£t1–ržñ°z»S;ƒ"
  b"\x01Ž£tÃýr\x1F·Ú—pàÞ–D"
  b"\x01Ž£tðos¿Œe©•ô<\L"
  b"\x01Ž£u. s_ ”\x14ƒœýD¼"
  b"\x01Ž£uZhqrÐH¸/Gy_"
  b"\x01Ž£u†cp×¼\x16\x1EUÿ\x18ê\x02"
  b"\x01Ž£uß\x1Eq¹‘hoÙÕs}"
  b"\x01Ž£v\e@pŽ—ª"\x1Fõi÷Y"
  b"\x01Ž£vÝYqž›)àQ}\x1FÍÍ"
  b"\x01Ž£w+/r¾¾Í¨`\x03\x05}Y"
  b"\x01Ž£wé3sR¶¨Ò\x07\x0Es\x15"
  b"\x01Ž£x\x7F›p\x14‘»¾\x12My…à"
  b"\x01Ž£x¬™s蟶t·\vH¨”"
  b"\x01Ž£yˆ§rñ‡6\x1AЁ”eÜ"
  b"\x01Ž£zDÐp\r¡xa©2è·^"
  b"\x01Ž£z®Ùq\x04šá¢$íüRQ"
  b"\x01ާ!Ÿár•®'.íwÏ)Ú"
  b"\x01ާ!Çùs2¬/å† \x00\x16%"
  b"\x01ާ!ÿŒqb«}óƒS\x00*\x12"
  b"\x01ާ"*tqJ¥ëøÆE\x0FØò"
  b"\x01ާ"{»qß³õÜ{‡Ä‰Ø"
  b"\x01ާ#\x116sH•\x1D#´:Kl2"
  b"\x01ާ#:~q3’’?‹Z2Š&"
  b"\x01ާ#qmpá½\x04AÓ?\x0E\x0Fo"
  b"\x01ާ#¨vsQµü ñgbÑ¥"
  b"\x01ާ#Ó%q\®ú'x•^¡æ"
  b"\x01ާ$\tÐrj¥QVˆ$þ·,"
  b"\x01ާ$‚\x12rFAZM$l»±"
  b"\x01ާ%\x04ãpߎÉe–Ò’\v\x15"
  b"\x01ާ%^kr£†i=/‘W8À"
  b"\x01ާ%êýr+·L\x04rÁ¼ô"
  b"\x01ާ&\x1F”pž°\x1EÄ_&¶\x1Fm"
  b"\x01ާ'€\x12pI†MNÇyÌ\x015"
  b"\x01ާ'«\x14sN™“Fؼ½¢‚"
  b"\x01ާ(>(qЧš³\x0F¥ïÂ)"
  b"\x01ާ(¿ós¹¬\x05µ€zyO?"
  b"\x01ާ(øeqp•ðØLCo\rn"
  b"\x01ާ)3¸qV6ÆŽ„>”Ñ"
  b"\x01ާ)bvp¾·§\x0FYþYv"
  b"\x01ާ)™½qú¼7\r¹\x0ĔÊ"
  b"\x01ާ)Ð9q>†\x10Àí÷óʶ"
  b"\x01ާ*\x07$q|Ž\x06ýÕˆïs"
  b"\x01ާ*1âs4¶Í_.\x7F[,M"
  b"\x01ާ*»7r.ŠÁáö\x1A\x1A"
  b"\x01ާ*é×q´—®Ã$whòÑ"
  b"\x01ާ+/ksx¼¥^µ1¸ÄŒ"
  b"\x01ާ+[ms;§ZÎÍ=mš"
  b"\x01ާ+Ê\tp÷¸ë€_»ÔÞ\x0F"
  b"\x01ާ,œ­rº«¯)R¢óf"
  b"\x01ާ,âMr‰‡Žæ(“\x02"
  b"\x01ާ-'yr@»:û¾×/˜3"
  b"\x01ާ-S`s)°\x01䲘\rô""
  b"\x01ާ-„ñsÓ”&”Œ#c3"
  b"\x01ާ-³{pû‰Ì¸'›[Çì"
  b"\x01ާ-ß»r—¬n\x01~\x03ã?\r"
  b"\x01ާ.\x0EËsk²cÑ”B\x19ã"
  b"\x01ާ/^@q\x16\x1AkÙð\x179F"
  b"\x01ާ0µ\x19qª¬i!ŽðrSÂ"
  b"\x01ާ11’qÆ™‰t¹«é¾S"
  b"\x01ާ1y]pNÎÜE´\x17Ù^"
  b"\x01ާ1¤÷pG %_MèÓ\x13\x10"
  b"\x01ާ1Ðórˆ¥’ïÂ×\x01ÙS"
  b"\x01ާ2\x10¨sY©’Ó!ž+I>"
  b"\x01ާ2>8rb¢ê?Ô\x10\x03uo"
  b"\x01ާ2iip”‰0˜\x16qôðh"
  b"\x01ާ2¹Vpý‰Ç\x0EÁ^¥-I"
  b"\x01ާ2ínqc°\x03Ò#} ±\t"
  b"\x01ާ3v=r\x0E‚H¡\x058å0"
  b"\x01ާ3£ºr:¤Ã†ï£.þ""
  b"\x01ާ3Ñâr\x7F´›\eøï-˜‹"
  b"\x01ާ41Ÿq¼œ˜þÍS^mL"
  b"\x01ާ4]ýrk¡„BÆ\x19Œ1õ"
  b"\x01ާ4‰rr™\x10•8x!Á\e"
  b"\x01ާ4µ\ts£¬øõïwz0\x07"
  b"\x01ާ4àqX [\x02\x18C¯üÊ"
  b"\x01ާ5\vÂs–³\x16`Îÿ‰¬L"
  b"\x01ާ5z¤q'•Ì\x15o™\x10"
  b"\x01ާ5«ðq\x06‚21¦\x03Öµ˜"
  b"\x01ާ5×Ûs8†Ï3|ª"
  b"\x01ާ6d¨rp±·:Å3'F;"
  b"\x01ާ7\x18ƒrNŽKWQZ}j—"
  b"""
    \x01ާ7f\x0Fq\n
    ¾\x10vˆHÛ\x1A¯
    """
  b"\x01ާ7ÇÉsʼ–º\x16ŠÇö·"
  b"\x01ާ7ó€p…»—§\\x12!½p"
  b"\x01ާ8hJqqŸH\x12+9bTŠ"
  b"\x01ާ8”jp®;9Ú\x01^)""
  b"\x01ާ8Í¢rk‘÷\x16–k¦SÛ"
  b"\x01ާ92\eq˜–\/Òèð¸Ö"
  b"\x01ާ9pÐs\v¾íF\x17\x18s!é"
  b"""
    \x01ާ9œ«q̝W\n
    6Bž\x16a
    """
  b"\x01ާ9ÈÒs²…šƒý*ö¿û"
  b"\x01ާ9ô›rí\x1C’s¨%\x03ü"
  b"\x01ާ:1;pý‡§3‹h³'ü"
  b"\x01ާ:^\x18rÚ‡\e«†ƒ8\x1A""
  b"\x01ާ:‹#r“±+5\x00¾”yé"
  b"\x01ާ:·\x13s³®ÙX\x079]\x1C*"
  b"""
    \x01ާ:ãœrÙ€j\n
    ˱\x12\x1CÇ
    """
  b"\x01ާ;!åp„¼ZxÁÓç¾9"
  b"\x01ާ;\¯sfµR·šUYc\x7F"
  b"\x01ާ;ˆ¤s\t¤²*ã\x0Ec\t\x10"
  b"\x01ާ;´Øsā¾f›púÎj"
  b"\x01ާ;àsš‹*\x19\x08ËôV"
  b"\x01ާ<\f;pŸ„š|؆ðèL"
  b"\x01ާ<9’pȯ-Ÿ\eIm„Ó"
  b"""
    \x01ާ=\x1Dlq\n
    ¤¦ØSV|Gw
    """
  b"\x01ާ=QgqïŠoI\x0EMï’ "
  b"\x01ާ=‚qsÙ¿>…Ô|·y"
  b"\x01ާ=®”sݨð\x12žÏr5ö"
  b"\x01ާ>1\x1FpR¢\x19;¨IâGï"
  b"\x01ާ? ·q«¯o6Ä:4›”"
  b"\x01ާ?Yrx·’™pSOÐ"
  b"\x01ާ?Š\x05pɱ\x15κ¢±o#"
  b"\x01ާ?Зq™Œ(8—Ø»."
  b"\x01ާA-…q¼±Š„d}j‘4"
  b"\x01ާA¾wq8™\x17yk#¡\#"
  b"\x01ާB6\x1FpýÏ\x1D\x12ò‹Jd"
  b"\x01ާBbìp€8—\x07b¸‡ˆ"
  b"\x01ާBÅ's\rƒ?p¾=­‹\"
  b"\x01ާDZ¤pË’â³\x08ò G\x1E"
  b"\x01ާD\x15pܽl€ˆò’]m"
  b"\x01ާD¼Vp_¨ðå#ì\tð¾"
  b"\x01ާDì@qˆœ£Néø6)^"
  b"\x01ާEÐ÷sJ’Ž\x17’sùz\x13"
  b"\x01ާFx}sB³üäêÂ\x17£Ù"
  b"\x01ާFÏ×q´´á"’Ž2›Þ"
  b"\x01ާG\nÊr\x00Œ¿¹iÌÔ‚¿"
  b"\x01ާG”|rûˆ\x10.+qÏnŽ"
  b"\x01ާH±msÓŽANݏ×\x07"
  b"\x01ާI6\x1Dqx¼8ßZT¨^é"
  b"\x01ާI\x7Fkp‰ª]K‚Òÿ"
  b"\x01ާI¸·ql›JƒìÆâ±Û"
  b"\x01ާIå±pc†Jé±1F/‘"
  b"\x01ާJ=…sg‹ùe\x18{©Ï\x03"
  b"\x01ާJz!pÍŒ\\x02XwïP"
  b"\x01ާJ§Âsø¼\x15,wª×V?"
  b"\x01ާKžGrR«tD9Ž|ÛH"
  b"\x01ާL\x19&q’µ\r¤ÞÐvýñ"
  b"\x01ާLl¨p驈±N¼½³ô"
  b"\x01ާLÐ&pÛ¢Ÿ½)QÍ]["
  b"\x01ާM‚“sM«ó‘÷\x11¾±ð"
  b"\x01ާMè\x03sDºPP6½\x1Aš."
  b"\x01ާN`\x03pc½oé—‹f\x00F"
  b"\x01ާNŽQqX¹R_c(š[\x05"
  b"\x01ާNÉrs\t«+ôè,|ï"
  b"\x01ާO…œqÇ»K¾ð\x7FS¤ð"
  b"\x01ާP]öpL€c\x07æÔ\x19"
  b"\x01ާPŒ\x7FrA–Í_±ÅÓ`\n"
  b"\x01ާPÜPr/‹\e¬5gßT"
  b"\x01ާQׄpqŒåñy™+Û0"
  b"\x01ާR\x13ŽrÔ¹\x06¸àí8¹"
  b"\x01ާR[$p\x01·Y{ÛÆòj_"
  b"\x01ާRš¹p©ŠÍ\x13í`®Ëï"
  b"\x01ާRÕ„ql¯ö™—T{ý$"
  b"\x01ާS\x03\fq¬ˆÏ§Z\x1EMÐQ"
  b"\x01ާS>$r”¹+‚9+̘É"
  b"\x01ާSp8p)‡C@zº°"
  b"\x01ާSÀ\vsIªÊþ°rŽÅd"
  b"""
    \x01ާSûÀsпåYË\n
    \x7F
    """
  b"\x01ާT1/qäåëZ†¯Æ\x1E"
  b"\x01ާT²ÙpŒŽÿj›^\x08ÌÔ"
  b"\x01ާU+\x05r6Ž‚Ól8\x08›º"
  b"\x01ާV9àr>¥e¹ÆL\x03:\x12"
  b"\x01ާV\x13r™8\x14ë¿ùzñ"
  b"\x01ާV¾ßqP½+3\eø$h{"
  b"\x01ާWX¦rН›s•˜•ŸÑ"
  b"\x01ާW“\vq¼ºŠ\x12ìï$íÚ"
  b"\x01ާWúŒr:´Ë“ñÄR\x11;"
  b"\x01ާXnšq³«\x0EQ¤Æ\x1C˜!"
  b"\x01ާX¹³rá–x2ô‚\x1AÐ…"
  b"\x01ާY$}p½¡'úÀut9@"
  b"\x01ާYaµpμ×uÅnK’Y"
  b"\x01ާYÇwsIµÔq\túpÈ\x16"
  b"\x01ާZ\x18ìso\f2q\x15¯h›"
  b"\x01ާZ|bp‘“Æ\x1FF쯸\x18"
  b"\x01ާZ«<qÕ›–\x1F³†qx\e"
  b"""
    \x01ާ[\x0F\n
    pßš`?\x1A«’µÊ
    """
  b"\x01ާ[„¹sZJgæŽÕyÀ"
  b"\x01ާ[·\x03s»~•\r½ó)"
  b"\x01ާ\7/q»ª\x14êcžÇ5G"
  b"\x01ާ\htsù¥»èÔUgö\x1D"
  b"\x01ާ\—\x1Ap\x03š|(Øgï\x03\x1A"
  b"\x01ާ\ÅÓsžŽ¤C¥M¥\e*"
  b"\x01ާ]\x01\x08rÜ­¨ž†\…3ß"
  b"\x01ާ]4€pÔŒ/'í\x08Dª}"
  b"\x01ާ]gusŒôÊî3Çvu"
  b"\x01ާ]¤\x10pá¯ÿgŽ\x18E×1"
  b"\x01ާ]Ó\x01sJ‹Ì%¼F½H]"
  b"\x01ާ^"[qÓƒÞŽç\x7F\x00\x08m"
  b"\x01ާ^[\x14p=œ…‘~¬a1V"
  b"\x01ާ^ã4s5±C?»±¹â-"
  b"\x01ާ_\x14­q\x02£Å\x12û:!\x18A"
  b"\x01ާ_Ëïpr·uáÓ°¹~"
  b"\x01ާ`$Ösö·Y^ÃëÌ×\x1F"
  b"\x01ާ`׎r’‡óK¾2ƒÒþ"
  b"\x01ާa\fÖpú¹\x1D̝l|¤—"
  b"\x01ާa[©q——\x1FìvQ„\x7F-"
  b"\x01ާb\\x13pÔµt#óh‚\\f"
  b"\x01ާbÇÆpµ–“.k›ËE@"
  b"\x01ާc\x14Ñsަ¿¼À\x07"\x02\x0E"
  b"\x01ާc_#r¹Žï™(™i\x17œ"
  b"\x01ާcœïsB®¥âeAÈçµ"
  b"\x01ާcæÎqF¾¹u–\fIŽN"
  b"\x01ާdA\x1Es°’\x13¥\e\x0ESõ:"
  b"\x01ާdÎ^sŒ¢\t×߉cI)"
  b"\x01ާe!¸r(´µ\x1CSÚqØä"
  b"\x01ާeî\x18qß—´Ÿê¬…0Ÿ"
  b"\x01ާf \x02qQ¸>\x0Fôˆã¾“"
  b"\x01ާfO$q{­Èð‚€¤Ý‰"
  b"\x01ާf—‹p-†ÜÏM]à¢o"
  b"\x01ާg\f\x1Eqª¯Ó¹\x15÷üø²"
  b"\x01ާgW\x06q‘Ÿ\r×í\x03ËŸ»"
  b"\x01ާgŸ\x07s)“\x1C‚D³Pt+"
  b"\x01ާgðÆrß´Ï\v|(¹\x05õ"
  b"\x01ާh!¯pÔªk–ª\x1CñŽ\f"
  b"\x01ާhsÇp<‹Ù5 ®ÓrÉ"
  b"\x01ާh£\rÁ¿¥e="«CÌ"
  b"\x01ާiXÏsz²º¾§å.\x1Fm"
  b"\x01ާiÂ8p®ˆÖÏô\x1E‘àÍ"
  b"\x01ާió„s\x1E¥Àî÷\x11\x1F…"
  b"\x01ާj%=r(¯OlTI\x0F;A"
  b"\x01ާjÎYr³Žl[€Á¤¯z"
  b"\x01ާk\x13\x12s…­Wá6{\x7Fªô"
  b"\x01ާkR@pŽ¢s³è–\x1F."
  b"\x01ާk„žp‰‚Gæd(¹\x06À"
  b"\x01ާlƒÒr®‘­\x11f™‘<à"
  b"\x01ާlÞ3p.¡m\x17Vv<ã‘"
  b"\x01ާmÃàsF©nVbð*xˆ"
  b"\x01ާmõ\x11r0µìƒ+gG\x06"
  b"\x01ާn\x1AÚqù¶!^òÿïŠI"
  b"\x01ާnN¶sï’-OÀAâiÓ"
  b"\x01ާo\v\x08p:šµ{a\x18\x00æt"
  b"\x01ާo\;qfŠ>¹^[\x03ùM"
  b"\x01ާoÁ‚s2¬¸œcª‰\x14Œ"
  b"\x01ާoòIqž‚‰rö)_÷A"
  b"\x01ާp/­s|©öÚÇ ®eL"
  b"\x01ާp„Ôr@Œ”:SëC¹®"
  b"\x01ާpÁ}p)œaŸ\x03‰«\rš"
  b"\x01ާq\x13ÙpA(Â-ÑM\v°"
  b"\x01ާqK‘qx¾•ב_mcE"
  b"\x01ާq|KrUŽ»©*‡Ç>º"
  b"\x01ާq»€r‡œ3·´\x12nF†"
  b"\x01ާqøÙrŸ\x02\x11êZ=lË"
  b"\x01ާs%€p\x17¢¹fp‡\x18\x1Ef"
  b"\x01ާsqŽrѽż\x12ø=\x19â"
  b"\x01ާsœ¾sX²ùÝŸoðoA"
  b"\x01ާs×\x01r»«‹Õd\x17ÃI "
  b"\x01ާt&0sôœ\x15œ\x11ðjçd"
  b"\x01ާtސrT­‹\x17‡ Ûlž"
  b"\x01ާu(Fq‚œ‹\x11iÒ¢"
  b"\x01ާu¥[rT’üK‹ßBOê"
  b"\x01ާv½ùsE”Ž\x06„Ð&_\t"
  b"\x01ާwlqrý€\rëWxtÊ–"
  b"\x01ާx\x03q'¡Ç´Vaµæ+"
  b"\x01ާxOÍrä“\x02\x12÷dd¿A"
  b"""
    \x01ާxÚNs\n
    ¬h÷\v‘íØR
    """
  b"\x01ާy\x0FÕsj¾Ó7ru´õ\x16"
  b"\x01ާyî\x05p\x15‹ð”ÓÅ ·"
  b"\x01ާzŠLqÉŽJmb=1ä¯"
  b"\x01ާz¾aqµÂ\sÊ0¿Q"
  b"\x01ާ{µ&q\x1D«´º¤—Í\x02\x03"
  b"\x01ާ{î°r!¦ú¢\x1C\x12â2"
  b"\x01ާ|\x1EðrÛ¬ÎØJ;QÁ”"
  b"\x01ާ|RHs\°P߉Åfe""
  b"\x01ާ|†,s‚±ª:'t¡\x1C\x11"
  b"\x01ާ|¹¶qí—\x1F\x0FEèŽéÌ"
  b"\x01ާ}2apÕº#ן¼÷÷ª"
  b"\x01ާ}~zp¼”Ë‘\x16¡ÛÉý"
  b"\x01ާ}·Tsã¹Zê\x15Üà]"
  b"\x01ާ~eäq8œŽ¢Ú®`»º"
  b"\x01ާ\x7FÂýquŒoÀ¹õy\x11Á"
  b"\x01ާ€\x01»sw˜!šŽ®I\x1D>"
  b"\x01ާ€D’sy›ÅÌž\t¦\x00k"
  b"\x01ާ€”5sׂ>“ç\x06f%\x04"
  b"\x01ާnHs¸„&è‰9„WÅ"
  b"""
    \x01ާÃ+qÁ“i\x11â\x03®\n
    ß
    """
  b"\x01ާ‚,.sÉ‹žšl$›ÍG"
  b"\x01ާ‚kes·ª—‚mT\x04¿Â"
  b"\x01ާ‚²Yq3©'iqø\e@L"
  b"\x01ާ‚áàp;šSV¼V‰\x1C"
  b"\x01ާƒ\x0E\x07q\x17»tZcÅÊB2"
  b"\x01ާƒ<jp‚o#? Ô\x100"
  b"\x01ާƒãUq¯¦Ú%¢•I¾Ë"
  b"\x01ާ„}kq²Üo™<i<‡"
  b"\x01ާ„»Øq=—ŸŽ\x08eöè="
  b"\x01ާ„ðÛpÑ¿O“Ê÷\x02"
  b"\x01ާ…{~pL©,\x18³Ëð2ñ"
  b"\x01ާ…¸\x03rÞ°ë\x10v÷Aª²"
  b"\x01ާ†[>r)©€~—x)‘$"
  b"\x01ާ†¸\x18p“àŽGa@%y"
  b"\x01ާ†ö#q…Ÿ´hg‘Á!Ö"
  b"\x01ާ‡FŠp\x1E°bœŸjlFú"
  b"\x01ާ‡™Ír\r²±Ï=\x02'Ûo"
  b"\x01ާˆ\rðq[’W\x18[ØÉŽr"
  b"\x01ާˆ™&qš½‚$)>½…w"
  b"\x01ާ‰,Ws\x18¼æò\x0F\v\x0E©j"
  b"\x01ާ‰`%p*¥’çw[Ê<‚"
  b"\x01ާ‰â·s\x05¥O\x11ñ¶”Ê\x11"
  b"\x01ާŠY1rº¨sâôh"?Ê"
  b"\x01ާŠÜÊsó®7á¬Q\x1D˜‹"
  b"\x01ާ‹#\x08qö¢†vËZl÷4"
  b"\x01ާ‹X7r\x03˜‰~J/‹s£"
  b"\x01ާ‹Ï\rq‚‘§\x18à\rC\x13"
  b"\x01ާŒ;csŸŽš\x7FߦÏ$]"
  b"\x01ާŒ»OpY—Sß¿÷\x15\x18Í"
  b"\x01ާŒì\x07pÔ†êý\x1D‘lf"
  b"\x01ާŽv7qç£wcYMÙ<÷"
  b"\x01ާŽÉÈpœˆšv6\x1D\x03"
  b"\x01ާŽ\x01\x02r{¥vpÇ0*Zh"
  b"\x01ާŽ2zpç¥Ë~¯Å\x06ˆò"
  b"\x01ާŽsÔr€UÈ \\x1CÜ„"
  b"\x01ާޱ6p ²j‘ê¸?#o"
  b"\x01ާŽù\x06q²•œÛD¼Nζ"
  b"\x01ާ¬\er¦§IÒnŠôÆ"
  b"\x01ާñ\ep\x01œV'™Mª}¼"
  b"\x01ާ\x1F•p\x1E—{û‰X~qä"
  b"\x01ާTüs\x10€ö\v\x1E,ÎÎÖ"
  b"\x01ާ“JpІ\t'\CEX™"
  b"""
    \x01ާð\n
    q\x01œ±ü|ª\x19ç®
    """
  b"\x01ާ‘N\x19rÞ¶\v·%‚Go\x07"
  b"""
    \x01ާ‘ž\x0Es\n
    §­‘¢NÝ©
    """
  b"\x01ާ’\x1Dlr0¹ØcQ\x19\x14S_"
  b"\x01ާ’RÂpK€Ù<g\x0E¨¹\x04"
  b"\x01ާ’ÞÈpž}I=“J\x19"
  b"\x01ާ“\x16:sç‹¢‡ôŸCKF"
  b"\x01ާ“Tìrœ–¥”\x10ÚŽÅ"
  b"\x01ާ“Ë¥q3¸Ò0\x19k]á\x18"
  b"\x01ާ“û‰r ©iEPO37S"
  b"\x01ާ”@•qB±uã&\fTl\x03"
  b"\x01ާ”çs¯¼ |È%ڏ›"
  b"\x01ާ•\x19ãqe„\x03Fj?¥U…"
  b"\x01ާ•I®sB…\x07\x7F%K\x07ŽÅ"
  b"\x01ާ•‘Ns\°\x0E¥Üéê\x18í"
  b"\x01ާ•¿épݱaÄO@\x07"
  b"\x01ާ•þ'sv¤M‹ÒçEµì"
  b"\x01ާ–2üpèŠð_hÜqv\r"
  b"\x01ާ–z\pδ\x05‰dÂØGã"
  b"\x01ާ–§Ãsô‚’q\x08\x03n"
  b"\x01ާ–Ý\x0Fqj‡#Žé,\x17ÎU"
  b"\x01ާ—Tdrå¦eö\x16f-4;"
  b"\x01ާ—ƒ\x11r\x03©5lžP$u”"
  b"\x01ާ—·\x05p£«8~—\x08y0a"
  b"\x01ާ—ïžqÍ“æå\x12dµ@c"
  b"\x01ާ˜\x1Djrí¯Ç_³Òä©\t"
  b"\x01ާ˜K]pâ«\fô¸ç‹¼p"
  b"\x01ާ˜|þp‘Ÿë§\x11JÓ1\x02"
  b"\x01ާ˜ã[sâ­a]ëõ˜*`"
  b"\x01ާ™#rpý›„±/\x12¯Žß"
  b"\x01ާ™^\x04rЉÊúÕ\x00²ãD"
  b"""
    \x01ާ™Œ\n
    q…¦T¾_—žFº
    """
  b"\x01ާ™ë:q¢¦W"x|aƒâ"
  b"\x01ާšÀ»s¸‡Ï^ðô‰\n"
  b"\x01ާšð\x03ṕȼ{Ž\x14"
  b"""
    \x01ާ›+6sÑ«#ù¯ë\x16\n
    ¯
    """
  b"\x01ާ›o\x18rÐ…\x1CöúXœx="
  b"\x01ާ›¿irĘÄàz\b\x0F!"
  b"\x01ާœ,Às\x1Dd~|qä\x1A{"
  b"\x01ާœ{‰qšª’Ü£¹_Bò"
  b"\x01ާlŒr™Ÿ¦Ö˜6?\"
  b"\x01ާ¦Rsb–Ä2Î"ÞÏÊ"
  b"\x01ާýpq—¿4Âý|ÆP|"
  b"\x01ާž<"p\x06šÐ/„¬\x16’'"
  b"\x01ާžr\x16r\x00Ÿ\x16C„\x03ß"
  b"\x01ާž “r\x00‘Øé%ÕÔC¶"
  b"\x01ާžÑ÷rZ³\x03Ébd\r\x16è"
  b"\x01ާŸ\x00†r»—\x02\x18Þ1þÊJ"
  b"\x01ާŸ:ßpSˆS\t¿ªW'\x7F"
  b"\x01ާŸp‹q½—?¡en´‘D"
  b"\x01ާŸérr²¬9³UL\…b"
  b"\x01ާ \x17¥rm§\fõ\x05•Öœò"
  b"\x01ާ N[pi€¯m\x13C j>"
  b"\x01ާ \x0Er„“Ž);÷j#™"
  b"\x01ާ ²Sq< \x164tlõC4"
  b"""
    \x01ާ á6s?‰\x12\x08\x02\n
     ãá
    """
  b"\x01ާ¡\x11»q·¢¡C\x14ü®g"
  b"\x01ާ¡fépÞ¸Õ«~©˜Òx"
  b"\x01ާ¡ªŽrñ ¬!KoÓ%+"
  b"\x01ާ¡âˆpƒ®E},…¿ð™"
  b"\x01ާ¢\x17~põ½[’®\rfñ3"
  b"\x01ާ¢Fiq€†"gMŠÀ}\x1E"
  b"\x01ާ¢ƒ’pû£Ûâ;Fš0\x11"
  b"\x01ާ¢Ì$rž®eƶÁÒŽº"
  b"""
    \x01ާ£\x1Dqß´¦\n
    ›Œ0R³
    """
  b"\x01ާ£[0p0¶\x03Œ„å\x1Aù|"
  b"\x01ާ£‘\x07pæ‡LcöÁÊ€“"
  b"\x01ާ£ÂÒr\x1C£H…‡É…”å"
  b"\x01ާ£ýNsö¯ìŽTŒHoÐ"
  b"\x01ާ¤6Ür’´\x1Eā¾¶d:"
  b"\x01ާ¤a_q†¢J{nº\x16®×"
  b"\x01ާ¤ò4rª¹?|²·unW"
  b"\x01ާ¥\x1CupxŒ½øi‘v\x00U"
  b"\x01ާ¥‡!r¸¬i8‰…Ï‘Î"
  b"\x01ާ¥Ö¡sjºV>IeTÁ&"
  b"\x01ާ¦\tÐpT›jêH\x15¶iž"
  b"\x01ާ¦>Ñsä¢ñ0ï\x06Ç`ÿ"
  b"\x01ާ¦àq\x14ƒVJ\x1F²F„Í"
  b"\x01ާ¦¬ãsV¾e\x0EB¦Â6\t"
  b"\x01ާ¦×¿qü¡˜#N1„pÀ"
  b"\x01ާ§\x02>sÏŠ\x18…[U\x04\x14"
  b"\x01ާ§IÖr\x0E„ê/AO]["
  b"\x01ާ§…úqaY%*¼GÂX"
  b"\x01ާ§ÅÔp\r­<øD3\rp"
  b"\x01ާ¨\x1DNr\x03£N¾Ô\x0EÓ>é"
  b"\x01ާ¨KtpÞ­„MR…\x03"
  b"\x01ާ¨ŠUs­å©\fABÑB"
  b"\x01ާ¨Ôàpx!âÈ&\x08ýe"
  b"\x01ާ©\x00`pp®Í_tΉÖU"
  b"\x01ާ©<vp†ƒ!lR¢wóK"
  b"\x01ާ©zJpÁ¶=y¦WÚ]e"
  b"\x01ާ©­âqЬcÐNu\x13|\x18"
  b"\x01ާ©Þºqû¹R'Ȉ‰w#"
  b"\x01ާª\x1C\x04pÚ¨YÏá-ý!\r"
  b"\x01ާªKIpþ–/¿¦»0›ý"
  b"\x01ާª§Kr¸¡üh§\x1A\x03Eg"
  b"\x01ާªðpд”3æH8º\t"
  b"\x01ާ«N‰q΃j\x05¦‚2¦X"
  b"\x01ާ«ˆFp¿¹¾#)ä^é\x07"
  b"\x01ާ«µ¶q\x1C¥thô~\x0EÌ["
  b"\x01ާ«æDpA™â®ó¨\e"
  b"\x01ާ¬\x11dq·€BW</xÏY"
  b"\x01ާ¬‚œpT«Ä\x08\x1Cž…€5"
  b"\x01ާ¬µWsaº‹¥¨\x19CUã"
  b"\x01ާ¬÷³pƒ¥\x7F\x1E>F8c\x7F"
  b"\x01ާ­7\fs¨„3ˆ¡Ït\x01"
  b"\x01ާ­zør¤£iv<^j!\x19"
  b"\x01ާ­§Ds±œ\x04ƒå4‚‘;"
  b"\x01ާ®h\x16r¸­p?0\x10–Á9"
  b"\x01ާ®¬ÊqAŠß¯\x1DÂŽF\x04"
  b"\x01ާ¯'\x02r<œ[¶~Z/\x05ü"
  b"\x01ާ¯o²r\x7F½@Ÿ\rÂêü^"
  b"\x01ާ¯£ÿrÕ _q‰!gæþ"
  b"\x01ާ¯ÐÓpE‰\fªà¢¢­\x1A"
  b"\x01ާ°\x00˜sVª=\x1Fv²²3À"
  b"\x01ާ°,¼pÀŸ\x07ŒÊÞ™9\x19"
  b"\x01ާ°`sq[“\t\x14s\x13z…R"
  b"\x01ާ°œ\x10q¡ˆ/Œú_Å\x0E«"
  b"\x01ާ°ÍGs\e\x18\x11oë÷\x1CÛ"
  b"\x01ާ±\x05mp!¯Ý#T‚\x12–ò"
  b"\x01ާ±9%p£—ý¦k0©¸m"
  b"\x01ާ±€—pt°—§Toœ$ó"
  b"\x01ާ±¸\x08smƒ›žª!i<b"
  b"\x01ާ±ì{q\x1DŽëÈÁ\r©Ç?"
  b"\x01ާ²\x1EÊs\v†\x06yc…®…"
  b"\x01ާ²j«sh½\x1D\x15©\x1F`%l"
  b"\x01ާ²¼ÚqD¼õ¬\x1EŽ\x1290"
  b"\x01ާ²òÇpE™KBk[Ü{ï"
  b"\x01ާ³$Õp™¨ÒŽà'¾m\x03"
  b"\x01ާ³i\x17rÄ“>\x12\x16O5\x02Ì"
  b"\x01ާ³ÍCs˜¥eº{f7}:"
  b"\x01ާ´\x02eq0€<4æC]¨ø"
  b"\x01ާ´;¯rYˆf÷xÚ~VÀ"
  b"\x01ާ´Žoq‚Ÿ.ç‹ai["
  b"\x01ާ´Ð\x12q\x05ˆ¥³±\x02»Ï\x1E"
  b"\x01ާµ\r\x19s\x1C‹Q’\x1CÙ6•"
  b"\x01ާµ@„s\x07 pÁ®§Vßü"
  b"\x01ާµnˆsnŸ”Θwà©Ä"
  b"\x01ާµ {rÞ¦\x02ˆ\x17\x07Æý"
  b"\x01ާ¶ƒ¿q)«‚\e¨Vk´"
  b"\x01ާ·&=qŸ‰\x15\x0F\x07søòQ"
  b"\x01ާ·cup®ŸbÐ+’BÙQ"
  b"""
    \x01ާ·Ö\n
    qz^‰~ÈÏ\x15
    """
  b"\x01ާ¸-Ns·•\x14©\x007ø«\x1D"
  b"\x01ާ¸°†p•¿J\x18Õ¶\x01á\x1C"
  b"\x01ާ¹’“p3ŸFcÚÍY4"
  b"\x01ާ¹Øár³Œ‡‡Ýso!U"
  b"\x01ާ½;çsù…‡½x==‰Ñ"
  b"""
    \x01ާ¾\x13§sû´V\n
    ¸°Ø¨à
    """
  b"\x01ާ¾æ*p¢ž9ahÊö¦Z"
  b"\x01ާ¿ü\x1DqiœÅ\x04ñ9\rï·"
  b"\x01ާÀyþqd¹ÿâi¤I7%"
  b"\x01ާÀ¾„s‹çŠPސT¨"
  b"\x01ާÁwxr€©MÑÜ\x04ft"
  b"\x01Ž§Âµ˜r#½÷7¡ƒñWM"
  b"\x01ާÃÂápyª¥‡P¹\x0E\x10Â"
  b"\x01ާеpY0O±Yß\x01"
  b"\x01ާÄÃ$pb½¯P (A,3"
  b"\x01ާÄö'rå¬CIÅ%+k„"
  b"""
    \x01ާÅsêpø©n7\t\n
    N
    """
  b"\x01ާŴ\x1Crë³èçã†Ð[Ê"
  b"\x01Ž§È£ q™‘[ÒwŸ$Ù;"
  b"\x01ާÈׯqq²Û¬Œ\x03ŽP"
  b"""
    \x01ާÉ$\x7Fp\n
    ¶Ràzh¼g
    """
  b"\x01ާɉÂr\x16”¥Èº'p\x10ž"
  b"\x01ާÊn¨qêµÒuÎ\v\x02âÚ"
  b"\x01Ž§Ê¬îq*µ\x15§&ó\x0F\x7F"
  b"\x01ާË\x02ûq¦¹°¶T¸Yÿ\x14"
  b"\x01ާËMýpÄ•\x05ô\x08ê\t"
  b"\x01Ž§Ëƒ²q‹µUn¸ß~Y²"
  b"\x01ާËÎ\x04qþ§ºtQ^˜ÿ "
  b"\x01ާÌ\r\x03q«©\x0F1+] `Ã"
  b"\x01ާÌAÒpγ%\x02í@©7"
  b"\x01Ž§Ì†Ys\e±²ñwö\x1C"
  b"\x01Ž§Ì½Œrá’4±õ‹¹}ç"
  b"\x01Ž­­[äs\x06³E˜(x'Z4"
  b"\x01ޱ²Ž•r»ª\x0Ff!\x1C´|X"
  b"\x01ޱé­6qL§6Àæ3oO`"
  b"\x01ޱêOoq\x0E\x1DYñ´TÝ…"
  b"\x01ޱñQƒq\x15˜3OcŠ~\t"
  b"\x01ޱõoWq±¶\x1D47j¼‹ú"
  b"\x01ޱöjßqñ€U·4bŸTŽ"
  b"\x01ޱ÷^ÿr4ž.ìЇqº\x18"
  b"\x01ޱý\\x16r\x0E¡!åŒ9Õy "
  b"\x01޲\x01SírmŸy+VÞ\x15"
  b"\x01޲\x05g<p³œÏØñѲÍà"
  b"""
    \x01޲\n
    !µq\x01«½e@ÿyúÌ
    """
  b"\x01޲œ³(qÏ‘à6v-ž\x7Fç"
  b"\x01޲É)ïrk¹\x02g~¥N¤\x1E"
  b"\x01޲Ë_¡sù™\x19\x1F€áS\x1EÉ"
  b"\x01޲Ì6\x1FrÊHí\x1E\x14Eiš"
  b"\x01޲Ìâœq‹´4ë\x05v\x022J"
  b"\x01޲ÎÚÂq"Š¿é\v\x7F½("
  b"\x01޲ÔGÐs/°Q±’\T+ª"
  b"\x01޲֭{s7BØ—CxÑ^"
  b"\x01޲ÙYÝrù¼Rùª©¼Ï["
  b"\x01޲ÚJ\x11s³¨KÁiwèJ·"
  b"\x01޲ÚÐéq‹›<?Áz—(µ"
  b"\x01޲ðމqð”Ž\x1F2òN\x06Þ"
  b"\x01޲øØýpê§Àt©³‹jÓ"
  b"\x01ŽÀºÊ r\x19ÓЛºœ†ƒ"
  b"\x01ŽÀ½ôÅr½¶Ù5*€\x18¡À"
  b"\x01ŽÀÅ#`rŸ§±f\x04‚/ _"
  b"\x01ŽÁ\x183×p¦†óâmëºÆ/"
  b"\x01ŽÁ\x1A/pâŒXÛò¨Úæ"
  b"\x01ŽÁ\x1C\x18Äqk£»eIJ@Mï"
  b"\x01ŽÁ\x1D¬¾qÚ…ô¯`⯹¢"
  b"\x01ŽÁ"rJsăa_Ù,¤}Ž"
  b"\x01ŽÁ#\x0F®sR’‡‚úÞ³÷k"
  b"\x01ŽÁ(.•qȉ\f8_\x12\x08"
  b"\x01ŽÁ+jÊp{”RœÝþ’ß¾"
  b"\x01ŽÁ9Õ­qa¹\x08\x05€X\x00…º"
  b"\x01ŽÁQøÑr\x04žë*\x16û^ýð"
  b"\x01ŽÁRòèqº“Ë÷¨#¤:Œ"
  b"\x01ŽÁb_$r”ƒñ\x05{\x10\x10Q\x02"
  b"\x01ŽÁË'Âs\x1E7îj0ý«¢"
  b"\x01ŽÁϲƒp$ƒò<Œ\x14""î"
  b"\x01ŽÇX+kr\x02·€™~Aº("
  b"\x01ŽÇY‘qq̰9¢\x1FM(Ùu"
  b"\x01ŽÇ^­Dqô“Cä’û\x0F"
  b"\x01ŽÇ_Æ»s<µév”Sýæq"
  b"\x01ŽÇ`\x03’qÏ»†æd®~ïø"
  b"\x01ŽÇÇges\x14¡•l¾N\x1EŠz"
  b"\x01ŽÊ\x1Eyqn—"6òfÁŠŽ"
  b"\x01ŽÊ®Ùq¬¶›‰:C7s¾"
  b"\x01ŽÊã© rc¦’\x12¡’WY‹"
  b"\x01ŽË\x01=\x14sè±\!šJÒÉ9"
  b"\x01ŽÌ\yºrO¯¢áªH‹3·"
  b"\x01Ž`g3\x07r=°—¿,+Ž©¾"
  b"""
    \x01Ž€^¢\q®~‘N¿„\n
    x
    """
  b"\x01\x05Ò\t6qš¼\x1Eq^QâP."
  b"\x01\x05ÒØªpsµLˆ+E\x18äb"
  b"\x01MdU\x07s\e˜dºžg=ÿ"
  b"\x01rnD\x01sl¶c¹Ÿ†a‹²"
  b"\x01¹Â_jpΞÌ\x18‘Yî2{"
  b"\x01¹Ã\v—q]‡â¼Ta\x13"
  b"\x01¹Ã´3r‡—\x02j–¼‡`"
  b"\x01¹Ä[™sy¯\e3íÌçzÛ"
  b"\x01¹Äò>q\x03ŠÖÕäN\x1A\x15z"
  b"\x01¹Åœ\x05qó†]°`š{·"
  b"\x01¹Æ2ÓpS³’‘CqÒ.\x1E"
  b"\x01¹ÆÝÛqÖ„\x0E;|í¼×\x13"
  b"\x01¹ÇŽÏr#‰Îúu\x1A{óv"
  b"\x01¹ÈQßr^¢{\x03ny#\e"
  b"\x01¹Èîûp…˜\x11Ÿ\t¬¦R‚"
  b"\x01¹É¢\x10s0ˆý/`r“S,"
  b"\x01¹Ê;£pû±ô,µÉè?N"
  b"\x01¹ÊÓðqµº,‚åâpm\x0E"
  b"\x01¹Ëm¨sŸ’C\x04#r\x1EðÌ"
  b"\x01¹Ì\x1DPq⸀§#\x1A†i"
  b"\x01¹ÌÐIs­’2»V@\x06@\x12"
  b"\x01¾6H^sr©\f\x18\x00 @v0"
  b"\x01¾6ü\x04pNŸ×:\x02\x12“*Ë"
  b"\x01ÞØïÌp\x7Fˆ\x13\x10¡u–«\x0F"
  b"\x01N\\x19õp¢¦Û¸HÈx²Î"
  b"\x01‘V«ù\x14s`†i\x0E\tB‹ð\x04"
  b"\x01‘ì\x1A—­ruœ»ž§••\x1F"
  b"\x01‘ì\e'àrG¢˜]˺±¥Ý"
  b"\x01‘ì\x1CR‡s^º\f¸\x18[à€–"
  b"\x01‘ì\x1EeHs5¸!¹Å¥ž6\x12"
  b"\x01‘ì\x1F6ñqŸž\x1A\x15åE\x14\eÏ"
  b"\x01‘ì BÜqÆ®ÛY¹¶ÿºÏ"
  b"\x01‘ì"1p–ºxdf\t"x\x11"
  b"\x01‘ú\væÅrv¹ÁÏJE…S\r"
  b"\x01\x1E´Ý(q\f‹q\x10é飇C"
  b"""
    \x01\x1EÓo]sÁ«9\n
    ¢g¹Ès
    """
  b"\x01\x1F’O3rꋹ\x13\x7F¤ŒXF"
  b"\x01\x1F“ Äq\x02ž•`&°¾º1"
  b"\x01\x1F“¿zpà„œÕ—Ž¼ö\x19"
  b"\x01\x1F”ÙTr̰^Ófiä„Z"
  b"\x01\x1F•‡\rqã—®§¹f;\v!"
  b"\x01\x1F–B‡sá‹æMEÜÁ\vÅ"
  b"\x01’7q³Þp\x12‹\æ„\v¨õ$"
  b"\x01’7rhyq^…5*ͪwo0"
  b"\x01’7s\x14àq\x04ŸZÿ¬ÌÑ"
  b"\x01’7s­Tp\tŽU+Eii8v"
  b"\x01’7tÂ\x05qì©3ª—ðêÙ/"
  b"\x01’7uc_p\f˜³¶—Yé+¥"
  b"\x01’7vÕër­©¯> »ëYŠ"
  b"\x01’7wxóqð¸\x0E>rZµ®"
  b"\x01’7x\x18vqà¥#€q\x1EPÈ|"
  b"\x01’7ž¶ës´©ü\x14¥e$'o"
  b"""
    \x01’7ŸN\n
    qz¦Ž¤# \x02î1
    """
  b"\x01’7 zYr+а%Áõ&kÃ"
  b"\x01’7½¨…pÝŸØT\x01-Û;ë"
  b"\x01’7Á[up~€2mz\x04@X•"
  b"\x01’7Ã\x0E˜s†YZ¬C’Zf"
  b"""
    \x01’7Åý7p\n
    Š„¯Ž¾\x16
    """
  b"\x01’7È\f\x03q|±'5t\e\x07Þ\x17"
  b"\x01’7è£$r›°^Ø©Ž\x18h"
  b"\x01’7îÔ¢pb²¦#\x11&Òçe"
  b"\x01’7ïÕ}r£¨ÇÃïmœ\x7F~"
  b"\x01’7ð™\rpr‚ûؤéu«Å"
  b"\x01’7ñŽ¿r.±RâØÚ®÷„"
  b"\x01’7òb\x16q\x12€Þ\ð× K"
  b"\x01’7ó\x1Ctq鶤2ΜÉ\x1E¬"
  b"\x01’7ó·Pqå¹\x15\x01'Ñ^!f"
  b"\x01’7ôŒnq-›°-Ü¿Eá\n"
  b"\x01’8\x05…Žp‚ù|ž(Eд"
  b"\x01’8\x06{îsË›\x13Ì–\x14†ò="
  b"\x01’IåÓ“pSˆcËÜë®"
  b"\x01’Iè°ëqÕ„c~0\x11b®¿"
  b"\x01’IꋘrñŒ1\x01ÑÅËUF"
  b"""
    \x01’Ið\x16¤pݝúù\n
    «‚ƒ)
    """
  b"\x01’Ió¡ëqA£fÍ u\x12ÂÏ"
  b"\x01’IôZ\sΆB¾Ã\x06\x19g\x1C"
  b"\x01’Iõ’Ðr14mÈ\x18¥½Û"
  b"\x01’I÷;õr’Ÿ,Ê\x01IѦŠ"
  b"\x01’Iú\x01…p°™:‹&êÆÓ­"
  b"\x01’Iú°?r¼ºÂwYcD¿,"
  b"\x01’Iü·@r÷°\x18\x0ESK.%B"
  b"\x01’Iýw0sè¸u‡Ô'5\x0EÒ"
  b"\x01’J\x01{gq‹ƒà«\x1AÉwvþ"
  b"\x01’g[Ògr²¼Ò1rW8…í"
  b"\x01’g^«dqó‡èß7TƒnW"
  b"\x01’g_uºsF àDçB²BD"
  b"\x01’gc&ÅqÛ‡\x02±®ëÈ.}"
  b"\x01’gd\x11\x0Fq„…5ôÔ/ÿ\x0FŽ"
  b"\x01’geúÒr$¹±¢\f•âü¶"
  b"\x01’gfîär+³bÓcÁ«q"
  b"\x01’ghº]sËŽâ¤öö&>»"
  b"\x01’gi yp{½à.d=ydì"
  b"\x01’gnJlsZšDWö¦g<ž"
  b"\x01’goB\x1Fp\x1C©Žm£cã¿Ñ"
  b"\x01’gpá=qM…{be€\x16KF"
  b"\x01’gqÒSp~‹\x15œÓ¼M-¢"
  b"\x01’gr¹Ksî¾µ.í—õfŸ"
  b"\x01’gupöp× >êÖüôUJ"
  b"\x01’gvf\x04sP±Q-‰ÀJðÀ"
  b"\x01’gw\crK©É¡–Ü37ß"
  b"\x01’gxE°p<ˆ\r\x19Ü\x17Ûü"
  b"""
    \x01’gz\n
    Ãs‰«Š\f\x7F\x10k\t®
    """
  b"\x01’gzÝ~rØ’\x19Ú|¯OQ^"
  b"\x01’g{Ú\x1Ere´Ô’ZQƒ;C"
  b"\x01’g|¼ôq.¦Ó}ú])á["
  b"\x01’g~˜îpÔ„Õ„ñD½k"
  b"\x01’g\x7F`\x18rΣ8‚o¾a…["
  b"\x01’g€FÅpΑ‹‰\f å@"
  b"\x01’g‚E¿qg¨Ù¶C°Ñ\fÔ"
  b"\x01’gƒ!‹q\x04Ž.Ì’ö\x16Ÿ\x07"
  b"\x01’g„\x1Acpö»\x17¥vœS.*"
  b"\x01’g„ÚÉr0»ŽŽí££ê\x11"
  b"\x01’g…®\x18qÊ¥²`öÎ27P"
  b"\x01’g† #s΢ªíN…ö¿°"
  b"\x01’™ö‰˜q?¡ T¶\x1AnÂI"
  b"\x01’™÷ šs¾½ª\x0FZ~\x1CÓ“"
  b"\x01’™ù}‡p}ª\x10V$ða\x17\x04"
  b"\x01’™û1zp›¿<{¿œxdø"
  b"\x01’™ü@Árû»={æñi¹""
  b"\x01’™ý_“sʁø¯lUûˆ"
  b"\x01’™þä‰p5«À—urZ]["
  b"\x01’™ÿîusÿ¥È«›p56Ï"
  b"\x01’š\x01©#qq³\x06\x19ËO\x18€È"
  b"\x01’š\x02º°p¤ƒ:¾\rxûó³"
  b"\x01’š\v™Èph¤|\;¤™îk"
  b"\x01’š\f˃q<©Ó™ìaǤÁ"
  b"\x01’š\x0Fª\x15p@¿\x17œ;„½\x05'"
  b"\x01’š\x10°ÉrÆ”BO¾"u\x08\x06"
  b"\x01’š\x11çßq£™\x18‘Дál/"
  b"\x01’š\x14ârs\x17™uЬ¯*×v"
  b"\x01’š\x16\fqk¿5êþ0Hîá"
  b"\x01’š\x17¾\x02s^Ž_~µ×&Ñ\x01"
  b"\x01’š\x18ÒåpX‡›þ§{ï´É"
  b"\x01’š\eK‡r㥯ƒ|é#»•"
  b"\x01’š\x1Cb6q᥋\x143\x10–ïp"
  b"\x01’š\x1E\e\x0Fr@ ´"½ì\x1D"
  b"\x01’š\x1FΉrûª;GcE΃ð"
  b"\x01’š ¿ÈsÖŽi\x11@\x007/ "
  b"\x01’š#”\vrsª¢‚+òY›÷"
  b"\x01’š$”s®žƒ‚þ˜cÝM"
  b"\x01’š&8Ssý¼\eÕ\e\x03öuè"
  b"\x01’š'1~rlµ\eÚ)â8…ç"
  b"\x01’š(>upåñno–±\vä"
  b"\x01’š)óÉp\x00–n\x1A`û•uþ"
  b"\x01’š+ÛUrÔ³Š=ñÎWºÒ"
  b"\x01’š.{âpúŽH'\x0E\x08ˆC+"
  b"\x01’š/™Žplö˜Qü‰&"
  b"""
    \x01’š2\n
    çs“¹\x0EY,S{m
    """
  b"\x01’š2ñàs{„\x17x!xµ\x0Eî"
  b"\x01’š4Ë\x03sËŠçÄú;™>ž"
  b"\x01’š6ÐJsf¼Ú\x0F×\x0Fa\x123"
  b"\x01’š7¡\x14qwˆ©/Š·\rÙ&"
  b"\x01’š9_äqŸ¥Š‰‡¿¹\x19Á"
  b"\x01’š<4Øs£€\x13*\x14^Þy&"
  b"\x01’š<þîp3§\x1D0æ§´->"
  b"\x01’š=ÝŽsý«»ÉwdVðë"
  b"\x01’š>ïýq*”\x1E-³ÍIÊ"
  b"\x01’š?¸ip&©’“ZR‹øÜ"
  b"\x01’š@“Þs\r›[è1_ƒ<"
  b"\x01’šD[ÌrI‘jb£‡ŸV\x13"
  b"\x01“SÂïËs—l*3f¯Ý"
  b"\x01“hÙÔ@q\x7F¿WödËØÆ\x08"
  b"\x01“hùցs#’\x12h‰]˜¬%"
  b"\x01”is\x01¨s—•Nõ\x17Bœ ¼"
  b"\x01—°ëøÃsß’eì<˜\¼!"
  b"\x01—°ï±FrÚ‹”4zA\x07"
  b"\x01—°÷zÐq\x03¤-óŽ&\x13j9"
  b"\x01—°ø=Çs6¤Ãs\x00\x07¤\ra"
  b"\x01—°ÿ=îp\x03‡’÷¡Ë#"
  b"\x01—±¥(€p\x1C€%Šp\x1DfºÜ"
  b"\x01—À\x14htr½–\x04\x18pk$ËŽ"
  b"\x01˜\x08³\x03DsF“Ð*ŒÈfÏV"
  b"\x01˜\x08èëRpê1܏\x12\x0EÚã"
  b"\x01˜™Ðj¼p—µ²\x06Gn½"±"
  b"\x01˜¼<Têp´ŽòòjD\x7F\x16ö"
  b"\x01˜ÐÙK)s–žõ„Y@E\x12*"
  b"\x01˜åo2/s!›\x19TÞÁ²zŠ"
  b"\x01˜åq„@r\x07–•™Ž\x1Cyzl"
  b"\x01˜ê–‘ÿs\x7FŠF\x067ƒº;w"
  b"\x01˜ê—"sp^ŒMU“\x1CkûU"
  b"\x01˜ñäG„r[¨”éÍ:Ñ\x16("
  b"\x01™†u»>p\x14™¹+.\x14`hÕ"
  b"\x01™š¾Ñùp& {éÁ!ýºç"
  b"\x01™›'0<q¥¨`쓨~¯"
  b"\x01š6©B¯p\x00º—‚T\nÇOÆ"
]
79 612.22 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018bb45ddc57705b950d8303af65ca64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018bb45ddc5b705c87c9948c9f3bae97.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018bb45ddf76717f89461cd6a452588d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018e614cb4f670749f3eda30bbbbda0a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018e614e76ee7046b875d2b26759230b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018e615028e373719b4629054bee044a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018bb45ddc6773e4aaf336e89b03446f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0192a00580fa773c8480b4c25e01fbc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018bb45ddc57705b950d8303af65ca64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018bb45ddc5b705c87c9948c9f3bae97.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018bb45ddf76717f89461cd6a452588d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018e614cb4f670749f3eda30bbbbda0a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018e614e76ee7046b875d2b26759230b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018e615028e373719b4629054bee044a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018bb45ddc6773e4aaf336e89b03446f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0192a00580fa773c8480b4c25e01fbc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.min`, MAX(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018bb45ddc57705b950d8303af65ca64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018bb45ddc5b705c87c9948c9f3bae97.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018bb45ddf76717f89461cd6a452588d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018e614cb4f670749f3eda30bbbbda0a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018e614e76ee7046b875d2b26759230b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018e615028e373719b4629054bee044a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018bb45ddc6773e4aaf336e89b03446f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0192a00580fa773c8480b4c25e01fbc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018bb45ddc57705b950d8303af65ca64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018bb45ddc5b705c87c9948c9f3bae97.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018bb45ddf76717f89461cd6a452588d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018e614cb4f670749f3eda30bbbbda0a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018e614e76ee7046b875d2b26759230b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018e615028e373719b4629054bee044a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018bb45ddc6773e4aaf336e89b03446f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0192a00580fa773c8480b4c25e01fbc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01‹´]ïår.²…\x08\x1E@øç"
  true
  b"\x01Œ\x159>"{ìVR°ÐŽ6w"
  null
]
80 19.54 ms
# product-listing-route::loading::aggregation::rating-exists
SELECT MAX(IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`)) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01‹´]ïår.²…\x08\x1E@øç"
  true
  b"\x01Œ\x159>"{ìVR°ÐŽ6w"
  null
  0
]
81 18.35 ms
# product-listing-route::loading::aggregation::shipping-free-filter
SELECT MAX(IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`)) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = ?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01‹´]ïår.²…\x08\x1E@øç"
  true
  b"\x01Œ\x159>"{ìVR°ÐŽ6w"
  null
  true
]
82 65.96 ms
# product-listing-route::loading::aggregation::properties
SELECT LOWER(HEX(`product.properties`.`id`)) as `properties.key`, COUNT(`product`.`id`) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id`  AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01‹´]ïår.²…\x08\x1E@øç"
  true
  b"\x01Œ\x159>"{ìVR°ÐŽ6w"
  null
]
83 46.66 ms
# product-listing-route::loading::aggregation::options
SELECT LOWER(HEX(`product.options`.`id`)) as `options.key`, COUNT(`product`.`id`) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id`  AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01‹´]ïår.²…\x08\x1E@øç"
  true
  b"\x01Œ\x159>"{ìVR°ÐŽ6w"
  null
]
84 0.38 ms
# product-listing-loader::resolve-previews
            SELECT
                parent.variant_listing_config as variantListingConfig,
                LOWER(HEX(child.id)) as id,
                LOWER(HEX(parent.id)) as parentId
             FROM product as child
                INNER JOIN product as parent
                    ON parent.id = child.parent_id
                    AND parent.version_id = child.version_id
             WHERE child.version_id = ?
             AND child.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x014Ÿ‚Írý¿Økm·È¡C"
  b"\x01+b%àrއ¶êÔ"\x13&`"
  b"\x01‘úÄñ‡sû©†\x04Óïor}"
  b"\x01*‰nèr=°\x0FY„6B«\x1C"
  b"\x01_;js¸—gàd\f"
  b"\x01O%µës¶¤‡\*Ôc\x08$"
  b"\x016n]}pÕŠ!\x10\x0F¤´5‚"
  b"\x015¥kÔq·œ\x0Fg)¾ÖòF"
  b"\x01+n=trµšAP\x1E-˜^Ï"
  b"\x01—Ò@u\x10r~»ž\x11èƒqÖ\x1C"
  b"\x01ýâòsà©\x1F\x0Fœ\r”âI"
  b"\x01J9\x1Dãsɝ \x14×Ä.Ž×"
  b"\x01OááÇqC¯BýÀ\XÎ\x14"
  b"\x01‘Fg¦Âsݸ…\x18hºÜ{O"
  b"\x01’šø\x06és*‹›x…B%S»"
  b"\x01“15«£q\x05ŠÃÊ5'}WI"
  b"\x015¼*p\x10œûû•bàn—"
  b"\x014Ýç\x0ErŽ‚Å²Ãƒ„Zß"
  b"\x01*±q­rUž\x1FéãOÎ|5"
  b"\x01¶‹ÕfrÒ¸.J£p¼’õ"
  b"\x01m„ý\vp¿ž>>\x1E5½ÙY"
  b"""
    \x01“ÅÛ\n
    \x14r ŒŽð¹\x02)\eŽ
    """
  b"\x01’š­ñs'ŽJxTOA\x08\x7F"
  b"\x01¶È,Šq?¸Ê\x1C\fy)È\x04"
]
85 0.45 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"\x01‹´]ïår.²…\x08\x1E@øç"
  true
  b"\x014Ÿ‚Írý¿Økm·È¡C"
  b"\x01+b%àrއ¶êÔ"\x13&`"
  b"\x01‘úÄñ‡sû©†\x04Óïor}"
  b"\x01*‰nèr=°\x0FY„6B«\x1C"
  b"\x01_;js¸—gàd\f"
  b"\x01O%µës¶¤‡\*Ôc\x08$"
  b"\x016n]}pÕŠ!\x10\x0F¤´5‚"
  b"\x015¥kÔq·œ\x0Fg)¾ÖòF"
  b"\x01+n=trµšAP\x1E-˜^Ï"
  b"\x01—Ò@u\x10r~»ž\x11èƒqÖ\x1C"
  b"\x01ýâòsà©\x1F\x0Fœ\r”âI"
  b"\x01J9\x1Dãsɝ \x14×Ä.Ž×"
  b"\x01OááÇqC¯BýÀ\XÎ\x14"
  b"\x01‘Fg¦Âsݸ…\x18hºÜ{O"
  b"\x01’šø\x06és*‹›x…B%S»"
  b"\x01“15«£q\x05ŠÃÊ5'}WI"
  b"\x015¼*p\x10œûû•bàn—"
  b"\x014Ýç\x0ErŽ‚Å²Ãƒ„Zß"
  b"\x01*±q­rUž\x1FéãOÎ|5"
  b"\x01¶‹ÕfrÒ¸.J£p¼’õ"
  b"\x01m„ý\vp¿ž>>\x1E5½ÙY"
  b"""
    \x01“ÅÛ\n
    \x14r ŒŽð¹\x02)\eŽ
    """
  b"\x01’š­ñs'ŽJxTOA\x08\x7F"
  b"\x01¶È,Šq?¸Ê\x1C\fy)È\x04"
]
86 3.21 ms
# product-listing-route::loading::read
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, 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`.`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`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product`.`cio_form_id` as `product.cioFormId`, `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.fallback_1.name`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.fallback_1.name`,`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.fallback_1.description`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.fallback_1.description`,`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.fallback_1.customFields`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.fallback_1.customFields`,`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.fallback_1.createdAt`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.fallback_1.updatedAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.fallback_1.productManufacturerId`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.fallback_1.languageId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.fallback_1.productManufacturerVersionId`, `product.manufacturer.translation.productManufacturerVersionId`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.fallback_1.shortCode`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.fallback_1.shortCode`,`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.fallback_1.name`, `product.unit.translation.name`, COALESCE(`product.unit.translation.fallback_1.name`,`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.fallback_1.customFields`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.fallback_1.customFields`,`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.fallback_1.createdAt`, `product.unit.translation.createdAt`, `product.unit.translation.fallback_1.updatedAt`, `product.unit.translation.updatedAt`, `product.unit.translation.fallback_1.unitId`, `product.unit.translation.unitId`, `product.unit.translation.fallback_1.languageId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.fallback_1.name`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.fallback_1.name`,`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.fallback_1.customFields`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.fallback_1.customFields`,`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.fallback_1.createdAt`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.fallback_1.updatedAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.fallback_1.deliveryTimeId`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.fallback_1.languageId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`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.fallback_1.title`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.fallback_1.title`,`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.fallback_1.alt`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.fallback_1.alt`,`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.fallback_1.customFields`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.fallback_1.customFields`,`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.fallback_1.createdAt`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.fallback_1.updatedAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.fallback_1.mediaId`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.fallback_1.languageId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1.metaDescription`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.fallback_1.metaDescription`,`product.parent.translation.fallback_1.metaDescription`,`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.fallback_1.name`, `product.parent.translation.fallback_1.name`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.fallback_1.name`,`product.parent.translation.fallback_1.name`,`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.fallback_1.keywords`, `product.parent.translation.fallback_1.keywords`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.fallback_1.keywords`,`product.parent.translation.fallback_1.keywords`,`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.fallback_1.description`, `product.parent.translation.fallback_1.description`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.fallback_1.description`,`product.parent.translation.fallback_1.description`,`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1.metaTitle`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.fallback_1.metaTitle`,`product.parent.translation.fallback_1.metaTitle`,`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1.packUnit`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.fallback_1.packUnit`,`product.parent.translation.fallback_1.packUnit`,`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1.packUnitPlural`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.fallback_1.packUnitPlural`,`product.parent.translation.fallback_1.packUnitPlural`,`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1.customSearchKeywords`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.fallback_1.customSearchKeywords`,`product.parent.translation.fallback_1.customSearchKeywords`,`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1.slotConfig`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.fallback_1.slotConfig`,`product.parent.translation.fallback_1.slotConfig`,`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.fallback_1.customFields`, `product.parent.translation.fallback_1.customFields`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.fallback_1.customFields`,`product.parent.translation.fallback_1.customFields`,`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1.createdAt`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1.updatedAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.fallback_1.productId`, `product.parent.translation.fallback_1.productId`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.fallback_1.languageId`, `product.parent.translation.fallback_1.languageId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.fallback_1.productVersionId`, `product.parent.translation.fallback_1.productVersionId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId`, `product.translation.fallback_1`.meta_description as `product.translation.fallback_1.metaDescription`, `product.translation.fallback_1`.name as `product.translation.fallback_1.name`, `product.translation.fallback_1`.keywords as `product.translation.fallback_1.keywords`, `product.translation.fallback_1`.description as `product.translation.fallback_1.description`, `product.translation.fallback_1`.meta_title as `product.translation.fallback_1.metaTitle`, `product.translation.fallback_1`.pack_unit as `product.translation.fallback_1.packUnit`, `product.translation.fallback_1`.pack_unit_plural as `product.translation.fallback_1.packUnitPlural`, `product.translation.fallback_1`.custom_search_keywords as `product.translation.fallback_1.customSearchKeywords`, `product.translation.fallback_1`.slot_config as `product.translation.fallback_1.slotConfig`, `product.translation.fallback_1`.custom_fields as `product.translation.fallback_1.customFields`, `product.translation.fallback_1`.created_at as `product.translation.fallback_1.createdAt`, `product.translation.fallback_1`.updated_at as `product.translation.fallback_1.updatedAt`, `product.translation.fallback_1`.product_id as `product.translation.fallback_1.productId`, `product.translation.fallback_1`.language_id as `product.translation.fallback_1.languageId`, `product.translation.fallback_1`.product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation`.`product_id` = `product.translation.fallback_1`.`product_id` AND `product.translation.fallback_1`.language_id = ? AND `product.translation`.product_version_id = `product.translation.fallback_1`.product_version_id WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId`, `product.parent.translation.fallback_1`.meta_description as `product.parent.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1`.name as `product.parent.translation.fallback_1.name`, `product.parent.translation.fallback_1`.keywords as `product.parent.translation.fallback_1.keywords`, `product.parent.translation.fallback_1`.description as `product.parent.translation.fallback_1.description`, `product.parent.translation.fallback_1`.meta_title as `product.parent.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1`.pack_unit as `product.parent.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1`.pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1`.custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1`.slot_config as `product.parent.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1`.custom_fields as `product.parent.translation.fallback_1.customFields`, `product.parent.translation.fallback_1`.created_at as `product.parent.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1`.updated_at as `product.parent.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1`.product_id as `product.parent.translation.fallback_1.productId`, `product.parent.translation.fallback_1`.language_id as `product.parent.translation.fallback_1.languageId`, `product.parent.translation.fallback_1`.product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.fallback_1`.`product_id` AND `product.parent.translation.fallback_1`.language_id = ? AND `product.parent.translation`.product_version_id = `product.parent.translation.fallback_1`.product_version_id WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId`, `product.manufacturer.translation.fallback_1`.name as `product.manufacturer.translation.fallback_1.name`, `product.manufacturer.translation.fallback_1`.description as `product.manufacturer.translation.fallback_1.description`, `product.manufacturer.translation.fallback_1`.custom_fields as `product.manufacturer.translation.fallback_1.customFields`, `product.manufacturer.translation.fallback_1`.created_at as `product.manufacturer.translation.fallback_1.createdAt`, `product.manufacturer.translation.fallback_1`.updated_at as `product.manufacturer.translation.fallback_1.updatedAt`, `product.manufacturer.translation.fallback_1`.product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId`, `product.manufacturer.translation.fallback_1`.language_id as `product.manufacturer.translation.fallback_1.languageId`, `product.manufacturer.translation.fallback_1`.product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation`.`product_manufacturer_id` = `product.manufacturer.translation.fallback_1`.`product_manufacturer_id` AND `product.manufacturer.translation.fallback_1`.language_id = ? AND `product.manufacturer.translation`.product_manufacturer_version_id = `product.manufacturer.translation.fallback_1`.product_manufacturer_version_id WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId`, `product.unit.translation.fallback_1`.short_code as `product.unit.translation.fallback_1.shortCode`, `product.unit.translation.fallback_1`.name as `product.unit.translation.fallback_1.name`, `product.unit.translation.fallback_1`.custom_fields as `product.unit.translation.fallback_1.customFields`, `product.unit.translation.fallback_1`.created_at as `product.unit.translation.fallback_1.createdAt`, `product.unit.translation.fallback_1`.updated_at as `product.unit.translation.fallback_1.updatedAt`, `product.unit.translation.fallback_1`.unit_id as `product.unit.translation.fallback_1.unitId`, `product.unit.translation.fallback_1`.language_id as `product.unit.translation.fallback_1.languageId` FROM `unit_translation` `product.unit.translation` LEFT JOIN `unit_translation` `product.unit.translation.fallback_1` ON `product.unit.translation`.`unit_id` = `product.unit.translation.fallback_1`.`unit_id` AND `product.unit.translation.fallback_1`.language_id = ? WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId`, `product.deliveryTime.translation.fallback_1`.name as `product.deliveryTime.translation.fallback_1.name`, `product.deliveryTime.translation.fallback_1`.custom_fields as `product.deliveryTime.translation.fallback_1.customFields`, `product.deliveryTime.translation.fallback_1`.created_at as `product.deliveryTime.translation.fallback_1.createdAt`, `product.deliveryTime.translation.fallback_1`.updated_at as `product.deliveryTime.translation.fallback_1.updatedAt`, `product.deliveryTime.translation.fallback_1`.delivery_time_id as `product.deliveryTime.translation.fallback_1.deliveryTimeId`, `product.deliveryTime.translation.fallback_1`.language_id as `product.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_1` ON `product.deliveryTime.translation`.`delivery_time_id` = `product.deliveryTime.translation.fallback_1`.`delivery_time_id` AND `product.deliveryTime.translation.fallback_1`.language_id = ? WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId`, `product.cover.media.translation.fallback_1`.title as `product.cover.media.translation.fallback_1.title`, `product.cover.media.translation.fallback_1`.alt as `product.cover.media.translation.fallback_1.alt`, `product.cover.media.translation.fallback_1`.custom_fields as `product.cover.media.translation.fallback_1.customFields`, `product.cover.media.translation.fallback_1`.created_at as `product.cover.media.translation.fallback_1.createdAt`, `product.cover.media.translation.fallback_1`.updated_at as `product.cover.media.translation.fallback_1.updatedAt`, `product.cover.media.translation.fallback_1`.media_id as `product.cover.media.translation.fallback_1.mediaId`, `product.cover.media.translation.fallback_1`.language_id as `product.cover.media.translation.fallback_1.languageId` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.fallback_1` ON `product.cover.media.translation`.`media_id` = `product.cover.media.translation.fallback_1`.`media_id` AND `product.cover.media.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x014Ÿ‚Írý¿Økm·È¡C"
  b"\x01+b%àrއ¶êÔ"\x13&`"
  b"\x01‘úÄñ‡sû©†\x04Óïor}"
  b"\x01*‰nèr=°\x0FY„6B«\x1C"
  b"\x01_;js¸—gàd\f"
  b"\x01O%µës¶¤‡\*Ôc\x08$"
  b"\x016n]}pÕŠ!\x10\x0F¤´5‚"
  b"\x015¥kÔq·œ\x0Fg)¾ÖòF"
  b"\x01+n=trµšAP\x1E-˜^Ï"
  b"\x01—Ò@u\x10r~»ž\x11èƒqÖ\x1C"
  b"\x01ýâòsà©\x1F\x0Fœ\r”âI"
  b"\x01J9\x1Dãsɝ \x14×Ä.Ž×"
  b"\x01OááÇqC¯BýÀ\XÎ\x14"
  b"\x01‘Fg¦Âsݸ…\x18hºÜ{O"
  b"\x01’šø\x06és*‹›x…B%S»"
  b"\x01“15«£q\x05ŠÃÊ5'}WI"
  b"\x015¼*p\x10œûû•bàn—"
  b"\x014Ýç\x0ErŽ‚Å²Ãƒ„Zß"
  b"\x01*±q­rUž\x1FéãOÎ|5"
  b"\x01¶‹ÕfrÒ¸.J£p¼’õ"
  b"\x01m„ý\vp¿ž>>\x1E5½ÙY"
  b"""
    \x01“ÅÛ\n
    \x14r ŒŽð¹\x02)\eŽ
    """
  b"\x01’š­ñs'ŽJxTOA\x08\x7F"
  b"\x01¶È,Šq?¸Ê\x1C\fy)È\x04"
]
87 0.94 ms
# product-listing-route::loading::association::prices::read
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01*‰nèr=°\x0FY„6B«\x1C"
  b"\x01*±q­rUž\x1FéãOÎ|5"
  b"\x01+b%àrއ¶êÔ"\x13&`"
  b"\x01+n=trµšAP\x1E-˜^Ï"
  b"\x014Ÿ‚Írý¿Økm·È¡C"
  b"\x014Ýç\x0ErŽ‚Å²Ãƒ„Zß"
  b"\x015¥kÔq·œ\x0Fg)¾ÖòF"
  b"\x015¼*p\x10œûû•bàn—"
  b"\x016n]}pÕŠ!\x10\x0F¤´5‚"
  b"\x01J9\x1Dãsɝ \x14×Ä.Ž×"
  b"\x01O%µës¶¤‡\*Ôc\x08$"
  b"\x01OááÇqC¯BýÀ\XÎ\x14"
  b"\x01_;js¸—gàd\f"
  b"\x01m„ý\vp¿ž>>\x1E5½ÙY"
  b"\x01¶‹ÕfrÒ¸.J£p¼’õ"
  b"\x01¶È,Šq?¸Ê\x1C\fy)È\x04"
  b"\x01ýâòsà©\x1F\x0Fœ\r”âI"
  b"\x01‘Fg¦Âsݸ…\x18hºÜ{O"
  b"\x01‘úÄñ‡sû©†\x04Óïor}"
  b"\x01’š­ñs'ŽJxTOA\x08\x7F"
  b"\x01’šø\x06és*‹›x…B%S»"
  b"\x01“15«£q\x05ŠÃÊ5'}WI"
  b"""
    \x01“ÅÛ\n
    \x14r ŒŽð¹\x02)\eŽ
    """
  b"\x01—Ò@u\x10r~»ž\x11èƒqÖ\x1C"
]
88 1.62 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`.`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`.`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`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product`.`cio_form_id` as `product.cioFormId`, `product.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1.metaDescription`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.fallback_1.metaDescription`,`product.parent.translation.fallback_1.metaDescription`,`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.fallback_1.name`, `product.parent.translation.fallback_1.name`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.fallback_1.name`,`product.parent.translation.fallback_1.name`,`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.fallback_1.keywords`, `product.parent.translation.fallback_1.keywords`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.fallback_1.keywords`,`product.parent.translation.fallback_1.keywords`,`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.fallback_1.description`, `product.parent.translation.fallback_1.description`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.fallback_1.description`,`product.parent.translation.fallback_1.description`,`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1.metaTitle`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.fallback_1.metaTitle`,`product.parent.translation.fallback_1.metaTitle`,`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1.packUnit`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.fallback_1.packUnit`,`product.parent.translation.fallback_1.packUnit`,`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1.packUnitPlural`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.fallback_1.packUnitPlural`,`product.parent.translation.fallback_1.packUnitPlural`,`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1.customSearchKeywords`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.fallback_1.customSearchKeywords`,`product.parent.translation.fallback_1.customSearchKeywords`,`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1.slotConfig`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.fallback_1.slotConfig`,`product.parent.translation.fallback_1.slotConfig`,`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.fallback_1.customFields`, `product.parent.translation.fallback_1.customFields`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.fallback_1.customFields`,`product.parent.translation.fallback_1.customFields`,`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1.createdAt`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1.updatedAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.fallback_1.productId`, `product.parent.translation.fallback_1.productId`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.fallback_1.languageId`, `product.parent.translation.fallback_1.languageId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.fallback_1.productVersionId`, `product.parent.translation.fallback_1.productVersionId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId`, `product.translation.fallback_1`.meta_description as `product.translation.fallback_1.metaDescription`, `product.translation.fallback_1`.name as `product.translation.fallback_1.name`, `product.translation.fallback_1`.keywords as `product.translation.fallback_1.keywords`, `product.translation.fallback_1`.description as `product.translation.fallback_1.description`, `product.translation.fallback_1`.meta_title as `product.translation.fallback_1.metaTitle`, `product.translation.fallback_1`.pack_unit as `product.translation.fallback_1.packUnit`, `product.translation.fallback_1`.pack_unit_plural as `product.translation.fallback_1.packUnitPlural`, `product.translation.fallback_1`.custom_search_keywords as `product.translation.fallback_1.customSearchKeywords`, `product.translation.fallback_1`.slot_config as `product.translation.fallback_1.slotConfig`, `product.translation.fallback_1`.custom_fields as `product.translation.fallback_1.customFields`, `product.translation.fallback_1`.created_at as `product.translation.fallback_1.createdAt`, `product.translation.fallback_1`.updated_at as `product.translation.fallback_1.updatedAt`, `product.translation.fallback_1`.product_id as `product.translation.fallback_1.productId`, `product.translation.fallback_1`.language_id as `product.translation.fallback_1.languageId`, `product.translation.fallback_1`.product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation`.`product_id` = `product.translation.fallback_1`.`product_id` AND `product.translation.fallback_1`.language_id = ? AND `product.translation`.product_version_id = `product.translation.fallback_1`.product_version_id WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId`, `product.parent.translation.fallback_1`.meta_description as `product.parent.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1`.name as `product.parent.translation.fallback_1.name`, `product.parent.translation.fallback_1`.keywords as `product.parent.translation.fallback_1.keywords`, `product.parent.translation.fallback_1`.description as `product.parent.translation.fallback_1.description`, `product.parent.translation.fallback_1`.meta_title as `product.parent.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1`.pack_unit as `product.parent.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1`.pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1`.custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1`.slot_config as `product.parent.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1`.custom_fields as `product.parent.translation.fallback_1.customFields`, `product.parent.translation.fallback_1`.created_at as `product.parent.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1`.updated_at as `product.parent.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1`.product_id as `product.parent.translation.fallback_1.productId`, `product.parent.translation.fallback_1`.language_id as `product.parent.translation.fallback_1.languageId`, `product.parent.translation.fallback_1`.product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.fallback_1`.`product_id` AND `product.parent.translation.fallback_1`.language_id = ? AND `product.parent.translation`.product_version_id = `product.parent.translation.fallback_1`.product_version_id WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x014Ÿ‚Írý¿Økm·È¡C"
  b"\x01+b%àrއ¶êÔ"\x13&`"
  b"\x01‘úÄñ‡sû©†\x04Óïor}"
  b"\x01*‰nèr=°\x0FY„6B«\x1C"
  b"\x01_;js¸—gàd\f"
  b"\x01O%µës¶¤‡\*Ôc\x08$"
  b"\x016n]}pÕŠ!\x10\x0F¤´5‚"
  b"\x015¥kÔq·œ\x0Fg)¾ÖòF"
  b"\x01+n=trµšAP\x1E-˜^Ï"
  b"\x01—Ò@u\x10r~»ž\x11èƒqÖ\x1C"
  b"\x01ýâòsà©\x1F\x0Fœ\r”âI"
  b"\x01J9\x1Dãsɝ \x14×Ä.Ž×"
  b"\x01OááÇqC¯BýÀ\XÎ\x14"
  b"\x01‘Fg¦Âsݸ…\x18hºÜ{O"
  b"\x01’šø\x06és*‹›x…B%S»"
  b"\x01“15«£q\x05ŠÃÊ5'}WI"
  b"\x015¼*p\x10œûû•bàn—"
  b"\x014Ýç\x0ErŽ‚Å²Ãƒ„Zß"
  b"\x01*±q­rUž\x1FéãOÎ|5"
  b"\x01¶‹ÕfrÒ¸.J£p¼’õ"
  b"\x01m„ý\vp¿ž>>\x1E5½ÙY"
  b"""
    \x01“ÅÛ\n
    \x14r ŒŽð¹\x02)\eŽ
    """
  b"\x01’š­ñs'ŽJxTOA\x08\x7F"
  b"\x01¶È,Šq?¸Ê\x1C\fy)È\x04"
]
89 0.29 ms
SELECT `cio_product_countrystock`.`id` as `cio_product_countrystock.id`, `cio_product_countrystock`.`product_id` as `cio_product_countrystock.productId`, `cio_product_countrystock`.`country_iso3_code` as `cio_product_countrystock.countryIso3Code`, `cio_product_countrystock`.`stock` as `cio_product_countrystock.stock`, `cio_product_countrystock`.`created_at` as `cio_product_countrystock.createdAt`, `cio_product_countrystock`.`updated_at` as `cio_product_countrystock.updatedAt` FROM `cio_product_countrystock` WHERE (`cio_product_countrystock`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x01*‰nèr=°\x0FY„6B«\x1C"
  b"\x01*±q­rUž\x1FéãOÎ|5"
  b"\x01+b%àrއ¶êÔ"\x13&`"
  b"\x01+n=trµšAP\x1E-˜^Ï"
  b"\x014Ÿ‚Írý¿Økm·È¡C"
  b"\x014Ýç\x0ErŽ‚Å²Ãƒ„Zß"
  b"\x015¥kÔq·œ\x0Fg)¾ÖòF"
  b"\x015¼*p\x10œûû•bàn—"
  b"\x016n]}pÕŠ!\x10\x0F¤´5‚"
  b"\x01J9\x1Dãsɝ \x14×Ä.Ž×"
  b"\x01O%µës¶¤‡\*Ôc\x08$"
  b"\x01OááÇqC¯BýÀ\XÎ\x14"
  b"\x01_;js¸—gàd\f"
  b"\x01m„ý\vp¿ž>>\x1E5½ÙY"
  b"\x01¶‹ÕfrÒ¸.J£p¼’õ"
  b"\x01¶È,Šq?¸Ê\x1C\fy)È\x04"
  b"\x01ýâòsà©\x1F\x0Fœ\r”âI"
  b"\x01‘Fg¦Âsݸ…\x18hºÜ{O"
  b"\x01‘úÄñ‡sû©†\x04Óïor}"
  b"\x01’š­ñs'ŽJxTOA\x08\x7F"
  b"\x01’šø\x06és*‹›x…B%S»"
  b"\x01“15«£q\x05ŠÃÊ5'}WI"
  b"""
    \x01“ÅÛ\n
    \x14r ŒŽð¹\x02)\eŽ
    """
  b"\x01—Ò@u\x10r~»ž\x11èƒqÖ\x1C"
]
90 0.37 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.fallback_1.shortCode`, `unit.translation.shortCode`, COALESCE(`unit.translation.fallback_1.shortCode`,`unit.translation.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.fallback_1.name`, `unit.translation.name`, COALESCE(`unit.translation.fallback_1.name`,`unit.translation.name`,`unit.translation.name`) as `unit.name`, `unit.translation.fallback_1.customFields`, `unit.translation.customFields`, COALESCE(`unit.translation.fallback_1.customFields`,`unit.translation.customFields`,`unit.translation.customFields`) as `unit.customFields`, `unit.translation.fallback_1.createdAt`, `unit.translation.createdAt`, `unit.translation.fallback_1.updatedAt`, `unit.translation.updatedAt`, `unit.translation.fallback_1.unitId`, `unit.translation.unitId`, `unit.translation.fallback_1.languageId`, `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation`.unit_id, `unit.translation`.short_code as `unit.translation.shortCode`, `unit.translation`.name as `unit.translation.name`, `unit.translation`.custom_fields as `unit.translation.customFields`, `unit.translation`.created_at as `unit.translation.createdAt`, `unit.translation`.updated_at as `unit.translation.updatedAt`, `unit.translation`.unit_id as `unit.translation.unitId`, `unit.translation`.language_id as `unit.translation.languageId`, `unit.translation.fallback_1`.short_code as `unit.translation.fallback_1.shortCode`, `unit.translation.fallback_1`.name as `unit.translation.fallback_1.name`, `unit.translation.fallback_1`.custom_fields as `unit.translation.fallback_1.customFields`, `unit.translation.fallback_1`.created_at as `unit.translation.fallback_1.createdAt`, `unit.translation.fallback_1`.updated_at as `unit.translation.fallback_1.updatedAt`, `unit.translation.fallback_1`.unit_id as `unit.translation.fallback_1.unitId`, `unit.translation.fallback_1`.language_id as `unit.translation.fallback_1.languageId` FROM `unit_translation` `unit.translation` LEFT JOIN `unit_translation` `unit.translation.fallback_1` ON `unit.translation`.`unit_id` = `unit.translation.fallback_1`.`unit_id` AND `unit.translation.fallback_1`.language_id = ? WHERE `unit.translation`.language_id = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
91 0.39 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
92 0.55 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:
[]
93 0.61 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:
[]
94 1.61 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`.`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`.`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`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product`.`cio_form_id` as `product.cioFormId`, `product.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1.metaDescription`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.fallback_1.metaDescription`,`product.parent.translation.fallback_1.metaDescription`,`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.fallback_1.name`, `product.parent.translation.fallback_1.name`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.fallback_1.name`,`product.parent.translation.fallback_1.name`,`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.fallback_1.keywords`, `product.parent.translation.fallback_1.keywords`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.fallback_1.keywords`,`product.parent.translation.fallback_1.keywords`,`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.fallback_1.description`, `product.parent.translation.fallback_1.description`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.fallback_1.description`,`product.parent.translation.fallback_1.description`,`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1.metaTitle`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.fallback_1.metaTitle`,`product.parent.translation.fallback_1.metaTitle`,`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1.packUnit`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.fallback_1.packUnit`,`product.parent.translation.fallback_1.packUnit`,`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1.packUnitPlural`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.fallback_1.packUnitPlural`,`product.parent.translation.fallback_1.packUnitPlural`,`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1.customSearchKeywords`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.fallback_1.customSearchKeywords`,`product.parent.translation.fallback_1.customSearchKeywords`,`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1.slotConfig`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.fallback_1.slotConfig`,`product.parent.translation.fallback_1.slotConfig`,`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.fallback_1.customFields`, `product.parent.translation.fallback_1.customFields`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.fallback_1.customFields`,`product.parent.translation.fallback_1.customFields`,`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1.createdAt`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1.updatedAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.fallback_1.productId`, `product.parent.translation.fallback_1.productId`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.fallback_1.languageId`, `product.parent.translation.fallback_1.languageId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.fallback_1.productVersionId`, `product.parent.translation.fallback_1.productVersionId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId`, `product.translation.fallback_1`.meta_description as `product.translation.fallback_1.metaDescription`, `product.translation.fallback_1`.name as `product.translation.fallback_1.name`, `product.translation.fallback_1`.keywords as `product.translation.fallback_1.keywords`, `product.translation.fallback_1`.description as `product.translation.fallback_1.description`, `product.translation.fallback_1`.meta_title as `product.translation.fallback_1.metaTitle`, `product.translation.fallback_1`.pack_unit as `product.translation.fallback_1.packUnit`, `product.translation.fallback_1`.pack_unit_plural as `product.translation.fallback_1.packUnitPlural`, `product.translation.fallback_1`.custom_search_keywords as `product.translation.fallback_1.customSearchKeywords`, `product.translation.fallback_1`.slot_config as `product.translation.fallback_1.slotConfig`, `product.translation.fallback_1`.custom_fields as `product.translation.fallback_1.customFields`, `product.translation.fallback_1`.created_at as `product.translation.fallback_1.createdAt`, `product.translation.fallback_1`.updated_at as `product.translation.fallback_1.updatedAt`, `product.translation.fallback_1`.product_id as `product.translation.fallback_1.productId`, `product.translation.fallback_1`.language_id as `product.translation.fallback_1.languageId`, `product.translation.fallback_1`.product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation`.`product_id` = `product.translation.fallback_1`.`product_id` AND `product.translation.fallback_1`.language_id = ? AND `product.translation`.product_version_id = `product.translation.fallback_1`.product_version_id WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId`, `product.parent.translation.fallback_1`.meta_description as `product.parent.translation.fallback_1.metaDescription`, `product.parent.translation.fallback_1`.name as `product.parent.translation.fallback_1.name`, `product.parent.translation.fallback_1`.keywords as `product.parent.translation.fallback_1.keywords`, `product.parent.translation.fallback_1`.description as `product.parent.translation.fallback_1.description`, `product.parent.translation.fallback_1`.meta_title as `product.parent.translation.fallback_1.metaTitle`, `product.parent.translation.fallback_1`.pack_unit as `product.parent.translation.fallback_1.packUnit`, `product.parent.translation.fallback_1`.pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural`, `product.parent.translation.fallback_1`.custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords`, `product.parent.translation.fallback_1`.slot_config as `product.parent.translation.fallback_1.slotConfig`, `product.parent.translation.fallback_1`.custom_fields as `product.parent.translation.fallback_1.customFields`, `product.parent.translation.fallback_1`.created_at as `product.parent.translation.fallback_1.createdAt`, `product.parent.translation.fallback_1`.updated_at as `product.parent.translation.fallback_1.updatedAt`, `product.parent.translation.fallback_1`.product_id as `product.parent.translation.fallback_1.productId`, `product.parent.translation.fallback_1`.language_id as `product.parent.translation.fallback_1.languageId`, `product.parent.translation.fallback_1`.product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation`.`product_id` = `product.parent.translation.fallback_1`.`product_id` AND `product.parent.translation.fallback_1`.language_id = ? AND `product.parent.translation`.product_version_id = `product.parent.translation.fallback_1`.product_version_id WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x014Ÿ‚Írý¿Økm·È¡C"
  b"\x01+b%àrއ¶êÔ"\x13&`"
  b"\x01‘úÄñ‡sû©†\x04Óïor}"
  b"\x01*‰nèr=°\x0FY„6B«\x1C"
  b"\x01_;js¸—gàd\f"
  b"\x01O%µës¶¤‡\*Ôc\x08$"
  b"\x016n]}pÕŠ!\x10\x0F¤´5‚"
  b"\x015¥kÔq·œ\x0Fg)¾ÖòF"
  b"\x01+n=trµšAP\x1E-˜^Ï"
  b"\x01—Ò@u\x10r~»ž\x11èƒqÖ\x1C"
  b"\x01ýâòsà©\x1F\x0Fœ\r”âI"
  b"\x01J9\x1Dãsɝ \x14×Ä.Ž×"
  b"\x01OááÇqC¯BýÀ\XÎ\x14"
  b"\x01‘Fg¦Âsݸ…\x18hºÜ{O"
  b"\x01’šø\x06és*‹›x…B%S»"
  b"\x01“15«£q\x05ŠÃÊ5'}WI"
  b"\x015¼*p\x10œûû•bàn—"
  b"\x014Ýç\x0ErŽ‚Å²Ãƒ„Zß"
  b"\x01*±q­rUž\x1FéãOÎ|5"
  b"\x01¶‹ÕfrÒ¸.J£p¼’õ"
  b"\x01m„ý\vp¿ž>>\x1E5½ÙY"
  b"""
    \x01“ÅÛ\n
    \x14r ŒŽð¹\x02)\eŽ
    """
  b"\x01’š­ñs'ŽJxTOA\x08\x7F"
  b"\x01¶È,Šq?¸Ê\x1C\fy)È\x04"
]
95 0.25 ms
SELECT `cio_product_countrystock`.`id` as `cio_product_countrystock.id`, `cio_product_countrystock`.`product_id` as `cio_product_countrystock.productId`, `cio_product_countrystock`.`country_iso3_code` as `cio_product_countrystock.countryIso3Code`, `cio_product_countrystock`.`stock` as `cio_product_countrystock.stock`, `cio_product_countrystock`.`created_at` as `cio_product_countrystock.createdAt`, `cio_product_countrystock`.`updated_at` as `cio_product_countrystock.updatedAt` FROM `cio_product_countrystock` WHERE (`cio_product_countrystock`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x01*‰nèr=°\x0FY„6B«\x1C"
  b"\x01*±q­rUž\x1FéãOÎ|5"
  b"\x01+b%àrއ¶êÔ"\x13&`"
  b"\x01+n=trµšAP\x1E-˜^Ï"
  b"\x014Ÿ‚Írý¿Økm·È¡C"
  b"\x014Ýç\x0ErŽ‚Å²Ãƒ„Zß"
  b"\x015¥kÔq·œ\x0Fg)¾ÖòF"
  b"\x015¼*p\x10œûû•bàn—"
  b"\x016n]}pÕŠ!\x10\x0F¤´5‚"
  b"\x01J9\x1Dãsɝ \x14×Ä.Ž×"
  b"\x01O%µës¶¤‡\*Ôc\x08$"
  b"\x01OááÇqC¯BýÀ\XÎ\x14"
  b"\x01_;js¸—gàd\f"
  b"\x01m„ý\vp¿ž>>\x1E5½ÙY"
  b"\x01¶‹ÕfrÒ¸.J£p¼’õ"
  b"\x01¶È,Šq?¸Ê\x1C\fy)È\x04"
  b"\x01ýâòsà©\x1F\x0Fœ\r”âI"
  b"\x01‘Fg¦Âsݸ…\x18hºÜ{O"
  b"\x01‘úÄñ‡sû©†\x04Óïor}"
  b"\x01’š­ñs'ŽJxTOA\x08\x7F"
  b"\x01’šø\x06és*‹›x…B%S»"
  b"\x01“15«£q\x05ŠÃÊ5'}WI"
  b"""
    \x01“ÅÛ\n
    \x14r ŒŽð¹\x02)\eŽ
    """
  b"\x01—Ò@u\x10r~»ž\x11èƒqÖ\x1C"
]
96 2.91 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500
Parameters:
[
  true
  b"\x01Ž6\x08ý¼qœ—œ&ÕТKS"
  b"\x01Ž6\t\rJq-¼PÅùÅŸ>\x11"
  b"\x01ŽE¥þcpW·æL¥áßôê"
  b"\x01ŽE¦\x05\x12s\x07£q®¢7HïÂ"
  b"\x01ŽE¦\vgr.¸>ADúu]`"
  b"\x01ŽO!.s¦‘9LŸ,Ñ^g"
  b"\x01ŽžcEôrœ®õÂÌ¥Óˆ›"
  b"\x01ŽžŽ\x13/q\x0E”d£†…e•õ"
  b"\x01Ž¢\x15\x19msI†<¼t\x1DCœó"
  b"\x01Ž¢;¹®sæµ"‰qP~î‘"
  b"\x01Ž¢;Á8sþ¯×ðšaç%b"
  b"\x01Ž¢;Õ'p\x07¶1uKÅfg^"
  b"\x01Œ\x11>ŠVzð¶ekä&Üõ\x08"
  b"\x01Œ\x11>ÜÞwC‘¢Õ¹‰GÉ€"
  b"\x01Œ\x15*N\x10\x7FÕ¶µsýøùiŒ"
  b"\x01Œ\x15\x1C~0œïíèlŽ(Å"
  b"\x01Œ\x15+puv3­ãá!Üß3="
  b"\x01Œ\x15+ˆÕq4ƒ\v@{¹\x1E]["
  b"\x01Œ\x15+÷å} ¼ä!b×*¤\r"
  b"\x01Œ\x15,:PpL¿¹õ}\tùœã"
  b"\x01Œ\x15W¢åsD¥¢çÕ϶—"
  b"\x01Œ\x15X#Fw¬­Ï-̇ü\x1E0"
  b"\x01Œ\x15b~S\x7F\x05±âÒ\x1A´¿ÞÌ"
  b"\x01Œ\x15b¼¤~\v£—ž—D“\x1AF"
  b"\x01Œ\x15bÝ‘zÚ²3—D\x18zœk"
  b"\x01Œ\x15büdt­µ¥F뀫wÓ"
  b"\x01Œ\x15c\x17ï{F²MX&\x0Eø¬Ô"
  b"\x01Œ\x15c7F|\x17™<x_\x11n&{"
  b"\x01Œ\x15cMOwϤvTþP„«G"
  b"\x01Œ\x15d\x021p)ª†œP\eâ£j"
  b"\x01Œ\x15dW|ô½Þ3aP\x1AÎ\x05"
  b"\x01Œ\x15l­ ~u‚ØM\rƼYŽ"
  b"\x01Œ\x15\x0EvÀŒÚì™h5\x05"
  b"\x01Œ\x15m-‚~\v¤fÏ\eíꢚ"
  b"\x01Œ\x15mHý{ˆ“!b¡\x0E`·å"
  b"\x01Œ\x15\x17v žØ]þÝáKS"
  b"\x01Œ\x15ý\o~P¹Bê­éôí\x08"
  b"\x01Œ\x16\x073ät½œœŸ+_0ØF"
  b"\x01Ž6\x07›#st dš\x15!–ñ"
  b"\x01Ž6\x07°Špâ•&|ßÿ\x04q\x07"
  b"\x01Ž6\x07ÁØr׉˨ðqm¢"
  b"\x01Ž6\x07Ä:rz‘§š\x1A㤈î"
  b"\x01Ž6\x07Öés=­S¥_±€ò‹"
  b"\x01Ž6\x07ÙBp½Žóædê[mó"
  b"\x01Ž6\x07Ýýr¸„.ðzL\x7F"
  b"\x01Ž6\x07îÔrµ\x04j\x05Å“\x07}"
  b"\x01Ž6\x07órÔŠ»f¸@Ã?"
  b"\x01Ž6\x07ö%sy©©)8¿ÖC5"
  b"\x01Ž6\x07ûHsi…WCë9œkŠ"
  b"\x01Ž6\x08\x00/p݉\x1D\x17¤\x11„œ"
  b"\x01Ž6\x08\x02¨s9†\f´ªm\x1E\x02"
  b"\x01Ž6\x08\x17¥sž\x7FæÞ[cÎ\x06"
  b"\x01Ž6\x08\x1E…s#‰8öÃØWSõ"
  b"\x01Ž6\x08 ÿsKŸ0»àÿFÂ@"
  b"\x01Ž6\x08#Vsª‹úÈ\x1D±xŠå"
  b"\x01Ž6\x08%Üqõ®_"úÖn:ç"
  b"\x01Ž6\x08(us_Žj)`fÞëH"
  b"\x01Ž6\x08*Óq׊8•»í\x1E"
  b"\x01Ž6\x08=ûs\x14²nN{\x1Fé"
  b"\x01Ž6\x08@Vq\x00”,°u=à†ß"
  b"\x01Ž6\x08B¬rÙ³šhßÍG "
  b"\x01Ž6\x08EDsb²ˆ‡&|b\x02ï"
  b"\x01Ž6\x08G÷r\x01ƒ“×­I())"
  b"\x01Ž6\x08J•rg¥Žžc¦tä."
  b"\x01Ž6\x08]:s\x07“‘_ï˦ŠÐ"
  b"\x01Ž6\x08_pXƒvãK\x13×HJ"
  b"\x01Ž6\x08oBs\t¡{ª{Ú¡¦¿"
  b"\x01Ž6\x08qÃs\x01¡×ýŽ\t½)\e"
  b"\x01Ž6\x08ƒŽq[ž(pí0µxÈ"
  b"\x01Ž6\x08…äpH­\v†g\x1A\x7F3G"
  b"\x01Ž6\x08ˆ@p4´óö8Z‚P/"
  b"\x01Ž6\x08ŠœpԪװê\x10|íÎ"
  b"\x01Ž6\x08Ž rÍ‘,=ÎÇ'û"
  b"\x01Ž6\x08Ìpº›1ÉgØ”\"
  b"\x01Ž6\x08©×pS»é#fh\x08›‡"
  b"\x01Ž6\x08¬apå¯oQµªÇ7Ÿ"
  b"\x01Ž6\x08À÷sz¿Ñ‚`6jñ"
  b"\x01Ž6\x08Ëqy›‘\x06\x18\x03Ë"
  b"\x01Ž6\x08Æ\epZ‰©'%\x7F·8@"
  b"\x01Ž6\x08Ȱqå„MýˆÀœIŽ"
  b"\x01Ž6\x08ÍàqÁ•³kQÈkC«"
  b"\x01Ž6\x08çHq\x01’$}]á\x18/\"
  b"\x01Ž6\x08éÒsÞ•»§ŸTž–@"
  b"\x01Ž6\x08û1sÓ¶ÃùãIÆcŽ"
  b"\x01Ž6\t\x19§rª–¯¬\x18PM=\x1D"
  b"\x01Ž6\t\x1C…q²ˆ²žÙG•dÈ"
  b"\x01Ž6\t\x1F8q3Ÿ\x08¿\x15¼\x06¥Ð"
  b"\x01Ž6\t!¿q­€mþ“{¡ôx"
  b"\x01Ž6\t$EpΆÎé•ëVDŒ"
  b"\x01Ž6\tBÌq ½l\x0EYâW¢&"
  b"\x01Ž6\tEhsþ¨Y]\t|ÿdÜ"
  b"\x01Ž6\tH\x01r‚°\x17Ü7\x18P"""
  b"\x01Ž6\tJ˜q\x1C¦ÔKºR'p"
  b"\x01Ž6\tM/sž‚€`‚ôŒeØ"
  b"\x01Ž6\tOÐq‘—iÜ]»\÷\x1D"
  b"\x01Ž6\taôrš›\x0E\x04ó¡¥"
  b"\x01Ž6\tdsp"»µ\x1A'%\x04\x0E!"
  b"\x01Ž6\tg/s\eº”â\x1CñŽ”"
  b"\x01Ž6\tiÇr2±ÈûQ+È–Ç"
  b"\x01Ž6\tlgrH†=„\x7Fu<P\x15"
  b"\x01Ž6\tnópö£·¿\x14ô\x14O…"
  b"\x01Ž6\tq‘r{¿Š¯\x06¾é0"
  b"\x01Ž6\tt6r%˜¤F‡6\x17"
  b"\x01Ž6\t•8qy Q1ŠË6Ç"
  b"\x01Ž6\t—Ñpøž8¾3q£Òâ"
  b"\x01Ž6\tš˜s¬³>yDJþ#í"
  b"\x01Ž6\t:r ´ÖU‰\x1F\x06¿"
  b"\x01Ž6\tŸ÷sQô\x08ºu¶z\e"
  b"\x01Ž6\t¢Õq–ºTõSvãNŸ"
  b"\x01Ž6\t½\fr~ˆQÚ'\x0EÄsÓ"
  b"\x01Ž6\tÂVr³¶\x15§à[‚Ь"
  b"\x01Ž6\tÛ¾s¯†"Í™\x00ü’µ"
  b"""
    \x01Ž6\tÞhp+\x0E-ên\n
    R–
    """
  b"\x01Ž6\tã¢r‚—Á\x07•X\x1AJ"
  b"\x01Ž6\tô|p±•…ðÅtØê³"
  b"\x01Ž6\t÷Es›ŠuES%:’â"
  b"""
    \x01Ž6\n
    !Þq]ŽVéβC$T
    """
  b"""
    \x01Ž6\n
    $ˆs›¿Ž4U¾(×ð
    """
  b"""
    \x01Ž6\n
    6øsõ»»{»÷\fëÆ
    """
  b"""
    \x01Ž6\n
    9®rÒ¿´Ò\n
    \x04\x12äs
    """
  b"""
    \x01Ž6\n
    JPp\x10¾` Zý”Ör
    """
  b"""
    \x01Ž6\n
    RrÅ»iu=W6‹º
    """
  b"""
    \x01Ž6\n
    e•sĪ\x18D^\x06ëåÿ
    """
  b"""
    \x01Ž6\n
    h8r좼bÈb¶Ê
    """
  b"""
    \x01Ž6\n
    {\x03qó¥àæGÕ\x16\x17À
    """
  b"""
    \x01Ž6\n
    ޼s<»Û\x1DµS˜\x08
    """
  b"""
    \x01Ž6\n
    ‘zp}¹æê¸\x1Ekëo
    """
  b"""
    \x01Ž6\n
    ÀösÅ©Ží_aÈäí
    """
  b"""
    \x01Ž6\n
    ÔÖpG¶¼µ,»%c
    """
  b"\x01Ž6\n׳sÊ€F´;\x00Ÿ…R"
  b"""
    \x01Ž6\n
    ò\x1Fs(š\x07¸éPŸf
    """
  b"""
    \x01Ž6\n
    ô¦r\x07±\x1DmïK–³\x03
    """
  b"""
    \x01Ž6\n
    ÷`r&²´]\x15Ιwû
    """
  b"\x01Ž6\v\v®s­œE7¿\x01H4\x12"
  b"\x01Ž6\v\x16Gr?ž8†å»Ž÷ý"
  b"\x01Ž6\v\x18øs\x06¸ïD\t¼/<d"
  b"\x01Ž6\v)Æqª°É\x17àW‡<"
  b"\x01Ž6\v,lpîµ­sÁíÇ\ej"
  b"\x01Ž6\v<BpÕŽóŽQ\x10”‰"
  b"\x01Ž6\v?\vqם\x05ÚÖ\r—Á%"
  b"\x01Ž6\vA·s\x1C‡ÿ‰±L9mÓ"
  b"\x01Ž6\vDyr´°Káþl±\x13ñ"
  b"\x01Ž6\vG2q ¬x\x1D«3\eá_"
  b"\x01Ž6\vJ\x16sL¾\x1C\x1F\x11\x11(\x13¦"
  b"\x01Ž6\x10=,s͹UbB.J5"
  b"\x01Ž6\x10HØq…¯E\x02\x03ûÔ\x02Ž"
  b"\x01Ž6\x10z8rj£–_&?bja"
  b"\x01Ž6\x10-q\x06ŽÆD]0\x0F³0"
  b"\x01Ž6\x10©órì¿¥*\x07âR4æ"
  b"\x01Ž6\x10¼®qA¼Tò1~û»o"
  b"\x01Ž6\x10¿¢q¤‚ÔZ\tºR¦×"
  b"\x01Ž6\x10Â\p%¤ÚB«W»]Å"
  b"\x01Ž6\x10Å\x1Es’Œ±o|¿•\v"
  b"\x01Ž6\x10ÿåp\x03·a(\´hé’"
  b"\x01ŽM†\x19sH´\x12béÉ1‘Œ"
  b"\x01ŽM¡`s” ,Ò-Th;J"
  b"\x01ŽM¤(sÁ˜\x1FÃr\tZ^\x1A"
  b"\x01ŽM§\x14sŒ‚å\x04\x18gÉa@"
  b"\x01ŽMª\x01pü­[Ó˜A²3"
  b"\x01ŽMĹp\tÔׄ¯¥L¢"
  b"\x01ŽMÒ:p‡¼f‚W-¥XF"
  b"\x01ŽM×Ûs;°¾“Ãí¾D…"
  b"\x01ŽMê¬rq€@\x03ßÑI\x14h"
  b"\x01ŽN\x0E$qhžSœ\x12’qÛ¼"
  b"\x01ŽN,$sÁ¯rÿ\:O\x02¼"
  b"\x01ŽN/\fr“Ž­’ —”?h"
  b"\x01ŽNDåq\x1E—Í ¼>B€ž"
  b"\x01ŽN]5s‘£‡…R\x06;’h"
  b"\x01ŽNp–pxŽÀ4¹<‰¶™"
  b"\x01ŽN„ïs™²¿¹\x12Q"A\x10"
  b"\x01ŽN‡äsn„]öbPV¦¯"
  b"\x01ŽNŠÑr:¤ï1\x06!\x11Fl"
  b"\x01ŽNŽÜqPš,Û‡s\v\x18ì"
  b"\x01ŽN¡ór¿›8å\túÔYà"
  b"\x01ŽN¤êq°›tݧ4§\x04É"
  b"\x01ŽNÊ,p綃G)~Aœ"
  b"\x01ŽNÍ\x1FrÜ¢¢C\x19MYil"
  b"\x01ŽNÐ1sy¾\x07\x1A‘µˆªü"
  b"\x01ŽNä…rR”ûtcÿ‚4"
  b"\x01ŽNç‹qç¸=Bj\r(ök"
  b"\x01ŽNôÊsw„öÙ\x04å\x1Fº\t"
  b"\x01ŽNø\tqð‚ˆÕy "¼\x1D"
  b"\x01ŽO\t«r޲#K'j\x0F\fU"
  b"\x01ŽO\fùq@’˜ò\x1Db¬¾˜"
  b"\x01ŽO$^q*Ž\ev®J\eA\x1E"
  b"\x01ŽO4s¿‹\x14õ°\x16\x16"
  b"\x01ŽOF\x18r;§7þ˜\vÝF"
  b"\x01ŽOI[q¼‹¹zµÞXî"
  b"\x01ŽOL²ra”54_"V„Ž"
  b"\x01ŽOOØqPr;éQõ\\v"
  b"\x01ŽOS\x15pi½ÃIc\x15\x05"
  b"\x01ŽOeäpӏ¶u\x0EÍ"¿ˆ"
  b"\x01ŽOx>pá\x01jÝô0º¡"
  b"\x01ŽO{§p"ŠÂ\x18\x1CA\x10\x13"
  b"\x01ŽO‡\x1Cs¼¡ï•šRYÔT"
  b"\x01ŽOŠŽq\x03›e´,ñ«7t"
  b"\x01ŽO­«r½¸\x11\t\x10õ“ï3"
  b"\x01ŽO°ûr\x11¼¶\x08Ȑ\x05]"
  b"""
    \x01ŽP\x0FPrþ³†ª\n
    PÇ«ˆ
    """
  b"\x01ŽP\x12±s`—êKgyµ<g"
  b"\x01ŽP\x15ýríŒÀ\x17"‚|Já"
  b"\x01ŽP\x195s¢‘\eøšÏ\x14õß"
  b"\x01ŽP\x1CrsÉ¡©ãMBðŽë"
  b"\x01ŽP1Hp[Ÿeô(‹Þr"
  b"\x01ŽP4ƒs'€Ìkäpë4\x16"
  b"\x01ŽP7ír©³\x1AïÏ\x00È4\x12"
  b"\x01ŽPi(s¤±\x13à«Á–.O"
  b"\x01ŽP™vp–·ý÷\x06}\thI"
  b"\x01ŽP\x03q۝\x05²V\x15ÒÞÁ"
  b"\x01ŽP Csr‡Ü'ÕÝ­\x1Cq"
  b"\x01ŽPÑåsp¤å\x14\e¶`ò\x1F"
  b"\x01ŽPÕ[p«š\x033ßN\x12ûV"
  b"\x01ŽQ\x1Cdp¶¹äkl8iD&"
  b"\x01ŽQ6Hq`³N\x06\™¾"
  b"\x01ŽQ9žp\x02°HŽxCEÁ%"
  b"\x01ŽQ>1q\eˆÌ¡^|\x11¢9"
  b"\x01ŽQ[þrƪ%þ\x07ÃYüö"
  b"\x01ŽQ_‚r!”#\x02-\x1F:b”"
  b"\x01ŽQŽ\x14pCŸ¾ì—³ˆ-ã"
  b"""
    \x01ŽQ”qLù$×J\n
    \x04¤
    """
  b"\x01ŽRašp„“î¬\x03_3\x0EŽ"
  b"\x01ŽR‡»r/‰¤½‡ë¾%U"
  b"\x01ŽRú[p6™Z\x1F®9êÆÔ"
  b"\x01ŽS\x16ésÒ’ýŽ\x17â¾7L"
  b"\x01ŽS\x1AXq©¶\x04mÀ¶ºÃ¢"
  b"\x01ŽS\x1DÞrL¹2¿²\x1AóîÁ"
  b"\x01ŽS!—rê™™Œ¼ <¸ÿ"
  b"\x01ŽS%=p(¤©…ˆ´(‡"
  b"\x01ŽS:ñs•×\x05b\f=¯J"
  b"\x01ŽS>nsŽÈéfð\x1E¦ä"
  b"\x01ŽSqsŒ’Þ7[S\x16\x1F"
  b"\x01ŽStðq[–WŒXú\x12´ˆ"
  b"\x01ŽS—\q…§<\x0Fn?¸W\x18"
  b"\x01ŽSžjp«ˆà\x12ûT\të¼"
  b"\x01ŽS²\x16q´¤J¡ŠM)3Â"
  b"\x01ŽSµ`sþˆ\x10ËÞã\x17"
  b"\x01ŽSÆ3p=´¡vs÷”ˆh"
  b"\x01ŽS÷Ks6’\x00®—Æ•k"
  b"\x01ŽT8¨sy¼Q\x16X4—¶"
  b"\x01ŽTr«p#µEÉoÿØô³"
  b"\x01ŽT{‰rÄŽ\x7FãÝ_É-S"
  b"\x01ŽT‘:qàÌmlT\x04ƒç"
  b"\x01ŽTÄÖp[‰as"Íu=%"
  b"\x01ŽTÈ¡rJŽH\x18Z 3ý\x16"
  b"\x01ŽTÌ?sZ¤8T‡˜û"
  b"\x01ŽTàBsþ¥L¡ø*ZØŸ"
  b"""
    \x01ŽTÿ!r\x13³\n
    íºÁŒ°
    """
  b"\x01ŽU'Êsx™®\f’Ë\x18"
  b"\x01ŽU+osY‚T¨Ù\x13\x1F¶à"
  b"\x01ŽU.ãp\x1F¯¦Þ0EÊAª"
  b"\x01ŽUHiqÚ™K¼\x11/†k)"
  b"\x01ŽUŸWq\x02µIqZ,DÅÏ"
  b"\x01ŽU¢Ñr€‚i.FEæ5"
  b"\x01ŽUÄ"sn£ÕB1/ÃZv"
  b"\x01ŽUǤr\x0Eb\x1C¡\vKˆ{"
  b"\x01ŽUËBp뼞í(\x1A\x1A¯í"
  b"\x01ŽV"…pͦ/[\x17F1,@"
  b"\x01ŽV%êsyùÎî\x03þ\x01"
  b"\x01ŽV)xrí‹úÖœ®K—f"
  b"\x01ŽV,ôr®Ž\x1E ,,àÞ\x00"
  b"\x01ŽV0žrlŸÌ‰8\x1E\x15ºë"
  b"\x01ŽV4Aqo’¾r0\x1Er }"
  b"\x01ŽV7åp®ž6¡ê\x0F¸\x04š"
  b"\x01Žc<®qnŸ9kíÀI†"
  b"\x01ŽctárÛ­\OëÁ\x06pn"
  b"\x01Žcx¼sϪŸ ð½)^ò"
  b"\x01Žc|Zp\x13šÈ\x14÷ìÜÔô"
  b"\x01Žc¯“q¼¶áƒ±¾TœÎ"
  b"\x01Žc³4pü¥Ig&ß__•"
  b"\x01Žc·\eq\¤¯,Ë×\x03©`"
  b"\x01ŽcÉ›qA’*²ë‡kßM"
  b"\x01ŽcÍ}sü¹Œ¯H\t«d{"
  b"\x01ŽcßÈrG‹ÝpÈ$ô»µ"
  b"\x01Žcãxrͳ“4ˆÛ;¥­"
  b"\x01Žcç"sº›®=þZ°˜Û"
  b"\x01Žcþ®s’¤\x07ѦÀ‡F}"
  b"\x01Žd\x14oq•ª6íIR\e¿:"
  b"\x01Žd\x18\x06pü¤Å·—¤˜y7"
  b"\x01Žd\e³q*¡\x16VçöEŽG"
  b"\x01Žd\x1FLq\x1E¬Î܉éÉ—"
  b"\x01Žd"õr"‚K\™\x18LÐÉ"
  b"\x01ŽdH½p®7Ù8ÍbI\x11"
  b"\x01ŽdN©pÉ¡²{Ü\x16í^ë"
  b"\x01ŽdThpRŠåÿ\x167Œ¯ê"
  b"\x01Ždn\x7Fsó±õ¿[Ø~{¬"
  b"\x01ŽdÑsž‹x»ˆ¶\x1A‹¹"
  b"""
    \x01Žd£-qÕ´\n
    \x18¤\x1D…†\f
    """
  b"\x01Žd¦Ür¤£Ëö_õÄLß"
  b"\x01ŽdÑósœ¼>ý’°ˆîÉ"
  b"\x01Ždã¡q\x14\x18K\x18iK1±"
  b"\x01Že\x07‚s“¼u \x02¬ 2²"
  b"\x01ŽeUqq¾Œ¹yž!\x19…Í"
  b"\x01Žen²rϧV:4ê\x13ÝL"
  b"\x01Že†\epÍ‹Û\x12¼ÎJ\x0Eà"
  b"\x01Že‰Üpî ø\x15át¦S‘"
  b"\x01Žeîfrs›\x03£Dƒ§Ú›"
  b"\x01Žf"–r©¬O\x02ìXl¬"
  b"\x01Žf2÷r9Žz1è£_Vu"
  b"\x01ŽfvTqN³Ãe‡ÿã¡Ø"
  b"\x01Žf­²p"‰\x1C¡Ó®›tx"
  b"\x01ŽfÄìp8¤p7ü Äg*"
  b"\x01ŽfÙæqK{Ù\x16ˆ\f¤u"
  b"\x01Žfæùr¶¨¦\f\x19"
  b"\x01Žfê¥pجä‰ÿެÍò"
  b"\x01Žfý\x07s\x1E·\x1F·äOä\x10)"
  b"\x01Žg\x00Îsx“ôVn(&òn"
  b"\x01Žg\x04iqE¡'ûTª³vU"
  b"\x01Žg/ásš„´³\x02ØM²’"
  b"\x01ŽgE\x08q§‹,\fJ{Š\ew"
  b"\x01ŽgHÇqY‹f\x07¥ÈnRŒ"
  b"\x01ŽgLŠpÇ¿s.Vžîy€"
  b"\x01Žgg\x11pÌŠyE\x0Fã\x16"
  b"\x01ŽgÀ³q³®«|\x1F¥—"
  b"\x01ŽgĐq\x10¦\x113ø•§‡}"
  b"\x01Žh\x08°pQ½½:ó2\x1C²\x12"
  b"""
    \x01Žh\x19\n
    pG²’,\x06*c!À
    """
  b"\x01Žh|fs$˜fûnL>ÌP"
  b"\x01Žhas«ˆÄr¨Ch@ú"
  b"\x01Žh“&q_´0-=\x16/æ6"
  b"\x01Žh–èré28â\rÓQB"
  b"\x01ŽhÝ&sB¶OÕ>ª˜X¬"
  b"\x01ŽhöÿpžžÌ\x17³¼J‚\x01"
  b"\x01Ži\x14Ër.ˆ/O—*á=Ö"
  b"\x01ŽiNŸr •RKóãjìß"
  b"\x01ŽiˆÁpJ»íM«‘³¶á"
  b"\x01Ži–Êpŏ#”\x00\x12=Aç"
  b"\x01Žiëpޏ\x05ªA·àÂ\x16"
  b"\x01ŽiÝ\vq1­Nb-ÝR‰÷"
  b"\x01ŽiêÈs×±\x7FŽ4êõëª"
  b"\x01Žj/Èrƒ¸ˆêßÇÝ$["
  b"\x01ŽjD\x10q‰¶Ð\x1F•w:ä\n"
  b"\x01Žjd·qÚ•ƒøÀ\x16‘ø"
  b"\x01ŽvŽôp²¢”S0¸\r½\x0F"
  b"\x01Žv”¬rvQ\x04&\x08¥þ"
  b"\x01ŽvÓ¢q™¤¤ŽþË£§¯"
  b"\x01Žvè§r·Î8ý\x18”€±"
  b"\x01Žvì»pp¡bIô\x11çÑD"
  b"\x01Žw\t"qôŽúuÞÒÐ`­"
  b"\x01Žw9Op®¨3„\fNãgs"
  b"\x01ŽwY3så­³C3ûðí\x1C"
  b"\x01Žwq\x07p\x1D˜oMëPŽk"
  b"\x01ŽwÛçq׎þ\x16\x10¹r¡¤"
  b"\x01Žx\x08-s•¸Ì9DNðw€"
  b"\x01Žx\f)q\x07žm/H\x16;\x08Ž"
  b"\x01Žx"ðp¬ŽuQn©sy9"
  b"\x01Žx&ær«’=\<Ǐӹ"
  b"\x01ŽxdŠrå²Hƒaõ«E\x1F"
  b"\x01ŽxhSs…·vóa\e—‚F"
  b"\x01Žxl8swœñ v\x1Fað¿"
  b"\x01Žx×És\x0F£¹ÕÎ0‰w¥"
  b"\x01Žx÷Áq[¿y`£T\x1D"
  b"\x01Žxû×q±ªêõÂWÃ"
  b"\x01Žy\x1D˜qÝ®\x0F[§C€f~"
  b"\x01Žya\x05q-çŽ1\x17\x0F£’"
  b"\x01ŽypÅpjˆ=.€ï籡"
  b"\x01Žytºs\x11¤_]fò•9ƒ"
  b"\x01Žyß\erâ\x7FñÙ2kG¦"
  b"""
    \x01Žyã\n
    rrŸê\x05\x17ŽIhÖ
    """
  b"\x01ŽyöªsήÙ\x01\x05nÇÍ\n"
  b"\x01Žz\x16=q.x[LmÉà¬"
  b"\x01Žz\x1A?qîõÞ×`j\e`"
  b"\x01Žz*/q¬³V:)\x15\x06."
  b"\x01Žz;rpü¢ÍZj[\n\x00à"
  b"\x01ŽzO_sĵ\x02Èú\x03paÜ"
  b"\x01ŽzØr{©Á–°úŽ”Æ"
  b"\x01Žz¨spŠ=~”¾Î­¦"
  b"\x01Žz¾,rž—Æ(/ªîàÌ"
  b"\x01ŽzÂSp€t\x03óS¯×W"
  b"\x01Žzïãr\x13±5-3zÈL\x14"
  b"\x01Ž{\x1CÐróŒJÑ»ù€Ð"
  b"\x01Ž{e\x15s¥L7Fº]\x0F\x06"
  b"\x01Ž{~\x0FsИ…îðì\eŸT"
  b"\x01Ž{ƒ0s^‹)\vhª+ê\e"
  b"\x01Ž{šr¢°"\x1E÷ù0Ãç"
  b"\x01Ž{¶{s-¾½z±)ëç"
  b"\x01Ž{º[r³#5\x1A~Iß\x11"
  b"\x01Žž(§Os\vº€\x15äÞ®_v"
  b"\x01Žž(ö\x01q4ˆbo\x1A\x0E(\x12È"
  b"\x01Žž)d–pÍŽ\tZ\x01 [\x1FU"
  b"\x01Žž)™¿qDšSJI„sõ["
  b"\x01Žž)ß\x1Dsr­^nþ%èN{"
  b"\x01Žž)ã\x19q\x0FºÞˆ\e*ÑôY"
  b"\x01Žž*\x18‹pƒºµ]޽\x0Fܹ"
  b"\x01Žž*Fsq€´®Â8Ñh\x02"
  b"\x01Žž*J;ri­ö"¡¨ë5ª"
  b"\x01Žž*N\epøK2„^\x14'N"
  b"\x01Žž*æBr ‚Ç\x06ZMû\x10""
  b"\x01Žž*ê\x02p»•B?ÛèÍ\t"
  b"\x01Žž+\x02Usóš\x03\x01\x01\x13h8"
  b"\x01Žž+L\x04rÒ´ý•¤Uhaý"
  b"\x01Žž+O°r¬Š–”J\x08! Ô"
  b"\x01Žž+SOsI³.ÿ:å/úm"
  b"\x01Žž+”[q*Ž\x14 Ï\x13ë˜0"
  b"\x01Žž+¦WrX…÷-ðÈ\x00þ9"
  b"\x01Žž+ÁŽr’»€;nàµÓ\x15"
  b"\x01Žž+ö(rE¦'ûŒX"næ"
  b"\x01Žž,\tõq\x06Œ´±?¯„~8"
  b"\x01Žž,Žfpy“Ñtä š=Ú"
  b"\x01Žž,²np\r¦Wâ«ÎèP"
  b"\x01Žž,¶ZrÉ›!ä\x18\x0E#"
  b"\x01Žž,Ê>pi”ÅÖŽ\x11»\fŒ"
  b"\x01Žž,Î\x01pHŽþ\x11\x1D\x14U\x15ó"
  b"\x01Žž,ÑðrrŽ8Jº0TaÊ"
  b"\x01Žž,öåp ¬rª\RÆ\x03"
  b"\x01Žž-\x0F\x10r"º\t¤\™dè¾"
  b"\x01Žž-\x1F\x1Cr\e¥U\x15…ëÚïf"
  b"\x01Žž-"Àpò˜$ïÒ@åTn"
  b"\x01Žž-23sáœ\x12\x7Fa¡Ý±""
  b"\x01Žž-vžr\x05ˆKŽm“‹\x0E\n"
  b"\x01Žž-z}s\x02·,ˆý\å<2"
  b"\x01Žž-~dp”\fz;\x18\x1D"
  b"\x01ŽžI\x17™q@™·Þ%\x12\x1A"
  b"\x01ŽžI\x1C\x02soƒ(»,`!Ê0"
  b"\x01ŽžIEòqšEྛLúT"
  b"\x01ŽžIJ\x18r<ž·«j“c’%"
  b"\x01ŽžINEq出J±\r†­n"
  b"\x01ŽžIv\vp›ª‡ºDMÅ™2"
  b"\x01ŽžI†år\x12ŠãI&&¼}‘"
  b"\x01ŽžIŠÖqȃݥùdË\x08©"
  b"\x01ŽžI¯¥qÄu;Hb(êó"
  b"\x01ŽžJ\x03Ûqù«ûÜ\x15E؁Œ"
  b"\x01ŽžJ\x07îp©›/JãAGΤ"
  b"\x01ŽžJ\vür)³÷z¿Ü®0Ÿ"
  b"\x01ŽžJfár®‹bUÙ´ˆ¬š"
  b"\x01Žžb£*q¨³gnøYÒwz"
  b"\x01Žžc\x06ærÛŒsOŽÙuEH"
  b"\x01Žžc\vùs¸i‹¥C¯ï"
  b"\x01Žžca\x11qú™UCÿÛ•Gb"
  b"\x01Žžce@rx¼j\x08[>®Š#"
  b"\x01ŽžcŠÔpX§ÒºtŒN‹\x13"
  b"\x01ŽždT\x19pH¿0®"4â¤Ì"
  b"\x01ŽždqŽpzŒ¡Ñ)†&r´"
  b"\x01Žžd;rº…úä{QPÔŸ"
  b"\x01Žždî¯sˆ¨Š¨yd4\x17ä"
  b"\x01ŽžŽÒnrãŠÆÔV_ŤŠ"
  b"\x01ŽžŽÚ\x14qP¯œŒ^¦¤‚ú"
  b"\x01ŽžŽóãp=ªfƒU—pª¨"
  b"\x01ŽžŽù%s̾‚“JˆhÒ"
  b"\x01ŽžŽq{s«¶’C!¹³AÚ"
  b"\x01ŽžŽ‘±q”ÚlUÑ\x17†/"
  b"\x01ŽžŽ«˜s²–g^´Â¤üe"
  b"\x01ŽžŽÚàpЯӎ\x13‘ùѹ"
  b"\x01Ž¡Ï×Ûs,Œ\x18[fµ\x11\x7FR"
  b"\x01Ž¡Ñháqϱ©\x14ÿáP\v\x04"
  b"\x01Ž¡Ñm·q„º—á­DÙª\x04"
  b"\x01Ž¡Ò0”qè™tQ÷Na\x05\x17"
  b"\x01Ž¡Ò¥q\x07¾ÒbÐgðœ3"
  b"\x01Ž¡ÒÔ§r\x1A«\x0E1ç€?\fŸ"
  b"\x01Ž¡Ó@0s\x08¾”…&öÉu "
  b"\x01Ž¡Ój“p\x1C•~\x16©s’b4"
  b"\x01Ž¡Ón·s%§žìô¿\x7F>e"
  b"\x01Ž¡ÓrÄq…ƒâ~tÉcp"
  b"\x01ޡӔ3q¦¬a”ø¡Ÿ¼\x10"
  b"\x01Ž¡Óþ’soˆ-\x05†U-ƒ*"
  b"\x01Ž¡Ô\x10÷qQ½AÃ\x14-™Pš"
  b"""
    \x01Ž¡Ôàs]¬ 9\x07\x02\n
    †‰
    """
  b"\x01Ž¡Õ=´sF•¶C\x15\x0Eâ"
  b"\x01Ž¡ÕAús݃\x14·–\x08öŽT"
  b"\x01Ž¡Õulrd•…\x1C\x1D\x7F&U"
  b"\x01ޡՍ`r¯+UµVȸÝ"
  b"\x01Ž¡ÖˆšrÁ´j&Æ’Ždf"
  b"\x01ޡַ·sÙ‚w;LåE¿f"
  b"\x01ޡֻ¾p<‡X\x03%ù«Ì\x00"
  b"\x01Ž¡×0Øp\x18\x0E?dÝs‡´"
  b"\x01Ž¡×l\x0EqA’‘7l\x11‹.q"
  b"\x01ޡ׭q¤¾_œŠ%‘\x05\x1A"
  b"\x01Ž¡×îƒp¼žq¶[·ŸU6"
  b"\x01Ž¡ØCšq5®˜í\x17ô°S–"
  b"\x01Ž¡ØŠùq.…d\f\x1D"
  b"\x01Ž¡Ø¸\x18pXŠ£ì‘qÓŽV"
  b"\x01Ž¡Ø¼#qú±0\x13É2Ú?\x16"
  b"""
    \x01Ž¡ØÒ>q?œ7ñ-\x0FÚ\n
    \x13
    """
  b"\x01Ž¡Ù\rprý¸\x7FÿBð™\x05Ø"
  b"\x01Ž¡Ù&ÓpV¡\r\x19ØßãS¬"
  b"\x01Ž¡Ùz‘pÝ» `øh•å¥"
  b"\x01Ž¡ÙŠ\x00r5Œ©¼í\x1F=4n"
  b"\x01Ž¡Ù¢@p\x1D“—“\rC·Í$"
  b"\x01Ž¡Ùâƒs#c1Ià©@Ÿ"
  b"\x01Ž¡Ùððs]ª§€§\x07±_Ì"
  b"\x01Ž¡Ùô±p[’0™p\x15‡¹Œ"
  b"\x01Ž¡Úqðqº”ýÏ6«[('"
  b"\x01Ž¡Ú¡p\x06Œ\x1DÑÚŒ¦¨·"
  b"\x01Ž¡Ú—]r¢¢Ó?\x15þ\x07^P"
  b"\x01Ž¡ÚÎ\trT´Í\x19\t„f&¢"
  b"\x01Ž¡Û(ps¨¾÷¤½iÉM€"
  b"\x01Ž¡Û{Ës¾£(ËöõŒv\x07"
  b"\x01Ž¡ÛÉ\x1FpË€íÆ\x11j„˜ú"
  b"\x01Ž¡Ü^ðpÖŽáøß?q••"
  b"\x01ޡܴqf“ðÖæÕWõ¹"
  b"\x01Ž¡ÜÉbs5°{\x7F'\x1D’Õ "
  b"\x01ޡܿ7rO†\x10ã´z^þ@"
  b"\x01Ž¡Üî0pбx§…®\x0Eðu"
  b"\x01Ž¡ÝÂ\x7Fp7ˆ\tÞ¦‹íŽ’"
  b"\x01Ž¡Þ\x03Jp_¿\x7F&¡´¹âÔ"
  b"\x01Ž¡ÞP#q\e‚¥–K÷amÇ"
  b"\x01Ž¡Þj#p×›y'ü5ʤ\x18"
  b"\x01Ž¡ñ†ÙsGº€¿:÷°€="
  b"\x01Ž¡ñ¬Ãqq `ò|\x01œ€½"
  b"\x01Ž¡òl\x07r\x1AŒ\x1FŽRéc<"
  b"\x01Ž¡òžÇr,¨ÍF\x12¸÷è5"
  b"\x01Ž¡òÜoq\x00ޏ\x1D\x10WÔŽ"
  b"""
    \x01Ž¡ó\x01“rœºÝ\K\n
    ®²Ü
    """
  b"\x01Ž¡ó\x0Ejpw€\x13-ñ?VO"
  b"\x01Ž¡ó4\vs›Ÿ1\x13 ¸Çò"
  b"\x01Ž¡ó8\epA†¿äØ:s\\x15"
  b"\x01Ž¡ó¾¸sC–ÆÊÜÁíÀó"
  b"\x01Ž¡óÃ\x17pXª\x18lq²¾‘Ù"
  b"\x01Ž¡óÞÏr<Ž`pOsT1î"
  b"\x01Ž¡ô‘€rW¡\tõœÙµ˜K"
  b"\x01Ž¡ôÄ\x07pp˜_˜\x168‘ú&"
  b"\x01Ž¡õž<rDŠ\x14©¸n\x16Y\r"
  b"\x01Ž¡õ¢íqIˆ6’Bq"
  b"\x01Ž¡õ½-s¯Ÿœ÷›Tý÷©"
  b"\x01Ž¡ö\x1F\x08pԐ~žØÅñB!"
  b"\x01Ž¡ö \ts½‹ÎÐÞ\x7FÎÓÁ"
  b"\x01Ž¡÷`4qÅ‚Ž\x02F•õ­\x04"
  b"\x01Ž¡÷¬\esG²ˆ¯^Á<?t"
  b"\x01Ž¡÷²r\x12°A!~eÂ4Z"
  b"\x01Ž¡÷ð\ep¼¥FMI¢\x15š5"
  b"\x01Ž¡ø\t”qM©Ÿo!ŠÀôQ"
  b"\x01Ž¡ø¹Ús,¦:\x1A¢Ÿä\x05Ù"
  b"\x01Ž¡øÔÿsµŠ·|ÉY\x11…h"
  b"\x01Ž¡øæ\x17r@‚¥c«A¤\x17œ"
  b"\x01Ž¡øêJp\x05\x04”ET‹JÊ"
  b"\x01Ž¡ù=p‰™r1×*»Ç{"
  b"\x01Ž¡ùAœpV”xRˆ­¥ËÓ"
  b"\x01Ž¡ùf\x0Eqõ ò1§ÒqËö"
  b"\x01Ž¡ù\x7Fürý£éŸ©—ry‡"
  b"\x01Ž¡ù¸ùp\t¥´\x18\x0FË(×"
  b"\x01Ž¡û\x02Ÿqg‚\r¾°†ï#f"
  b"\x01Ž¡û*'sþ´àrNE}zå"
  b"\x01Ž¡û.\x02rÚŸv\x1Ea\x14Ô\x16L"
  b"\x01Ž¡û1ðqï£Hé\x00ãÛ\e,"
  b"\x01Ž¡û5ßpž‘\v\x11—˺:ˆ"
  b"\x01Ž¡ûd£qGšêŸ,»Þˆy"
  b"\x01Ž¡ûhxrá®æs8ªÏ–"
  b"\x01Ž¡û¿“s㥔Y…~N%°"
  b"\x01Ž¡ü\x10ßsí©Pfœ\x1FÛÝ\x7F"
  b"\x01Ž¡ü\x15Rsæ¢å!C’QΠ"
  b"\x01Ž¡ücqrmœ\x1D\›\x15:\x104"
  b"\x01Ž¡ü«Áq¿§À4¿ó`Ç-"
  b"\x01Ž¡üïnrîœ.ñY\e{Eì"
  b"\x01Ž¡ý\x1AMqÙ‡G£\‰Ú‚o"
  b"\x01Ž¡ýaÇp[³\x19Y…¯\x1A¼."
  b"\x01Ž¡ý£ôp@œ*°9Ï3×Î"
  b"\x01Ž¡ý¨dp\x1F»?ǝ3ðñR"
  b"\x01Ž¡ýÇ\x07rzš5HHª´À‚"
  b"\x01Ž¡ýÊòrƒ‡ù\x06Õ|xºi"
  b"\x01Ž¡ýÎ×qK¦’Q‘\x04S…p"
  b"\x01Ž¡þ1‚qŽ‹:œK˜WfŠ"
  b"\x01Ž¡þ]æpy·•Ðu\e$\x04;"
  b"\x01Ž¡þíŒp\x1D¼^I}çë\x1Dß"
  b"\x01Ž¡ÿ?Öq;”*\v­f\x08\x1A"
  b"\x01Ž¡ÿ r§­­‹\x14åm޶"
  b"\x01Ž¡ÿ¤gsw½\x16\x01\x03ñœŠ‹"
  b"\x01Ž¡ÿ¨,s\x18ÀN×pþß/"
  b"\x01Ž¡ÿÍ\x01soÏ”ÝI_÷5"
  b"\x01Ž¢\x001\x0Fp¿›ÖüñHªNÚ"
  b"\x01Ž¢\x01$÷qkž¿ñÆ7|b"
  b"\x01Ž¢\x01ñ\x1Dp@¬Y«Âµ+\x1F$"
  b"\x01Ž¢\x02¦©p4¤¦.Ðe\x1FB+"
  b"\x01Ž¢\x03\x07es)¹jG/jZ\x07e"
  b"\x01Ž¢\x03uzsY”â;Jž=£5"
  b"\x01Ž¢\x03y7qó†¬0k¼&@·"
  b"\x01Ž¢\x03}\trB¿ðKë\x16ì\x05("
  b"\x01Ž¢\x04?ZrA±\x13,±ßˆ]Ž"
  b"\x01Ž¢\x04mSr>§®ûg\x1A57 "
  b"\x01Ž¢\x04 $qǐ³÷#‘Q\fQ"
  b"\x01Ž¢\x04¤%s­¤ÿ)úVª_%"
  b"\x01Ž¢\x04¨\x1Ap™‡,º'Û`G8"
  b"\x01Ž¢\x04¬\x03q4”ä\x03\x01Ó\x18ß\x17"
  b"\x01Ž¢\x04øQpF±Ç§I"†3\x7F"
  b"\x01Ž¢\x05™×pãŠ\x10]\x17N\x15Æj"
  b"\x01Ž¢\x05ð³pìʈÀ¿ß\x05$"
  b"\x01Ž¢\x05ôìs…¿}æ\e;Év^"
  b"\x01Ž¢\x06\r÷pϦìÒN¥­ž!"
  b"\x01Ž¢\x064Ds-¡\x10§J¤Ã”5"
  b"\x01Ž¢\x06éapÏ–)xIt+”Ï"
  b"\x01Ž¢\x07)þsî€èç×—µŽ\x05"
  b"\x01Ž¢\x07e\x14qOÎGãÛ[7"
  b"\x01Ž¢\x07Åtp.«[­¨\x05dNk"
  b"\x01Ž¢\x08\t\x1Ds\…\túPP®\x01Î"
  b"\x01Ž¢\x08›Àsè–‰}\x14\x01Tk"
  b"\x01Ž¢\x08¯ùqH½\x1C‘gµ;ÝE"
  b"\x01Ž¢\x08Ümq\x14³\x7F\e®µ[¦["
  b"\x01Ž¢\x08îÅqZ›²ÝFd*ÙÚ"
  b"\x01Ž¢\t‘ôpšš&-Ær·Û\"
  b"""
    \x01Ž¢\n
    \x19}rϾ1®\x1EïÈHP
    """
  b"""
    \x01Ž¢\n
    {¬rª”Ü!¥#^pØ
    """
  b"\x01Ž¢\v#\x17r\x11´\x11ð©7ØÐ"
  b"""
    \x01Ž¢\v'\x03r®­\n
    þJ|²\x19
    """
  b"\x01Ž¢\f=ÿpñ!œ¤œº·+"
  b"\x01Ž¢\fB3qɘ'mÚ®€.>"
  b"\x01Ž¢\f{îpe…ßôJÌé£\x1F"
  b"\x01Ž¢\f\x03sÀ»\x03äº~\x1EÏ["
  b"\x01Ž¢\f–Hq£¤ðúŒ\x7Frdw"
  b"\x01Ž¢\rôÀs\x13µ0þ+\x16ú"O"
  b"\x01Ž¢\x0E\x17%sH¿°ý¥\x02"
  b"\x01Ž¢\x0E¶Ûr\x1EžýG\v/¼b\x13"
  b"\x01Ž¢\x0FNGs‡€Ûg\x02\x11F\x10^"
  b"\x01Ž¢\x10\x03–r\x17ŽÁ\x00z ú£"
  b"\x01Ž¢\x10rÞqo¨\x02\x13뎹(1"
  b"\x01Ž¢\x10ŽØqˆ¹Ðàô\x159¶¬"
  b"\x01Ž¢\x10ØÞsjƒüÞ1'»å\x1F"
  b"\x01Ž¢\x12\x04Xq\x0EŒ\x05f3\x17ܪ|"
  b"\x01Ž¢\x12ÛÜqá„Å'F8§“'"
  b"\x01Ž¢\x12ó‘pÝô\eý€I"
  b"\x01Ž¢\x12÷Àq5˜à\x06t\x05‚C"
  b"\x01Ž¢\x13b r\x1Cޫ鑭O@æ"
  b"\x01Ž¢\x14\fÁp®‚\x063m¬våC"
  b"\x01Ž¢\x14›‘q#®Ñ\x19©à$\x03Œ"
  b"\x01Ž¢\x14­Ärà¹n\fãÝi‘G"
  b"\x01Ž¢\x15[…qì»)·N8²Å¨"
  b"\x01Ž¢\x15gÚr)šQ[\eIp”Æ"
  b"\x01Ž¢\x15´‚p³ººCýW‘ߊ"
  b"\x01Ž¢38\x15pS”õË÷§\x15F"
  b"\x01Ž¢3^\x10p0ˆ¥-\x1CéDj˜"
  b"\x01Ž¢3d9p\x00¹<z ‰¦."
  b"\x01Ž¢4\x1DØsQŸü‡~Š]sÈ"
  b"\x01Ž¢4i›pÚ¶[œ\x1F °X­"
  b"\x01Ž¢4àQp5œ.\x06\v ÖǸ"
  b"\x01Ž¢6Xþp\x1F¬ìˆá(£ã"
  b"\x01Ž¢6îÝp¾Š\x07ƒæ·Ì4±"
  b"\x01Ž¢7$Xst”*\x14\x11*fˆ'"
  b"\x01Ž¢79ÑpU¢>Cm\x1AG¥É"
  b"\x01Ž¢7ç.s\x0F ç{\x03vKqÚ"
  b"\x01Ž¢7ÿUr\x16ŽËªî(dš<"
  b"\x01Ž¢8\x0F-q\x1E‚üƒ+2—Þ4"
  b"\x01Ž¢8,/s\x07±BOY/%\f:"
  b"\x01Ž¢8‚«pЏÿ\x140й\x03ë"
  b"\x01Ž¢8Ô`p\x1E ÙLá¦z{–"
  b"\x01Ž¢:¼srwª†b½*Rp!"
  b"\x01Ž¢;7\x19pzº$H¯\x02¸þU"
  b"\x01Ž¢<#³qÕž*®­ë.fŸ"
  b"\x01Ž¢<À‹sn‘\x7Fꀳ{\fl"
  b"\x01Ž¢<Ü?sÇ©–f¼…€r£"
  b"\x01Ž¢<ù;p2«ð|Ž»\x0EÆ"
  b"\x01Ž¢=\x08\x17s\x06ŸYý›Æ­Ó®"
  b"\x01Ž¢=\f=pÆ¢{±ž£-\x0E"
  b"\x01Ž¢=\x1E®q\x17·^uV¨¢×¦"
  b"\x01Ž¢=M—pë…j@/ vÀó"
  b"\x01Ž¢=R\rs/‚Ñ}Àj¢Í"
  b"\x01Ž¢=ê»sµ \v\x13N‹x{"
  b"\x01Ž¢>j?qºµ`T\x11Ú¦5i"
  b"\x01Ž¢>ÅMp}…Ÿ\x03Boè±"
  b"\x01Ž¢?Nmr玘nmw+“L"
  b"\x01Ž¢?kµp[‰â2ׁ×\x1F"
  b"\x01Ž¢@\x1EêqÌ·ý—äÙ¬@û"
  b"\x01Ž¢B›\x01stƒ-®©®œ\x1Au"
  b"\x01Ž¢B³æs=›\vÂ(ô¢#"
  b"\x01Ž¢Bþ\vq5™”ÏCl~D€"
  b"\x01Ž¢Dqdq…¢RG\eöÈÈk"
  b"\x01Ž¢D¦ks9¾\x12bQ()\x16!"
  b"\x01Ž¢E|\fs] 7=Jä“­ƒ"
  b"\x01Ž¢E—ƒs¢ƒ\x033ñÕ›\x15#"
  b"\x01Ž¢E´"q\x12½ m\x0E\räø"
  b"\x01Ž¢E¸çsdé6î\x16\t*#"
  b"\x01Ž¢EÕ\x1Esç„“6eÜ¢Ï\v"
  b"\x01Ž¢F\x08—sK‹LØ\x15Ü¥ž2"
  b"\x01Ž¢Fámrÿ‚ÜŠ75\x02\x12"
  b"\x01Ž¢G½Ur\˜‘X<Øáÿˆ"
  b"\x01Ž¢H\r£ps¤­W>\x0Etío"
  b"\x01Ž¢H0Œp\x0FºªÓ\tžS+}"
  b"\x01Ž¢IEËpµœmú\x1D•¾\x7Fˆ"
  b"\x01Ž¢IŽ-rAºûyå¾yÑC"
  b"\x01Ž¢IôÚpN·óùà\x10:ïÀ"
  b"\x01Ž¢J\x10Ýrñ”5VDüÁw{"
  b"\x01Ž¢Já4sp¿ã\v\tÞµ~"
  b"\x01Ž¢K\x14[p µ°³Ê¡'Fv"
  b"\x01Ž¢K\x18µpV«<$öêAÊ+"
  b"\x01Ž¢KM}q¥hDV;ê¿u"
  b"\x01Ž¢K’p[”,©eÓhûp"
  b"\x01Ž¢K¯ªq\x18Ž$$\t˹vˆ"
  b"\x01Ž¢K´4r¬‚‡ªV·ÌÚÖ"
  b"\x01Ž¢KÐßsÄ„m\tý\rÜ\x10"
  b"\x01Ž¢Kö§r"’\x16˜Fç·Å*"
  b"\x01Ž¢LqÊp\x0E¸Ë \fx\e±z"
  b"\x01Ž¢L£¾r€¸[ªÁ¿\x00PT"
  b"\x01Ž¢LÀ°s.…›«IR£k="
  b"\x01Ž¢Lûyr`·vRð¯UÌñ"
  b"\x01Ž¢M\x1C4pU„(\x15\x11ì\x11µ"
  b"""
    \x01Ž¢MBEp\x01·ƒ\n
    C+Íøe
    """
  b"\x01Ž¢MFÌpçž·.嚆\x190"
  b"\x01Ž¢MßqrÏ›ä¢H$’o„"
  b"\x01Ž¢Mú‰q\r¼¤ù©’&@Ø"
  b"\x01Ž¢MþÚsѐ‰’íFû7í"
  b"\x01Ž¢N\x18?rJ´Ã\x00”Þˆ\x10ª"
  b"\x01Ž¢N`@sɾÿßÏ,ç–l"
  b"\x01Ž¢NSp”šÜÔ\x15tKžx"
  b"\x01Ž¢N¸™s·…-]õ æm;"
  b"\x01Ž¢NÖSpä²¾æ\x16`ŽOÞ"
  b"\x01Ž¢NïQs»‘×aÔÞ<4š"
  b"\x01Ž¢O\x07Îr®‚7Þôž³"
  b"\x01Ž¢O?hs‚¤\x05А—À\x16)"
  b"\x01Ž¢OUèr‹‡Ç>srQ¦á"
  b"\x01Ž¢OZ(s<™¯ËÖ\x12³.‡"
  b"\x01Ž¢O•1qϬ„’xo[•ã"
  b"\x01Ž¢O³Ÿq\x1D‹å¡?X\x1D\x18¯"
  b"""
    \x01Ž¢P\n
    örB©2ÕÕÐ\x04ö†
    """
  b"\x01Ž¢P\x0Fœpqƒå\³†z¬n"
  b"\x01Ž¢P+üqO˜øŽp4¨\x1AŒ"
  b"\x01Ž¢PGÉpÈ·v-\x13Y¬”\x18"
  b"\x01Ž¢PL>q\x1F­µ–£|Ý€É"
  b"\x01Ž¢PgÙs\x13¡åÂè&Üqˆ"
  b"\x01Ž¢PƒJq£µ¬\x1EPÊ+$µ"
  b"\x01Ž¢Qçªr/Ÿ³ñŒ\x10¨Äb"
  b"\x01Ž¢RUïp#ž\x14kKÛ\x02\x0Fò"
  b"\x01Ž¢Rç0sÙ‡\x15b¤„•K‰"
  b"\x01Ž¢SÃwrŒ¥%LqÅß!\"
  b"\x01Ž¢SÇÄsC¦·öS÷æÒ7"
  b"\x01Ž¢T\x10)r²Ù¤\x11j\x1Cv "
  b"\x01Ž¢TNçpý¢ƒU¹–Ñ\x04Ž"
  b"\x01Ž¢Tl\erÚ³\r•°V\x01ðð"
  b"\x01Ž¢T«©q™³\x1DÛáE,.Ú"
  b"\x01Ž¢T¯Õr‚ƒUV7~\tå\x13"
  b"\x01Ž¢TÈ+q0¨ŸzŽƒ›:Î"
  b"\x01Ž¢Tádq1•ÔÀã\x15j§c"
  b"\x01Ž¢TåÔr\x1E <æB\r\vÉ»"
  b"\x01Ž¢U\x00]pÌ€A6ÚÏ—÷S"
  b"\x01Ž¢U\Hpä¦\x05\rô@~\x19k"
  b"\x01Ž¢UˆÏp\x14¨e\x17Q®I‚ñ"
  b"\x01Ž¢U»…q\x1CŽO8\x1AÖë|"
  b"\x01Ž¢U¿ÏpФ”‘EóÀÍ_"
  b"\x01Ž¢Uâ|pî§nÒTÚ®ME"
  b"\x01Ž¢V©`sªœÜ9Ó9]`£"
  b"\x01Ž¢VÅSq¾Ÿšà8\x1FØçŒ"
  b"\x01Ž¢W\x15bqä²iáמÆy¦"
  b"\x01Ž¢WaƒqC´ò½ÓD«8³"
  b"\x01Ž¢Wx6p™”B,IPÊ¡\x11"
  b"\x01Ž¢W|¤s[©2˜.¤ÖJŒ"
  b"\x01Ž¢X(1q(œ¦¹™\x17F"\f"
  b"\x01Ž¢X~ëqC•MmbðUfì"
  b"\x01Ž¢Xž\x1As‹ˆA¸cÃΘ\x16"
  b"""
    \x01Ž¢X¢£p݉èŽP\x06Ñ\n
    Ö
    """
  b"\x01Ž¢XÆ>r\x17Ž=\x13â„uk¸"
  b"\x01Ž¢Xëcpû”[i5ªè\x17Ì"
  b"\x01Ž¢Y=Çpy«[¥wƒB$ì"
  b"\x01Ž¢YivsîŽm_Ð)%O’"
  b"\x01Ž¢Yð\rqE®i_âò\x19÷ç"
  b"\x01Ž¢Z\x07’r×¼9™\x7FS2‹$"
  b"\x01Ž¢Z\vîse’äPÒÑOLª"
  b"\x01Ž¢Z>¨pâ±®U–·ÏŒÂ"
  b"\x01Ž¢Zޝr˘óH&š0\x11p"
  b"\x01Ž¢ZúýrIŽ6§,€Œ„\r"
  b"\x01Ž¢[\x172s» Á+l5-rù"
  b"""
    \x01Ž¢[0or–’Ëh÷·š\n
    \x16
    """
  b"\x01Ž¢[üòsÓ€Éâå ÷\r"
  b"\x01Ž¢\\x1Aaq&­\eIJ\x7F·åD"
  b"\x01Ž¢\V\x12r·¹Þcv…ÅÇ%"
  b"\x01Ž¢\Z rô°ò\vK•µo®"
  b"\x01Ž¢\\x7F‘pu¾è‰„Ø\x06H2"
  b"\x01Ž¢]k\x1As͐øÎx^!Žå"
  b"\x01Ž¢]‡)p\x06Ÿ\x15¡[j\x04~8"
  b"\x01Ž¢]‹yræ”R,\x053\x12XF"
  b"\x01Ž¢]§\x1CrØ‘ØM\x1E¦è\x11\x08"
  b"\x01Ž¢]ƝsE«vª\x15î!ï "
  b"\x01Ž¢]ß®pr—\x1E@ý3è\x19\"
  b"\x01Ž¢^\x10Ïq³–Õ©\x02`\x1E"
  b"\x01Ž¢^„Rs\r­…}#8*pa"
  b"\x01Ž¢^¯%qâŠ\x12ôÄuåOÁ"
  b"""
    \x01Ž¢^Þ¯pš€<\n
    ý¿~7X
    """
  b"\x01Ž¢_\x18¯r\­kzŒ¬ìÞó"
  b"\x01Ž¢`%Às<«\x08\x1C\x0EsД³"
  b"\x01Ž¢`*.s^¦ñ5©9*\x14Â"
  b"\x01Ž¢`w‹sЏâý\vº\x0F½"
  b"\x01Ž¢`Š‘q\rŸèÆÖ”ò\x08ª"
  b"\x01Ž¢`±\fs‰ŽnÜì¥ú€|"
  b"\x01Ž¢`çõsT¾î›ÀvÌžé"
  b"\x01Ž¢b)Apª¥\x03\x11ô§Ý"
  b"\x01Ž¢bXbre¶;̰ê&­Ñ"
  b"\x01Ž¢bÚjs!´}RÚ³íç°"
  b"\x01Ž¢c‹1s稷¦œ±nâ-"
  b"\x01Ž¢cµûs}¤ªÏ\x05x\ãÎ"
  b"\x01Ž¢cºér?³\x03J\x14/ÙÀR"
  b"""
    \x01Ž¢dJôq8‰õoÉ\x08\n
    
    """
  b"\x01Ž¢dwjpš\x0E:³þ:Ѷ"
  b"\x01Ž¢e§iq/¥îAA„\x17‘>"
  b"\x01Ž¢eÂãq+£Ác\x11ŽäŒý"
  b"\x01Ž¢fL‹qކéß·3djv"
  b"\x01Ž¢fvmp\x18É\x1C\x17\x06\x02"
  b"\x01Ž¢f“Ær\x07‹Và€µcŽ\x10"
  b"\x01Ž¢f¼žr˜º¼ÖoÅd\eõ"
  b"\x01Ž¢g\x14ðq§°QÁ"0Up\v"
  b"\x01Ž¢g=Ïq~¾Øò\x18…9Ë="
  b"\x01Ž¢gËxp5„~@€V\x13"
  b"\x01Ž¢h%\x08rÌ­Öž¦™œl"
  b"\x01Ž¢hW\nré¨1t\x1D%\x00Ø\x14"
  b"\x01Ž¢h~àpX/:\x11\x1EÓ†J"
  b"\x01Ž¢i1žsLµ¸þ¸‘\fâl"
  b"\x01Ž¢ihAq\x05¦;—Å\tl63"
  b"\x01Ž¢i‚µp\x11C.\x02dˆ`‹"
  b"\x01Ž¢j†\eqƁGUç\x1Félj"
  b"\x01Ž¢jŠ®qûƒk\x075?\v–t"
  b"\x01Ž¢j Zs¥øÔñz¯¢Z"
  b"\x01Ž¢j¤Ás߃ý”O©\x02ãÙ"
  b"\x01Ž¢j¿˜r1¡\x11\x1DÕE\x17"
  b"\x01Ž¢jñÉpñž¤JEï\x0F¼¨"
  b"""
    \x01Ž¢k&8p\n
    ”#uç\x07¤X
    """
  b"\x01Ž¢k*Îq¹žÏQVÂãç¬"
  b"\x01Ž¢k¨yr.‘\f\x0E[\x7F1|1"
  b"\x01Ž¢kïæs2ƒÜÚ­Ó"Gß"
  b"\x01Ž¢lHÀqÌ‚íw\x10y\x1D\x0F¾"
  b"\x01Ž¢le{s¶êó|(¬\x0E"
  b"\x01Ž¢lÞ¹p\x03œà\x05\r\x11øËÊ"
  b"\x01Ž¢m‰šqì³1»\x10óäÞ\n"
  b"\x01Ž¢mä)sm$¨Wéª>""
  b"\x01Ž¢n\x08Es\e«\x04Ä\fôH\x07\t"
  b"""
    \x01Ž¢n%´sª‚`_\n
    Š\x15º’
    """
  b"\x01Ž¢oX¿p©“€¨’ßÔìÞ"
  b"\x01Ž¢o|*q€¼lMÚÖúÚ]"
  b"\x01Ž¢o©\x1Cq‹®DµcQS\x13]"
  b"\x01Ž¢q\x11}pÒžz¨©†9+h"
  b"\x01Ž¢qsÕpœé\r©Ã+Ÿl"
  b"\x01Ž¢qÉ«pˆ‚õ°¬eÍü\v"
  b"""
    \x01Ž¢r\x05\n
    p»¢^\x19ð9ˆªá
    """
  b"\x01Ž¢r\t\r©´*h\x17á.æ^"
  b"\x01Ž¢r–p,¤¢\x14\x05,lŒ²"
  b"\x01Ž¢sn\x00p””Žav–Í×™"
  b"\x01Ž¢s‘Zs¹„\x7F8šl1VŸ"
  b"\x01Ž¢t1fr• Zúb’qBö"
  b"\x01Ž¢tXgr¦ O›Âi\x0E"
  b"\x01Ž¢t£žp+­lWþ¾âRŸ"
  b"\x01Ž¢uPÜsu‘&k6X\x1D"
  b"\x01Ž¢uk‡ppµü7\x188£øš"
  b"\x01Ž¢v\x1F«q¯¤ÅÌðA\x1E`\x01"
  b"\x01Ž¢vWåqVŒÏFæ\x19ÌÂø"
  b"\x01Ž¢vµ°rÀ¦íö̓-k\x12"
  b"\x01Ž¢vØzr\x12´_ÒD?_ñ²"
  b"\x01Ž¢vûÇr.ãNu;€Ÿ\x11"
  b"\x01Ž¢wXšsh†’~4Q²Õi"
  b"\x01Ž¢wæˆpG­ò÷YåÚŨ"
  b"\x01Ž¢x\x1F0p:ˆB2¹dky"
  b"\x01Ž¢x>’qV€ïŠ%¾;è""
  b"\x01Ž¢xa\x0FpдÊCð·ÁN"
  b"\x01Ž¢y)#sñ˜ÿ\fúôkÒ\x12"
  b"\x01Ž¢yŸûpã·G\x12¢K—tì"
  b"\x01Ž¢yàzqä¤#Ñ=êÙÿË"
  b"""
    \x01Ž¢zR}q…øÎ:S\n
    z
    """
  b"\x01Ž¢zt`sq€£‡„¯¿2À"
  b"\x01Ž¢{š†rñÚ_›É\x0F\x07`"
  b"\x01Ž¢{¾ÍqsŽÕE>GV4\x0F"
  b"\x01Ž¢{ÔYpn†´iyß.\x04B"
  b"\x01Ž¢|8\x03s¨ƒ¨—êU6Dµ"
  b"\x01Ž¢|<¼r\x1F£~`þ£d\tŽ"
  b"\x01Ž¢}G‰s\x12„’\r†7úfè"
  b"\x01Ž¢~ȧpǤ™ÙÙ\x7FFñ¦"
  b"\x01Ž¢\x7FI/p-”¨Ý̰_A•"
  b"\x01Ž¢\x7FÃcp9¾\x01Èú1þí×"
  b"\x01Ž¢€Ú;r*†›ò\x05úí¹ý"
  b"\x01Ž¢jÛqz^\x026ÎÏÍt"
  b"\x01Ž¢³\x1Apî½Ì¤÷Žœ)"
  b"\x01Ž¢‚5Rp\x16°\x1F‰h´AWÝ"
  b"\x01Ž¢‚pˆqŒ·êònyÛØê"
  b"\x01Ž¢‚Â0qÖ€ùNn\x02æ–ê"
  b"\x01Ž¢‚Ç#sÏ‹\x19ø$®»œ"
  b"""
    \x01Ž¢„íÉr•… \n
    ×€í¸H
    """
  b"""
    \x01Ž¢…ˆžq-¦ëDä\n
    _èV
    """
  b"\x01Ž¢…­·q³€‰™JÎÍB¤"
  b"\x01Ž¢…ÁEsì–Í\x1AXPÆgo"
  b"\x01Ž¢†\x08Æs‡¶\x10ab\x16"
  b"\x01Ž¢†¾€r¹Z„,ÇWLª"
  b"\x01Ž¢†ÑmrÉ™gñçóB©"
  b"\x01Ž¢†ã´s‚°Øà [ºX´"
  b"""
    \x01Ž¢‡\x0FÍrþ§@\x05\n
    Ö_Ô.
    """
  b"\x01Ž¢‡!Qs«Žé\x0F\x0F¦\x08ú5"
  b"\x01Ž¢ˆ@op8«Œ’’$ü\x03ª"
  b"\x01Ž¢‹k;pŽˆõ¢>ëúèI"
  b"\x01Ž¢‹­ºrx‡ðÜX¦vëþ"
  b"\x01Ž¢Žùóq‡™à32–klÇ"
  b"\x01Ž¢Ž7ûqW€rmÎü‡«'"
  b"\x01Ž¢ŽÕGpèµ\x12ö>ÙPNß"
  b"\x01Ž¢iRqlµ>,‰6¦¥Î"
  b"\x01Ž¢êïs)ŽŽ`\x0E#*E¡"
  b"\x01Ž¢vÆs~‚t˜ã+n\x12Ž"
  b"\x01Ž¢¥3qä„yÎUjnŽÁ"
  b"\x01Ž¢’\x05Æs)µª|é$g~X"
  b"\x01Ž¢’]5s\f¼žB!\fŽL`"
  b"\x01Ž¢’ïŠpo–p{iõ\x14'q"
  b"\x01Ž¢“LGsQ·â0íyß_ô"
  b"\x01Ž¢“Œq¶˜\x11#k\x1F¡E\x05"
  b"\x01Ž¢”!ósN½5%¾zìä"
  b"\x01Ž¢”&Ërã¨í8¤\`\f"
  b"\x01Ž¢”£Nq;šrÓ\x070'Uw"
  b"\x01Ž¢•qMs\x19¦‚t)bGù\r"
  b"\x01Ž¢•§\x1DrÕ†\x01\x00ŒÀ2›\x06"
  b"\x01Ž¢•ß—rõ³\x05\x1D\x12+`G"
  b"\x01Ž¢•äEp߇¤ødPuH^"
  b"\x01Ž¢–qks#ž-çð­³Â%"
  b"\x01Ž¢–v\epç¾…\x01‚©`Õu"
  b"\x01Ž¢–¹<r\x18¯‰òN/8\x16"
  b"\x01Ž¢—\x02\sã–M¢ÔìQ ä"
  b"\x01Ž¢—\x06Þpé–éË\fÇ `"
  b"\x01Ž¢—0²q±¨Í2r‹\x07ua"
  b"\x01Ž¢—Kÿq-¢‚\x12\x1F4R‹—"
  b"\x01Ž¢—oUrj·\x13zB‚ðJE"
  b"\x01Ž¢—©Vp ‡·×Ø"°3\x04"
  b"\x01Ž¢—®^p$½cJ¤u\x18ËT"
  b"\x01Ž¢˜P\x05qc³ýK/*+æ="
  b"\x01Ž¢˜³Ùq\x10¸:¬¢ôÓ€\x05"
  b"\x01Ž¢˜ß¥q\x1Eºœú\x1C®‘‚"
  b"\x01Ž¢˜çÀr²¨eþCæBg)"
  b"\x01Ž¢™\x1A®rï½”ÚQ\r\e½ò"
  b"\x01Ž¢™aŽqظÝoRŽï|r"
  b"\x01Ž¢™f2sð“êðÈ\x12¹\x18á"
  b"\x01Ž¢™–Wrö¢^²Ž\x04çîo"
  b"\x01Ž¢šuÉs˜µ/[\fC<Y\e"
  b"\x01Ž¢œ\x14Ârר׋—9ƒœ1"
  b"\x01Ž¢œ]nqà™:ÊL¦vÖE"
  b"\x01Ž¢œ¢\x1Ds`“7džˆØ\x12"
  b"\x01Ž¢œ§Cp¦³\x1C\x17@"ý6a"
  b"\x01Ž¢žaAp}ˆ\x1C\x05ËsXQ`"
  b"\x01Ž¢ž‰²p\x14¬‹Öq€³¾\x12"
  b"\x01Ž¢žª+qÿ¦¹|¥çBaF"
  b"\x01Ž¢žðµrL…:t&²q\x15²"
  b"\x01Ž¢ŸŽDq7ŽŒ3L\fH_ã"
  b"\x01Ž¢ŸÃgqÁŠ‹H¿g@Y="
  b"\x01Ž¢ \x15Æq"²‘ \x1Fo\x1D"
  b"\x01Ž¢ \x1AÉsÍ­Ž ¤“a§"
  b"\x01Ž¢ Xp|¢ø“c²Æˆð"
  b"\x01Ž¢ iÎqKƒP¿´µ\x03â¸"
  b"\x01Ž¢ ÙÀq¼ƒ‘…\x0E<Ÿæ"
  b"\x01Ž¢¡\x1C\x01q\x0E¢\t®ß\x06dí×"
  b"\x01Ž¢¡}zsŠ‚upã³¸V"
  b"\x01Ž¢¡®¸pÔš_H\x7FïÑ×Ú"
  b"\x01Ž¢¢ŸOqɤl$\x12ÑÚŒ"
  b"\x01Ž¢£j±sL‡\x05ç˳\x07€Ü"
  b"\x01Ž¢¤\x19NqÍ•—j\:ì×)"
  b"\x01Ž¢¤u(qT¡0;ý39w"
  b"\x01Ž¢¤ä9p逗äÇÆ\x1D"
  b"\x01Ž¢¦!™qÊ€\x19ÝÑ6ššÉ"
  b"\x01Ž¢¦IÐs6ëyÈÍNJ‰"
  b"\x01Ž¢¦â9r\x00¶«¾éá\x1D×"
  b"\x01Ž¢§%€rІ\x06X1ÄŽ1D"
  b"\x01Ž¢§\„sú“\r\x13\x18T›ø\x1E"
  b"\x01Ž¢§©ËqĨäN®þ÷ð‘"
  b"\x01Ž¢§ú2rœŽ)vÖ߆-Á"
  b"\x01Ž¢¨L–pZºìz1À-Ž,"
  b"\x01Ž¢ªÿ\x7Fp|ž¬@›Ýa\x14 "
  b"\x01Ž¢«\x1Anqٮ̬¯9-ͧ"
  b"\x01Ž¢«D©rv¸¦9°¤7˜º"
  b"\x01Ž¢«sÑpZ˜1[\x1FÆ¢†­"
  b"\x01Ž¢«ŽÑq'¢qÑìæ‘\x11y"
  b"\x01Ž¢«¬ËpW†Y£²\x14æ"
  b"\x01Ž¢«ïOsW²URþ…\e"
  b"\x01Ž¢¬4\x00qÉ‹\e\e|o.©Ã"
  b"\x01Ž¢¬{·sÅ–4*WF§›\t"
  b"\x01Ž¢­HdpV»%àåŸaÞn"
  b"\x01Ž¢­{/r¹§€n‰gcš$"
  b"\x01Ž¢­™órÈ­|üå°5\x03J"
  b"\x01Ž¢¯ˆÅq¬š<´A*Buv"
  b"\x01Ž¢¯¼]sß“Žà½ý\x06Úå"
  b"\x01Ž¢¯Ï\x1Cr¢†œµ¼\x18ƒ¨³"
  b"\x01Ž¢°?)q*¤§Ã\½ð@\x1C"
  b"\x01Ž¢°šVr_‰8iŽ-$"Ø"
  b"\x01Ž¢±‰[rßšiûE…žQ\x01"
  b"\x01Ž¢±­æs̳d¸ª+B=#"
  b"\x01Ž¢±Ø%r.°¿LTÊð¡¸"
  b"\x01Ž¢±ë\x1CpjŠÒüQøigI"
  b"\x01Ž¢±þ9p-žAÄŠ\rh ¥"
  b"\x01Ž¢²\x1D‰sqžFP\x1F€æò"
  b"\x01Ž¢²{[sJ¢è°©…Ñ+§"
  b"\x01Ž¢³M•r•¦Ùý«–p·ó"
  b"\x01Ž¢³wÝqd„çH–”‰*—"
  b"\x01Ž¢³°/sÖªè4æ\t¶‹ë"
  b"\x01Ž¢³Ý¾r¡”"b¥ N+ç"
  b"\x01Ž¢´PqŒ_ûŽmõ¼ "
  b"""
    \x01Ž¢´}yqÖ›¼\n
    @<·ýñ
    """
  b"\x01Ž¢´è¢s7†Àˬ½ \x0F0"
  b"\x01Ž¢µµ1pN—-¿ šœr"
  b"\x01Ž¢µö}q¾£v« }FV"
  b"\x01Ž¢¶W\x08p8¶˜ü(Ç]'ž"
  b"\x01Ž¢¶×Vq'£gìÈJf¯ñ"
  b"\x01Ž¢¶Ü)p Sê‚,b•Ã"
  b"\x01Ž¢¶ü2sÿ•\x17 x99Í4"
  b"\x01Ž¢·\fçrœ¡Žé9\x01>\x04ó"
  b"""
    \x01Ž¢·Köpw¯Ü\n
    ×k\x12Ž
    """
  b"\x01Ž¢·qÕrȲóa\x11÷wlØ"
  b"\x01Ž¢·’5q •ù=§¯ì%ù"
  b"\x01Ž¢·Ù#sµ¡ûQ­7ëvX"
  b"\x01Ž¢¸*èr]£nZ5;ívF"
  b"\x01Ž¢¸>Èr\v³=þÌL\x08AC"
  b"\x01Ž¢¸Ë5rŒx¦ö°3œ"
  b"\x01Ž¢¹\x0E†s\x12³\x18Øå¼÷΁"
  b"\x01Ž¢º»>s¢Ž\x1CZ¡Z¡\x1F"
  b"\x01Ž¢»ÃÅq š\x10ÆÀúè\x14O"
  b"\x01Ž¢¼>ñs°ë»Â]ø÷"
  b"\x01Ž¢¼]7q³­Åè\tô|³\r"
  b"\x01Ž¢¼aöp´·_\x08mHò%\x7F"
  b"\x01Ž¢½\x07Åpë³jï²45¡:"
  b"\x01Ž¢½\fás4¸†oþ ¶\e\x7F"
  b"\x01Ž¢½ \x02rç‚8#¹¿\x0E"
  b"\x01Ž¢½Bæpà”<u\½uz"
  b"\x01Ž¢½•…s—œ³‰Y»\x032o"
  b"\x01Ž¢½º\x16py’\x18\x19À”ysÏ"
  b"\x01Ž¢¾\x1A©s‹ªe?ü-ÇÚJ"
  b"\x01Ž¢¿X6p‹¦êGâ|\v"
  b"\x01Ž¢¿³\x1Cq\x05 2hÂüu ‰"
  b"\x01Ž¢¿Ä\x16q\e»ŽÒI¤_>\x1E"
  b"\x01Ž¢¿Ô´s\ˆò…ÞsÁÉ\x1E"
  b"\x01Ž¢¿Ùqž²)P¼\x00€•m"
  b"\x01Ž¢¿ö3paˆ.—ˆ'\r¶Î"
  b"\x01Ž¢À@Fqtž¶µÄÖ'è,"
  b"\x01Ž¢À‹lpš¾\rÍO¹Û\"
  b"\x01Ž¢Áâ"sC°ºç\x1F™ÃN+"
  b"\x01Ž¢Â#ÏsI„8%=_h‰\x00"
  b"\x01Ž¢Â“Ûrâ‹\x15»zÆiÞ\x1C"
  b"\x01Ž¢Ã}:p>·\x04³-»»\x01à"
  b"\x01ޢĮCq¿–«îÛMÕÃ\x14"
  b"\x01Ž¢ÅJ\p\x11\x7F¸û¹Âeú"
  b"\x01Ž¢ÅÉ}qñªq±|ªßû"
  b"\x01Ž¢Åä¤q9C\x01RHÖªž"
  b"\x01Ž¢Æ;¤qÖŽÌ.G_\x04\x01u"
  b"\x01Ž¢ÇSOqU½¨ó0\rÖç"
  b"\x01Ž¢Ç¸*s\x01´R.\x17Oª¨\x0F"
  b"\x01Ž¢É\x19çrO˜kV\x06\x1Dä/\e"
  b"\x01Ž¢ÉÁ;pq‘DÚ\x144ï•/"
  b"\x01Ž¢Ëãþr°Ž2óÀ„ùç‚"
  b"\x01Ž¢Ì&\x12páŒDlf¾\e"
  b"\x01Ž¢ÌIcp°ŽåÚ†Ud7\x1C"
  b"\x01Ž¢ÌÖ„qãœx˜x[?”‡"
  b"\x01Ž¢Í{ms\x16§Ka¯\x1E¼\x10é"
  b"\x01Ž¢Î\x18©pûƒ×\x06o\rW²á"
  b"\x01Ž¢Î»\es\x00’Ç[iŒ{Á)"
  b"\x01Ž¢ÏÀ§p\x06¾ #\·¸"
  b"\x01Ž¢Ïþpp·ž7éèoÅio"
  b"\x01Ž¢Ðëæs7¤·\x15ãU\IÕ"
  b"\x01Ž¢ÑЃráFE%¹•"
  b"\x01Ž¢Òê¿pÀ“\tòîW\x16Ü‹"
  b"\x01Ž¢Ó,)q\x15·&\x06~Žú¦\x18"
  b"\x01Ž¢Ô2tqί°ÚW\x0FG¼ª"
  b"\x01Ž¢Õ\x01(s#!\x14ÿDê—ë"
  b"\x01ޢՁ5qQ–cƬ§ÒîÎ"
  b"\x01Ž¢Öe÷pð»\x07â|\x06»ãP"
  b"\x01Ž¢ÖµÍsè’Pé\rA“Ê\t"
  b"\x01Ž¢×\x1FVq)£œÝ¦²vr¬"
  b"\x01Ž¢×Éöpg¤žT>¼Ì¾©"
  b"\x01Ž¢Ø$àq\x00““›®7™Ì"
  b"\x01Ž¢Øh^p´båZ\x16†o "
  b"\x01Ž¢ØmÄr>ªƒ§_p\x1EBf"
  b"\x01Ž¢Ù\x0F¥qeŽ©žñtäêD"
  b"\x01Ž¢Ù£Kp\x06œþ„³ìù~\e"
  b"\x01Ž¢Û@iq‘«7û”\x18içr"
  b"\x01Ž¢ÛR«qB·O‹\t‰Ü\x01`"
  b"\x01Ž¢Û`Óp^•ÃxbWeð"
  b"\x01Ž¢Û‘\x0Fq…²“$LèØ¡æ"
  b"\x01Ž¢Ûä>p\x19 a°Ÿ¸VD"
  b"\x01Ž¢ÛøÆs\x15™f`\ÛšÜù"
  b"\x01Ž¢Ü<]rr©\x14¥ÈÜÙ\x07L"
  b"\x01Ž¢Ý˜´qFާzt\x05K\x05k"
  b"\x01Ž¢Þ¢jrÙˆ/\x13\x13 é}~"
  b"\x01Ž¢ß\x01Us5£ÕA†-.Vç"
  b"\x01Ž¢â\x02Uq¯°M\x08îØR¶ì"
  b"\x01Ž¢âSPpð½}k!U(¤\n"
  b"\x01Ž¢â¿\epA¡t_M\x05€eY"
  b"\x01Ž¢âèãs8Šôèj\x10*O2"
  b"\x01Ž¢âÿŽp¾›õ'\x18\x14\x1E"
  b"\x01Ž¢ã•;rý²¶®+zE\x06\r"
  b"\x01Ž¢å*ÓsÛ¹3ní cû\x16"
  b"\x01Ž¢åb˜r\x10¡Ûé\x08cü³™"
  b"\x01Ž¢åsÿsj€¦\x04Â}nzÅ"
  b"\x01Ž¢å•ÃsnšOØ×Ë\x06ek"
  b"\x01Ž¢åªas¼¹)˜=“ۏY"
  b"\x01Ž¢êÅîr\x06¸´yaÿ–gú"
  b"\x01Ž¢íL‘puŒô3¤æ\x1A"
  b"\x01Ž¢ïMìr\r¾\µÇ\x00Ÿ©Ö"
  b"\x01Ž¢ï²\x12p\x16£#p@5xÿü"
  b"\x01Ž¢õÕq\x02¸Ù|ƒ\x0F\x1C©~"
  b"\x01Ž¢ü8gqã¤yï§°î\vÕ"
  b"\x01Ž¢üJ.rbª}tÆ­º^Î"
  b"\x01Ž¢ü†'r”Ž’!"àR\x11N"
  b"\x01Ž¢ü¼Lr<¬÷Ér+mà›"
  b"\x01Ž¢ýF.pÆ‹NŽ\x15>¡©\x7F"
  b"\x01Ž¢ý‚5spŸýE\x10(®z3"
  b"\x01Ž¢þG¿qõ³Û|˜Öò‚§"
  b"\x01Ž¢þm¨qöŠÛJÔjùŸò"
  b"\x01Ž¢þ“tq\x12™Œe«¤\e¸ý"
  b"\x01Ž¢þÓ\x01rÂ…ÊB05o)X"
  b"\x01Ž£\x00ÿsÅ©Ñgªpq•à"
  b"\x01Ž£\x00Û…rM€ãMÀŠÎi\x04"
  b"\x01Ž£\x031\x14r1¥rr…F|Õ¡"
  b"\x01Ž£\x03¥\x14qàŠìXM\x10hf\x14"
  b"\x01Ž£\x03ÝÇqއߣMЬP"
  b"\x01Ž£\x04e}r©œ‹“‘׏a"
  b"\x01Ž£\x05x3p½‰èx4B\x18\t1"
  b"\x01Ž£\x06é¸qŽ„’\x18¯\fnó3"
  b"\x01Ž£\x07òŠs‘Žœ!z—n5×"
  b"\x01Ž£\x08“ZsO—·^ÄQ\x06\x14©"
  b"\x01Ž£\t\x04‘sä„ç’\x01¸–\x07`"
  b"\x01Ž£\t*ÐpÓ»ÕUai·ŽÐ"
  b"\x01Ž£\fIÆp…‹êK´\vìQÑ"
  b"\x01Ž£\fgÉp0™(&XQV§œ"
  b"\x01Ž£\r\x06\x06sR°$<Ö\fúz¤"
  b"\x01Ž£\r\x1Eßp”®z\x00²“\x02’~"
  b"\x01Ž£\r>‘r4ª-—1.=¯Ä"
  b"\x01Ž£\rlpq¯ŒîšàyT}¦"
  b"\x01Ž£\x12\x05¦r}¹÷—êÊŽ\x1F"
  b"\x01Ž£\x12\x16hqŸ­N1®§\x15ÜÞ"
  b"\x01Ž£\x16\eºpÌ›€ÓóîÑ1F"
  b"\x01Ž£\x16q;rA¯s2\x0FÒN”™"
  b"\x01Ž£\x16—áqo¢S\x1C·\x1F¤$"
  b"\x01Ž£\x16Ççs{¥}¶ú¨Ÿ¹c"
  b"\x01Ž£\x17[›sý¡`É*\tîIÒ"
  b"\x01Ž£\x17ÌÈs®¯&þq\x12{\x12-"
  b"\x01Ž£\x19\eær…³]Hü–Ñšw"
  b"\x01Ž£\x1AhÊrEŽ}K\x10ZT\x06"
  b"\x01Ž£\eŸ·s‚ À·:nÜ\x06L"
  b"\x01Ž£\x1Fƒïq‡‰šr\x1D>¡$:"
  b"\x01Ž£ PÔq{Ž£Ô–NÞÌ×"
  b"\x01Ž£ ¯uruös²\x00w!\x01"
  b"\x01Ž£"\x18Xqc…,ë±\x07¯"("
  b"\x01Ž£"R£ppŸÃÓ\x08žk\x05>"
  b"\x01Ž£"éœr‡‡2ˆÝW\x17"
  b"\x01Ž£$òÉrÿ³¡E°U¨œ\x02"
  b"\x01Ž£%yas’¶àlQ¿H\x03\e"
  b"\x01Ž£&æ”s઒HÓ\x10L,6"
  b"\x01Ž£(ŠLpö¬ÜeØš»%2"
  b"\x01Ž£*\r-s>–.”å\x06XQ\x05"
  b"\x01Ž£*\x1E\er$…ò1ö}y”"
  b"\x01Ž£1.\x7Fr•€ý\x18P\x00x|T"
  b"\x01Ž£3\x06.r0¦\x1Cöv\x7F|!P"
  b"\x01Ž£3\v”r†¡¦rDŽä…"
  b"\x01Ž£7·ÂpÖª‘›Ðã\x11àú"
  b"\x01Ž£7àßpÑ„˜‰ÚÅ>êÊ"
  b"\x01Ž£8DXsX›-–óc+Xy"
  b"\x01Ž£9'<q.­•™øMS\x10Â"
  b"\x01Ž£<ÜVrÙ±œ8†Öï!\x01"
  b"\x01Ž£@6*r3‹\x0EæŽÙàæ"
  b"""
    \x01Ž£@ \n
    pU’Èûáyùâ
    """
  b"\x01Ž£@³osmœ¦s\x02v&\x11}"
  b"\x01Ž£A\x11üq²â\x7Fÿ¸ÉÜ="
  b"\x01Ž£A…Ws_‰µeˆ¡Ézá"
  b"\x01Ž£BSÿr¡©C9ºá:Î\n"
  b"\x01Ž£C]ãr)¥¶‹ñ+Óìˆ"
  b"\x01Ž£R°Mp¾¦B±Ã¥]7\x19"
  b"\x01Ž£U†YsP§3Ï\x19¸\x17óä"
  b"\x01Ž£W$5r\x02‡n÷zR\x15\\v"
  b"\x01Ž£Xµ’qR˜W\x17Q Ä["
  b"\x01Ž£^[ s\r¾a²Ì…ß¿ž"
  b"\x01Ž£av¼rK¼9N9©•EY"
  b"\x01Ž£sd’r\x12·÷ÊaMøKh"
  b"\x01ާ%aršéÊP\x7F‰0ó"
  b"\x01ާ(\x14Êq\x04»k°Nœöл"
  b"\x01ާ1\x08žs·†à‡&gŸ%\n"
  b"\x01ާ2lÈr‰¹j\x01A·ý\tq"
  b"\x01ާ99¿q\x08€Í¬ÌR6¨Ò"
  b"\x01ާ@¿ôq‘Ž™\x01éjNw"
  b"\x01ާGz\x11qΫ¼ˆžv\v\x00ž"
  b"\x01ާKÔžp;¤\x10\x01wPâæh"
  b"\x01ާLJ®rh…\x11x\x1C\x7Fs´¼"
  b"\x01ާM)9sq‹#\x1AOÄ~@™"
  b"\x01ާgZws[ŽþÜÞ^Ó3\x11"
  b"\x01ާgŽ\x13s#’¹ß^\x1AÛNŸ"
  b"\x01ާi\fÿs¿¿{„éβXˆ"
  b"\x01ާjºtqn•‚D›C5z"
  b"\x01ާl\x03ÒpݼQÆ]tÝ¿™"
  b"\x01ާme„sÌ¢\x03Gs<—\eË"
  b"\x01ާp3lrÖŸ{ßZ†f´z"
  b"\x01ާpˆ6s\x11Žp\x0Fè@±\x17Ð"
  b"\x01ާpŽƒsê Sy•G\x10ž"
  b"\x01ާrV\x0Fq¼¢1À\x18ÜÂ\x12E"
  b"\x01ާyÔ“qˆ‚5N¢Ù¬ù³"
  b"\x01ާz^’ps¸×êüØóE"
  b"\x01ާ{ ÿqa„\x105#×È•«"
  b"\x01ާ~\x1AÊpŽ¿è\x12¶F*\x04"
  b"\x01ާ\x7FÆrpŒŽšRrkÿ |"
  b"\x01ާ€\x05]p\x7FŽ“íÓ—?2&"
  b"\x01ާ¤Hrx©§|Ÿ¡\x1FY–"
  b"\x01ާÇTrù§Ú.Ìy€Á"
  b"\x01ާƒs›qo—“È8ß#N"
  b"\x01ާƒæÓr-³½x.¸\x17tT"
  b"\x01ާ„ô>r÷´9h\x08Ò•÷¬"
  b"\x01ާ…j¡rLŸŽ·Ì·\x11ß1"
  b"\x01ާ†ªèqbºòÄÞA¥\x18\x05"
  b"\x01ާ†ùqÿ’\x07\x12\x07 —"
  b"\x01ާŠN;pŹü}ù6ÛúR"
  b"\x01ާŒ”ór6¦\x03\x00\x19.íÕÑ"
  b"\x01ާŽ;@q·”=]î$\x01ûu"
  b"\x01ާÂÆr%‚\tšàHhÎû"
  b"\x01ާ‘$½q¯¥à5[{«\x176"
  b"\x01ާ˜ç\x10r\x12ˆ•ÿ+çûg"
  b"\x01ާ¤\x00çp{–o.8%6\vP"
  b"\x01ާ¥º¹rY“nóLtNµ˜"
  b"\x01ާ¦B|qz›÷km&=ºk"
  b"\x01ާ°0rqÓˆlЊ\x14)MŽ"
  b"\x01ާ±„<sõ­\x16ª€úrÓ§"
  b"\x01ާ³úysÓ£\e\x05ˆÔÓ“\x03"
  b"\x01ާ¶/‘q˜ \x04ŪTdŽr"
  b"\x01ާº•»p'‡ù\v¢ð·«Þ"
  b"\x01ާ»˜àp\x13³\x01\x08iéÚ\x1Aæ"
  b"\x01ާ»ß!s\x12L¯\x13‹Ñ\e"
  b"\x01ާ¼\x19Šr›¯\e%n« á÷"
  b"\x01ާ½èús­®óځ¾Î`Í"
  b"""
    \x01ާ¾V\x1Eq6‘tA÷\n
    \x12
    """
  b"""
    \x01ާ¿'òs†­C\n
    é¸\x15²Ø
    """
  b"\x01ާ¿§«p‡”à\x08ó@«¿B"
  b"\x01ާÀ}írð±¨K\x0Eì×ï\t"
  b"\x01ާÀÂFq¯4ùad^û+"
  b"\x01ާÁ³µq\x7F¡’¼ÊÛzœg"
  b"\x01Ž§Â¹Wq\x11®ÄùÿŠ>w\x14"
  b"\x01ާÃb»q±©ÍËÑBbnË"
  b"\x01Ž§Ã´©pI¾¹€ÑF“}b"
  b"\x01ާÃùÿs£Œh@ĨXý–"
  b"\x01ާÇÝ×r’®l?²%\v÷"
  b"\x01Ž­­¹r4˜‹\x04‘1Çk'"
  b"\x01ޱörŒq{¤üÃ\x1FÓ¿YÅ"
  b"\x01ŽÀº×Ysô˜žÌÞYxÈa"
  b"\x01ŽÁ&ÇÜqg»õã`\x08ÈED"
  b"\x01ŽÁ(6hrƒ¢¦\x11-ކ.["
  b"\x01ŽÁ/ñ·s±€nÄzׯ\x0F¦"
  b"\x01ŽÁË/²p‰®gÛöŽã¶"
  b"\x01ŽÁÕHgsx„#\x04Ö¦aÚç"
  b"""
    \x01Ž\n
    }\x1C*sÁ•’ÌD.”ÓK
    """
  b"\x01ŽVm_HpЊ$'9pt©U"
  b"\x01ŽVmi=s\x05¼ï¾s\eAÉP"
  b"\x01޾€LÑsЯd•a\x0Fþð\n"
  b"\x01޾€]Äp\x13°D2ç¶öÊÀ"
  b"\x01޾€sMq›¤cWÌ õ0ù"
  b"\x01޾€}Qq7•®!Ë.\x03\x045"
  b"\x01޾€†Ês鉁_˜\x0FY8\v"
  b"\x01޾€‘wsͶ\r]\f«X\e\"
  b"\x01޾€žìpF¦8e¹a]…"
  b"\x01޾€ª\x05rÕƒÁñ)6\x00ÿ"
  b"\x01޾€³ßp,£¼\x02\x089øá·"
  b"\x01޾€¾Õp•ÏU¸šj\x0F;"
  b"\x01޾€È¯sgŽi¬W•"ô·"
  b"\x01޾€ÒÆp\x15ŽGÅÁ2\x1F"
  b"\x01޾€ÜÕr‚¦j.’Fâ\x1CB"
  b"\x01޾€æ.q"¶ŸÎÌW\x1CÄó"
  b"\x01޾€ðåp©¶]W>[¹`B"
  b"\x01޾€ü2rU¨Íˆ\x01Ê ;w"
  b"\x01޾\x06þr\x0EАhµ¢yµ"
  b"\x01޾\x14\x12pQ’¶¥—'²\x1Fù"
  b"\x01޾\x1F*r‚áTq\x14ùTô"
  b"\x01޾*\x15p\t¨7Ï\x1EþßHÓ"
  b"\x01޾4îr´–¢GÙÉeÝ€"
  b"\x01޾@—qH‚•ê\x03º‰§¬"
  b"\x01޾K\x1FpÜ£²5h°Ötç"
  b"\x01޾U\x12p÷³÷zo*àj""
  b"\x01޾^ñpèŽ*cã¼X#"
  b"\x01޾jGqQ«¨éÎóŸq\x04"
  b"\x01޾t¼q!¸Ñ~³ô¨/"
  b"\x01޾~cp,´Î"jÅÉÃ\x02"
  b"\x01޾‰Ýor宂¯2J½›\x17"
  b"\x01޾‹çs[©4q¿'ÛY"
  b"""
    \x01޾‹òëq†›©\fX5\n
    \x16O
    """
  b"\x01\x05ѸÍqf¶´cNK}ðq"
  b"\x01\x05Ò\x12\x01qÉŽ`\x1EdO3«"
  b"\x01)\x08\tÚpg¥I\x08—FJE\x02"
  b"\x01Md_Dr1˜þGÙL§£\x18"
  b"\x01ả›sý `‡Qöë¥k"
  b"\x01qYÄÞqGˆ\x07OÂl—5\"
  b"\x01qÿ\x03p~µ5Ÿ=B¨CŸ"
  b"\x01 g‘»p?MàÞ”[…"
  b"\x01¹¢)‹s[¿Wn¿`?í\x02"
  b"\x01+RFùp\e½öáÂ\x14\x0Fï\x12"
  b"\x01ràsEq>½¾\x07weº­i"
  b"\x01rà¹Fs.ŽïÛ\x1CKŒž"
  b"\x01s\x16¦5qÅ¡\x02ù\x11\x18\r\x0Fì"
  b"\x01s\x16Ú¤s襆¢Œ"”Óv"
  b"\x01s\x1AMñr$žÅ87.8\x06\x11"
  b"\x01s\x1DÿÎs‰žJÚ‹ŽÇ!"
  b"\x01s\x1FØúr÷¸Xë»púoW"
  b"\x01s#U¢q`Ûß́NH"
  b"\x01s#q&s\x05¢8|R‹×ãã"
  b"\x01s$\\x19sò¼¸¼„  ºP"
  b"\x01s'”¥pM—ìø5/^½Ñ"
  b"\x01s6\x05*pþ¥ÿ\x0FÈ+%áˆ"
  b"\x01sN…›p“ŸÃã”`siÉ"
  b"\x01sq¨np\x19©ð<Ó7\t&1"
  b"\x01szEXs,•—JÁ­¡3g"
  b"\x01s¼\x15\x06qZž\eW=”ÉN""
  b"\x01t\x1C®_r\x00¹]Ä\x12\eJ\x03P"
  b"\x01‘“æ$žp\x03¨\x0E,Ë@\x17"
  b"\x01‘“æÂ½qNƒèq\x00v\x15øû"
  b"\x01‘“ç\x17is:—æu\e\v;ˆ¹"
  b"\x01‘“çI»pr™\x140O*õ†}"
  b"\x01‘“ç¤ÏpÕ€nIÓx\x7F‡?"
  b"\x01‘“è†×r\x06œ\x1AºYhyD>"
  b"\x01‘“íµÓs̆tÀúÔC0]"
  b"\x01‘“ï“9pرj\x16\x08 ŒD\x0E"
  b"\x01‘“ó;\x11p›³(É~L-\x11@"
  b"\x01‘”\x01mÀpž¶G5ë\x00–Ü!"
  b"\x01‘”\x05\x06õro–$â€\x15\x07ú0"
  b"\x01‘”\x05¡#s=¶Žº»ØO64"
  b"\x01‘”\x06‘Pr\x1D£)\væ¤\x11A\x01"
  b"\x01‘”\x07ü qÏŽÏû‚%œõ"
  b"\x01‘”\rfñrñ»y\x10®$ã4Ã"
  b"\x01‘”\x0E‹žsn•¤ó4/\x05\x18»"
  b"\x01‘”\x11\x13Lq_á\x1Fƒ\x19”Wé"
  b"\x01‘”\x18h#p] ÷†\x15\x17:z"
  b"\x01‘”\Ë+s~±Ô¸/\x15\x15"
  b"\x01‘”`L0rÞ¶¤A·¦Ê_"
  b"\x01‘”Œ¥ÁqkŠB÷\x02·ý®"
  b"\x01‘¢Ë)—qBOޤŸ#co"
  b"\x01‘±ó@‡r¼ŒéØ,ᘣ\x00"
  b"\x01’7rr‡sس>9˜‡:¥S"
  b"\x01’gGxpu¬Urœ•tm¢"
  b"\x01’gˆåœr\x0E­ò¯Ú)¶¸²"
  b"\x01’™ö’‡p{§¥RíW|×R"
  b"\x01’™þʼnsó¢Cç‹ÈÑ\x06Ž"
  b"\x01’š\x01\x02\x18r肯\x04T¸4y~"
  b"\x01’š\x10¸tpa‹ÅIÅ¹ïK"
  b"\x01’š$œ=sO¦ùy?ØÛ\x164"
  b"\x01’š6µcsf‹\x12I‰\x16¥T°"
  b"\x01’šEI\x01r¥'ãû,‘ª"
  b"\x01\e‰°ás˜›#Ò3º¥\x03"
  b"\x01\x1C\x1D#yr¥wìW«Ãk"
  b"\x01“'7‹r\v¦eÐ3‚è‚ð"
  b"\x01—Ê\x1A¦4r6³vEðÙz–j"
  b"\x01—Ζõq3’'(µ™P|!"
  b"\x01—ÏšÃtsÁ‘\x15‹sÄÓ·\x05"
  b"\x01—Ðû\x17^r\x15²J«­q•J0"
  b"\x01—Ó> Ûrµ§”\x12\x1C¿\x1E×¾"
  b"\x01—Õ¥"†që§,\x1D[iÚÓ»"
  b"\x01—ÖÅ6€sø¦Ë\x01H«Î"
  b"\x01—Û¿¿Ñs(ƒú]æ\x08M¥5"
  b"\x01—Ü”$Äs^º~r»\x19½\x15\x1F"
  b"\x01˜<9\x02Ash…\x03™zŸŸ}1"
  b"\x01˜¦;\x04lq“€BæÛ\x16\x18"
  b"\x01š\x01ò0\x06pŒŒ\x0F\x18\x12\x12Í"
  b"\x01š\x02\x11Q`s‚­6k|sÐ\x1AŽ"
]
97 4.86 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.fallback_1.name`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.fallback_1.name`,`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.fallback_1.description`,`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.fallback_1.position`,`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.fallback_1.customFields`,`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.fallback_1.languageId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.fallback_1.title`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.fallback_1.title`,`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.fallback_1.alt`,`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.fallback_1.customFields`,`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.fallback_1.languageId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.fallback_1.name`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.fallback_1.name`,`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.fallback_1.position`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.fallback_1.position`,`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.fallback_1.customFields`,`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.createdAt`, `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.fallback_1.languageId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId`, `property_group_option.translation.fallback_1`.name as `property_group_option.translation.fallback_1.name`, `property_group_option.translation.fallback_1`.position as `property_group_option.translation.fallback_1.position`, `property_group_option.translation.fallback_1`.custom_fields as `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.fallback_1`.created_at as `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.fallback_1`.updated_at as `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.fallback_1`.property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.fallback_1`.language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation`.`property_group_option_id` = `property_group_option.translation.fallback_1`.`property_group_option_id` AND `property_group_option.translation.fallback_1`.language_id = ? WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId`, `property_group_option.group.translation.fallback_1`.name as `property_group_option.group.translation.fallback_1.name`, `property_group_option.group.translation.fallback_1`.description as `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.fallback_1`.position as `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.fallback_1`.custom_fields as `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.fallback_1`.created_at as `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.fallback_1`.updated_at as `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.fallback_1`.property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.fallback_1`.language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation`.`property_group_id` = `property_group_option.group.translation.fallback_1`.`property_group_id` AND `property_group_option.group.translation.fallback_1`.language_id = ? WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title as `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId`, `property_group_option.media.translation.fallback_1`.title as `property_group_option.media.translation.fallback_1.title`, `property_group_option.media.translation.fallback_1`.alt as `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.fallback_1`.custom_fields as `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.fallback_1`.created_at as `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.fallback_1`.updated_at as `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.fallback_1`.media_id as `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.fallback_1`.language_id as `property_group_option.media.translation.fallback_1.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation`.`media_id` = `property_group_option.media.translation.fallback_1`.`media_id` AND `property_group_option.media.translation.fallback_1`.language_id = ? WHERE `property_group_option.media.translation`.language_id = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Œ\x11>ŠVzð¶ekä&Üõ\x08"
  b"\x01Œ\x11>ÜÞwC‘¢Õ¹‰GÉ€"
  b"\x01Œ\x15+puv3­ãá!Üß3="
  b"\x01Œ\x15+ˆÕq4ƒ\v@{¹\x1E]["
  b"\x01Œ\x15+÷å} ¼ä!b×*¤\r"
  b"\x01Œ\x15,:PpL¿¹õ}\tùœã"
  b"\x01Œ\x15W¢åsD¥¢çÕ϶—"
  b"\x01Œ\x15b~S\x7F\x05±âÒ\x1A´¿ÞÌ"
  b"\x01Œ\x15b¼¤~\v£—ž—D“\x1AF"
  b"\x01Œ\x15bÝ‘zÚ²3—D\x18zœk"
  b"\x01Œ\x15büdt­µ¥F뀫wÓ"
  b"\x01Œ\x15c\x17ï{F²MX&\x0Eø¬Ô"
  b"\x01Œ\x15c7F|\x17™<x_\x11n&{"
  b"\x01Œ\x15cMOwϤvTþP„«G"
  b"\x01Œ\x15d\x021p)ª†œP\eâ£j"
  b"\x01Œ\x15l­ ~u‚ØM\rƼYŽ"
  b"\x01Œ\x15\x0EvÀŒÚì™h5\x05"
  b"\x01Œ\x15m-‚~\v¤fÏ\eíꢚ"
  b"\x01Œ\x15mHý{ˆ“!b¡\x0E`·å"
  b"\x01Œ\x15ý\o~P¹Bê­éôí\x08"
  b"\x01Ž6\x07›#st dš\x15!–ñ"
  b"\x01Ž6\x07°Špâ•&|ßÿ\x04q\x07"
  b"\x01Ž6\x07ÁØr׉˨ðqm¢"
  b"\x01Ž6\x07Ä:rz‘§š\x1A㤈î"
  b"\x01Ž6\x07Öés=­S¥_±€ò‹"
  b"\x01Ž6\x07ÙBp½Žóædê[mó"
  b"\x01Ž6\x07îÔrµ\x04j\x05Å“\x07}"
  b"\x01Ž6\x07órÔŠ»f¸@Ã?"
  b"\x01Ž6\x07ö%sy©©)8¿ÖC5"
  b"\x01Ž6\x07ûHsi…WCë9œkŠ"
  b"\x01Ž6\x08\x00/p݉\x1D\x17¤\x11„œ"
  b"\x01Ž6\x08\x17¥sž\x7FæÞ[cÎ\x06"
  b"\x01Ž6\x08\x1E…s#‰8öÃØWSõ"
  b"\x01Ž6\x08 ÿsKŸ0»àÿFÂ@"
  b"\x01Ž6\x08#Vsª‹úÈ\x1D±xŠå"
  b"\x01Ž6\x08%Üqõ®_"úÖn:ç"
  b"\x01Ž6\x08(us_Žj)`fÞëH"
  b"\x01Ž6\x08=ûs\x14²nN{\x1Fé"
  b"\x01Ž6\x08@Vq\x00”,°u=à†ß"
  b"\x01Ž6\x08B¬rÙ³šhßÍG "
  b"\x01Ž6\x08EDsb²ˆ‡&|b\x02ï"
  b"\x01Ž6\x08G÷r\x01ƒ“×­I())"
  b"\x01Ž6\x08]:s\x07“‘_ï˦ŠÐ"
  b"\x01Ž6\x08_pXƒvãK\x13×HJ"
  b"\x01Ž6\x08oBs\t¡{ª{Ú¡¦¿"
  b"\x01Ž6\x08ƒŽq[ž(pí0µxÈ"
  b"\x01Ž6\x08…äpH­\v†g\x1A\x7F3G"
  b"\x01Ž6\x08ˆ@p4´óö8Z‚P/"
  b"\x01Ž6\x08ŠœpԪװê\x10|íÎ"
  b"\x01Ž6\x08Ž rÍ‘,=ÎÇ'û"
  b"\x01Ž6\x08©×pS»é#fh\x08›‡"
  b"\x01Ž6\x08¬apå¯oQµªÇ7Ÿ"
  b"\x01Ž6\x08À÷sz¿Ñ‚`6jñ"
  b"\x01Ž6\x08Ëqy›‘\x06\x18\x03Ë"
  b"\x01Ž6\x08Æ\epZ‰©'%\x7F·8@"
  b"\x01Ž6\x08Ȱqå„MýˆÀœIŽ"
  b"\x01Ž6\x08ÍàqÁ•³kQÈkC«"
  b"\x01Ž6\x08çHq\x01’$}]á\x18/\"
  b"\x01Ž6\x08û1sÓ¶ÃùãIÆcŽ"
  b"\x01Ž6\x08ý¼qœ—œ&ÕТKS"
  b"\x01Ž6\t\rJq-¼PÅùÅŸ>\x11"
  b"\x01Ž6\t\x19§rª–¯¬\x18PM=\x1D"
  b"\x01Ž6\t\x1C…q²ˆ²žÙG•dÈ"
  b"\x01Ž6\t\x1F8q3Ÿ\x08¿\x15¼\x06¥Ð"
  b"\x01Ž6\t!¿q­€mþ“{¡ôx"
  b"\x01Ž6\tBÌq ½l\x0EYâW¢&"
  b"\x01Ž6\tEhsþ¨Y]\t|ÿdÜ"
  b"\x01Ž6\tH\x01r‚°\x17Ü7\x18P"""
  b"\x01Ž6\tJ˜q\x1C¦ÔKºR'p"
  b"\x01Ž6\tM/sž‚€`‚ôŒeØ"
  b"\x01Ž6\taôrš›\x0E\x04ó¡¥"
  b"\x01Ž6\tdsp"»µ\x1A'%\x04\x0E!"
  b"\x01Ž6\tg/s\eº”â\x1CñŽ”"
  b"\x01Ž6\tiÇr2±ÈûQ+È–Ç"
  b"\x01Ž6\tlgrH†=„\x7Fu<P\x15"
  b"\x01Ž6\tnópö£·¿\x14ô\x14O…"
  b"\x01Ž6\tq‘r{¿Š¯\x06¾é0"
  b"\x01Ž6\t•8qy Q1ŠË6Ç"
  b"\x01Ž6\t—Ñpøž8¾3q£Òâ"
  b"\x01Ž6\tš˜s¬³>yDJþ#í"
  b"\x01Ž6\t:r ´ÖU‰\x1F\x06¿"
  b"\x01Ž6\tŸ÷sQô\x08ºu¶z\e"
  b"\x01Ž6\t½\fr~ˆQÚ'\x0EÄsÓ"
  b"\x01Ž6\tÂVr³¶\x15§à[‚Ь"
  b"\x01Ž6\tÛ¾s¯†"Í™\x00ü’µ"
  b"""
    \x01Ž6\tÞhp+\x0E-ên\n
    R–
    """
  b"\x01Ž6\tã¢r‚—Á\x07•X\x1AJ"
  b"\x01Ž6\tô|p±•…ðÅtØê³"
  b"""
    \x01Ž6\n
    !Þq]ŽVéβC$T
    """
  b"""
    \x01Ž6\n
    6øsõ»»{»÷\fëÆ
    """
  b"""
    \x01Ž6\n
    JPp\x10¾` Zý”Ör
    """
  b"""
    \x01Ž6\n
    RrÅ»iu=W6‹º
    """
  b"""
    \x01Ž6\n
    e•sĪ\x18D^\x06ëåÿ
    """
  b"""
    \x01Ž6\n
    h8r좼bÈb¶Ê
    """
  b"""
    \x01Ž6\n
    ޼s<»Û\x1DµS˜\x08
    """
  b"""
    \x01Ž6\n
    ÔÖpG¶¼µ,»%c
    """
  b"\x01Ž6\n׳sÊ€F´;\x00Ÿ…R"
  b"""
    \x01Ž6\n
    ò\x1Fs(š\x07¸éPŸf
    """
  b"""
    \x01Ž6\n
    ô¦r\x07±\x1DmïK–³\x03
    """
  b"""
    \x01Ž6\n
    ÷`r&²´]\x15Ιwû
    """
  b"\x01Ž6\v\v®s­œE7¿\x01H4\x12"
  b"\x01Ž6\v\x16Gr?ž8†å»Ž÷ý"
  b"\x01Ž6\v\x18øs\x06¸ïD\t¼/<d"
  b"\x01Ž6\v)Æqª°É\x17àW‡<"
  b"\x01Ž6\v<BpÕŽóŽQ\x10”‰"
  b"\x01Ž6\v?\vqם\x05ÚÖ\r—Á%"
  b"\x01Ž6\vA·s\x1C‡ÿ‰±L9mÓ"
  b"\x01Ž6\vDyr´°Káþl±\x13ñ"
  b"\x01Ž6\vG2q ¬x\x1D«3\eá_"
  b"\x01Ž6\vJ\x16sL¾\x1C\x1F\x11\x11(\x13¦"
  b"\x01Ž6\x10=,s͹UbB.J5"
  b"\x01Ž6\x10HØq…¯E\x02\x03ûÔ\x02Ž"
  b"\x01Ž6\x10z8rj£–_&?bja"
  b"\x01Ž6\x10-q\x06ŽÆD]0\x0F³0"
  b"\x01Ž6\x10©órì¿¥*\x07âR4æ"
  b"\x01Ž6\x10¼®qA¼Tò1~û»o"
  b"\x01Ž6\x10¿¢q¤‚ÔZ\tºR¦×"
  b"\x01Ž6\x10Â\p%¤ÚB«W»]Å"
  b"\x01Ž6\x10Å\x1Es’Œ±o|¿•\v"
  b"\x01Ž6\x10ÿåp\x03·a(\´hé’"
  b"\x01ŽM†\x19sH´\x12béÉ1‘Œ"
  b"\x01ŽM¡`s” ,Ò-Th;J"
  b"\x01ŽM¤(sÁ˜\x1FÃr\tZ^\x1A"
  b"\x01ŽM§\x14sŒ‚å\x04\x18gÉa@"
  b"\x01ŽMĹp\tÔׄ¯¥L¢"
  b"\x01ŽMÒ:p‡¼f‚W-¥XF"
  b"\x01ŽMê¬rq€@\x03ßÑI\x14h"
  b"\x01ŽN\x0E$qhžSœ\x12’qÛ¼"
  b"\x01ŽN,$sÁ¯rÿ\:O\x02¼"
  b"\x01ŽN/\fr“Ž­’ —”?h"
  b"\x01ŽNDåq\x1E—Í ¼>B€ž"
  b"\x01ŽN]5s‘£‡…R\x06;’h"
  b"\x01ŽNp–pxŽÀ4¹<‰¶™"
  b"\x01ŽN„ïs™²¿¹\x12Q"A\x10"
  b"\x01ŽN‡äsn„]öbPV¦¯"
  b"\x01ŽNŠÑr:¤ï1\x06!\x11Fl"
  b"\x01ŽN¡ór¿›8å\túÔYà"
  b"\x01ŽN¤êq°›tݧ4§\x04É"
  b"\x01ŽNÊ,p綃G)~Aœ"
  b"\x01ŽNÍ\x1FrÜ¢¢C\x19MYil"
  b"\x01ŽNä…rR”ûtcÿ‚4"
  b"\x01ŽNç‹qç¸=Bj\r(ök"
  b"\x01ŽNôÊsw„öÙ\x04å\x1Fº\t"
  b"\x01ŽNø\tqð‚ˆÕy "¼\x1D"
  b"\x01ŽO\t«r޲#K'j\x0F\fU"
  b"\x01ŽO\fùq@’˜ò\x1Db¬¾˜"
  b"\x01ŽO!.s¦‘9LŸ,Ñ^g"
  b"\x01ŽO$^q*Ž\ev®J\eA\x1E"
  b"\x01ŽO4s¿‹\x14õ°\x16\x16"
  b"\x01ŽOF\x18r;§7þ˜\vÝF"
  b"\x01ŽOI[q¼‹¹zµÞXî"
  b"\x01ŽOL²ra”54_"V„Ž"
  b"\x01ŽOOØqPr;éQõ\\v"
  b"\x01ŽOeäpӏ¶u\x0EÍ"¿ˆ"
  b"\x01ŽOx>pá\x01jÝô0º¡"
  b"\x01ŽO{§p"ŠÂ\x18\x1CA\x10\x13"
  b"\x01ŽO‡\x1Cs¼¡ï•šRYÔT"
  b"\x01ŽO­«r½¸\x11\t\x10õ“ï3"
  b"\x01ŽO°ûr\x11¼¶\x08Ȑ\x05]"
  b"""
    \x01ŽP\x0FPrþ³†ª\n
    PÇ«ˆ
    """
  b"\x01ŽP\x12±s`—êKgyµ<g"
  b"\x01ŽP\x15ýríŒÀ\x17"‚|Já"
  b"\x01ŽP\x195s¢‘\eøšÏ\x14õß"
  b"\x01ŽP\x1CrsÉ¡©ãMBðŽë"
  b"\x01ŽP1Hp[Ÿeô(‹Þr"
  b"\x01ŽP4ƒs'€Ìkäpë4\x16"
  b"\x01ŽPi(s¤±\x13à«Á–.O"
  b"\x01ŽP™vp–·ý÷\x06}\thI"
  b"\x01ŽP\x03q۝\x05²V\x15ÒÞÁ"
  b"\x01ŽPÑåsp¤å\x14\e¶`ò\x1F"
  b"\x01ŽQ\x1Cdp¶¹äkl8iD&"
  b"\x01ŽQ6Hq`³N\x06\™¾"
  b"\x01ŽQ9žp\x02°HŽxCEÁ%"
  b"\x01ŽQ[þrƪ%þ\x07ÃYüö"
  b"\x01ŽQ_‚r!”#\x02-\x1F:b”"
  b"\x01ŽQŽ\x14pCŸ¾ì—³ˆ-ã"
  b"\x01ŽRašp„“î¬\x03_3\x0EŽ"
  b"\x01ŽRú[p6™Z\x1F®9êÆÔ"
  b"\x01ŽS\x16ésÒ’ýŽ\x17â¾7L"
  b"\x01ŽS\x1AXq©¶\x04mÀ¶ºÃ¢"
  b"\x01ŽS\x1DÞrL¹2¿²\x1AóîÁ"
  b"\x01ŽS!—rê™™Œ¼ <¸ÿ"
  b"\x01ŽS:ñs•×\x05b\f=¯J"
  b"\x01ŽSqsŒ’Þ7[S\x16\x1F"
  b"\x01ŽS—\q…§<\x0Fn?¸W\x18"
  b"\x01ŽS²\x16q´¤J¡ŠM)3Â"
  b"\x01ŽS÷Ks6’\x00®—Æ•k"
  b"\x01ŽT8¨sy¼Q\x16X4—¶"
  b"\x01ŽTr«p#µEÉoÿØô³"
  b"\x01ŽT{‰rÄŽ\x7FãÝ_É-S"
  b"\x01ŽT‘:qàÌmlT\x04ƒç"
  b"\x01ŽTÄÖp[‰as"Íu=%"
  b"\x01ŽTÈ¡rJŽH\x18Z 3ý\x16"
  b"\x01ŽTàBsþ¥L¡ø*ZØŸ"
  b"""
    \x01ŽTÿ!r\x13³\n
    íºÁŒ°
    """
  b"\x01ŽU'Êsx™®\f’Ë\x18"
  b"\x01ŽU+osY‚T¨Ù\x13\x1F¶à"
  b"\x01ŽUHiqÚ™K¼\x11/†k)"
  b"\x01ŽUŸWq\x02µIqZ,DÅÏ"
  b"\x01ŽUÄ"sn£ÕB1/ÃZv"
  b"\x01ŽUǤr\x0Eb\x1C¡\vKˆ{"
  b"\x01ŽV"…pͦ/[\x17F1,@"
  b"\x01ŽV%êsyùÎî\x03þ\x01"
  b"\x01ŽV)xrí‹úÖœ®K—f"
  b"\x01ŽV,ôr®Ž\x1E ,,àÞ\x00"
  b"\x01ŽV0žrlŸÌ‰8\x1E\x15ºë"
  b"\x01ŽV4Aqo’¾r0\x1Er }"
  b"\x01ŽctárÛ­\OëÁ\x06pn"
  b"\x01Žcx¼sϪŸ ð½)^ò"
  b"\x01Žc¯“q¼¶áƒ±¾TœÎ"
  b"\x01Žc³4pü¥Ig&ß__•"
  b"\x01Žc·\eq\¤¯,Ë×\x03©`"
  b"\x01ŽcÉ›qA’*²ë‡kßM"
  b"\x01ŽcßÈrG‹ÝpÈ$ô»µ"
  b"\x01Žcãxrͳ“4ˆÛ;¥­"
  b"\x01Žcç"sº›®=þZ°˜Û"
  b"\x01Žcþ®s’¤\x07ѦÀ‡F}"
  b"\x01Žd\x14oq•ª6íIR\e¿:"
  b"\x01Žd\x18\x06pü¤Å·—¤˜y7"
  b"\x01Žd\e³q*¡\x16VçöEŽG"
  b"\x01Žd\x1FLq\x1E¬Î܉éÉ—"
  b"\x01ŽdH½p®7Ù8ÍbI\x11"
  b"\x01ŽdN©pÉ¡²{Ü\x16í^ë"
  b"\x01Ždn\x7Fsó±õ¿[Ø~{¬"
  b"\x01ŽdÑsž‹x»ˆ¶\x1A‹¹"
  b"""
    \x01Žd£-qÕ´\n
    \x18¤\x1D…†\f
    """
  b"\x01Žd¦Ür¤£Ëö_õÄLß"
  b"\x01ŽdÑósœ¼>ý’°ˆîÉ"
  b"\x01Že\x07‚s“¼u \x02¬ 2²"
  b"\x01Žen²rϧV:4ê\x13ÝL"
  b"\x01Že†\epÍ‹Û\x12¼ÎJ\x0Eà"
  b"\x01Žeîfrs›\x03£Dƒ§Ú›"
  b"\x01Žf"–r©¬O\x02ìXl¬"
  b"\x01Žf2÷r9Žz1è£_Vu"
  b"\x01ŽfvTqN³Ãe‡ÿã¡Ø"
  b"\x01ŽfÄìp8¤p7ü Äg*"
  b"\x01ŽfÙæqK{Ù\x16ˆ\f¤u"
  b"\x01Žfæùr¶¨¦\f\x19"
  b"\x01Žfê¥pجä‰ÿެÍò"
  b"\x01Žfý\x07s\x1E·\x1F·äOä\x10)"
  b"\x01Žg\x00Îsx“ôVn(&òn"
  b"\x01Žg\x04iqE¡'ûTª³vU"
  b"\x01Žg/ásš„´³\x02ØM²’"
  b"\x01ŽgE\x08q§‹,\fJ{Š\ew"
  b"\x01ŽgHÇqY‹f\x07¥ÈnRŒ"
  b"\x01ŽgLŠpÇ¿s.Vžîy€"
  b"\x01ŽgÀ³q³®«|\x1F¥—"
  b"\x01ŽgĐq\x10¦\x113ø•§‡}"
  b"\x01Žh|fs$˜fûnL>ÌP"
  b"\x01Žhas«ˆÄr¨Ch@ú"
  b"\x01Žh“&q_´0-=\x16/æ6"
  b"\x01Žh–èré28â\rÓQB"
  b"\x01ŽhÝ&sB¶OÕ>ª˜X¬"
  b"\x01ŽhöÿpžžÌ\x17³¼J‚\x01"
  b"\x01Ži\x14Ër.ˆ/O—*á=Ö"
  b"\x01ŽiˆÁpJ»íM«‘³¶á"
  b"\x01Ži–Êpŏ#”\x00\x12=Aç"
  b"\x01Žiëpޏ\x05ªA·àÂ\x16"
  b"\x01ŽiÝ\vq1­Nb-ÝR‰÷"
  b"\x01ŽiêÈs×±\x7FŽ4êõëª"
  b"\x01ŽjD\x10q‰¶Ð\x1F•w:ä\n"
  b"\x01Žjd·qÚ•ƒøÀ\x16‘ø"
  b"\x01ŽvŽôp²¢”S0¸\r½\x0F"
  b"\x01ŽvÓ¢q™¤¤ŽþË£§¯"
  b"\x01Žvè§r·Î8ý\x18”€±"
  b"\x01Žvì»pp¡bIô\x11çÑD"
  b"\x01Žw9Op®¨3„\fNãgs"
  b"\x01ŽwY3så­³C3ûðí\x1C"
  b"\x01Žwq\x07p\x1D˜oMëPŽk"
  b"\x01ŽwÛçq׎þ\x16\x10¹r¡¤"
  b"\x01Žx\x08-s•¸Ì9DNðw€"
  b"\x01Žx\f)q\x07žm/H\x16;\x08Ž"
  b"\x01Žx"ðp¬ŽuQn©sy9"
  b"\x01ŽxdŠrå²Hƒaõ«E\x1F"
  b"\x01ŽxhSs…·vóa\e—‚F"
  b"\x01Žx×És\x0F£¹ÕÎ0‰w¥"
  b"\x01Žx÷Áq[¿y`£T\x1D"
  b"\x01Žy\x1D˜qÝ®\x0F[§C€f~"
  b"\x01Žya\x05q-çŽ1\x17\x0F£’"
  b"\x01ŽypÅpjˆ=.€ï籡"
  b"\x01Žyß\erâ\x7FñÙ2kG¦"
  b"\x01ŽyöªsήÙ\x01\x05nÇÍ\n"
  b"\x01Žz\x16=q.x[LmÉà¬"
  b"\x01Žz\x1A?qîõÞ×`j\e`"
  b"\x01Žz;rpü¢ÍZj[\n\x00à"
  b"\x01ŽzO_sĵ\x02Èú\x03paÜ"
  b"\x01Žz¾,rž—Æ(/ªîàÌ"
  b"\x01Žzïãr\x13±5-3zÈL\x14"
  b"\x01Ž{~\x0FsИ…îðì\eŸT"
  b"\x01Ž{ƒ0s^‹)\vhª+ê\e"
  b"\x01Ž{šr¢°"\x1E÷ù0Ãç"
  b"\x01Ž{¶{s-¾½z±)ëç"
  b"\x01Ž{º[r³#5\x1A~Iß\x11"
  b"\x01Žž(§Os\vº€\x15äÞ®_v"
  b"\x01Žž(ö\x01q4ˆbo\x1A\x0E(\x12È"
  b"\x01Žž)d–pÍŽ\tZ\x01 [\x1FU"
  b"\x01Žž)™¿qDšSJI„sõ["
  b"\x01Žž)ß\x1Dsr­^nþ%èN{"
  b"\x01Žž)ã\x19q\x0FºÞˆ\e*ÑôY"
  b"\x01Žž*\x18‹pƒºµ]޽\x0Fܹ"
  b"\x01Žž*Fsq€´®Â8Ñh\x02"
  b"\x01Žž*J;ri­ö"¡¨ë5ª"
  b"\x01Žž*æBr ‚Ç\x06ZMû\x10""
  b"\x01Žž+\x02Usóš\x03\x01\x01\x13h8"
  b"\x01Žž+L\x04rÒ´ý•¤Uhaý"
  b"\x01Žž+O°r¬Š–”J\x08! Ô"
  b"\x01Žž+”[q*Ž\x14 Ï\x13ë˜0"
  b"\x01Žž+¦WrX…÷-ðÈ\x00þ9"
  b"\x01Žž+ö(rE¦'ûŒX"næ"
  b"\x01Žž,\tõq\x06Œ´±?¯„~8"
  b"\x01Žž,²np\r¦Wâ«ÎèP"
  b"\x01Žž,¶ZrÉ›!ä\x18\x0E#"
  b"\x01Žž,Ê>pi”ÅÖŽ\x11»\fŒ"
  b"\x01Žž,Î\x01pHŽþ\x11\x1D\x14U\x15ó"
  b"\x01Žž,öåp ¬rª\RÆ\x03"
  b"\x01Žž-\x0F\x10r"º\t¤\™dè¾"
  b"\x01Žž-\x1F\x1Cr\e¥U\x15…ëÚïf"
  b"\x01Žž-"Àpò˜$ïÒ@åTn"
  b"\x01Žž-23sáœ\x12\x7Fa¡Ý±""
  b"\x01Žž-vžr\x05ˆKŽm“‹\x0E\n"
  b"\x01Žž-z}s\x02·,ˆý\å<2"
  b"\x01ŽžI\x17™q@™·Þ%\x12\x1A"
  b"\x01ŽžIEòqšEྛLúT"
  b"\x01ŽžIJ\x18r<ž·«j“c’%"
  b"\x01ŽžIv\vp›ª‡ºDMÅ™2"
  b"\x01ŽžI†år\x12ŠãI&&¼}‘"
  b"\x01ŽžI¯¥qÄu;Hb(êó"
  b"\x01ŽžJ\x03Ûqù«ûÜ\x15E؁Œ"
  b"\x01ŽžJ\x07îp©›/JãAGΤ"
  b"\x01Žžb£*q¨³gnøYÒwz"
  b"\x01Žžc\x06ærÛŒsOŽÙuEH"
  b"\x01Žžc\vùs¸i‹¥C¯ï"
  b"\x01ŽžcEôrœ®õÂÌ¥Óˆ›"
  b"\x01Žžca\x11qú™UCÿÛ•Gb"
  b"\x01Žžce@rx¼j\x08[>®Š#"
  b"\x01ŽžcŠÔpX§ÒºtŒN‹\x13"
  b"\x01Žžd;rº…úä{QPÔŸ"
  b"\x01Žždî¯sˆ¨Š¨yd4\x17ä"
  b"\x01ŽžŽÒnrãŠÆÔV_ŤŠ"
  b"\x01ŽžŽÚ\x14qP¯œŒ^¦¤‚ú"
  b"\x01ŽžŽóãp=ªfƒU—pª¨"
  b"\x01ŽžŽq{s«¶’C!¹³AÚ"
  b"\x01ŽžŽ‘±q”ÚlUÑ\x17†/"
  b"\x01ŽžŽÚàpЯӎ\x13‘ùѹ"
  b"\x01Ž¡Ï×Ûs,Œ\x18[fµ\x11\x7FR"
  b"\x01Ž¡Ñháqϱ©\x14ÿáP\v\x04"
  b"\x01Ž¡Ój“p\x1C•~\x16©s’b4"
  b"\x01Ž¡Ón·s%§žìô¿\x7F>e"
  b"\x01Ž¡Ô\x10÷qQ½AÃ\x14-™Pš"
  b"""
    \x01Ž¡Ôàs]¬ 9\x07\x02\n
    †‰
    """
  b"\x01Ž¡Õ=´sF•¶C\x15\x0Eâ"
  b"\x01Ž¡ÕAús݃\x14·–\x08öŽT"
  b"\x01Ž¡Õulrd•…\x1C\x1D\x7F&U"
  b"\x01ޡՍ`r¯+UµVȸÝ"
  b"\x01Ž¡ÖˆšrÁ´j&Æ’Ždf"
  b"\x01ޡַ·sÙ‚w;LåE¿f"
  b"\x01ޡֻ¾p<‡X\x03%ù«Ì\x00"
  b"\x01Ž¡×0Øp\x18\x0E?dÝs‡´"
  b"\x01Ž¡×l\x0EqA’‘7l\x11‹.q"
  b"\x01ޡ׭q¤¾_œŠ%‘\x05\x1A"
  b"\x01Ž¡ØCšq5®˜í\x17ô°S–"
  b"\x01Ž¡Ø¸\x18pXŠ£ì‘qÓŽV"
  b"""
    \x01Ž¡ØÒ>q?œ7ñ-\x0FÚ\n
    \x13
    """
  b"\x01Ž¡Ùz‘pÝ» `øh•å¥"
  b"\x01Ž¡Ù¢@p\x1D“—“\rC·Í$"
  b"\x01Ž¡Ùâƒs#c1Ià©@Ÿ"
  b"\x01Ž¡Ùððs]ª§€§\x07±_Ì"
  b"\x01Ž¡Ùô±p[’0™p\x15‡¹Œ"
  b"\x01Ž¡Ú¡p\x06Œ\x1DÑÚŒ¦¨·"
  b"\x01Ž¡ÚÎ\trT´Í\x19\t„f&¢"
  b"\x01Ž¡Ü^ðpÖŽáøß?q••"
  b"\x01Ž¡ÜÉbs5°{\x7F'\x1D’Õ "
  b"\x01ޡܿ7rO†\x10ã´z^þ@"
  b"\x01Ž¡Üî0pбx§…®\x0Eðu"
  b"\x01Ž¡ÞP#q\e‚¥–K÷amÇ"
  b"\x01Ž¡Þj#p×›y'ü5ʤ\x18"
  b"\x01Ž¡ñ¬Ãqq `ò|\x01œ€½"
  b"\x01Ž¡òl\x07r\x1AŒ\x1FŽRéc<"
  b"\x01Ž¡òžÇr,¨ÍF\x12¸÷è5"
  b"""
    \x01Ž¡ó\x01“rœºÝ\K\n
    ®²Ü
    """
  b"\x01Ž¡ó4\vs›Ÿ1\x13 ¸Çò"
  b"\x01Ž¡ó¾¸sC–ÆÊÜÁíÀó"
  b"\x01Ž¡óÃ\x17pXª\x18lq²¾‘Ù"
  b"\x01Ž¡õž<rDŠ\x14©¸n\x16Y\r"
  b"\x01Ž¡ö \ts½‹ÎÐÞ\x7FÎÓÁ"
  b"\x01Ž¡ø\t”qM©Ÿo!ŠÀôQ"
  b"\x01Ž¡ø¹Ús,¦:\x1A¢Ÿä\x05Ù"
  b"\x01Ž¡øæ\x17r@‚¥c«A¤\x17œ"
  b"\x01Ž¡ù=p‰™r1×*»Ç{"
  b"\x01Ž¡ùf\x0Eqõ ò1§ÒqËö"
  b"\x01Ž¡ù\x7Fürý£éŸ©—ry‡"
  b"\x01Ž¡ù¸ùp\t¥´\x18\x0FË(×"
  b"\x01Ž¡û*'sþ´àrNE}zå"
  b"\x01Ž¡û.\x02rÚŸv\x1Ea\x14Ô\x16L"
  b"\x01Ž¡û1ðqï£Hé\x00ãÛ\e,"
  b"\x01Ž¡ûd£qGšêŸ,»Þˆy"
  b"\x01Ž¡ü\x10ßsí©Pfœ\x1FÛÝ\x7F"
  b"\x01Ž¡ücqrmœ\x1D\›\x15:\x104"
  b"\x01Ž¡ýaÇp[³\x19Y…¯\x1A¼."
  b"\x01Ž¡ý£ôp@œ*°9Ï3×Î"
  b"\x01Ž¡ýÇ\x07rzš5HHª´À‚"
  b"\x01Ž¡ýÊòrƒ‡ù\x06Õ|xºi"
  b"\x01Ž¡ýÎ×qK¦’Q‘\x04S…p"
  b"\x01Ž¡þ1‚qŽ‹:œK˜WfŠ"
  b"\x01Ž¡þíŒp\x1D¼^I}çë\x1Dß"
  b"\x01Ž¡ÿ r§­­‹\x14åm޶"
  b"\x01Ž¡ÿ¤gsw½\x16\x01\x03ñœŠ‹"
  b"\x01Ž¢\x01$÷qkž¿ñÆ7|b"
  b"\x01Ž¢\x01ñ\x1Dp@¬Y«Âµ+\x1F$"
  b"\x01Ž¢\x03uzsY”â;Jž=£5"
  b"\x01Ž¢\x03y7qó†¬0k¼&@·"
  b"\x01Ž¢\x04?ZrA±\x13,±ßˆ]Ž"
  b"\x01Ž¢\x04mSr>§®ûg\x1A57 "
  b"\x01Ž¢\x04 $qǐ³÷#‘Q\fQ"
  b"\x01Ž¢\x04¤%s­¤ÿ)úVª_%"
  b"\x01Ž¢\x04¨\x1Ap™‡,º'Û`G8"
  b"\x01Ž¢\x05™×pãŠ\x10]\x17N\x15Æj"
  b"\x01Ž¢\x05ð³pìʈÀ¿ß\x05$"
  b"\x01Ž¢\x064Ds-¡\x10§J¤Ã”5"
  b"\x01Ž¢\x07)þsî€èç×—µŽ\x05"
  b"\x01Ž¢\x08›Àsè–‰}\x14\x01Tk"
  b"\x01Ž¢\x08Ümq\x14³\x7F\e®µ[¦["
  b"\x01Ž¢\t‘ôpšš&-Ær·Û\"
  b"""
    \x01Ž¢\n
    \x19}rϾ1®\x1EïÈHP
    """
  b"""
    \x01Ž¢\n
    {¬rª”Ü!¥#^pØ
    """
  b"\x01Ž¢\v#\x17r\x11´\x11ð©7ØÐ"
  b"\x01Ž¢\f=ÿpñ!œ¤œº·+"
  b"\x01Ž¢\f{îpe…ßôJÌé£\x1F"
  b"\x01Ž¢\rôÀs\x13µ0þ+\x16ú"O"
  b"\x01Ž¢\x0FNGs‡€Ûg\x02\x11F\x10^"
  b"\x01Ž¢\x10\x03–r\x17ŽÁ\x00z ú£"
  b"\x01Ž¢\x10ØÞsjƒüÞ1'»å\x1F"
  b"\x01Ž¢\x12ó‘pÝô\eý€I"
  b"\x01Ž¢\x12÷Àq5˜à\x06t\x05‚C"
  b"\x01Ž¢\x13b r\x1Cޫ鑭O@æ"
  b"\x01Ž¢\x14\fÁp®‚\x063m¬våC"
  b"\x01Ž¢\x14›‘q#®Ñ\x19©à$\x03Œ"
  b"\x01Ž¢\x14­Ärà¹n\fãÝi‘G"
  b"\x01Ž¢\x15[…qì»)·N8²Å¨"
  b"\x01Ž¢\x15gÚr)šQ[\eIp”Æ"
  b"\x01Ž¢3^\x10p0ˆ¥-\x1CéDj˜"
  b"\x01Ž¢6îÝp¾Š\x07ƒæ·Ì4±"
  b"\x01Ž¢7$Xst”*\x14\x11*fˆ'"
  b"\x01Ž¢79ÑpU¢>Cm\x1AG¥É"
  b"\x01Ž¢8\x0F-q\x1E‚üƒ+2—Þ4"
  b"\x01Ž¢8,/s\x07±BOY/%\f:"
  b"\x01Ž¢8‚«pЏÿ\x140й\x03ë"
  b"\x01Ž¢<À‹sn‘\x7Fꀳ{\fl"
  b"\x01Ž¢<Ü?sÇ©–f¼…€r£"
  b"\x01Ž¢<ù;p2«ð|Ž»\x0EÆ"
  b"\x01Ž¢=\x08\x17s\x06ŸYý›Æ­Ó®"
  b"\x01Ž¢=M—pë…j@/ vÀó"
  b"\x01Ž¢Dqdq…¢RG\eöÈÈk"
  b"\x01Ž¢D¦ks9¾\x12bQ()\x16!"
  b"\x01Ž¢E´"q\x12½ m\x0E\räø"
  b"\x01Ž¢Fámrÿ‚ÜŠ75\x02\x12"
  b"\x01Ž¢H\r£ps¤­W>\x0Etío"
  b"\x01Ž¢K\x14[p µ°³Ê¡'Fv"
  b"\x01Ž¢KM}q¥hDV;ê¿u"
  b"\x01Ž¢K¯ªq\x18Ž$$\t˹vˆ"
  b"\x01Ž¢LqÊp\x0E¸Ë \fx\e±z"
  b"""
    \x01Ž¢MBEp\x01·ƒ\n
    C+Íøe
    """
  b"\x01Ž¢Mú‰q\r¼¤ù©’&@Ø"
  b"\x01Ž¢N`@sɾÿßÏ,ç–l"
  b"\x01Ž¢NÖSpä²¾æ\x16`ŽOÞ"
  b"\x01Ž¢NïQs»‘×aÔÞ<4š"
  b"\x01Ž¢O\x07Îr®‚7Þôž³"
  b"\x01Ž¢O?hs‚¤\x05А—À\x16)"
  b"\x01Ž¢OUèr‹‡Ç>srQ¦á"
  b"""
    \x01Ž¢P\n
    örB©2ÕÕÐ\x04ö†
    """
  b"\x01Ž¢PGÉpÈ·v-\x13Y¬”\x18"
  b"\x01Ž¢SÃwrŒ¥%LqÅß!\"
  b"\x01Ž¢T«©q™³\x1DÛáE,.Ú"
  b"\x01Ž¢Tádq1•ÔÀã\x15j§c"
  b"\x01Ž¢TåÔr\x1E <æB\r\vÉ»"
  b"\x01Ž¢U»…q\x1CŽO8\x1AÖë|"
  b"\x01Ž¢V©`sªœÜ9Ó9]`£"
  b"\x01Ž¢VÅSq¾Ÿšà8\x1FØçŒ"
  b"\x01Ž¢WaƒqC´ò½ÓD«8³"
  b"\x01Ž¢Wx6p™”B,IPÊ¡\x11"
  b"\x01Ž¢X(1q(œ¦¹™\x17F"\f"
  b"\x01Ž¢X~ëqC•MmbðUfì"
  b"\x01Ž¢Xž\x1As‹ˆA¸cÃΘ\x16"
  b"\x01Ž¢XÆ>r\x17Ž=\x13â„uk¸"
  b"\x01Ž¢Y=Çpy«[¥wƒB$ì"
  b"\x01Ž¢YivsîŽm_Ð)%O’"
  b"\x01Ž¢Z\x07’r×¼9™\x7FS2‹$"
  b"\x01Ž¢[üòsÓ€Éâå ÷\r"
  b"\x01Ž¢\\x1Aaq&­\eIJ\x7F·åD"
  b"\x01Ž¢\V\x12r·¹Þcv…ÅÇ%"
  b"\x01Ž¢\\x7F‘pu¾è‰„Ø\x06H2"
  b"\x01Ž¢]‡)p\x06Ÿ\x15¡[j\x04~8"
  b"\x01Ž¢]ƝsE«vª\x15î!ï "
  b"\x01Ž¢]ß®pr—\x1E@ý3è\x19\"
  b"\x01Ž¢`%Às<«\x08\x1C\x0EsД³"
  b"\x01Ž¢`*.s^¦ñ5©9*\x14Â"
  b"\x01Ž¢`w‹sЏâý\vº\x0F½"
  b"\x01Ž¢`Š‘q\rŸèÆÖ”ò\x08ª"
  b"\x01Ž¢`±\fs‰ŽnÜì¥ú€|"
  b"\x01Ž¢`çõsT¾î›ÀvÌžé"
]
98 2.75 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 500
Parameters:
[
  true
  b"\x01Ž6\x08ý¼qœ—œ&ÕТKS"
  b"\x01Ž6\t\rJq-¼PÅùÅŸ>\x11"
  b"\x01ŽE¥þcpW·æL¥áßôê"
  b"\x01ŽE¦\x05\x12s\x07£q®¢7HïÂ"
  b"\x01ŽE¦\vgr.¸>ADúu]`"
  b"\x01ŽO!.s¦‘9LŸ,Ñ^g"
  b"\x01ŽžcEôrœ®õÂÌ¥Óˆ›"
  b"\x01ŽžŽ\x13/q\x0E”d£†…e•õ"
  b"\x01Ž¢\x15\x19msI†<¼t\x1DCœó"
  b"\x01Ž¢;¹®sæµ"‰qP~î‘"
  b"\x01Ž¢;Á8sþ¯×ðšaç%b"
  b"\x01Ž¢;Õ'p\x07¶1uKÅfg^"
  b"\x01Œ\x11>ŠVzð¶ekä&Üõ\x08"
  b"\x01Œ\x11>ÜÞwC‘¢Õ¹‰GÉ€"
  b"\x01Œ\x15*N\x10\x7FÕ¶µsýøùiŒ"
  b"\x01Œ\x15\x1C~0œïíèlŽ(Å"
  b"\x01Œ\x15+puv3­ãá!Üß3="
  b"\x01Œ\x15+ˆÕq4ƒ\v@{¹\x1E]["
  b"\x01Œ\x15+÷å} ¼ä!b×*¤\r"
  b"\x01Œ\x15,:PpL¿¹õ}\tùœã"
  b"\x01Œ\x15W¢åsD¥¢çÕ϶—"
  b"\x01Œ\x15X#Fw¬­Ï-̇ü\x1E0"
  b"\x01Œ\x15b~S\x7F\x05±âÒ\x1A´¿ÞÌ"
  b"\x01Œ\x15b¼¤~\v£—ž—D“\x1AF"
  b"\x01Œ\x15bÝ‘zÚ²3—D\x18zœk"
  b"\x01Œ\x15büdt­µ¥F뀫wÓ"
  b"\x01Œ\x15c\x17ï{F²MX&\x0Eø¬Ô"
  b"\x01Œ\x15c7F|\x17™<x_\x11n&{"
  b"\x01Œ\x15cMOwϤvTþP„«G"
  b"\x01Œ\x15d\x021p)ª†œP\eâ£j"
  b"\x01Œ\x15dW|ô½Þ3aP\x1AÎ\x05"
  b"\x01Œ\x15l­ ~u‚ØM\rƼYŽ"
  b"\x01Œ\x15\x0EvÀŒÚì™h5\x05"
  b"\x01Œ\x15m-‚~\v¤fÏ\eíꢚ"
  b"\x01Œ\x15mHý{ˆ“!b¡\x0E`·å"
  b"\x01Œ\x15\x17v žØ]þÝáKS"
  b"\x01Œ\x15ý\o~P¹Bê­éôí\x08"
  b"\x01Œ\x16\x073ät½œœŸ+_0ØF"
  b"\x01Ž6\x07›#st dš\x15!–ñ"
  b"\x01Ž6\x07°Špâ•&|ßÿ\x04q\x07"
  b"\x01Ž6\x07ÁØr׉˨ðqm¢"
  b"\x01Ž6\x07Ä:rz‘§š\x1A㤈î"
  b"\x01Ž6\x07Öés=­S¥_±€ò‹"
  b"\x01Ž6\x07ÙBp½Žóædê[mó"
  b"\x01Ž6\x07Ýýr¸„.ðzL\x7F"
  b"\x01Ž6\x07îÔrµ\x04j\x05Å“\x07}"
  b"\x01Ž6\x07órÔŠ»f¸@Ã?"
  b"\x01Ž6\x07ö%sy©©)8¿ÖC5"
  b"\x01Ž6\x07ûHsi…WCë9œkŠ"
  b"\x01Ž6\x08\x00/p݉\x1D\x17¤\x11„œ"
  b"\x01Ž6\x08\x02¨s9†\f´ªm\x1E\x02"
  b"\x01Ž6\x08\x17¥sž\x7FæÞ[cÎ\x06"
  b"\x01Ž6\x08\x1E…s#‰8öÃØWSõ"
  b"\x01Ž6\x08 ÿsKŸ0»àÿFÂ@"
  b"\x01Ž6\x08#Vsª‹úÈ\x1D±xŠå"
  b"\x01Ž6\x08%Üqõ®_"úÖn:ç"
  b"\x01Ž6\x08(us_Žj)`fÞëH"
  b"\x01Ž6\x08*Óq׊8•»í\x1E"
  b"\x01Ž6\x08=ûs\x14²nN{\x1Fé"
  b"\x01Ž6\x08@Vq\x00”,°u=à†ß"
  b"\x01Ž6\x08B¬rÙ³šhßÍG "
  b"\x01Ž6\x08EDsb²ˆ‡&|b\x02ï"
  b"\x01Ž6\x08G÷r\x01ƒ“×­I())"
  b"\x01Ž6\x08J•rg¥Žžc¦tä."
  b"\x01Ž6\x08]:s\x07“‘_ï˦ŠÐ"
  b"\x01Ž6\x08_pXƒvãK\x13×HJ"
  b"\x01Ž6\x08oBs\t¡{ª{Ú¡¦¿"
  b"\x01Ž6\x08qÃs\x01¡×ýŽ\t½)\e"
  b"\x01Ž6\x08ƒŽq[ž(pí0µxÈ"
  b"\x01Ž6\x08…äpH­\v†g\x1A\x7F3G"
  b"\x01Ž6\x08ˆ@p4´óö8Z‚P/"
  b"\x01Ž6\x08ŠœpԪװê\x10|íÎ"
  b"\x01Ž6\x08Ž rÍ‘,=ÎÇ'û"
  b"\x01Ž6\x08Ìpº›1ÉgØ”\"
  b"\x01Ž6\x08©×pS»é#fh\x08›‡"
  b"\x01Ž6\x08¬apå¯oQµªÇ7Ÿ"
  b"\x01Ž6\x08À÷sz¿Ñ‚`6jñ"
  b"\x01Ž6\x08Ëqy›‘\x06\x18\x03Ë"
  b"\x01Ž6\x08Æ\epZ‰©'%\x7F·8@"
  b"\x01Ž6\x08Ȱqå„MýˆÀœIŽ"
  b"\x01Ž6\x08ÍàqÁ•³kQÈkC«"
  b"\x01Ž6\x08çHq\x01’$}]á\x18/\"
  b"\x01Ž6\x08éÒsÞ•»§ŸTž–@"
  b"\x01Ž6\x08û1sÓ¶ÃùãIÆcŽ"
  b"\x01Ž6\t\x19§rª–¯¬\x18PM=\x1D"
  b"\x01Ž6\t\x1C…q²ˆ²žÙG•dÈ"
  b"\x01Ž6\t\x1F8q3Ÿ\x08¿\x15¼\x06¥Ð"
  b"\x01Ž6\t!¿q­€mþ“{¡ôx"
  b"\x01Ž6\t$EpΆÎé•ëVDŒ"
  b"\x01Ž6\tBÌq ½l\x0EYâW¢&"
  b"\x01Ž6\tEhsþ¨Y]\t|ÿdÜ"
  b"\x01Ž6\tH\x01r‚°\x17Ü7\x18P"""
  b"\x01Ž6\tJ˜q\x1C¦ÔKºR'p"
  b"\x01Ž6\tM/sž‚€`‚ôŒeØ"
  b"\x01Ž6\tOÐq‘—iÜ]»\÷\x1D"
  b"\x01Ž6\taôrš›\x0E\x04ó¡¥"
  b"\x01Ž6\tdsp"»µ\x1A'%\x04\x0E!"
  b"\x01Ž6\tg/s\eº”â\x1CñŽ”"
  b"\x01Ž6\tiÇr2±ÈûQ+È–Ç"
  b"\x01Ž6\tlgrH†=„\x7Fu<P\x15"
  b"\x01Ž6\tnópö£·¿\x14ô\x14O…"
  b"\x01Ž6\tq‘r{¿Š¯\x06¾é0"
  b"\x01Ž6\tt6r%˜¤F‡6\x17"
  b"\x01Ž6\t•8qy Q1ŠË6Ç"
  b"\x01Ž6\t—Ñpøž8¾3q£Òâ"
  b"\x01Ž6\tš˜s¬³>yDJþ#í"
  b"\x01Ž6\t:r ´ÖU‰\x1F\x06¿"
  b"\x01Ž6\tŸ÷sQô\x08ºu¶z\e"
  b"\x01Ž6\t¢Õq–ºTõSvãNŸ"
  b"\x01Ž6\t½\fr~ˆQÚ'\x0EÄsÓ"
  b"\x01Ž6\tÂVr³¶\x15§à[‚Ь"
  b"\x01Ž6\tÛ¾s¯†"Í™\x00ü’µ"
  b"""
    \x01Ž6\tÞhp+\x0E-ên\n
    R–
    """
  b"\x01Ž6\tã¢r‚—Á\x07•X\x1AJ"
  b"\x01Ž6\tô|p±•…ðÅtØê³"
  b"\x01Ž6\t÷Es›ŠuES%:’â"
  b"""
    \x01Ž6\n
    !Þq]ŽVéβC$T
    """
  b"""
    \x01Ž6\n
    $ˆs›¿Ž4U¾(×ð
    """
  b"""
    \x01Ž6\n
    6øsõ»»{»÷\fëÆ
    """
  b"""
    \x01Ž6\n
    9®rÒ¿´Ò\n
    \x04\x12äs
    """
  b"""
    \x01Ž6\n
    JPp\x10¾` Zý”Ör
    """
  b"""
    \x01Ž6\n
    RrÅ»iu=W6‹º
    """
  b"""
    \x01Ž6\n
    e•sĪ\x18D^\x06ëåÿ
    """
  b"""
    \x01Ž6\n
    h8r좼bÈb¶Ê
    """
  b"""
    \x01Ž6\n
    {\x03qó¥àæGÕ\x16\x17À
    """
  b"""
    \x01Ž6\n
    ޼s<»Û\x1DµS˜\x08
    """
  b"""
    \x01Ž6\n
    ‘zp}¹æê¸\x1Ekëo
    """
  b"""
    \x01Ž6\n
    ÀösÅ©Ží_aÈäí
    """
  b"""
    \x01Ž6\n
    ÔÖpG¶¼µ,»%c
    """
  b"\x01Ž6\n׳sÊ€F´;\x00Ÿ…R"
  b"""
    \x01Ž6\n
    ò\x1Fs(š\x07¸éPŸf
    """
  b"""
    \x01Ž6\n
    ô¦r\x07±\x1DmïK–³\x03
    """
  b"""
    \x01Ž6\n
    ÷`r&²´]\x15Ιwû
    """
  b"\x01Ž6\v\v®s­œE7¿\x01H4\x12"
  b"\x01Ž6\v\x16Gr?ž8†å»Ž÷ý"
  b"\x01Ž6\v\x18øs\x06¸ïD\t¼/<d"
  b"\x01Ž6\v)Æqª°É\x17àW‡<"
  b"\x01Ž6\v,lpîµ­sÁíÇ\ej"
  b"\x01Ž6\v<BpÕŽóŽQ\x10”‰"
  b"\x01Ž6\v?\vqם\x05ÚÖ\r—Á%"
  b"\x01Ž6\vA·s\x1C‡ÿ‰±L9mÓ"
  b"\x01Ž6\vDyr´°Káþl±\x13ñ"
  b"\x01Ž6\vG2q ¬x\x1D«3\eá_"
  b"\x01Ž6\vJ\x16sL¾\x1C\x1F\x11\x11(\x13¦"
  b"\x01Ž6\x10=,s͹UbB.J5"
  b"\x01Ž6\x10HØq…¯E\x02\x03ûÔ\x02Ž"
  b"\x01Ž6\x10z8rj£–_&?bja"
  b"\x01Ž6\x10-q\x06ŽÆD]0\x0F³0"
  b"\x01Ž6\x10©órì¿¥*\x07âR4æ"
  b"\x01Ž6\x10¼®qA¼Tò1~û»o"
  b"\x01Ž6\x10¿¢q¤‚ÔZ\tºR¦×"
  b"\x01Ž6\x10Â\p%¤ÚB«W»]Å"
  b"\x01Ž6\x10Å\x1Es’Œ±o|¿•\v"
  b"\x01Ž6\x10ÿåp\x03·a(\´hé’"
  b"\x01ŽM†\x19sH´\x12béÉ1‘Œ"
  b"\x01ŽM¡`s” ,Ò-Th;J"
  b"\x01ŽM¤(sÁ˜\x1FÃr\tZ^\x1A"
  b"\x01ŽM§\x14sŒ‚å\x04\x18gÉa@"
  b"\x01ŽMª\x01pü­[Ó˜A²3"
  b"\x01ŽMĹp\tÔׄ¯¥L¢"
  b"\x01ŽMÒ:p‡¼f‚W-¥XF"
  b"\x01ŽM×Ûs;°¾“Ãí¾D…"
  b"\x01ŽMê¬rq€@\x03ßÑI\x14h"
  b"\x01ŽN\x0E$qhžSœ\x12’qÛ¼"
  b"\x01ŽN,$sÁ¯rÿ\:O\x02¼"
  b"\x01ŽN/\fr“Ž­’ —”?h"
  b"\x01ŽNDåq\x1E—Í ¼>B€ž"
  b"\x01ŽN]5s‘£‡…R\x06;’h"
  b"\x01ŽNp–pxŽÀ4¹<‰¶™"
  b"\x01ŽN„ïs™²¿¹\x12Q"A\x10"
  b"\x01ŽN‡äsn„]öbPV¦¯"
  b"\x01ŽNŠÑr:¤ï1\x06!\x11Fl"
  b"\x01ŽNŽÜqPš,Û‡s\v\x18ì"
  b"\x01ŽN¡ór¿›8å\túÔYà"
  b"\x01ŽN¤êq°›tݧ4§\x04É"
  b"\x01ŽNÊ,p綃G)~Aœ"
  b"\x01ŽNÍ\x1FrÜ¢¢C\x19MYil"
  b"\x01ŽNÐ1sy¾\x07\x1A‘µˆªü"
  b"\x01ŽNä…rR”ûtcÿ‚4"
  b"\x01ŽNç‹qç¸=Bj\r(ök"
  b"\x01ŽNôÊsw„öÙ\x04å\x1Fº\t"
  b"\x01ŽNø\tqð‚ˆÕy "¼\x1D"
  b"\x01ŽO\t«r޲#K'j\x0F\fU"
  b"\x01ŽO\fùq@’˜ò\x1Db¬¾˜"
  b"\x01ŽO$^q*Ž\ev®J\eA\x1E"
  b"\x01ŽO4s¿‹\x14õ°\x16\x16"
  b"\x01ŽOF\x18r;§7þ˜\vÝF"
  b"\x01ŽOI[q¼‹¹zµÞXî"
  b"\x01ŽOL²ra”54_"V„Ž"
  b"\x01ŽOOØqPr;éQõ\\v"
  b"\x01ŽOS\x15pi½ÃIc\x15\x05"
  b"\x01ŽOeäpӏ¶u\x0EÍ"¿ˆ"
  b"\x01ŽOx>pá\x01jÝô0º¡"
  b"\x01ŽO{§p"ŠÂ\x18\x1CA\x10\x13"
  b"\x01ŽO‡\x1Cs¼¡ï•šRYÔT"
  b"\x01ŽOŠŽq\x03›e´,ñ«7t"
  b"\x01ŽO­«r½¸\x11\t\x10õ“ï3"
  b"\x01ŽO°ûr\x11¼¶\x08Ȑ\x05]"
  b"""
    \x01ŽP\x0FPrþ³†ª\n
    PÇ«ˆ
    """
  b"\x01ŽP\x12±s`—êKgyµ<g"
  b"\x01ŽP\x15ýríŒÀ\x17"‚|Já"
  b"\x01ŽP\x195s¢‘\eøšÏ\x14õß"
  b"\x01ŽP\x1CrsÉ¡©ãMBðŽë"
  b"\x01ŽP1Hp[Ÿeô(‹Þr"
  b"\x01ŽP4ƒs'€Ìkäpë4\x16"
  b"\x01ŽP7ír©³\x1AïÏ\x00È4\x12"
  b"\x01ŽPi(s¤±\x13à«Á–.O"
  b"\x01ŽP™vp–·ý÷\x06}\thI"
  b"\x01ŽP\x03q۝\x05²V\x15ÒÞÁ"
  b"\x01ŽP Csr‡Ü'ÕÝ­\x1Cq"
  b"\x01ŽPÑåsp¤å\x14\e¶`ò\x1F"
  b"\x01ŽPÕ[p«š\x033ßN\x12ûV"
  b"\x01ŽQ\x1Cdp¶¹äkl8iD&"
  b"\x01ŽQ6Hq`³N\x06\™¾"
  b"\x01ŽQ9žp\x02°HŽxCEÁ%"
  b"\x01ŽQ>1q\eˆÌ¡^|\x11¢9"
  b"\x01ŽQ[þrƪ%þ\x07ÃYüö"
  b"\x01ŽQ_‚r!”#\x02-\x1F:b”"
  b"\x01ŽQŽ\x14pCŸ¾ì—³ˆ-ã"
  b"""
    \x01ŽQ”qLù$×J\n
    \x04¤
    """
  b"\x01ŽRašp„“î¬\x03_3\x0EŽ"
  b"\x01ŽR‡»r/‰¤½‡ë¾%U"
  b"\x01ŽRú[p6™Z\x1F®9êÆÔ"
  b"\x01ŽS\x16ésÒ’ýŽ\x17â¾7L"
  b"\x01ŽS\x1AXq©¶\x04mÀ¶ºÃ¢"
  b"\x01ŽS\x1DÞrL¹2¿²\x1AóîÁ"
  b"\x01ŽS!—rê™™Œ¼ <¸ÿ"
  b"\x01ŽS%=p(¤©…ˆ´(‡"
  b"\x01ŽS:ñs•×\x05b\f=¯J"
  b"\x01ŽS>nsŽÈéfð\x1E¦ä"
  b"\x01ŽSqsŒ’Þ7[S\x16\x1F"
  b"\x01ŽStðq[–WŒXú\x12´ˆ"
  b"\x01ŽS—\q…§<\x0Fn?¸W\x18"
  b"\x01ŽSžjp«ˆà\x12ûT\të¼"
  b"\x01ŽS²\x16q´¤J¡ŠM)3Â"
  b"\x01ŽSµ`sþˆ\x10ËÞã\x17"
  b"\x01ŽSÆ3p=´¡vs÷”ˆh"
  b"\x01ŽS÷Ks6’\x00®—Æ•k"
  b"\x01ŽT8¨sy¼Q\x16X4—¶"
  b"\x01ŽTr«p#µEÉoÿØô³"
  b"\x01ŽT{‰rÄŽ\x7FãÝ_É-S"
  b"\x01ŽT‘:qàÌmlT\x04ƒç"
  b"\x01ŽTÄÖp[‰as"Íu=%"
  b"\x01ŽTÈ¡rJŽH\x18Z 3ý\x16"
  b"\x01ŽTÌ?sZ¤8T‡˜û"
  b"\x01ŽTàBsþ¥L¡ø*ZØŸ"
  b"""
    \x01ŽTÿ!r\x13³\n
    íºÁŒ°
    """
  b"\x01ŽU'Êsx™®\f’Ë\x18"
  b"\x01ŽU+osY‚T¨Ù\x13\x1F¶à"
  b"\x01ŽU.ãp\x1F¯¦Þ0EÊAª"
  b"\x01ŽUHiqÚ™K¼\x11/†k)"
  b"\x01ŽUŸWq\x02µIqZ,DÅÏ"
  b"\x01ŽU¢Ñr€‚i.FEæ5"
  b"\x01ŽUÄ"sn£ÕB1/ÃZv"
  b"\x01ŽUǤr\x0Eb\x1C¡\vKˆ{"
  b"\x01ŽUËBp뼞í(\x1A\x1A¯í"
  b"\x01ŽV"…pͦ/[\x17F1,@"
  b"\x01ŽV%êsyùÎî\x03þ\x01"
  b"\x01ŽV)xrí‹úÖœ®K—f"
  b"\x01ŽV,ôr®Ž\x1E ,,àÞ\x00"
  b"\x01ŽV0žrlŸÌ‰8\x1E\x15ºë"
  b"\x01ŽV4Aqo’¾r0\x1Er }"
  b"\x01ŽV7åp®ž6¡ê\x0F¸\x04š"
  b"\x01Žc<®qnŸ9kíÀI†"
  b"\x01ŽctárÛ­\OëÁ\x06pn"
  b"\x01Žcx¼sϪŸ ð½)^ò"
  b"\x01Žc|Zp\x13šÈ\x14÷ìÜÔô"
  b"\x01Žc¯“q¼¶áƒ±¾TœÎ"
  b"\x01Žc³4pü¥Ig&ß__•"
  b"\x01Žc·\eq\¤¯,Ë×\x03©`"
  b"\x01ŽcÉ›qA’*²ë‡kßM"
  b"\x01ŽcÍ}sü¹Œ¯H\t«d{"
  b"\x01ŽcßÈrG‹ÝpÈ$ô»µ"
  b"\x01Žcãxrͳ“4ˆÛ;¥­"
  b"\x01Žcç"sº›®=þZ°˜Û"
  b"\x01Žcþ®s’¤\x07ѦÀ‡F}"
  b"\x01Žd\x14oq•ª6íIR\e¿:"
  b"\x01Žd\x18\x06pü¤Å·—¤˜y7"
  b"\x01Žd\e³q*¡\x16VçöEŽG"
  b"\x01Žd\x1FLq\x1E¬Î܉éÉ—"
  b"\x01Žd"õr"‚K\™\x18LÐÉ"
  b"\x01ŽdH½p®7Ù8ÍbI\x11"
  b"\x01ŽdN©pÉ¡²{Ü\x16í^ë"
  b"\x01ŽdThpRŠåÿ\x167Œ¯ê"
  b"\x01Ždn\x7Fsó±õ¿[Ø~{¬"
  b"\x01ŽdÑsž‹x»ˆ¶\x1A‹¹"
  b"""
    \x01Žd£-qÕ´\n
    \x18¤\x1D…†\f
    """
  b"\x01Žd¦Ür¤£Ëö_õÄLß"
  b"\x01ŽdÑósœ¼>ý’°ˆîÉ"
  b"\x01Ždã¡q\x14\x18K\x18iK1±"
  b"\x01Že\x07‚s“¼u \x02¬ 2²"
  b"\x01ŽeUqq¾Œ¹yž!\x19…Í"
  b"\x01Žen²rϧV:4ê\x13ÝL"
  b"\x01Že†\epÍ‹Û\x12¼ÎJ\x0Eà"
  b"\x01Že‰Üpî ø\x15át¦S‘"
  b"\x01Žeîfrs›\x03£Dƒ§Ú›"
  b"\x01Žf"–r©¬O\x02ìXl¬"
  b"\x01Žf2÷r9Žz1è£_Vu"
  b"\x01ŽfvTqN³Ãe‡ÿã¡Ø"
  b"\x01Žf­²p"‰\x1C¡Ó®›tx"
  b"\x01ŽfÄìp8¤p7ü Äg*"
  b"\x01ŽfÙæqK{Ù\x16ˆ\f¤u"
  b"\x01Žfæùr¶¨¦\f\x19"
  b"\x01Žfê¥pجä‰ÿެÍò"
  b"\x01Žfý\x07s\x1E·\x1F·äOä\x10)"
  b"\x01Žg\x00Îsx“ôVn(&òn"
  b"\x01Žg\x04iqE¡'ûTª³vU"
  b"\x01Žg/ásš„´³\x02ØM²’"
  b"\x01ŽgE\x08q§‹,\fJ{Š\ew"
  b"\x01ŽgHÇqY‹f\x07¥ÈnRŒ"
  b"\x01ŽgLŠpÇ¿s.Vžîy€"
  b"\x01Žgg\x11pÌŠyE\x0Fã\x16"
  b"\x01ŽgÀ³q³®«|\x1F¥—"
  b"\x01ŽgĐq\x10¦\x113ø•§‡}"
  b"\x01Žh\x08°pQ½½:ó2\x1C²\x12"
  b"""
    \x01Žh\x19\n
    pG²’,\x06*c!À
    """
  b"\x01Žh|fs$˜fûnL>ÌP"
  b"\x01Žhas«ˆÄr¨Ch@ú"
  b"\x01Žh“&q_´0-=\x16/æ6"
  b"\x01Žh–èré28â\rÓQB"
  b"\x01ŽhÝ&sB¶OÕ>ª˜X¬"
  b"\x01ŽhöÿpžžÌ\x17³¼J‚\x01"
  b"\x01Ži\x14Ër.ˆ/O—*á=Ö"
  b"\x01ŽiNŸr •RKóãjìß"
  b"\x01ŽiˆÁpJ»íM«‘³¶á"
  b"\x01Ži–Êpŏ#”\x00\x12=Aç"
  b"\x01Žiëpޏ\x05ªA·àÂ\x16"
  b"\x01ŽiÝ\vq1­Nb-ÝR‰÷"
  b"\x01ŽiêÈs×±\x7FŽ4êõëª"
  b"\x01Žj/Èrƒ¸ˆêßÇÝ$["
  b"\x01ŽjD\x10q‰¶Ð\x1F•w:ä\n"
  b"\x01Žjd·qÚ•ƒøÀ\x16‘ø"
  b"\x01ŽvŽôp²¢”S0¸\r½\x0F"
  b"\x01Žv”¬rvQ\x04&\x08¥þ"
  b"\x01ŽvÓ¢q™¤¤ŽþË£§¯"
  b"\x01Žvè§r·Î8ý\x18”€±"
  b"\x01Žvì»pp¡bIô\x11çÑD"
  b"\x01Žw\t"qôŽúuÞÒÐ`­"
  b"\x01Žw9Op®¨3„\fNãgs"
  b"\x01ŽwY3så­³C3ûðí\x1C"
  b"\x01Žwq\x07p\x1D˜oMëPŽk"
  b"\x01ŽwÛçq׎þ\x16\x10¹r¡¤"
  b"\x01Žx\x08-s•¸Ì9DNðw€"
  b"\x01Žx\f)q\x07žm/H\x16;\x08Ž"
  b"\x01Žx"ðp¬ŽuQn©sy9"
  b"\x01Žx&ær«’=\<Ǐӹ"
  b"\x01ŽxdŠrå²Hƒaõ«E\x1F"
  b"\x01ŽxhSs…·vóa\e—‚F"
  b"\x01Žxl8swœñ v\x1Fað¿"
  b"\x01Žx×És\x0F£¹ÕÎ0‰w¥"
  b"\x01Žx÷Áq[¿y`£T\x1D"
  b"\x01Žxû×q±ªêõÂWÃ"
  b"\x01Žy\x1D˜qÝ®\x0F[§C€f~"
  b"\x01Žya\x05q-çŽ1\x17\x0F£’"
  b"\x01ŽypÅpjˆ=.€ï籡"
  b"\x01Žytºs\x11¤_]fò•9ƒ"
  b"\x01Žyß\erâ\x7FñÙ2kG¦"
  b"""
    \x01Žyã\n
    rrŸê\x05\x17ŽIhÖ
    """
  b"\x01ŽyöªsήÙ\x01\x05nÇÍ\n"
  b"\x01Žz\x16=q.x[LmÉà¬"
  b"\x01Žz\x1A?qîõÞ×`j\e`"
  b"\x01Žz*/q¬³V:)\x15\x06."
  b"\x01Žz;rpü¢ÍZj[\n\x00à"
  b"\x01ŽzO_sĵ\x02Èú\x03paÜ"
  b"\x01ŽzØr{©Á–°úŽ”Æ"
  b"\x01Žz¨spŠ=~”¾Î­¦"
  b"\x01Žz¾,rž—Æ(/ªîàÌ"
  b"\x01ŽzÂSp€t\x03óS¯×W"
  b"\x01Žzïãr\x13±5-3zÈL\x14"
  b"\x01Ž{\x1CÐróŒJÑ»ù€Ð"
  b"\x01Ž{e\x15s¥L7Fº]\x0F\x06"
  b"\x01Ž{~\x0FsИ…îðì\eŸT"
  b"\x01Ž{ƒ0s^‹)\vhª+ê\e"
  b"\x01Ž{šr¢°"\x1E÷ù0Ãç"
  b"\x01Ž{¶{s-¾½z±)ëç"
  b"\x01Ž{º[r³#5\x1A~Iß\x11"
  b"\x01Žž(§Os\vº€\x15äÞ®_v"
  b"\x01Žž(ö\x01q4ˆbo\x1A\x0E(\x12È"
  b"\x01Žž)d–pÍŽ\tZ\x01 [\x1FU"
  b"\x01Žž)™¿qDšSJI„sõ["
  b"\x01Žž)ß\x1Dsr­^nþ%èN{"
  b"\x01Žž)ã\x19q\x0FºÞˆ\e*ÑôY"
  b"\x01Žž*\x18‹pƒºµ]޽\x0Fܹ"
  b"\x01Žž*Fsq€´®Â8Ñh\x02"
  b"\x01Žž*J;ri­ö"¡¨ë5ª"
  b"\x01Žž*N\epøK2„^\x14'N"
  b"\x01Žž*æBr ‚Ç\x06ZMû\x10""
  b"\x01Žž*ê\x02p»•B?ÛèÍ\t"
  b"\x01Žž+\x02Usóš\x03\x01\x01\x13h8"
  b"\x01Žž+L\x04rÒ´ý•¤Uhaý"
  b"\x01Žž+O°r¬Š–”J\x08! Ô"
  b"\x01Žž+SOsI³.ÿ:å/úm"
  b"\x01Žž+”[q*Ž\x14 Ï\x13ë˜0"
  b"\x01Žž+¦WrX…÷-ðÈ\x00þ9"
  b"\x01Žž+ÁŽr’»€;nàµÓ\x15"
  b"\x01Žž+ö(rE¦'ûŒX"næ"
  b"\x01Žž,\tõq\x06Œ´±?¯„~8"
  b"\x01Žž,Žfpy“Ñtä š=Ú"
  b"\x01Žž,²np\r¦Wâ«ÎèP"
  b"\x01Žž,¶ZrÉ›!ä\x18\x0E#"
  b"\x01Žž,Ê>pi”ÅÖŽ\x11»\fŒ"
  b"\x01Žž,Î\x01pHŽþ\x11\x1D\x14U\x15ó"
  b"\x01Žž,ÑðrrŽ8Jº0TaÊ"
  b"\x01Žž,öåp ¬rª\RÆ\x03"
  b"\x01Žž-\x0F\x10r"º\t¤\™dè¾"
  b"\x01Žž-\x1F\x1Cr\e¥U\x15…ëÚïf"
  b"\x01Žž-"Àpò˜$ïÒ@åTn"
  b"\x01Žž-23sáœ\x12\x7Fa¡Ý±""
  b"\x01Žž-vžr\x05ˆKŽm“‹\x0E\n"
  b"\x01Žž-z}s\x02·,ˆý\å<2"
  b"\x01Žž-~dp”\fz;\x18\x1D"
  b"\x01ŽžI\x17™q@™·Þ%\x12\x1A"
  b"\x01ŽžI\x1C\x02soƒ(»,`!Ê0"
  b"\x01ŽžIEòqšEྛLúT"
  b"\x01ŽžIJ\x18r<ž·«j“c’%"
  b"\x01ŽžINEq出J±\r†­n"
  b"\x01ŽžIv\vp›ª‡ºDMÅ™2"
  b"\x01ŽžI†år\x12ŠãI&&¼}‘"
  b"\x01ŽžIŠÖqȃݥùdË\x08©"
  b"\x01ŽžI¯¥qÄu;Hb(êó"
  b"\x01ŽžJ\x03Ûqù«ûÜ\x15E؁Œ"
  b"\x01ŽžJ\x07îp©›/JãAGΤ"
  b"\x01ŽžJ\vür)³÷z¿Ü®0Ÿ"
  b"\x01ŽžJfár®‹bUÙ´ˆ¬š"
  b"\x01Žžb£*q¨³gnøYÒwz"
  b"\x01Žžc\x06ærÛŒsOŽÙuEH"
  b"\x01Žžc\vùs¸i‹¥C¯ï"
  b"\x01Žžca\x11qú™UCÿÛ•Gb"
  b"\x01Žžce@rx¼j\x08[>®Š#"
  b"\x01ŽžcŠÔpX§ÒºtŒN‹\x13"
  b"\x01ŽždT\x19pH¿0®"4â¤Ì"
  b"\x01ŽždqŽpzŒ¡Ñ)†&r´"
  b"\x01Žžd;rº…úä{QPÔŸ"
  b"\x01Žždî¯sˆ¨Š¨yd4\x17ä"
  b"\x01ŽžŽÒnrãŠÆÔV_ŤŠ"
  b"\x01ŽžŽÚ\x14qP¯œŒ^¦¤‚ú"
  b"\x01ŽžŽóãp=ªfƒU—pª¨"
  b"\x01ŽžŽù%s̾‚“JˆhÒ"
  b"\x01ŽžŽq{s«¶’C!¹³AÚ"
  b"\x01ŽžŽ‘±q”ÚlUÑ\x17†/"
  b"\x01ŽžŽ«˜s²–g^´Â¤üe"
  b"\x01ŽžŽÚàpЯӎ\x13‘ùѹ"
  b"\x01Ž¡Ï×Ûs,Œ\x18[fµ\x11\x7FR"
  b"\x01Ž¡Ñháqϱ©\x14ÿáP\v\x04"
  b"\x01Ž¡Ñm·q„º—á­DÙª\x04"
  b"\x01Ž¡Ò0”qè™tQ÷Na\x05\x17"
  b"\x01Ž¡Ò¥q\x07¾ÒbÐgðœ3"
  b"\x01Ž¡ÒÔ§r\x1A«\x0E1ç€?\fŸ"
  b"\x01Ž¡Ó@0s\x08¾”…&öÉu "
  b"\x01Ž¡Ój“p\x1C•~\x16©s’b4"
  b"\x01Ž¡Ón·s%§žìô¿\x7F>e"
  b"\x01Ž¡ÓrÄq…ƒâ~tÉcp"
  b"\x01ޡӔ3q¦¬a”ø¡Ÿ¼\x10"
  b"\x01Ž¡Óþ’soˆ-\x05†U-ƒ*"
  b"\x01Ž¡Ô\x10÷qQ½AÃ\x14-™Pš"
  b"""
    \x01Ž¡Ôàs]¬ 9\x07\x02\n
    †‰
    """
  b"\x01Ž¡Õ=´sF•¶C\x15\x0Eâ"
  b"\x01Ž¡ÕAús݃\x14·–\x08öŽT"
  b"\x01Ž¡Õulrd•…\x1C\x1D\x7F&U"
  b"\x01ޡՍ`r¯+UµVȸÝ"
  b"\x01Ž¡ÖˆšrÁ´j&Æ’Ždf"
  b"\x01ޡַ·sÙ‚w;LåE¿f"
  b"\x01ޡֻ¾p<‡X\x03%ù«Ì\x00"
  b"\x01Ž¡×0Øp\x18\x0E?dÝs‡´"
  b"\x01Ž¡×l\x0EqA’‘7l\x11‹.q"
  b"\x01ޡ׭q¤¾_œŠ%‘\x05\x1A"
  b"\x01Ž¡×îƒp¼žq¶[·ŸU6"
  b"\x01Ž¡ØCšq5®˜í\x17ô°S–"
  b"\x01Ž¡ØŠùq.…d\f\x1D"
  b"\x01Ž¡Ø¸\x18pXŠ£ì‘qÓŽV"
  b"\x01Ž¡Ø¼#qú±0\x13É2Ú?\x16"
  b"""
    \x01Ž¡ØÒ>q?œ7ñ-\x0FÚ\n
    \x13
    """
  b"\x01Ž¡Ù\rprý¸\x7FÿBð™\x05Ø"
  b"\x01Ž¡Ù&ÓpV¡\r\x19ØßãS¬"
  b"\x01Ž¡Ùz‘pÝ» `øh•å¥"
  b"\x01Ž¡ÙŠ\x00r5Œ©¼í\x1F=4n"
  b"\x01Ž¡Ù¢@p\x1D“—“\rC·Í$"
  b"\x01Ž¡Ùâƒs#c1Ià©@Ÿ"
  b"\x01Ž¡Ùððs]ª§€§\x07±_Ì"
  b"\x01Ž¡Ùô±p[’0™p\x15‡¹Œ"
  b"\x01Ž¡Úqðqº”ýÏ6«[('"
  b"\x01Ž¡Ú¡p\x06Œ\x1DÑÚŒ¦¨·"
  b"\x01Ž¡Ú—]r¢¢Ó?\x15þ\x07^P"
  b"\x01Ž¡ÚÎ\trT´Í\x19\t„f&¢"
  b"\x01Ž¡Û(ps¨¾÷¤½iÉM€"
  b"\x01Ž¡Û{Ës¾£(ËöõŒv\x07"
  b"\x01Ž¡ÛÉ\x1FpË€íÆ\x11j„˜ú"
  b"\x01Ž¡Ü^ðpÖŽáøß?q••"
  b"\x01ޡܴqf“ðÖæÕWõ¹"
  b"\x01Ž¡ÜÉbs5°{\x7F'\x1D’Õ "
  b"\x01ޡܿ7rO†\x10ã´z^þ@"
  b"\x01Ž¡Üî0pбx§…®\x0Eðu"
  b"\x01Ž¡ÝÂ\x7Fp7ˆ\tÞ¦‹íŽ’"
  b"\x01Ž¡Þ\x03Jp_¿\x7F&¡´¹âÔ"
  b"\x01Ž¡ÞP#q\e‚¥–K÷amÇ"
  b"\x01Ž¡Þj#p×›y'ü5ʤ\x18"
  b"\x01Ž¡ñ†ÙsGº€¿:÷°€="
  b"\x01Ž¡ñ¬Ãqq `ò|\x01œ€½"
  b"\x01Ž¡òl\x07r\x1AŒ\x1FŽRéc<"
  b"\x01Ž¡òžÇr,¨ÍF\x12¸÷è5"
  b"\x01Ž¡òÜoq\x00ޏ\x1D\x10WÔŽ"
  b"""
    \x01Ž¡ó\x01“rœºÝ\K\n
    ®²Ü
    """
  b"\x01Ž¡ó\x0Ejpw€\x13-ñ?VO"
  b"\x01Ž¡ó4\vs›Ÿ1\x13 ¸Çò"
  b"\x01Ž¡ó8\epA†¿äØ:s\\x15"
  b"\x01Ž¡ó¾¸sC–ÆÊÜÁíÀó"
  b"\x01Ž¡óÃ\x17pXª\x18lq²¾‘Ù"
  b"\x01Ž¡óÞÏr<Ž`pOsT1î"
  b"\x01Ž¡ô‘€rW¡\tõœÙµ˜K"
  b"\x01Ž¡ôÄ\x07pp˜_˜\x168‘ú&"
  b"\x01Ž¡õž<rDŠ\x14©¸n\x16Y\r"
  b"\x01Ž¡õ¢íqIˆ6’Bq"
  b"\x01Ž¡õ½-s¯Ÿœ÷›Tý÷©"
  b"\x01Ž¡ö\x1F\x08pԐ~žØÅñB!"
  b"\x01Ž¡ö \ts½‹ÎÐÞ\x7FÎÓÁ"
  b"\x01Ž¡÷`4qÅ‚Ž\x02F•õ­\x04"
  b"\x01Ž¡÷¬\esG²ˆ¯^Á<?t"
  b"\x01Ž¡÷²r\x12°A!~eÂ4Z"
  b"\x01Ž¡÷ð\ep¼¥FMI¢\x15š5"
  b"\x01Ž¡ø\t”qM©Ÿo!ŠÀôQ"
  b"\x01Ž¡ø¹Ús,¦:\x1A¢Ÿä\x05Ù"
  b"\x01Ž¡øÔÿsµŠ·|ÉY\x11…h"
  b"\x01Ž¡øæ\x17r@‚¥c«A¤\x17œ"
  b"\x01Ž¡øêJp\x05\x04”ET‹JÊ"
  b"\x01Ž¡ù=p‰™r1×*»Ç{"
  b"\x01Ž¡ùAœpV”xRˆ­¥ËÓ"
  b"\x01Ž¡ùf\x0Eqõ ò1§ÒqËö"
  b"\x01Ž¡ù\x7Fürý£éŸ©—ry‡"
  b"\x01Ž¡ù¸ùp\t¥´\x18\x0FË(×"
  b"\x01Ž¡û\x02Ÿqg‚\r¾°†ï#f"
  b"\x01Ž¡û*'sþ´àrNE}zå"
  b"\x01Ž¡û.\x02rÚŸv\x1Ea\x14Ô\x16L"
  b"\x01Ž¡û1ðqï£Hé\x00ãÛ\e,"
  b"\x01Ž¡û5ßpž‘\v\x11—˺:ˆ"
  b"\x01Ž¡ûd£qGšêŸ,»Þˆy"
  b"\x01Ž¡ûhxrá®æs8ªÏ–"
  b"\x01Ž¡û¿“s㥔Y…~N%°"
  b"\x01Ž¡ü\x10ßsí©Pfœ\x1FÛÝ\x7F"
  b"\x01Ž¡ü\x15Rsæ¢å!C’QΠ"
  b"\x01Ž¡ücqrmœ\x1D\›\x15:\x104"
  b"\x01Ž¡ü«Áq¿§À4¿ó`Ç-"
  b"\x01Ž¡üïnrîœ.ñY\e{Eì"
  b"\x01Ž¡ý\x1AMqÙ‡G£\‰Ú‚o"
  b"\x01Ž¡ýaÇp[³\x19Y…¯\x1A¼."
  b"\x01Ž¡ý£ôp@œ*°9Ï3×Î"
  b"\x01Ž¡ý¨dp\x1F»?ǝ3ðñR"
  b"\x01Ž¡ýÇ\x07rzš5HHª´À‚"
  b"\x01Ž¡ýÊòrƒ‡ù\x06Õ|xºi"
  b"\x01Ž¡ýÎ×qK¦’Q‘\x04S…p"
  b"\x01Ž¡þ1‚qŽ‹:œK˜WfŠ"
  b"\x01Ž¡þ]æpy·•Ðu\e$\x04;"
  b"\x01Ž¡þíŒp\x1D¼^I}çë\x1Dß"
  b"\x01Ž¡ÿ?Öq;”*\v­f\x08\x1A"
  b"\x01Ž¡ÿ r§­­‹\x14åm޶"
  b"\x01Ž¡ÿ¤gsw½\x16\x01\x03ñœŠ‹"
  b"\x01Ž¡ÿ¨,s\x18ÀN×pþß/"
  b"\x01Ž¡ÿÍ\x01soÏ”ÝI_÷5"
  b"\x01Ž¢\x001\x0Fp¿›ÖüñHªNÚ"
  b"\x01Ž¢\x01$÷qkž¿ñÆ7|b"
  b"\x01Ž¢\x01ñ\x1Dp@¬Y«Âµ+\x1F$"
  b"\x01Ž¢\x02¦©p4¤¦.Ðe\x1FB+"
  b"\x01Ž¢\x03\x07es)¹jG/jZ\x07e"
  b"\x01Ž¢\x03uzsY”â;Jž=£5"
  b"\x01Ž¢\x03y7qó†¬0k¼&@·"
  b"\x01Ž¢\x03}\trB¿ðKë\x16ì\x05("
  b"\x01Ž¢\x04?ZrA±\x13,±ßˆ]Ž"
  b"\x01Ž¢\x04mSr>§®ûg\x1A57 "
  b"\x01Ž¢\x04 $qǐ³÷#‘Q\fQ"
  b"\x01Ž¢\x04¤%s­¤ÿ)úVª_%"
  b"\x01Ž¢\x04¨\x1Ap™‡,º'Û`G8"
  b"\x01Ž¢\x04¬\x03q4”ä\x03\x01Ó\x18ß\x17"
  b"\x01Ž¢\x04øQpF±Ç§I"†3\x7F"
  b"\x01Ž¢\x05™×pãŠ\x10]\x17N\x15Æj"
  b"\x01Ž¢\x05ð³pìʈÀ¿ß\x05$"
  b"\x01Ž¢\x05ôìs…¿}æ\e;Év^"
  b"\x01Ž¢\x06\r÷pϦìÒN¥­ž!"
  b"\x01Ž¢\x064Ds-¡\x10§J¤Ã”5"
  b"\x01Ž¢\x06éapÏ–)xIt+”Ï"
  b"\x01Ž¢\x07)þsî€èç×—µŽ\x05"
  b"\x01Ž¢\x07e\x14qOÎGãÛ[7"
  b"\x01Ž¢\x07Åtp.«[­¨\x05dNk"
  b"\x01Ž¢\x08\t\x1Ds\…\túPP®\x01Î"
  b"\x01Ž¢\x08›Àsè–‰}\x14\x01Tk"
  b"\x01Ž¢\x08¯ùqH½\x1C‘gµ;ÝE"
  b"\x01Ž¢\x08Ümq\x14³\x7F\e®µ[¦["
  b"\x01Ž¢\x08îÅqZ›²ÝFd*ÙÚ"
  b"\x01Ž¢\t‘ôpšš&-Ær·Û\"
  b"""
    \x01Ž¢\n
    \x19}rϾ1®\x1EïÈHP
    """
  b"""
    \x01Ž¢\n
    {¬rª”Ü!¥#^pØ
    """
  b"\x01Ž¢\v#\x17r\x11´\x11ð©7ØÐ"
  b"""
    \x01Ž¢\v'\x03r®­\n
    þJ|²\x19
    """
  b"\x01Ž¢\f=ÿpñ!œ¤œº·+"
  b"\x01Ž¢\fB3qɘ'mÚ®€.>"
  b"\x01Ž¢\f{îpe…ßôJÌé£\x1F"
  b"\x01Ž¢\f\x03sÀ»\x03äº~\x1EÏ["
  b"\x01Ž¢\f–Hq£¤ðúŒ\x7Frdw"
  b"\x01Ž¢\rôÀs\x13µ0þ+\x16ú"O"
  b"\x01Ž¢\x0E\x17%sH¿°ý¥\x02"
  b"\x01Ž¢\x0E¶Ûr\x1EžýG\v/¼b\x13"
  b"\x01Ž¢\x0FNGs‡€Ûg\x02\x11F\x10^"
  b"\x01Ž¢\x10\x03–r\x17ŽÁ\x00z ú£"
  b"\x01Ž¢\x10rÞqo¨\x02\x13뎹(1"
  b"\x01Ž¢\x10ŽØqˆ¹Ðàô\x159¶¬"
  b"\x01Ž¢\x10ØÞsjƒüÞ1'»å\x1F"
  b"\x01Ž¢\x12\x04Xq\x0EŒ\x05f3\x17ܪ|"
  b"\x01Ž¢\x12ÛÜqá„Å'F8§“'"
  b"\x01Ž¢\x12ó‘pÝô\eý€I"
  b"\x01Ž¢\x12÷Àq5˜à\x06t\x05‚C"
  b"\x01Ž¢\x13b r\x1Cޫ鑭O@æ"
  b"\x01Ž¢\x14\fÁp®‚\x063m¬våC"
  b"\x01Ž¢\x14›‘q#®Ñ\x19©à$\x03Œ"
  b"\x01Ž¢\x14­Ärà¹n\fãÝi‘G"
  b"\x01Ž¢\x15[…qì»)·N8²Å¨"
  b"\x01Ž¢\x15gÚr)šQ[\eIp”Æ"
  b"\x01Ž¢\x15´‚p³ººCýW‘ߊ"
  b"\x01Ž¢38\x15pS”õË÷§\x15F"
  b"\x01Ž¢3^\x10p0ˆ¥-\x1CéDj˜"
  b"\x01Ž¢3d9p\x00¹<z ‰¦."
  b"\x01Ž¢4\x1DØsQŸü‡~Š]sÈ"
  b"\x01Ž¢4i›pÚ¶[œ\x1F °X­"
  b"\x01Ž¢4àQp5œ.\x06\v ÖǸ"
  b"\x01Ž¢6Xþp\x1F¬ìˆá(£ã"
  b"\x01Ž¢6îÝp¾Š\x07ƒæ·Ì4±"
  b"\x01Ž¢7$Xst”*\x14\x11*fˆ'"
  b"\x01Ž¢79ÑpU¢>Cm\x1AG¥É"
  b"\x01Ž¢7ç.s\x0F ç{\x03vKqÚ"
  b"\x01Ž¢7ÿUr\x16ŽËªî(dš<"
  b"\x01Ž¢8\x0F-q\x1E‚üƒ+2—Þ4"
  b"\x01Ž¢8,/s\x07±BOY/%\f:"
  b"\x01Ž¢8‚«pЏÿ\x140й\x03ë"
  b"\x01Ž¢8Ô`p\x1E ÙLá¦z{–"
  b"\x01Ž¢:¼srwª†b½*Rp!"
  b"\x01Ž¢;7\x19pzº$H¯\x02¸þU"
  b"\x01Ž¢<#³qÕž*®­ë.fŸ"
  b"\x01Ž¢<À‹sn‘\x7Fꀳ{\fl"
  b"\x01Ž¢<Ü?sÇ©–f¼…€r£"
  b"\x01Ž¢<ù;p2«ð|Ž»\x0EÆ"
  b"\x01Ž¢=\x08\x17s\x06ŸYý›Æ­Ó®"
  b"\x01Ž¢=\f=pÆ¢{±ž£-\x0E"
  b"\x01Ž¢=\x1E®q\x17·^uV¨¢×¦"
  b"\x01Ž¢=M—pë…j@/ vÀó"
  b"\x01Ž¢=R\rs/‚Ñ}Àj¢Í"
  b"\x01Ž¢=ê»sµ \v\x13N‹x{"
  b"\x01Ž¢>j?qºµ`T\x11Ú¦5i"
  b"\x01Ž¢>ÅMp}…Ÿ\x03Boè±"
  b"\x01Ž¢?Nmr玘nmw+“L"
  b"\x01Ž¢?kµp[‰â2ׁ×\x1F"
  b"\x01Ž¢@\x1EêqÌ·ý—äÙ¬@û"
  b"\x01Ž¢B›\x01stƒ-®©®œ\x1Au"
  b"\x01Ž¢B³æs=›\vÂ(ô¢#"
  b"\x01Ž¢Bþ\vq5™”ÏCl~D€"
  b"\x01Ž¢Dqdq…¢RG\eöÈÈk"
  b"\x01Ž¢D¦ks9¾\x12bQ()\x16!"
  b"\x01Ž¢E|\fs] 7=Jä“­ƒ"
  b"\x01Ž¢E—ƒs¢ƒ\x033ñÕ›\x15#"
  b"\x01Ž¢E´"q\x12½ m\x0E\räø"
  b"\x01Ž¢E¸çsdé6î\x16\t*#"
  b"\x01Ž¢EÕ\x1Esç„“6eÜ¢Ï\v"
  b"\x01Ž¢F\x08—sK‹LØ\x15Ü¥ž2"
  b"\x01Ž¢Fámrÿ‚ÜŠ75\x02\x12"
  b"\x01Ž¢G½Ur\˜‘X<Øáÿˆ"
  b"\x01Ž¢H\r£ps¤­W>\x0Etío"
  b"\x01Ž¢H0Œp\x0FºªÓ\tžS+}"
  b"\x01Ž¢IEËpµœmú\x1D•¾\x7Fˆ"
  b"\x01Ž¢IŽ-rAºûyå¾yÑC"
  b"\x01Ž¢IôÚpN·óùà\x10:ïÀ"
  b"\x01Ž¢J\x10Ýrñ”5VDüÁw{"
  b"\x01Ž¢Já4sp¿ã\v\tÞµ~"
  b"\x01Ž¢K\x14[p µ°³Ê¡'Fv"
  b"\x01Ž¢K\x18µpV«<$öêAÊ+"
  b"\x01Ž¢KM}q¥hDV;ê¿u"
  b"\x01Ž¢K’p[”,©eÓhûp"
  b"\x01Ž¢K¯ªq\x18Ž$$\t˹vˆ"
  b"\x01Ž¢K´4r¬‚‡ªV·ÌÚÖ"
  b"\x01Ž¢KÐßsÄ„m\tý\rÜ\x10"
  b"\x01Ž¢Kö§r"’\x16˜Fç·Å*"
  b"\x01Ž¢LqÊp\x0E¸Ë \fx\e±z"
  b"\x01Ž¢L£¾r€¸[ªÁ¿\x00PT"
  b"\x01Ž¢LÀ°s.…›«IR£k="
  b"\x01Ž¢Lûyr`·vRð¯UÌñ"
  b"\x01Ž¢M\x1C4pU„(\x15\x11ì\x11µ"
  b"""
    \x01Ž¢MBEp\x01·ƒ\n
    C+Íøe
    """
  b"\x01Ž¢MFÌpçž·.嚆\x190"
  b"\x01Ž¢MßqrÏ›ä¢H$’o„"
  b"\x01Ž¢Mú‰q\r¼¤ù©’&@Ø"
  b"\x01Ž¢MþÚsѐ‰’íFû7í"
  b"\x01Ž¢N\x18?rJ´Ã\x00”Þˆ\x10ª"
  b"\x01Ž¢N`@sɾÿßÏ,ç–l"
  b"\x01Ž¢NSp”šÜÔ\x15tKžx"
  b"\x01Ž¢N¸™s·…-]õ æm;"
  b"\x01Ž¢NÖSpä²¾æ\x16`ŽOÞ"
  b"\x01Ž¢NïQs»‘×aÔÞ<4š"
  b"\x01Ž¢O\x07Îr®‚7Þôž³"
  b"\x01Ž¢O?hs‚¤\x05А—À\x16)"
  b"\x01Ž¢OUèr‹‡Ç>srQ¦á"
  b"\x01Ž¢OZ(s<™¯ËÖ\x12³.‡"
  b"\x01Ž¢O•1qϬ„’xo[•ã"
  b"\x01Ž¢O³Ÿq\x1D‹å¡?X\x1D\x18¯"
  b"""
    \x01Ž¢P\n
    örB©2ÕÕÐ\x04ö†
    """
  b"\x01Ž¢P\x0Fœpqƒå\³†z¬n"
  b"\x01Ž¢P+üqO˜øŽp4¨\x1AŒ"
  b"\x01Ž¢PGÉpÈ·v-\x13Y¬”\x18"
  b"\x01Ž¢PL>q\x1F­µ–£|Ý€É"
  b"\x01Ž¢PgÙs\x13¡åÂè&Üqˆ"
  b"\x01Ž¢PƒJq£µ¬\x1EPÊ+$µ"
  b"\x01Ž¢Qçªr/Ÿ³ñŒ\x10¨Äb"
  b"\x01Ž¢RUïp#ž\x14kKÛ\x02\x0Fò"
  b"\x01Ž¢Rç0sÙ‡\x15b¤„•K‰"
  b"\x01Ž¢SÃwrŒ¥%LqÅß!\"
  b"\x01Ž¢SÇÄsC¦·öS÷æÒ7"
  b"\x01Ž¢T\x10)r²Ù¤\x11j\x1Cv "
  b"\x01Ž¢TNçpý¢ƒU¹–Ñ\x04Ž"
  b"\x01Ž¢Tl\erÚ³\r•°V\x01ðð"
  b"\x01Ž¢T«©q™³\x1DÛáE,.Ú"
  b"\x01Ž¢T¯Õr‚ƒUV7~\tå\x13"
  b"\x01Ž¢TÈ+q0¨ŸzŽƒ›:Î"
  b"\x01Ž¢Tádq1•ÔÀã\x15j§c"
  b"\x01Ž¢TåÔr\x1E <æB\r\vÉ»"
  b"\x01Ž¢U\x00]pÌ€A6ÚÏ—÷S"
  b"\x01Ž¢U\Hpä¦\x05\rô@~\x19k"
  b"\x01Ž¢UˆÏp\x14¨e\x17Q®I‚ñ"
  b"\x01Ž¢U»…q\x1CŽO8\x1AÖë|"
  b"\x01Ž¢U¿ÏpФ”‘EóÀÍ_"
  b"\x01Ž¢Uâ|pî§nÒTÚ®ME"
  b"\x01Ž¢V©`sªœÜ9Ó9]`£"
  b"\x01Ž¢VÅSq¾Ÿšà8\x1FØçŒ"
  b"\x01Ž¢W\x15bqä²iáמÆy¦"
  b"\x01Ž¢WaƒqC´ò½ÓD«8³"
  b"\x01Ž¢Wx6p™”B,IPÊ¡\x11"
  b"\x01Ž¢W|¤s[©2˜.¤ÖJŒ"
  b"\x01Ž¢X(1q(œ¦¹™\x17F"\f"
  b"\x01Ž¢X~ëqC•MmbðUfì"
  b"\x01Ž¢Xž\x1As‹ˆA¸cÃΘ\x16"
  b"""
    \x01Ž¢X¢£p݉èŽP\x06Ñ\n
    Ö
    """
  b"\x01Ž¢XÆ>r\x17Ž=\x13â„uk¸"
  b"\x01Ž¢Xëcpû”[i5ªè\x17Ì"
  b"\x01Ž¢Y=Çpy«[¥wƒB$ì"
  b"\x01Ž¢YivsîŽm_Ð)%O’"
  b"\x01Ž¢Yð\rqE®i_âò\x19÷ç"
  b"\x01Ž¢Z\x07’r×¼9™\x7FS2‹$"
  b"\x01Ž¢Z\vîse’äPÒÑOLª"
  b"\x01Ž¢Z>¨pâ±®U–·ÏŒÂ"
  b"\x01Ž¢Zޝr˘óH&š0\x11p"
  b"\x01Ž¢ZúýrIŽ6§,€Œ„\r"
  b"\x01Ž¢[\x172s» Á+l5-rù"
  b"""
    \x01Ž¢[0or–’Ëh÷·š\n
    \x16
    """
  b"\x01Ž¢[üòsÓ€Éâå ÷\r"
  b"\x01Ž¢\\x1Aaq&­\eIJ\x7F·åD"
  b"\x01Ž¢\V\x12r·¹Þcv…ÅÇ%"
  b"\x01Ž¢\Z rô°ò\vK•µo®"
  b"\x01Ž¢\\x7F‘pu¾è‰„Ø\x06H2"
  b"\x01Ž¢]k\x1As͐øÎx^!Žå"
  b"\x01Ž¢]‡)p\x06Ÿ\x15¡[j\x04~8"
  b"\x01Ž¢]‹yræ”R,\x053\x12XF"
  b"\x01Ž¢]§\x1CrØ‘ØM\x1E¦è\x11\x08"
  b"\x01Ž¢]ƝsE«vª\x15î!ï "
  b"\x01Ž¢]ß®pr—\x1E@ý3è\x19\"
  b"\x01Ž¢^\x10Ïq³–Õ©\x02`\x1E"
  b"\x01Ž¢^„Rs\r­…}#8*pa"
  b"\x01Ž¢^¯%qâŠ\x12ôÄuåOÁ"
  b"""
    \x01Ž¢^Þ¯pš€<\n
    ý¿~7X
    """
  b"\x01Ž¢_\x18¯r\­kzŒ¬ìÞó"
  b"\x01Ž¢`%Às<«\x08\x1C\x0EsД³"
  b"\x01Ž¢`*.s^¦ñ5©9*\x14Â"
  b"\x01Ž¢`w‹sЏâý\vº\x0F½"
  b"\x01Ž¢`Š‘q\rŸèÆÖ”ò\x08ª"
  b"\x01Ž¢`±\fs‰ŽnÜì¥ú€|"
  b"\x01Ž¢`çõsT¾î›ÀvÌžé"
  b"\x01Ž¢b)Apª¥\x03\x11ô§Ý"
  b"\x01Ž¢bXbre¶;̰ê&­Ñ"
  b"\x01Ž¢bÚjs!´}RÚ³íç°"
  b"\x01Ž¢c‹1s稷¦œ±nâ-"
  b"\x01Ž¢cµûs}¤ªÏ\x05x\ãÎ"
  b"\x01Ž¢cºér?³\x03J\x14/ÙÀR"
  b"""
    \x01Ž¢dJôq8‰õoÉ\x08\n
    
    """
  b"\x01Ž¢dwjpš\x0E:³þ:Ѷ"
  b"\x01Ž¢e§iq/¥îAA„\x17‘>"
  b"\x01Ž¢eÂãq+£Ác\x11ŽäŒý"
  b"\x01Ž¢fL‹qކéß·3djv"
  b"\x01Ž¢fvmp\x18É\x1C\x17\x06\x02"
  b"\x01Ž¢f“Ær\x07‹Và€µcŽ\x10"
  b"\x01Ž¢f¼žr˜º¼ÖoÅd\eõ"
  b"\x01Ž¢g\x14ðq§°QÁ"0Up\v"
  b"\x01Ž¢g=Ïq~¾Øò\x18…9Ë="
  b"\x01Ž¢gËxp5„~@€V\x13"
  b"\x01Ž¢h%\x08rÌ­Öž¦™œl"
  b"\x01Ž¢hW\nré¨1t\x1D%\x00Ø\x14"
  b"\x01Ž¢h~àpX/:\x11\x1EÓ†J"
  b"\x01Ž¢i1žsLµ¸þ¸‘\fâl"
  b"\x01Ž¢ihAq\x05¦;—Å\tl63"
  b"\x01Ž¢i‚µp\x11C.\x02dˆ`‹"
  b"\x01Ž¢j†\eqƁGUç\x1Félj"
  b"\x01Ž¢jŠ®qûƒk\x075?\v–t"
  b"\x01Ž¢j Zs¥øÔñz¯¢Z"
  b"\x01Ž¢j¤Ás߃ý”O©\x02ãÙ"
  b"\x01Ž¢j¿˜r1¡\x11\x1DÕE\x17"
  b"\x01Ž¢jñÉpñž¤JEï\x0F¼¨"
  b"""
    \x01Ž¢k&8p\n
    ”#uç\x07¤X
    """
  b"\x01Ž¢k*Îq¹žÏQVÂãç¬"
  b"\x01Ž¢k¨yr.‘\f\x0E[\x7F1|1"
  b"\x01Ž¢kïæs2ƒÜÚ­Ó"Gß"
  b"\x01Ž¢lHÀqÌ‚íw\x10y\x1D\x0F¾"
  b"\x01Ž¢le{s¶êó|(¬\x0E"
  b"\x01Ž¢lÞ¹p\x03œà\x05\r\x11øËÊ"
  b"\x01Ž¢m‰šqì³1»\x10óäÞ\n"
  b"\x01Ž¢mä)sm$¨Wéª>""
  b"\x01Ž¢n\x08Es\e«\x04Ä\fôH\x07\t"
  b"""
    \x01Ž¢n%´sª‚`_\n
    Š\x15º’
    """
  b"\x01Ž¢oX¿p©“€¨’ßÔìÞ"
  b"\x01Ž¢o|*q€¼lMÚÖúÚ]"
  b"\x01Ž¢o©\x1Cq‹®DµcQS\x13]"
  b"\x01Ž¢q\x11}pÒžz¨©†9+h"
  b"\x01Ž¢qsÕpœé\r©Ã+Ÿl"
  b"\x01Ž¢qÉ«pˆ‚õ°¬eÍü\v"
  b"""
    \x01Ž¢r\x05\n
    p»¢^\x19ð9ˆªá
    """
  b"\x01Ž¢r\t\r©´*h\x17á.æ^"
  b"\x01Ž¢r–p,¤¢\x14\x05,lŒ²"
  b"\x01Ž¢sn\x00p””Žav–Í×™"
  b"\x01Ž¢s‘Zs¹„\x7F8šl1VŸ"
  b"\x01Ž¢t1fr• Zúb’qBö"
  b"\x01Ž¢tXgr¦ O›Âi\x0E"
  b"\x01Ž¢t£žp+­lWþ¾âRŸ"
  b"\x01Ž¢uPÜsu‘&k6X\x1D"
  b"\x01Ž¢uk‡ppµü7\x188£øš"
  b"\x01Ž¢v\x1F«q¯¤ÅÌðA\x1E`\x01"
  b"\x01Ž¢vWåqVŒÏFæ\x19ÌÂø"
  b"\x01Ž¢vµ°rÀ¦íö̓-k\x12"
  b"\x01Ž¢vØzr\x12´_ÒD?_ñ²"
  b"\x01Ž¢vûÇr.ãNu;€Ÿ\x11"
  b"\x01Ž¢wXšsh†’~4Q²Õi"
  b"\x01Ž¢wæˆpG­ò÷YåÚŨ"
  b"\x01Ž¢x\x1F0p:ˆB2¹dky"
  b"\x01Ž¢x>’qV€ïŠ%¾;è""
  b"\x01Ž¢xa\x0FpдÊCð·ÁN"
  b"\x01Ž¢y)#sñ˜ÿ\fúôkÒ\x12"
  b"\x01Ž¢yŸûpã·G\x12¢K—tì"
  b"\x01Ž¢yàzqä¤#Ñ=êÙÿË"
  b"""
    \x01Ž¢zR}q…øÎ:S\n
    z
    """
  b"\x01Ž¢zt`sq€£‡„¯¿2À"
  b"\x01Ž¢{š†rñÚ_›É\x0F\x07`"
  b"\x01Ž¢{¾ÍqsŽÕE>GV4\x0F"
  b"\x01Ž¢{ÔYpn†´iyß.\x04B"
  b"\x01Ž¢|8\x03s¨ƒ¨—êU6Dµ"
  b"\x01Ž¢|<¼r\x1F£~`þ£d\tŽ"
  b"\x01Ž¢}G‰s\x12„’\r†7úfè"
  b"\x01Ž¢~ȧpǤ™ÙÙ\x7FFñ¦"
  b"\x01Ž¢\x7FI/p-”¨Ý̰_A•"
  b"\x01Ž¢\x7FÃcp9¾\x01Èú1þí×"
  b"\x01Ž¢€Ú;r*†›ò\x05úí¹ý"
  b"\x01Ž¢jÛqz^\x026ÎÏÍt"
  b"\x01Ž¢³\x1Apî½Ì¤÷Žœ)"
  b"\x01Ž¢‚5Rp\x16°\x1F‰h´AWÝ"
  b"\x01Ž¢‚pˆqŒ·êònyÛØê"
  b"\x01Ž¢‚Â0qÖ€ùNn\x02æ–ê"
  b"\x01Ž¢‚Ç#sÏ‹\x19ø$®»œ"
  b"""
    \x01Ž¢„íÉr•… \n
    ×€í¸H
    """
  b"""
    \x01Ž¢…ˆžq-¦ëDä\n
    _èV
    """
  b"\x01Ž¢…­·q³€‰™JÎÍB¤"
  b"\x01Ž¢…ÁEsì–Í\x1AXPÆgo"
  b"\x01Ž¢†\x08Æs‡¶\x10ab\x16"
  b"\x01Ž¢†¾€r¹Z„,ÇWLª"
  b"\x01Ž¢†ÑmrÉ™gñçóB©"
  b"\x01Ž¢†ã´s‚°Øà [ºX´"
  b"""
    \x01Ž¢‡\x0FÍrþ§@\x05\n
    Ö_Ô.
    """
  b"\x01Ž¢‡!Qs«Žé\x0F\x0F¦\x08ú5"
  b"\x01Ž¢ˆ@op8«Œ’’$ü\x03ª"
  b"\x01Ž¢‹k;pŽˆõ¢>ëúèI"
  b"\x01Ž¢‹­ºrx‡ðÜX¦vëþ"
  b"\x01Ž¢Žùóq‡™à32–klÇ"
  b"\x01Ž¢Ž7ûqW€rmÎü‡«'"
  b"\x01Ž¢ŽÕGpèµ\x12ö>ÙPNß"
  b"\x01Ž¢iRqlµ>,‰6¦¥Î"
  b"\x01Ž¢êïs)ŽŽ`\x0E#*E¡"
  b"\x01Ž¢vÆs~‚t˜ã+n\x12Ž"
  b"\x01Ž¢¥3qä„yÎUjnŽÁ"
  b"\x01Ž¢’\x05Æs)µª|é$g~X"
  b"\x01Ž¢’]5s\f¼žB!\fŽL`"
  b"\x01Ž¢’ïŠpo–p{iõ\x14'q"
  b"\x01Ž¢“LGsQ·â0íyß_ô"
  b"\x01Ž¢“Œq¶˜\x11#k\x1F¡E\x05"
  b"\x01Ž¢”!ósN½5%¾zìä"
  b"\x01Ž¢”&Ërã¨í8¤\`\f"
  b"\x01Ž¢”£Nq;šrÓ\x070'Uw"
  b"\x01Ž¢•qMs\x19¦‚t)bGù\r"
  b"\x01Ž¢•§\x1DrÕ†\x01\x00ŒÀ2›\x06"
  b"\x01Ž¢•ß—rõ³\x05\x1D\x12+`G"
  b"\x01Ž¢•äEp߇¤ødPuH^"
  b"\x01Ž¢–qks#ž-çð­³Â%"
  b"\x01Ž¢–v\epç¾…\x01‚©`Õu"
  b"\x01Ž¢–¹<r\x18¯‰òN/8\x16"
  b"\x01Ž¢—\x02\sã–M¢ÔìQ ä"
  b"\x01Ž¢—\x06Þpé–éË\fÇ `"
  b"\x01Ž¢—0²q±¨Í2r‹\x07ua"
  b"\x01Ž¢—Kÿq-¢‚\x12\x1F4R‹—"
  b"\x01Ž¢—oUrj·\x13zB‚ðJE"
  b"\x01Ž¢—©Vp ‡·×Ø"°3\x04"
  b"\x01Ž¢—®^p$½cJ¤u\x18ËT"
  b"\x01Ž¢˜P\x05qc³ýK/*+æ="
  b"\x01Ž¢˜³Ùq\x10¸:¬¢ôÓ€\x05"
  b"\x01Ž¢˜ß¥q\x1Eºœú\x1C®‘‚"
  b"\x01Ž¢˜çÀr²¨eþCæBg)"
  b"\x01Ž¢™\x1A®rï½”ÚQ\r\e½ò"
  b"\x01Ž¢™aŽqظÝoRŽï|r"
  b"\x01Ž¢™f2sð“êðÈ\x12¹\x18á"
  b"\x01Ž¢™–Wrö¢^²Ž\x04çîo"
  b"\x01Ž¢šuÉs˜µ/[\fC<Y\e"
  b"\x01Ž¢œ\x14Ârר׋—9ƒœ1"
  b"\x01Ž¢œ]nqà™:ÊL¦vÖE"
  b"\x01Ž¢œ¢\x1Ds`“7džˆØ\x12"
  b"\x01Ž¢œ§Cp¦³\x1C\x17@"ý6a"
  b"\x01Ž¢žaAp}ˆ\x1C\x05ËsXQ`"
  b"\x01Ž¢ž‰²p\x14¬‹Öq€³¾\x12"
  b"\x01Ž¢žª+qÿ¦¹|¥çBaF"
  b"\x01Ž¢žðµrL…:t&²q\x15²"
  b"\x01Ž¢ŸŽDq7ŽŒ3L\fH_ã"
  b"\x01Ž¢ŸÃgqÁŠ‹H¿g@Y="
  b"\x01Ž¢ \x15Æq"²‘ \x1Fo\x1D"
  b"\x01Ž¢ \x1AÉsÍ­Ž ¤“a§"
  b"\x01Ž¢ Xp|¢ø“c²Æˆð"
  b"\x01Ž¢ iÎqKƒP¿´µ\x03â¸"
  b"\x01Ž¢ ÙÀq¼ƒ‘…\x0E<Ÿæ"
  b"\x01Ž¢¡\x1C\x01q\x0E¢\t®ß\x06dí×"
  b"\x01Ž¢¡}zsŠ‚upã³¸V"
  b"\x01Ž¢¡®¸pÔš_H\x7FïÑ×Ú"
  b"\x01Ž¢¢ŸOqɤl$\x12ÑÚŒ"
  b"\x01Ž¢£j±sL‡\x05ç˳\x07€Ü"
  b"\x01Ž¢¤\x19NqÍ•—j\:ì×)"
  b"\x01Ž¢¤u(qT¡0;ý39w"
  b"\x01Ž¢¤ä9p逗äÇÆ\x1D"
  b"\x01Ž¢¦!™qÊ€\x19ÝÑ6ššÉ"
  b"\x01Ž¢¦IÐs6ëyÈÍNJ‰"
  b"\x01Ž¢¦â9r\x00¶«¾éá\x1D×"
  b"\x01Ž¢§%€rІ\x06X1ÄŽ1D"
  b"\x01Ž¢§\„sú“\r\x13\x18T›ø\x1E"
  b"\x01Ž¢§©ËqĨäN®þ÷ð‘"
  b"\x01Ž¢§ú2rœŽ)vÖ߆-Á"
  b"\x01Ž¢¨L–pZºìz1À-Ž,"
  b"\x01Ž¢ªÿ\x7Fp|ž¬@›Ýa\x14 "
  b"\x01Ž¢«\x1Anqٮ̬¯9-ͧ"
  b"\x01Ž¢«D©rv¸¦9°¤7˜º"
  b"\x01Ž¢«sÑpZ˜1[\x1FÆ¢†­"
  b"\x01Ž¢«ŽÑq'¢qÑìæ‘\x11y"
  b"\x01Ž¢«¬ËpW†Y£²\x14æ"
  b"\x01Ž¢«ïOsW²URþ…\e"
  b"\x01Ž¢¬4\x00qÉ‹\e\e|o.©Ã"
  b"\x01Ž¢¬{·sÅ–4*WF§›\t"
  b"\x01Ž¢­HdpV»%àåŸaÞn"
  b"\x01Ž¢­{/r¹§€n‰gcš$"
  b"\x01Ž¢­™órÈ­|üå°5\x03J"
  b"\x01Ž¢¯ˆÅq¬š<´A*Buv"
  b"\x01Ž¢¯¼]sß“Žà½ý\x06Úå"
  b"\x01Ž¢¯Ï\x1Cr¢†œµ¼\x18ƒ¨³"
  b"\x01Ž¢°?)q*¤§Ã\½ð@\x1C"
  b"\x01Ž¢°šVr_‰8iŽ-$"Ø"
  b"\x01Ž¢±‰[rßšiûE…žQ\x01"
  b"\x01Ž¢±­æs̳d¸ª+B=#"
  b"\x01Ž¢±Ø%r.°¿LTÊð¡¸"
  b"\x01Ž¢±ë\x1CpjŠÒüQøigI"
  b"\x01Ž¢±þ9p-žAÄŠ\rh ¥"
  b"\x01Ž¢²\x1D‰sqžFP\x1F€æò"
  b"\x01Ž¢²{[sJ¢è°©…Ñ+§"
  b"\x01Ž¢³M•r•¦Ùý«–p·ó"
  b"\x01Ž¢³wÝqd„çH–”‰*—"
  b"\x01Ž¢³°/sÖªè4æ\t¶‹ë"
  b"\x01Ž¢³Ý¾r¡”"b¥ N+ç"
  b"\x01Ž¢´PqŒ_ûŽmõ¼ "
  b"""
    \x01Ž¢´}yqÖ›¼\n
    @<·ýñ
    """
  b"\x01Ž¢´è¢s7†Àˬ½ \x0F0"
  b"\x01Ž¢µµ1pN—-¿ šœr"
  b"\x01Ž¢µö}q¾£v« }FV"
  b"\x01Ž¢¶W\x08p8¶˜ü(Ç]'ž"
  b"\x01Ž¢¶×Vq'£gìÈJf¯ñ"
  b"\x01Ž¢¶Ü)p Sê‚,b•Ã"
  b"\x01Ž¢¶ü2sÿ•\x17 x99Í4"
  b"\x01Ž¢·\fçrœ¡Žé9\x01>\x04ó"
  b"""
    \x01Ž¢·Köpw¯Ü\n
    ×k\x12Ž
    """
  b"\x01Ž¢·qÕrȲóa\x11÷wlØ"
  b"\x01Ž¢·’5q •ù=§¯ì%ù"
  b"\x01Ž¢·Ù#sµ¡ûQ­7ëvX"
  b"\x01Ž¢¸*èr]£nZ5;ívF"
  b"\x01Ž¢¸>Èr\v³=þÌL\x08AC"
  b"\x01Ž¢¸Ë5rŒx¦ö°3œ"
  b"\x01Ž¢¹\x0E†s\x12³\x18Øå¼÷΁"
  b"\x01Ž¢º»>s¢Ž\x1CZ¡Z¡\x1F"
  b"\x01Ž¢»ÃÅq š\x10ÆÀúè\x14O"
  b"\x01Ž¢¼>ñs°ë»Â]ø÷"
  b"\x01Ž¢¼]7q³­Åè\tô|³\r"
  b"\x01Ž¢¼aöp´·_\x08mHò%\x7F"
  b"\x01Ž¢½\x07Åpë³jï²45¡:"
  b"\x01Ž¢½\fás4¸†oþ ¶\e\x7F"
  b"\x01Ž¢½ \x02rç‚8#¹¿\x0E"
  b"\x01Ž¢½Bæpà”<u\½uz"
  b"\x01Ž¢½•…s—œ³‰Y»\x032o"
  b"\x01Ž¢½º\x16py’\x18\x19À”ysÏ"
  b"\x01Ž¢¾\x1A©s‹ªe?ü-ÇÚJ"
  b"\x01Ž¢¿X6p‹¦êGâ|\v"
  b"\x01Ž¢¿³\x1Cq\x05 2hÂüu ‰"
  b"\x01Ž¢¿Ä\x16q\e»ŽÒI¤_>\x1E"
  b"\x01Ž¢¿Ô´s\ˆò…ÞsÁÉ\x1E"
  b"\x01Ž¢¿Ùqž²)P¼\x00€•m"
  b"\x01Ž¢¿ö3paˆ.—ˆ'\r¶Î"
  b"\x01Ž¢À@Fqtž¶µÄÖ'è,"
  b"\x01Ž¢À‹lpš¾\rÍO¹Û\"
  b"\x01Ž¢Áâ"sC°ºç\x1F™ÃN+"
  b"\x01Ž¢Â#ÏsI„8%=_h‰\x00"
  b"\x01Ž¢Â“Ûrâ‹\x15»zÆiÞ\x1C"
  b"\x01Ž¢Ã}:p>·\x04³-»»\x01à"
  b"\x01ޢĮCq¿–«îÛMÕÃ\x14"
  b"\x01Ž¢ÅJ\p\x11\x7F¸û¹Âeú"
  b"\x01Ž¢ÅÉ}qñªq±|ªßû"
  b"\x01Ž¢Åä¤q9C\x01RHÖªž"
  b"\x01Ž¢Æ;¤qÖŽÌ.G_\x04\x01u"
  b"\x01Ž¢ÇSOqU½¨ó0\rÖç"
  b"\x01Ž¢Ç¸*s\x01´R.\x17Oª¨\x0F"
  b"\x01Ž¢É\x19çrO˜kV\x06\x1Dä/\e"
  b"\x01Ž¢ÉÁ;pq‘DÚ\x144ï•/"
  b"\x01Ž¢Ëãþr°Ž2óÀ„ùç‚"
  b"\x01Ž¢Ì&\x12páŒDlf¾\e"
  b"\x01Ž¢ÌIcp°ŽåÚ†Ud7\x1C"
  b"\x01Ž¢ÌÖ„qãœx˜x[?”‡"
  b"\x01Ž¢Í{ms\x16§Ka¯\x1E¼\x10é"
  b"\x01Ž¢Î\x18©pûƒ×\x06o\rW²á"
  b"\x01Ž¢Î»\es\x00’Ç[iŒ{Á)"
  b"\x01Ž¢ÏÀ§p\x06¾ #\·¸"
  b"\x01Ž¢Ïþpp·ž7éèoÅio"
  b"\x01Ž¢Ðëæs7¤·\x15ãU\IÕ"
  b"\x01Ž¢ÑЃráFE%¹•"
  b"\x01Ž¢Òê¿pÀ“\tòîW\x16Ü‹"
  b"\x01Ž¢Ó,)q\x15·&\x06~Žú¦\x18"
  b"\x01Ž¢Ô2tqί°ÚW\x0FG¼ª"
  b"\x01Ž¢Õ\x01(s#!\x14ÿDê—ë"
  b"\x01ޢՁ5qQ–cƬ§ÒîÎ"
  b"\x01Ž¢Öe÷pð»\x07â|\x06»ãP"
  b"\x01Ž¢ÖµÍsè’Pé\rA“Ê\t"
  b"\x01Ž¢×\x1FVq)£œÝ¦²vr¬"
  b"\x01Ž¢×Éöpg¤žT>¼Ì¾©"
  b"\x01Ž¢Ø$àq\x00““›®7™Ì"
  b"\x01Ž¢Øh^p´båZ\x16†o "
  b"\x01Ž¢ØmÄr>ªƒ§_p\x1EBf"
  b"\x01Ž¢Ù\x0F¥qeŽ©žñtäêD"
  b"\x01Ž¢Ù£Kp\x06œþ„³ìù~\e"
  b"\x01Ž¢Û@iq‘«7û”\x18içr"
  b"\x01Ž¢ÛR«qB·O‹\t‰Ü\x01`"
  b"\x01Ž¢Û`Óp^•ÃxbWeð"
  b"\x01Ž¢Û‘\x0Fq…²“$LèØ¡æ"
  b"\x01Ž¢Ûä>p\x19 a°Ÿ¸VD"
  b"\x01Ž¢ÛøÆs\x15™f`\ÛšÜù"
  b"\x01Ž¢Ü<]rr©\x14¥ÈÜÙ\x07L"
  b"\x01Ž¢Ý˜´qFާzt\x05K\x05k"
  b"\x01Ž¢Þ¢jrÙˆ/\x13\x13 é}~"
  b"\x01Ž¢ß\x01Us5£ÕA†-.Vç"
  b"\x01Ž¢â\x02Uq¯°M\x08îØR¶ì"
  b"\x01Ž¢âSPpð½}k!U(¤\n"
  b"\x01Ž¢â¿\epA¡t_M\x05€eY"
  b"\x01Ž¢âèãs8Šôèj\x10*O2"
  b"\x01Ž¢âÿŽp¾›õ'\x18\x14\x1E"
  b"\x01Ž¢ã•;rý²¶®+zE\x06\r"
  b"\x01Ž¢å*ÓsÛ¹3ní cû\x16"
  b"\x01Ž¢åb˜r\x10¡Ûé\x08cü³™"
  b"\x01Ž¢åsÿsj€¦\x04Â}nzÅ"
  b"\x01Ž¢å•ÃsnšOØ×Ë\x06ek"
  b"\x01Ž¢åªas¼¹)˜=“ۏY"
  b"\x01Ž¢êÅîr\x06¸´yaÿ–gú"
  b"\x01Ž¢íL‘puŒô3¤æ\x1A"
  b"\x01Ž¢ïMìr\r¾\µÇ\x00Ÿ©Ö"
  b"\x01Ž¢ï²\x12p\x16£#p@5xÿü"
  b"\x01Ž¢õÕq\x02¸Ù|ƒ\x0F\x1C©~"
  b"\x01Ž¢ü8gqã¤yï§°î\vÕ"
  b"\x01Ž¢üJ.rbª}tÆ­º^Î"
  b"\x01Ž¢ü†'r”Ž’!"àR\x11N"
  b"\x01Ž¢ü¼Lr<¬÷Ér+mà›"
  b"\x01Ž¢ýF.pÆ‹NŽ\x15>¡©\x7F"
  b"\x01Ž¢ý‚5spŸýE\x10(®z3"
  b"\x01Ž¢þG¿qõ³Û|˜Öò‚§"
  b"\x01Ž¢þm¨qöŠÛJÔjùŸò"
  b"\x01Ž¢þ“tq\x12™Œe«¤\e¸ý"
  b"\x01Ž¢þÓ\x01rÂ…ÊB05o)X"
  b"\x01Ž£\x00ÿsÅ©Ñgªpq•à"
  b"\x01Ž£\x00Û…rM€ãMÀŠÎi\x04"
  b"\x01Ž£\x031\x14r1¥rr…F|Õ¡"
  b"\x01Ž£\x03¥\x14qàŠìXM\x10hf\x14"
  b"\x01Ž£\x03ÝÇqއߣMЬP"
  b"\x01Ž£\x04e}r©œ‹“‘׏a"
  b"\x01Ž£\x05x3p½‰èx4B\x18\t1"
  b"\x01Ž£\x06é¸qŽ„’\x18¯\fnó3"
  b"\x01Ž£\x07òŠs‘Žœ!z—n5×"
  b"\x01Ž£\x08“ZsO—·^ÄQ\x06\x14©"
  b"\x01Ž£\t\x04‘sä„ç’\x01¸–\x07`"
  b"\x01Ž£\t*ÐpÓ»ÕUai·ŽÐ"
  b"\x01Ž£\fIÆp…‹êK´\vìQÑ"
  b"\x01Ž£\fgÉp0™(&XQV§œ"
  b"\x01Ž£\r\x06\x06sR°$<Ö\fúz¤"
  b"\x01Ž£\r\x1Eßp”®z\x00²“\x02’~"
  b"\x01Ž£\r>‘r4ª-—1.=¯Ä"
  b"\x01Ž£\rlpq¯ŒîšàyT}¦"
  b"\x01Ž£\x12\x05¦r}¹÷—êÊŽ\x1F"
  b"\x01Ž£\x12\x16hqŸ­N1®§\x15ÜÞ"
  b"\x01Ž£\x16\eºpÌ›€ÓóîÑ1F"
  b"\x01Ž£\x16q;rA¯s2\x0FÒN”™"
  b"\x01Ž£\x16—áqo¢S\x1C·\x1F¤$"
  b"\x01Ž£\x16Ççs{¥}¶ú¨Ÿ¹c"
  b"\x01Ž£\x17[›sý¡`É*\tîIÒ"
  b"\x01Ž£\x17ÌÈs®¯&þq\x12{\x12-"
  b"\x01Ž£\x19\eær…³]Hü–Ñšw"
  b"\x01Ž£\x1AhÊrEŽ}K\x10ZT\x06"
  b"\x01Ž£\eŸ·s‚ À·:nÜ\x06L"
  b"\x01Ž£\x1Fƒïq‡‰šr\x1D>¡$:"
  b"\x01Ž£ PÔq{Ž£Ô–NÞÌ×"
  b"\x01Ž£ ¯uruös²\x00w!\x01"
  b"\x01Ž£"\x18Xqc…,ë±\x07¯"("
  b"\x01Ž£"R£ppŸÃÓ\x08žk\x05>"
  b"\x01Ž£"éœr‡‡2ˆÝW\x17"
  b"\x01Ž£$òÉrÿ³¡E°U¨œ\x02"
  b"\x01Ž£%yas’¶àlQ¿H\x03\e"
  b"\x01Ž£&æ”s઒HÓ\x10L,6"
  b"\x01Ž£(ŠLpö¬ÜeØš»%2"
  b"\x01Ž£*\r-s>–.”å\x06XQ\x05"
  b"\x01Ž£*\x1E\er$…ò1ö}y”"
  b"\x01Ž£1.\x7Fr•€ý\x18P\x00x|T"
  b"\x01Ž£3\x06.r0¦\x1Cöv\x7F|!P"
  b"\x01Ž£3\v”r†¡¦rDŽä…"
  b"\x01Ž£7·ÂpÖª‘›Ðã\x11àú"
  b"\x01Ž£7àßpÑ„˜‰ÚÅ>êÊ"
  b"\x01Ž£8DXsX›-–óc+Xy"
  b"\x01Ž£9'<q.­•™øMS\x10Â"
  b"\x01Ž£<ÜVrÙ±œ8†Öï!\x01"
  b"\x01Ž£@6*r3‹\x0EæŽÙàæ"
  b"""
    \x01Ž£@ \n
    pU’Èûáyùâ
    """
  b"\x01Ž£@³osmœ¦s\x02v&\x11}"
  b"\x01Ž£A\x11üq²â\x7Fÿ¸ÉÜ="
  b"\x01Ž£A…Ws_‰µeˆ¡Ézá"
  b"\x01Ž£BSÿr¡©C9ºá:Î\n"
  b"\x01Ž£C]ãr)¥¶‹ñ+Óìˆ"
  b"\x01Ž£R°Mp¾¦B±Ã¥]7\x19"
  b"\x01Ž£U†YsP§3Ï\x19¸\x17óä"
  b"\x01Ž£W$5r\x02‡n÷zR\x15\\v"
  b"\x01Ž£Xµ’qR˜W\x17Q Ä["
  b"\x01Ž£^[ s\r¾a²Ì…ß¿ž"
  b"\x01Ž£av¼rK¼9N9©•EY"
  b"\x01Ž£sd’r\x12·÷ÊaMøKh"
  b"\x01ާ%aršéÊP\x7F‰0ó"
  b"\x01ާ(\x14Êq\x04»k°Nœöл"
  b"\x01ާ1\x08žs·†à‡&gŸ%\n"
  b"\x01ާ2lÈr‰¹j\x01A·ý\tq"
  b"\x01ާ99¿q\x08€Í¬ÌR6¨Ò"
  b"\x01ާ@¿ôq‘Ž™\x01éjNw"
  b"\x01ާGz\x11qΫ¼ˆžv\v\x00ž"
  b"\x01ާKÔžp;¤\x10\x01wPâæh"
  b"\x01ާLJ®rh…\x11x\x1C\x7Fs´¼"
  b"\x01ާM)9sq‹#\x1AOÄ~@™"
  b"\x01ާgZws[ŽþÜÞ^Ó3\x11"
  b"\x01ާgŽ\x13s#’¹ß^\x1AÛNŸ"
  b"\x01ާi\fÿs¿¿{„éβXˆ"
  b"\x01ާjºtqn•‚D›C5z"
  b"\x01ާl\x03ÒpݼQÆ]tÝ¿™"
  b"\x01ާme„sÌ¢\x03Gs<—\eË"
  b"\x01ާp3lrÖŸ{ßZ†f´z"
  b"\x01ާpˆ6s\x11Žp\x0Fè@±\x17Ð"
  b"\x01ާpŽƒsê Sy•G\x10ž"
  b"\x01ާrV\x0Fq¼¢1À\x18ÜÂ\x12E"
  b"\x01ާyÔ“qˆ‚5N¢Ù¬ù³"
  b"\x01ާz^’ps¸×êüØóE"
  b"\x01ާ{ ÿqa„\x105#×È•«"
  b"\x01ާ~\x1AÊpŽ¿è\x12¶F*\x04"
  b"\x01ާ\x7FÆrpŒŽšRrkÿ |"
  b"\x01ާ€\x05]p\x7FŽ“íÓ—?2&"
  b"\x01ާ¤Hrx©§|Ÿ¡\x1FY–"
  b"\x01ާÇTrù§Ú.Ìy€Á"
  b"\x01ާƒs›qo—“È8ß#N"
  b"\x01ާƒæÓr-³½x.¸\x17tT"
  b"\x01ާ„ô>r÷´9h\x08Ò•÷¬"
  b"\x01ާ…j¡rLŸŽ·Ì·\x11ß1"
  b"\x01ާ†ªèqbºòÄÞA¥\x18\x05"
  b"\x01ާ†ùqÿ’\x07\x12\x07 —"
  b"\x01ާŠN;pŹü}ù6ÛúR"
  b"\x01ާŒ”ór6¦\x03\x00\x19.íÕÑ"
  b"\x01ާŽ;@q·”=]î$\x01ûu"
  b"\x01ާÂÆr%‚\tšàHhÎû"
  b"\x01ާ‘$½q¯¥à5[{«\x176"
  b"\x01ާ˜ç\x10r\x12ˆ•ÿ+çûg"
  b"\x01ާ¤\x00çp{–o.8%6\vP"
  b"\x01ާ¥º¹rY“nóLtNµ˜"
  b"\x01ާ¦B|qz›÷km&=ºk"
  b"\x01ާ°0rqÓˆlЊ\x14)MŽ"
  b"\x01ާ±„<sõ­\x16ª€úrÓ§"
  b"\x01ާ³úysÓ£\e\x05ˆÔÓ“\x03"
  b"\x01ާ¶/‘q˜ \x04ŪTdŽr"
  b"\x01ާº•»p'‡ù\v¢ð·«Þ"
  b"\x01ާ»˜àp\x13³\x01\x08iéÚ\x1Aæ"
  b"\x01ާ»ß!s\x12L¯\x13‹Ñ\e"
  b"\x01ާ¼\x19Šr›¯\e%n« á÷"
  b"\x01ާ½èús­®óځ¾Î`Í"
  b"""
    \x01ާ¾V\x1Eq6‘tA÷\n
    \x12
    """
  b"""
    \x01ާ¿'òs†­C\n
    é¸\x15²Ø
    """
  b"\x01ާ¿§«p‡”à\x08ó@«¿B"
  b"\x01ާÀ}írð±¨K\x0Eì×ï\t"
  b"\x01ާÀÂFq¯4ùad^û+"
  b"\x01ާÁ³µq\x7F¡’¼ÊÛzœg"
  b"\x01Ž§Â¹Wq\x11®ÄùÿŠ>w\x14"
  b"\x01ާÃb»q±©ÍËÑBbnË"
  b"\x01Ž§Ã´©pI¾¹€ÑF“}b"
  b"\x01ާÃùÿs£Œh@ĨXý–"
  b"\x01ާÇÝ×r’®l?²%\v÷"
  b"\x01Ž­­¹r4˜‹\x04‘1Çk'"
  b"\x01ޱörŒq{¤üÃ\x1FÓ¿YÅ"
  b"\x01ŽÀº×Ysô˜žÌÞYxÈa"
  b"\x01ŽÁ&ÇÜqg»õã`\x08ÈED"
  b"\x01ŽÁ(6hrƒ¢¦\x11-ކ.["
  b"\x01ŽÁ/ñ·s±€nÄzׯ\x0F¦"
  b"\x01ŽÁË/²p‰®gÛöŽã¶"
  b"\x01ŽÁÕHgsx„#\x04Ö¦aÚç"
  b"""
    \x01Ž\n
    }\x1C*sÁ•’ÌD.”ÓK
    """
  b"\x01ŽVm_HpЊ$'9pt©U"
  b"\x01ŽVmi=s\x05¼ï¾s\eAÉP"
  b"\x01޾€LÑsЯd•a\x0Fþð\n"
  b"\x01޾€]Äp\x13°D2ç¶öÊÀ"
  b"\x01޾€sMq›¤cWÌ õ0ù"
  b"\x01޾€}Qq7•®!Ë.\x03\x045"
  b"\x01޾€†Ês鉁_˜\x0FY8\v"
  b"\x01޾€‘wsͶ\r]\f«X\e\"
  b"\x01޾€žìpF¦8e¹a]…"
  b"\x01޾€ª\x05rÕƒÁñ)6\x00ÿ"
  b"\x01޾€³ßp,£¼\x02\x089øá·"
  b"\x01޾€¾Õp•ÏU¸šj\x0F;"
  b"\x01޾€È¯sgŽi¬W•"ô·"
  b"\x01޾€ÒÆp\x15ŽGÅÁ2\x1F"
  b"\x01޾€ÜÕr‚¦j.’Fâ\x1CB"
  b"\x01޾€æ.q"¶ŸÎÌW\x1CÄó"
  b"\x01޾€ðåp©¶]W>[¹`B"
  b"\x01޾€ü2rU¨Íˆ\x01Ê ;w"
  b"\x01޾\x06þr\x0EАhµ¢yµ"
  b"\x01޾\x14\x12pQ’¶¥—'²\x1Fù"
  b"\x01޾\x1F*r‚áTq\x14ùTô"
  b"\x01޾*\x15p\t¨7Ï\x1EþßHÓ"
  b"\x01޾4îr´–¢GÙÉeÝ€"
  b"\x01޾@—qH‚•ê\x03º‰§¬"
  b"\x01޾K\x1FpÜ£²5h°Ötç"
  b"\x01޾U\x12p÷³÷zo*àj""
  b"\x01޾^ñpèŽ*cã¼X#"
  b"\x01޾jGqQ«¨éÎóŸq\x04"
  b"\x01޾t¼q!¸Ñ~³ô¨/"
  b"\x01޾~cp,´Î"jÅÉÃ\x02"
  b"\x01޾‰Ýor宂¯2J½›\x17"
  b"\x01޾‹çs[©4q¿'ÛY"
  b"""
    \x01޾‹òëq†›©\fX5\n
    \x16O
    """
  b"\x01\x05ѸÍqf¶´cNK}ðq"
  b"\x01\x05Ò\x12\x01qÉŽ`\x1EdO3«"
  b"\x01)\x08\tÚpg¥I\x08—FJE\x02"
  b"\x01Md_Dr1˜þGÙL§£\x18"
  b"\x01ả›sý `‡Qöë¥k"
  b"\x01qYÄÞqGˆ\x07OÂl—5\"
  b"\x01qÿ\x03p~µ5Ÿ=B¨CŸ"
  b"\x01 g‘»p?MàÞ”[…"
  b"\x01¹¢)‹s[¿Wn¿`?í\x02"
  b"\x01+RFùp\e½öáÂ\x14\x0Fï\x12"
  b"\x01ràsEq>½¾\x07weº­i"
  b"\x01rà¹Fs.ŽïÛ\x1CKŒž"
  b"\x01s\x16¦5qÅ¡\x02ù\x11\x18\r\x0Fì"
  b"\x01s\x16Ú¤s襆¢Œ"”Óv"
  b"\x01s\x1AMñr$žÅ87.8\x06\x11"
  b"\x01s\x1DÿÎs‰žJÚ‹ŽÇ!"
  b"\x01s\x1FØúr÷¸Xë»púoW"
  b"\x01s#U¢q`Ûß́NH"
  b"\x01s#q&s\x05¢8|R‹×ãã"
  b"\x01s$\\x19sò¼¸¼„  ºP"
  b"\x01s'”¥pM—ìø5/^½Ñ"
  b"\x01s6\x05*pþ¥ÿ\x0FÈ+%áˆ"
  b"\x01sN…›p“ŸÃã”`siÉ"
  b"\x01sq¨np\x19©ð<Ó7\t&1"
  b"\x01szEXs,•—JÁ­¡3g"
  b"\x01s¼\x15\x06qZž\eW=”ÉN""
  b"\x01t\x1C®_r\x00¹]Ä\x12\eJ\x03P"
  b"\x01‘“æ$žp\x03¨\x0E,Ë@\x17"
  b"\x01‘“æÂ½qNƒèq\x00v\x15øû"
  b"\x01‘“ç\x17is:—æu\e\v;ˆ¹"
  b"\x01‘“çI»pr™\x140O*õ†}"
  b"\x01‘“ç¤ÏpÕ€nIÓx\x7F‡?"
  b"\x01‘“è†×r\x06œ\x1AºYhyD>"
  b"\x01‘“íµÓs̆tÀúÔC0]"
  b"\x01‘“ï“9pرj\x16\x08 ŒD\x0E"
  b"\x01‘“ó;\x11p›³(É~L-\x11@"
  b"\x01‘”\x01mÀpž¶G5ë\x00–Ü!"
  b"\x01‘”\x05\x06õro–$â€\x15\x07ú0"
  b"\x01‘”\x05¡#s=¶Žº»ØO64"
  b"\x01‘”\x06‘Pr\x1D£)\væ¤\x11A\x01"
  b"\x01‘”\x07ü qÏŽÏû‚%œõ"
  b"\x01‘”\rfñrñ»y\x10®$ã4Ã"
  b"\x01‘”\x0E‹žsn•¤ó4/\x05\x18»"
  b"\x01‘”\x11\x13Lq_á\x1Fƒ\x19”Wé"
  b"\x01‘”\x18h#p] ÷†\x15\x17:z"
  b"\x01‘”\Ë+s~±Ô¸/\x15\x15"
  b"\x01‘”`L0rÞ¶¤A·¦Ê_"
  b"\x01‘”Œ¥ÁqkŠB÷\x02·ý®"
  b"\x01‘¢Ë)—qBOޤŸ#co"
  b"\x01‘±ó@‡r¼ŒéØ,ᘣ\x00"
  b"\x01’7rr‡sس>9˜‡:¥S"
  b"\x01’gGxpu¬Urœ•tm¢"
  b"\x01’gˆåœr\x0E­ò¯Ú)¶¸²"
  b"\x01’™ö’‡p{§¥RíW|×R"
  b"\x01’™þʼnsó¢Cç‹ÈÑ\x06Ž"
  b"\x01’š\x01\x02\x18r肯\x04T¸4y~"
  b"\x01’š\x10¸tpa‹ÅIÅ¹ïK"
  b"\x01’š$œ=sO¦ùy?ØÛ\x164"
  b"\x01’š6µcsf‹\x12I‰\x16¥T°"
  b"\x01’šEI\x01r¥'ãû,‘ª"
  b"\x01\e‰°ás˜›#Ò3º¥\x03"
  b"\x01\x1C\x1D#yr¥wìW«Ãk"
  b"\x01“'7‹r\v¦eÐ3‚è‚ð"
  b"\x01—Ê\x1A¦4r6³vEðÙz–j"
  b"\x01—Ζõq3’'(µ™P|!"
  b"\x01—ÏšÃtsÁ‘\x15‹sÄÓ·\x05"
  b"\x01—Ðû\x17^r\x15²J«­q•J0"
  b"\x01—Ó> Ûrµ§”\x12\x1C¿\x1E×¾"
  b"\x01—Õ¥"†që§,\x1D[iÚÓ»"
  b"\x01—ÖÅ6€sø¦Ë\x01H«Î"
  b"\x01—Û¿¿Ñs(ƒú]æ\x08M¥5"
  b"\x01—Ü”$Äs^º~r»\x19½\x15\x1F"
  b"\x01˜<9\x02Ash…\x03™zŸŸ}1"
  b"\x01˜¦;\x04lq“€BæÛ\x16\x18"
  b"\x01š\x01ò0\x06pŒŒ\x0F\x18\x12\x12Í"
  b"\x01š\x02\x11Q`s‚­6k|sÐ\x1AŽ"
]
99 2.77 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.fallback_1.name`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.fallback_1.name`,`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) as `property_group_option.group.name`, `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.fallback_1.description`,`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) as `property_group_option.group.description`, `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.fallback_1.position`,`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) as `property_group_option.group.position`, `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.fallback_1.customFields`,`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) as `property_group_option.group.customFields`, `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.fallback_1.languageId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.fallback_1.title`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.fallback_1.title`,`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) as `property_group_option.media.title`, `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.fallback_1.alt`,`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) as `property_group_option.media.alt`, `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.fallback_1.customFields`,`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) as `property_group_option.media.customFields`, `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.fallback_1.languageId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.fallback_1.name`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.fallback_1.name`,`property_group_option.translation.name`,`property_group_option.translation.name`) as `property_group_option.name`, `property_group_option.translation.fallback_1.position`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.fallback_1.position`,`property_group_option.translation.position`,`property_group_option.translation.position`) as `property_group_option.position`, `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.fallback_1.customFields`,`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) as `property_group_option.customFields`, `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.createdAt`, `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.fallback_1.languageId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name as `property_group_option.translation.name`, `property_group_option.translation`.position as `property_group_option.translation.position`, `property_group_option.translation`.custom_fields as `property_group_option.translation.customFields`, `property_group_option.translation`.created_at as `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at as `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id as `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id as `property_group_option.translation.languageId`, `property_group_option.translation.fallback_1`.name as `property_group_option.translation.fallback_1.name`, `property_group_option.translation.fallback_1`.position as `property_group_option.translation.fallback_1.position`, `property_group_option.translation.fallback_1`.custom_fields as `property_group_option.translation.fallback_1.customFields`, `property_group_option.translation.fallback_1`.created_at as `property_group_option.translation.fallback_1.createdAt`, `property_group_option.translation.fallback_1`.updated_at as `property_group_option.translation.fallback_1.updatedAt`, `property_group_option.translation.fallback_1`.property_group_option_id as `property_group_option.translation.fallback_1.propertyGroupOptionId`, `property_group_option.translation.fallback_1`.language_id as `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation`.`property_group_option_id` = `property_group_option.translation.fallback_1`.`property_group_option_id` AND `property_group_option.translation.fallback_1`.language_id = ? WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name as `property_group_option.group.translation.name`, `property_group_option.group.translation`.description as `property_group_option.group.translation.description`, `property_group_option.group.translation`.position as `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields as `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at as `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at as `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id as `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id as `property_group_option.group.translation.languageId`, `property_group_option.group.translation.fallback_1`.name as `property_group_option.group.translation.fallback_1.name`, `property_group_option.group.translation.fallback_1`.description as `property_group_option.group.translation.fallback_1.description`, `property_group_option.group.translation.fallback_1`.position as `property_group_option.group.translation.fallback_1.position`, `property_group_option.group.translation.fallback_1`.custom_fields as `property_group_option.group.translation.fallback_1.customFields`, `property_group_option.group.translation.fallback_1`.created_at as `property_group_option.group.translation.fallback_1.createdAt`, `property_group_option.group.translation.fallback_1`.updated_at as `property_group_option.group.translation.fallback_1.updatedAt`, `property_group_option.group.translation.fallback_1`.property_group_id as `property_group_option.group.translation.fallback_1.propertyGroupId`, `property_group_option.group.translation.fallback_1`.language_id as `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation`.`property_group_id` = `property_group_option.group.translation.fallback_1`.`property_group_id` AND `property_group_option.group.translation.fallback_1`.language_id = ? WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title as `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields as `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at as `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at as `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id as `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id as `property_group_option.media.translation.languageId`, `property_group_option.media.translation.fallback_1`.title as `property_group_option.media.translation.fallback_1.title`, `property_group_option.media.translation.fallback_1`.alt as `property_group_option.media.translation.fallback_1.alt`, `property_group_option.media.translation.fallback_1`.custom_fields as `property_group_option.media.translation.fallback_1.customFields`, `property_group_option.media.translation.fallback_1`.created_at as `property_group_option.media.translation.fallback_1.createdAt`, `property_group_option.media.translation.fallback_1`.updated_at as `property_group_option.media.translation.fallback_1.updatedAt`, `property_group_option.media.translation.fallback_1`.media_id as `property_group_option.media.translation.fallback_1.mediaId`, `property_group_option.media.translation.fallback_1`.language_id as `property_group_option.media.translation.fallback_1.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation`.`media_id` = `property_group_option.media.translation.fallback_1`.`media_id` AND `property_group_option.media.translation.fallback_1`.language_id = ? WHERE `property_group_option.media.translation`.language_id = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Ž¢b)Apª¥\x03\x11ô§Ý"
  b"\x01Ž¢bXbre¶;̰ê&­Ñ"
  b"\x01Ž¢bÚjs!´}RÚ³íç°"
  b"\x01Ž¢cµûs}¤ªÏ\x05x\ãÎ"
  b"""
    \x01Ž¢dJôq8‰õoÉ\x08\n
    
    """
  b"\x01Ž¢e§iq/¥îAA„\x17‘>"
  b"\x01Ž¢eÂãq+£Ác\x11ŽäŒý"
  b"\x01Ž¢f¼žr˜º¼ÖoÅd\eõ"
  b"\x01Ž¢h%\x08rÌ­Öž¦™œl"
  b"\x01Ž¢i‚µp\x11C.\x02dˆ`‹"
  b"\x01Ž¢j†\eqƁGUç\x1Félj"
  b"\x01Ž¢jŠ®qûƒk\x075?\v–t"
  b"\x01Ž¢j Zs¥øÔñz¯¢Z"
  b"\x01Ž¢j¿˜r1¡\x11\x1DÕE\x17"
  b"\x01Ž¢jñÉpñž¤JEï\x0F¼¨"
  b"""
    \x01Ž¢k&8p\n
    ”#uç\x07¤X
    """
  b"\x01Ž¢lÞ¹p\x03œà\x05\r\x11øËÊ"
  b"\x01Ž¢m‰šqì³1»\x10óäÞ\n"
  b"\x01Ž¢o|*q€¼lMÚÖúÚ]"
  b"\x01Ž¢o©\x1Cq‹®DµcQS\x13]"
  b"""
    \x01Ž¢r\x05\n
    p»¢^\x19ð9ˆªá
    """
  b"\x01Ž¢r–p,¤¢\x14\x05,lŒ²"
  b"\x01Ž¢vµ°rÀ¦íö̓-k\x12"
  b"\x01Ž¢vØzr\x12´_ÒD?_ñ²"
  b"\x01Ž¢{ÔYpn†´iyß.\x04B"
  b"\x01Ž¢|8\x03s¨ƒ¨—êU6Dµ"
  b"\x01Ž¢\x7FÃcp9¾\x01Èú1þí×"
  b"\x01Ž¢€Ú;r*†›ò\x05úí¹ý"
  b"\x01Ž¢‚Â0qÖ€ùNn\x02æ–ê"
  b"\x01Ž¢‚Ç#sÏ‹\x19ø$®»œ"
  b"""
    \x01Ž¢…ˆžq-¦ëDä\n
    _èV
    """
  b"\x01Ž¢†\x08Æs‡¶\x10ab\x16"
  b"\x01Ž¢†ã´s‚°Øà [ºX´"
  b"""
    \x01Ž¢‡\x0FÍrþ§@\x05\n
    Ö_Ô.
    """
  b"\x01Ž¢‡!Qs«Žé\x0F\x0F¦\x08ú5"
  b"\x01Ž¢‹­ºrx‡ðÜX¦vëþ"
  b"\x01Ž¢Ž7ûqW€rmÎü‡«'"
  b"\x01Ž¢ŽÕGpèµ\x12ö>ÙPNß"
  b"\x01Ž¢êïs)ŽŽ`\x0E#*E¡"
  b"\x01Ž¢’\x05Æs)µª|é$g~X"
  b"\x01Ž¢’]5s\f¼žB!\fŽL`"
  b"\x01Ž¢’ïŠpo–p{iõ\x14'q"
  b"\x01Ž¢“LGsQ·â0íyß_ô"
  b"\x01Ž¢“Œq¶˜\x11#k\x1F¡E\x05"
  b"\x01Ž¢”!ósN½5%¾zìä"
  b"\x01Ž¢”&Ërã¨í8¤\`\f"
  b"\x01Ž¢”£Nq;šrÓ\x070'Uw"
  b"\x01Ž¢•qMs\x19¦‚t)bGù\r"
  b"\x01Ž¢•§\x1DrÕ†\x01\x00ŒÀ2›\x06"
  b"\x01Ž¢•ß—rõ³\x05\x1D\x12+`G"
  b"\x01Ž¢–qks#ž-çð­³Â%"
  b"\x01Ž¢–¹<r\x18¯‰òN/8\x16"
  b"\x01Ž¢—\x02\sã–M¢ÔìQ ä"
  b"\x01Ž¢—©Vp ‡·×Ø"°3\x04"
  b"\x01Ž¢˜P\x05qc³ýK/*+æ="
  b"\x01Ž¢˜ß¥q\x1Eºœú\x1C®‘‚"
  b"\x01Ž¢™\x1A®rï½”ÚQ\r\e½ò"
  b"\x01Ž¢™aŽqظÝoRŽï|r"
  b"\x01Ž¢šuÉs˜µ/[\fC<Y\e"
  b"\x01Ž¢œ¢\x1Ds`“7džˆØ\x12"
  b"\x01Ž¢žaAp}ˆ\x1C\x05ËsXQ`"
  b"\x01Ž¢ \x15Æq"²‘ \x1Fo\x1D"
  b"\x01Ž¢ ÙÀq¼ƒ‘…\x0E<Ÿæ"
  b"\x01Ž¢¡}zsŠ‚upã³¸V"
  b"\x01Ž¢¤\x19NqÍ•—j\:ì×)"
  b"\x01Ž¢¤u(qT¡0;ý39w"
  b"\x01Ž¢¤ä9p逗äÇÆ\x1D"
  b"\x01Ž¢¦!™qÊ€\x19ÝÑ6ššÉ"
  b"\x01Ž¢¦IÐs6ëyÈÍNJ‰"
  b"\x01Ž¢§©ËqĨäN®þ÷ð‘"
  b"\x01Ž¢«sÑpZ˜1[\x1FÆ¢†­"
  b"\x01Ž¢«ŽÑq'¢qÑìæ‘\x11y"
  b"\x01Ž¢³wÝqd„çH–”‰*—"
  b"\x01Ž¢µö}q¾£v« }FV"
  b"\x01Ž¢¶W\x08p8¶˜ü(Ç]'ž"
  b"\x01Ž¢¶×Vq'£gìÈJf¯ñ"
  b"""
    \x01Ž¢·Köpw¯Ü\n
    ×k\x12Ž
    """
  b"\x01Ž¢·qÕrȲóa\x11÷wlØ"
  b"\x01Ž¢·’5q •ù=§¯ì%ù"
  b"\x01Ž¢¸>Èr\v³=þÌL\x08AC"
  b"\x01Ž¢¸Ë5rŒx¦ö°3œ"
  b"\x01Ž¢¹\x0E†s\x12³\x18Øå¼÷΁"
  b"\x01Ž¢º»>s¢Ž\x1CZ¡Z¡\x1F"
  b"\x01Ž¢»ÃÅq š\x10ÆÀúè\x14O"
  b"\x01Ž¢¼>ñs°ë»Â]ø÷"
  b"\x01Ž¢¼]7q³­Åè\tô|³\r"
  b"\x01Ž¢½\x07Åpë³jï²45¡:"
  b"\x01Ž¢½•…s—œ³‰Y»\x032o"
  b"\x01Ž¢¾\x1A©s‹ªe?ü-ÇÚJ"
  b"\x01Ž¢¿X6p‹¦êGâ|\v"
  b"\x01Ž¢¿³\x1Cq\x05 2hÂüu ‰"
  b"\x01Ž¢¿Ä\x16q\e»ŽÒI¤_>\x1E"
  b"\x01Ž¢¿Ô´s\ˆò…ÞsÁÉ\x1E"
  b"\x01Ž¢¿Ùqž²)P¼\x00€•m"
  b"\x01Ž¢¿ö3paˆ.—ˆ'\r¶Î"
  b"\x01Ž¢Áâ"sC°ºç\x1F™ÃN+"
  b"\x01Ž¢Â#ÏsI„8%=_h‰\x00"
  b"\x01Ž¢ÅÉ}qñªq±|ªßû"
  b"\x01Ž¢Åä¤q9C\x01RHÖªž"
  b"\x01Ž¢ÇSOqU½¨ó0\rÖç"
  b"\x01Ž¢Ç¸*s\x01´R.\x17Oª¨\x0F"
  b"\x01Ž¢Ëãþr°Ž2óÀ„ùç‚"
  b"\x01Ž¢ÌIcp°ŽåÚ†Ud7\x1C"
  b"\x01Ž¢Í{ms\x16§Ka¯\x1E¼\x10é"
  b"\x01Ž¢Î\x18©pûƒ×\x06o\rW²á"
  b"\x01Ž¢Òê¿pÀ“\tòîW\x16Ü‹"
  b"\x01Ž¢Ó,)q\x15·&\x06~Žú¦\x18"
  b"\x01Ž¢Ô2tqί°ÚW\x0FG¼ª"
  b"\x01Ž¢Õ\x01(s#!\x14ÿDê—ë"
  b"\x01Ž¢ÖµÍsè’Pé\rA“Ê\t"
  b"\x01Ž¢Øh^p´båZ\x16†o "
  b"\x01Ž¢Û@iq‘«7û”\x18içr"
  b"\x01Ž¢ÛR«qB·O‹\t‰Ü\x01`"
  b"\x01Ž¢Û`Óp^•ÃxbWeð"
  b"\x01Ž¢Û‘\x0Fq…²“$LèØ¡æ"
  b"\x01Ž¢Ü<]rr©\x14¥ÈÜÙ\x07L"
  b"\x01Ž¢ß\x01Us5£ÕA†-.Vç"
  b"\x01Ž¢âSPpð½}k!U(¤\n"
  b"\x01Ž¢âèãs8Šôèj\x10*O2"
  b"\x01Ž¢âÿŽp¾›õ'\x18\x14\x1E"
  b"\x01Ž¢åb˜r\x10¡Ûé\x08cü³™"
  b"\x01Ž¢åsÿsj€¦\x04Â}nzÅ"
  b"\x01Ž¢å•ÃsnšOØ×Ë\x06ek"
  b"\x01Ž¢êÅîr\x06¸´yaÿ–gú"
  b"\x01Ž¢íL‘puŒô3¤æ\x1A"
  b"\x01Ž¢ïMìr\r¾\µÇ\x00Ÿ©Ö"
  b"\x01Ž¢ï²\x12p\x16£#p@5xÿü"
  b"\x01Ž¢õÕq\x02¸Ù|ƒ\x0F\x1C©~"
  b"\x01Ž¢ü8gqã¤yï§°î\vÕ"
  b"\x01Ž¢ü¼Lr<¬÷Ér+mà›"
  b"\x01Ž¢ý‚5spŸýE\x10(®z3"
  b"\x01Ž¢þm¨qöŠÛJÔjùŸò"
  b"\x01Ž¢þ“tq\x12™Œe«¤\e¸ý"
  b"\x01Ž¢þÓ\x01rÂ…ÊB05o)X"
  b"\x01Ž£\x00ÿsÅ©Ñgªpq•à"
  b"\x01Ž£\x031\x14r1¥rr…F|Õ¡"
  b"\x01Ž£\x03¥\x14qàŠìXM\x10hf\x14"
  b"\x01Ž£\x03ÝÇqއߣMЬP"
  b"\x01Ž£\x04e}r©œ‹“‘׏a"
  b"\x01Ž£\x06é¸qŽ„’\x18¯\fnó3"
  b"\x01Ž£\x08“ZsO—·^ÄQ\x06\x14©"
  b"\x01Ž£\fIÆp…‹êK´\vìQÑ"
  b"\x01Ž£\fgÉp0™(&XQV§œ"
  b"\x01Ž£\r\x06\x06sR°$<Ö\fúz¤"
  b"\x01Ž£\r\x1Eßp”®z\x00²“\x02’~"
  b"\x01Ž£\x12\x16hqŸ­N1®§\x15ÜÞ"
  b"\x01Ž£\x16q;rA¯s2\x0FÒN”™"
  b"\x01Ž£\x16—áqo¢S\x1C·\x1F¤$"
  b"\x01Ž£\eŸ·s‚ À·:nÜ\x06L"
  b"\x01Ž£"éœr‡‡2ˆÝW\x17"
  b"\x01Ž£&æ”s઒HÓ\x10L,6"
  b"\x01Ž£*\r-s>–.”å\x06XQ\x05"
  b"\x01Ž£*\x1E\er$…ò1ö}y”"
  b"\x01Ž£1.\x7Fr•€ý\x18P\x00x|T"
  b"\x01Ž£3\x06.r0¦\x1Cöv\x7F|!P"
  b"\x01Ž£<ÜVrÙ±œ8†Öï!\x01"
  b"""
    \x01Ž£@ \n
    pU’Èûáyùâ
    """
  b"\x01Ž£@³osmœ¦s\x02v&\x11}"
  b"\x01Ž£A\x11üq²â\x7Fÿ¸ÉÜ="
  b"\x01Ž£BSÿr¡©C9ºá:Î\n"
  b"\x01Ž£R°Mp¾¦B±Ã¥]7\x19"
  b"\x01Ž£U†YsP§3Ï\x19¸\x17óä"
  b"\x01Ž£W$5r\x02‡n÷zR\x15\\v"
  b"\x01Ž£Xµ’qR˜W\x17Q Ä["
  b"\x01Ž£^[ s\r¾a²Ì…ß¿ž"
  b"\x01Ž£av¼rK¼9N9©•EY"
  b"\x01Ž£sd’r\x12·÷ÊaMøKh"
  b"\x01ާ%aršéÊP\x7F‰0ó"
  b"\x01ާ(\x14Êq\x04»k°Nœöл"
  b"\x01ާ1\x08žs·†à‡&gŸ%\n"
  b"\x01ާ2lÈr‰¹j\x01A·ý\tq"
  b"\x01ާ99¿q\x08€Í¬ÌR6¨Ò"
  b"\x01ާ@¿ôq‘Ž™\x01éjNw"
  b"\x01ާGz\x11qΫ¼ˆžv\v\x00ž"
  b"\x01ާKÔžp;¤\x10\x01wPâæh"
  b"\x01ާLJ®rh…\x11x\x1C\x7Fs´¼"
  b"\x01ާM)9sq‹#\x1AOÄ~@™"
  b"\x01ާgZws[ŽþÜÞ^Ó3\x11"
  b"\x01ާgŽ\x13s#’¹ß^\x1AÛNŸ"
  b"\x01ާi\fÿs¿¿{„éβXˆ"
  b"\x01ާjºtqn•‚D›C5z"
  b"\x01ާl\x03ÒpݼQÆ]tÝ¿™"
  b"\x01ާme„sÌ¢\x03Gs<—\eË"
  b"\x01ާp3lrÖŸ{ßZ†f´z"
  b"\x01ާpˆ6s\x11Žp\x0Fè@±\x17Ð"
  b"\x01ާpŽƒsê Sy•G\x10ž"
  b"\x01ާrV\x0Fq¼¢1À\x18ÜÂ\x12E"
  b"\x01ާyÔ“qˆ‚5N¢Ù¬ù³"
  b"\x01ާz^’ps¸×êüØóE"
  b"\x01ާ{ ÿqa„\x105#×È•«"
  b"\x01ާ~\x1AÊpŽ¿è\x12¶F*\x04"
  b"\x01ާ¤Hrx©§|Ÿ¡\x1FY–"
  b"\x01ާƒs›qo—“È8ß#N"
  b"\x01ާ…j¡rLŸŽ·Ì·\x11ß1"
  b"\x01ާ†ªèqbºòÄÞA¥\x18\x05"
  b"\x01ާ†ùqÿ’\x07\x12\x07 —"
  b"\x01ާŠN;pŹü}ù6ÛúR"
  b"\x01ާŒ”ór6¦\x03\x00\x19.íÕÑ"
  b"\x01ާŽ;@q·”=]î$\x01ûu"
  b"\x01ާÂÆr%‚\tšàHhÎû"
  b"\x01ާ‘$½q¯¥à5[{«\x176"
  b"\x01ާ˜ç\x10r\x12ˆ•ÿ+çûg"
  b"\x01ާ¤\x00çp{–o.8%6\vP"
  b"\x01ާ¥º¹rY“nóLtNµ˜"
  b"\x01ާ¦B|qz›÷km&=ºk"
  b"\x01ާ°0rqÓˆlЊ\x14)MŽ"
  b"\x01ާ±„<sõ­\x16ª€úrÓ§"
  b"\x01ާ³úysÓ£\e\x05ˆÔÓ“\x03"
  b"\x01ާº•»p'‡ù\v¢ð·«Þ"
  b"\x01ާ»˜àp\x13³\x01\x08iéÚ\x1Aæ"
  b"\x01ާ»ß!s\x12L¯\x13‹Ñ\e"
  b"\x01ާ¼\x19Šr›¯\e%n« á÷"
  b"\x01ާ½èús­®óځ¾Î`Í"
  b"\x01ާ¿§«p‡”à\x08ó@«¿B"
  b"\x01Ž§Â¹Wq\x11®ÄùÿŠ>w\x14"
  b"\x01Ž§Ã´©pI¾¹€ÑF“}b"
  b"\x01ާÃùÿs£Œh@ĨXý–"
  b"\x01ާÇÝ×r’®l?²%\v÷"
  b"\x01ޱörŒq{¤üÃ\x1FÓ¿YÅ"
  b"\x01ŽÀº×Ysô˜žÌÞYxÈa"
  b"\x01ŽVm_HpЊ$'9pt©U"
  b"\x01\x05ѸÍqf¶´cNK}ðq"
  b"\x01ả›sý `‡Qöë¥k"
  b"\x01qYÄÞqGˆ\x07OÂl—5\"
  b"\x01ràsEq>½¾\x07weº­i"
  b"\x01rà¹Fs.ŽïÛ\x1CKŒž"
  b"\x01s\x16¦5qÅ¡\x02ù\x11\x18\r\x0Fì"
  b"\x01s\x16Ú¤s襆¢Œ"”Óv"
  b"\x01s\x1AMñr$žÅ87.8\x06\x11"
  b"\x01s\x1DÿÎs‰žJÚ‹ŽÇ!"
  b"\x01s\x1FØúr÷¸Xë»púoW"
  b"\x01s#U¢q`Ûß́NH"
  b"\x01s#q&s\x05¢8|R‹×ãã"
  b"\x01s$\\x19sò¼¸¼„  ºP"
  b"\x01s'”¥pM—ìø5/^½Ñ"
  b"\x01s6\x05*pþ¥ÿ\x0FÈ+%áˆ"
  b"\x01sN…›p“ŸÃã”`siÉ"
  b"\x01sq¨np\x19©ð<Ó7\t&1"
  b"\x01szEXs,•—JÁ­¡3g"
  b"\x01s¼\x15\x06qZž\eW=”ÉN""
  b"\x01t\x1C®_r\x00¹]Ä\x12\eJ\x03P"
  b"\x01‘“æ$žp\x03¨\x0E,Ë@\x17"
  b"\x01‘“æÂ½qNƒèq\x00v\x15øû"
  b"\x01‘“ç\x17is:—æu\e\v;ˆ¹"
  b"\x01‘“çI»pr™\x140O*õ†}"
  b"\x01‘“ç¤ÏpÕ€nIÓx\x7F‡?"
  b"\x01‘“è†×r\x06œ\x1AºYhyD>"
  b"\x01‘“íµÓs̆tÀúÔC0]"
  b"\x01‘“ï“9pرj\x16\x08 ŒD\x0E"
  b"\x01‘“ó;\x11p›³(É~L-\x11@"
  b"\x01‘”\x01mÀpž¶G5ë\x00–Ü!"
  b"\x01‘”\x05\x06õro–$â€\x15\x07ú0"
  b"\x01‘”\x05¡#s=¶Žº»ØO64"
  b"\x01‘”\x06‘Pr\x1D£)\væ¤\x11A\x01"
  b"\x01‘”\x07ü qÏŽÏû‚%œõ"
  b"\x01‘”\rfñrñ»y\x10®$ã4Ã"
  b"\x01‘”\x0E‹žsn•¤ó4/\x05\x18»"
  b"\x01‘”\x11\x13Lq_á\x1Fƒ\x19”Wé"
  b"\x01‘”\x18h#p] ÷†\x15\x17:z"
  b"\x01‘”\Ë+s~±Ô¸/\x15\x15"
  b"\x01‘”`L0rÞ¶¤A·¦Ê_"
  b"\x01‘”Œ¥ÁqkŠB÷\x02·ý®"
  b"\x01‘±ó@‡r¼ŒéØ,ᘣ\x00"
  b"\x01’7rr‡sس>9˜‡:¥S"
  b"\x01’gGxpu¬Urœ•tm¢"
  b"\x01’gˆåœr\x0E­ò¯Ú)¶¸²"
  b"\x01’™ö’‡p{§¥RíW|×R"
  b"\x01’™þʼnsó¢Cç‹ÈÑ\x06Ž"
  b"\x01’š\x01\x02\x18r肯\x04T¸4y~"
  b"\x01’š\x10¸tpa‹ÅIÅ¹ïK"
  b"\x01’š$œ=sO¦ùy?ØÛ\x164"
  b"\x01’š6µcsf‹\x12I‰\x16¥T°"
  b"\x01’šEI\x01r¥'ãû,‘ª"
  b"\x01\e‰°ás˜›#Ò3º¥\x03"
  b"\x01\x1C\x1D#yr¥wìW«Ãk"
  b"\x01“'7‹r\v¦eÐ3‚è‚ð"
  b"\x01—Ê\x1A¦4r6³vEðÙz–j"
  b"\x01—ÏšÃtsÁ‘\x15‹sÄÓ·\x05"
  b"\x01—Õ¥"†që§,\x1D[iÚÓ»"
  b"\x01—ÖÅ6€sø¦Ë\x01H«Î"
  b"\x01—Û¿¿Ñs(ƒú]æ\x08M¥5"
  b"\x01—Ü”$Äs^º~r»\x19½\x15\x1F"
  b"\x01˜¦;\x04lq“€BæÛ\x16\x18"
  b"\x01š\x01ò0\x06pŒŒ\x0F\x18\x12\x12Í"
  b"\x01š\x02\x11Q`s‚­6k|sÐ\x1AŽ"
]
100 2.74 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 1000
Parameters:
[
  true
  b"\x01Ž6\x08ý¼qœ—œ&ÕТKS"
  b"\x01Ž6\t\rJq-¼PÅùÅŸ>\x11"
  b"\x01ŽE¥þcpW·æL¥áßôê"
  b"\x01ŽE¦\x05\x12s\x07£q®¢7HïÂ"
  b"\x01ŽE¦\vgr.¸>ADúu]`"
  b"\x01ŽO!.s¦‘9LŸ,Ñ^g"
  b"\x01ŽžcEôrœ®õÂÌ¥Óˆ›"
  b"\x01ŽžŽ\x13/q\x0E”d£†…e•õ"
  b"\x01Ž¢\x15\x19msI†<¼t\x1DCœó"
  b"\x01Ž¢;¹®sæµ"‰qP~î‘"
  b"\x01Ž¢;Á8sþ¯×ðšaç%b"
  b"\x01Ž¢;Õ'p\x07¶1uKÅfg^"
  b"\x01Œ\x11>ŠVzð¶ekä&Üõ\x08"
  b"\x01Œ\x11>ÜÞwC‘¢Õ¹‰GÉ€"
  b"\x01Œ\x15*N\x10\x7FÕ¶µsýøùiŒ"
  b"\x01Œ\x15\x1C~0œïíèlŽ(Å"
  b"\x01Œ\x15+puv3­ãá!Üß3="
  b"\x01Œ\x15+ˆÕq4ƒ\v@{¹\x1E]["
  b"\x01Œ\x15+÷å} ¼ä!b×*¤\r"
  b"\x01Œ\x15,:PpL¿¹õ}\tùœã"
  b"\x01Œ\x15W¢åsD¥¢çÕ϶—"
  b"\x01Œ\x15X#Fw¬­Ï-̇ü\x1E0"
  b"\x01Œ\x15b~S\x7F\x05±âÒ\x1A´¿ÞÌ"
  b"\x01Œ\x15b¼¤~\v£—ž—D“\x1AF"
  b"\x01Œ\x15bÝ‘zÚ²3—D\x18zœk"
  b"\x01Œ\x15büdt­µ¥F뀫wÓ"
  b"\x01Œ\x15c\x17ï{F²MX&\x0Eø¬Ô"
  b"\x01Œ\x15c7F|\x17™<x_\x11n&{"
  b"\x01Œ\x15cMOwϤvTþP„«G"
  b"\x01Œ\x15d\x021p)ª†œP\eâ£j"
  b"\x01Œ\x15dW|ô½Þ3aP\x1AÎ\x05"
  b"\x01Œ\x15l­ ~u‚ØM\rƼYŽ"
  b"\x01Œ\x15\x0EvÀŒÚì™h5\x05"
  b"\x01Œ\x15m-‚~\v¤fÏ\eíꢚ"
  b"\x01Œ\x15mHý{ˆ“!b¡\x0E`·å"
  b"\x01Œ\x15\x17v žØ]þÝáKS"
  b"\x01Œ\x15ý\o~P¹Bê­éôí\x08"
  b"\x01Œ\x16\x073ät½œœŸ+_0ØF"
  b"\x01Ž6\x07›#st dš\x15!–ñ"
  b"\x01Ž6\x07°Špâ•&|ßÿ\x04q\x07"
  b"\x01Ž6\x07ÁØr׉˨ðqm¢"
  b"\x01Ž6\x07Ä:rz‘§š\x1A㤈î"
  b"\x01Ž6\x07Öés=­S¥_±€ò‹"
  b"\x01Ž6\x07ÙBp½Žóædê[mó"
  b"\x01Ž6\x07Ýýr¸„.ðzL\x7F"
  b"\x01Ž6\x07îÔrµ\x04j\x05Å“\x07}"
  b"\x01Ž6\x07órÔŠ»f¸@Ã?"
  b"\x01Ž6\x07ö%sy©©)8¿ÖC5"
  b"\x01Ž6\x07ûHsi…WCë9œkŠ"
  b"\x01Ž6\x08\x00/p݉\x1D\x17¤\x11„œ"
  b"\x01Ž6\x08\x02¨s9†\f´ªm\x1E\x02"
  b"\x01Ž6\x08\x17¥sž\x7FæÞ[cÎ\x06"
  b"\x01Ž6\x08\x1E…s#‰8öÃØWSõ"
  b"\x01Ž6\x08 ÿsKŸ0»àÿFÂ@"
  b"\x01Ž6\x08#Vsª‹úÈ\x1D±xŠå"
  b"\x01Ž6\x08%Üqõ®_"úÖn:ç"
  b"\x01Ž6\x08(us_Žj)`fÞëH"
  b"\x01Ž6\x08*Óq׊8•»í\x1E"
  b"\x01Ž6\x08=ûs\x14²nN{\x1Fé"
  b"\x01Ž6\x08@Vq\x00”,°u=à†ß"
  b"\x01Ž6\x08B¬rÙ³šhßÍG "
  b"\x01Ž6\x08EDsb²ˆ‡&|b\x02ï"
  b"\x01Ž6\x08G÷r\x01ƒ“×­I())"
  b"\x01Ž6\x08J•rg¥Žžc¦tä."
  b"\x01Ž6\x08]:s\x07“‘_ï˦ŠÐ"
  b"\x01Ž6\x08_pXƒvãK\x13×HJ"
  b"\x01Ž6\x08oBs\t¡{ª{Ú¡¦¿"
  b"\x01Ž6\x08qÃs\x01¡×ýŽ\t½)\e"
  b"\x01Ž6\x08ƒŽq[ž(pí0µxÈ"
  b"\x01Ž6\x08…äpH­\v†g\x1A\x7F3G"
  b"\x01Ž6\x08ˆ@p4´óö8Z‚P/"
  b"\x01Ž6\x08ŠœpԪװê\x10|íÎ"
  b"\x01Ž6\x08Ž rÍ‘,=ÎÇ'û"
  b"\x01Ž6\x08Ìpº›1ÉgØ”\"
  b"\x01Ž6\x08©×pS»é#fh\x08›‡"
  b"\x01Ž6\x08¬apå¯oQµªÇ7Ÿ"
  b"\x01Ž6\x08À÷sz¿Ñ‚`6jñ"
  b"\x01Ž6\x08Ëqy›‘\x06\x18\x03Ë"
  b"\x01Ž6\x08Æ\epZ‰©'%\x7F·8@"
  b"\x01Ž6\x08Ȱqå„MýˆÀœIŽ"
  b"\x01Ž6\x08ÍàqÁ•³kQÈkC«"
  b"\x01Ž6\x08çHq\x01’$}]á\x18/\"
  b"\x01Ž6\x08éÒsÞ•»§ŸTž–@"
  b"\x01Ž6\x08û1sÓ¶ÃùãIÆcŽ"
  b"\x01Ž6\t\x19§rª–¯¬\x18PM=\x1D"
  b"\x01Ž6\t\x1C…q²ˆ²žÙG•dÈ"
  b"\x01Ž6\t\x1F8q3Ÿ\x08¿\x15¼\x06¥Ð"
  b"\x01Ž6\t!¿q­€mþ“{¡ôx"
  b"\x01Ž6\t$EpΆÎé•ëVDŒ"
  b"\x01Ž6\tBÌq ½l\x0EYâW¢&"
  b"\x01Ž6\tEhsþ¨Y]\t|ÿdÜ"
  b"\x01Ž6\tH\x01r‚°\x17Ü7\x18P"""
  b"\x01Ž6\tJ˜q\x1C¦ÔKºR'p"
  b"\x01Ž6\tM/sž‚€`‚ôŒeØ"
  b"\x01Ž6\tOÐq‘—iÜ]»\÷\x1D"
  b"\x01Ž6\taôrš›\x0E\x04ó¡¥"
  b"\x01Ž6\tdsp"»µ\x1A'%\x04\x0E!"
  b"\x01Ž6\tg/s\eº”â\x1CñŽ”"
  b"\x01Ž6\tiÇr2±ÈûQ+È–Ç"
  b"\x01Ž6\tlgrH†=„\x7Fu<P\x15"
  b"\x01Ž6\tnópö£·¿\x14ô\x14O…"
  b"\x01Ž6\tq‘r{¿Š¯\x06¾é0"
  b"\x01Ž6\tt6r%˜¤F‡6\x17"
  b"\x01Ž6\t•8qy Q1ŠË6Ç"
  b"\x01Ž6\t—Ñpøž8¾3q£Òâ"
  b"\x01Ž6\tš˜s¬³>yDJþ#í"
  b"\x01Ž6\t:r ´ÖU‰\x1F\x06¿"
  b"\x01Ž6\tŸ÷sQô\x08ºu¶z\e"
  b"\x01Ž6\t¢Õq–ºTõSvãNŸ"
  b"\x01Ž6\t½\fr~ˆQÚ'\x0EÄsÓ"
  b"\x01Ž6\tÂVr³¶\x15§à[‚Ь"
  b"\x01Ž6\tÛ¾s¯†"Í™\x00ü’µ"
  b"""
    \x01Ž6\tÞhp+\x0E-ên\n
    R–
    """
  b"\x01Ž6\tã¢r‚—Á\x07•X\x1AJ"
  b"\x01Ž6\tô|p±•…ðÅtØê³"
  b"\x01Ž6\t÷Es›ŠuES%:’â"
  b"""
    \x01Ž6\n
    !Þq]ŽVéβC$T
    """
  b"""
    \x01Ž6\n
    $ˆs›¿Ž4U¾(×ð
    """
  b"""
    \x01Ž6\n
    6øsõ»»{»÷\fëÆ
    """
  b"""
    \x01Ž6\n
    9®rÒ¿´Ò\n
    \x04\x12äs
    """
  b"""
    \x01Ž6\n
    JPp\x10¾` Zý”Ör
    """
  b"""
    \x01Ž6\n
    RrÅ»iu=W6‹º
    """
  b"""
    \x01Ž6\n
    e•sĪ\x18D^\x06ëåÿ
    """
  b"""
    \x01Ž6\n
    h8r좼bÈb¶Ê
    """
  b"""
    \x01Ž6\n
    {\x03qó¥àæGÕ\x16\x17À
    """
  b"""
    \x01Ž6\n
    ޼s<»Û\x1DµS˜\x08
    """
  b"""
    \x01Ž6\n
    ‘zp}¹æê¸\x1Ekëo
    """
  b"""
    \x01Ž6\n
    ÀösÅ©Ží_aÈäí
    """
  b"""
    \x01Ž6\n
    ÔÖpG¶¼µ,»%c
    """
  b"\x01Ž6\n׳sÊ€F´;\x00Ÿ…R"
  b"""
    \x01Ž6\n
    ò\x1Fs(š\x07¸éPŸf
    """
  b"""
    \x01Ž6\n
    ô¦r\x07±\x1DmïK–³\x03
    """
  b"""
    \x01Ž6\n
    ÷`r&²´]\x15Ιwû
    """
  b"\x01Ž6\v\v®s­œE7¿\x01H4\x12"
  b"\x01Ž6\v\x16Gr?ž8†å»Ž÷ý"
  b"\x01Ž6\v\x18øs\x06¸ïD\t¼/<d"
  b"\x01Ž6\v)Æqª°É\x17àW‡<"
  b"\x01Ž6\v,lpîµ­sÁíÇ\ej"
  b"\x01Ž6\v<BpÕŽóŽQ\x10”‰"
  b"\x01Ž6\v?\vqם\x05ÚÖ\r—Á%"
  b"\x01Ž6\vA·s\x1C‡ÿ‰±L9mÓ"
  b"\x01Ž6\vDyr´°Káþl±\x13ñ"
  b"\x01Ž6\vG2q ¬x\x1D«3\eá_"
  b"\x01Ž6\vJ\x16sL¾\x1C\x1F\x11\x11(\x13¦"
  b"\x01Ž6\x10=,s͹UbB.J5"
  b"\x01Ž6\x10HØq…¯E\x02\x03ûÔ\x02Ž"
  b"\x01Ž6\x10z8rj£–_&?bja"
  b"\x01Ž6\x10-q\x06ŽÆD]0\x0F³0"
  b"\x01Ž6\x10©órì¿¥*\x07âR4æ"
  b"\x01Ž6\x10¼®qA¼Tò1~û»o"
  b"\x01Ž6\x10¿¢q¤‚ÔZ\tºR¦×"
  b"\x01Ž6\x10Â\p%¤ÚB«W»]Å"
  b"\x01Ž6\x10Å\x1Es’Œ±o|¿•\v"
  b"\x01Ž6\x10ÿåp\x03·a(\´hé’"
  b"\x01ŽM†\x19sH´\x12béÉ1‘Œ"
  b"\x01ŽM¡`s” ,Ò-Th;J"
  b"\x01ŽM¤(sÁ˜\x1FÃr\tZ^\x1A"
  b"\x01ŽM§\x14sŒ‚å\x04\x18gÉa@"
  b"\x01ŽMª\x01pü­[Ó˜A²3"
  b"\x01ŽMĹp\tÔׄ¯¥L¢"
  b"\x01ŽMÒ:p‡¼f‚W-¥XF"
  b"\x01ŽM×Ûs;°¾“Ãí¾D…"
  b"\x01ŽMê¬rq€@\x03ßÑI\x14h"
  b"\x01ŽN\x0E$qhžSœ\x12’qÛ¼"
  b"\x01ŽN,$sÁ¯rÿ\:O\x02¼"
  b"\x01ŽN/\fr“Ž­’ —”?h"
  b"\x01ŽNDåq\x1E—Í ¼>B€ž"
  b"\x01ŽN]5s‘£‡…R\x06;’h"
  b"\x01ŽNp–pxŽÀ4¹<‰¶™"
  b"\x01ŽN„ïs™²¿¹\x12Q"A\x10"
  b"\x01ŽN‡äsn„]öbPV¦¯"
  b"\x01ŽNŠÑr:¤ï1\x06!\x11Fl"
  b"\x01ŽNŽÜqPš,Û‡s\v\x18ì"
  b"\x01ŽN¡ór¿›8å\túÔYà"
  b"\x01ŽN¤êq°›tݧ4§\x04É"
  b"\x01ŽNÊ,p綃G)~Aœ"
  b"\x01ŽNÍ\x1FrÜ¢¢C\x19MYil"
  b"\x01ŽNÐ1sy¾\x07\x1A‘µˆªü"
  b"\x01ŽNä…rR”ûtcÿ‚4"
  b"\x01ŽNç‹qç¸=Bj\r(ök"
  b"\x01ŽNôÊsw„öÙ\x04å\x1Fº\t"
  b"\x01ŽNø\tqð‚ˆÕy "¼\x1D"
  b"\x01ŽO\t«r޲#K'j\x0F\fU"
  b"\x01ŽO\fùq@’˜ò\x1Db¬¾˜"
  b"\x01ŽO$^q*Ž\ev®J\eA\x1E"
  b"\x01ŽO4s¿‹\x14õ°\x16\x16"
  b"\x01ŽOF\x18r;§7þ˜\vÝF"
  b"\x01ŽOI[q¼‹¹zµÞXî"
  b"\x01ŽOL²ra”54_"V„Ž"
  b"\x01ŽOOØqPr;éQõ\\v"
  b"\x01ŽOS\x15pi½ÃIc\x15\x05"
  b"\x01ŽOeäpӏ¶u\x0EÍ"¿ˆ"
  b"\x01ŽOx>pá\x01jÝô0º¡"
  b"\x01ŽO{§p"ŠÂ\x18\x1CA\x10\x13"
  b"\x01ŽO‡\x1Cs¼¡ï•šRYÔT"
  b"\x01ŽOŠŽq\x03›e´,ñ«7t"
  b"\x01ŽO­«r½¸\x11\t\x10õ“ï3"
  b"\x01ŽO°ûr\x11¼¶\x08Ȑ\x05]"
  b"""
    \x01ŽP\x0FPrþ³†ª\n
    PÇ«ˆ
    """
  b"\x01ŽP\x12±s`—êKgyµ<g"
  b"\x01ŽP\x15ýríŒÀ\x17"‚|Já"
  b"\x01ŽP\x195s¢‘\eøšÏ\x14õß"
  b"\x01ŽP\x1CrsÉ¡©ãMBðŽë"
  b"\x01ŽP1Hp[Ÿeô(‹Þr"
  b"\x01ŽP4ƒs'€Ìkäpë4\x16"
  b"\x01ŽP7ír©³\x1AïÏ\x00È4\x12"
  b"\x01ŽPi(s¤±\x13à«Á–.O"
  b"\x01ŽP™vp–·ý÷\x06}\thI"
  b"\x01ŽP\x03q۝\x05²V\x15ÒÞÁ"
  b"\x01ŽP Csr‡Ü'ÕÝ­\x1Cq"
  b"\x01ŽPÑåsp¤å\x14\e¶`ò\x1F"
  b"\x01ŽPÕ[p«š\x033ßN\x12ûV"
  b"\x01ŽQ\x1Cdp¶¹äkl8iD&"
  b"\x01ŽQ6Hq`³N\x06\™¾"
  b"\x01ŽQ9žp\x02°HŽxCEÁ%"
  b"\x01ŽQ>1q\eˆÌ¡^|\x11¢9"
  b"\x01ŽQ[þrƪ%þ\x07ÃYüö"
  b"\x01ŽQ_‚r!”#\x02-\x1F:b”"
  b"\x01ŽQŽ\x14pCŸ¾ì—³ˆ-ã"
  b"""
    \x01ŽQ”qLù$×J\n
    \x04¤
    """
  b"\x01ŽRašp„“î¬\x03_3\x0EŽ"
  b"\x01ŽR‡»r/‰¤½‡ë¾%U"
  b"\x01ŽRú[p6™Z\x1F®9êÆÔ"
  b"\x01ŽS\x16ésÒ’ýŽ\x17â¾7L"
  b"\x01ŽS\x1AXq©¶\x04mÀ¶ºÃ¢"
  b"\x01ŽS\x1DÞrL¹2¿²\x1AóîÁ"
  b"\x01ŽS!—rê™™Œ¼ <¸ÿ"
  b"\x01ŽS%=p(¤©…ˆ´(‡"
  b"\x01ŽS:ñs•×\x05b\f=¯J"
  b"\x01ŽS>nsŽÈéfð\x1E¦ä"
  b"\x01ŽSqsŒ’Þ7[S\x16\x1F"
  b"\x01ŽStðq[–WŒXú\x12´ˆ"
  b"\x01ŽS—\q…§<\x0Fn?¸W\x18"
  b"\x01ŽSžjp«ˆà\x12ûT\të¼"
  b"\x01ŽS²\x16q´¤J¡ŠM)3Â"
  b"\x01ŽSµ`sþˆ\x10ËÞã\x17"
  b"\x01ŽSÆ3p=´¡vs÷”ˆh"
  b"\x01ŽS÷Ks6’\x00®—Æ•k"
  b"\x01ŽT8¨sy¼Q\x16X4—¶"
  b"\x01ŽTr«p#µEÉoÿØô³"
  b"\x01ŽT{‰rÄŽ\x7FãÝ_É-S"
  b"\x01ŽT‘:qàÌmlT\x04ƒç"
  b"\x01ŽTÄÖp[‰as"Íu=%"
  b"\x01ŽTÈ¡rJŽH\x18Z 3ý\x16"
  b"\x01ŽTÌ?sZ¤8T‡˜û"
  b"\x01ŽTàBsþ¥L¡ø*ZØŸ"
  b"""
    \x01ŽTÿ!r\x13³\n
    íºÁŒ°
    """
  b"\x01ŽU'Êsx™®\f’Ë\x18"
  b"\x01ŽU+osY‚T¨Ù\x13\x1F¶à"
  b"\x01ŽU.ãp\x1F¯¦Þ0EÊAª"
  b"\x01ŽUHiqÚ™K¼\x11/†k)"
  b"\x01ŽUŸWq\x02µIqZ,DÅÏ"
  b"\x01ŽU¢Ñr€‚i.FEæ5"
  b"\x01ŽUÄ"sn£ÕB1/ÃZv"
  b"\x01ŽUǤr\x0Eb\x1C¡\vKˆ{"
  b"\x01ŽUËBp뼞í(\x1A\x1A¯í"
  b"\x01ŽV"…pͦ/[\x17F1,@"
  b"\x01ŽV%êsyùÎî\x03þ\x01"
  b"\x01ŽV)xrí‹úÖœ®K—f"
  b"\x01ŽV,ôr®Ž\x1E ,,àÞ\x00"
  b"\x01ŽV0žrlŸÌ‰8\x1E\x15ºë"
  b"\x01ŽV4Aqo’¾r0\x1Er }"
  b"\x01ŽV7åp®ž6¡ê\x0F¸\x04š"
  b"\x01Žc<®qnŸ9kíÀI†"
  b"\x01ŽctárÛ­\OëÁ\x06pn"
  b"\x01Žcx¼sϪŸ ð½)^ò"
  b"\x01Žc|Zp\x13šÈ\x14÷ìÜÔô"
  b"\x01Žc¯“q¼¶áƒ±¾TœÎ"
  b"\x01Žc³4pü¥Ig&ß__•"
  b"\x01Žc·\eq\¤¯,Ë×\x03©`"
  b"\x01ŽcÉ›qA’*²ë‡kßM"
  b"\x01ŽcÍ}sü¹Œ¯H\t«d{"
  b"\x01ŽcßÈrG‹ÝpÈ$ô»µ"
  b"\x01Žcãxrͳ“4ˆÛ;¥­"
  b"\x01Žcç"sº›®=þZ°˜Û"
  b"\x01Žcþ®s’¤\x07ѦÀ‡F}"
  b"\x01Žd\x14oq•ª6íIR\e¿:"
  b"\x01Žd\x18\x06pü¤Å·—¤˜y7"
  b"\x01Žd\e³q*¡\x16VçöEŽG"
  b"\x01Žd\x1FLq\x1E¬Î܉éÉ—"
  b"\x01Žd"õr"‚K\™\x18LÐÉ"
  b"\x01ŽdH½p®7Ù8ÍbI\x11"
  b"\x01ŽdN©pÉ¡²{Ü\x16í^ë"
  b"\x01ŽdThpRŠåÿ\x167Œ¯ê"
  b"\x01Ždn\x7Fsó±õ¿[Ø~{¬"
  b"\x01ŽdÑsž‹x»ˆ¶\x1A‹¹"
  b"""
    \x01Žd£-qÕ´\n
    \x18¤\x1D…†\f
    """
  b"\x01Žd¦Ür¤£Ëö_õÄLß"
  b"\x01ŽdÑósœ¼>ý’°ˆîÉ"
  b"\x01Ždã¡q\x14\x18K\x18iK1±"
  b"\x01Že\x07‚s“¼u \x02¬ 2²"
  b"\x01ŽeUqq¾Œ¹yž!\x19…Í"
  b"\x01Žen²rϧV:4ê\x13ÝL"
  b"\x01Že†\epÍ‹Û\x12¼ÎJ\x0Eà"
  b"\x01Že‰Üpî ø\x15át¦S‘"
  b"\x01Žeîfrs›\x03£Dƒ§Ú›"
  b"\x01Žf"–r©¬O\x02ìXl¬"
  b"\x01Žf2÷r9Žz1è£_Vu"
  b"\x01ŽfvTqN³Ãe‡ÿã¡Ø"
  b"\x01Žf­²p"‰\x1C¡Ó®›tx"
  b"\x01ŽfÄìp8¤p7ü Äg*"
  b"\x01ŽfÙæqK{Ù\x16ˆ\f¤u"
  b"\x01Žfæùr¶¨¦\f\x19"
  b"\x01Žfê¥pجä‰ÿެÍò"
  b"\x01Žfý\x07s\x1E·\x1F·äOä\x10)"
  b"\x01Žg\x00Îsx“ôVn(&òn"
  b"\x01Žg\x04iqE¡'ûTª³vU"
  b"\x01Žg/ásš„´³\x02ØM²’"
  b"\x01ŽgE\x08q§‹,\fJ{Š\ew"
  b"\x01ŽgHÇqY‹f\x07¥ÈnRŒ"
  b"\x01ŽgLŠpÇ¿s.Vžîy€"
  b"\x01Žgg\x11pÌŠyE\x0Fã\x16"
  b"\x01ŽgÀ³q³®«|\x1F¥—"
  b"\x01ŽgĐq\x10¦\x113ø•§‡}"
  b"\x01Žh\x08°pQ½½:ó2\x1C²\x12"
  b"""
    \x01Žh\x19\n
    pG²’,\x06*c!À
    """
  b"\x01Žh|fs$˜fûnL>ÌP"
  b"\x01Žhas«ˆÄr¨Ch@ú"
  b"\x01Žh“&q_´0-=\x16/æ6"
  b"\x01Žh–èré28â\rÓQB"
  b"\x01ŽhÝ&sB¶OÕ>ª˜X¬"
  b"\x01ŽhöÿpžžÌ\x17³¼J‚\x01"
  b"\x01Ži\x14Ër.ˆ/O—*á=Ö"
  b"\x01ŽiNŸr •RKóãjìß"
  b"\x01ŽiˆÁpJ»íM«‘³¶á"
  b"\x01Ži–Êpŏ#”\x00\x12=Aç"
  b"\x01Žiëpޏ\x05ªA·àÂ\x16"
  b"\x01ŽiÝ\vq1­Nb-ÝR‰÷"
  b"\x01ŽiêÈs×±\x7FŽ4êõëª"
  b"\x01Žj/Èrƒ¸ˆêßÇÝ$["
  b"\x01ŽjD\x10q‰¶Ð\x1F•w:ä\n"
  b"\x01Žjd·qÚ•ƒøÀ\x16‘ø"
  b"\x01ŽvŽôp²¢”S0¸\r½\x0F"
  b"\x01Žv”¬rvQ\x04&\x08¥þ"
  b"\x01ŽvÓ¢q™¤¤ŽþË£§¯"
  b"\x01Žvè§r·Î8ý\x18”€±"
  b"\x01Žvì»pp¡bIô\x11çÑD"
  b"\x01Žw\t"qôŽúuÞÒÐ`­"
  b"\x01Žw9Op®¨3„\fNãgs"
  b"\x01ŽwY3så­³C3ûðí\x1C"
  b"\x01Žwq\x07p\x1D˜oMëPŽk"
  b"\x01ŽwÛçq׎þ\x16\x10¹r¡¤"
  b"\x01Žx\x08-s•¸Ì9DNðw€"
  b"\x01Žx\f)q\x07žm/H\x16;\x08Ž"
  b"\x01Žx"ðp¬ŽuQn©sy9"
  b"\x01Žx&ær«’=\<Ǐӹ"
  b"\x01ŽxdŠrå²Hƒaõ«E\x1F"
  b"\x01ŽxhSs…·vóa\e—‚F"
  b"\x01Žxl8swœñ v\x1Fað¿"
  b"\x01Žx×És\x0F£¹ÕÎ0‰w¥"
  b"\x01Žx÷Áq[¿y`£T\x1D"
  b"\x01Žxû×q±ªêõÂWÃ"
  b"\x01Žy\x1D˜qÝ®\x0F[§C€f~"
  b"\x01Žya\x05q-çŽ1\x17\x0F£’"
  b"\x01ŽypÅpjˆ=.€ï籡"
  b"\x01Žytºs\x11¤_]fò•9ƒ"
  b"\x01Žyß\erâ\x7FñÙ2kG¦"
  b"""
    \x01Žyã\n
    rrŸê\x05\x17ŽIhÖ
    """
  b"\x01ŽyöªsήÙ\x01\x05nÇÍ\n"
  b"\x01Žz\x16=q.x[LmÉà¬"
  b"\x01Žz\x1A?qîõÞ×`j\e`"
  b"\x01Žz*/q¬³V:)\x15\x06."
  b"\x01Žz;rpü¢ÍZj[\n\x00à"
  b"\x01ŽzO_sĵ\x02Èú\x03paÜ"
  b"\x01ŽzØr{©Á–°úŽ”Æ"
  b"\x01Žz¨spŠ=~”¾Î­¦"
  b"\x01Žz¾,rž—Æ(/ªîàÌ"
  b"\x01ŽzÂSp€t\x03óS¯×W"
  b"\x01Žzïãr\x13±5-3zÈL\x14"
  b"\x01Ž{\x1CÐróŒJÑ»ù€Ð"
  b"\x01Ž{e\x15s¥L7Fº]\x0F\x06"
  b"\x01Ž{~\x0FsИ…îðì\eŸT"
  b"\x01Ž{ƒ0s^‹)\vhª+ê\e"
  b"\x01Ž{šr¢°"\x1E÷ù0Ãç"
  b"\x01Ž{¶{s-¾½z±)ëç"
  b"\x01Ž{º[r³#5\x1A~Iß\x11"
  b"\x01Žž(§Os\vº€\x15äÞ®_v"
  b"\x01Žž(ö\x01q4ˆbo\x1A\x0E(\x12È"
  b"\x01Žž)d–pÍŽ\tZ\x01 [\x1FU"
  b"\x01Žž)™¿qDšSJI„sõ["
  b"\x01Žž)ß\x1Dsr­^nþ%èN{"
  b"\x01Žž)ã\x19q\x0FºÞˆ\e*ÑôY"
  b"\x01Žž*\x18‹pƒºµ]޽\x0Fܹ"
  b"\x01Žž*Fsq€´®Â8Ñh\x02"
  b"\x01Žž*J;ri­ö"¡¨ë5ª"
  b"\x01Žž*N\epøK2„^\x14'N"
  b"\x01Žž*æBr ‚Ç\x06ZMû\x10""
  b"\x01Žž*ê\x02p»•B?ÛèÍ\t"
  b"\x01Žž+\x02Usóš\x03\x01\x01\x13h8"
  b"\x01Žž+L\x04rÒ´ý•¤Uhaý"
  b"\x01Žž+O°r¬Š–”J\x08! Ô"
  b"\x01Žž+SOsI³.ÿ:å/úm"
  b"\x01Žž+”[q*Ž\x14 Ï\x13ë˜0"
  b"\x01Žž+¦WrX…÷-ðÈ\x00þ9"
  b"\x01Žž+ÁŽr’»€;nàµÓ\x15"
  b"\x01Žž+ö(rE¦'ûŒX"næ"
  b"\x01Žž,\tõq\x06Œ´±?¯„~8"
  b"\x01Žž,Žfpy“Ñtä š=Ú"
  b"\x01Žž,²np\r¦Wâ«ÎèP"
  b"\x01Žž,¶ZrÉ›!ä\x18\x0E#"
  b"\x01Žž,Ê>pi”ÅÖŽ\x11»\fŒ"
  b"\x01Žž,Î\x01pHŽþ\x11\x1D\x14U\x15ó"
  b"\x01Žž,ÑðrrŽ8Jº0TaÊ"
  b"\x01Žž,öåp ¬rª\RÆ\x03"
  b"\x01Žž-\x0F\x10r"º\t¤\™dè¾"
  b"\x01Žž-\x1F\x1Cr\e¥U\x15…ëÚïf"
  b"\x01Žž-"Àpò˜$ïÒ@åTn"
  b"\x01Žž-23sáœ\x12\x7Fa¡Ý±""
  b"\x01Žž-vžr\x05ˆKŽm“‹\x0E\n"
  b"\x01Žž-z}s\x02·,ˆý\å<2"
  b"\x01Žž-~dp”\fz;\x18\x1D"
  b"\x01ŽžI\x17™q@™·Þ%\x12\x1A"
  b"\x01ŽžI\x1C\x02soƒ(»,`!Ê0"
  b"\x01ŽžIEòqšEྛLúT"
  b"\x01ŽžIJ\x18r<ž·«j“c’%"
  b"\x01ŽžINEq出J±\r†­n"
  b"\x01ŽžIv\vp›ª‡ºDMÅ™2"
  b"\x01ŽžI†år\x12ŠãI&&¼}‘"
  b"\x01ŽžIŠÖqȃݥùdË\x08©"
  b"\x01ŽžI¯¥qÄu;Hb(êó"
  b"\x01ŽžJ\x03Ûqù«ûÜ\x15E؁Œ"
  b"\x01ŽžJ\x07îp©›/JãAGΤ"
  b"\x01ŽžJ\vür)³÷z¿Ü®0Ÿ"
  b"\x01ŽžJfár®‹bUÙ´ˆ¬š"
  b"\x01Žžb£*q¨³gnøYÒwz"
  b"\x01Žžc\x06ærÛŒsOŽÙuEH"
  b"\x01Žžc\vùs¸i‹¥C¯ï"
  b"\x01Žžca\x11qú™UCÿÛ•Gb"
  b"\x01Žžce@rx¼j\x08[>®Š#"
  b"\x01ŽžcŠÔpX§ÒºtŒN‹\x13"
  b"\x01ŽždT\x19pH¿0®"4â¤Ì"
  b"\x01ŽždqŽpzŒ¡Ñ)†&r´"
  b"\x01Žžd;rº…úä{QPÔŸ"
  b"\x01Žždî¯sˆ¨Š¨yd4\x17ä"
  b"\x01ŽžŽÒnrãŠÆÔV_ŤŠ"
  b"\x01ŽžŽÚ\x14qP¯œŒ^¦¤‚ú"
  b"\x01ŽžŽóãp=ªfƒU—pª¨"
  b"\x01ŽžŽù%s̾‚“JˆhÒ"
  b"\x01ŽžŽq{s«¶’C!¹³AÚ"
  b"\x01ŽžŽ‘±q”ÚlUÑ\x17†/"
  b"\x01ŽžŽ«˜s²–g^´Â¤üe"
  b"\x01ŽžŽÚàpЯӎ\x13‘ùѹ"
  b"\x01Ž¡Ï×Ûs,Œ\x18[fµ\x11\x7FR"
  b"\x01Ž¡Ñháqϱ©\x14ÿáP\v\x04"
  b"\x01Ž¡Ñm·q„º—á­DÙª\x04"
  b"\x01Ž¡Ò0”qè™tQ÷Na\x05\x17"
  b"\x01Ž¡Ò¥q\x07¾ÒbÐgðœ3"
  b"\x01Ž¡ÒÔ§r\x1A«\x0E1ç€?\fŸ"
  b"\x01Ž¡Ó@0s\x08¾”…&öÉu "
  b"\x01Ž¡Ój“p\x1C•~\x16©s’b4"
  b"\x01Ž¡Ón·s%§žìô¿\x7F>e"
  b"\x01Ž¡ÓrÄq…ƒâ~tÉcp"
  b"\x01ޡӔ3q¦¬a”ø¡Ÿ¼\x10"
  b"\x01Ž¡Óþ’soˆ-\x05†U-ƒ*"
  b"\x01Ž¡Ô\x10÷qQ½AÃ\x14-™Pš"
  b"""
    \x01Ž¡Ôàs]¬ 9\x07\x02\n
    †‰
    """
  b"\x01Ž¡Õ=´sF•¶C\x15\x0Eâ"
  b"\x01Ž¡ÕAús݃\x14·–\x08öŽT"
  b"\x01Ž¡Õulrd•…\x1C\x1D\x7F&U"
  b"\x01ޡՍ`r¯+UµVȸÝ"
  b"\x01Ž¡ÖˆšrÁ´j&Æ’Ždf"
  b"\x01ޡַ·sÙ‚w;LåE¿f"
  b"\x01ޡֻ¾p<‡X\x03%ù«Ì\x00"
  b"\x01Ž¡×0Øp\x18\x0E?dÝs‡´"
  b"\x01Ž¡×l\x0EqA’‘7l\x11‹.q"
  b"\x01ޡ׭q¤¾_œŠ%‘\x05\x1A"
  b"\x01Ž¡×îƒp¼žq¶[·ŸU6"
  b"\x01Ž¡ØCšq5®˜í\x17ô°S–"
  b"\x01Ž¡ØŠùq.…d\f\x1D"
  b"\x01Ž¡Ø¸\x18pXŠ£ì‘qÓŽV"
  b"\x01Ž¡Ø¼#qú±0\x13É2Ú?\x16"
  b"""
    \x01Ž¡ØÒ>q?œ7ñ-\x0FÚ\n
    \x13
    """
  b"\x01Ž¡Ù\rprý¸\x7FÿBð™\x05Ø"
  b"\x01Ž¡Ù&ÓpV¡\r\x19ØßãS¬"
  b"\x01Ž¡Ùz‘pÝ» `øh•å¥"
  b"\x01Ž¡ÙŠ\x00r5Œ©¼í\x1F=4n"
  b"\x01Ž¡Ù¢@p\x1D“—“\rC·Í$"
  b"\x01Ž¡Ùâƒs#c1Ià©@Ÿ"
  b"\x01Ž¡Ùððs]ª§€§\x07±_Ì"
  b"\x01Ž¡Ùô±p[’0™p\x15‡¹Œ"
  b"\x01Ž¡Úqðqº”ýÏ6«[('"
  b"\x01Ž¡Ú¡p\x06Œ\x1DÑÚŒ¦¨·"
  b"\x01Ž¡Ú—]r¢¢Ó?\x15þ\x07^P"
  b"\x01Ž¡ÚÎ\trT´Í\x19\t„f&¢"
  b"\x01Ž¡Û(ps¨¾÷¤½iÉM€"
  b"\x01Ž¡Û{Ës¾£(ËöõŒv\x07"
  b"\x01Ž¡ÛÉ\x1FpË€íÆ\x11j„˜ú"
  b"\x01Ž¡Ü^ðpÖŽáøß?q••"
  b"\x01ޡܴqf“ðÖæÕWõ¹"
  b"\x01Ž¡ÜÉbs5°{\x7F'\x1D’Õ "
  b"\x01ޡܿ7rO†\x10ã´z^þ@"
  b"\x01Ž¡Üî0pбx§…®\x0Eðu"
  b"\x01Ž¡ÝÂ\x7Fp7ˆ\tÞ¦‹íŽ’"
  b"\x01Ž¡Þ\x03Jp_¿\x7F&¡´¹âÔ"
  b"\x01Ž¡ÞP#q\e‚¥–K÷amÇ"
  b"\x01Ž¡Þj#p×›y'ü5ʤ\x18"
  b"\x01Ž¡ñ†ÙsGº€¿:÷°€="
  b"\x01Ž¡ñ¬Ãqq `ò|\x01œ€½"
  b"\x01Ž¡òl\x07r\x1AŒ\x1FŽRéc<"
  b"\x01Ž¡òžÇr,¨ÍF\x12¸÷è5"
  b"\x01Ž¡òÜoq\x00ޏ\x1D\x10WÔŽ"
  b"""
    \x01Ž¡ó\x01“rœºÝ\K\n
    ®²Ü
    """
  b"\x01Ž¡ó\x0Ejpw€\x13-ñ?VO"
  b"\x01Ž¡ó4\vs›Ÿ1\x13 ¸Çò"
  b"\x01Ž¡ó8\epA†¿äØ:s\\x15"
  b"\x01Ž¡ó¾¸sC–ÆÊÜÁíÀó"
  b"\x01Ž¡óÃ\x17pXª\x18lq²¾‘Ù"
  b"\x01Ž¡óÞÏr<Ž`pOsT1î"
  b"\x01Ž¡ô‘€rW¡\tõœÙµ˜K"
  b"\x01Ž¡ôÄ\x07pp˜_˜\x168‘ú&"
  b"\x01Ž¡õž<rDŠ\x14©¸n\x16Y\r"
  b"\x01Ž¡õ¢íqIˆ6’Bq"
  b"\x01Ž¡õ½-s¯Ÿœ÷›Tý÷©"
  b"\x01Ž¡ö\x1F\x08pԐ~žØÅñB!"
  b"\x01Ž¡ö \ts½‹ÎÐÞ\x7FÎÓÁ"
  b"\x01Ž¡÷`4qÅ‚Ž\x02F•õ­\x04"
  b"\x01Ž¡÷¬\esG²ˆ¯^Á<?t"
  b"\x01Ž¡÷²r\x12°A!~eÂ4Z"
  b"\x01Ž¡÷ð\ep¼¥FMI¢\x15š5"
  b"\x01Ž¡ø\t”qM©Ÿo!ŠÀôQ"
  b"\x01Ž¡ø¹Ús,¦:\x1A¢Ÿä\x05Ù"
  b"\x01Ž¡øÔÿsµŠ·|ÉY\x11…h"
  b"\x01Ž¡øæ\x17r@‚¥c«A¤\x17œ"
  b"\x01Ž¡øêJp\x05\x04”ET‹JÊ"
  b"\x01Ž¡ù=p‰™r1×*»Ç{"
  b"\x01Ž¡ùAœpV”xRˆ­¥ËÓ"
  b"\x01Ž¡ùf\x0Eqõ ò1§ÒqËö"
  b"\x01Ž¡ù\x7Fürý£éŸ©—ry‡"
  b"\x01Ž¡ù¸ùp\t¥´\x18\x0FË(×"
  b"\x01Ž¡û\x02Ÿqg‚\r¾°†ï#f"
  b"\x01Ž¡û*'sþ´àrNE}zå"
  b"\x01Ž¡û.\x02rÚŸv\x1Ea\x14Ô\x16L"
  b"\x01Ž¡û1ðqï£Hé\x00ãÛ\e,"
  b"\x01Ž¡û5ßpž‘\v\x11—˺:ˆ"
  b"\x01Ž¡ûd£qGšêŸ,»Þˆy"
  b"\x01Ž¡ûhxrá®æs8ªÏ–"
  b"\x01Ž¡û¿“s㥔Y…~N%°"
  b"\x01Ž¡ü\x10ßsí©Pfœ\x1FÛÝ\x7F"
  b"\x01Ž¡ü\x15Rsæ¢å!C’QΠ"
  b"\x01Ž¡ücqrmœ\x1D\›\x15:\x104"
  b"\x01Ž¡ü«Áq¿§À4¿ó`Ç-"
  b"\x01Ž¡üïnrîœ.ñY\e{Eì"
  b"\x01Ž¡ý\x1AMqÙ‡G£\‰Ú‚o"
  b"\x01Ž¡ýaÇp[³\x19Y…¯\x1A¼."
  b"\x01Ž¡ý£ôp@œ*°9Ï3×Î"
  b"\x01Ž¡ý¨dp\x1F»?ǝ3ðñR"
  b"\x01Ž¡ýÇ\x07rzš5HHª´À‚"
  b"\x01Ž¡ýÊòrƒ‡ù\x06Õ|xºi"
  b"\x01Ž¡ýÎ×qK¦’Q‘\x04S…p"
  b"\x01Ž¡þ1‚qŽ‹:œK˜WfŠ"
  b"\x01Ž¡þ]æpy·•Ðu\e$\x04;"
  b"\x01Ž¡þíŒp\x1D¼^I}çë\x1Dß"
  b"\x01Ž¡ÿ?Öq;”*\v­f\x08\x1A"
  b"\x01Ž¡ÿ r§­­‹\x14åm޶"
  b"\x01Ž¡ÿ¤gsw½\x16\x01\x03ñœŠ‹"
  b"\x01Ž¡ÿ¨,s\x18ÀN×pþß/"
  b"\x01Ž¡ÿÍ\x01soÏ”ÝI_÷5"
  b"\x01Ž¢\x001\x0Fp¿›ÖüñHªNÚ"
  b"\x01Ž¢\x01$÷qkž¿ñÆ7|b"
  b"\x01Ž¢\x01ñ\x1Dp@¬Y«Âµ+\x1F$"
  b"\x01Ž¢\x02¦©p4¤¦.Ðe\x1FB+"
  b"\x01Ž¢\x03\x07es)¹jG/jZ\x07e"
  b"\x01Ž¢\x03uzsY”â;Jž=£5"
  b"\x01Ž¢\x03y7qó†¬0k¼&@·"
  b"\x01Ž¢\x03}\trB¿ðKë\x16ì\x05("
  b"\x01Ž¢\x04?ZrA±\x13,±ßˆ]Ž"
  b"\x01Ž¢\x04mSr>§®ûg\x1A57 "
  b"\x01Ž¢\x04 $qǐ³÷#‘Q\fQ"
  b"\x01Ž¢\x04¤%s­¤ÿ)úVª_%"
  b"\x01Ž¢\x04¨\x1Ap™‡,º'Û`G8"
  b"\x01Ž¢\x04¬\x03q4”ä\x03\x01Ó\x18ß\x17"
  b"\x01Ž¢\x04øQpF±Ç§I"†3\x7F"
  b"\x01Ž¢\x05™×pãŠ\x10]\x17N\x15Æj"
  b"\x01Ž¢\x05ð³pìʈÀ¿ß\x05$"
  b"\x01Ž¢\x05ôìs…¿}æ\e;Év^"
  b"\x01Ž¢\x06\r÷pϦìÒN¥­ž!"
  b"\x01Ž¢\x064Ds-¡\x10§J¤Ã”5"
  b"\x01Ž¢\x06éapÏ–)xIt+”Ï"
  b"\x01Ž¢\x07)þsî€èç×—µŽ\x05"
  b"\x01Ž¢\x07e\x14qOÎGãÛ[7"
  b"\x01Ž¢\x07Åtp.«[­¨\x05dNk"
  b"\x01Ž¢\x08\t\x1Ds\…\túPP®\x01Î"
  b"\x01Ž¢\x08›Àsè–‰}\x14\x01Tk"
  b"\x01Ž¢\x08¯ùqH½\x1C‘gµ;ÝE"
  b"\x01Ž¢\x08Ümq\x14³\x7F\e®µ[¦["
  b"\x01Ž¢\x08îÅqZ›²ÝFd*ÙÚ"
  b"\x01Ž¢\t‘ôpšš&-Ær·Û\"
  b"""
    \x01Ž¢\n
    \x19}rϾ1®\x1EïÈHP
    """
  b"""
    \x01Ž¢\n
    {¬rª”Ü!¥#^pØ
    """
  b"\x01Ž¢\v#\x17r\x11´\x11ð©7ØÐ"
  b"""
    \x01Ž¢\v'\x03r®­\n
    þJ|²\x19
    """
  b"\x01Ž¢\f=ÿpñ!œ¤œº·+"
  b"\x01Ž¢\fB3qɘ'mÚ®€.>"
  b"\x01Ž¢\f{îpe…ßôJÌé£\x1F"
  b"\x01Ž¢\f\x03sÀ»\x03äº~\x1EÏ["
  b"\x01Ž¢\f–Hq£¤ðúŒ\x7Frdw"
  b"\x01Ž¢\rôÀs\x13µ0þ+\x16ú"O"
  b"\x01Ž¢\x0E\x17%sH¿°ý¥\x02"
  b"\x01Ž¢\x0E¶Ûr\x1EžýG\v/¼b\x13"
  b"\x01Ž¢\x0FNGs‡€Ûg\x02\x11F\x10^"
  b"\x01Ž¢\x10\x03–r\x17ŽÁ\x00z ú£"
  b"\x01Ž¢\x10rÞqo¨\x02\x13뎹(1"
  b"\x01Ž¢\x10ŽØqˆ¹Ðàô\x159¶¬"
  b"\x01Ž¢\x10ØÞsjƒüÞ1'»å\x1F"
  b"\x01Ž¢\x12\x04Xq\x0EŒ\x05f3\x17ܪ|"
  b"\x01Ž¢\x12ÛÜqá„Å'F8§“'"
  b"\x01Ž¢\x12ó‘pÝô\eý€I"
  b"\x01Ž¢\x12÷Àq5˜à\x06t\x05‚C"
  b"\x01Ž¢\x13b r\x1Cޫ鑭O@æ"
  b"\x01Ž¢\x14\fÁp®‚\x063m¬våC"
  b"\x01Ž¢\x14›‘q#®Ñ\x19©à$\x03Œ"
  b"\x01Ž¢\x14­Ärà¹n\fãÝi‘G"
  b"\x01Ž¢\x15[…qì»)·N8²Å¨"
  b"\x01Ž¢\x15gÚr)šQ[\eIp”Æ"
  b"\x01Ž¢\x15´‚p³ººCýW‘ߊ"
  b"\x01Ž¢38\x15pS”õË÷§\x15F"
  b"\x01Ž¢3^\x10p0ˆ¥-\x1CéDj˜"
  b"\x01Ž¢3d9p\x00¹<z ‰¦."
  b"\x01Ž¢4\x1DØsQŸü‡~Š]sÈ"
  b"\x01Ž¢4i›pÚ¶[œ\x1F °X­"
  b"\x01Ž¢4àQp5œ.\x06\v ÖǸ"
  b"\x01Ž¢6Xþp\x1F¬ìˆá(£ã"
  b"\x01Ž¢6îÝp¾Š\x07ƒæ·Ì4±"
  b"\x01Ž¢7$Xst”*\x14\x11*fˆ'"
  b"\x01Ž¢79ÑpU¢>Cm\x1AG¥É"
  b"\x01Ž¢7ç.s\x0F ç{\x03vKqÚ"
  b"\x01Ž¢7ÿUr\x16ŽËªî(dš<"
  b"\x01Ž¢8\x0F-q\x1E‚üƒ+2—Þ4"
  b"\x01Ž¢8,/s\x07±BOY/%\f:"
  b"\x01Ž¢8‚«pЏÿ\x140й\x03ë"
  b"\x01Ž¢8Ô`p\x1E ÙLá¦z{–"
  b"\x01Ž¢:¼srwª†b½*Rp!"
  b"\x01Ž¢;7\x19pzº$H¯\x02¸þU"
  b"\x01Ž¢<#³qÕž*®­ë.fŸ"
  b"\x01Ž¢<À‹sn‘\x7Fꀳ{\fl"
  b"\x01Ž¢<Ü?sÇ©–f¼…€r£"
  b"\x01Ž¢<ù;p2«ð|Ž»\x0EÆ"
  b"\x01Ž¢=\x08\x17s\x06ŸYý›Æ­Ó®"
  b"\x01Ž¢=\f=pÆ¢{±ž£-\x0E"
  b"\x01Ž¢=\x1E®q\x17·^uV¨¢×¦"
  b"\x01Ž¢=M—pë…j@/ vÀó"
  b"\x01Ž¢=R\rs/‚Ñ}Àj¢Í"
  b"\x01Ž¢=ê»sµ \v\x13N‹x{"
  b"\x01Ž¢>j?qºµ`T\x11Ú¦5i"
  b"\x01Ž¢>ÅMp}…Ÿ\x03Boè±"
  b"\x01Ž¢?Nmr玘nmw+“L"
  b"\x01Ž¢?kµp[‰â2ׁ×\x1F"
  b"\x01Ž¢@\x1EêqÌ·ý—äÙ¬@û"
  b"\x01Ž¢B›\x01stƒ-®©®œ\x1Au"
  b"\x01Ž¢B³æs=›\vÂ(ô¢#"
  b"\x01Ž¢Bþ\vq5™”ÏCl~D€"
  b"\x01Ž¢Dqdq…¢RG\eöÈÈk"
  b"\x01Ž¢D¦ks9¾\x12bQ()\x16!"
  b"\x01Ž¢E|\fs] 7=Jä“­ƒ"
  b"\x01Ž¢E—ƒs¢ƒ\x033ñÕ›\x15#"
  b"\x01Ž¢E´"q\x12½ m\x0E\räø"
  b"\x01Ž¢E¸çsdé6î\x16\t*#"
  b"\x01Ž¢EÕ\x1Esç„“6eÜ¢Ï\v"
  b"\x01Ž¢F\x08—sK‹LØ\x15Ü¥ž2"
  b"\x01Ž¢Fámrÿ‚ÜŠ75\x02\x12"
  b"\x01Ž¢G½Ur\˜‘X<Øáÿˆ"
  b"\x01Ž¢H\r£ps¤­W>\x0Etío"
  b"\x01Ž¢H0Œp\x0FºªÓ\tžS+}"
  b"\x01Ž¢IEËpµœmú\x1D•¾\x7Fˆ"
  b"\x01Ž¢IŽ-rAºûyå¾yÑC"
  b"\x01Ž¢IôÚpN·óùà\x10:ïÀ"
  b"\x01Ž¢J\x10Ýrñ”5VDüÁw{"
  b"\x01Ž¢Já4sp¿ã\v\tÞµ~"
  b"\x01Ž¢K\x14[p µ°³Ê¡'Fv"
  b"\x01Ž¢K\x18µpV«<$öêAÊ+"
  b"\x01Ž¢KM}q¥hDV;ê¿u"
  b"\x01Ž¢K’p[”,©eÓhûp"
  b"\x01Ž¢K¯ªq\x18Ž$$\t˹vˆ"
  b"\x01Ž¢K´4r¬‚‡ªV·ÌÚÖ"
  b"\x01Ž¢KÐßsÄ„m\tý\rÜ\x10"
  b"\x01Ž¢Kö§r"’\x16˜Fç·Å*"
  b"\x01Ž¢LqÊp\x0E¸Ë \fx\e±z"
  b"\x01Ž¢L£¾r€¸[ªÁ¿\x00PT"
  b"\x01Ž¢LÀ°s.…›«IR£k="
  b"\x01Ž¢Lûyr`·vRð¯UÌñ"
  b"\x01Ž¢M\x1C4pU„(\x15\x11ì\x11µ"
  b"""
    \x01Ž¢MBEp\x01·ƒ\n
    C+Íøe
    """
  b"\x01Ž¢MFÌpçž·.嚆\x190"
  b"\x01Ž¢MßqrÏ›ä¢H$’o„"
  b"\x01Ž¢Mú‰q\r¼¤ù©’&@Ø"
  b"\x01Ž¢MþÚsѐ‰’íFû7í"
  b"\x01Ž¢N\x18?rJ´Ã\x00”Þˆ\x10ª"
  b"\x01Ž¢N`@sɾÿßÏ,ç–l"
  b"\x01Ž¢NSp”šÜÔ\x15tKžx"
  b"\x01Ž¢N¸™s·…-]õ æm;"
  b"\x01Ž¢NÖSpä²¾æ\x16`ŽOÞ"
  b"\x01Ž¢NïQs»‘×aÔÞ<4š"
  b"\x01Ž¢O\x07Îr®‚7Þôž³"
  b"\x01Ž¢O?hs‚¤\x05А—À\x16)"
  b"\x01Ž¢OUèr‹‡Ç>srQ¦á"
  b"\x01Ž¢OZ(s<™¯ËÖ\x12³.‡"
  b"\x01Ž¢O•1qϬ„’xo[•ã"
  b"\x01Ž¢O³Ÿq\x1D‹å¡?X\x1D\x18¯"
  b"""
    \x01Ž¢P\n
    örB©2ÕÕÐ\x04ö†
    """
  b"\x01Ž¢P\x0Fœpqƒå\³†z¬n"
  b"\x01Ž¢P+üqO˜øŽp4¨\x1AŒ"
  b"\x01Ž¢PGÉpÈ·v-\x13Y¬”\x18"
  b"\x01Ž¢PL>q\x1F­µ–£|Ý€É"
  b"\x01Ž¢PgÙs\x13¡åÂè&Üqˆ"
  b"\x01Ž¢PƒJq£µ¬\x1EPÊ+$µ"
  b"\x01Ž¢Qçªr/Ÿ³ñŒ\x10¨Äb"
  b"\x01Ž¢RUïp#ž\x14kKÛ\x02\x0Fò"
  b"\x01Ž¢Rç0sÙ‡\x15b¤„•K‰"
  b"\x01Ž¢SÃwrŒ¥%LqÅß!\"
  b"\x01Ž¢SÇÄsC¦·öS÷æÒ7"
  b"\x01Ž¢T\x10)r²Ù¤\x11j\x1Cv "
  b"\x01Ž¢TNçpý¢ƒU¹–Ñ\x04Ž"
  b"\x01Ž¢Tl\erÚ³\r•°V\x01ðð"
  b"\x01Ž¢T«©q™³\x1DÛáE,.Ú"
  b"\x01Ž¢T¯Õr‚ƒUV7~\tå\x13"
  b"\x01Ž¢TÈ+q0¨ŸzŽƒ›:Î"
  b"\x01Ž¢Tádq1•ÔÀã\x15j§c"
  b"\x01Ž¢TåÔr\x1E <æB\r\vÉ»"
  b"\x01Ž¢U\x00]pÌ€A6ÚÏ—÷S"
  b"\x01Ž¢U\Hpä¦\x05\rô@~\x19k"
  b"\x01Ž¢UˆÏp\x14¨e\x17Q®I‚ñ"
  b"\x01Ž¢U»…q\x1CŽO8\x1AÖë|"
  b"\x01Ž¢U¿ÏpФ”‘EóÀÍ_"
  b"\x01Ž¢Uâ|pî§nÒTÚ®ME"
  b"\x01Ž¢V©`sªœÜ9Ó9]`£"
  b"\x01Ž¢VÅSq¾Ÿšà8\x1FØçŒ"
  b"\x01Ž¢W\x15bqä²iáמÆy¦"
  b"\x01Ž¢WaƒqC´ò½ÓD«8³"
  b"\x01Ž¢Wx6p™”B,IPÊ¡\x11"
  b"\x01Ž¢W|¤s[©2˜.¤ÖJŒ"
  b"\x01Ž¢X(1q(œ¦¹™\x17F"\f"
  b"\x01Ž¢X~ëqC•MmbðUfì"
  b"\x01Ž¢Xž\x1As‹ˆA¸cÃΘ\x16"
  b"""
    \x01Ž¢X¢£p݉èŽP\x06Ñ\n
    Ö
    """
  b"\x01Ž¢XÆ>r\x17Ž=\x13â„uk¸"
  b"\x01Ž¢Xëcpû”[i5ªè\x17Ì"
  b"\x01Ž¢Y=Çpy«[¥wƒB$ì"
  b"\x01Ž¢YivsîŽm_Ð)%O’"
  b"\x01Ž¢Yð\rqE®i_âò\x19÷ç"
  b"\x01Ž¢Z\x07’r×¼9™\x7FS2‹$"
  b"\x01Ž¢Z\vîse’äPÒÑOLª"
  b"\x01Ž¢Z>¨pâ±®U–·ÏŒÂ"
  b"\x01Ž¢Zޝr˘óH&š0\x11p"
  b"\x01Ž¢ZúýrIŽ6§,€Œ„\r"
  b"\x01Ž¢[\x172s» Á+l5-rù"
  b"""
    \x01Ž¢[0or–’Ëh÷·š\n
    \x16
    """
  b"\x01Ž¢[üòsÓ€Éâå ÷\r"
  b"\x01Ž¢\\x1Aaq&­\eIJ\x7F·åD"
  b"\x01Ž¢\V\x12r·¹Þcv…ÅÇ%"
  b"\x01Ž¢\Z rô°ò\vK•µo®"
  b"\x01Ž¢\\x7F‘pu¾è‰„Ø\x06H2"
  b"\x01Ž¢]k\x1As͐øÎx^!Žå"
  b"\x01Ž¢]‡)p\x06Ÿ\x15¡[j\x04~8"
  b"\x01Ž¢]‹yræ”R,\x053\x12XF"
  b"\x01Ž¢]§\x1CrØ‘ØM\x1E¦è\x11\x08"
  b"\x01Ž¢]ƝsE«vª\x15î!ï "
  b"\x01Ž¢]ß®pr—\x1E@ý3è\x19\"
  b"\x01Ž¢^\x10Ïq³–Õ©\x02`\x1E"
  b"\x01Ž¢^„Rs\r­…}#8*pa"
  b"\x01Ž¢^¯%qâŠ\x12ôÄuåOÁ"
  b"""
    \x01Ž¢^Þ¯pš€<\n
    ý¿~7X
    """
  b"\x01Ž¢_\x18¯r\­kzŒ¬ìÞó"
  b"\x01Ž¢`%Às<«\x08\x1C\x0EsД³"
  b"\x01Ž¢`*.s^¦ñ5©9*\x14Â"
  b"\x01Ž¢`w‹sЏâý\vº\x0F½"
  b"\x01Ž¢`Š‘q\rŸèÆÖ”ò\x08ª"
  b"\x01Ž¢`±\fs‰ŽnÜì¥ú€|"
  b"\x01Ž¢`çõsT¾î›ÀvÌžé"
  b"\x01Ž¢b)Apª¥\x03\x11ô§Ý"
  b"\x01Ž¢bXbre¶;̰ê&­Ñ"
  b"\x01Ž¢bÚjs!´}RÚ³íç°"
  b"\x01Ž¢c‹1s稷¦œ±nâ-"
  b"\x01Ž¢cµûs}¤ªÏ\x05x\ãÎ"
  b"\x01Ž¢cºér?³\x03J\x14/ÙÀR"
  b"""
    \x01Ž¢dJôq8‰õoÉ\x08\n
    
    """
  b"\x01Ž¢dwjpš\x0E:³þ:Ѷ"
  b"\x01Ž¢e§iq/¥îAA„\x17‘>"
  b"\x01Ž¢eÂãq+£Ác\x11ŽäŒý"
  b"\x01Ž¢fL‹qކéß·3djv"
  b"\x01Ž¢fvmp\x18É\x1C\x17\x06\x02"
  b"\x01Ž¢f“Ær\x07‹Và€µcŽ\x10"
  b"\x01Ž¢f¼žr˜º¼ÖoÅd\eõ"
  b"\x01Ž¢g\x14ðq§°QÁ"0Up\v"
  b"\x01Ž¢g=Ïq~¾Øò\x18…9Ë="
  b"\x01Ž¢gËxp5„~@€V\x13"
  b"\x01Ž¢h%\x08rÌ­Öž¦™œl"
  b"\x01Ž¢hW\nré¨1t\x1D%\x00Ø\x14"
  b"\x01Ž¢h~àpX/:\x11\x1EÓ†J"
  b"\x01Ž¢i1žsLµ¸þ¸‘\fâl"
  b"\x01Ž¢ihAq\x05¦;—Å\tl63"
  b"\x01Ž¢i‚µp\x11C.\x02dˆ`‹"
  b"\x01Ž¢j†\eqƁGUç\x1Félj"
  b"\x01Ž¢jŠ®qûƒk\x075?\v–t"
  b"\x01Ž¢j Zs¥øÔñz¯¢Z"
  b"\x01Ž¢j¤Ás߃ý”O©\x02ãÙ"
  b"\x01Ž¢j¿˜r1¡\x11\x1DÕE\x17"
  b"\x01Ž¢jñÉpñž¤JEï\x0F¼¨"
  b"""
    \x01Ž¢k&8p\n
    ”#uç\x07¤X
    """
  b"\x01Ž¢k*Îq¹žÏQVÂãç¬"
  b"\x01Ž¢k¨yr.‘\f\x0E[\x7F1|1"
  b"\x01Ž¢kïæs2ƒÜÚ­Ó"Gß"
  b"\x01Ž¢lHÀqÌ‚íw\x10y\x1D\x0F¾"
  b"\x01Ž¢le{s¶êó|(¬\x0E"
  b"\x01Ž¢lÞ¹p\x03œà\x05\r\x11øËÊ"
  b"\x01Ž¢m‰šqì³1»\x10óäÞ\n"
  b"\x01Ž¢mä)sm$¨Wéª>""
  b"\x01Ž¢n\x08Es\e«\x04Ä\fôH\x07\t"
  b"""
    \x01Ž¢n%´sª‚`_\n
    Š\x15º’
    """
  b"\x01Ž¢oX¿p©“€¨’ßÔìÞ"
  b"\x01Ž¢o|*q€¼lMÚÖúÚ]"
  b"\x01Ž¢o©\x1Cq‹®DµcQS\x13]"
  b"\x01Ž¢q\x11}pÒžz¨©†9+h"
  b"\x01Ž¢qsÕpœé\r©Ã+Ÿl"
  b"\x01Ž¢qÉ«pˆ‚õ°¬eÍü\v"
  b"""
    \x01Ž¢r\x05\n
    p»¢^\x19ð9ˆªá
    """
  b"\x01Ž¢r\t\r©´*h\x17á.æ^"
  b"\x01Ž¢r–p,¤¢\x14\x05,lŒ²"
  b"\x01Ž¢sn\x00p””Žav–Í×™"
  b"\x01Ž¢s‘Zs¹„\x7F8šl1VŸ"
  b"\x01Ž¢t1fr• Zúb’qBö"
  b"\x01Ž¢tXgr¦ O›Âi\x0E"
  b"\x01Ž¢t£žp+­lWþ¾âRŸ"
  b"\x01Ž¢uPÜsu‘&k6X\x1D"
  b"\x01Ž¢uk‡ppµü7\x188£øš"
  b"\x01Ž¢v\x1F«q¯¤ÅÌðA\x1E`\x01"
  b"\x01Ž¢vWåqVŒÏFæ\x19ÌÂø"
  b"\x01Ž¢vµ°rÀ¦íö̓-k\x12"
  b"\x01Ž¢vØzr\x12´_ÒD?_ñ²"
  b"\x01Ž¢vûÇr.ãNu;€Ÿ\x11"
  b"\x01Ž¢wXšsh†’~4Q²Õi"
  b"\x01Ž¢wæˆpG­ò÷YåÚŨ"
  b"\x01Ž¢x\x1F0p:ˆB2¹dky"
  b"\x01Ž¢x>’qV€ïŠ%¾;è""
  b"\x01Ž¢xa\x0FpдÊCð·ÁN"
  b"\x01Ž¢y)#sñ˜ÿ\fúôkÒ\x12"
  b"\x01Ž¢yŸûpã·G\x12¢K—tì"
  b"\x01Ž¢yàzqä¤#Ñ=êÙÿË"
  b"""
    \x01Ž¢zR}q…øÎ:S\n
    z
    """
  b"\x01Ž¢zt`sq€£‡„¯¿2À"
  b"\x01Ž¢{š†rñÚ_›É\x0F\x07`"
  b"\x01Ž¢{¾ÍqsŽÕE>GV4\x0F"
  b"\x01Ž¢{ÔYpn†´iyß.\x04B"
  b"\x01Ž¢|8\x03s¨ƒ¨—êU6Dµ"
  b"\x01Ž¢|<¼r\x1F£~`þ£d\tŽ"
  b"\x01Ž¢}G‰s\x12„’\r†7úfè"
  b"\x01Ž¢~ȧpǤ™ÙÙ\x7FFñ¦"
  b"\x01Ž¢\x7FI/p-”¨Ý̰_A•"
  b"\x01Ž¢\x7FÃcp9¾\x01Èú1þí×"
  b"\x01Ž¢€Ú;r*†›ò\x05úí¹ý"
  b"\x01Ž¢jÛqz^\x026ÎÏÍt"
  b"\x01Ž¢³\x1Apî½Ì¤÷Žœ)"
  b"\x01Ž¢‚5Rp\x16°\x1F‰h´AWÝ"
  b"\x01Ž¢‚pˆqŒ·êònyÛØê"
  b"\x01Ž¢‚Â0qÖ€ùNn\x02æ–ê"
  b"\x01Ž¢‚Ç#sÏ‹\x19ø$®»œ"
  b"""
    \x01Ž¢„íÉr•… \n
    ×€í¸H
    """
  b"""
    \x01Ž¢…ˆžq-¦ëDä\n
    _èV
    """
  b"\x01Ž¢…­·q³€‰™JÎÍB¤"
  b"\x01Ž¢…ÁEsì–Í\x1AXPÆgo"
  b"\x01Ž¢†\x08Æs‡¶\x10ab\x16"
  b"\x01Ž¢†¾€r¹Z„,ÇWLª"
  b"\x01Ž¢†ÑmrÉ™gñçóB©"
  b"\x01Ž¢†ã´s‚°Øà [ºX´"
  b"""
    \x01Ž¢‡\x0FÍrþ§@\x05\n
    Ö_Ô.
    """
  b"\x01Ž¢‡!Qs«Žé\x0F\x0F¦\x08ú5"
  b"\x01Ž¢ˆ@op8«Œ’’$ü\x03ª"
  b"\x01Ž¢‹k;pŽˆõ¢>ëúèI"
  b"\x01Ž¢‹­ºrx‡ðÜX¦vëþ"
  b"\x01Ž¢Žùóq‡™à32–klÇ"
  b"\x01Ž¢Ž7ûqW€rmÎü‡«'"
  b"\x01Ž¢ŽÕGpèµ\x12ö>ÙPNß"
  b"\x01Ž¢iRqlµ>,‰6¦¥Î"
  b"\x01Ž¢êïs)ŽŽ`\x0E#*E¡"
  b"\x01Ž¢vÆs~‚t˜ã+n\x12Ž"
  b"\x01Ž¢¥3qä„yÎUjnŽÁ"
  b"\x01Ž¢’\x05Æs)µª|é$g~X"
  b"\x01Ž¢’]5s\f¼žB!\fŽL`"
  b"\x01Ž¢’ïŠpo–p{iõ\x14'q"
  b"\x01Ž¢“LGsQ·â0íyß_ô"
  b"\x01Ž¢“Œq¶˜\x11#k\x1F¡E\x05"
  b"\x01Ž¢”!ósN½5%¾zìä"
  b"\x01Ž¢”&Ërã¨í8¤\`\f"
  b"\x01Ž¢”£Nq;šrÓ\x070'Uw"
  b"\x01Ž¢•qMs\x19¦‚t)bGù\r"
  b"\x01Ž¢•§\x1DrÕ†\x01\x00ŒÀ2›\x06"
  b"\x01Ž¢•ß—rõ³\x05\x1D\x12+`G"
  b"\x01Ž¢•äEp߇¤ødPuH^"
  b"\x01Ž¢–qks#ž-çð­³Â%"
  b"\x01Ž¢–v\epç¾…\x01‚©`Õu"
  b"\x01Ž¢–¹<r\x18¯‰òN/8\x16"
  b"\x01Ž¢—\x02\sã–M¢ÔìQ ä"
  b"\x01Ž¢—\x06Þpé–éË\fÇ `"
  b"\x01Ž¢—0²q±¨Í2r‹\x07ua"
  b"\x01Ž¢—Kÿq-¢‚\x12\x1F4R‹—"
  b"\x01Ž¢—oUrj·\x13zB‚ðJE"
  b"\x01Ž¢—©Vp ‡·×Ø"°3\x04"
  b"\x01Ž¢—®^p$½cJ¤u\x18ËT"
  b"\x01Ž¢˜P\x05qc³ýK/*+æ="
  b"\x01Ž¢˜³Ùq\x10¸:¬¢ôÓ€\x05"
  b"\x01Ž¢˜ß¥q\x1Eºœú\x1C®‘‚"
  b"\x01Ž¢˜çÀr²¨eþCæBg)"
  b"\x01Ž¢™\x1A®rï½”ÚQ\r\e½ò"
  b"\x01Ž¢™aŽqظÝoRŽï|r"
  b"\x01Ž¢™f2sð“êðÈ\x12¹\x18á"
  b"\x01Ž¢™–Wrö¢^²Ž\x04çîo"
  b"\x01Ž¢šuÉs˜µ/[\fC<Y\e"
  b"\x01Ž¢œ\x14Ârר׋—9ƒœ1"
  b"\x01Ž¢œ]nqà™:ÊL¦vÖE"
  b"\x01Ž¢œ¢\x1Ds`“7džˆØ\x12"
  b"\x01Ž¢œ§Cp¦³\x1C\x17@"ý6a"
  b"\x01Ž¢žaAp}ˆ\x1C\x05ËsXQ`"
  b"\x01Ž¢ž‰²p\x14¬‹Öq€³¾\x12"
  b"\x01Ž¢žª+qÿ¦¹|¥çBaF"
  b"\x01Ž¢žðµrL…:t&²q\x15²"
  b"\x01Ž¢ŸŽDq7ŽŒ3L\fH_ã"
  b"\x01Ž¢ŸÃgqÁŠ‹H¿g@Y="
  b"\x01Ž¢ \x15Æq"²‘ \x1Fo\x1D"
  b"\x01Ž¢ \x1AÉsÍ­Ž ¤“a§"
  b"\x01Ž¢ Xp|¢ø“c²Æˆð"
  b"\x01Ž¢ iÎqKƒP¿´µ\x03â¸"
  b"\x01Ž¢ ÙÀq¼ƒ‘…\x0E<Ÿæ"
  b"\x01Ž¢¡\x1C\x01q\x0E¢\t®ß\x06dí×"
  b"\x01Ž¢¡}zsŠ‚upã³¸V"
  b"\x01Ž¢¡®¸pÔš_H\x7FïÑ×Ú"
  b"\x01Ž¢¢ŸOqɤl$\x12ÑÚŒ"
  b"\x01Ž¢£j±sL‡\x05ç˳\x07€Ü"
  b"\x01Ž¢¤\x19NqÍ•—j\:ì×)"
  b"\x01Ž¢¤u(qT¡0;ý39w"
  b"\x01Ž¢¤ä9p逗äÇÆ\x1D"
  b"\x01Ž¢¦!™qÊ€\x19ÝÑ6ššÉ"
  b"\x01Ž¢¦IÐs6ëyÈÍNJ‰"
  b"\x01Ž¢¦â9r\x00¶«¾éá\x1D×"
  b"\x01Ž¢§%€rІ\x06X1ÄŽ1D"
  b"\x01Ž¢§\„sú“\r\x13\x18T›ø\x1E"
  b"\x01Ž¢§©ËqĨäN®þ÷ð‘"
  b"\x01Ž¢§ú2rœŽ)vÖ߆-Á"
  b"\x01Ž¢¨L–pZºìz1À-Ž,"
  b"\x01Ž¢ªÿ\x7Fp|ž¬@›Ýa\x14 "
  b"\x01Ž¢«\x1Anqٮ̬¯9-ͧ"
  b"\x01Ž¢«D©rv¸¦9°¤7˜º"
  b"\x01Ž¢«sÑpZ˜1[\x1FÆ¢†­"
  b"\x01Ž¢«ŽÑq'¢qÑìæ‘\x11y"
  b"\x01Ž¢«¬ËpW†Y£²\x14æ"
  b"\x01Ž¢«ïOsW²URþ…\e"
  b"\x01Ž¢¬4\x00qÉ‹\e\e|o.©Ã"
  b"\x01Ž¢¬{·sÅ–4*WF§›\t"
  b"\x01Ž¢­HdpV»%àåŸaÞn"
  b"\x01Ž¢­{/r¹§€n‰gcš$"
  b"\x01Ž¢­™órÈ­|üå°5\x03J"
  b"\x01Ž¢¯ˆÅq¬š<´A*Buv"
  b"\x01Ž¢¯¼]sß“Žà½ý\x06Úå"
  b"\x01Ž¢¯Ï\x1Cr¢†œµ¼\x18ƒ¨³"
  b"\x01Ž¢°?)q*¤§Ã\½ð@\x1C"
  b"\x01Ž¢°šVr_‰8iŽ-$"Ø"
  b"\x01Ž¢±‰[rßšiûE…žQ\x01"
  b"\x01Ž¢±­æs̳d¸ª+B=#"
  b"\x01Ž¢±Ø%r.°¿LTÊð¡¸"
  b"\x01Ž¢±ë\x1CpjŠÒüQøigI"
  b"\x01Ž¢±þ9p-žAÄŠ\rh ¥"
  b"\x01Ž¢²\x1D‰sqžFP\x1F€æò"
  b"\x01Ž¢²{[sJ¢è°©…Ñ+§"
  b"\x01Ž¢³M•r•¦Ùý«–p·ó"
  b"\x01Ž¢³wÝqd„çH–”‰*—"
  b"\x01Ž¢³°/sÖªè4æ\t¶‹ë"
  b"\x01Ž¢³Ý¾r¡”"b¥ N+ç"
  b"\x01Ž¢´PqŒ_ûŽmõ¼ "
  b"""
    \x01Ž¢´}yqÖ›¼\n
    @<·ýñ
    """
  b"\x01Ž¢´è¢s7†Àˬ½ \x0F0"
  b"\x01Ž¢µµ1pN—-¿ šœr"
  b"\x01Ž¢µö}q¾£v« }FV"
  b"\x01Ž¢¶W\x08p8¶˜ü(Ç]'ž"
  b"\x01Ž¢¶×Vq'£gìÈJf¯ñ"
  b"\x01Ž¢¶Ü)p Sê‚,b•Ã"
  b"\x01Ž¢¶ü2sÿ•\x17 x99Í4"
  b"\x01Ž¢·\fçrœ¡Žé9\x01>\x04ó"
  b"""
    \x01Ž¢·Köpw¯Ü\n
    ×k\x12Ž
    """
  b"\x01Ž¢·qÕrȲóa\x11÷wlØ"
  b"\x01Ž¢·’5q •ù=§¯ì%ù"
  b"\x01Ž¢·Ù#sµ¡ûQ­7ëvX"
  b"\x01Ž¢¸*èr]£nZ5;ívF"
  b"\x01Ž¢¸>Èr\v³=þÌL\x08AC"
  b"\x01Ž¢¸Ë5rŒx¦ö°3œ"
  b"\x01Ž¢¹\x0E†s\x12³\x18Øå¼÷΁"
  b"\x01Ž¢º»>s¢Ž\x1CZ¡Z¡\x1F"
  b"\x01Ž¢»ÃÅq š\x10ÆÀúè\x14O"
  b"\x01Ž¢¼>ñs°ë»Â]ø÷"
  b"\x01Ž¢¼]7q³­Åè\tô|³\r"
  b"\x01Ž¢¼aöp´·_\x08mHò%\x7F"
  b"\x01Ž¢½\x07Åpë³jï²45¡:"
  b"\x01Ž¢½\fás4¸†oþ ¶\e\x7F"
  b"\x01Ž¢½ \x02rç‚8#¹¿\x0E"
  b"\x01Ž¢½Bæpà”<u\½uz"
  b"\x01Ž¢½•…s—œ³‰Y»\x032o"
  b"\x01Ž¢½º\x16py’\x18\x19À”ysÏ"
  b"\x01Ž¢¾\x1A©s‹ªe?ü-ÇÚJ"
  b"\x01Ž¢¿X6p‹¦êGâ|\v"
  b"\x01Ž¢¿³\x1Cq\x05 2hÂüu ‰"
  b"\x01Ž¢¿Ä\x16q\e»ŽÒI¤_>\x1E"
  b"\x01Ž¢¿Ô´s\ˆò…ÞsÁÉ\x1E"
  b"\x01Ž¢¿Ùqž²)P¼\x00€•m"
  b"\x01Ž¢¿ö3paˆ.—ˆ'\r¶Î"
  b"\x01Ž¢À@Fqtž¶µÄÖ'è,"
  b"\x01Ž¢À‹lpš¾\rÍO¹Û\"
  b"\x01Ž¢Áâ"sC°ºç\x1F™ÃN+"
  b"\x01Ž¢Â#ÏsI„8%=_h‰\x00"
  b"\x01Ž¢Â“Ûrâ‹\x15»zÆiÞ\x1C"
  b"\x01Ž¢Ã}:p>·\x04³-»»\x01à"
  b"\x01ޢĮCq¿–«îÛMÕÃ\x14"
  b"\x01Ž¢ÅJ\p\x11\x7F¸û¹Âeú"
  b"\x01Ž¢ÅÉ}qñªq±|ªßû"
  b"\x01Ž¢Åä¤q9C\x01RHÖªž"
  b"\x01Ž¢Æ;¤qÖŽÌ.G_\x04\x01u"
  b"\x01Ž¢ÇSOqU½¨ó0\rÖç"
  b"\x01Ž¢Ç¸*s\x01´R.\x17Oª¨\x0F"
  b"\x01Ž¢É\x19çrO˜kV\x06\x1Dä/\e"
  b"\x01Ž¢ÉÁ;pq‘DÚ\x144ï•/"
  b"\x01Ž¢Ëãþr°Ž2óÀ„ùç‚"
  b"\x01Ž¢Ì&\x12páŒDlf¾\e"
  b"\x01Ž¢ÌIcp°ŽåÚ†Ud7\x1C"
  b"\x01Ž¢ÌÖ„qãœx˜x[?”‡"
  b"\x01Ž¢Í{ms\x16§Ka¯\x1E¼\x10é"
  b"\x01Ž¢Î\x18©pûƒ×\x06o\rW²á"
  b"\x01Ž¢Î»\es\x00’Ç[iŒ{Á)"
  b"\x01Ž¢ÏÀ§p\x06¾ #\·¸"
  b"\x01Ž¢Ïþpp·ž7éèoÅio"
  b"\x01Ž¢Ðëæs7¤·\x15ãU\IÕ"
  b"\x01Ž¢ÑЃráFE%¹•"
  b"\x01Ž¢Òê¿pÀ“\tòîW\x16Ü‹"
  b"\x01Ž¢Ó,)q\x15·&\x06~Žú¦\x18"
  b"\x01Ž¢Ô2tqί°ÚW\x0FG¼ª"
  b"\x01Ž¢Õ\x01(s#!\x14ÿDê—ë"
  b"\x01ޢՁ5qQ–cƬ§ÒîÎ"
  b"\x01Ž¢Öe÷pð»\x07â|\x06»ãP"
  b"\x01Ž¢ÖµÍsè’Pé\rA“Ê\t"
  b"\x01Ž¢×\x1FVq)£œÝ¦²vr¬"
  b"\x01Ž¢×Éöpg¤žT>¼Ì¾©"
  b"\x01Ž¢Ø$àq\x00““›®7™Ì"
  b"\x01Ž¢Øh^p´båZ\x16†o "
  b"\x01Ž¢ØmÄr>ªƒ§_p\x1EBf"
  b"\x01Ž¢Ù\x0F¥qeŽ©žñtäêD"
  b"\x01Ž¢Ù£Kp\x06œþ„³ìù~\e"
  b"\x01Ž¢Û@iq‘«7û”\x18içr"
  b"\x01Ž¢ÛR«qB·O‹\t‰Ü\x01`"
  b"\x01Ž¢Û`Óp^•ÃxbWeð"
  b"\x01Ž¢Û‘\x0Fq…²“$LèØ¡æ"
  b"\x01Ž¢Ûä>p\x19 a°Ÿ¸VD"
  b"\x01Ž¢ÛøÆs\x15™f`\ÛšÜù"
  b"\x01Ž¢Ü<]rr©\x14¥ÈÜÙ\x07L"
  b"\x01Ž¢Ý˜´qFާzt\x05K\x05k"
  b"\x01Ž¢Þ¢jrÙˆ/\x13\x13 é}~"
  b"\x01Ž¢ß\x01Us5£ÕA†-.Vç"
  b"\x01Ž¢â\x02Uq¯°M\x08îØR¶ì"
  b"\x01Ž¢âSPpð½}k!U(¤\n"
  b"\x01Ž¢â¿\epA¡t_M\x05€eY"
  b"\x01Ž¢âèãs8Šôèj\x10*O2"
  b"\x01Ž¢âÿŽp¾›õ'\x18\x14\x1E"
  b"\x01Ž¢ã•;rý²¶®+zE\x06\r"
  b"\x01Ž¢å*ÓsÛ¹3ní cû\x16"
  b"\x01Ž¢åb˜r\x10¡Ûé\x08cü³™"
  b"\x01Ž¢åsÿsj€¦\x04Â}nzÅ"
  b"\x01Ž¢å•ÃsnšOØ×Ë\x06ek"
  b"\x01Ž¢åªas¼¹)˜=“ۏY"
  b"\x01Ž¢êÅîr\x06¸´yaÿ–gú"
  b"\x01Ž¢íL‘puŒô3¤æ\x1A"
  b"\x01Ž¢ïMìr\r¾\µÇ\x00Ÿ©Ö"
  b"\x01Ž¢ï²\x12p\x16£#p@5xÿü"
  b"\x01Ž¢õÕq\x02¸Ù|ƒ\x0F\x1C©~"
  b"\x01Ž¢ü8gqã¤yï§°î\vÕ"
  b"\x01Ž¢üJ.rbª}tÆ­º^Î"
  b"\x01Ž¢ü†'r”Ž’!"àR\x11N"
  b"\x01Ž¢ü¼Lr<¬÷Ér+mà›"
  b"\x01Ž¢ýF.pÆ‹NŽ\x15>¡©\x7F"
  b"\x01Ž¢ý‚5spŸýE\x10(®z3"
  b"\x01Ž¢þG¿qõ³Û|˜Öò‚§"
  b"\x01Ž¢þm¨qöŠÛJÔjùŸò"
  b"\x01Ž¢þ“tq\x12™Œe«¤\e¸ý"
  b"\x01Ž¢þÓ\x01rÂ…ÊB05o)X"
  b"\x01Ž£\x00ÿsÅ©Ñgªpq•à"
  b"\x01Ž£\x00Û…rM€ãMÀŠÎi\x04"
  b"\x01Ž£\x031\x14r1¥rr…F|Õ¡"
  b"\x01Ž£\x03¥\x14qàŠìXM\x10hf\x14"
  b"\x01Ž£\x03ÝÇqއߣMЬP"
  b"\x01Ž£\x04e}r©œ‹“‘׏a"
  b"\x01Ž£\x05x3p½‰èx4B\x18\t1"
  b"\x01Ž£\x06é¸qŽ„’\x18¯\fnó3"
  b"\x01Ž£\x07òŠs‘Žœ!z—n5×"
  b"\x01Ž£\x08“ZsO—·^ÄQ\x06\x14©"
  b"\x01Ž£\t\x04‘sä„ç’\x01¸–\x07`"
  b"\x01Ž£\t*ÐpÓ»ÕUai·ŽÐ"
  b"\x01Ž£\fIÆp…‹êK´\vìQÑ"
  b"\x01Ž£\fgÉp0™(&XQV§œ"
  b"\x01Ž£\r\x06\x06sR°$<Ö\fúz¤"
  b"\x01Ž£\r\x1Eßp”®z\x00²“\x02’~"
  b"\x01Ž£\r>‘r4ª-—1.=¯Ä"
  b"\x01Ž£\rlpq¯ŒîšàyT}¦"
  b"\x01Ž£\x12\x05¦r}¹÷—êÊŽ\x1F"
  b"\x01Ž£\x12\x16hqŸ­N1®§\x15ÜÞ"
  b"\x01Ž£\x16\eºpÌ›€ÓóîÑ1F"
  b"\x01Ž£\x16q;rA¯s2\x0FÒN”™"
  b"\x01Ž£\x16—áqo¢S\x1C·\x1F¤$"
  b"\x01Ž£\x16Ççs{¥}¶ú¨Ÿ¹c"
  b"\x01Ž£\x17[›sý¡`É*\tîIÒ"
  b"\x01Ž£\x17ÌÈs®¯&þq\x12{\x12-"
  b"\x01Ž£\x19\eær…³]Hü–Ñšw"
  b"\x01Ž£\x1AhÊrEŽ}K\x10ZT\x06"
  b"\x01Ž£\eŸ·s‚ À·:nÜ\x06L"
  b"\x01Ž£\x1Fƒïq‡‰šr\x1D>¡$:"
  b"\x01Ž£ PÔq{Ž£Ô–NÞÌ×"
  b"\x01Ž£ ¯uruös²\x00w!\x01"
  b"\x01Ž£"\x18Xqc…,ë±\x07¯"("
  b"\x01Ž£"R£ppŸÃÓ\x08žk\x05>"
  b"\x01Ž£"éœr‡‡2ˆÝW\x17"
  b"\x01Ž£$òÉrÿ³¡E°U¨œ\x02"
  b"\x01Ž£%yas’¶àlQ¿H\x03\e"
  b"\x01Ž£&æ”s઒HÓ\x10L,6"
  b"\x01Ž£(ŠLpö¬ÜeØš»%2"
  b"\x01Ž£*\r-s>–.”å\x06XQ\x05"
  b"\x01Ž£*\x1E\er$…ò1ö}y”"
  b"\x01Ž£1.\x7Fr•€ý\x18P\x00x|T"
  b"\x01Ž£3\x06.r0¦\x1Cöv\x7F|!P"
  b"\x01Ž£3\v”r†¡¦rDŽä…"
  b"\x01Ž£7·ÂpÖª‘›Ðã\x11àú"
  b"\x01Ž£7àßpÑ„˜‰ÚÅ>êÊ"
  b"\x01Ž£8DXsX›-–óc+Xy"
  b"\x01Ž£9'<q.­•™øMS\x10Â"
  b"\x01Ž£<ÜVrÙ±œ8†Öï!\x01"
  b"\x01Ž£@6*r3‹\x0EæŽÙàæ"
  b"""
    \x01Ž£@ \n
    pU’Èûáyùâ
    """
  b"\x01Ž£@³osmœ¦s\x02v&\x11}"
  b"\x01Ž£A\x11üq²â\x7Fÿ¸ÉÜ="
  b"\x01Ž£A…Ws_‰µeˆ¡Ézá"
  b"\x01Ž£BSÿr¡©C9ºá:Î\n"
  b"\x01Ž£C]ãr)¥¶‹ñ+Óìˆ"
  b"\x01Ž£R°Mp¾¦B±Ã¥]7\x19"
  b"\x01Ž£U†YsP§3Ï\x19¸\x17óä"
  b"\x01Ž£W$5r\x02‡n÷zR\x15\\v"
  b"\x01Ž£Xµ’qR˜W\x17Q Ä["
  b"\x01Ž£^[ s\r¾a²Ì…ß¿ž"
  b"\x01Ž£av¼rK¼9N9©•EY"
  b"\x01Ž£sd’r\x12·÷ÊaMøKh"
  b"\x01ާ%aršéÊP\x7F‰0ó"
  b"\x01ާ(\x14Êq\x04»k°Nœöл"
  b"\x01ާ1\x08žs·†à‡&gŸ%\n"
  b"\x01ާ2lÈr‰¹j\x01A·ý\tq"
  b"\x01ާ99¿q\x08€Í¬ÌR6¨Ò"
  b"\x01ާ@¿ôq‘Ž™\x01éjNw"
  b"\x01ާGz\x11qΫ¼ˆžv\v\x00ž"
  b"\x01ާKÔžp;¤\x10\x01wPâæh"
  b"\x01ާLJ®rh…\x11x\x1C\x7Fs´¼"
  b"\x01ާM)9sq‹#\x1AOÄ~@™"
  b"\x01ާgZws[ŽþÜÞ^Ó3\x11"
  b"\x01ާgŽ\x13s#’¹ß^\x1AÛNŸ"
  b"\x01ާi\fÿs¿¿{„éβXˆ"
  b"\x01ާjºtqn•‚D›C5z"
  b"\x01ާl\x03ÒpݼQÆ]tÝ¿™"
  b"\x01ާme„sÌ¢\x03Gs<—\eË"
  b"\x01ާp3lrÖŸ{ßZ†f´z"
  b"\x01ާpˆ6s\x11Žp\x0Fè@±\x17Ð"
  b"\x01ާpŽƒsê Sy•G\x10ž"
  b"\x01ާrV\x0Fq¼¢1À\x18ÜÂ\x12E"
  b"\x01ާyÔ“qˆ‚5N¢Ù¬ù³"
  b"\x01ާz^’ps¸×êüØóE"
  b"\x01ާ{ ÿqa„\x105#×È•«"
  b"\x01ާ~\x1AÊpŽ¿è\x12¶F*\x04"
  b"\x01ާ\x7FÆrpŒŽšRrkÿ |"
  b"\x01ާ€\x05]p\x7FŽ“íÓ—?2&"
  b"\x01ާ¤Hrx©§|Ÿ¡\x1FY–"
  b"\x01ާÇTrù§Ú.Ìy€Á"
  b"\x01ާƒs›qo—“È8ß#N"
  b"\x01ާƒæÓr-³½x.¸\x17tT"
  b"\x01ާ„ô>r÷´9h\x08Ò•÷¬"
  b"\x01ާ…j¡rLŸŽ·Ì·\x11ß1"
  b"\x01ާ†ªèqbºòÄÞA¥\x18\x05"
  b"\x01ާ†ùqÿ’\x07\x12\x07 —"
  b"\x01ާŠN;pŹü}ù6ÛúR"
  b"\x01ާŒ”ór6¦\x03\x00\x19.íÕÑ"
  b"\x01ާŽ;@q·”=]î$\x01ûu"
  b"\x01ާÂÆr%‚\tšàHhÎû"
  b"\x01ާ‘$½q¯¥à5[{«\x176"
  b"\x01ާ˜ç\x10r\x12ˆ•ÿ+çûg"
  b"\x01ާ¤\x00çp{–o.8%6\vP"
  b"\x01ާ¥º¹rY“nóLtNµ˜"
  b"\x01ާ¦B|qz›÷km&=ºk"
  b"\x01ާ°0rqÓˆlЊ\x14)MŽ"
  b"\x01ާ±„<sõ­\x16ª€úrÓ§"
  b"\x01ާ³úysÓ£\e\x05ˆÔÓ“\x03"
  b"\x01ާ¶/‘q˜ \x04ŪTdŽr"
  b"\x01ާº•»p'‡ù\v¢ð·«Þ"
  b"\x01ާ»˜àp\x13³\x01\x08iéÚ\x1Aæ"
  b"\x01ާ»ß!s\x12L¯\x13‹Ñ\e"
  b"\x01ާ¼\x19Šr›¯\e%n« á÷"
  b"\x01ާ½èús­®óځ¾Î`Í"
  b"""
    \x01ާ¾V\x1Eq6‘tA÷\n
    \x12
    """
  b"""
    \x01ާ¿'òs†­C\n
    é¸\x15²Ø
    """
  b"\x01ާ¿§«p‡”à\x08ó@«¿B"
  b"\x01ާÀ}írð±¨K\x0Eì×ï\t"
  b"\x01ާÀÂFq¯4ùad^û+"
  b"\x01ާÁ³µq\x7F¡’¼ÊÛzœg"
  b"\x01Ž§Â¹Wq\x11®ÄùÿŠ>w\x14"
  b"\x01ާÃb»q±©ÍËÑBbnË"
  b"\x01Ž§Ã´©pI¾¹€ÑF“}b"
  b"\x01ާÃùÿs£Œh@ĨXý–"
  b"\x01ާÇÝ×r’®l?²%\v÷"
  b"\x01Ž­­¹r4˜‹\x04‘1Çk'"
  b"\x01ޱörŒq{¤üÃ\x1FÓ¿YÅ"
  b"\x01ŽÀº×Ysô˜žÌÞYxÈa"
  b"\x01ŽÁ&ÇÜqg»õã`\x08ÈED"
  b"\x01ŽÁ(6hrƒ¢¦\x11-ކ.["
  b"\x01ŽÁ/ñ·s±€nÄzׯ\x0F¦"
  b"\x01ŽÁË/²p‰®gÛöŽã¶"
  b"\x01ŽÁÕHgsx„#\x04Ö¦aÚç"
  b"""
    \x01Ž\n
    }\x1C*sÁ•’ÌD.”ÓK
    """
  b"\x01ŽVm_HpЊ$'9pt©U"
  b"\x01ŽVmi=s\x05¼ï¾s\eAÉP"
  b"\x01޾€LÑsЯd•a\x0Fþð\n"
  b"\x01޾€]Äp\x13°D2ç¶öÊÀ"
  b"\x01޾€sMq›¤cWÌ õ0ù"
  b"\x01޾€}Qq7•®!Ë.\x03\x045"
  b"\x01޾€†Ês鉁_˜\x0FY8\v"
  b"\x01޾€‘wsͶ\r]\f«X\e\"
  b"\x01޾€žìpF¦8e¹a]…"
  b"\x01޾€ª\x05rÕƒÁñ)6\x00ÿ"
  b"\x01޾€³ßp,£¼\x02\x089øá·"
  b"\x01޾€¾Õp•ÏU¸šj\x0F;"
  b"\x01޾€È¯sgŽi¬W•"ô·"
  b"\x01޾€ÒÆp\x15ŽGÅÁ2\x1F"
  b"\x01޾€ÜÕr‚¦j.’Fâ\x1CB"
  b"\x01޾€æ.q"¶ŸÎÌW\x1CÄó"
  b"\x01޾€ðåp©¶]W>[¹`B"
  b"\x01޾€ü2rU¨Íˆ\x01Ê ;w"
  b"\x01޾\x06þr\x0EАhµ¢yµ"
  b"\x01޾\x14\x12pQ’¶¥—'²\x1Fù"
  b"\x01޾\x1F*r‚áTq\x14ùTô"
  b"\x01޾*\x15p\t¨7Ï\x1EþßHÓ"
  b"\x01޾4îr´–¢GÙÉeÝ€"
  b"\x01޾@—qH‚•ê\x03º‰§¬"
  b"\x01޾K\x1FpÜ£²5h°Ötç"
  b"\x01޾U\x12p÷³÷zo*àj""
  b"\x01޾^ñpèŽ*cã¼X#"
  b"\x01޾jGqQ«¨éÎóŸq\x04"
  b"\x01޾t¼q!¸Ñ~³ô¨/"
  b"\x01޾~cp,´Î"jÅÉÃ\x02"
  b"\x01޾‰Ýor宂¯2J½›\x17"
  b"\x01޾‹çs[©4q¿'ÛY"
  b"""
    \x01޾‹òëq†›©\fX5\n
    \x16O
    """
  b"\x01\x05ѸÍqf¶´cNK}ðq"
  b"\x01\x05Ò\x12\x01qÉŽ`\x1EdO3«"
  b"\x01)\x08\tÚpg¥I\x08—FJE\x02"
  b"\x01Md_Dr1˜þGÙL§£\x18"
  b"\x01ả›sý `‡Qöë¥k"
  b"\x01qYÄÞqGˆ\x07OÂl—5\"
  b"\x01qÿ\x03p~µ5Ÿ=B¨CŸ"
  b"\x01 g‘»p?MàÞ”[…"
  b"\x01¹¢)‹s[¿Wn¿`?í\x02"
  b"\x01+RFùp\e½öáÂ\x14\x0Fï\x12"
  b"\x01ràsEq>½¾\x07weº­i"
  b"\x01rà¹Fs.ŽïÛ\x1CKŒž"
  b"\x01s\x16¦5qÅ¡\x02ù\x11\x18\r\x0Fì"
  b"\x01s\x16Ú¤s襆¢Œ"”Óv"
  b"\x01s\x1AMñr$žÅ87.8\x06\x11"
  b"\x01s\x1DÿÎs‰žJÚ‹ŽÇ!"
  b"\x01s\x1FØúr÷¸Xë»púoW"
  b"\x01s#U¢q`Ûß́NH"
  b"\x01s#q&s\x05¢8|R‹×ãã"
  b"\x01s$\\x19sò¼¸¼„  ºP"
  b"\x01s'”¥pM—ìø5/^½Ñ"
  b"\x01s6\x05*pþ¥ÿ\x0FÈ+%áˆ"
  b"\x01sN…›p“ŸÃã”`siÉ"
  b"\x01sq¨np\x19©ð<Ó7\t&1"
  b"\x01szEXs,•—JÁ­¡3g"
  b"\x01s¼\x15\x06qZž\eW=”ÉN""
  b"\x01t\x1C®_r\x00¹]Ä\x12\eJ\x03P"
  b"\x01‘“æ$žp\x03¨\x0E,Ë@\x17"
  b"\x01‘“æÂ½qNƒèq\x00v\x15øû"
  b"\x01‘“ç\x17is:—æu\e\v;ˆ¹"
  b"\x01‘“çI»pr™\x140O*õ†}"
  b"\x01‘“ç¤ÏpÕ€nIÓx\x7F‡?"
  b"\x01‘“è†×r\x06œ\x1AºYhyD>"
  b"\x01‘“íµÓs̆tÀúÔC0]"
  b"\x01‘“ï“9pرj\x16\x08 ŒD\x0E"
  b"\x01‘“ó;\x11p›³(É~L-\x11@"
  b"\x01‘”\x01mÀpž¶G5ë\x00–Ü!"
  b"\x01‘”\x05\x06õro–$â€\x15\x07ú0"
  b"\x01‘”\x05¡#s=¶Žº»ØO64"
  b"\x01‘”\x06‘Pr\x1D£)\væ¤\x11A\x01"
  b"\x01‘”\x07ü qÏŽÏû‚%œõ"
  b"\x01‘”\rfñrñ»y\x10®$ã4Ã"
  b"\x01‘”\x0E‹žsn•¤ó4/\x05\x18»"
  b"\x01‘”\x11\x13Lq_á\x1Fƒ\x19”Wé"
  b"\x01‘”\x18h#p] ÷†\x15\x17:z"
  b"\x01‘”\Ë+s~±Ô¸/\x15\x15"
  b"\x01‘”`L0rÞ¶¤A·¦Ê_"
  b"\x01‘”Œ¥ÁqkŠB÷\x02·ý®"
  b"\x01‘¢Ë)—qBOޤŸ#co"
  b"\x01‘±ó@‡r¼ŒéØ,ᘣ\x00"
  b"\x01’7rr‡sس>9˜‡:¥S"
  b"\x01’gGxpu¬Urœ•tm¢"
  b"\x01’gˆåœr\x0E­ò¯Ú)¶¸²"
  b"\x01’™ö’‡p{§¥RíW|×R"
  b"\x01’™þʼnsó¢Cç‹ÈÑ\x06Ž"
  b"\x01’š\x01\x02\x18r肯\x04T¸4y~"
  b"\x01’š\x10¸tpa‹ÅIÅ¹ïK"
  b"\x01’š$œ=sO¦ùy?ØÛ\x164"
  b"\x01’š6µcsf‹\x12I‰\x16¥T°"
  b"\x01’šEI\x01r¥'ãû,‘ª"
  b"\x01\e‰°ás˜›#Ò3º¥\x03"
  b"\x01\x1C\x1D#yr¥wìW«Ãk"
  b"\x01“'7‹r\v¦eÐ3‚è‚ð"
  b"\x01—Ê\x1A¦4r6³vEðÙz–j"
  b"\x01—Ζõq3’'(µ™P|!"
  b"\x01—ÏšÃtsÁ‘\x15‹sÄÓ·\x05"
  b"\x01—Ðû\x17^r\x15²J«­q•J0"
  b"\x01—Ó> Ûrµ§”\x12\x1C¿\x1E×¾"
  b"\x01—Õ¥"†që§,\x1D[iÚÓ»"
  b"\x01—ÖÅ6€sø¦Ë\x01H«Î"
  b"\x01—Û¿¿Ñs(ƒú]æ\x08M¥5"
  b"\x01—Ü”$Äs^º~r»\x19½\x15\x1F"
  b"\x01˜<9\x02Ash…\x03™zŸŸ}1"
  b"\x01˜¦;\x04lq“€BæÛ\x16\x18"
  b"\x01š\x01ò0\x06pŒŒ\x0F\x18\x12\x12Í"
  b"\x01š\x02\x11Q`s‚­6k|sÐ\x1AŽ"
]
101 0.61 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
102 0.58 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:
[]
103 0.48 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:
[]
104 0.20 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"\x01‹´]ïår.²…\x08\x1E@øç"
]
105 0.42 ms
SELECT `seo_path_info` AS seoPathInfo, `language_id` AS languageId
            FROM `seo_url`
            WHERE `path_info` = ? AND `is_canonical` = 1 AND
                  `sales_channel_id` = ? AND `language_id` IN (?, ?, ?)
Parameters:
[
  "/navigation/018c15393e227bec905652b0d08d3677"
  b"\x01‹´]ïår.²…\x08\x1E@øç"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"\x01Œ^!‰~p;Œ¶\x0FÄÐ%\x19¥"
]
106 0.10 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
107 0.17 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
108 0.13 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
109 0.12 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:
[]
110 0.33 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.fallback_1.description`, `theme.translation.description`, COALESCE(`theme.translation.fallback_1.description`,`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.fallback_1.labels`, `theme.translation.labels`, COALESCE(`theme.translation.fallback_1.labels`,`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.fallback_1.helpTexts`, `theme.translation.helpTexts`, COALESCE(`theme.translation.fallback_1.helpTexts`,`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.fallback_1.customFields`, `theme.translation.customFields`, COALESCE(`theme.translation.fallback_1.customFields`,`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.fallback_1.createdAt`, `theme.translation.createdAt`, `theme.translation.fallback_1.updatedAt`, `theme.translation.updatedAt`, `theme.translation.fallback_1.themeId`, `theme.translation.themeId`, `theme.translation.fallback_1.languageId`, `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation`.theme_id, `theme.translation`.description as `theme.translation.description`, `theme.translation`.labels as `theme.translation.labels`, `theme.translation`.help_texts as `theme.translation.helpTexts`, `theme.translation`.custom_fields as `theme.translation.customFields`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId`, `theme.translation.fallback_1`.description as `theme.translation.fallback_1.description`, `theme.translation.fallback_1`.labels as `theme.translation.fallback_1.labels`, `theme.translation.fallback_1`.help_texts as `theme.translation.fallback_1.helpTexts`, `theme.translation.fallback_1`.custom_fields as `theme.translation.fallback_1.customFields`, `theme.translation.fallback_1`.created_at as `theme.translation.fallback_1.createdAt`, `theme.translation.fallback_1`.updated_at as `theme.translation.fallback_1.updatedAt`, `theme.translation.fallback_1`.theme_id as `theme.translation.fallback_1.themeId`, `theme.translation.fallback_1`.language_id as `theme.translation.fallback_1.languageId` FROM `theme_translation` `theme.translation` LEFT JOIN `theme_translation` `theme.translation.fallback_1` ON `theme.translation`.`theme_id` = `theme.translation.fallback_1`.`theme_id` AND `theme.translation.fallback_1`.language_id = ? WHERE `theme.translation`.language_id = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
111 0.45 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`.`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.fallback_1.title`, `media.translation.title`, COALESCE(`media.translation.fallback_1.title`,`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.fallback_1.alt`, `media.translation.alt`, COALESCE(`media.translation.fallback_1.alt`,`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.fallback_1.customFields`, `media.translation.customFields`, COALESCE(`media.translation.fallback_1.customFields`,`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.fallback_1.createdAt`, `media.translation.createdAt`, `media.translation.fallback_1.updatedAt`, `media.translation.updatedAt`, `media.translation.fallback_1.mediaId`, `media.translation.mediaId`, `media.translation.fallback_1.languageId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId`, `media.translation.fallback_1`.title as `media.translation.fallback_1.title`, `media.translation.fallback_1`.alt as `media.translation.fallback_1.alt`, `media.translation.fallback_1`.custom_fields as `media.translation.fallback_1.customFields`, `media.translation.fallback_1`.created_at as `media.translation.fallback_1.createdAt`, `media.translation.fallback_1`.updated_at as `media.translation.fallback_1.updatedAt`, `media.translation.fallback_1`.media_id as `media.translation.fallback_1.mediaId`, `media.translation.fallback_1`.language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation`.`media_id` = `media.translation.fallback_1`.`media_id` AND `media.translation.fallback_1`.language_id = ? 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01‹¸}$\x11x}”j©ýqtø\x00"
  b"\x01‹¸~F°vC­‘°¿e€:\x14"
  b"\x01ª®uæz#²\x03ò\x07g•<á"
]
112 0.25 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
Parameters:
[]
113 0.17 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "en-GB"
]
114 0.11 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x01‹´]Ücs\x13¬Æ?©—4X\x1E"
]
115 0.16 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"\x01‹´]ïår.²…\x08\x1E@øç"
]
116 0.12 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
117 0.10 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
118 0.11 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
119 0.22 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
120 0.14 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
121 0.12 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
122 0.12 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
123 0.13 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
124 0.13 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
125 0.13 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
126 0.12 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
127 0.12 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
128 0.33 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x01‹´]Ücs\x13¬Æ?©—4X\x1E"
]
129 0.56 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.fallback_1.name`, `category.translation.name`, COALESCE(`category.translation.fallback_1.name`,`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.fallback_1.breadcrumb`, `category.translation.breadcrumb`, COALESCE(`category.translation.fallback_1.breadcrumb`,`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.fallback_1.slotConfig`, `category.translation.slotConfig`, COALESCE(`category.translation.fallback_1.slotConfig`,`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.fallback_1.linkType`, `category.translation.linkType`, COALESCE(`category.translation.fallback_1.linkType`,`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.fallback_1.internalLink`, `category.translation.internalLink`, COALESCE(`category.translation.fallback_1.internalLink`,`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.fallback_1.externalLink`, `category.translation.externalLink`, COALESCE(`category.translation.fallback_1.externalLink`,`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.fallback_1.linkNewTab`, `category.translation.linkNewTab`, COALESCE(`category.translation.fallback_1.linkNewTab`,`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.fallback_1.description`, `category.translation.description`, COALESCE(`category.translation.fallback_1.description`,`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.fallback_1.metaTitle`, `category.translation.metaTitle`, COALESCE(`category.translation.fallback_1.metaTitle`,`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.fallback_1.metaDescription`, `category.translation.metaDescription`, COALESCE(`category.translation.fallback_1.metaDescription`,`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.fallback_1.keywords`, `category.translation.keywords`, COALESCE(`category.translation.fallback_1.keywords`,`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.fallback_1.customFields`, `category.translation.customFields`, COALESCE(`category.translation.fallback_1.customFields`,`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.fallback_1.createdAt`, `category.translation.createdAt`, `category.translation.fallback_1.updatedAt`, `category.translation.updatedAt`, `category.translation.fallback_1.categoryId`, `category.translation.categoryId`, `category.translation.fallback_1.languageId`, `category.translation.languageId`, `category.translation.fallback_1.categoryVersionId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId`, `category.translation.fallback_1`.name as `category.translation.fallback_1.name`, `category.translation.fallback_1`.breadcrumb as `category.translation.fallback_1.breadcrumb`, `category.translation.fallback_1`.slot_config as `category.translation.fallback_1.slotConfig`, `category.translation.fallback_1`.link_type as `category.translation.fallback_1.linkType`, `category.translation.fallback_1`.internal_link as `category.translation.fallback_1.internalLink`, `category.translation.fallback_1`.external_link as `category.translation.fallback_1.externalLink`, `category.translation.fallback_1`.link_new_tab as `category.translation.fallback_1.linkNewTab`, `category.translation.fallback_1`.description as `category.translation.fallback_1.description`, `category.translation.fallback_1`.meta_title as `category.translation.fallback_1.metaTitle`, `category.translation.fallback_1`.meta_description as `category.translation.fallback_1.metaDescription`, `category.translation.fallback_1`.keywords as `category.translation.fallback_1.keywords`, `category.translation.fallback_1`.custom_fields as `category.translation.fallback_1.customFields`, `category.translation.fallback_1`.created_at as `category.translation.fallback_1.createdAt`, `category.translation.fallback_1`.updated_at as `category.translation.fallback_1.updatedAt`, `category.translation.fallback_1`.category_id as `category.translation.fallback_1.categoryId`, `category.translation.fallback_1`.language_id as `category.translation.fallback_1.languageId`, `category.translation.fallback_1`.category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation`.`category_id` = `category.translation.fallback_1`.`category_id` AND `category.translation.fallback_1`.language_id = ? AND `category.translation`.category_version_id = `category.translation.fallback_1`.category_version_id 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"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01Œ\x159>"{ìVR°ÐŽ6w"
]
130 3.14 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/018c15393e227bec905652b0d08d3677"
  "/account"
  "/navigation/018c160f27787930bc8e87ac1e18fc49"
  "/navigation/018c160f3922706eb9dd70c59f9aa0f0"
  "/navigation/018c160f462570b4887d8c619e9f43de"
  "/navigation/018dad98aabc7282a5ff0bcdb01736ea"
  "/navigation/018dad15faa170f49c1e9b0864477693"
  "/navigation/018df0de35e87332baef719d63471f0d"
  "/navigation/018deb7025b37140968fc1da0a97cc0d"
  "/navigation/018df09518e673cf86c09066bd767df4"
  "/navigation/018df092196371489ec9a1dfb6d78d42"
  "/navigation/018deb4c6a1e73969693896ec1ad789b"
  "/navigation/018df092f169711e97f23857e303108a"
  "/navigation/018deb77d389728492837108bc3ea50f"
  "/navigation/018deaebe06172a29325e46ee80653eb"
  "/navigation/018def470ea072aaae2163302371503a"
  "/navigation/018d36079d84714bb79955548372c8b4"
  "/navigation/018dea442d9173da8b951dcdd2e35df5"
  "/navigation/018d3608a16772f2960313dc467c08e5"
  "/navigation/018dac94d1f271a3be5e86e4febd40be"
  "/navigation/018d360a553171e4bd6d4e2df6b77afc"
  "/navigation/018deaec3b457243a2e76163e8bda694"
  "/navigation/018d3608051c72bbac23c5cc5dab367c"
  "/navigation/018d3610931c70b2aca301d9588a33c9"
  "/navigation/018d360ac38f7215a07bac5a8d5de1ae"
  "/navigation/018d360931fc710f962381a2dae2a2d5"
  "/navigation/018da24d5a6d71e1a5fc3753f9d8c370"
  "/navigation/018da20f762670eaae9181ddc51b1823"
  "/navigation/018d9d77bd2672e39e3b33390d1b04e3"
  "/navigation/018d360a0f6a719e9931bdef43035b26"
  "/navigation/0191753c58337000aa62b7f2bfa8118d"
  "/navigation/018defa4320673ecac2c8f86aaecb725"
  "/navigation/019175607be871c9aa955a53e00ceb82"
  "/navigation/018c15f1599376b48e628216a7db36e3"
  "/navigation/018deaec9b5171e497038fe3aecc7ea0"
  "/navigation/018d3609a59972d9b01d66debbad3f48"
  "/navigation/018d3608d5e87246837fb6c51e5f8505"
  "/navigation/018c153b0f187e32bca6f2598177d418"
  "/navigation/018d3607b97d72f7815f8a6f5f40cb9b"
  "/navigation/0197d12cb00d723ea6f8f9c7cc865557"
  "/navigation/018df035f99870a68c35d80b5747e7e3"
  "/navigation/0197c58aa0d272f4aa86968226f66cda"
  "/navigation/0197d722cc1470fdbae9da2647138ffd"
  "/navigation/01907340777072d0aff097af7a402fab"
  "/navigation/0197cfe0413073f2ae4f2b9cc537d919"
  "/navigation/018e0a4c45a671ceab975e4f49c7b042"
  "/navigation/018df06ce1147083904e44f989180e36"
  "/navigation/0197d7d3a02b703ea838a9be0be170d3"
  "/navigation/0197d863126a71a7b65d13376ad2cdcc"
  "/navigation/0197d322d31471cb98d5fe4e917ecec3"
  "/navigation/018deb1ad2f4738aaf1479a391fbe2dc"
  "/navigation/018da2542319726d8f969adc962b78db"
  "/navigation/018d360a7db170dc9a14dbf570ea9ce1"
  "/navigation/018f8709828e728aa341eec11a120364"
  "/navigation/018d360a6ac271f7972e08d4a1f7701f"
  "/navigation/019175588db97109a76b57158b0eed20"
  "/navigation/018d36089e0371a9be0130cb51b30e37"
  "/navigation/018deaecf90472cbaaa9a5ec66c2095b"
  "/navigation/018d3609c517726ea5bc3e17c3fda5a3"
  "/navigation/018d36082d6c71899709e616046876b6"
  "/navigation/018c10a0ded87e99bc299688f95e4e84"
  "/navigation/018deaed5729700ab35c9ca20dca032a"
  "/navigation/018df07b7a3a709dab70f0cf757bef6a"
  "/navigation/018df077cbe17089aeb795f0e1281606"
  "/navigation/018d360a942272a4831d22167d945edb"
  "/navigation/018d36084d4b72a58612b753d130d359"
  "/navigation/018df07555207128a151aebfed7dff75"
  "/navigation/019072e10b32711ca0c40b1225674902"
  "/navigation/019073154d04714593e474c490ddbbc1"
  "/navigation/019072e163cf737bb847086a3f68d8e2"
  "/detail/0190349f82cd72fdbfd86b6db7c8a143"
  "/detail/01902b6225e0728d87b6ead422132660"
  "/detail/0191fac4f18773fba98604d3ef6f727d"
  "/detail/01902a896ee8723db00f59843642ab1c"
  "/detail/01905f9d3b6a73b89767e0649d0c56c0"
  "/detail/01904f25b5eb73b6a4875c2ad4630824"
  "/detail/0190366e5d7d70d58a21100fa4b43582"
  "/detail/019035a56bd471b79c0f6729bed6f246"
  "/detail/01902b6e3d7472b59a41501e2d985ecf"
  "/detail/0197d2407510727ebb9e11e88371d61c"
  "/detail/0190fd8fe2f273e0a91f0f9c0d94e249"
  "/detail/01904a391de373c99da014d7c42e8ed7"
  "/detail/01904fe1e1c77143af42fdc05c58ce14"
  "/detail/01914667a6c273ddb8851868badc7b4f"
  "/detail/01929af806e9732a8b9b7885422553bb"
  "/detail/01933135aba371058ac3ca35277d5749"
  "/detail/019035bc2a9d70109cfbfb9562e06e97"
  "/detail/019034dde70e728d82c5b2c383845adf"
  "/detail/01902ab171ad72559e1fe9e34fce7c35"
  "/detail/0190b68bd56672d2b82e4aa370bc92f5"
  "/detail/01906d84fd0b70bf9e3e3e1e35bdd959"
  "/detail/0193c5db0a1472a08c8ef0b902291b8e"
  "/detail/01929aadf19073278e4a78544f41087f"
  "/detail/0190b6c82c8a713fb8ca1c0c7929c804"
  "/navigation/018c68c1686174a98c9dc4334f293da3"
  "/navigation/0190caf54ce97a81b9939e0c33463702"
  "/navigation/0190ccd7c7b17801b67dc9a2d0e7864e"
  "/navigation/018c68c17335744ca8912e2f8fa10fca"
  "/navigation/0190cce90cf87fcf97ce780832120b06"
  "/navigation/0190cceafe617347893c65fba618dc0e"
  "/navigation/018c68c131207294a6ea526858b60b06"
  b"\x01‹´]ìŸsDƒ‘Ç\vN=üæ"
  b"\x01‹´]ïår.²…\x08\x1E@øç"
]
131 0.33 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"\x01‹´]ÜWp[•\rƒ\x03¯eÊd"
  b"\x01‹´]Ü[p\‡É”ŒŸ;®—"
  b"\x01‹´]ßvq\x7F‰F\x1CÖ¤RXŽ"
  b"\x01ŽaL´öptŸ>Ú0»»Ú\n"
  b"\x01ŽaNvîpF¸uÒ²gY#\v"
  b"\x01ŽaP(ãsq›F)\x05\x04J"
  b"\x01‹´]Ügsäªó6è›\x03Do"
  b"\x01’ \x05€úw<„€´Â^\x01ûÃ"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.