GET https://www.led-trader.eu/navigation/92e148153abd47b5b65b9e1f472bba0a

Query Metrics

109 Database Queries
89 Different statements
6856.02 ms Query time

Queries

Group similar statements

# Time Info
1 0.16 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.03 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name AS composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
3 0.03 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.02 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 0.05 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:
[]
6 0.03 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"
]
7 15.76 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  "Manufacturer-177"
  "Manufacturer-177/"
]
8 0.03 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
9 0.52 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  "1J4Jzi8FSBfQJBDW0DeZE1emPmazO8kb"
]
10 1.03 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"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
11 0.48 ms
SELECT LOWER(HEX(language.parent_id)) FROM language WHERE language.id = ?
Parameters:
[
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
]
12 1.78 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` AS `sales_channel.id`, `sales_channel`.`type_id` AS `sales_channel.typeId`, `sales_channel`.`language_id` AS `sales_channel.languageId`, `sales_channel`.`customer_group_id` AS `sales_channel.customerGroupId`, `sales_channel`.`currency_id` AS `sales_channel.currencyId`, `sales_channel`.`payment_method_id` AS `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` AS `sales_channel.shippingMethodId`, `sales_channel`.`country_id` AS `sales_channel.countryId`, `sales_channel`.`analytics_id` AS `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` AS `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` AS `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` AS `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` AS `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` AS `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` AS `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` AS `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` AS `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` AS `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` AS `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` AS `sales_channel.taxCalculationType`, `sales_channel`.`access_key` AS `sales_channel.accessKey`, `sales_channel`.`configuration` AS `sales_channel.configuration`, `sales_channel`.`active` AS `sales_channel.active`, `sales_channel`.`hreflang_active` AS `sales_channel.hreflangActive`, `sales_channel`.`maintenance` AS `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` AS `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` AS `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` AS `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` AS `sales_channel.homeCmsPageVersionId`, `sales_channel`.`created_at` AS `sales_channel.createdAt`, `sales_channel`.`updated_at` AS `sales_channel.updatedAt`, `sales_channel.currency`.`id` AS `sales_channel.currency.id`, `sales_channel.currency`.`factor` AS `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` AS `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` AS `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` AS `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` AS `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` AS `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` AS `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` AS `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` AS `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.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 `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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
13 0.66 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"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
14 0.22 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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
15 2.12 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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"˽Ëa\x14tAË░NÅ═E\x1A"
]
16 0.87 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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"W&‹Ù/tKÚª\¸‘Ÿ+þe"
]
17 0.29 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:
[]
18 1.51 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` AS `tax_rule.id`, `tax_rule`.`tax_rule_type_id` AS `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` AS `tax_rule.countryId`, `tax_rule`.`tax_rate` AS `tax_rule.taxRate`, `tax_rule`.`data` AS `tax_rule.data`, `tax_rule`.`tax_id` AS `tax_rule.taxId`, `tax_rule`.`active_from` AS `tax_rule.activeFrom`, `tax_rule`.`created_at` AS `tax_rule.createdAt`, `tax_rule`.`updated_at` AS `tax_rule.updatedAt`, `tax_rule.type`.`id` AS `tax_rule.type.id`, `tax_rule.type`.`technical_name` AS `tax_rule.type.technicalName`, `tax_rule.type`.`position` AS `tax_rule.type.position`, `tax_rule.type`.`created_at` AS `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` AS `tax_rule.type.updatedAt`, `tax_rule.type.translation.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` 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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"%k╩├É!K\x0Fÿ\x03\x18\x1Fí:"
  b"’d\x12JFFL\x0E¼XÈ\x0Eû§g\x12"
  b"ÿ½ú÷ÐëB㉊¡Jæ.]‰"
]
19 7.25 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` AS `payment_method.id`, `payment_method`.`plugin_id` AS `payment_method.pluginId`, `payment_method`.`handler_identifier` AS `payment_method.handlerIdentifier`, `payment_method`.`position` AS `payment_method.position`, `payment_method`.`active` AS `payment_method.active`, `payment_method`.`after_order_enabled` AS `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` AS `payment_method.availabilityRuleId`, `payment_method`.`media_id` AS `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` AS `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` AS `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` AS `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` AS `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` AS `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` AS `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` AS `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` AS `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` AS `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` AS `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` AS `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` AS `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` AS `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` AS `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` AS `payment_method.technicalName`, `payment_method`.`created_at` AS `payment_method.createdAt`, `payment_method`.`updated_at` AS `payment_method.updatedAt`, `payment_method.media`.`id` AS `payment_method.media.id`, `payment_method.media`.`user_id` AS `payment_method.media.userId`, `payment_method.media`.`media_folder_id` AS `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` AS `payment_method.media.mimeType`, `payment_method.media`.`file_extension` AS `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` AS `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` AS `payment_method.media.fileName`, `payment_method.media`.`file_size` AS `payment_method.media.fileSize`, `payment_method.media`.`media_type` AS `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` AS `payment_method.media.metaData`, `payment_method.media`.`config` AS `payment_method.media.config`, `payment_method.media`.`path` AS `payment_method.media.path`, `payment_method.media`.`private` AS `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` AS `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` AS `payment_method.media.createdAt`, `payment_method.media`.`updated_at` AS `payment_method.media.updatedAt`, `payment_method.media.translation.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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\tE\x13*àLFõº§°‰~CY;"
]
20 2.58 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.media`.`id` AS `shipping_method.media.id`, `shipping_method.media`.`user_id` AS `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` AS `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` AS `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` AS `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` AS `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` AS `shipping_method.media.fileName`, `shipping_method.media`.`file_size` AS `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` AS `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` AS `shipping_method.media.metaData`, `shipping_method.media`.`config` AS `shipping_method.media.config`, `shipping_method.media`.`path` AS `shipping_method.media.path`, `shipping_method.media`.`private` AS `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` AS `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` AS `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` AS `shipping_method.media.updatedAt`, `shipping_method.media.translation.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 `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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¶qtÊzßK'ɳô▄\x10\f\x00["
]
21 0.58 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"˽Ëa\x14tAË░NÅ═E\x1A"
]
22 0.27 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "1J4Jzi8FSBfQJBDW0DeZE1emPmazO8kb"
]
23 1.71 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
24 0.16 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` AS `rule.id`, `rule`.`name` AS `rule.name`, `rule`.`priority` AS `rule.priority`, `rule`.`description` AS `rule.description`, `rule`.`payload` AS `rule.payload`, `rule`.`invalid` AS `rule.invalid`, `rule`.`areas` AS `rule.areas`, `rule`.`custom_fields` AS `rule.customFields`, `rule`.`module_types` AS `rule.moduleTypes`, `rule`.`created_at` AS `rule.createdAt`, `rule`.`updated_at` AS `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\vNŸL\r9Jì€ù.w•—\x1CŸ"
  b"(-³ÛóüJ,é£l[ý¯S6"
  b"[ìÓ┴\x1EeBnÜ94ÒGÕÎÝ"
  b"ƒ©á>`¾I^Œ_ÃT\x13j'|"
  b"\x06p_{ZBNi¿MS\x10\t~\x103"
  b"\x07»Dð½\x7FC¬¥\x01\x0Eú"ûû"
  b"*mÇu‹ßI‹³J¼IJJÈ“"
  b"+U­\x10©┤H)Ū¦J¤¤┬╝"
  b"3û[?\rœA+¢UI™Õ${w"
  b"Re»+ı_H┼ÉhÓàÆMúÀ"
  b"YÌ ñ¸²L†œC‚ÞÀ\v\t6"
  b"n%¹t€ÂLaœ!¥[wLj‰"
  b"s…zà¹\x05K†‡8Ãðû\e æ"
  b"uLµú†\x0FGTŽOý`ÞxC\e"
  b"‡äk¨²ð@^…/íDN&ÿ\x10"
  b"ŽÆÐ¡½îD¹¦øtv¢Ž\rU"
  b"æª▄ź{K9ÉYÀu\x1D#°╦"
  b"\x18\x04\x14ÖòF\x18„Ž|S‹Þ7¡"
  b"—´î!/\x1DO°œƒû¤ª›.î"
  b"×ã\r£j®OÃç▀ÅÊ/þ\H"
  b"ƒ\x13gJiµEtíUW¶┬ì\x15o"
  b"¸¨"\x0FzLFs½Âˆ\x16¦ÔËÇ"
  b"├ß½\x06\x08[AAØ.ã*PÚ8\x04"
  b"ÈR+޽BIª›S<\x16ÜÙjâ"
  b"Ê›¼\\t\x04OG¶0‚;)mºÝ"
  b"ßvZQ¼iNs×ò˽Ø\x03³!"
  b"âÞ\x11âP›BÀ±\x10·]DŠiˆ"
  b"å{xß\x1AÿN2©Â\x02%ïÕ\x06õ"
  b"ø¯_»úðH\x13ˆ®Üy\x12ATÜ"
  b"úõ\x05EµâKK«i°GüEÁ¨"
  b"ZU\vzm|F\r˜áëᖳ͜"
  b"\x00Œ<ë*¨L/­\x06ñ7“Æ9="
  b"DåLcF(KÞ™\x03×u°ÊÇu"
  b"{›ÒQAóNѰÿ×ôµ±½‰"
  b"}„†\x1C® K\x1D·‡ªæÌ=k\t"
  b"¬CÊs̺AM­\x16ø\x17é\x14\x16H"
  b"■ýÕ\x11:║NÑ░l':ì»>©"
  b"WͶÒÐQJý‡’\x08Ñ€ðÀ‡"
  b"d7Ú\x14¿`Nã²íø\x19(\x1DþR"
  b"n\x15Gg)ÙI┤┐HØzèbbî"
  b"p´+»þ©@Lò╔ÞZP¿\x16É"
  b"v$Ù\x16$‹Bš¼8˜ë)\x07'["
  b"zy)0b\x14EÜLAÛ`\ÏÜ"
  b"~0kƒâSJQ [ˆ\x02E\x11é%"
  b"—]¬1Ð\x03@ì§Š\x011f,‰w"
  b"˜SÀ\x1ANIA¬±@´žEK.Ã"
  b"£hé÷2%Kø¨*4ò\x17ÁúE"
  b"«âßþ\x1DwI'˜—ìU\t\x1Csq"
  b"Ç\x14Çñ\x15;JH¨™\vG冞O"
  b"Ò_Ú\x17пKu‚·Z!œ¿Õ3"
  b"Ú\x07\x12\x1A:5KÁ¥aöÝb‚\x03T"
  b"㺎VêÅFI·\x0Fô\x1D”®hð"
  b"ìW\x1D‘aéLôž\x03\x02DŸ/"
  b"ìn½o%™KÄ™÷ç]ÃyFH"
]
25 0.30 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
26 0.43 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:
[]
27 0.13 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:
[]
28 0.20 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  b"˽Ëa\x14tAË░NÅ═E\x1A"
]
29 0.64 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"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
30 0.02 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
31 0.01 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
32 0.01 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
33 0.05 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters:
[
  "token" => "1J4Jzi8FSBfQJBDW0DeZE1emPmazO8kb"
]
34 0.30 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"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
35 3.23 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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
]
36 1.52 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"¶┘g├Î&@ÝÂ┐Z½tè4Ø"
  b"¶┘g├Î&@ÝÂ┐Z½tè4Ø"
  b"¶┘g├Î&@ÝÂ┐Z½tè4Ø"
]
37 112.15 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|f4d967c3d72640edb6bf5aab748a349d|%"
  1
  4
]
38 1.30 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
39 0.38 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%"
  "%|f4d967c3d72640edb6bf5aab748a349d|%"
  4
  true
  true
]
40 0.56 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"¶┘g├Î&@ÝÂ┐Z½tè4Ø"
]
41 0.57 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"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
42 0.25 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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
43 0.15 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"e=▒k*ûMUÖL\x16\x10Å\x15¿\x19"
  b"e=▒k*ûMUÖL\x16\x10Å\x15¿\x19"
  b"e=▒k*ûMUÖL\x16\x10Å\x15¿\x19"
]
44 0.69 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|653db16b2a964d55994c16108f15a819|%"
  2
  5
]
45 0.17 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%"
  "%|653db16b2a964d55994c16108f15a819|%"
  5
  true
  true
]
46 0.52 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Å`ßÒß>A}áKøö¸\x15åÙ"
  b"e=▒k*ûMUÖL\x16\x10Å\x15¿\x19"
]
47 0.16 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"’áH\x15:½Gµ¶[ž\x1FG+º\n"
  b"’áH\x15:½Gµ¶[ž\x1FG+º\n"
  b"e=▒k*ûMUÖL\x16\x10Å\x15¿\x19"
]
48 0.94 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x07®éà0çAtøuyü}å\x06"
  b"\x11Ht\x03è\x00AG§c¦\x0F{@¶à"
  b"\x1CÛhVí£B’¤4|kæ?6¦"
  b"/\x1EÅ1<'A:¿`Ö]iÊúW"
  b"A}^fû­D˜½cqå¬\x10šg"
  b"_R?ó╩\x03Hüâ\rlŃaq╠"
  b"iõJ8ØFK\rûR%°▄ï|M"
  b"nëigñ\x1EMzš\r×t³rÊ›"
  b"èt\x1Fí╔ãJ\x1C╗╩ìòJ\x04.\"
  b"Žð(ò¹!OÁ¥UuÀ1Rm¹"
  b"ô#+ÃÕ\x1DK\x03║!\x1F1╝²É}"
  b"“ÓäLÿ“H«—H*\x02KA\x1FÌ"
  b"óë\x079ÓçE©ÉÉhA~<\x1DÁ"
  b"¢ªFÖM±LÚ²=0‘zOŸ<"
  b"ªÀT½×┐MVƒ▓¸ÉÓ¦¨\x1E"
  b"¦ÔH!'&Hµ°\x07Á‡\x05ýeö"
  b"§Î\x04»¯lFa³…\x05ttÅ\x13b"
  b"│╬}N\x02¨@ØÁ■\x16º\x11öD\v"
  b"´8‡\ÔbKq³\x06\x16jqÔ*¤"
  b"ÎW:S=,NX¿®{c*/mÏ"
  b"Óð\v\x0F«ôB¼ºmŸã„ÕâR"
  b"äúM[¹9N/¤I†a\v\x14ÚÈ"
  b"Ù\x00Y╠\x14Ø@®¢┬\x04^Y\x077\x0E"
  b"´╝YÎe\O¥ü\x05/å)¢ÉR"
  b"’áH\x15:½Gµ¶[ž\x1FG+º\n"
  b"Å`ßÒß>A}áKøö¸\x15åÙ"
  b"e=▒k*ûMUÖL\x16\x10Å\x15¿\x19"
]
49 0.13 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
50 0.39 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"\tE\x13*àLFõº§°‰~CY;"
]
51 0.61 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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
52 0.61 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.media`.`id` AS `shipping_method.media.id`, `shipping_method.media`.`user_id` AS `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` AS `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` AS `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` AS `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` AS `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` AS `shipping_method.media.fileName`, `shipping_method.media`.`file_size` AS `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` AS `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` AS `shipping_method.media.metaData`, `shipping_method.media`.`config` AS `shipping_method.media.config`, `shipping_method.media`.`path` AS `shipping_method.media.path`, `shipping_method.media`.`private` AS `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` AS `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` AS `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` AS `shipping_method.media.updatedAt`, `shipping_method.media.translation.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 `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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¶qtÊzßK'ɳô▄\x10\f\x00["
  b"\x01{…Ù\f\x7FEô¸\x14b–\x13Çß\x1E"
  b"º`‘¾lçB¯—ºááÒRÝK"
  b"¤ëþ¡ÍÃDB£e\x7FWUů,"
]
53 0.07 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
54 0.21 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:
[]
55 0.12 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:
[]
56 0.53 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"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
57 0.52 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`.`config` AS `payment_method.media.config`, `payment_method.media`.`path` AS `payment_method.media.path`, `payment_method.media`.`private` AS `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` AS `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` AS `payment_method.media.createdAt`, `payment_method.media`.`updated_at` AS `payment_method.media.updatedAt`, `payment_method.media.translation.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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\tE\x13*àLFõº§°‰~CY;"
  b"ußÊW;\x0F@ì©ø\x0E%\e¬þk"
]
58 0.02 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
59 0.08 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
60 0.01 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.50 ms
# category::data::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"’áH\x15:½Gµ¶[ž\x1FG+º\n"
]
62 1.31 ms
# category::cms-page::read
SELECT `cms_page`.`id` AS `cms_page.id`, `cms_page`.`version_id` AS `cms_page.versionId`, `cms_page`.`type` AS `cms_page.type`, `cms_page`.`entity` AS `cms_page.entity`, `cms_page`.`css_class` AS `cms_page.cssClass`, `cms_page`.`config` AS `cms_page.config`, `cms_page`.`preview_media_id` AS `cms_page.previewMediaId`, `cms_page`.`locked` AS `cms_page.locked`, `cms_page`.`created_at` AS `cms_page.createdAt`, `cms_page`.`updated_at` AS `cms_page.updatedAt`, `cms_page.translation.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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰•¬sCq„´\x7F´ýr±ô«"
]
63 0.70 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` AS `cms_section.id`, `cms_section`.`position` AS `cms_section.position`, `cms_section`.`type` AS `cms_section.type`, `cms_section`.`locked` AS `cms_section.locked`, `cms_section`.`name` AS `cms_section.name`, `cms_section`.`sizing_mode` AS `cms_section.sizingMode`, `cms_section`.`mobile_behavior` AS `cms_section.mobileBehavior`, `cms_section`.`background_color` AS `cms_section.backgroundColor`, `cms_section`.`background_media_id` AS `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` AS `cms_section.backgroundMediaMode`, `cms_section`.`css_class` AS `cms_section.cssClass`, `cms_section`.`cms_page_id` AS `cms_section.pageId`, `cms_section`.`visibility` AS `cms_section.visibility`, `cms_section`.`custom_fields` AS `cms_section.customFields`, `cms_section`.`version_id` AS `cms_section.versionId`, `cms_section`.`cms_page_version_id` AS `cms_section.cmsPageVersionId`, `cms_section`.`created_at` AS `cms_section.createdAt`, `cms_section`.`updated_at` AS `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` AS `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` AS `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` AS `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` AS `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` AS `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` AS `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` AS `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` AS `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` AS `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` AS `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` AS `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` AS `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` AS `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` AS `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` AS `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` AS `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰•¬sCq„´\x7F´ýr±ô«"
]
64 0.91 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` AS `cms_block.id`, `cms_block`.`position` AS `cms_block.position`, `cms_block`.`type` AS `cms_block.type`, `cms_block`.`locked` AS `cms_block.locked`, `cms_block`.`name` AS `cms_block.name`, `cms_block`.`section_position` AS `cms_block.sectionPosition`, `cms_block`.`margin_top` AS `cms_block.marginTop`, `cms_block`.`margin_bottom` AS `cms_block.marginBottom`, `cms_block`.`margin_left` AS `cms_block.marginLeft`, `cms_block`.`margin_right` AS `cms_block.marginRight`, `cms_block`.`background_color` AS `cms_block.backgroundColor`, `cms_block`.`background_media_id` AS `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` AS `cms_block.backgroundMediaMode`, `cms_block`.`css_class` AS `cms_block.cssClass`, `cms_block`.`visibility` AS `cms_block.visibility`, `cms_block`.`cms_section_id` AS `cms_block.sectionId`, `cms_block`.`custom_fields` AS `cms_block.customFields`, `cms_block`.`version_id` AS `cms_block.versionId`, `cms_block`.`cms_section_version_id` AS `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` AS `cms_block.createdAt`, `cms_block`.`updated_at` AS `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` AS `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` AS `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` AS `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` AS `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` AS `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` AS `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` AS `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` AS `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` AS `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` AS `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` AS `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` AS `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` AS `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` AS `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` AS `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` AS `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰•¬sKq5¸1éSK’\e§"
  b"\x01Š®\x17û\x1Fw@©—2‘œW,0"
  b"oÉÞl\x14oI#àc\x19┐─ÏT_"
  b"¼Ü¦\x08ýlIk³Óy·Öè\x17Ú"
]
65 1.98 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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰•¬sKq5¸1éSLW8\x11"
  b"\x01‰•¬sKq5¸1éSM5äb"
  b"\x01è╝ <▀x\x1F┤a\x11ðu¬Å¡"
  b"\x01Šð{^\x0Ev‡›\x06÷—Ol\x13Z"
  b"\x01è«\x18#¸zü║+>ô\x08¸ø;"
  b"\x01Ѝé°)pt‡MÞ;ds­\x1A"
  b"\x01ж¬¾Ô}^Š®¿l¦Rœµ"
  b"\x16pA═$\x17JY©Ý&\x05}½ìB"
]
66 0.96 ms
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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"9“ŽóR|MÕ¬Ók\x0Eí Ï3"
]
67 0.10 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
]
68 0.15 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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"9“ŽóR|MÕ¬Ók\x0Eí Ï3"
  b"n¥¬÷´KH„®öœá‘h\x05˜"
  b"p»+¼ìtAòǸ³*\x0148G"
  b"\x05˜"ŸJµ«#,\f\x01v¥È"
  b"DÁvkíþGq¶\x1Fà5²$>I"
  b"ó\t’Œ\x11ŽBà—”pP¦dª¨"
]
69 0.22 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"’áH\x15:½Gµ¶[ž\x1FG+º\n"
]
70 0.15 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"’áH\x15:½Gµ¶[ž\x1FG+º\n"
]
71 4975.26 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 MIN(COALESCE(`product.translation.fallback_1.name`,`product.parent.translation.fallback_1.name`,`product.translation.name`,`product.parent.translation.name`)) ASC, MIN(`product`.`id`) ASC LIMIT 24
Parameters:
[
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"’áH\x15:½Gµ¶[ž\x1FG+º\n"
  null
]
72 432.23 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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"’áH\x15:½Gµ¶[ž\x1FG+º\n"
  null
]
73 45.93 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"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"’áH\x15:½Gµ¶[ž\x1FG+º\n"
  null
]
74 4.90 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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x04\x19\x12xLî–(%ã\x00˜çÝ"
  b"\x04´Zj¬¦F@ƒ‡ä©§ S¦"
  b"""
    \v\x13\x15\x05hXLËú¨@Éù\\n
    w
    """
  b"\x1E\x16„#‘E±„-Oï"Å9E"
  b"F\x1D'^\x0FFM[†3AÚØ\x12 €"
  b"I,/š“\eC3„^\x12j‡,N”"
  b"\G¶âÄ„O¾¾¨äöò´ÂZ"
  b"bÿÒØƒÞO éÌÐI2┘\x00#"
  b"i\x0F!ç ¤DU»^•–ÉøÏ&"
  b"\x1Ahb7J\x18‰])Úéƒbš"
  b"lì¼·¨"FÙ˜ð\x17zd]„Ì"
  b"n†RtÐcGx°&"p\x19ÍcŠ"
  b"|r¿†óCKü¢Dù9’Xð\r"
  b"‰TU†ŸUD^½\x18–Ö\x0E)Ùø"
  b"ë_P═ö\x03I¨üX=`~R╠`"
  b"ØRKD╣óA├»¤\e·À}ƒ┼"
  b"ª\x11¿ÖÍ2J)™+b@~\r·"
  b"·†0GÍ5A\x1C©4RUÐ0üz"
  b"─Ç_EeøBÀÀ'ñM┼═ÇÉ"
  b"ÈÕÓ{WwD…“\x1CL¤ŽDc€"
  b"ߺ83··IþÄì└6°╔┐«"
  b"åÈA|§7@^ª^D;\x12Û€¤"
  b"ç;\e˜a3JÌ›žžç>)“\t"
  b"ìög\x1E[ûH.¢Öx¿\x07ï–="
  b"ø–è~^NG\t¦R^§p%97"
  b"û¹^‘\x12ÐBfº:UR\x14\x02g\"
  b"""
    þ¾Åao"J¦¾\n
    \x05@R_¥3
    """
]
75 638.52 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulec714c7f1153b4a48a8990b47e5869e4f.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`, "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulec714c7f1153b4a48a8990b47e5869e4f.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`, "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulec714c7f1153b4a48a8990b47e5869e4f.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`, "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulec714c7f1153b4a48a8990b47e5869e4f.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"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"’áH\x15:½Gµ¶[ž\x1FG+º\n"
  null
]
76 28.15 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"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"’áH\x15:½Gµ¶[ž\x1FG+º\n"
  null
  0
]
77 25.64 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"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"’áH\x15:½Gµ¶[ž\x1FG+º\n"
  null
  true
]
78 217.51 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"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"’áH\x15:½Gµ¶[ž\x1FG+º\n"
  null
]
79 117.68 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"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"’áH\x15:½Gµ¶[ž\x1FG+º\n"
  null
]
80 0.28 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"(èš _x@·’膘=i5õ"
  b"ìxBÊ9÷L¤ÇÔ×´Ï20%"
  b"Ë„µšBAF€¥\x04VeE¬ÀÓ"
  b"_Ȥ)ÃsJ*‡\r™Å\x02Vçû"
  b"1\x1C|×´¹A1ž\x10N\fÂ\x02P\x1F"
  b"}Uµàî§K³‘w8HB:dÕ"
  b"┌╚à▄ èKä╝¯┼╣²úüP"
  b"\fT’3\eBO,™Ç<fÄ\x04Ø."
  b"­u b¨fA‚¥ÄŸû+'ki"
  b"F€\x0E\x1D”F<©1\t¨E\v"
  b"Òf▓╣┤/J\x06Ø^▓J-\x02Bk"
  b"ð·Ùû┘ÑC\x0FÉL&TWë\x13¯"
  b"╔è°ì\x1Fc@öóÕj=ù«╬="
  b"é¿È¯ª\x0EN\x1D¢û¢\t\x1DÑ!l"
  b"\x12éœâ\x0F‚E\x15Š¢nžÖ0î<"
  b"IÂu$±"H\x07ƒŽ6NM‰A$"
  b"■ßd\x01È;FüÀ*8\x1F½\x13íu"
  b"""
    (itù\x15ÞNŸ»³\n
    ÕK–Ê\x16
    """
  b"\x055T|╣N╗ñ\K‗!ÿÅä"
  b"\f²N_¿\x04EóìsÙy§9╗╗"
  b"¯Î~0ô C\x12ˆØ\x1C+µx5L"
  b"'C°;Ú=B\x04–|\x05쮓âN"
  b">gYÙ^ÉH,•\x7F6x~ÂL1"
  b"#4¾Œ!SA0›QRï%9Õ\x1E"
]
81 0.29 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"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  true
  b"(èš _x@·’膘=i5õ"
  b"ìxBÊ9÷L¤ÇÔ×´Ï20%"
  b"Ë„µšBAF€¥\x04VeE¬ÀÓ"
  b"_Ȥ)ÃsJ*‡\r™Å\x02Vçû"
  b"1\x1C|×´¹A1ž\x10N\fÂ\x02P\x1F"
  b"}Uµàî§K³‘w8HB:dÕ"
  b"┌╚à▄ èKä╝¯┼╣²úüP"
  b"\fT’3\eBO,™Ç<fÄ\x04Ø."
  b"­u b¨fA‚¥ÄŸû+'ki"
  b"F€\x0E\x1D”F<©1\t¨E\v"
  b"Òf▓╣┤/J\x06Ø^▓J-\x02Bk"
  b"ð·Ùû┘ÑC\x0FÉL&TWë\x13¯"
  b"╔è°ì\x1Fc@öóÕj=ù«╬="
  b"é¿È¯ª\x0EN\x1D¢û¢\t\x1DÑ!l"
  b"\x12éœâ\x0F‚E\x15Š¢nžÖ0î<"
  b"IÂu$±"H\x07ƒŽ6NM‰A$"
  b"■ßd\x01È;FüÀ*8\x1F½\x13íu"
  b"""
    (itù\x15ÞNŸ»³\n
    ÕK–Ê\x16
    """
  b"\x055T|╣N╗ñ\K‗!ÿÅä"
  b"\f²N_¿\x04EóìsÙy§9╗╗"
  b"¯Î~0ô C\x12ˆØ\x1C+µx5L"
  b"'C°;Ú=B\x04–|\x05쮓âN"
  b">gYÙ^ÉH,•\x7F6x~ÂL1"
  b"#4¾Œ!SA0›QRï%9Õ\x1E"
]
82 24.87 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`.`available_stock` AS `product.availableStock`, `product`.`stock` AS `product.stock`, `product`.`display_group` AS `product.displayGroup`, `product.parent`.`variant_listing_config` AS `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) AS `product.variantListingConfig`, `product`.`variant_restrictions` AS `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) AS `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) AS `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) AS `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) AS `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) AS `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) AS `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) AS `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) AS `product.shippingFree`, `product.parent`.`purchase_prices` AS `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) AS `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) AS `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) AS `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) AS `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) AS `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) AS `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) AS `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) AS `product.ratingAverage`, `product.parent`.`category_tree` AS `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) AS `product.categoryTree`, `product.parent`.`property_ids` AS `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) AS `product.propertyIds`, `product.parent`.`option_ids` AS `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) AS `product.optionIds`, `product.parent`.`stream_ids` AS `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) AS `product.streamIds`, `product.parent`.`tag_ids` AS `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) AS `product.tagIds`, `product.parent`.`category_ids` AS `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) AS `product.categoryIds`, `product`.`child_count` AS `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) AS `product.customFieldSetSelectionActive`, `product`.`sales` AS `product.sales`, `product`.`states` AS `product.states`, `product.tax`.`id` AS `product.tax.id`, `product.tax`.`tax_rate` AS `product.tax.taxRate`, `product.tax`.`name` AS `product.tax.name`, `product.tax`.`position` AS `product.tax.position`, `product.tax`.`custom_fields` AS `product.tax.customFields`, `product.tax`.`created_at` AS `product.tax.createdAt`, `product.tax`.`updated_at` AS `product.tax.updatedAt`, `product.parent`.`cheapest_price` AS `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) AS `product.cheapestPrice`, `product`.`created_at` AS `product.createdAt`, `product`.`updated_at` AS `product.updatedAt`, `product.manufacturer`.`id` AS `product.manufacturer.id`, `product.manufacturer`.`version_id` AS `product.manufacturer.versionId`, `product.manufacturer`.`media_id` AS `product.manufacturer.mediaId`, `product.manufacturer`.`link` AS `product.manufacturer.link`, `product.manufacturer`.`created_at` AS `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` AS `product.manufacturer.updatedAt`, `product.manufacturer.translation.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`.`config` AS `product.cover.media.config`, `product.cover.media`.`path` AS `product.cover.media.path`, `product.cover.media`.`private` AS `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` AS `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` AS `product.cover.media.createdAt`, `product.cover.media`.`updated_at` AS `product.cover.media.updatedAt`, `product.cover.media.translation.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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"(èš _x@·’膘=i5õ"
  b"ìxBÊ9÷L¤ÇÔ×´Ï20%"
  b"Ë„µšBAF€¥\x04VeE¬ÀÓ"
  b"_Ȥ)ÃsJ*‡\r™Å\x02Vçû"
  b"1\x1C|×´¹A1ž\x10N\fÂ\x02P\x1F"
  b"}Uµàî§K³‘w8HB:dÕ"
  b"┌╚à▄ èKä╝¯┼╣²úüP"
  b"\fT’3\eBO,™Ç<fÄ\x04Ø."
  b"­u b¨fA‚¥ÄŸû+'ki"
  b"F€\x0E\x1D”F<©1\t¨E\v"
  b"Òf▓╣┤/J\x06Ø^▓J-\x02Bk"
  b"ð·Ùû┘ÑC\x0FÉL&TWë\x13¯"
  b"╔è°ì\x1Fc@öóÕj=ù«╬="
  b"é¿È¯ª\x0EN\x1D¢û¢\t\x1DÑ!l"
  b"\x12éœâ\x0F‚E\x15Š¢nžÖ0î<"
  b"IÂu$±"H\x07ƒŽ6NM‰A$"
  b"■ßd\x01È;FüÀ*8\x1F½\x13íu"
  b"""
    (itù\x15ÞNŸ»³\n
    ÕK–Ê\x16
    """
  b"\x055T|╣N╗ñ\K‗!ÿÅä"
  b"\f²N_¿\x04EóìsÙy§9╗╗"
  b"¯Î~0ô C\x12ˆØ\x1C+µx5L"
  b"'C°;Ú=B\x04–|\x05쮓âN"
  b">gYÙ^ÉH,•\x7F6x~ÂL1"
  b"#4¾Œ!SA0›QRï%9Õ\x1E"
]
83 8.33 ms
# product-listing-route::loading::association::options::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.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 (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` WHERE `property_group_option`.`id` IN (?, ?, ?)
Parameters:
[
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¡■■f¹ØDâ┤\x00\x12\x0Fù%"
  b"Û┤b¼hôEÅà1`é\x0Eb\x14"
  b"äC'4\x10MJ«žf\x01Ö\x14k¥Ô"
]
84 38.64 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"\fT’3\eBO,™Ç<fÄ\x04Ø."
  b"\f²N_¿\x04EóìsÙy§9╗╗"
  b"\x12éœâ\x0F‚E\x15Š¢nžÖ0î<"
  b"#4¾Œ!SA0›QRï%9Õ\x1E"
  b"'C°;Ú=B\x04–|\x05쮓âN"
  b"""
    (itù\x15ÞNŸ»³\n
    ÕK–Ê\x16
    """
  b"(èš _x@·’膘=i5õ"
  b"1\x1C|×´¹A1ž\x10N\fÂ\x02P\x1F"
  b">gYÙ^ÉH,•\x7F6x~ÂL1"
  b"F€\x0E\x1D”F<©1\t¨E\v"
  b"IÂu$±"H\x07ƒŽ6NM‰A$"
  b"_Ȥ)ÃsJ*‡\r™Å\x02Vçû"
  b"}Uµàî§K³‘w8HB:dÕ"
  b"ìxBÊ9÷L¤ÇÔ×´Ï20%"
  b"­u b¨fA‚¥ÄŸû+'ki"
  b"¯Î~0ô C\x12ˆØ\x1C+µx5L"
  b"╔è°ì\x1Fc@öóÕj=ù«╬="
  b"Ë„µšBAF€¥\x04VeE¬ÀÓ"
  b"ð·Ùû┘ÑC\x0FÉL&TWë\x13¯"
  b"┌╚à▄ èKä╝¯┼╣²úüP"
  b"Òf▓╣┤/J\x06Ø^▓J-\x02Bk"
  b"é¿È¯ª\x0EN\x1D¢û¢\t\x1DÑ!l"
  b"\x055T|╣N╗ñ\K‗!ÿÅä"
  b"■ßd\x01È;FüÀ*8\x1F½\x13íu"
  b"/Þ9RÏKGè‰C§(!f¯\t"
  b"\ek\x0EYŸOGZ¬øö‰<\x0E"
]
85 0.80 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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
]
86 0.05 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
87 0.04 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
88 0.05 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
89 5.29 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"\x00\x00\x0FÑIr£€Õ„„ã˜?"
  b"\x00\nˆh„{B+“@É\x13}áWw"
  b"\x00\x18ìu[ÞN Ç·ıÅü!|¿"
  b"\x00Gn╩íÜIæÅæ\t\x02;C"
  b"\x00U|Õ¹ A”“Ý­’ŪÂ?"
  b"\x00^\e?\e,A¯╣zS±¶¦ü0"
  b"\x00o\x11aÖœNò¼æ\x1F\x1Dw§Êæ"
  b"\x00Àm:#\x19FÚ‹‰$VP\x10à*"
  b"\x00Ï~++HM>샫Qöݳ\x07"
  b"\x01\x06±j\x1E4OKµ\x01\x19nRÐ’Ñ"
  b"\x01\fy\x00p\x04Aí▒Ô|▄ù¶┐ü"
  b"\x01\x13rª¹cD‚ŒlEaz\x1CªÚ"
  b"\x01\x1E˜¶çvOÔŽ\x06æ\x06 ¢n¦"
  b"\x01âWPê÷L,€”þ\x02Ȇ|¶"
  b"\x01ïÃkn\eB÷µå\x01\x1C,P«Í"
  b"\x01ïÜ\Í&Bñ–ä&/F^\x02ä"
  b"""
    \x02\x16Á±±¶GªŠ¼Ÿ®\n
    FŠ6
    """
  b"\x02\x1E]‘RüFÿ€ã‰†1\x13\1"
  b"\x02&ºÃNÇMæš¿\x18ÎçACÂ"
  b"\x02OVV³RFY¸©`Þ´.\x15÷"
  b"""
    \x02n×Ã\r\n
    Gç›±ÚÚ—î¹d
    """
  b"\x02¡¹Ñ}ZN\eƒhT^&È^Í"
  b"\x02ºü▀8└Leø┬G×╣5Ƥ"
  b"\x02·2@¨žBY½Z“Z\x03X§#"
  b"\x02·4Îø/H1™Iù\x08\x0F\x0F\x14t"
  b"\x02튚÷ŒKg­ˆ ¤í´Šð"
  b"\x02¨,É\x00ïE▄í\nûy«a\x16g"
  b"\x02ÿÿ;™ÃNÍ•ýon!A\x7Få"
  b"\x03\x18lY–YD=ªRs©+t,£"
  b"\x03)®_\eßN™”‘‘NNPKß"
  b"\x03cžÿ\x03ŒEwªwÙØ¥¨œ˜"
  b"\x03h…'ïNCß—r0Jfö\x17 "
  b"\x03‹™Ò8:N抺3\x04%›þä"
  b"\x03Ì_¥\x132L\x06¯ãsý\x08®Á×"
  b"\x03ãê?<\x13Oý¶ÆwLŠÄ›½"
  b"\x03ä\x18Ö$WK8ŠÒ>úQc#½"
  b"\x03ø÷ã§\x03K\x16žÿ“þ&a\x19\x01"
  b"\x03ú\x16ÒÜ}I@·µÞ|B¥›v"
  b"\x04M\x17\e═╗H°ÖDØÑ&Ú\x7F­"
  b"\x04’›é·Š@¸¸¶_êë²\x11Ô"
  b"\x04Í\x19{¹ÞM¯…ñ\x07\x18€ŒÔ"
  b"\x04þjšz\fJ\x11·ù¾2ÂL\x12ù"
  b"\x05\x19ü=▄|DÕüCBÊ\x04"ÙU"
  b"\x05#R\t¾ÊFŽ­AéC5þ‚}"
  b"\x05&–׿RKÃ…j1§hä\x11:"
  b"\x05;UüÈkI†£}Øðh\x1Dýœ"
  b"\x06\x11hê*@A»¿æˆü[&\x10\x1C"
  b"""
    \x06?\ÁZıLuì\x01\n
    þ¿\x04Y─
    """
  b"\x06]x¼öäC?‡¤f´\x12Îç«"
  b"\x06bèɶ`D#¯µNä×€Iƒ"
  b"\x06ÐkɽØF¸ú±nMuÒµ░"
  b"\x07\x12\x03ý┤▓D ìüÐ═XÛ¸¹"
  b"\x07\x14Ü\x14\x1DsDÇ’ µ­è\x01=V"
  b"\x07$\x02umôN­¡î“\x17Æ–(±"
  b"\x07‚°\x7F\x14§@½µ5\x1F\x07‚‚^­"
  b"\x07Å┌ݾ│C?èÊ─CZ\x10\e´"
  b"\x07ϰ1/2GTª™.ì¦~¥3"
  b"\x07█É╬p\x1FOÔï\x1A¨ı[\x04\f"
  b"\x08\x15SMŸŠAò˜e(}PB¼Ø"
  b"\x08"iÏ\x0EêCÏ™\ð!Mæ7ë"
  b"\x08lŸ³zbFÒ’{\tü\x17ô­""
  b"\x08¥†ŒÜYKR¾s‚Šž±zÂ"
  b"\x08▒ÿ■§MA\véçñ;Ø*╚q"
  b"\x08╠$éV║F\x01ÅÆB┐2╩Þã"
  b"\x08×s\x1C\ežBâ¡\x11J$D\x14¨â"
  b"\x08ï~««'M¥–Æso±ú›h"
  b"\x08þK\fu$G×¥ÿŒxûÌ´´"
  b"\t\x1Aı/',BîØq4\eÊ¿Ï\x1A"
  b"\tY™Ê¢‹@J’éÓ\x16AøRÕ"
  b"\tœy‚C(A‹£!\x16ñš´G~"
  b"\t¿┼m`~JgûôQå2{Å╚"
  b"\t▒"Àî#NªÉ\fÓQ¾4¥á"
  b"\téR€±ƒE\x14žÐTìq´¯;"
  b"""
    \n
    \x1FäÌÈ6@ ”__Ì´Eh4
    """
  b"""
    \n
    ´0í\x13uF»”ðœOé×çÝ
    """
  b"""
    \n
    ÀD§U®E]…™UžPaŒ\x13
    """
  b"""
    \n
    ╠Z`´ÅBe®vÑ®å\r
    """
  b"""
    \n
    Û▄Ä╩\x10OAúü¿Ôø­ÕÍ
    """
  b"\v\x0F*x.©MÓ°Eç#«Ú\tN"
  b"\v7═█ÀÄJ<Å"'▀▄Æ\tÈ"
  b"\v;•eM\x03J¼–j[ø‹\x02`J"
  b"\va]Z?ÄG2±[\x00Ì3Ù®÷"
  b"\vcÝÝ$\rB›¹V&Vøû¸i"
  b"\vv&ݨ\x02Lh‘³Ž¦s«·ù"
  b"\vŒÂ‰ ÏJR›®à98Žq0"
  b"\væ┤█Æ¢F┐É\x16<À?P5Ë"
  b"\v¤=\x16\x02\x1FKÈ╣ıDçÎØg×"
  b"\vÔ›Ê\eZ@¶¢“|\rÆóeT"
  b"\f0’]×:Lý¡ÉpL\x06ôŒ˜"
  b"\f4µ’\x0Fò@ðgYÁÖ˜ T"
  b"\fl¶*ÊïGl¢ve\x16ô‚O5"
  b"\r“¡\v×â@œšÍÞ‰ãM>¶"
  b"\r—¾ñ\x15‡D3›\x0FL²‚Ýo¨"
  b"\r»öEð¢H´¸8¯÷…Ñ[&"
  b"\r±ã\x1DZ¯BØÖÉ\x1Aüæ┘v\x12"
  b"\x0E\x19¢.î®A.¥ÐòÏ\x00#Q™"
  b"\x0E)Ýb1ÇK@ªìP┘W'V½"
  b"\x0ETk»\x1A>A\€\tÙÁ/Yßµ"
  b"\x0Eü\x1CdBWO║¿°¤Ò\x16`OÔ"
  b"\x0E²^,‰>C¸´Û\x0E×\x00Lê«"
  b"\x0E╩ɾè¾M!¡Dqdño╬U"
  b"\x0F\x1D®\x16\x15ðFW»ÀH\x1A¤¹\x15Y"
  b"\x0F9\x06ÿX1HӲХfïòªú"
  b"\x0F?Å┴½ôO¥ç\vÂ╔Ï\x00àN"
  b"\x0FDp÷%¼F\x1E °u!A‘É…"
  b"\x0FQÕøSÉOÚÉþ¸ìõ_Øñ"
  b"\x0FX›{tŽG3²\x1F°\x11¨_íý"
  b"\x0F]“´\x04‰N.ƒ+|ûò%ls"
  b"\x0FuÛóÜ2G9ªN\x08í\x12´ð—"
  b"\x0F”eq>‡NA´ïhsƒâíÔ"
  b"""
    \x0F°’\n
    >„Cš¤»RÇn¦'Š
    """
  b"\x0F¼†!¾FDÓŠ_‰\x18ØüÔ\x01"
  b"\x0FÎ ª&\x1AAÀ¬-*tf■ÅD"
  b"\x0FÏ╩ì╦çL\x1AôÑýUSmÛ%"
  b"""
    \x103Ïs}õIU«Ç\n
    \x1FEÅí›
    """
  b"\x10[¦(c.DÔÑrØ<\vh\x1DG"
  b"\x10¿vëÜ╔Cü┐"■« SÒ\x14"
  b"\x10¿¯\x0ETk@á…Šˆ¬©Œ\x04¬"
  b"\x10Ù*ÝjkJwÇ2\x1EøÅy¬h"
  b"\x10ðo\x18¹ÓB»ž\x04ÑÔ·’£Š"
  b"\x11\x03\x04³ËùD┘ì÷Ê<QÆñô"
  b"\x11DëׄeO\f®’ßüGÈÖŠ"
  b"\x11ª)‰=\x06NЧO’\x07»`\x14Â"
  b"\x12\x017\fˆ;I\x1C£L¨Ñ­µ–\x1C"
  b"""
    \x12\x0E¥\n
    Klè\x11═£ÒÊoú
    """
  b"\x12[WvضFä©þ‹|‚3ýõ"
  b"\x12}lGô¼LúÉû╣±┬╔ót"
  b"\x12ª'f1ìHΞ–ðéç\x07£z"
  b"\x12à²\x05àw@\t\r§¿\x10³µJ"
  b"\x12Ýêã\r┴B½Ø\x01.\x02╔)®8"
  b"\x12úNÛ=þHËŒ~Ù\x08Ù)Ùð"
  b"\x13\x16\x089+lA‚¤šÀ—[UÄn"
  b"\x13 R\x1DîGFÞ¬]°XÊ\x14\x00Ú"
  b"""
    \x13Pp±ù*E\x1CŽÙ\n
    Ó”žÑÿ
    """
  b"\x13WEsÞñGB€Sù9žùTï"
  b"\x13uNEÛ°CHìOÉjd▀ƒ5"
  b"\x13¶]¸\x0FWM3€¼IÀÔBUÿ"
  b"\x13┼UºøÅN;Ávg║(À`÷"
  b"\x13ÌíÝ\x0FHIî‚\r°>êÎÇo"
  b"\x14'\x08MÉrN\x0FÑHÑ\x1E¢§┴'"
  b"\x148ÁzÇ«Eôü\x12F_\x13ûåN"
  b"\x14o\x7F\x17GÔEÚ·=ÊÙ˜N\x01;"
  b"\x14è╦¬Y7E\x01¿:}\x15ì\x15\x15ƒ"
  b"\x14½ü@ ÕAìÅ\x18"_¯W®§"
  b"\x14òïoö\x13Op©f®ï‰ÏèÞ"
  b"\x15\x16ß╠YÐLÝ╗fƒÅT>£║"
  b"\x15G¿\x0F.yCœ¡6\x15\x1Eƒ&õ"
  b"\x15\x16ƒÅMí┤û2¤cl®("
  b"\x15\x7FÀBwIM\x18£_üÐ│#Åw"
  b"\x15…ZUgYJäšÈZÕªW\x18\x1C"
  b"\x15Åú`Z6F╝å´>ü¸\x10Ãõ"
  b"\x15œ\x10 æ\x1AHׇΉŠ\x1D&\x06ñ"
  b"\x15žò··‰Hw‡\f&¡¹j.0"
  b"\x15ø­x\r¿OÍ» !¿?¢àW"
  b"\x15úüâ.?O\x13£Ë\x04*_€$»"
  b"\x16\t±>. F7†\x19LÙ÷–ôõ"
  b"\x16'…6ØŒ@²«9A‹ì\x1D\x0Ej"
  b"\x16-u†\x17ÓAÔ‡hãÃÈ>ÁD"
  b"\x16\x034\x1CIÐŽ%_R2Y1\t"
  b"\x16\x1450Iš³\RjÔbãè"
  b"\x16o:úMIN‚“Z€8>¢8\x1E"
  b"\x16àJz•ÓG}‚¾®¥±\x05Ï\x7F"
  b"\x16óþ\x01Þ&A\x03«Yü¶”\t"
  b"\x16ý\vËõaA)˜9èú‰LÎv"
  b"\x17\x1F[ò½ŒEÄ€¥c=§xº¨"
  b"\x17XÕK 2L¤¬‡@\x1C\x07Ü)I"
  b"\x17c¿ÓÇ\x19N²¨Ã\x16,\x02Ô{+"
  b"\x17‚.µ\fJH1¶I@\e\x14åB]"
  b"\x17¡§âVëN7‚º#ãêO\x16k"
  b"\x17Îb—ϤF¾‚ž\eÏeÊÁ‚"
  b"\x18\x12Ã▒HıI╦ìÏí╩öá\x10Q"
  b"\x18%\rÏOGFÓ›ÎE¦Oÿ‡Ú"
  b"\x18R…$\x15…@4˜J\x0Ekµ9àÃ"
  b"\x18Z\x06þêÇDt®"b„/Àª€"
  b"\x18s~U\r$N~ Ål├äÌï"
  b"\x18à‡1€°HÃ…]\x13ð¨Õo-"
  b"\x18à·&à G‚˜\x07F cIB\x00"
  b"\x195[¥]¶H,–Õ(\x07xWe¦"
  b"\x19dËdÅ0G┼Ö|ß\x17\x1DqÚZ"
  b"""
    \x19mðjמ@¤ŒÏÐrƒÇ\n
    é
    """
  b"\x19© ÖMÓJ.ŽF½âOϼÈ"
  b"\x19ÞÊÅ\x00ÛGé—|gMð~´é"
  b"\x19Ó8`l\x07F5ŲØ\x12╣F‗L"
  b"\x1A\x08'*šLBA„:¯ê½º\x197"
  b"""
    \x1A(“á©fGDZ\x1Aœ<ž\n
    Â\x12
    """
  b"\x1AoYó¨äCAØÛ²á▀µLè"
  b"\x1Ax\x01J¶A@\x13æç\x00╬ì@°c"
  b"\x1Aìi¹\e\x17E\x11êýBd┤ií\f"
  b"\x1A™ë\x15rŸAû¿Ã1›5M£?"
  b"\x1A»I\x1Dn•Gw±û\x07sz¨!Ð"
  b"\eÅ\x05\x18ÃûDÜ®■ÓÓN/Õÿ"
  b"\e݉xlhNË‘7¸‡ÜÑ‹å"
  b"\e÷Ú0Ñ\K─ɤ╚Z9\x1Av┼"
  b"\x1C5# F¿B]™J2Esúbš"
  b"\x1C\x06ÝRH■É9.\x02(-gæ"
  b"\x1CDÑ+\x14 @…¾ÝäÔNý\x0F\t"
  b"\x1CcäØ gB¥©†öž\x08a• "
  b"\x1C\x04ì\rO·ø±M,\x19Þu©"
  b"\x1Cµß´ö©Jkƒüe\x14\x1AÊêà"
  b"\x1CÆ¢œ9KHEºAàa¬öš\x04"
  b"\x1CÕ¸BÊ#Kë–\x1C2Ý­w\x11ø"
  b"\x1CÎ0╝¥ÖN[óØ«Mf\x17\x12T"
  b"\x1D\x03‰=w¬I&ƒ¾Ã'`?vØ"
  b"\x1D7)(þ2A\x18€&Ù¿¦]‚Ò"
  b"\x1DT\x02ÅÝ–AÊ‘$\x13÷ v\x03\x03"
  b"\x1DYâ«´£Mù¥àjgÕ\x08º\"
  b"\x1DcVg5\rGìÅ~╠,½HXû"
  b"\x1Dkމ†\x06Ig†\x08\x00ìäá·:"
  b"\x1Dy>¤f G±•å!•Œ_iŸ"
  b"\x1D¬0r™dJ¯°•…N“·´O"
  b"\x1D·Ý\x10NÉHm¨\x13\t^¯ý²\x1A"
  b"\x1DÃ\x0Et¨=DºŽZ$GI{e\x00"
  b"\x1Dö#\x0EÜôMG‚\˜\x0F饭p"
  b"\x1E\f\x10Ëð:O╬Æí\x03!ìhy]"
  b"\x1EgåD_“NÁ«:¦/bƒ\x10É"
  b"\x1E¥Ks,®M]¶§ó\x11¹ì:²"
  b"\x1F\x034ylÀFvºV\x11¹?ffZ"
  b"\x1F\x17ŒÛùuLêŒ%\x05!J“žN"
  b"\x1FhmåË€Jä˜x›\x10\x04:‘"
  b"""
    \x1F┘êî│¬DÈÅÊ\n
    ¬÷ã\x08Å
    """
  b"\x1FÞùŒUKALJ”¼M\x17:¹Œ"
  b" \vMIåÊC›¿ƒ]¯6\x1Fl\v"
  b" \f\x1AUrGzª:lÛ€a‰\x13"
  b" \x1D'q!‚B‡Ž®üJÇ\x01Èr"
  b" \x1D¨┐ù\x7FOâÂ+\x7Fz´"GÉ"
  b" BŒ}ãÂD\x14€Ú僞vmû"
  b"!¡K»K\x1DJô”V\e6ƒœ«ç"
  b"!¿£■Î!NUÅ║@Ñ░ýAI"
  b"!« Eè\eH>¯¼íã“4¯†"
  b"!¶FE\x15hK™¦¿7¾Y7\x1AÕ"
  b""$\x13 …<Gêˆ\x08·æƒûï\v"
  b""b\f\x05\x12£J2¾íD7Ϙ\x012"
  b""Æzò\x00>N¾š”b»‹šûÍ"
  b"\x18)╝gCÜÆ\x1D=²ñ&`ü"
  b""鄼á@D-±–S”)iÞ‹"
  b"#\x1A\x14n¸ÂDz¬/ÍI\x04ÈÅÑ"
  b"#"®Ht\x00A;¿ì…J–ìÑ÷"
  b"#J+>û1AtžÂ걌iFÂ"
  b"#K\x07A½BN[‹ü=Ë\v¥áO"
  b"#Z_Œ\x08vIS´KöŸ\x05\x1FÍŽ"
  b"#üd¹¡ÙH\x03å}nhõ┴3Ý"
  b"#…¾§¦•L–¼þ—o.¸KÁ"
  b"#ºÙq(YE4¸€H¦«T\x17û"
  b"#└╣íN&Kcóɱ\e]Î|»"
  b"#Ãu¿SöBç‡R•”ÛScE"
  b"#Ú·ß¶úEÛ­2šÛ„\x05W—"
  b"$0[ ı\x13E\füúE,qVXÕ"
  b"$|á)ÀÖHß»Ý\x00\x12/]\x00"
  b"$ÇAªÊzO\r¬šÚ†€s\\n"
  b"$ù%!´ºK\x17–¯ÛZ}w|d"
  b"%\x0E\eKÈ5KÎ¥ð¦vãBÍö"
  b"%Pê2$SDè¿«wzL¡ô®"
  b"""
    %œ„í"\n
    J\x1E®È~’Ôˆ"z
    """
  b"%®ú;äoB­”êÆ.˜ç\x7FÚ"
  b"%Ù-ü\t—M†‡(€hù*Íu"
  b"&EŸ\x12÷œCh²v\x1E[™Åõz"
  b"&lÏ;\x07\vBÍØu\x061úêÕº"
  b"&©lBš\x18A\x1C¤ô”ʉÏ\x13s"
  b"&ð^èÒÿMdüÝl╣\x16\x06µ#"
  b"&Þ3U`ÄAy½}ÚZ×,Ú‚"
  b"&Ô]LØ%B4Ñ\x07ðEic▓▓"
  b"&ö/ÓDyG\x14»™ô᳸…Ë"
  b"'\x089¤È£Ha—¶8ŸEô`s"
  b"'5Ìu]ØGA¿*tÞEJ7r"
  b"':÷¦üïJ£â?J\x1AÖ┼Áß"
  b"'<ô#þ█N#ªS'üè\x05\x7FT"
  b"'nJýP}DpØ'"\x11Y]êh"
  b"'y\x0E.\x00„Lƒ²L±\x1FÚøÝY"
  b"'ìÐIIÀM¤£]╦9,üìÔ"
  b"'ó\ ╠vD└Æúü╔þù£â"
  b"'ìXJÌ>MP·Ÿ*è)]u\r"
  b"'¯S£Ù'H¡ÿÔ&─ì»┐]"
  b"(=‡öj®Fׯq5Uˆ\x14ç¨"
  b"(yãX\x14ÙH9‘/{\x1Fð1¶Q"
  b"(~ó×ÿ;Nd­.ð5Îi\t\x1E"
  b"(«Æ#ZEIÍ¢\x06Õa£-x\x13"
  b"""
    (þÊË\n
    ¹Gõ» =RT\x06Ì=
    """
  b")ZvïôŽF\x14„®óV\vS²A"
  b")‘þ öÌC\¼~¦3‘¢ƒœ"
  b")›wùx²L=‚Öp²†pGY"
  b")└rØåÓJ.û╠^R╗\x16ÃÆ"
  b")Ô]Tµ\x06MO§U_\x03Ì€Å("
  b")ÛO\x12\x7FöL‰ŠÆé<ï\x034M"
  b"*3®*÷=E)±DÊÎZû9+"
  b"*Ç*¯Þ¢Jª«@\x18müi‹p"
  b"+9øk\x18gA¾î´Ûúì║\r\r"
  b"+Š–´˜øE\x1E‰·d%ЯPX"
  b"+É‗"Á{JÂØıÃ+╦ïrs"
  b"+ø%²\x7FtAöØ\x13S\vDı§2"
  b"\x1F<ç2J7‰Ò¾«DÆ@å"
  b",34\ÌAHìÉ×3yZ\x1D│l"
  b",j1╣▀\x07F{Å╔aÜÇ■Ø▀"
  b",ºø>+\fM·¹V4h-ø\r£"
  b"- ’A¾«AU«ãÿÂY0ëÞ"
  b"-aü═Å\x07Açñí¡ÉA,;°"
  b"-dÿ¾¢iL\eƒ.i\x08ì§Í\x13"
  b"\x1F\x02J©¡KR·& ÖÀ"
  b"\tœ½ùJIµm‡Ò‹‚>f"
  b".1õÉe\x04J7ôvØeW2cx"
  b".dpizØLR╗î─}╔7ä·"
  b".tW¦ ‘Iê‹1°ª\x7FLdÿ"
  b".Ã×\to•J@‚c98dÉ :"
  b"/\x01O壂H\x16Š`š]Ð\x10\x006"
  b"/30ö}=@ð–”´Èú}^\x13"
  b"/7xº¨~LÄŒ¿L „9¢”"
  b"/HA}¼uB„‹\x1FfQë\x1A\x14ž"
  b"/MÉÿa¿@\x0F\x11CÿàbŠg"
  b"/ç~<M°B9°Ê¯omêúÞ"
  b"0+Ð…\x17CLý½_ôG>$û\x05"
  b"0bFú?\x1ANé¿÷¿wç’\x11"
  b"0wÞ')~O¾Ådدòj0Ö"
  b"0yçÜ©ŸBœ·\x7Faàuæ9¿"
  b"0Íäô┐MM\x10ü0C=f"6\x1E"
  b"0ÙA?Å\x17F¹æª■\x13\x10÷Ó\x05"
  b"0÷þ"ÅZC_Ñ(:┴╦345"
  b"0ýƒã‰™Ox¬8¤ôî‰Zž"
  b"1V&º7\x05N#»$¬–ÁµâF"
  b"1_Ä7\x19EL@¼uÃ\x16Ç¢vÁ"
  b"1`æzŸÙNk²ƒÈÎH´­ "
  b"1˜ÄE\x17\x01J׉à‘,\x08Õtä"
  b"1œæŸ\x1E\x13JL‘Ô©Uçïçd"
  b"2@Ú¡YbE8—\x1Eh¤¿hU´"
  b"2IWÒº…N+š'\ì¤y&'"
  b"2º1\fü\x7FG¢º:õ}²\tWI"
  b"2┬ô┼JòD@┐©â\x11Éí¼\x17"
  b"2Íá§0úH'ê­ìp¬1÷Ø"
  b"3WG$·(Dö¨¯Õ\r[êºó"
  b"""
    3p‰â5\x19H\x17½8g\n
    ò†«Æ
    """
  b"3‡\x1D‡ö*JE¾T+\x1F;F³Å"
  b"""
    3ã©!¦ıL!½ÅÎ\n
    m\x7F
    """
  b"3Ú÷æ^œ@à¿AžM\x08ÄZ{"
  b"4\x0E┤Í.dOñ╣&©cÅ©½æ"
  b"4:\x01ïø\vL‡¢¬cÃQ›Ð«"
  b"4<G6U•G@…iƒ·.ó‡"
  b"4DÌ0ÙEA. V¼\rmLÒ’"
  b"4JüƒA▀KD│ÑÃ87\x13´▒"
  b"4JÀÔI,E\r¶êB‰ÃTy\x04"
  b"4•ͬ\x15¢Ib‚ŽÈÇ´™ƒŒ"
  b"4µý¤\x18BI%¬¦V6rx\x05F"
  b"4Áîn\x05¨B-¦ÕðJ\x01»5Û"
  b"4ù\Ì|X@ÏžâŸ\x18&[E³"
  b"5‹Û?\x12ïIð²{\x1AB’úlæ"
  b"5ìM\x02ý¼DÀÉg\x04\rfºæ@"
  b"5ó$\vÒ×Mòñ┴╬¸E¿"É"
  b"5╗\x0FÝÅ.C\x10ó|▓Q(Ý[`"
  b"5ðÂ;U›M͵|à°»è°Ý"
  b"""
    5ùe’­ëF\n
    …–ßš\rÔ|X
    """
  b"6\x04Ó Ö(GãŒóü\x053[ó\x04"
  b"6(¥6VÏMwçD┘│ÅÞËÛ"
  b"6,%À›tG-£í;*\x06>} "
  b"6<Ø–÷mM ‚*-ªc÷C‰"
  b"\x13t:ªKÞØ1▀ozê¯*"
  b"6¡ì\f╣aO°ÀÚ┼\x10¾\x1Fü\x1D"
  b"6¾8\x12æFOrм]J\x12h¼Ó"
  b"\x162©LO¾©Y1CÕˆ+~"
  b"6ã¤É\x01vLž‡\t8*‚\x16"
  b"7,%×,öLmüðbLÞøôÇ"
  b"7f─\eÇiM▓×ÅÒÆ×z¨J"
  b"7t\rG\x05÷DŃYh#É~ Ï"
  b"7¯ðhP\rB¯µT60×ô\x1AY"
  b"7¦▓\x1EÏ‗H\x12üî╝F#\x1AþÕ"
  b"\x0F³7\x11Hu„<ô$\x16lM¯"
  b"8+~\eé›GY˜n|.NM{?"
  b"""
    8;¸Òç\n
    JÓ…ôß‚\x12þŽ6
    """
  b"8n¼&\tÃO­¹6ëÜ8]Òm"
  b"8Æ£¶_yH ˜ÇNlD|\x7F·"
  b"""
    9\x08y8æéO\x12£¸ýZ€“\n
    (
    """
  b"""
    9\x08Á·\n
    “IfŒ‰\t¬h\x1AU€
    """
  b"9\x14\nÏâ<G\x00ÑüLk═╠├\x0E"
  b"9\x14·1Î]@K„5ä;­ÍŽ¡"
  b"9\x1DÐ}aÀA"’Á—Ægß\x10m"
  b"9J{Ó*»B›–Æ'¬Ñ\x14º¹"
  b"9X%]Ø×Iå˜{§\x14\t^‰¡"
  b"\x17u\x1FjB┌É\x10\tO=┘S×"
  b"9¢ì»\x7FîEX·\x143Je\x1C_a"
  b"\x11\x0F╣(Aó┐ÊYü^ð\x1Dà"
  b"9öˆ£ÑßIG§¨ù\x01æÍ ¯"
  b"9ÿ†ÄqÊ@\x00§R0õ\x17,\x17±"
  b": A,Z8EïŠù-Þ>Hô"
  b":ŠjÿiÍLÄ‹N³©!\x06Óà"
  b"\x0F\x15¨>K»©\x02Ø{™9§`"
  b"\x11\x06°‚Bz—Õ×îZb9d"
  b":¸o{užH#¶\x00žºà­ãº"
  b":▄ƒsË\x07A,ä\vÿz\x12ÉÃË"
  b";xYyɳHñ¹#\x02[ü«Ïp"
  b";äs×iuJ)ťòÀï]╩"
  b";ÎÆlçÖEH ± ”CS÷"
  b";ál\x04…}L-“Uù£r\x04¹#"
  b";çnv‹>Go˜¿›ˆÏéZÞ"
  b"<&9FHMI¦Œ \x00Ö×Þ\x03u"
  b"<®«äN╝AG½_»ÐÔÉìÂ"
  b"<┴ì\x18bxOrì\x0F)ÒRxÚ²"
  b"<ÛùE—AC;‰Þ°lô\x7F\x05"
  b"<ýë6\x17\x18B¸€^]ªÂÈÿ,"
  b"=‰™å>uD7›\x08Ii¨µ´Í"
  b"=ô³╣┴╩E└èÂ÷ÏhÂÅà"
  b"=˘\x14ù<L\x17‹h›Õ\x1E}–·"
  b"=ù{ÿ³ÉEC±ã"—Éþ\¡"
  b"=ù™ðýL\x17³ÙšÙü\x14"
  b">\x18åPB-@?ššyÖX¤\x199"
  b">:r\x05\fUKP¸ƒé;N2Þ\x1E"
  b">dõ$&CLÁ§x\x7F)ã5¨Ý"
  b">fxð\x7FôNN˜3ƒ9~\x11"
  b">kÁ\x19~ØFÙÉU_\x19ߺ\x10U"
  b">“ Ù\x11ÜG1š:ido@ža"
  b">ºýÎ[ºOb§\x14ª¹\t¼ð\x14"
  b">äxø„ŽIö¼ˆ§6ĸÄ\t"
  b">ù<35ýFç¹_\vSa™U<"
  b"?\x01ê‘w\x04Mp‰ÛçÅÒ‰ä‘"
  b"?X\x18\rn‹A_ŠÈe7Ñ'Ëw"
  b"?i´┬´OA)éyÚì¿j ¾"
  b"?z]\x16ŒwB?²¤<9âAo|"
  b"?нî3\x07E\¥ÖŠa–µÔ«"
  b"?ïáíþ\x07E\x7F–ª\x18\x01N1ç"
  b"@\x04…G\x1DqC ¿RVHß—|x"
  b"@uSƒì<L½½ŸOÌ­8LS"
  b"@ü?\x04°■IÔïo┼■Ò\ew\t"
  b"@«1‘\x10$Cb¢˜^µ»ó³!"
  b"@°Õƒ?(DíŒë¹ÖÒÉ\x16Õ"
  b"""
    @┬ì▒C\x1AI_£rêã\n
    åVj
    """
  b"@ÎKÜ\x01–B€©Äº\x04)4ÿ‚"
  b"\x1C«F>K™¥4s\x1C\x0Eñ@¨"
  b"@Ó±ı╚@CZ║­Á\x1E»}╔É"
  b"@èöñ\x18ÓIXš£Á-\x18V\x0Fï"
  b"A\x035jžïMˆçHJ瀺Ó"
  b"AGÐð\x076AøÅ§Hªs\x19è\x0E"
  b"Al\x06=$¡OŽœÊ>Àµ\x1A"
  b"AlêÉL╬AOïÀ±F\x13k0n"
  b"Aqr!4ãDp†Í5ä\0u\x19"
  b"Auþu;‰F\e­dUU“&н"
  b"Aåsk\x16»O'ö┬#¬\x03ØÎK"
  b"AÉ}\x11╬cFñèË󴡤Hð"
  b"A·d_\x18\fDÛ´-㾇\rj="
  b"B6ìV\x1DËD+║Sûu█ Ä\v"
  b"B6¬╬E]A·¡×)µØÏ┌m"
  b"B>é\x15ŠÈD\x07ª¶\e?$\x14\x19"
  b"BK^.ã(J°„\x16Y\x11u¦YÌ"
  b"\x07(G%Jº²ßèêe/Ÿ<"
  b"Bñ0w‰œF\x03Ž\x05âTN\x11á\x0E"
  b"C,­e\x18y@Å¥\x1Ck·╗O±▄"
  b"CŽ4Gƒ¬Oó¹›@¤æŸðê"
  b"\x15\x07\x0EwDK©ü\x16Ø}®^#"
  b"D\x13\x01Îæ•F@˜\x15\x10p\x0E9¸ã"
  b"D=Æ\x1Dô\x15Fîµ—‘\tâOè\x0E"
  b"DT`;HsM•”÷\x11\x19o¨¤M"
  b"D[ö\e\x06ñH1ïÂ\x11ü\t═dg"
  b"D\x7FƦ=MD\x1C¥àHY¤Íw0"
  b"D‚È\x1C!7Bæ€ú±#\x11ÿ6;"
  b"DÁeއTFÒ­¸ø¥òwÆ<"
  b"DÒHÍ{\x15Dêì░y#ñ║=t"
  b"\x00í“bH}…\x01MTëñq<"
  b"D±9*îzIAêU╩uçØÉý"
  b"E\x14ý\x17ÐÊC“œLK\x7F3\x02\x00Ã"
  b"E#š³g OÔ°'#Ü•ƒ8Æ"
  b"EB\ruä3@RÉC═Îw:@¶"
  b"EDÁ„,ÔJÈŽ3œ9\x1FÔ#Ó"
  b"EX c|7F▒ƒ\x0F%É▓Î \x0F"
  b"E\x7Fù@Œf@ŠšáJ"d‰\x17Ó"
  b"E£¨É¼òA.€æK#^Ã\x13\"
  b"E«Çiû"@6“_Ñ"*Ó\x06*"
  b"E»"Xî®CЀ)‹@:óùK"
  b"EÅÏ\x1EôÁM\x16¿Õ¬rI³K…"
  b"EÙÚû£˜EÒ¥Š\x0F\x04hb"
  b"F\x11mü·ÕKÉåI\x01│c┌▒<"
  b"FPQ½ÊPA^ªtYƒ8¤Ðw"
  b"Fw\x17|2HN`Ø~ÏU°´Ù["
  b"F{tT\f\x06H5”WJLÄõkÆ"
  b"Fæä=Ð┬D)┤Æ×0»ÃŰ"
  b"FØ┤áêdBî«┬´6│║ÙS"
  b"Fáb╬\\x1AHÂÉ\x10¼,J÷R5"
  b"F©uhCKO\x11×Ô\²║É\x02à"
  b"\x12e\x01\x02KT“e)¤kÐU\x19"
  b"Fðê.˜ïN6¨"U\x18\x1DXÈö"
  b"Fùií\x1DøB`Šò®yÐv3©"
  b"G\x1DUKãyB—˜½4ÈO•Œÿ"
  b"G*OqsÉMŠ­}.‡Ë2÷F"
  b"G=5°Õ²B4¡P=Ò\x08­«·"
  b"G{åXÌÑAU‘\r\x00Qk¿ô"
  b"G~ aáïC‹©‚ ØªÔH3"
  b"GâÖ┤@┌Eıÿ\x02T×­Ø@\x05"
  b"GƒŸ&0íMü·Ÿßô–‚V„"
  b"GèpGoüNäö\x02;øO╣├M"
  b"G¶KV{æN\x13“ËCàxRuM"
  b"G·çú¨\x0F@\x18¥¼…³dÆè@"
  b"G¾œ\x10PµE\™‡²S'Éæº"
  b"GÙÌ4xlB±½œ’>\x0F\vGw"
  b"H$¸µM-Bƒé¤WÉO­ø\x08"
  b"H†ÖÞ¹HIR²Z’Lðëû\x1E"
  b"H–Yé´UKK›\x1F6±av¨o"
  b"HÁŒKûóE^½å!\x15Ý\x04\x11"
  b"HÝÇ8[ÀC?«•hcá'MÄ"
  b"I\x02ü©!•G‘…\x16»Î›Oy\x1D"
  b"I\x1C\x14âu«I\x1C¨µ\x07¡\x12ù­a"
  b"I$Ã║°┬O═Ø5"░Ï\x13\x16"
  b"IJÚ›¸\x0EKk°#Ç:á*‹Ó"
  b"I¼Š¦ØÂHA¡Ÿ %bD˜R"
  b"IÞR°õ…OK‚]©Z\t[OM"
  b"J?¯ºÞœCj¢¾ÉAvì» "
  b"JJ‘±\x18ðGðˆì¦d¨'ˆ\x0F"
  b"Jaj§Ò•I¶²H³<\x1FÕ}û"
  b"J|½ó«’Lh¤ìr\x03Dm?\x0F"
  b"J½¾î×ÀMÓ±b‰aT\x01¿."
  b"J├jÛÚ¾BUÅ·A-êÖ\x02"
  b"JÉ•\x04› Kª¨§€e>RþÔ"
  b"Jð´ÕFIOkŸ½\x1A\x1Cªøqz"
  b"KB-•\x05YFÌ·øåQ\x10ÅS@"
  b"KlO,#ŠJ\v¬–¶yèÈNf"
  b"K║ØÑ@pEa¿iÝT71í$"
  b"\eœù2Nz·\x16d‰\Qè."
  b"L\x0F¤\x1C¢\x01E‚ª\7µ(7dÁ"
  b"L\x13┼®/èI\x0F«F\tÅþbðù"
  b"L=\x19:™1EL—\x14á«\x07×\x1Es"
  b"L‹¸¹Â!I²·¿‡Ûr­oÃ"
  b"""
    L•\fF\n
    (B¯·;.÷åt 
    """
  b"L¡¿s\x16õD>üÍ.m▄Äê║"
  b"Lâñ*9ÒEwƒðó8‰;»‹"
  b"L¾qì)■O▄í¢█Ñǧ°r"
  b"MdÿF\x16zOÇ©:W†î@¥%"
  b"M”™>žöE_„Õr¸>\x12F†"
  b"MØT°\x06\x02Eiˆ¸\e¿ÛyïD"
  b"Mò¼±\x1D_@”®ôÛ…Õ\x07l6"
  b"Mó©[­xCš¡Õ¦†\x11€é\x08"
  b"N\x089¸o™AL¿¡*;âÔ-Â"
  b"N7¦sC(IS¢7W£ß‘‡<"
  b"NK╗WÆìKf╝Mû'`ß§¯"
  b"NvµD†%K±¦Öþ´\x02ÜÕŒ"
  b"\x12=[0E\x0F’>å„Ãûñ6"
  b"NúÑÐüuBîë"╔\x1CI@Qm"
  b"Nºë”¿\x11Jª‰Ü’\x1Dnç.\x0E"
  b"N»@úºÒO©“B¼Á½¡ÄQ"
  b"N¾¾iwZ@4ŽdDFÄ#k&"
  b"NÏk÷\x04\x14L\rƒ-11ÔO3l"
  b"O\e\x10:BxL~Ÿ)\x11T¤^˜ò"
  b"O•ì\x083°@<¨%4\x15fXCÕ"
  b"O¿µ´bÖGgŒ,\f\x14†ûé["
  b"OÒA¢\x11âE“±ÚÀä\x18µ\x168"
  b"O▀U\x15~@@!ÉâäÚú¦r┬"
  b"OâÄðkBF¿©LJ5n-ÑR"
  b"OóßÈ͇L\x1C¹¯ÁaþoK)"
  b"O¹ô)Ê╝J\x18ìÀò╣#▒S\x00"
  b"Oü÷(C\x00Dá¶Ò\x1Dfé‰Ay"
  b"P\x19Ì—ÏôE7¼2<¹»\và\x1E"
  b"PZݧ›¬EÞˆ?DàQ\x07"
  b"P]£ñ›¾LFª\x1AÌ‚\x11ùZÔ"
  b"PpM˜b“Fì†ðÀ\x10dO‡’"
  b"PÅ¥╠à\eG░ª\t9wó+èV"
  b"P▓eÚ²éK▄ìßùpP zy"
  b"PÅQÝ4VO\x08™\â(Ð\t\t"
  b"Pã#°\x1FØLéɾ¦╠Ù▀QF"
  b"PÏ©█l`MþùÅ4hxÈá\x02"
  b"PÓS\x08ÃoDCøõë-5ÉEI"
  b"Q\x19yÇ2°Oòªé„z\f\rØj"
  b"Q\x1Dù<Z»HѺÈ('ÄÚç9"
  b"QQòÏf"HR®†4M¹\x12"
  b"QS¶¬\x7F;D¿“¼;ÎÑ Cš"
  b"Qa\f.È÷Aæ‹Xc¹D¬š-"
  b"Qx\x13@ó¶Dgš)7™Ž\vn|"
  b"QŒi\rÅÛM\x1D‡=|°¡I*l"
  b"Q—šË\x08„J׆L\x033ª17m"
  b"Q½¨³└îK¡ÅTxûıfçÑ"
  b"Q─IqF▒C\x1Dò©íÅØ¼·M"
  b"""
    QÛu\x15\n
    ØO8¢\x1A\f\x10º«`I
    """
  b"\eüT\x1CDŸ’ËŠ8Èn\x15Ò"
  b"R”zÝ\x066K¬žÖe\x1ApäöB"
  b"S\x16`_a:A"ø¸î£BÉKo"
  b"S\x1EÆ:Í‘Lêžöÿ83;.2"
  b"S$\t¯ó¡I «&┴NãÉò\x08"
  b"S8\x08XßAH\x7Fž\x06<|C@7¶"
  b"S=(Ã%µK7•\r7£<AoÀ"
  b"SGéËïBGPƒ\x1FÞþ\rÊT "
  b"SNè\x0E ÜIy•5¥\x02Ê9ž"
  b"STy &gOMÖoè\x18\x055-É"
  b"""
    SkÅr'\n
    BÀØfé.E~║d
    """
  b"SuÐXµ`JÒœpyIÀvš_"
  b"S½¸Ê\x11ðL5§3$âO0\x05T"
  b"S¾wEîöL6…±e`²B\x0F°"
  b"T\x12Ö»\x19µG\x13¯\x12•Ô± `ˆ"
  b"T&═▀دG╝╗PX\r!Ö³ı"
  b"T'¦¥ÃRG®¾¡\tþï‡qö"
  b"T0½\x01žŸAœ”Ÿ€~^H\x19Ž"
  b"T^Ì\\fúGG—Ãñ\x06&\x08"
  b"Tl_»ØLBZ▒P\F┐Øß¡"
  b"Tx°ŸÓ\x05M<‘å†Ë¬¡Œ\x04"
  b"TŠ{Éó§@X‹¨ý\x18‡¹«Y"
  b"T—…·GàJÂ…Œ)!RyŠ*"
  b"T¢”]øðA;£ßjžØë”\x10"
  b"T·ù\x01S JºŠ›¥\x07¡Aåß"
  b"\x1FÒ\x15\x13Jê³F½\x19¤\G?"
  b"T³n´\x1C@@ÍÅu=9ÜOkn"
  b"U\x03«ƒ\x1E<@'¬ßÉVª@YÄ"
  b"Uv3\x06òKD\x0F–3×Z™­©Ù"
  b"\vL║»I\x11ü87ã¼b71"
  b"V)1pW\H)û╬\x1E²ÅYËÑ"
  b"Vrìo\x14\x00L╗▒]\x11Z8\x16╔Ð"
  b"Vsh\x05¤ZMâÅ£ÑP├■┤\x06"
  b"Vâ¨çfðC}ÉÉ-6ºÝ¸╚"
  b"VÛ‰b\rOÿœo\x07Ýf ‡õ"
  b"Vã2\fqCMÙŒ\vŽ·>0'á"
  b"Vë‘?kIE`£œç·ŒQ£j"
  b"W\x01Èkˆ2J@³î¸T\x04Ú]Þ"
  b"WF7\x1C®\x1DB(£\x18˜V¸bFQ"
  b"WQçb\x10ùMǀΠyÕ_³Ë"
  b"WhHyä”L¯›ãój\x04E\x06¤"
  b"W‹\x0F‹œ/E̲z\x08\eqvë["
  b"W”™öí¬K±Ôõƻ߅¡"
  b"W³ëÓ\x10 @ˆ¢2Ÿ\x03'R\x128"
  b"W¤┘\x04!¬H\fêiï\x023\x13ì¼"
  b"""
    WÏE\n
    Éc@rç┬¶hw\x11µ\x1A
    """
  b"Wû,Š ¤MÔ³\vàLÎ\x10Ie"
  b"X\x11rì4‘@=‘'+Û Ë&Ý"
  b"X1¬à¿•@Lµ­&,AŒ%²"
  b"\x1A\x02¬ÍEŸ€%\x02‚ÕÎ \x1F"
  b"X½¬/Á\x1CJ‘ˆ’Ü\x02$ °è"
  b"""
    Y2;ñÔ%I؉*LL\x18K\n
    Æ
    """
  b"YCµ,w¶Oüñ\x17\x1FsçÁ"
  b"Y^<|ˆwCh¢Pä«Uø‰¨"
  b"Yší›§jF0¬\x1DX\fI™t+"
  b"Z\x130.¸óM‰¤\x11‘Zž\x1Eþ\x13"
  b"Z"ìR\x04`H└«ig¾Où¦e"
  b"ZHÃð6ÔD\¥\tsê?Wð\x14"
  b"ZàK\r¤\x0EDÍó\x18╦6£ìÊ¢"
  b"ZóÅóæí@±ù= ²ù¨¼╣"
  b"Z¤^\x14Ñ©IwŽsôo¯Í˜\x14"
  b"Zà wK…Lh™\x108›v…n~"
  b"\e¡\x06KF\x12«¾®\v¬ Y6"
  b"[\x0EºÝºAJ<£W™ù\x16Ò8¾"
  b"[&¥·[ CÂÂ\e╚N>üp("
  b"[Gf^.®Nt°ìÂ];\v"
  b"[x-€]˜Lg¬§ŽŒ\x04ˆ±B"
  b"[y\x1DbdÁO│Ø©rXËu*Û"
  b"[‚Gn^±Or¯˜‰ä\x1CŽ,%"
  b"\x7FÙ÷ÀJ\x07‰±åö<óú,"
  b"[¦-\x1D„üHǶÅÚ‚Õ\eF2"
  b"""
    \n
    Z¢XJ\x11·z\x02È0\x15›¤
    """
  b"[ß;V>¯O‚…\x16F{Ù‚\x12Û"
  b"\s´\x1Cß1F▓¿`dëØÈÀ\x0F"
  b"""
    \{²8E)G\n
    ¡\x19ü`F\x02
    """
  b"\\x7FúFå\rK\x16│Övì╦█ÙÝ"
  b"\x0Fßí*K}úÚÇL▀ìª"
  b"\æ puiM£ü³q7DOîY"
  b"\±S\x7Fó\x11@Ì…ÉNM¸©SÜ"
  b"\▒ ¶\x00âNÇïõ\x06\x12ÉSCß"
  b"\ŵ;\x06îO'ª‘¤Üã÷8Ô"
  b"\éR± \x10Mº…HíJ&ß ü"
  b"]\x07\r`ÛÊO3êƒu^®Ñì╩"
  b"""
    ]\n
    \x1EM%„I°ºR)p­W&B
    """
  b"]\x1C\x7F\vN/±ÌŸ¼*Ðû÷"
  b"]…‚Ò‚òO\x1E¯Ž}sÉi¾¹"
  b"]†8-[àK葸 S§Û¢Ä"
  b"]®oh\x1D/DU–'EuIp%m"
  b"]É;ÌЇJl™¯Mý]Õ\vB"
  b"]Ë>H²7Iö‚¡ßÏK‘ü\x12"
  b"]é¾\x00ã‹Nì¾…N\x0E ƒ<t"
  b"]ÿ„KÔ(B—£œSö …Ê®"
  b"^\f÷\x15^[@\x08Å\x02Ñ&³[æ¾"
  b"^@Æ~æëD’ŸimGžtcŠ"
  b"^hl³„"Bm’LReÝ^°["
  b"^Éå¸SéOÚ©ýÐXv´($"
  b"^Íâ×ßýD(ì\x11Ù─‗_ns"
  b"_\x16¨\x1DlÒGŸµ\x00ÙÙ!UòÚ"
  b"_!\x7F\x01Ð╗Frÿî0ÑÏ>Éu"
  b"_B'´cÊI.“ùx@ÁI8b"
  b"_]w3pÛB\x11®h2rÑdîO"
  b"_|àŽÊ-Oð‹äšß\x02þÁ\x04"
  b"_¥ÒT}SGVµÌ³nçæpq"
  b"_õ÷xsVJª‡fÒ ÿü?\x03"
  b"_øC‚i#Mö»X¨#ÑÀpù"
  b"_°╬¯¨jC΃ÉÌåá\x08äV"
  b"`/■D²▓OK┐╠É\f┐+b="
  b"`43½kßE/ºrØ^1º9\v"
  b"""
    `5ôL1\x10H5€\n
    /¥0ÊN†
    """
  b"`:‰o…o@ɸϱ\x10PJ\x1AC"
  b"`IÅ\x04░■B)ñazeD\x00\fè"
  b"`KéÒZ\x07I_©Ò³\x02,ºî·"
  b"`™/I#ŒMú¤Gj\x19Öê½%"
  b"`㹈\v¾I>œ W±\nÊ\x00"
  b"a\x14Œ|ê¹B\x14šn“;¨Úº\x0F"
  b"a!~▄\x05╬EÂØg0¯.c&T"
  b"aAÙŒ~\x02@\x1E“Õà ²É{r"
  b"""
    al¯Š\x053B”²Öù\n
    Ç\x01à·
    """
  b"aâ█ÒÎÉKLÑ\x7FAç│DµF"
  b"a‹\¢AsI§¾Èf\x05²PJ™"
  b"a«µA<#O¹³¹ˆïËvšÒ"
  b"a░Ä¢½5F┐Åó\x19qX¶¶*"
  b"aÉ¥\x15ï0Hn»¨£M,;[¿"
  b"aÑt\x1EWãJ\x12¸V\x13Ÿï£\x05,"
  b"aìp·¨ÄNݹÁ@\fý1å§"
  b"a Ø┴æèG\vùKû\x186íxU"
  b"b\x13±È\ûH\x12·Oñ\x17\x12ý™¢"
  b"b\e\x7FròåO“«Ÿ_[ð\x0Eö\x14"
  b"b$\x12²\x03\x12Gæ¢ÔØAIúä\x0E"
  b"b1m\x7Fh¨CèŠmH».b©>"
  b"br\x1C\x08èüBàœ»WЕ냷"
  b"b¢üà$–OBœNÂÎau\x0FÊ"
  b"\x02«Y¸Lg²¶gFg½^\n"
  b"c-q¤YjD[¦\x13«S‚\tŒ\x19"
  b"c0iJÎFE~ŽÐ­ä`8+\x08"
  b"cR"@ÿdFvÉ¡Ð7pb╠ã"
  b"""
    cèU8\x0E¥Gt´\n
    óu¥€ô5
    """
  b"""
    d\x01£%™àIòŽõ¡\n
    YOè$
    """
  b"d\x0EŸ4"éH{±þ\x1CE¤%CS"
  b"""
    dB•iŽ@E\n
    Š!\x1A\tÏó\x04
    """
  b"d]L}\x1FìJx¼┴K>û\x08¢\x14"
  b"dcUItâEž¸ÓÑVn\x1Fëð"
  b"dcÄ*P\x16M&ŠƒŽ"’N\x05À"
  b"d‘Þ+O©G»³\x1E…+…ù¬I"
  b"d²64ÊíO¼„ç-õóÍ0Þ"
  b"dӕů4O3³hHQ&ÿ}]"
  b"e&G\x1F;H@#ü}\x1E"\fFÒ "
  b"e)ï´\x10╠AÉ®XAÍØ¹Ú\x08"
  b"e+÷\x14¿ÓA÷°P!€)=¶l"
  b"e?2™±§Jݯ4õo\x19I^‡"
  b"eT\x7FEÓì@p–¾ž\x02qÝå_"
  b"eW`¼ãëO┼ØW\x03áÝ\x07"
  b"e‚±ò\x10|Iy¦Çt\x0E\x01òþ7"
  b"\x00×/\x13OÕž\x06:Ø–W«\x08"
  b"eƵVä\vGR˜\x13±¼ðvð\x14"
  b"eÒeê\x1FÌH\‡”]¾{èx\x0E"
  b"eóPfýÞG0€¸ÆÊ"øóX"
  b"f\x19­*sCO`¡–ÐS|Eÿ·"
  b"f \fØ¥`H¾£NÃ`\t~îµ"
  b"f%­Ž@ÔH0¦x\x1FÙ¯íH»"
  b"fR¸\x17\n}I¸­»‘-Àr\x00Õ"
  b"få­Ø\fþD£¡d¤ø┴Þõµ"
  b"f´dlýìKÒ§0IF@¦\tÝ"
  b"""
    g\n
    $ÿtq@F­¯®Úwiô\x11
    """
  b"g\x18ìÁ├±FpØe8b;®£m"
  b"""
    g1\v\x0Eº%J\n
    É£À¼duç\x1D
    """
  b"gD§°ì:CfǸ\x1EÐ7Ï<\x01"
  b"g]V7„ÁOþ­}Ðá|¼óh"
  b"g~\x12]\x7F_G\x06¦ãx¥¿Â&€"
  b"gÕQá1†I9˜Ë÷\x11ôQ«~"
  b"hC`Ü_&F §ðÛç¢Ù\f°"
  b"hYi└Í]Cjé²ÿ._ÉI0"
  b"h|!ì„^F¤¨5FóÇËÔÐ"
  b"h“qY¬)@¿Šsrq×}•¹"
  b"hØðnô)CAç\x08ð\x03\x1F þt"
  b"h¼äÌ«¡CéÅ¥BÑ¥Ö.Á"
  b"\eˆ"¸B¬„Žá_\eËY/"
  b"hÚ:÷ü'GäÂ└W\x13صá─"
  b"hÿ«¶Eë@ׯ,L\x04‚¬w\x02"
  b"i\x18èÈÊâCÀ™:–”½[œ’"
  b"i=߸.TG—¬'y\x06gô8\x0F"
  b"ic.‚B¸Jq‘¯¹Z±]‚Ð"
  b"i|\x18W╩ðF죥ñ¡²T╝t"
  b"\x1E\e>­J^ô!VU\x17yA\x12"
  b"i´'žôŒKË¿î\x14\x15\x19K"
  b"i╠m\x1F░ÎF║Øí\x16\x01Ôóøj"
  b"j\x04H\x08%VAŸ­³½\x08ÆMyê"
  b"j\r**-jAsù┼µ[hÅ´´"
  b"j\x11ã█%üFôú▄N¡§└ñl"
  b"j%øæ\x18ËNV¤=½ª\fÃ\r\v"
  b"j&/ä5•G’«\x01övÞ0.\t"
  b"j<ev╚cHP¡┘╔O┼Ø‗'"
  b"jc\x15\x11šüCwšB­ŒºÆFÆ"
  b"jnuýi\x1ELeÅı°==\x06"
  b"jpÐmÔ■Elü┬L©´}║."
  b"jqµ.ð-Aµ‚›Ïcwð\x04ú"
  b"jsx\x0EÔ\x14F\¨w1ÛO˜c"
  b"j…*V.€B\x10€•-q‹m:‹"
  b"j¡Ö]AÔN˜‘HÑÒ“*óX"
  b"j£ô]§¤A.§B³Åå#‘»"
  b"jÅ—#àÂEË‹\x12w´ù\f\x16º"
  b"jÎÎò\x13ÔE›©­ôF‹RŠ€"
  b"k8ü’FªNV…þŒÓ‘$¡6"
  b"k`ò*U\GÞ Ž¶LeY=p"
  b"""
    k”\x1EYþrA(‚»²\x04G\n
    \x19+
    """
  b"k«Ê\x03V\x03B°¾½Ñ·°(IW"
  b"kÃ-\x11”˜Jæ–î¿ã唫b"
  b"l\x08sΤ\x01Bf┤╝û°ç‗mÅ"
  b"l\x12!\x168_DD€“÷½Ë3Òs"
  b"l\x1E╚ó¨³L:Àtȱ\r╦Éô"
  b"l"WZ\x1CµEކÚV]KâE\x1D"
  b"lGàÉ\võEüïo5°\x0E\x7F╚·"
  b"lO¨y\r\x1FGÛ’ªC“Mqç&"
  b"la3#W|Kˆ†›þöûo¹˜"
  b"lc/I\x1CýE»‹:kÀS*dÍ"
  b"liåãñÄHÁ§zÖÃ",{D"
  b"léü╔ñ!N▀▓¡h£╚oÇ1"
  b"l›\rÓ\x15úH\x1A“5r\x15\vmÆr"
  b"l¨÷t=\K>‘ôvx%rD\f"
  b"l«àc€èGz¤*¹?\x03Í‘d"
  b"l┼\x0E`bØLHà¯C8\x1EhË%"
  b"m VÛ\t(C¸¯\x1FµŽêDa¯"
  b"m;ÿØ\x17▒MÍå¬nÅ\x02\x05l\x15"
  b"moÿ¾ìòD<×ô╔Ââ8╝8"
  b"m˜FPLJO\x04 \x1A>›§"7Î"
  b"mÝ,áÚÑH\x10ì¿A?‗\x1E\t'"
  b"n*É\x01Š+D\x1C\x1A‚A•ZÊl"
  b"nBºÐN&B„\x7FÞÝ¥\x029”"
  b"nC´v\f\x18E\x12ª\x7FO?nBÓ¸"
  b"nk'═ÎmCôì3m\x04\x0FvS3"
  b"ntQ}¿‹G\x07®wŠ\x1E›%!á"
  b"nï \x16\x12³KÐÅbO~iW¢£"
  b"n¶╗[│ZF,àÃÄ\v:ÉÝs"
  b"o\x12—å—1E\x06‡ù©}‘\x12ã„"
  b"o\x174\x02è\x10JFžuâšA\x1Cêz"
  b"o2Y└æ─J‗ª■ºü¨m·\x08"
  b"oB*\x19^ƒLߦ\x7F0fÇ6\x17\x10"
  b"oÖãÉ\x14êF¢à\x19╦‗w\x04äê"
  b"o»\\x14\r║HöÅ`ÿÑ╗hZP"
  b"\x16\x0EE(”\x1AW2\r\x1Eb\x1A"
  b"o█äµ\x1E¹JSêuò▀üsÉ1"
  b"oÛ†ë\x15ƒO”¬žžï*ꌛ"
  b"""
    \n
    X³ëD\tëØ|┴(╝_\x12
    """
  b"p\x0EÅ.e4KÃòêabh-H┼"
  b"p\x1Fôÿ±£C]ž×\x10:¿€®\x17"
  b"p1l\t8´K{äÅ¥╗8\x02\x1C"
  b"p?>\\vüLÑŽ€Êd\x1F%rH"
  b"pJ¦▀Û©MX«║\x02ÅG¸╩:"
  b"p¸ÚÕ\x12\x07KKˆ~ÿ¿ñt÷ô"
  b"pÏ/ud®Fÿ¡#ÜA2Ÿ \x01"
  b"péªå÷ÅI!„\x03‚ê•I/ "
  b"p■\x17ì\x07ö@^èà"/▓Yð╝"
  b"qEB{.aA\x03¬"Õ¹±¬'~"
  b"q”³¡ìÿM}ˆ»\x10Í*$Û\x1D"
  b"qØ>┐'/G\eÿ&/7º"ƒÚ"
  b"qÓåjÝ‚M.¥¤ç\x15Ͷ´Ô"
  b"qß“\x17\v&Cø¬\x194ûº5:\x0F"
  b"qÛèì#$M¡ƒ[z\r│qv\x10"
  b"r'¨â$£BHš‹ßÿ¶ªh\x0E"
  b"r(ØNü†J*™,à\x1FG!eQ"
  b"rNŒV,¦@^‰íûvbƒ;\x16"
  b"r\â³╬└KbÅ÷îX1┐ç\x00"
  b"""
    rm³Ø╩dE\n
    Âûx╠\x1Ci/\f
    """
  b"rn¸œëåD‡¤#Ç\eg\x0FX2"
  b"r•'‰-TK¡¿\x04\x15+1ˆ"
  b"ršQ†ä=Iö‰»± ¼\x14ò¹"
  b"r›ý1çxD*…ÉÄÕO'lÓ"
  b"rı¼\x01\x15±EpÅ4\x06é\x05×bP"
  b"rÞ f×íHþ­\x1FË\t\tžQ"
  b"rìÏÿ\x08J@Lœi˜^Ô×ö-"
  b"s$Ó\t¿½Eø×±│Ê ëɳ"
  b"sKqw@òD|«zK(§_\x1C\x1A"
  b"srS£–˜H\x1E°6±ìÏå\tA"
  b"sÅWç├iJ░ùø1╠\x1Déù\x0E"
  b"s›?<\e'C`‰~Çp\x16ÑÐÀ"
  b"sÀ‗\x18\x03[K\x01©ClÖØÞ\x07Ù"
  b"sºJý\x0FZN=©ïhëI#ö•"
  b"s╦GGE^KÅ░\x02)ø}5=\x11"
  b"tZ¯Å)\x0FM/©©âÉš\x18·c"
  b"tÅU·\x08¯Nô´)Úü³5{%"
  b"tóÖËq7Cƒ«jc6-¥½\x16"
  b"t³1└Ð\x05J¿▒ØóóÀ;─©"
  b"u\x03£þÞÉL┼¼fí\tF\x02╚ô"
  b"u\x18ıf?¨J殾HÉ;©R─"
  b"u¡Ç\x00\x00¡M(¼À8µ\x04ÁÍq"
  b"u¼ùEØÚOýê┬¥┘?└ü╠"
  b"u·+\x02uèB£¯ï¢Õ[I”˜"
  b"uÞÛÌÅ1KGî4¯▀¬\x02»¢"
  b"uïfÒ?MJ½ºÃÝÇE×õ¦"
  b"v&WÆá‚N%±DC\x0E†ºþà"
  b"v;ˬã\x10Fë¬p!ÅÉ)\x7F7"
  b"vBLâ€ÂM\x17–'\x0FDiŸml"
  b"vtì┼┌\fF/░^ä=\x11³N$"
  b"vŒJš‡NF™¾±´y\x16Dˆ‰"
  b"v╚ó»0ÀJ\x0FÉ<P/¬\x08¿¯"
  b"vÛt-=ÓFi…#rŽVa¹}"
  b"w\x16'qà\x08Nµ…ufxÛ÷þ½"
  b"wHñêŸ&G±†ÐÌU]ÀêË"
  b"""
    wÆMÆ5\n
    HÂ╗àÉTU╚╚ 
    """
  b"w─ÂôËÜIƒ¡¦¨]ÉòAC"
  b"w约b½D‰  2ÞãIÇ\x10"
  b"wê©Ô_\x06Lħ|éçÝ/ó7"
  b"""
    x@\x02TeMNXΚ\n
    ¸\x1E„£l
    """
  b"xNXQic@t´"\x01êKÉBÝ"
  b"xm\eÔ]\x06GæìR]ÊÂ*\x04ß"
  b"x‰ÞÏh×Cö·âç!0W¾H"
  b"""
    xŠ·[È)DˆŸô<R}Ï\n
    Õ
    """
  b"x¦¨w\x07!E1¿|ˆÿ©ŠZ/"
  b"x¡~0\x1AØH#»°ï¿Ó\x1Eþê"
  b"xÞ'±åFC\x06´ÃDO¨È¹z"
  b"y=U.\x19ÙBñ–)‡\x1AØ\x08"
  b"y]DRð´GVŽOæ¦ÉzgË"
  b"yãMŸc–H{Žgd\x05V\vUz"
  b"\v£­¤C,˜û=0 ¨Ôó"
  b"yì²K&µHP€8\x7FB\r•ûñ"
  b"yî<Õ¨ HXœÚOûåÔgD"
  b"\x04éèÍE\x1Cœ\r,ÞAÇMß"
  b"z'\e¦½dI\x19­0Œ¯7µ=B"
  b"zv¡ëÏÃO“‹`Úh»8é\x17"
  b"\x15\x13J’G©‚‹A\x0E‹v“x"
  b"""
    \x15´ãûDF‹}ø\fx\n
    ß[
    """
  b"""
    {%Ë(\x1A‡G¡ªÃ·\n
    Š\x10ÈÁ
    """
  b"""
    {4`½\n
    æK&ƒ]\x01Ê\x07¥\fª
    """
  b"{G ı­╬EØôM¶*Á╚´ë"
  b"{tê^\x00ÜN\x05·ÏË%TØ\x08Ð"
  b"\x01–Ú¨L8’¶ç\x1DÑ\Ìm"
  b"{í!\x12£RN\x12«Ôv2\x16\e"
  b"|$5+Û5Gu‚ʃy”\vîí"
  b"|ZC\x02\x07\x0FH\x1CªXÀ^\x18\x08Ëx"
  b"|tÔƒœ¤Fý¶S9§Ñ}eÈ"
  b"|åÊ╚6\x0FDNü\x13DðdmDð"
  b"""
    \n
    ÁG\x14H}Ž '!\ý6 
    """
  b"|¼”)Ø+AФ±:uÖtl­"
  b"|Þ6°gaEð‹vå\x0F³,ë6"
  b"|èh ðµDŒ¹u5:S9š¹"
  b"|úßp\x03CBš¸*%Hzú¥/"
  b"}\x156]q\fC\x04Ø╚Þ:%W4¢"
  b"}*=‰úÒLB¤y{"\x07ðíe"
  b"}º÷ìT║N║ï­à"~\töz"
  b"}Ã-ÎyšEƾ+ýX#Ù)¯"
  b"~%└tþ█Hçô-\x05ÄEØSì"
  b"~9·Ë1£Mïƒ2\x07ú“Ìjo"
  b"~’ãYUü@s¥œn÷éÂ{î"
  b"~ë|d\x0E\x04O™·Ï6ˆf¯ºK"
  b"~îÿú^sCî·ô_!E8 û"
  b"~úNír\x1CMã§Ó•\x11ˆÂt¡"
  b"\x7F"]¼\x15jLQ«┐¹ì"¦&{"
  b"\x7F4\x1E¿ ØDWØöpãä\x14,)"
  b"\x7F=Zñ¦®KŬ\x08n╔¥¶ôð"
  b"\x7Fr`zÜ╠FÎ▒\tÎÉåmØÉ"
  b"\x7FåÅbø\x02F¥ç>\r¨ö§ß»"
  b"\x7F╣▀\x11+\x15O½Å?═¨}'Â▀"
  b"\x7FÊ,Ò'\x13Gνò×ã]\rÀ†"
  b"€Tºò<YAŸ¼D«µÿe\x04º"
  b"ÇbÏï¬W@Êì¹\eXb╣▀:"
  b"Çw\x1FB┬çDþ╣┘xI ì±î"
  b"Çù«ØèEAÚÅvÛ\x13zñÛ\"
  b"€±Uœ’TLõ­…?,—Ü«:"
  b"Ç┤h\x1D-ØCµ¥í┘%║╝°╬"
  b"€ð!)[óDt´|z\x12Ñ»\x0F\x1D"
  b"€þÄz×IIV–Ü\x19-T‹1Y"
  b"ü\x060ïs\x06HÇíÒ×e¨Ø×!"
  b"ü\x06┴}§\x00Jç©ÈÉÏ\x12╣ç?"
  b"ü\x13´\x068 Bjé«ô~FyaÖ"
  b"ü@\x01t─!F\x00Æá*[╩õ¼h"
  b"üç@\x16<¡DNÀ┘"HÀÿü░"
  b"üîÉèZøH8ôtÜñ╩оå"
  b"üƒc╚ÕÔA¸èWó¯ü║£o"
  b"üá▓\x1F╔╠@═ÄX5~êmêè"
  b"üºÈyÞÈMÞá0‗ÿ,Ê\x12à"
  b"ü├│ÄÅ\eH\x19óuÆÛÐã©U"
  b"‚"V³ÂcJc€«»R\x15ï\x011"
  b"é2n\x08uFL5¥êìxS/ÏÍ"
  b"éEÛ\x07$ÉAäìø%©(ù^Z"
  b"‚‚\x14êržLgˆ\x03¡—ŽÂ¥k"
  b"éÉ>ÁQ\x03B\x1AÜ¿Õ\x01│┘Ò%"
  b"‚¢¯³,£EÔ¥\r¬\v¥tò}"
  b"‚éþgó'Mð·¦V÷ ÀÈS"
  b"é¶>¯Å\x0EF■ª­\x17@ÞSNQ"
  b"â\x01R\x1C\x07BÅÅ\x19êD\x16RK·"
  b"ƒ\x17ô&†ÕHd¢‹$Î*5P\x1F"
  b"â#*&═íE┬¿X\ÅYÆÎ""
  b"âKÖØ░MDìú\x17ÀM¿ú9a"
  b"ƒL#]âOAf™¼«\x07ß{q@"
  b"ƒq\x04\x08Õ¸Nµ€\x0EúÈ\x05Ä…ô"
  b"ƒsK®²µCñ¥ì\x03‰1Ù[e"
  b"ƒŠ9‚\x17‰ML‘nG*\x1EÅ$Î"
  b"â轸ïIB\x04Å_¤\x12J\t╗ò"
  b"â═¬Ýþü@ïª║■®è\x04Ó\x17"
  b"ƒè\t\x01ìÊE\x0F°ƒ\x16\x14ì³\x16L"
  b"„/¥|½kDê®\x07Ÿø"5û0"
  b"äö\x13/D\eH\x08Ø+P\x07M┬p╦"
  b"„´\LÉ\x18DÜ—>DÚUŠgœ"
  b"ä▀¿ÖU5B▓Ø:Á╠\x1D?x&"
  b"äþíØ»┬E»Ø6òS±ü¤\x1A"
  b"ä÷«vmgKmØ\x1E\x0FX!¯\x1Cç"
  b"\x07~eÆ€L.Ÿcÿ¿„8 ‚"
  b"…+é\x166ñL´¶f.>‰6-\v"
  b"…6F9Ÿ¢HL¤í%\x05x@\x002"
  b"…CŒ˜F\x18E=¥[Ëïôyiº"
  b"…÷åÁ©NE쥥ǒ\e›‚\x10"
  b"…ùtm\x16½Ac›Q<&'›½9"
  b"å\x15ÁäZrLÖåüNõæ*nY"
  b"†+Œ¸ô<J-Šä†Ü¾m«œ"
  b"†.EÝÚFEFº»¶Y²\x08Ù""
  b"†eÓ}v2Nù›n':‡J\x04"
  b"""
    åàÔ²u\n
    HæùjÛ▀Å═`t
    """
  b"†ŒîøãåKq€Åk\x1E%àR\x11"
  b"†¶–Ý‹>K_Ÿ\x1E|ªxÿ›Ë"
  b"åÔú▓\x06±MŽ7"þ?w\x18²"
  b"‡^–/:|Iö³$v\x13O|jj"
  b"‡mh@\x08\x10A”«“÷Ÿî©¿x"
  b"‡ØˆÛ<ÄD\x1D‘Ûr'h›}ý"
  b"ç¸z\x05p├F■éì\x03«Î╗Þ¯"
  b"ˆ&›à¶\tO°…\x1D\fj\x18±¤~"
  b"ê'╠êÔLF_╗1ÑB\x19!ì┘"
  b"ˆT‹¹Ö½@ò‡±@„\x04œ·a"
  b"ˆ±Êo\x16x@:œºLd±\f¤Z"
  b"ˆ×\x05\x19\rzFj™œõXrf>¹"
  b"\x179ÞßìAÞ”õ—’YO\x1AR"
  b"‰f\rà\x12üK\x7F™üÒ•:Gª^"
  b"‰•Ëp\x19ÁN¹µ([Lž\x0FÛD"
  b"‰·Û!¼(H[ \x10_CÔƒñ\x12"
  b"‰Äh°€\eM\x19•O>\x06\x14) ð"
  b"ëÙ£\x16¡É@<©³═\x04¤Jmî"
  b"Š\x07¸×iÒHBƒ€#§×rOU"
  b"è »\x10Ée@rúõR©g\x04\x15Ç"
  b"è!╦æ±"O\x7Fåe²Uü(£\x02"
  b"ŠA‚ójHOGˆ\x07/HâÕÒñ"
  b"èJ6Ô<QHuâ╦­¤(vªÉ"
  b"ŠS¹–¼^Kù“”4º ÇÖí"
  b"Šh°Á^ùGȘÝt3«[Pˆ"
  b"èjç║@9N¤âÉ©l?▄6¦"
  b"ŠÏÇZm™HÉ—\rRB0\x01Õ:"
  b"""
    \n
    §.~)C\x03ºâ—ìÔÏÓÇ
    """
  b"‹)7èšFJ\x04™<“U|;îˆ"
  b"‹:Þ.C(H¢›(§'§p{"
  b"‹lù\r$cD\x03¿yá\x11y HH"
  b"ïá*ÿØÌD\x16░\f▓í"▓å"
  b"‹°l©ûVH¥¬O¾è®ó!z"
  b"‹ò2ÞÃYLë€\x16«\x0E½\x04\fÓ"
  b"ï§©¤x\x15I┬╝&òRÒ\vıì"
  b"Œ"÷—j?L8œá\x00Z:“MÐ"
  b"Œ7\x01íxÔ@Ь÷I;17Šl"
  b"ŒT\fjRæFô´#\x12ì#ÚŒÌ"
  b"ŒoóªŠ.MK¼—¦\x02ºÝ\x15¸"
  b"îä×¾ÝUL\x03ò`ïêÅ\x14J["
  b"ì\x04¼\x04<7CÛ£c/╣æ´9C"
  b"ì\x10Ò­X>@µÑÄ@ëÛÐw┬"
  b"""
    ì6¸eJÖG\n
    £®OFâ;Kg
    """
  b"ì9\x14pôíC£║─Í+éÓÀý"
  b"ì9Z\t\t$B¯Âè ÜoX.\x02"
  b"ìÆÌ░┼ùM[Åp\x19õ@═®S"
  b"ì¿ULoÆOÌÁêæ<D\x01\x11Í"
  b"ìã╩×>³EðçcõèY\x16┬‗"
  b"ìÒø╝B└O▓úüt!\x04Ù╦ó"
  b"Ž@6w×ÿD{³±,ç7êÌZ"
  b"ŽY\x06ŽÙKCÙ€Ûƒ–~æ\x12°"
  b"ÄjóD±IM`ƒn©üKèt_"
  b"Äm_)bÇBLÉ\x0F4Ȱz@3"
  b"Ž}Y\x07W\x19Nî‚VO\x1DJ\x18"
  b"Äí\x1E÷1°Lɼç¢╗h©\x1E:"
  b"ŽÛf\x13âEHʾ\x03õ>Èÿ"
  b"Å\x1Ak¿@mFeѧ\t\x1D+]6]"
  b"Å#<ÛgvFa┐ymü/Àé,"
  b"Å?\x07Ë£;Bl▒Æ?ðÇz·\x02"
  b"Å\p▀9f@m©\vIöÃ'´u"
  b"Åää-Ï┴LÃô\x170╦¡\x07"
  b"Åå2─¿ED\e¿S/x@p\x02]"
  b"ÅùV¤BrC;£░\x00&├©é\x1C"
  b"Å╚-╣¯&D╔ïÀV\x13æQf|"
  b"ŤPƒy\x16N‗║▄*?░j\x0F\x17"
  b"ÅÔBcYAJ└▓b@ï%─­\x16"
  b"ŧ÷.\x05zA░©ÈÑ\n\x00º│\x0F"
  b"É\x18Ü└╔­B┤áXÒU+\x13©═"
  b"É\x1C█`ÖÌIñªó╦ÿä\x15\x05"
  b"ÉîxB▄\x1CD¹¥Tûïq¨ß´"
  b"ÉÑçÚ\x0FùL─í▀:âo\x08\x08"
  b"É║╣ì╗§JÂ┐╔\x0E,n\e»Ç"
  b"É┼\x18ó\x06*Nñø\v\x1FÉûî\x18"
  b"É╩d\x01»éD1ƒV'Ç'ıæ\x00"
  b"ÉÛ\x18h\x03ÅC╬úë©ÈX@u■"
  b"‘Qô¥Ï÷Bê¸+&êyÖÕü"
  b"‘† \x16?‘G‹‚‘šÇzšG¤"
  b"""
    ‘¢HϬ§@O¦\n
    @‹\rËÜÔ
    """
  b"‘©$\r\x06©F\x1A­ÁÞ2Œ³jµ"
  b"‘®zýÝ€N.’ü:\x18ë'0Ï"
  b"Æ\x16L4 ,A─▒2l\x01 ¦Xì"
  b"’F—w¥eJ\x12«n¢H\x0F\r¬Ê"
  b"ÆS\x14┬ÒÞNh╝üÍ~ºêØk"
  b"ô\x02tKÈÄA\x11Â\x08%çü╚GR"
  b"\r|³ QDý‚l=!è$û\x08"
  b"\x141¢FæD\¹Ÿm\x0Fµûcw"
  b"“BD\x17ϵ@\x0E¬OöÕ3¼±\x1C"
  b"ôa·`║SERìí#дèÅ\x15"
  b"“uxÌç\x1AE6˜\x06†X¦ÂÃÄ"
  b"ô\x7Fá╝[+CEü]ïÝf:q¢"
  b"“ƒ¾â»òAꮓJd¬*Ã\e"
  b"“ÀÒ2KMA~»]2I\rÍ^þ"
  b"ô̓ĿÁNÝØsçu<(+©"
  b"”%\x1D\fg\x13G§¿<X³kÇ9Ø"
  b"”B ÜøGI\x1E—^¾ß‚®35"
  b"”NWˆï(@~º·‹­Z\vŸÒ"
  b"”N‰¶…\E_³NŒ!¤ÓWg"
  b"öÅèbÍnF\x0FƒgpÏÒ\x16"
  b"öØTÂ[ OܼMÜ6ì‗\x17ý"
  b"”í®-ÅÊA¸£B·žäu]b"
  b"ò_jü¸oHE©│(i\x17åæ\"
  b"""
    òؤt\n
    ÇD-│]\x1F\x07Oò■ï
    """
  b"òÏ▓d\x0ElEeÅg:┬█\x1FÂë"
  b"û\v─¥|{B`ü¼ ÑBòe#"
  b"\x16\x0FpC·±h«\x7Fô›ñT"
  b"\x1Dy\x04\x1D#N·¦ö5s\x17dÒ]"
  b"û$\x1AÇÅRGÓåL7·Í¼\x1DF"
  b"ûBı┼▄>F]ûpcıHÉ\x02J"
  b"–b\à\x02ÄI\x00¢hœ´eMI\x1A"
  b"–{È㸭Bc»¾ô\x04\x008øµ"
  b"ûÄüpÕ'AHíP­¤\x7Fmd6"
  b"–“&(×ÍC稜½zÐPæë"
  b"ûôM\x1F.ÉG¢╗×ÑZL8ô¡"
  b"û×2ýq\tCGö├ÆIqü\x03"
  b"ûÚâ2i%@ðìV<}HÀ!Ì"
  b"\x14Ø\%ªCü««»ùà%+\x00"
  b"—?\x11ÔñXJK–:\x0Fܯ¢ô?"
  b"ùÉÂú╔¡N)»7M[³&L0"
  b"ùÿ\»Þ÷H┘¥¡■ª«Åý¤"
  b"ù¡MsƒjLùüé═9\x1C\x07Ô\v"
  b"—Á.rÙCCn…L[Dlœiý"
  b"—ÍœpF\x18I\x11›è\x14\x00þ`ó["
  b"—áñ{v\x1FN–ž\f–õ‰µa "
  b"—í%\x00ô]I~£€¾w\x15,ýÑ"
  b"ù¯┌Ó)ÉE1¬ý ÿ\x1C¢F─"
  b"˜\fNØÐÓJ‰»\x05ÛADH„."
  b"˜\x19Ó\x0E‡iEã¥\x13\x1Aî®Nh¤"
  b"ÿ*~_³\r@Í│Å═3÷6{_"
  b"ÿSã╣Ñ©ChöìÛ┬x\t"
  b"ÿ\SÒ╦íBXàiþæü%i\x03"
  b"˜jÍõ\x12\x16@Ÿ¨Ffß\r\eˆ"
  b"˜¥`\x15ÑHL‡•«\x19í¸\x1F"
  b"˜Û3À’PJ:£´\x1A¸HŒÒ¨"
  b"˜ã\x03mŸºE\x12°\x1E\x07›É >"
  b"\x15½lþ·Cr°5Í—kòžæ"
  b"Ö\x1F$´ëôHdöÉ4Kz╦EÇ"
  b"™9¹þ\x14ùMù¬ú÷E\x02@ñL"
  b"™yhM±\x0FB=¸%8›ué‚ð"
  b"™ï™«\x03ŠFĸrpÆfi+ß"
  b"""
    Ö¹\x07¨\n
    ôLÉÉèÎC¹¯yG
    """
  b"š,ádÜhAƒ_Ì…¼%´\n"
  b"šu\x1FD–³B¯µ©Z\x13ÏJ…/"
  b"š R™$\x1DA[’K<Æ0\x01"
  b"š÷@|O\x19G\x00¤\x14·õ‹ ¶ÿ"
  b"ø\x1F\x11|µ Muì╝▓Ý»'Ç█"
  b"›4…C%\x00De‡[¾\x18´\x1Eãæ"
  b"ø[\e4W$M┘àP\x1E½XÉß┼"
  b"øîþ\x1Cä<@OÉ▓¦ÃƒR!¯"
  b"›Ó§‹÷¬Nm…ïO´˜¤Ø1"
  b"›ò\x1CûóÒ@¬°ÄCªG¨6Ê"
  b"£\x07ƒ0(:N}»û­▒DÉ<\x04"
  b"œ"‹]_šG1µã¢Z\x1E\rb"
  b"£$┤ÆHIAãç\x01▀êÅ_█ø"
  b"œB<øé(EM®•\x08ÔÒwÔÆ"
  b"œƒpo”©L‹Š&›'“ŒØí"
  b"œ‡”=lßD‡œµ‹¯ú]&j"
  b"œ½XAk)J‚Œ Á¥|„YS"
  b"œ¾?µ¦MGæ¾\x02Û3‘«õÓ"
  b"œÂ“XDºG¡®Mrk«2²³"
  b"£╩1eÊ\vMż├ÕPÍ║Éé"
  b"œêA?\x14¬@å–/\x10\fYt“"
  b"Ø){ë8!Jtú\x03!Ç¿ü¥="
  b"Ø/*nÃçB%ù«ÅB/7\eq"
  b"ØP\x03\x02i)K)»Ð\x19naá4Ø"
  b"ØR\x10o╣\x1FGíîç¢aZ$ÄÍ"
  b"ØæiÄuâGsÿþ\x1FWßR\x04F"
  b"Ø┴Ó└×U@;åÉÍ\x00?~¿Û"
  b"ØÌ█Ô▒\x12Kªª▄9éO┬bó"
  b"×\t\x12\x1Ai6L|ûÒÅÎèÒÊ$"
  b"ž\x1Cô¤\x012JoŠ K‘p{÷»"
  b"ž*\f!\x1AºCRŸ;Weu®¦Q"
  b"žDíj\x1Ec@þˆP6”\x04\x12­_"
  b"žN\x0F\x1AÀƒH.¨D»¤µà¿4"
  b"žT\x03ÚŠª@¯²Lš\x06jÇâœ"
  b"žU'4ãHNûªW¡]6\f¸L"
  b"žs=¿ò«Hi \x01\x06ž–¶\x1D¦"
  b"žÆ\x16eáiH\x11¤9\x7F\x08Wÿ3\x13"
  b"×╔ÏÞÅ├L│ë\x13\x14J╠g\x17 "
  b"""
    ×┘~ÕÂ<C\n
    éýìÍÁ\U┌
    """
  b"žû1êy:N/¼ñ#þÔ\x04Ìj"
  b"""
    ƒ"Í╗ÉqN=¬ÕP░\n
    ¾││
    """
  b"ŸL\x7FdT“MU¯À\x15ø….»U"
  b"ƒxº@ð¨LA½ìà)Ø╗$æ"
  b"Ÿ˜®ý†¨H†‡&\x1A\x06ñ‚\x11ü"
  b"ŸÕPJB\eB\x07±\x1EY¾3gÉ…"
  b"á\x02srz|Nç¢ÉèÃWÕ\vÀ"
  b" >/\x1D«\x0EO¡šºf\x1D!­³Ü"
  b"ám©ÏØÙM;Öm ïì`Âc"
  b" y´WU\x05Dµ¾5\x02‰zˆã\x08"
  b"á«j=ñmJo║Ó\x07#éìê║"
  b" Ûi\x03¦‚O\x00ž‘KBUùK["
  b" íüƒWÀNÀ¤Ý×d±ç\x05\e"
  b"¡\x08RgC1OJŒÄÃà’*sÇ"
  b"""
    ¡\n
    \x7Fv+ÐNwµ¯SH?‡È‚
    """
  b"¡\vå˜ÎþCó¾K_&\x19)ŒG"
  b"¡,¯;Ы@ÄœdÆá,ô#\x0F"
  b"¡/\x05W\x04ùA¥•ß*˜R\x1C1\x08"
  b"í7(~]ËB»│\t▒Åı\x07û§"
  b"¡:=&ªz@_•ÿwmZÎ2F"
  b"¡Ã¡·Ü±Mȯ^&¯ž€ç_"
  b"¡û\x03QÊiHƒž1•\x05Ž\x13©§"
  b"ó^ð┬\x10■IûÅ«\x13.«ã:)"
  b"¢t½Q!ÄMýªl[8ß¿ð±"
  b"¢Ÿb­ÆoB\r\x16á3Õ4©g"
  b"óÀ5\x02┴|IµüJ‗3˹xÁ"
  b"ú\x00¨¯▄│D·╗\e▀°\x0E\x00"
  b"£\õã’íF´¨b®Ô\x17;\x16Ù"
  b"""
    £’é4$šDѱXiR£W\n
    þ
    """
  b"£ªGDýSLÒžÒñj¾_ö’"
  b"úÞ^ò5§H┬üg\x03└[kb╦"
  b"úÛ░\x0FnùKùü¥²=ÍUÇî"
  b"¤\t~¢(;Nz©{zï\r¨\x00h"
  b"¤\x0EòÉÖTE\x0E\x1AX=°”¡Y"
  b"ñ\x1DÐÔZ]@ÌÀ)ÂíØ\x14¥¹"
  b"¤ZÔ¨d½OoŽAœE"ˆ»õ"
  b"ñ┼Ø×ÔÂIÌÖÓÇýÓþmÒ"
  b"¤èƒd\x0F\x07Ie¯Œðò\x1CK›ó"
  b"¤ó¸GÀ_CᦳÑwX´!…"
  b"¥8<ÅðÎK•»¨»\x15\x1Eåjk"
  b"""
    ¥_Ží\n
    \x10H¸„\x02£¯\x1FIâÉ
    """
  b"¥‘f\x03Ê‚Ei¡\x19Nç?2ü\x15"
  b"¥¸§®;÷Aé—®öéë/©Î"
  b"¥ú\x16\x03\x06|D)°çot`­IË"
  b"""
    ¦\n
    dÊùhJ:¨ìKËâ'_\x02
    """
  b"¦töÀÆgB­¾ç¯€&U<#"
  b"¦ñ‡\x0E\x05\x7FCܬ×\x06¯\x1ES)À"
  b"º\x0E¬¢*üG#»╔<┤ÄuþØ"
  b"§%ü&2íGÖƒ¯×v“ÃÅù"
  b"ºR_£┤iKæü\x1A%[\x14\x12"
  b"""
    §RÝ\n
    ¦ô@s¿QñÍ”7‡L
    """
  b"§fq&6\rE;°ÌˆP·½‚g"
  b"§{õÈ™ÜI;´\x02\x01\ræn"
  b"ºç%bŽB®äAÿ¶eìSµ"
  b"§ªÐk’ö@ ž\x14÷§ ¢)9"
  b"ºı\x06À\x157L\x18▓ıÉÃ%°aî"
  b"¨\x12\x04\x1DC9¤Ù~f\x10¯E7"
  b"¿\x1319╚1GÞ¥CüÑÉ\x0FƒÃ"
  b"¨tV’e\x1DD!¼ñ±µ t¬D"
  b"¨—aeD\x10F.¹V‘ÂÏj\x7F\f"
  b"¨›Þ­ÒÔHù‡cÚÓAÄ/"
  b"¿Ø7rHëJ\tûy9Ï\e\x02"
  b"¨¿ÄÍG\x03Hჷ)”Ý?¥Ì"
  b"¨Ó\x15úõâD]’\tªöE\eOp"
  b"¿ıÀ\x17\x03çC\x14Å \x1E║d█┤\x1F"
  b"¨ÚÖ[K%L>»m¤À\x05–Ê+"
  b"®T\Ø&KDmÂv³ÂIsÚ["
  b"©Uäo\e\x02Dû…Lô\x7FɰTÃ"
  b"©‹²ë©´Jê¨ÝkóLC¢\x01"
  b"®ÁÉ\x15Ý G¶ªí\r═r▀Öı"
  b"©Ãw\x1A\x1AŠLÊ•{$¿›®aw"
  b"®Ë[¥\x07█NüîqzßU\x01\x17"
  b"ªZ\x7FTs¹F™¶{³º;(Ö…"
  b"¬qıƒ÷ìG<©\╔╬│█Wì"
  b"¬v$UÅ\x04F‗áãC┬^¯▀T"
  b"ªyý\eÌA@›ª\x18Vòƒmðp"
  b"ª–#nQÜE\x08†e…x£QŽ“"
  b"ªÐA\x06&\x04E¯–Ù\x7FƒðXU"
  b"ªñQ÷ò1F\x1E»Sj¨WÇÈ}"
  b"«\r%E†Ú@¨²ÐPm\x06F\x1EÍ"
  b"«\x132$èTG…¿\x03ùmϲ\x10"
  b"«*ðš\x10 Hs“à·¿\x1D45d"
  b"½Vfì£\x7FA¯ç▒╝ê¼0W`"
  b"«cW<ÎêKZ¿¬Z¾8ÃÓe"
  b"«d8\vVæOÌ´K/{ûßÉ\x7F"
  b"«n\x08ÿiwF\x11¾7‚ÿ\x05ÞvQ"
  b"«‰C{àEO\x19²€\x06\v\x00\x1D©É"
  b"½È\x12¸\x17zF╗»>k\fÐÝìt"
  b"«ü¾Ï\x18\x10E\x19—¢¹½\x05cls"
  b"¬–Ë‚aEK\x7F€€\x03IpW£Ý"
  b"¬É\x10\x7F\x15I}¨’ƒµ]SpÉ"
  b"¬ÕþiqéM¤Šš˜ï4£Êt"
  b"­$FZ\x08ÌO³«­ŠÒYW\x19¦"
  b"­)\x19µ«—J΃ÏWh\x13òh×"
  b"­^?Âë³D¥¦¸³”І’#"
  b"­s¦·=3M\x04ŠvõÔi}Æo"
  b"­„°'ä\x02D\x13‡œ¸òñ[’Š"
  b"­ ;#Fç@½£\võ$[Ž`?"
  b"""
    ¡Êÿ©\n
    ûB5à┬\x07dZ\x13\x04ì
    """
  b"¡ÒL]o&E\x16Åõ×ÒE░|┐"
  b"¡■■f¹ØDâ┤\x00\x12\x0Fù%"
  b"®Eû;\vÖM\x1E¯‹\tM>\x03"
  b"«U}Á╚ÁB(¼[ù┴ü╝╠U"
  b"®›e¼0QA:Ÿ\x7FÅI\ržéŽ"
  b"®¯%\x114+Hg†v¥3cÛ¥\x19"
  b"«³\x10▒¡sJfüööU@@FL"
  b"¯\x10\x1C³~=K\x00³j¤XÔàxÞ"
  b"¯$x—‹ìD¥—¹ú\x11MÖVŽ"
  b"¯h«´Ó¯N˜\f\väCV4\x7F"
  b"¯m¨nÓßDõ·‘kë*»”š"
  b"»ö0<kSC¤×m@Ék\x01Ʊ"
  b"¯À¸Ók!I\x11¿\x11SaøzËœ"
  b"° NaŒ*Cþ‘x¯SœoÉd"
  b"°%Ê;„ÐB6Ÿ€;Pêqu€"
  b"°HÎvQ‘DF³‚Âè"s©Y"
  b"°O9g„ôOë¢\x1Dw¿|\x1Ez="
  b"░vÃÉD\eCg«y┴õ\x7F\x0EÁ¦"
  b"░ì<"\x1AÞ@ÛÀ \x7F<á¤4¤"
  b"°åp\r ÄI©¦Mf‡ö‘.\x05"
  b"▒@%ÿ=ûBpü\vQ¦ã*ÉS"
  b"±M¬tPÙEJ®ø\x06-=\x16"
  b"±²\x04@â>H?¬¶Ødúür{"
  b"▒¥Ã▓ÿpFÛ®^ɾ¿Ò┴´"
  b"±É–•K¢Eƒ¬Â¹¹ÊïMZ"
  b"±ÿ‘L­ˆKã•î·Œ\toÜ%"
  b"²HâGX\x1AB"´æ¦“C—a\n"
  b"""
    ²N\n
    ý'ÙBô®?ïµ\n
    þ¸\x06
    """
  b"▓O‗í▓6Bðñ3▀░ÈìÏ\x18"
  b"²ne±Ý JP–{j¿þ7ó@"
  b"²†+–v…D\r ØÖŒÙì”Ò"
  b"²›dàk¿Fýˆ¤ÍÖ~u­ì"
  b"²®w\f(ÈAî•}%lm²vÜ"
  b"²ÚØãÖ'A­·¡føÝ¯;/"
  b"²ï6’-\x13I‡¤:fsÀœ+>"
  b"²üªo—©A\x04ƒ…Å¥ƒx\x19^"
  b"²þC:£…JС\vløà\x10\x19Ü"
  b"³+°5GÃFý‰Z\f{­ûU\x19"
  b"³{‰?¬½@(½¤\]Ìé\r\x7F"
  b"³¡T\x1D¾ŒE§¾aBh·ãÄÀ"
  b"³°å<í\x1CCGŠ%S~\x08\x1DõM"
  b"³Ì²¬\x14Â@ƒ¡Ñ\x11\x12\x08ÿß3"
  b"´\x08\x17P½ÌJš€$µö~ð@X"
  b"´\výD\t4Nª¨ßqH벤m"
  b"´;5\x16$öD³À¼°“<Œã"
  b"┤Oë▓╦BFñ¬╬\x11 \x00Ž╔"
  b"´_6ˆ\x1C¬K¥º\t“­9\x01Q–"
  b"´`x‡…\x10BØŒZà6Y÷åd"
  b"´d•i0\x14D8¨\x14`ܯ·PÈ"
  b"´—ÞKšÛJ·šÙ\x19¤lÙ\x08z"
  b"´Ÿæ|Ò×F)‚™ò‡>vÊõ"
  b"""
    ´¨K)\n
    6J5“‚¥«ŒQ|“
    """
  b"´°þ\x01!¡Mlj؋)¸Ì‰è"
  b"µ\x02HV\t¬M#…\x1Fß\x04$¥Ç÷"
  b"µ\x13\x06\x7Fb·FÞ›¡»æ@>ÒT"
  b"Á ÝÅ╝╬F/ôæùe\x13ð╔ù"
  b"µ;¼dçwMº ¯°¬\x03kx·"
  b"µ?¬vO\x08K"¼\x05·{ÖÜXÂ"
  b"µ@ƒÔS"B—«\rÀ0±Âå\f"
  b"µ\Ùµu±N!±È–K}6r¦"
  b"µcõ¯ê»C—…:cjØe\x03ç"
  b"µf+¼xè@ˆ´af¨ö\r"
  b"µ¿J£‰ÜJJ›M”\vˆùÓ\t"
  b"ÁÌ@H¢CI3¥Å\x15¹Ü*Ü\x0F"
  b"ÁÒ‗¦¼&EúüÆ▀Qe╬è2"
  b"µõ]\x03\x0F\x7FK\x0E²Jë,ô\x07/7"
  b"¶ :.ÛôA\x1C¼(Ó´ŠÞž\x10"
  b"¶9ÿÜC^B(¾\x1D²úîGÓm"
  b"¶¨\e4A.J•™Ÿl•×>¤\x1A"
  b"¶ª«¤"hB?¢)³ÞÈ\x1C\x1Ez"
  b"¶óèOr\DÉ­(a¤\x00ÈÂo"
  b"¶ü]™7\x7FI)°¨µK9KcÄ"
  b"·\x07\x00¨¨M\x05‘ð™†:ââi"
  b"·\x19•x\x15ûE+ˆû¬\x19ûÉ\t\f"
  b"À4CÌ│\x14B│óÅ·\x06\r┐╦,"
  b"·H„\x05˜PBW€¸Mâ$ÀÅ\x06"
  b"·IÙì«ôNà‡×_癜¦K"
  b"·W~\r+\rAõŽ€\x17ì¢ø\x10ó"
  b"·ZÞÁoNGg½Lüª`CY$"
  b"Àz2]·äM┴ì\x18=°Ìؼµ"
  b"·ªYäy1N.©p\x01¿R3i\n"
  b"·ªívä7BÝ”1Œ¾ŽEèÛ"
  b"·ÑŒi+\x7FHë§\x16ý6ò\e72"
  b"·ÖÉ\x1A<ÍIê’ÚŠ—ÎA\x12Ã"
  b"·ìO=ªØF>¶è\vž¤aGy"
  b"""
    ·òP\n
    ©–I4¼\x0E›©·(\x14Ø
    """
  b"""
    ¸\n
    \v_\x06‰FN©\x08ã-Ð6„\t
    """
  b"¸8WzMcAR¥\rg̾\fUl"
  b"©>║rÕLJ¿ü\x07eÝ`Nô¾"
  b"¸V`£û°@p³,\x00§jk˜Ø"
  b"¸k¨„t—MÄ—Ï)›r‘vÝ"
  b"©Å¨▒ß─GÁØ)ÈqÅ^\vê"
  b"©ø├÷W·HÊø°©▓;×▓Ø"
  b"¸¢›—‚„GŸ³ ž#Ф~å"
  b"¸Äχ~²C¿’¯\x03–]K@n"
  b"¸Å\t\eŽ#G„—J20 ×¾û"
  b"¹\x1AðóÜ\x05E/‡‚\x1D\x11€Ï\x01'"
  b"¹í¢l&žK\x15¤œ·µ\x13Âkü"
  b"º ×ýUµNÙ´NÏ\x04~\x06¡["
  b"º(ì°œq@ΡÂJURÕ–±"
  b"""
    ║ÇkUf\n
    O_×─y.\x06Ø$\x05
    """
  b"º£\x0EöɘAØŸ¾6ý\x18X5i"
  b"║¿$ÜSàF®Ø\x03▄cU┌\x03\x03"
  b"ºÉ\x15Õf€Fj‘m“¡M.Û`"
  b"ºÏ?»?0KÊ EžL¦;“"
  b"»\x02oæ¦\x1FI\x1Aµ›3}™Œ8\x02"
  b"""
    »\n
    Ú¤ÀAEG¶ð‰Zú¹\eç
    """
  b"\x0FÄÄ▒WEäñ÷K┴ì­ð("
  b"»\x16þ–º~O‰“XÉìÚöä^"
  b"»SÞ±\x00gM_±æN65\r½ä"
  b"╗_~郱OR©T\x07\x00"█MÉ"
  b"»l\x15pd\x10Cœ›Nou]°L\r"
  b"»z‹öW3O§£K#Š\x04\r[u"
  b"»¸åÞ‚‹OA›`œY‰çQ["
  b"»º ¥Ø\x07EͶcå»Iî‰a"
  b"╗┐V\vX\x1CB║®üÎ\r▒¤Å\x01"
  b"»Êíš\x00ñM›ºZüá'¦M\x00"
  b"»û¹sýƒOλW\x165ùü\x00ú"
  b"╝RaÞHÔD\x1EÅ\x17ÔÙ╚{═J"
  b"¼aZ\x0E>…CךCT]\x03‚CÐ"
  b"╝öÆÆÝTA ¥¬CÜÅñcw"
  b"¼·\x190\x01¡N ¦F£Ÿ)Hû\x7F"
  b"¼Ø¸üˆ(M –Üfš´:A·"
  b"¢(µ\x04!êF\x16Å9«\x04\‗ç6"
  b"¢ïþ\x1AÕ│M\fô‗s§Å\x1C\x08\x17"
  b"½žãÒü8Nµ˜‘1„ 9ûæ"
  b"½º23mÑJ\x1A ùzÈPìlÂ"
  b"½å`\rû\tIj¨rk3—Ò\x01£"
  b"¾\x17T\x19€ü@T¤ì&¼\x04íð÷"
  b"¾,\x03<¢÷@+†¸æ´\\x01"
  b"¾<X«\x15âKéŸNp[þÜ|ã"
  b"¾Q\x0Eè2*If‰“d¥\x07³´1"
  b"¾x!6\x07 E\x00•¤áHî*ã“"
  b"¥ëü┼QıN宣¨╩¥å┌¤"
  b"¥Ñ╚ò,\x1CG¥╗ÉÈBñ▒¨\x1E"
  b"¾ä%r‹ŠHý½\x1D\x14\x1A~êgÀ"
  b"¿\x0EÉÝ2\x02N´ŒØø5I¤U˜"
  b"┐a\tØ\x0EÂF=ê¿áhüÃB}"
  b"┐b®E}jMØá\x16¾t¥\x0E"
  b"┐x\x07(ÕÑ@\ré!_\x1A83É¿"
  b"Àkr­\fn@µŸ\x13Žš”ŠXg"
  b"À…%R×\x06EÌ©^æ™\tš2j"
  b"À–i%óÈ@\x07¼–é+D!2H"
  b"ÀœÑô¼ŸD[©ejÐüU\x15å"
  b"└í█ù\x08╝LQî\x18É'ÒA\x07q"
  b"ÀÑÔ´U\x19H¥Š,ãì`)‚\x03"
  b"└Û%í9\x10FpâÉ·░─┴Ú\x02"
  b"Á\f]Á¶™Kï›W*ù,JÄ÷"
  b"Á>P®/\eJí·|\x00ºu\x12"
  b"""
    ┴fó'█\x1E@ÎÅ\n
    ì\t'öëÞ
    """
  b"Á—ŸóU¶Mß±S­üÚ\x18ôF"
  b"┴ÛHMxäNØì┬Ò░îÄ\x06\x14"
  b"Â\x03Ãn‹øIçœ]ÓªK2 \x05"
  b"\x106t³YA®ÄNØbÓÅ9Á"
  b"┬«zJ6`K»Ø■4ß░Kõñ"
  b"┬▒WB\tkD‗ܹ\x08»Øª┐─"
  b"Ã\x13ǶWmMi…œ±ûx–\r("
  b"Ã,ú\x06˜·AW‚Ø\x1Cï.n[x"
  b"Ã_\\x16Ë\x0EJº¨2Ì‘Ùðt("
  b"├~ÿm═\x03GØûEµGoÎ┤Ç"
  b"├ê¸êÉ\vGîÂ\x0FÛ+ÓI4¨"
  b"ÑÎÕ¦\H\x17²×¸v\x009˜§"
  b"Ãõ\x12Ü;mMô½€\x04½¬\e•Ó"
  b"""
    ÃõÉ\n
    \rGbŠG\x06 oqdô
    """
  b"─*ÜÈ\ÌDqûJ┘K▀ëÄü"
  b"─ü;à'\x13M/½┤\tÊ\x00╣;\v"
  b"Ä—øTû¹AÃ’Cæ'F$ýA"
  b"Ĺó©*\x17IE pêêEv¶F"
  b"ÄÀ\x028º`M‰€—‘:œð‡y"
  b"─¤p╝½)B\x01É¢pÚ│┬=Ó"
  b"Å\x0EkÐôQGVŠÛÔ°¤‰\x00â"
  b"Å\x18WïÅÈIÀ§ž;\x08\x7F\x16?"
  b"\x1Cüãþ2Lúÿ\t¡S╣7\x02"
  b"Å@ü…ç;@\x1C¥pƒ§ulr4"
  b"┼o»ùÒRK‗Æ\x045eÉæÕÿ"
  b"Åqž¶\x16ÛJΠªU»cn‘ÿ"
  b"ÅsN¨@\x06Lâ¬#êæ—KÙW"
  b"┼ìé¸╦8E▓®¿lCíüñó"
  b"┼┼v^GdJ▀öØ>\eiZ╠d"
  b"ÅÆ4¡\x1D!H"»\x07€ã\x00Ã¥M"
  b"ÅÖ…*JvGË„ðsxÑ;\x18º"
  b"Æ\x10ÕJ=\x01O¹›˜OŒ”×\r"
  b"Æ;\x1Fp/FF™«Þ\x14{'Lÿ2"
  b"Æ=w\x19ë–EU–9'Þ~B\x00\n"
  b"ãƒØÛ/ÔE\x05×\x15ÄôÐi\x0E6"
  b"Æ¢/öâ`C\x1F²+–R\x07!_#"
  b"ãÐ~\x03~TE\rúØÀüO╩s4"
  b"ÆÕí—IkDY‹)\f\x06Ÿ\x13"
  b"ÆÚò¦;VGTšž\x19t†_ä\x1F"
  b"""
    Ç(õh\x10:D\n
    ©\x0F½ï3ÂaL
    """
  b"Ç;² Q\x14NŽ—\x1ER5J\x1Fß\x0E"
  b"Ã|ë-┬:H£Ø\x0F|\x1A\x1E~D"
  b"Ãëày└ÉN\x1CèϦ?§ëÜ"
  b"ÇîÊå8sLz¥\x03ç¤\x18C™·"
  b"÷èÑ‗·Oiÿ awXJ╠Å"
  b"Ã■\x03\x03MH&ï\x1CUvì\e\x01"
  b"╚2ü¤ÕÊI║é#ÑÍÎ\x10"
  b"ÈS›¾?ñH\x07¸z\x01\x15tö|•"
  b"╚\└/╝yF┼êú¢zƒÉk\v"
  b"╚üªÄØ‗JÖúÏ═4!²[¡"
  b"È…X!P/BN§#HÝ£‰µþ"
  b"Ȉ}âú¯Nñ¢\x19éÂ\x02ܸB"
  b"È¡\x129}(M\x16¨8ÞŠ\x08'[\x12"
  b"Èój£H\x1DH§¶»çù˜~\x02×"
  b"ɤ\x1A‚?‚E–·oÎËw¤\x1Dš"
  b"ɯTÞÞÑ@\x1C™ÞØÏ.5÷\x0F"
  b"Éý]|&×Aëª\x17HªHRù8"
  b"Ê\x1DóÂØæK\x1A¿¦OŸöùwn"
  b"╩>§m╗TOˬ*^í\x1A^VÅ"
  b"╩LìïþºF2ûXͪ\x10\x13ç¤"
  b"ÊOÀ\fޝL^‹ÉeÂ\x03BĦ"
  b"Êl¼7ØÊJ‰µ]µì®Ç£V"
  b"Ê\x7F¯Š¡øK@›úªÿÌ7ðÏ"
  b"ʈˆsßbD6¾©¡—\ru+`"
  b"ÊÎE­«uJ\x18«5^è\x01¼\x00´"
  b"Êñ:ë”%DfŸçB«³¥I±"
  b"╩‗ôE6═Cöª4®á\x16ì°©"
  b"Ë\x1Aqo\v•K,£º7ínÖÍv"
  b"Ë\efuôöIl§žš€Êg~¡"
  b"Ë>˜\x13\x08WI«‚ÿ(™¾éÌ_"
  b"╦l\x15ªÙOBÀÅÁð#=j/e"
  b"Ëv4ïâE¯ˆ˜í\t\x06<\x1C"
  b"Ë€j°Á%Eé¥å¦Ä…œ7é"
  b"╦Å6Ó@²@■úÓïɨa¯ý"
  b"╦ö╔╠@ÅMQò▒uv\x03\x00 ^"
  b"ËÊ»E‡dNÜ€;I¬wÿºá"
  b"╦Õ¾±Ð]@ØÀßÚ\x0Eñ¦5ê"
  b"Ëÿd¦²‹DLŒ©’//AðÁ"
  b"Ì\x02^r »H4¹ÆŸ†À\vÎ4"
  b"Ì\x1C‹ÚM›FG‡\x15;y\vö\x11"
  b"Ì L7«ÚJä»\x14]\x02h²Ç0"
  b"Ì'‡’µÑEª®»v6|m\x11\x04"
  b"Ì/Ï\x0E¶O4³³ë-߯®Z"
  b"Ì:\x10Pë×A\x07¤Õi_(Qã—"
  b"Ìw‘^ÅkD¶›2¶,“9©\x10"
  b"╠âÒ■\x032NÄìo▀«Ç╬‗ª"
  b"ÌÒ:VÒ†J\x16Ž1¹Ï°\x05"
  b"ÌÞg\x1AdHDf„\rì}àfs\x18"
  b"╠¹H┤╦YEÉòøàÝwa{┼"
  b"Í!Ê<&çBZ¶°\x08\x14ùÌlŽ"
  b"═< ó+pJj¥$<ÅÊ\x07è─"
  b"Í>ÎRX¿MYƒa¾pÍg?>"
  b"Íkõ²å7G\x0Eƒ´ZòËy\x02é"
  b"═ü³-À§GÊ▒\x03╣ƒê&g""
  b"Íå$Fm¸Gl‹\x17U¨5Î\x13%"
  b"╬>qI^\x18IØÀıa|Q\x00"
  b"╬]£4mÉB┴î\x17l¿pó1\x7F"
  b"Îzå'\x1C{FL¯+¾S&UrÉ"
  b"Î{Ú1Ê\x08E+ƒ*E<çxò"
  b"Δw\x1CȰJÔ•ÔÙ…i¦¬ "
  b"ήxJ\x1A|FŸˆq·ÑøTÕÕ"
  b"╬■\x1A8ØmLËü*\x0FýÓiÀ3"
  b"Ï\x00ß¡Ë\fJ\x0F ðÕ³p\x7F|\x16"
  b"Ï\x01\f¸ŠA{šàq\x1Dß·\x1F\x02"
  b"¤\x1F7ÃGÅBùî¬Àt"R╝\x11"
  b"ÏqØ7Ç„G\x1D«môu…}\x12\x0E"
  b"ÏräoÝ'@T•Í8vjŸ[þ"
  b"Ϫ“!³3Gø¨P\x19¥ó¾Í,"
  b"ÏÂL爢Dg³ò}‹œ^,C"
  b"ÏÏÙ6!óKà´j\x08ƒ°‚¦\x10"
  b"ÏÝdËÝüBä™kW{·&Ób"
  b"Ð\x01ˆÈS·Jx¥OMSÇ\x13§J"
  b"ð&?3\x15\rB\x17«n´¶ä\x01É0"
  b"""
    Ð*dîÞÛF*ŠÀK˜\n
    ·\x7F\x17
    """
  b"Ð+‡œ\r~H4¬\x150\x15tV\x1A¨"
  b"ð/║~ü®Dáàøj½ô«µw"
  b"ðTwù¼OI\ÉÔþWlï\x0Ex"
  b"Ðxi\x16\x01§CTµÊúQÅ0=D"
  b"Ð~´•½jJd°(ç¹}£ç\x19"
  b"ðûôÐǽJ¦âC@ü▄©r─"
  b"и+PM‚J=Ž"P· ÂRB"
  b"ðã\[ê|LØî\x08\rC)vQ╝"
  b"Ðç£9³¬Gï«Õ¬©°Nãé"
  b"Ð\r@]‗█G║ü└Qý#¥Ö│"
  b"Ð\x12M═£ÅGó░ºô)â─X\v"
  b"Ñ¡"ËU£LDŽ~–O\x03XKØ"
  b"Ñ¢Î%ÎÄFµ vϰ1ŽeF"
  b"ÑÊ-5Ú#L—±Þî\x062àøY"
  b"ÑÓ°5J|E1©v\x02ÜT\x1E¡À"
  b"ÑûÃë²\x1AL„¥,ø€û2x‰"
  b"Ò\x1F\x15†Á‘JÏ“þ\x17ñy«\x01"
  b"Òff€\x12ONG®`çAÜò\x16¸"
  b"Òz\x01[\x132C?‡dÕ\x1E——l\x04"
  b"Ò‚ùƒú¸MʳیÀ‚cá»"
  b"ʪä£áöCh¼\x001ÀÃüSç"
  b"ÒªO'ðœK3ÂÉ÷A4\x1E"
  b"Ò¶\x02\x04$ÿNy¾Î„¯Ø\x02ç\x10"
  b"""
    ÒÄ«\x02\n
    ILã¡0F‚óþ$C
    """
  b"""
    ÊÎ_(▓UK\x13ê║Ñ\n
    Óücð
    """
  b"ÒñÙÁÎ\rB1¾\x13¡Í\x13fÎô"
  b"Ë\x1FÐ│´\x06JÁØ(\x01!°╩Ç\x05"
  b"Ó8쥋ýFª\x19&·hï]="
  b"ÓNI\x00ñ§@ª’5PQ”o‡\"
  b"Ór\t|ÑYEðš;¨ Èž\x19X"
  b"Ó†ÇÅ <F\x03¦=7xL—O<"
  b"Ë®Ø\x00ôöFìÑE)FÚ«ô\e"
  b"""
    ËÐã┬Þ\n
    NkÅdK¦Õ\x18f└
    """
  b"ÓØìLwÈJã–eVÙ?&AD"
  b"Ô\tWØ[&Nm¾<ìzÔÞ1“"
  b"Ô>ùÓ²(Hà§ò¡\x01M¾`\x11"
  b"ÔY-Ž.-A\x02¼hœ‚æ³jQ"
  b"Ô^Î+\x19·L”‰ßö!/ÚóT"
  b"ÔqÓâc\vMäŒoTEU$„™"
  b"ÔŽmA\x1DjOÿ¢=ùñoŽ-"
  b"È░øÆ{ÅISÂã \x19\x01¯±Þ"
  b"Ô¸éÓ`wNºªËÓð¯iMé"
  b"ÔÆÐ\x12ï?Fyœ#_úáº0""
  b"Èõqü\x18kN\eÅÄZ\x06ƒ┤!\x01"
  b"ı\x19ÂMZ[FÂüuÊÊ,©ÄG"
  b"Õ$FRÚÃMâšT‰6\x03\x0FJ0"
  b"Õ3¨áÑóOƒµºà»ýÙ´["
  b"Õz†1é›Oަ¼æ\x1C³\t¨Ä"
  b"ıà×╬v(BvÅ»\x12Ör│¶\x17"
  b"ı®§ÉdlL°éjÖï╬\x07µï"
  b"Õ¹…á^\x7FEü’'­©ÈfYí"
  b"ÕÙ^Mv‰H £å>22k3U"
  b"Õðl\x05$ Dê–\\x14¡\x06\x14\x04N"
  b"ÍÜGǵ>JÄñ:P=\fNü¢"
  b"ÖšKT0\x00G›¢\e…"\x00\x19\x1A%"
  b"Ö»\x7F@ýŽGò¤Zb¯É½<\x05"
  b"Öä7$ô[@y”Oç—\x006bú"
  b"Î\x12n\ÅéF\x1AâÙ╠\x0EÛ\x01öJ"
  b"Î4Ìn╬êEå║Åá┤T\x1F\x7F/"
  b"×`â§á.K\x0F DQ¢¥½ÓÛ"
  b"×o:‹\x12´B9»Q¼J]hÏ6"
  b"ÎÖû0P¯M÷ôNûqj{\x1EÅ"
  b"ל\x16Y%\x13@Ρ=­h²¾|‡"
  b"×ÍKC–\x02FÒ¸·Zž\x08\x13Ý\x11"
  b"×μg$ÎI9µ¸ï‹eù\x1EU"
  b"ι0 âñD■©Ø7ñûU╣ð"
  b"Ï\x16\x0EüKL\x11îࢤ│/Bı"
  b"Ø…\vrNXD´’å\rËç0Ïè"
  b"ÏØ¯║i§KAàk\e'pD\x1C{"
  b"Øž$»u"FfÇY¸‡\x7F"
  b"ؽp(\x14nMqª ­Ä(¹Áà"
  b"Ùj²ÒH‰N0¾ü'ô\x11ûðï"
  b"ÙpgäñàAù¨ê+÷ªiŸk"
  b"Ùu㓞¦DÜŠï9\x1FªÚB›"
  b"┘Ò~2ì│Lßç░ÊÇ«\x02Ñ+"
  b"ÙôO60jM\x1C›ƒXƒ34Èd"
  b"Ú\x0F«w\x19AH.™\x7F£½kºÕ•"
  b"\x15°hÏüG(ªG!ÂÒ±G¬"
  b"Úe"\eÆüF®ƒ\x06Fn&äÐO"
  b"ÚnXê3@O]›’\x0EX\x13:÷X"
  b"Ú¾\x1A)hÌBºž\x12¯\x13R)*¶"
  b"ÚçÛþ“\v@øµ~sF÷|B%"
  b"ÚøÓ\x15ÚqG\x19 \x19;„\x1E%\tq"
  b"Û2ú{Ò\x10I\e“ëÚÙeRuÂ"
  b"ÛN\x1FHÕ­HR¤™k7\x13Lø±"
  b"█ëDñıþCää\x04z&‗ü²v"
  b"█╗9¤j╗MÉæÎÆ▀\x166«³"
  b"█Êß\x04\x00xFüÜ\næég╣┼k"
  b"ÛüËñ?\Bsšß×eåi\x03D"
  b"Ü\x01´«‘žF‘•Šw\x0E\x1E„W="
  b"""
    Ü=í:¦OKá“Þg1\n
    F*â
    """
  b"ÜB\x7F)´:@4•Çž¦èú\x11I"
  b"Ý4æÛÎýHʦvÙ€DׇÂ"
  b"Ý<[Šp|A•ˆ:ëùiº"5"
  b"ÝWY¦±UJËŒG\x02álW;A"
  b"Ý_—9œuMÒ·Ø z\x13Zx\e"
  b"¦æ█óHÆA¡¥\x1Eü░®¼\x02="
  b"Ýσ^j…@3šÍôüÞm"\x18"
  b"ÝåäïªuKL›j‹\x0EÖŠª%"
  b"Þ\t3J\e\x02B ˆ·\x08~;ö\x13Ç"
  b"Þ(MêìŠF5ƒpC1¬¿ä\x11"
  b"Þ2ä\x10G\x1FM^¸Õ%\x00ˆ«VÒ"
  b"ÞH\x12æn^Aë®êY¢jStì"
  b"Þd²j0–Fü‰,Ë!\x05ÕÍx"
  b"Þ =P4ýG7»óš0Q_xÍ"
  b"Ìíöt\x05ÆA_í═%yHìI╚"
  b"ÞÀ\x08-ÆóM3•²E‡bèÿ "
  b"ß\x05r÷¥­E!¶Sþɯa˜³"
  b"ßgl ùÜH\x02³…að\x03wÞÿ"
  b"ßr¬Ó¤\rFØ–œö¸â\x19"
  b"▀ÛÛlzñJà░tÌ\x124─;Å"
  b"à\x15ññÊ\x14Nì±Üÿ£“F<Û"
  b"àŽ\x11\x05ašFÌ™{\x18ŠUI|o"
  b"ÓáÞÐS╦LÍ׃░├┼ì\x1Dü"
  b"à½Ô"ˆ*Fç‹^2flE g"
  b"àçX*|MèªÉ\x16¡ª÷¢j"
  b"á58Nè=Eq‚”óÓü<\x19ï"
  b"áO‡\x16¸N@È…~\x7F\x15\x17·rL"
  b"ßO¶└r=MQñzßç\fõì3"
  b"áw7á¸0B •\x00›‹¦*òé"
  b"""
    á…î\x02ÓµOﲟáÄ~ª\n
    \x13
    """
  b"ᤄÃÑÖIâ¯jÅm|q«º"
  b"áñ\x18\eHhJC°‘öF¶½<\x19"
  b"â\x17èO\x07^B_…\x1F—4\x11E“l"
  b"â“#«ZéD\x10 Ä\x1Eq\x10a–6"
  b"â§<F†8L*¥K8%,µŒÈ"
  b"âÐÆ\x04¡<DN§—fpæcQ\e"
  b"ã\tqîßGLž¢˜\x05`\x11(¿)"
  b"ã\và\x14Û Fâša.ªÊw›Ÿ"
  b"ã$_¾\x10„D—‘ÍqZ\x1FévÇ"
  b"ã$ý\v\x05¢C«ªfvÎ{NBK"
  b"Ò/╚¡\ÖH-ƒì═«޺E"
  b"Òi¹ÖìÉ@ìù£«¡\x1F3¶$"
  b"ã´-¦ÁˆGÑ¢\x07Ã̽mÛR"
  b"ãñ–ËåaC‚’oÄ\x19ZNëW"
  b"ãø¹úOÈ@ݹáakÔiÙ\x1D"
  b"õ;ÓhP\x04J\x07ÅdþÔ├g"\x13"
  b"ä?2™%­@\x14»Accí\x01"
  b"äC'4\x10MJ«žf\x01Ö\x14k¥Ô"
  b"äœä\x16øÄFÖ¾5\è_+çP"
  b"äßà•ÒlNq»Wy\x02lkL\v"
  b"å>_o¾VD}¿Ë†3V²Ìü"
  b"åÁè\r|þI\vª+$ýz+L\x0F"
  b"åጌ\x06 M\x1E„rº\ra!ÐÜ"
  b"æ\x17/?TåGë–ªy³7©Ò¥"
  b"æ#µ¾l€@i¦í½\x1CH›¸\x16"
  b"æ.¡\x08t\x16Dš‘F…ŠÂBàÚ"
  b"""
    æ?#Œ¸ºL†‡Œmû\n
    ‡+u
    """
  b"æF\ts!6GŸ®:?S†Ÿi_"
  b"æMçòVåJã„ð ÔÛZÔ\x1A"
  b"æ‰\x06!ÒIJ\x7F®úÂf®÷—«"
  b"µÜ?▀tíFðòë\x1Cp©ìïÓ"
  b"µ®Éõ\x1D\x08@Ãî\x1FKËì\v\x1DX"
  b"æã„^W²KA·ú\x12$qí0["
  b"çj”ýOäO¹³?Ð3,”…9"
  b"ç‚‹\x10ïáEÌ»Êæ‘žø0]"
  b"ç–t›FPGªƒZTÐï\x19`K"
  b"ç¢ÌS\x06åF\x02„V\rÎÚÎ\x12¡"
  b"çµ²év¸B\tŒC-\x15Ÿ\x08íþ"
  b"þÃlض╣L└ï»ø┼¢ÜËÖ"
  b"è0¶’auF§«n;°\v\x7FÏ"
  b"è‘_)0~E‰¬óö¨‚Â9Ï"
  b"ÞæÁH¸åO"╗ع╦*wM-"
  b"踼Ù2pIǤm\x00*¹Q‚é"
  b"èÏŠ\tÖÍH,Œ3\x0EämJ+9"
  b"é\x04=ô,FG÷¹ŸYÞékMf"
  b"Ú\x0EqÈ╚þO°ƒ\x14└┴Ý▓ÑÉ"
  b"Ú\x1DÜú7î@dáÚ:\x1E¯╔ü"
  b"é{Ð\x1F˜9GB ¨X<fžIÃ"
  b"ê\x16ž|n"@\x17‚"õü‰T*œ"
  b"""
    ê@\x10\n
    \x03²K9€£T¢Ÿ‡?ç
    """
  b"ÛØ©2╔jBëƒ1\x1EWQ\x7Fç;"
  b"Û┤b¼hôEÅà1`é\x0Eb\x14"
  b"ê·@ù|ÇF¬Ž°Æ\rq±= "
  b"êã¿@\x11çD>¿W¡\x12+…Â;"
  b"Û´ûŸ\x0FAûÇ╝=Ò┌ØA\x01"
  b"ë\x04UàtîJ\x0E“–Æ•’³‡("
  b"ë\r\x18\x17biOî¬iø&†\tyu"
  b"Ù>Óòë!J+É\x08ðá\x05Ùë\x1D"
  b"ë[­‰•ñF\x12¿¯×žUk¼b"
  b"똔\x11\x00\x19C¦®VeóKpã\x1C"
  b"ë©Ü6¬€Hùš‚Ï6ÿ;Åú"
  b"ëÄP(†)MaŒP’ž\x17\x08£"
  b"ëÌ@ÈïÏG$¿\x02X·ú9qê"
  b"ëÙxC+¬N^»Õ¾äAÁð‰"
  b"ëÞ)d°ÁO³¦#´bj³ªç"
  b"Ù¯└-ÍìA_Ü\f4¤`\e\x03"
  b"ý\x0FÜ7-╔L╣ìN\x02ã \r"
  b"ì+þ£ê¥JʽµîFMPìö"
  b"ìC1w¨]G±°\x16\vGÝ`F®"
  b"ìLªùþèLx¸²?hŠú—\x05"
  b"ì_IùnmMg‰ºM¸¿åº¨"
  b"ìfÓŠÈ\x03Oâµ\x7Fµ¯÷S°ú"
  b"ì}´jЧAu…“L/\x14¼Gç"
  b"""
    ýéÅ\x1FE├N^Æ\n
    \x10âÎ└ã
    """
  b"ìˆ+;)uHÉ¿\T^C¹ ò"
  b"í#Å\v$ùKݹù£Îh]Bó"
  b"íg\x1FÑW~NðˆÑÿ-)Ó §"
  b"Ýä\x17Å5×JÅ░─╬¢╝<Æ\x08"
  b"í—§Uv'H^ \x1DǶù¨Ìa"
  b"Ý┐2´Ô­M\x08ü&èöÃ$ƒ#"
  b"íÝ\x1Dä„q@…°¼a¬l×fÁ"
  b"î\f¤³›-@\x11¼ìW?ü2è±"
  b"î$\v¥@´DL©Dg}ŸØg“"
  b"¯.ÉZôLC¬®3±óHø`░"
  b"îc¸•*’KFŒ\r¹Û0\x05H\x1C"
  b"î~õîïoB\x13¢¨\x02\x01‘¯ß\x1E"
  b"î–Õ\fÖ¯@8«_Tû.Û’è"
  b"îÖ–"\x1C\x06L\x10‘84|%üSÅ"
  b"îòÔ=z°IXƒŽ]ÿ\x08£ä\v"
  b"´ ÞÕ®7CGÉó┴\x03OÌäT"
  b"´Z┤└­ãO¤óBâÅ´Ìêñ"
  b"ï^\x19#6vG¾€!Ûµ³m®"
  b"´hõ¹¹\vMDÿÉø²Ò{Ç■"
  b"ï|ù\x00csEü³~O•Xbä‹"
  b"´Ä»\x11Ï>KÕÉ9³z╣ZÛ "
  b"ï—„@ýßOa¢ñ¡ºƒ2\rg"
  b"ïœ\x13\x00á\x00O£¡+\x03,ɆHÙ"
  b"ﬢµ¶8Dÿ‚9¬\x05Ÿ4µ2"
  b"ïá\x1A~„˜Lê‚ñÁ¾Ö#.n"
  b"ð\x13YÖj¢M:žYs0R S@"
  b"­\x15[ż-G\x18½\x01³ï█ó`▓"
  b"ð6jn8ÙO\x1FŽñ\x15ûŠu\e\x03"
  b"ðFVò0ðL«™LuðÂ\x16"
  b"­v°¡3{E#Ä╝Îü-░\tg"
  b"""
    ­É\n
    &\x18ñL▓▒ÜqÔ7╩Ä\x1D
    """
  b"­»ô#ÇcKu«óC]7)ÎØ"
  b"ðìA£ÆŽNŸ›-óD‰\x1CÐC"
  b"ðù\ Y×Nq’J¼­»²’Ó"
  b"ñ-\x04w\x18‰B¹†ˆ9F`\fáJ"
  b"±÷î©:©EïØÒz\x02\x7F│oÊ"
  b"ò\x0EéÿÏYO1¦PB\f\x02G‚\x19"
  b"ò\x10\x07\x11\x1AìIY½‘\x05°5Ïê&"
  b"‗%\x04D.£E!╣üÞÇ^\x1EÁ\x1F"
  b"òKÏ\x03\x03yD²®ù°,\x0FP ["
  b"ò|g‡5•H\x19Ÿ|\f™rÅÆü"
  b"ò\x7F“¬Û G\x14´ç‹ž§c‚Ê"
  b"òÓ¬!‚ÙOq˜\x11÷wò\x00\x04µ"
  b"‗■)¢z?Alé.±æÓ'Å·"
  b"ó\x0Fto\x0EvHw¦\x1A±e—[Ÿ&"
  b"¾üï╦²═M┤║lx[ëòc│"
  b"¾Å§\B\x01GÿêéÖ%C )\x15"
  b"ó´oM\x12\rHQž_Oò¸e˜À"
  b"óÃ\x7FP„}Aå‡ÑÌÌ}=…”"
  b"\x0E0S\x08%D\x02Ü═Ø)Wº0\x1D"
  b"ô#ân=}Bš˜ÕîDHXL¾"
  b"ô*q50)DÅ”Û\x07éß?\x1Fæ"
  b"¶2\x06ب§Ix¬╔[#¬5wÑ"
  b"¶9\x07ظÙO.ï╬+ø┐`öç"
  b"ôF4„\/OŒ¬Úɰ\x08x1&"
  b"¶üùïú¹@,ä_|_tó\Y"
  b"ô®\t°YÞM"¼—ÎXÅ¥\x0E""
  b"¶├ØV@§Oùú\x12sþ‗\x04ý!"
  b"ôÏtêÿÕHVª\x0FFܼ\x1F"
  b"ôÚå£6%Oj•'ÿ\x13\x11À"
  b"õ\f\x025t€D¤ŒäW!=]Y¨"
  b"§\x10\x1F▒á╗F3Å¡÷0/IÝı"
  b"õ\x1DÑ®¸éKƵá\x7F¡X6Ò0"
  b"õ;² BÌAÈ’×b°Ün>ñ"
  b"§¡ºþ·_AN╗àeqÞgÝì"
  b"õ¯\x18#š~E›¯Ëý\x03c\x1E•A"
  b"õâ–ã„´LT‚ÁD'ÿ¤i¨"
  b"õãI舰Gœ–Zå²\x00©\x07\x04"
  b"÷\x14µ▄─ì@TƒáR╠╣F┌á"
  b"÷ZHO¯¸I£ÿüçtôô\"
  b"÷~G{uÿK\x10óΠ,Øä-o"
  b"ö¥Y%¨bD'ºC\x14À„dÂ("
  b"öÁØi!•L3¨\x15Ö[%ÑÉY"
  b"öÉ\x18˜åÓF[žøÐR\û¤›"
  b"öÔkÇÈôJ\x11²Ÿ‰ï›5¶ª"
  b"÷\x03\x05RzJ“¯ã\x00™`bÑQ"
  b"÷\x13ÚàŒ HÒ­¸M6gž\x1FÊ"
  b"÷\x18\x0FP–fMàƒt\x13íú²5\r"
  b"÷\x1CƒÜR¯LB½y1‡þ\x10\x0F\r"
  b"""
    ÷\x1D\f\x19üzFI¸\n
    Ì›çs\x0F>
    """
  b"÷jí`h¸J9Ÿþ6\x10Ý)o^"
  b"÷–ÊŸ\x7F2L\x1D‘˜™fþ2™P"
  b"÷£u|môLÄ¢“hÁ\x01Àx¸"
  b"÷£|€>pOÌ’\x10#XYŠw\f"
  b"÷Å?ýk’B#ŠÙ^- Nšù"
  b"ø\x17­ªR.L‹™¹|år\x06öµ"
  b"°08²\x18TOò»éÅö¬cØï"
  b"øis¬P¨@²·Õ=ƒ\x05LT<"
  b"øŸ²a´HN[ƒ|ëÓ\x0E\x12Ú<"
  b"°¡N\x0Eû]A╔║åßéÉ\x00Ö<"
  b"°ÒWYYBN\x1Eèì)b\x10ă\x0E"
  b"øè3ýõÕGe­\x12ø\x7Fp¡M’"
  b"° jϪ¤LÅØ¾a-¢eú┌"
  b"""
    ù\n
    0Pè\x05EŠ•ó|ªa©Ñ(
    """
  b"ù\fWðh_MŽ^—vÏÅgK"
  b"¨\x17█ÌqëAé«» ¤7Uìá"
  b"ù\x19JQc,A½•›3Š(ù˜Ê"
  b"ù,³\x08÷`L%›\õ»R+þ€"
  b"ùVLÉâûK\x07³M›Øyø2W"
  b"ùlMHÙ¿Dšž¸\x00ª°óá„"
  b"ùpeEÔ@F=…Z}\x1Cݹœ×"
  b"¨üÈnϯFm┤\x1A3ÉZHsì"
  b"ù’‹€dL@\x18œXn`\x10Îg¹"
  b"¨¬\x19Íä1K═Øéy{MýEÝ"
  b"ùÓ\x12]â•AÛ¯ÂøÙ43›j"
  b"ùÔÉT÷êM×”j\f¨ÑÍ?j"
  b"¨Ì»<\x08 E)¡ôìÐ\x1A▀=p"
  b"ú\x0E†Ë¿ŠB …°V_ÂD¥Å"
  b"ú\x19¥Ó\x1AùD;®"‰§Ä¤’a"
  b"·?>Øî»E\x06╣BYÑJõt▒"
  b"·Uåg`$E¢ìƒ╩C▓EoË"
  b"ú[È’ )@¸„o\x01ù¥ÝWf"
  b"úf\x1Cð\rÖL`­›QÄKUÀÃ"
  b"új?ÑL»@\x01£¾®–tS!ƒ"
  b"úpÊgÐ\x10GÝ©\v\x00U\x19r?3"
  b"ú| c’œOù¹.™\x10S1­\x0E"
  b"·ù`÷n▓BÚÅ\x14\x00¡].pñ"
  b"""
    úŸÙ\r8\n
    K\x17¿PÃúqä¦û
    """
  b"ú½\x10\x16Ê.Mr„^xXœ¾Ïå"
  b"û\tçV°\x11I”¾¬€)%ùÄ."
  b"û\vµø^AOŠºWH:\x1At‹š"
  b"û\x1E\x01ëäÔI¼«ä0þKcç¿"
  b"ûІÛí"N!½(c=¶\x07"
  b"ü\x06E§Z\x01Lµ“\x03s«§ù7ä"
  b"ü\x14d‚–íHh¡ÊÚ-ËyN„"
  b"³Mÿ}■,A Å9Ó¹ ▀[|"
  b"ü}\x1CùÆ\rMnŒ¼1¨Ï•ð&"
  b"üÖ\x19\x1Eæ>@¸–\x01ÐhGlÓO"
  b"ü÷ÈqkŸF\x16‚ëw\x1Dªêuu"
  b"ý\x01\x13\x07‹GH/‡Ê*&s\x11p\x1D"
  b"ý#A2`–E\x05…ñf˜\x1EqÅ4"
  b"²'vÞçüF*©6A╬Ú¼56"
  b"ýÓ"\r\x12PKN·º\x14\x0E\x1FÓ~\n"
  b"ýâò\x1DúüJ“©<ÜýÇ39f"
  b"²Õ╬76òGcÉâz1■\x18à1"
  b"²Û°2rªN䨲Byd╚·Ã"
  b"ýðyÍ^^GÑ…vYÇ-\x07"
  b"ýò-\x7FÓþA¡“=N\x13ÏbzÙ"
  b"þ\fëSÆSN\r¾{¿Ì"ÚÚ\x1E"
  b"þ9\x00ÅÄÞI)–j\x15Okµ¦ê"
  b"þpMi&ÈO…©\x17„üg‚•X"
  b"■®ı?:XOغ1»U║Û4ÿ"
  b"þËüÁ¦ˆOó¸y\x10ò\x02ðþî"
  b"þÙ\\x07\x01/Iž»ùõ=û%rS"
  b" 6µØTSMVꦶ █8╬!"
  b"ÿB²ò\x06”I‹™®\x03•iOb‡"
  b" fð┤┌'G'¬©DRŨı\e"
  b" qu±å\x16AkâÄ|³ì:oâ"
  b"ÿwD†÷sH3¨Ò„5\x14A_\x1E"
  b"ÿºuÒ?ÊHA˜µ\x01C6¸¿™"
  b"ÿÍ4\x7F·ïORŒå3\x14,}än"
  b"\x01ûoaý¼L4ˆ€š\x14ÏûK0"
  b"\x03ø\x13*â&GZ²€4´Q\x06\x01y"
  b"\x07\x16\x141q3I¹¦:ÏÇ~6ƒ©"
  b"\x07èC¾¼ÆOÌ­D\x15ÚDWiK"
  b"\x08•0*}wO粂\x15\x00)^Z\x12"
  b"\vµ8Èì­Gˆ…C€\x02t]ëž"
  b"\f^ï(±[DŠ‹®]D´\t?w"
  b"\fi¦®\tºJxêl\x18W§Aü#"
  b"\f┤ bëwOKÉi╝wádl7"
  b"\r\n\x00¢ØhGþ£©/æ}&É‹"
  b"\rj§žKHEù³s`¢L‹Àì"
  b"\r\x7F÷Oë®C&£ym‰þà+W"
  b"\x11Y\r\n\x00ÓJI¹Eb\|àXS"
  b"\x12"\x12g\x15ƒL› ægN1,†Ð"
  b"\x12Yè¢t@Jç¥HÌ«ï4>ð"
  b"\x12\x1CèBƒJô¨_,•jÚ\x07³"
  b"\x14\x08kÈK¢ǃ¾\x16Å╔\x1A"
  b"\x16┼ ÿ└┘M▄Ä\x17ª)xØòé"
  b"\x18\x004í7¿D×¹ÉÂTìW\x1E&"
  b"\x18LÃó¯Ñ@:‚õUæf VI"
  b"\x18ŒbØÆpO³”}²š†ûˆp"
  b"\evı)p█LÄü▀þI\TVt"
  b"\eÈ\x05qª÷G\x12“¢½ë\x03\x00ä›"
  b"\x1De1Ø‹\x05Fh¯\x07:ð—Õ|3"
  b"\x1E\x16ì$·┼Apó&3f\x0FôTÐ"
  b"!\x18‚2§ãM¢‡3F—j\x1F­?"
  b""ãüyšjIL´\x00Ix}àcâ"
  b"#ÉMZíÖHbò\x00³âI°Sü"
  b"$\x02kqkáIú§h\x1E!ªÅÇi"
  b"%É’)¨{Ek¸˜<ð\x12óùý"
  b"'“äAŽfOP¶WÞ@;¶f\v"
  b"+k¨@a›E\x7F·nû£át:\x0E"
  b",\Ý-\x07[AE¯\x14E'æ¤\f "
  b"1\x12mÍ­ÓNÈ„Q\x03ü¥¨z\x0E"
  b"""
    2~dt┤ƒF É.▄È;n\n
    `
    """
  b"35\x17Ê\x14ÉH}Ñ╝xäw\x19Ú┘"
  b"3P\e\x10¾ÉH²ôÜ/CbÔjÇ"
  b"4O/█KÊE4è\x1AììibN "
  b"5i■)╬ÙLéØÀNµ²·\vÐ"
  b"5‡\x02\x12ÇÂCÊ¡þ‹+ÑÏܵ"
  b"8-─Ø─!DJØ\x07 \x08juE\x12"
  b"""
    9Éû█8\x02BøóÏ─\x17░µ\n
    
    """
  b":¼€€(VM“´ô– \x158\rž"
  b":Í`¿/æBÞ¢1>þß•>å"
  b":Ñ«_qÚJª²1–½!XÓÊ"
  b"<\x17\x1A@=†Iß“\x10Ùóg8\x08="
  b"=\x19†©l_N„¿è\vhwEáq"
  b"BmŠZ`\x16J\x11©næ\x05¾Z[Ï"
  b"Eø…ˆy=Bb’‡ÙÆÀ-ÿa"
  b"F\e5Q|’FžÎZ\x04»tNÃ"
  b"""
    F'Â\x02\f;F\n
     d\x1Fµºs\x1C\x02
    """
  b"G\f\x19‚vÝ@5°xR\x11èAÔŸ"
  b"HB╔Ú~xF\x7FùÉõÊ\x05íe\x10"
  b"I\x00iÊ´\x1CO\x7F¶èU#\r‹M\x13"
  b"""
    I\n
    ­öì\x10I|║òj\t/└ì9
    """
  b"\x0Ezp¿G\x06Šóʵë"\fÊ"
  b"""
    J\n
    \x19Þ\x03¼AØ„\t}ÝNLŸ\x1E
    """
  b"JYU±wžB\x10ª:X²X\x19˜4"
  b"L\x1F-\x17Â\x04F_¿«Ã'bïÃú"
  b"M¸aÄɪGÛò\x1EÕ}╣I\x10\x16"
  b"ORü²\x16¸N\x15½┐Æc=4µ\x06"
  b"Oö.p©bA▄Áß▒ÀfÂ(ì"
  b"P:}ì*©MXÉ%¦Âýg\x12l"
  b"Po\x0EàKñN\x1FØ»&¥EÁ\%"
  b"PðUÆb³JD•ÜÏ`\x03úð\n"
  b"Q│'$Å|Gèú\x10×àn$ò;"
  b"V\x0FrùWaC'¥C└n\x7FÉ&;"
  b"Y$\x08ÎYÏB™š6°ÞeË@4"
  b"Z~dâΧE·»w;Ä™EK¬"
  b"[y·R\x16œA4ŽH\x1A,r\x19h\x03"
  b"\¡—o˜½La¨~\x1A¦\x1DÀ\x18n"
  b"\x035›÷A¨•º‘Ÿ+r…8"
  b"""
    cí?§ë\x19G\n
    ªÊ£êwQ˜›
    """
  b"i»Ä!ÙtB\x08óÉ{{\x0EO\x1F\e"
  b"k)V5NÈE\f‹¸3Š\x7F\r"
  b"lVO"JªF\x13³0”\x10ž©4À"
  b"lï>o9wJ\x1D\x1Eì\x12½hö£"
  b"mzãZƾIG½x\vñ¾\x11"
  b"nûµ ÌçG©‘\x0EIùú,ùÞ"
  b"p\x06¹2¼\x03B2­\x7F\x04\x01¥"
  b"p\x13LôÇìB8¿/÷t†:¥´"
  b"p}qòÓ$LL» 4’¸\x1F"
  b"qTÎL#CFf«—œÁV-;""
  b"""
    \n
    ×97G\t°Ü sp3\D
    """
  b"u¯_¨s:K¬˜\x11ÙËìC‹‹"
  b"zâ÷\x13Î×J?Ÿ%Og¬Zäõ"
  b"|ìó½­RO߫ҧ\x1C\x1C:"
  b"}zt„Á=J6°Æ¯v\x1FcB0"
  b"}çR›ÊÃL\x11½\x1E¦½\x1F$2‚"
  b"~ÂÅo‚\rEñ§!™\x08!Fɳ"
  b"\x7F(`\x1CÅ@A²ŽÍ¾¬h"z\x11"
  b"ü#Î┌ÄÅN▒å¤*,V┌$þ"
  b"‚¦‰Æ£MGõ®wî\t\x0F™Aª"
  b"â«C>P¼K¨▓=¤Å\x13Ó¼8"
  b"„1¯Ý\v÷@µ¶¯1%G’–Ø"
  b"…Å·³…6A{¦åevö¥Öu"
  b"†L\x1DñÜ¡O[“EÞò2Õ”6"
  b"åÐ äÌ▀Cí»ÔÜ\x11ØMX\t"
  b"ˆ¤0cé›Gϲ̚ö†µ@š"
  b"ˆÅeoÐÂK\x1D‡®Ž\x04*\x1D\x07"
  b"‰Ö«ÄÞ¬N_¡'ï²@‹«@"
  b"‹rš\eÙ%Jx‘Ñ\x08ºÇ‰²s"
  b"Å\x10{q\x05┌J\x18ç├cÛ~0é½"
  b"ÅÇ┼═x│OBƒ!▄I87╩A"
  b"Æ#┤ÀÙ`F└ó91¸èú╬Å"
  b"’?%ø.ÉD\x07¸Ã^‘.Pm\x19"
  b"ÆO┴jÀÔB\x02îB┌▒Á╚Ø`"
  b"“Ü;Iì•G™¸\x165v\x1D¾…Õ"
  b"•{7\x02)¸CÛ¡\x1E\x12ñ†rf¦"
  b"–:8”MéA\«åAz\elÙ¼"
  b"–€¡‡\x1CÛA>ªªYf\x7FÙÞf"
  b"ÿ.¡IüµF\¡4ãç^▀lÕ"
  b"šiÐglx@W”Ÿ\š\x08œÞE"
  b"¢Žý¾ÔñL4§A\x00{й£F"
  b"£“àÐ[äA\x00\x10û®-î\x01\x03"
  b"¤Q/ç¨\x1AIצáµÑ\^pH"
  b"ªsï┌h´JÓÅ#Ûı\x17┐®z"
  b"§ †‚<AE3­\x11¢mìŸñ%"
  b"®\x1Eå;ÉãI\f®\x18\fl¹┌{p"
  b"©Bb¢žÖE\µ—»Åânü)"
  b"®Âô\x7FÇ║CØúûñ}/ô;,"
  b"¬ÉÐÉFF@\vÀ°(┘Ò-ÂÃ"
  b"«zøqØÈFwŸ’˜\x16¥5Mf"
  b"½ ,7F¦DfïɼÖ▀Iû»"
  b"¯\x19W\x1D\x1EÒOÜ’ÑÈHá\x08ßb"
  b"°\x10«,’\x11Dà •à\v€ÕRR"
  b"°EñQz€C/­\x1C¨ïîÀGñ"
  b"°]\x0EWfÓM4›Ó×…Lx¢v"
  b"´\x10ùÅ$‚DY½÷\x1D\x14ò¬fá"
  b"¶íÊ`’ÙAú¦_ÆP/"\x12ƒ"
  b"·#œjž—J$ŠOÙ¿l°äl"
  b"¸a:7r\x18I#‰\x0E6¦©\vžT"
  b"º¹Ÿ1õkM/¸\tÛ]P\x13\t¸"
  b"ºÜqÌêâJƒ¡\x10£h>Û¡\f"
  b"╝;\x15­[░N\x11ųþ)\v9hy"
  b"¢─\x7F7L/A▄Ü┘aLØ%)ı"
  b"¥\x1A.ØÈeA\x06Á\v¾\rý╚¼("
  b"┐°ü\x0E\x02ÇK╦ç¢=@\x13`ıÚ"
  b"ÁB²\x130ŽC\e„N¹ÇºÄŒé"
  b"ÁiB±awI!º;̺\x1D\x7Fó3"
  b"ÃWÈÚ³§Eûž¤V<”Õ¶À"
  b"╩ø|\S$B±ì╩HªÈ═Òâ"
  b"Ì4D¶p\x11O©œÌ;õ@¨„N"
  b"Ìœ¤S\x08\x13H\x14·\x1EY\x08êÀ>”"
  b"̳Ö\x13h,HD˜\x01ˆ¦”sXn"
  b"Íf?ãaðJæœö\fј\x02X\x00"
  b"ÎÃÐËëóFLŠ˜7û쥅ð"
  b"ðü>ê©&MdÑM\x08ÁP>À¶"
  b"Ñ”hãm‡CfŽÿ!e\v!Eè"
  b"Ѳº\x0Ew\x1CIê·¹\rvrHV\n"
  b"Ò\x02È3+%IŒ½ê©#û>=\x7F"
  b"Ó¢Á\x02ýÈN\‰A¢â»¡ø8"
  b"×cèïåpE\x7F¥\x06\x0Fš\x17¾\x11\x15"
  b"ט㷲\x7FB¥žíºÿßO)0"
  b"""
    ×ØÊƒ\x17UK\f\n
    ›t\x12Ç¡\x1A
    """
  b"Ì\x18¡\x0E╝qD\x11úøtÉ>\x17"
  b"Ìf!¦║YIíì\x0E|\r$¿aX"
  b"ß{à(|9Ká€È\x003ƒ<L`"
  b"ßü³~¯(@á¾¢É>Þ[ Þ"
  b"ÓÂ6\x1CÞ&MÜùí3ÇH¹Åó"
  b"áµà\x0F„ãHß’¦¬˜t)ËÑ"
  b"߯²Õ┼é@Çü!ÿ>.\x0F┐Ö"
  b"â£\x17ôI`Eò’\x7F6\tæ™#ô"
  b"ã/À\x0F(¿Lm©Ün§iC‘C"
  b"äÁ ³|[N®¹)V?ØË2â"
  b"æ0cñ…—D°˜ƒÁMX\x19Àé"
  b"µÛß╔ü¥J8á\x7Fߣ&v\fW"
  b"Û\x14\x17\x06█¥@®ó~▒_Å\x12Ôà"
  b"ê<¹½•¢K\t¨—\x18&¦ìïÂ"
  b"ÛJ\x04\x06Ì\x16L©®HÉÑÔ<F^"
  b"êc¼)ŸØKB¿€áãÆ"›s"
  b"ìµU§4½D)—\x10h\v¿#‚Ú"
  b"ìã#âA×A–…€$h¹ ¡J"
  b"Ý=\x11┘(ÔCõÉu5\t{Ð_l"
  b"í£\x04^ÞÝJu—*w¥èÓK-"
  b"ï\nB\x1F1HK\x10¿.Û\x00ãåžÌ"
  b"""
    ï‘\n
    —´˜B\f¾ˆv\x03*8<g
    """
  b"ñeÿ˜ÃÐF¿‡\x00ÊF\x07ˆ`‰"
  b"¾╣A+p}MºÅ¨d¢\x05H═\x14"
  b"§ñS'{õDÐɯ[fD®╬Ú"
  b"ö­\x08h™€Hµª\S3|\x0F\x16î"
  b"¸\x1A╬Rƒþ@Æñp\x0E¹ÛÕÅ╬"
  b"¨Çâ\x01\x19ÅNm½2êfr\x18"
  b"ù–¢Q„šJ.»’lÛ\r?KA"
  b"¨Ê#m\x04¾LÅ╣3¿5░\x04"
  b"³®É■ö┘BÌ▒┤┼àwèqý"
  b"ÿ\‚q%íF\x03¹ÉÙÜ+\x1A¿\x11"
  b"ÿßå»ÂÌC\x1C’$\x15º\x02raí"
]
90 8.64 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`.`config` AS `property_group_option.media.config`, `property_group_option.media`.`path` AS `property_group_option.media.path`, `property_group_option.media`.`private` AS `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` AS `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` AS `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` AS `property_group_option.media.updatedAt`, `property_group_option.media.translation.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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ûoaý¼L4ˆ€š\x14ÏûK0"
  b"\x07\x16\x141q3I¹¦:ÏÇ~6ƒ©"
  b"\x07èC¾¼ÆOÌ­D\x15ÚDWiK"
  b"\vµ8Èì­Gˆ…C€\x02t]ëž"
  b"\f^ï(±[DŠ‹®]D´\t?w"
  b"\fi¦®\tºJxêl\x18W§Aü#"
  b"\f┤ bëwOKÉi╝wádl7"
  b"\r\n\x00¢ØhGþ£©/æ}&É‹"
  b"\rj§žKHEù³s`¢L‹Àì"
  b"\r\x7F÷Oë®C&£ym‰þà+W"
  b"\x11Y\r\n\x00ÓJI¹Eb\|àXS"
  b"\x12"\x12g\x15ƒL› ægN1,†Ð"
  b"\x12\x1CèBƒJô¨_,•jÚ\x07³"
  b"\x14\x08kÈK¢ǃ¾\x16Å╔\x1A"
  b"\x15\x16ƒÅMí┤û2¤cl®("
  b"\x16┼ ÿ└┘M▄Ä\x17ª)xØòé"
  b"\x16ý\vËõaA)˜9èú‰LÎv"
  b"\x18\x004í7¿D×¹ÉÂTìW\x1E&"
  b"\x18LÃó¯Ñ@:‚õUæf VI"
  b"\x18ŒbØÆpO³”}²š†ûˆp"
  b"\evı)p█LÄü▀þI\TVt"
  b"\eÈ\x05qª÷G\x12“¢½ë\x03\x00ä›"
  b"\x1De1Ø‹\x05Fh¯\x07:ð—Õ|3"
  b"\x1E\x16ì$·┼Apó&3f\x0FôTÐ"
  b"!\x18‚2§ãM¢‡3F—j\x1F­?"
  b"\x18)╝gCÜÆ\x1D=²ñ&`ü"
  b""ãüyšjIL´\x00Ix}àcâ"
  b"#ÉMZíÖHbò\x00³âI°Sü"
  b"$\x02kqkáIú§h\x1E!ªÅÇi"
  b"%É’)¨{Ek¸˜<ð\x12óùý"
  b"'“äAŽfOP¶WÞ@;¶f\v"
  b"+k¨@a›E\x7F·nû£át:\x0E"
  b",\Ý-\x07[AE¯\x14E'æ¤\f "
  b"1\x12mÍ­ÓNÈ„Q\x03ü¥¨z\x0E"
  b"""
    2~dt┤ƒF É.▄È;n\n
    `
    """
  b"35\x17Ê\x14ÉH}Ñ╝xäw\x19Ú┘"
  b"3P\e\x10¾ÉH²ôÜ/CbÔjÇ"
  b"4O/█KÊE4è\x1AììibN "
  b"5i■)╬ÙLéØÀNµ²·\vÐ"
  b"5‡\x02\x12ÇÂCÊ¡þ‹+ÑÏܵ"
  b"8-─Ø─!DJØ\x07 \x08juE\x12"
  b"""
    9Éû█8\x02BøóÏ─\x17░µ\n
    
    """
  b":¼€€(VM“´ô– \x158\rž"
  b":Í`¿/æBÞ¢1>þß•>å"
  b":Ñ«_qÚJª²1–½!XÓÊ"
  b"<\x17\x1A@=†Iß“\x10Ùóg8\x08="
  b"=\x19†©l_N„¿è\vhwEáq"
  b"@ü?\x04°■IÔïo┼■Ò\ew\t"
  b"BmŠZ`\x16J\x11©næ\x05¾Z[Ï"
  b"Eø…ˆy=Bb’‡ÙÆÀ-ÿa"
  b"F\e5Q|’FžÎZ\x04»tNÃ"
  b"""
    F'Â\x02\f;F\n
     d\x1Fµºs\x1C\x02
    """
  b"G\f\x19‚vÝ@5°xR\x11èAÔŸ"
  b"HB╔Ú~xF\x7FùÉõÊ\x05íe\x10"
  b"I\x00iÊ´\x1CO\x7F¶èU#\r‹M\x13"
  b"""
    I\n
    ­öì\x10I|║òj\t/└ì9
    """
  b"\x0Ezp¿G\x06Šóʵë"\fÊ"
  b"""
    J\n
    \x19Þ\x03¼AØ„\t}ÝNLŸ\x1E
    """
  b"JYU±wžB\x10ª:X²X\x19˜4"
  b"Jð´ÕFIOkŸ½\x1A\x1Cªøqz"
  b"L\x1F-\x17Â\x04F_¿«Ã'bïÃú"
  b"M¸aÄɪGÛò\x1EÕ}╣I\x10\x16"
  b"ORü²\x16¸N\x15½┐Æc=4µ\x06"
  b"Oö.p©bA▄Áß▒ÀfÂ(ì"
  b"PðUÆb³JD•ÜÏ`\x03úð\n"
  b"Q│'$Å|Gèú\x10×àn$ò;"
  b"T0½\x01žŸAœ”Ÿ€~^H\x19Ž"
  b"V\x0FrùWaC'¥C└n\x7FÉ&;"
  b"Y$\x08ÎYÏB™š6°ÞeË@4"
  b"Z~dâΧE·»w;Ä™EK¬"
  b"[y·R\x16œA4ŽH\x1A,r\x19h\x03"
  b"\¡—o˜½La¨~\x1A¦\x1DÀ\x18n"
  b"\x035›÷A¨•º‘Ÿ+r…8"
  b"aâ█ÒÎÉKLÑ\x7FAç│DµF"
  b"""
    cí?§ë\x19G\n
    ªÊ£êwQ˜›
    """
  b"h“qY¬)@¿Šsrq×}•¹"
  b"hÿ«¶Eë@ׯ,L\x04‚¬w\x02"
  b"i»Ä!ÙtB\x08óÉ{{\x0EO\x1F\e"
  b"k)V5NÈE\f‹¸3Š\x7F\r"
  b"lVO"JªF\x13³0”\x10ž©4À"
  b"lï>o9wJ\x1D\x1Eì\x12½hö£"
  b"mzãZƾIG½x\vñ¾\x11"
  b"p\x06¹2¼\x03B2­\x7F\x04\x01¥"
  b"p\x13LôÇìB8¿/÷t†:¥´"
  b"p}qòÓ$LL» 4’¸\x1F"
  b"qTÎL#CFf«—œÁV-;""
  b"""
    \n
    ×97G\t°Ü sp3\D
    """
  b"u¯_¨s:K¬˜\x11ÙËìC‹‹"
  b"uÞÛÌÅ1KGî4¯▀¬\x02»¢"
  b"zâ÷\x13Î×J?Ÿ%Og¬Zäõ"
  b"|åÊ╚6\x0FDNü\x13DðdmDð"
  b"|ìó½­RO߫ҧ\x1C\x1C:"
  b"}zt„Á=J6°Æ¯v\x1FcB0"
  b"}çR›ÊÃL\x11½\x1E¦½\x1F$2‚"
  b"\x7F(`\x1CÅ@A²ŽÍ¾¬h"z\x11"
  b"ü#Î┌ÄÅN▒å¤*,V┌$þ"
  b"‚¦‰Æ£MGõ®wî\t\x0F™Aª"
  b"â«C>P¼K¨▓=¤Å\x13Ó¼8"
  b"„1¯Ý\v÷@µ¶¯1%G’–Ø"
  b"†L\x1DñÜ¡O[“EÞò2Õ”6"
  b"åÐ äÌ▀Cí»ÔÜ\x11ØMX\t"
  b"ˆ¤0cé›Gϲ̚ö†µ@š"
  b"‰Ö«ÄÞ¬N_¡'ï²@‹«@"
  b"‹rš\eÙ%Jx‘Ñ\x08ºÇ‰²s"
  b"Å\x10{q\x05┌J\x18ç├cÛ~0é½"
  b"ÅÇ┼═x│OBƒ!▄I87╩A"
  b"Æ#┤ÀÙ`F└ó91¸èú╬Å"
  b"’?%ø.ÉD\x07¸Ã^‘.Pm\x19"
  b"ÆO┴jÀÔB\x02îB┌▒Á╚Ø`"
  b"“Ü;Iì•G™¸\x165v\x1D¾…Õ"
  b"•{7\x02)¸CÛ¡\x1E\x12ñ†rf¦"
  b"–:8”MéA\«åAz\elÙ¼"
  b"–€¡‡\x1CÛA>ªªYf\x7FÙÞf"
  b"ÿ.¡IüµF\¡4ãç^▀lÕ"
  b"šiÐglx@W”Ÿ\š\x08œÞE"
  b" >/\x1D«\x0EO¡šºf\x1D!­³Ü"
  b"¡,¯;Ы@ÄœdÆá,ô#\x0F"
  b"¢Žý¾ÔñL4§A\x00{й£F"
  b"£“àÐ[äA\x00\x10û®-î\x01\x03"
  b"¥¸§®;÷Aé—®öéë/©Î"
  b"ªsï┌h´JÓÅ#Ûı\x17┐®z"
  b"§ †‚<AE3­\x11¢mìŸñ%"
  b"®\x1Eå;ÉãI\f®\x18\fl¹┌{p"
  b"©Bb¢žÖE\µ—»Åânü)"
  b"®Âô\x7FÇ║CØúûñ}/ô;,"
  b"¬ÉÐÉFF@\vÀ°(┘Ò-ÂÃ"
  b"½ ,7F¦DfïɼÖ▀Iû»"
  b"¯\x19W\x1D\x1EÒOÜ’ÑÈHá\x08ßb"
  b"°\x10«,’\x11Dà •à\v€ÕRR"
  b"°EñQz€C/­\x1C¨ïîÀGñ"
  b"´\x10ùÅ$‚DY½÷\x1D\x14ò¬fá"
  b"¶íÊ`’ÙAú¦_ÆP/"\x12ƒ"
  b"·#œjž—J$ŠOÙ¿l°äl"
  b"¸a:7r\x18I#‰\x0E6¦©\vžT"
  b"º¹Ÿ1õkM/¸\tÛ]P\x13\t¸"
  b"ºÜqÌêâJƒ¡\x10£h>Û¡\f"
  b"╝;\x15­[░N\x11ųþ)\v9hy"
  b"¢─\x7F7L/A▄Ü┘aLØ%)ı"
  b"¥\x1A.ØÈeA\x06Á\v¾\rý╚¼("
  b"┐°ü\x0E\x02ÇK╦ç¢=@\x13`ıÚ"
  b"ÁB²\x130ŽC\e„N¹ÇºÄŒé"
  b"ÁiB±awI!º;̺\x1D\x7Fó3"
  b"ÃWÈÚ³§Eûž¤V<”Õ¶À"
  b"╩ø|\S$B±ì╩HªÈ═Òâ"
  b"╦Õ¾±Ð]@ØÀßÚ\x0Eñ¦5ê"
  b"Ì4D¶p\x11O©œÌ;õ@¨„N"
  b"Ìœ¤S\x08\x13H\x14·\x1EY\x08êÀ>”"
  b"̳Ö\x13h,HD˜\x01ˆ¦”sXn"
  b"ÌÞg\x1AdHDf„\rì}àfs\x18"
  b"Íf?ãaðJæœö\fј\x02X\x00"
  b"═ü³-À§GÊ▒\x03╣ƒê&g""
  b"ÎÃÐËëóFLŠ˜7û쥅ð"
  b"Ñ”hãm‡CfŽÿ!e\v!Eè"
  b"Ѳº\x0Ew\x1CIê·¹\rvrHV\n"
  b"Ò\x02È3+%IŒ½ê©#û>=\x7F"
  b"Ó¢Á\x02ýÈN\‰A¢â»¡ø8"
  b"×cèïåpE\x7F¥\x06\x0Fš\x17¾\x11\x15"
  b"ט㷲\x7FB¥žíºÿßO)0"
  b"""
    ×ØÊƒ\x17UK\f\n
    ›t\x12Ç¡\x1A
    """
  b"Ì\x18¡\x0E╝qD\x11úøtÉ>\x17"
  b"Ìf!¦║YIíì\x0E|\r$¿aX"
  b"ß{à(|9Ká€È\x003ƒ<L`"
  b"ßü³~¯(@á¾¢É>Þ[ Þ"
  b"ÓÂ6\x1CÞ&MÜùí3ÇH¹Åó"
  b"áµà\x0F„ãHß’¦¬˜t)ËÑ"
  b"߯²Õ┼é@Çü!ÿ>.\x0F┐Ö"
  b"â£\x17ôI`Eò’\x7F6\tæ™#ô"
  b"ã/À\x0F(¿Lm©Ün§iC‘C"
  b"õ;ÓhP\x04J\x07ÅdþÔ├g"\x13"
  b"äÁ ³|[N®¹)V?ØË2â"
  b"æ0cñ…—D°˜ƒÁMX\x19Àé"
  b"µÛß╔ü¥J8á\x7Fߣ&v\fW"
  b"ç–t›FPGªƒZTÐï\x19`K"
  b"Û\x14\x17\x06█¥@®ó~▒_Å\x12Ôà"
  b"ê<¹½•¢K\t¨—\x18&¦ìïÂ"
  b"ÛJ\x04\x06Ì\x16L©®HÉÑÔ<F^"
  b"êc¼)ŸØKB¿€áãÆ"›s"
  b"ìµU§4½D)—\x10h\v¿#‚Ú"
  b"ìã#âA×A–…€$h¹ ¡J"
  b"Ý=\x11┘(ÔCõÉu5\t{Ð_l"
  b"í£\x04^ÞÝJu—*w¥èÓK-"
  b"ï\nB\x1F1HK\x10¿.Û\x00ãåžÌ"
  b"""
    ï‘\n
    —´˜B\f¾ˆv\x03*8<g
    """
  b"­\x15[ż-G\x18½\x01³ï█ó`▓"
  b"ñeÿ˜ÃÐF¿‡\x00ÊF\x07ˆ`‰"
  b"¾╣A+p}MºÅ¨d¢\x05H═\x14"
  b"§ñS'{õDÐɯ[fD®╬Ú"
  b"ö­\x08h™€Hµª\S3|\x0F\x16î"
  b"¸\x1A╬Rƒþ@Æñp\x0E¹ÛÕÅ╬"
  b"¨Çâ\x01\x19ÅNm½2êfr\x18"
  b"ù–¢Q„šJ.»’lÛ\r?KA"
  b"¨Ê#m\x04¾LÅ╣3¿5░\x04"
  b"ùÓ\x12]â•AÛ¯ÂøÙ43›j"
  b"³®É■ö┘BÌ▒┤┼àwèqý"
  b"þpMi&ÈO…©\x17„üg‚•X"
  b"ÿ\‚q%íF\x03¹ÉÙÜ+\x1A¿\x11"
  b"ÿßå»ÂÌC\x1C’$\x15º\x02raí"
]
91 2.76 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"\x00\x00\x0FÑIr£€Õ„„ã˜?"
  b"\x00\nˆh„{B+“@É\x13}áWw"
  b"\x00\x18ìu[ÞN Ç·ıÅü!|¿"
  b"\x00Gn╩íÜIæÅæ\t\x02;C"
  b"\x00U|Õ¹ A”“Ý­’ŪÂ?"
  b"\x00^\e?\e,A¯╣zS±¶¦ü0"
  b"\x00o\x11aÖœNò¼æ\x1F\x1Dw§Êæ"
  b"\x00Àm:#\x19FÚ‹‰$VP\x10à*"
  b"\x00Ï~++HM>샫Qöݳ\x07"
  b"\x01\x06±j\x1E4OKµ\x01\x19nRÐ’Ñ"
  b"\x01\fy\x00p\x04Aí▒Ô|▄ù¶┐ü"
  b"\x01\x13rª¹cD‚ŒlEaz\x1CªÚ"
  b"\x01\x1E˜¶çvOÔŽ\x06æ\x06 ¢n¦"
  b"\x01âWPê÷L,€”þ\x02Ȇ|¶"
  b"\x01ïÃkn\eB÷µå\x01\x1C,P«Í"
  b"\x01ïÜ\Í&Bñ–ä&/F^\x02ä"
  b"""
    \x02\x16Á±±¶GªŠ¼Ÿ®\n
    FŠ6
    """
  b"\x02\x1E]‘RüFÿ€ã‰†1\x13\1"
  b"\x02&ºÃNÇMæš¿\x18ÎçACÂ"
  b"\x02OVV³RFY¸©`Þ´.\x15÷"
  b"""
    \x02n×Ã\r\n
    Gç›±ÚÚ—î¹d
    """
  b"\x02¡¹Ñ}ZN\eƒhT^&È^Í"
  b"\x02ºü▀8└Leø┬G×╣5Ƥ"
  b"\x02·2@¨žBY½Z“Z\x03X§#"
  b"\x02·4Îø/H1™Iù\x08\x0F\x0F\x14t"
  b"\x02튚÷ŒKg­ˆ ¤í´Šð"
  b"\x02¨,É\x00ïE▄í\nûy«a\x16g"
  b"\x02ÿÿ;™ÃNÍ•ýon!A\x7Få"
  b"\x03\x18lY–YD=ªRs©+t,£"
  b"\x03)®_\eßN™”‘‘NNPKß"
  b"\x03cžÿ\x03ŒEwªwÙØ¥¨œ˜"
  b"\x03h…'ïNCß—r0Jfö\x17 "
  b"\x03‹™Ò8:N抺3\x04%›þä"
  b"\x03Ì_¥\x132L\x06¯ãsý\x08®Á×"
  b"\x03ãê?<\x13Oý¶ÆwLŠÄ›½"
  b"\x03ä\x18Ö$WK8ŠÒ>úQc#½"
  b"\x03ø÷ã§\x03K\x16žÿ“þ&a\x19\x01"
  b"\x03ú\x16ÒÜ}I@·µÞ|B¥›v"
  b"\x04M\x17\e═╗H°ÖDØÑ&Ú\x7F­"
  b"\x04’›é·Š@¸¸¶_êë²\x11Ô"
  b"\x04Í\x19{¹ÞM¯…ñ\x07\x18€ŒÔ"
  b"\x04þjšz\fJ\x11·ù¾2ÂL\x12ù"
  b"\x05\x19ü=▄|DÕüCBÊ\x04"ÙU"
  b"\x05#R\t¾ÊFŽ­AéC5þ‚}"
  b"\x05&–׿RKÃ…j1§hä\x11:"
  b"\x05;UüÈkI†£}Øðh\x1Dýœ"
  b"\x06\x11hê*@A»¿æˆü[&\x10\x1C"
  b"""
    \x06?\ÁZıLuì\x01\n
    þ¿\x04Y─
    """
  b"\x06]x¼öäC?‡¤f´\x12Îç«"
  b"\x06bèɶ`D#¯µNä×€Iƒ"
  b"\x06ÐkɽØF¸ú±nMuÒµ░"
  b"\x07\x12\x03ý┤▓D ìüÐ═XÛ¸¹"
  b"\x07\x14Ü\x14\x1DsDÇ’ µ­è\x01=V"
  b"\x07$\x02umôN­¡î“\x17Æ–(±"
  b"\x07‚°\x7F\x14§@½µ5\x1F\x07‚‚^­"
  b"\x07Å┌ݾ│C?èÊ─CZ\x10\e´"
  b"\x07ϰ1/2GTª™.ì¦~¥3"
  b"\x07█É╬p\x1FOÔï\x1A¨ı[\x04\f"
  b"\x08\x15SMŸŠAò˜e(}PB¼Ø"
  b"\x08"iÏ\x0EêCÏ™\ð!Mæ7ë"
  b"\x08lŸ³zbFÒ’{\tü\x17ô­""
  b"\x08¥†ŒÜYKR¾s‚Šž±zÂ"
  b"\x08▒ÿ■§MA\véçñ;Ø*╚q"
  b"\x08╠$éV║F\x01ÅÆB┐2╩Þã"
  b"\x08×s\x1C\ežBâ¡\x11J$D\x14¨â"
  b"\x08ï~««'M¥–Æso±ú›h"
  b"\x08þK\fu$G×¥ÿŒxûÌ´´"
  b"\t\x1Aı/',BîØq4\eÊ¿Ï\x1A"
  b"\tY™Ê¢‹@J’éÓ\x16AøRÕ"
  b"\tœy‚C(A‹£!\x16ñš´G~"
  b"\t¿┼m`~JgûôQå2{Å╚"
  b"\t▒"Àî#NªÉ\fÓQ¾4¥á"
  b"\téR€±ƒE\x14žÐTìq´¯;"
  b"""
    \n
    \x1FäÌÈ6@ ”__Ì´Eh4
    """
  b"""
    \n
    ´0í\x13uF»”ðœOé×çÝ
    """
  b"""
    \n
    ÀD§U®E]…™UžPaŒ\x13
    """
  b"""
    \n
    ╠Z`´ÅBe®vÑ®å\r
    """
  b"""
    \n
    Û▄Ä╩\x10OAúü¿Ôø­ÕÍ
    """
  b"\v\x0F*x.©MÓ°Eç#«Ú\tN"
  b"\v7═█ÀÄJ<Å"'▀▄Æ\tÈ"
  b"\v;•eM\x03J¼–j[ø‹\x02`J"
  b"\va]Z?ÄG2±[\x00Ì3Ù®÷"
  b"\vcÝÝ$\rB›¹V&Vøû¸i"
  b"\vv&ݨ\x02Lh‘³Ž¦s«·ù"
  b"\vŒÂ‰ ÏJR›®à98Žq0"
  b"\væ┤█Æ¢F┐É\x16<À?P5Ë"
  b"\v¤=\x16\x02\x1FKÈ╣ıDçÎØg×"
  b"\vÔ›Ê\eZ@¶¢“|\rÆóeT"
  b"\f0’]×:Lý¡ÉpL\x06ôŒ˜"
  b"\f4µ’\x0Fò@ðgYÁÖ˜ T"
  b"\fl¶*ÊïGl¢ve\x16ô‚O5"
  b"\r“¡\v×â@œšÍÞ‰ãM>¶"
  b"\r—¾ñ\x15‡D3›\x0FL²‚Ýo¨"
  b"\r»öEð¢H´¸8¯÷…Ñ[&"
  b"\r±ã\x1DZ¯BØÖÉ\x1Aüæ┘v\x12"
  b"\x0E\x19¢.î®A.¥ÐòÏ\x00#Q™"
  b"\x0E)Ýb1ÇK@ªìP┘W'V½"
  b"\x0ETk»\x1A>A\€\tÙÁ/Yßµ"
  b"\x0Eü\x1CdBWO║¿°¤Ò\x16`OÔ"
  b"\x0E²^,‰>C¸´Û\x0E×\x00Lê«"
  b"\x0E╩ɾè¾M!¡Dqdño╬U"
  b"\x0F\x1D®\x16\x15ðFW»ÀH\x1A¤¹\x15Y"
  b"\x0F9\x06ÿX1HӲХfïòªú"
  b"\x0F?Å┴½ôO¥ç\vÂ╔Ï\x00àN"
  b"\x0FDp÷%¼F\x1E °u!A‘É…"
  b"\x0FQÕøSÉOÚÉþ¸ìõ_Øñ"
  b"\x0FX›{tŽG3²\x1F°\x11¨_íý"
  b"\x0F]“´\x04‰N.ƒ+|ûò%ls"
  b"\x0FuÛóÜ2G9ªN\x08í\x12´ð—"
  b"\x0F”eq>‡NA´ïhsƒâíÔ"
  b"""
    \x0F°’\n
    >„Cš¤»RÇn¦'Š
    """
  b"\x0F¼†!¾FDÓŠ_‰\x18ØüÔ\x01"
  b"\x0FÎ ª&\x1AAÀ¬-*tf■ÅD"
  b"\x0FÏ╩ì╦çL\x1AôÑýUSmÛ%"
  b"""
    \x103Ïs}õIU«Ç\n
    \x1FEÅí›
    """
  b"\x10[¦(c.DÔÑrØ<\vh\x1DG"
  b"\x10¿vëÜ╔Cü┐"■« SÒ\x14"
  b"\x10¿¯\x0ETk@á…Šˆ¬©Œ\x04¬"
  b"\x10Ù*ÝjkJwÇ2\x1EøÅy¬h"
  b"\x10ðo\x18¹ÓB»ž\x04ÑÔ·’£Š"
  b"\x11\x03\x04³ËùD┘ì÷Ê<QÆñô"
  b"\x11DëׄeO\f®’ßüGÈÖŠ"
  b"\x11ª)‰=\x06NЧO’\x07»`\x14Â"
  b"\x12\x017\fˆ;I\x1C£L¨Ñ­µ–\x1C"
  b"""
    \x12\x0E¥\n
    Klè\x11═£ÒÊoú
    """
  b"\x12[WvضFä©þ‹|‚3ýõ"
  b"\x12}lGô¼LúÉû╣±┬╔ót"
  b"\x12ª'f1ìHΞ–ðéç\x07£z"
  b"\x12à²\x05àw@\t\r§¿\x10³µJ"
  b"\x12Ýêã\r┴B½Ø\x01.\x02╔)®8"
  b"\x12úNÛ=þHËŒ~Ù\x08Ù)Ùð"
  b"\x13\x16\x089+lA‚¤šÀ—[UÄn"
  b"\x13 R\x1DîGFÞ¬]°XÊ\x14\x00Ú"
  b"""
    \x13Pp±ù*E\x1CŽÙ\n
    Ó”žÑÿ
    """
  b"\x13WEsÞñGB€Sù9žùTï"
  b"\x13uNEÛ°CHìOÉjd▀ƒ5"
  b"\x13¶]¸\x0FWM3€¼IÀÔBUÿ"
  b"\x13┼UºøÅN;Ávg║(À`÷"
  b"\x13ÌíÝ\x0FHIî‚\r°>êÎÇo"
  b"\x14'\x08MÉrN\x0FÑHÑ\x1E¢§┴'"
  b"\x148ÁzÇ«Eôü\x12F_\x13ûåN"
  b"\x14o\x7F\x17GÔEÚ·=ÊÙ˜N\x01;"
  b"\x14è╦¬Y7E\x01¿:}\x15ì\x15\x15ƒ"
  b"\x14½ü@ ÕAìÅ\x18"_¯W®§"
  b"\x14òïoö\x13Op©f®ï‰ÏèÞ"
  b"\x15\x16ß╠YÐLÝ╗fƒÅT>£║"
  b"\x15G¿\x0F.yCœ¡6\x15\x1Eƒ&õ"
  b"\x15\x16ƒÅMí┤û2¤cl®("
  b"\x15\x7FÀBwIM\x18£_üÐ│#Åw"
  b"\x15…ZUgYJäšÈZÕªW\x18\x1C"
  b"\x15Åú`Z6F╝å´>ü¸\x10Ãõ"
  b"\x15œ\x10 æ\x1AHׇΉŠ\x1D&\x06ñ"
  b"\x15žò··‰Hw‡\f&¡¹j.0"
  b"\x15ø­x\r¿OÍ» !¿?¢àW"
  b"\x15úüâ.?O\x13£Ë\x04*_€$»"
  b"\x16\t±>. F7†\x19LÙ÷–ôõ"
  b"\x16'…6ØŒ@²«9A‹ì\x1D\x0Ej"
  b"\x16-u†\x17ÓAÔ‡hãÃÈ>ÁD"
  b"\x16\x034\x1CIÐŽ%_R2Y1\t"
  b"\x16\x1450Iš³\RjÔbãè"
  b"\x16o:úMIN‚“Z€8>¢8\x1E"
  b"\x16àJz•ÓG}‚¾®¥±\x05Ï\x7F"
  b"\x16óþ\x01Þ&A\x03«Yü¶”\t"
  b"\x16ý\vËõaA)˜9èú‰LÎv"
  b"\x17\x1F[ò½ŒEÄ€¥c=§xº¨"
  b"\x17XÕK 2L¤¬‡@\x1C\x07Ü)I"
  b"\x17c¿ÓÇ\x19N²¨Ã\x16,\x02Ô{+"
  b"\x17‚.µ\fJH1¶I@\e\x14åB]"
  b"\x17¡§âVëN7‚º#ãêO\x16k"
  b"\x17Îb—ϤF¾‚ž\eÏeÊÁ‚"
  b"\x18\x12Ã▒HıI╦ìÏí╩öá\x10Q"
  b"\x18%\rÏOGFÓ›ÎE¦Oÿ‡Ú"
  b"\x18R…$\x15…@4˜J\x0Ekµ9àÃ"
  b"\x18Z\x06þêÇDt®"b„/Àª€"
  b"\x18s~U\r$N~ Ål├äÌï"
  b"\x18à‡1€°HÃ…]\x13ð¨Õo-"
  b"\x18à·&à G‚˜\x07F cIB\x00"
  b"\x195[¥]¶H,–Õ(\x07xWe¦"
  b"\x19dËdÅ0G┼Ö|ß\x17\x1DqÚZ"
  b"""
    \x19mðjמ@¤ŒÏÐrƒÇ\n
    é
    """
  b"\x19© ÖMÓJ.ŽF½âOϼÈ"
  b"\x19ÞÊÅ\x00ÛGé—|gMð~´é"
  b"\x19Ó8`l\x07F5ŲØ\x12╣F‗L"
  b"\x1A\x08'*šLBA„:¯ê½º\x197"
  b"""
    \x1A(“á©fGDZ\x1Aœ<ž\n
    Â\x12
    """
  b"\x1AoYó¨äCAØÛ²á▀µLè"
  b"\x1Ax\x01J¶A@\x13æç\x00╬ì@°c"
  b"\x1Aìi¹\e\x17E\x11êýBd┤ií\f"
  b"\x1A™ë\x15rŸAû¿Ã1›5M£?"
  b"\x1A»I\x1Dn•Gw±û\x07sz¨!Ð"
  b"\eÅ\x05\x18ÃûDÜ®■ÓÓN/Õÿ"
  b"\e݉xlhNË‘7¸‡ÜÑ‹å"
  b"\e÷Ú0Ñ\K─ɤ╚Z9\x1Av┼"
  b"\x1C5# F¿B]™J2Esúbš"
  b"\x1C\x06ÝRH■É9.\x02(-gæ"
  b"\x1CDÑ+\x14 @…¾ÝäÔNý\x0F\t"
  b"\x1CcäØ gB¥©†öž\x08a• "
  b"\x1C\x04ì\rO·ø±M,\x19Þu©"
  b"\x1Cµß´ö©Jkƒüe\x14\x1AÊêà"
  b"\x1CÆ¢œ9KHEºAàa¬öš\x04"
  b"\x1CÕ¸BÊ#Kë–\x1C2Ý­w\x11ø"
  b"\x1CÎ0╝¥ÖN[óØ«Mf\x17\x12T"
  b"\x1D\x03‰=w¬I&ƒ¾Ã'`?vØ"
  b"\x1D7)(þ2A\x18€&Ù¿¦]‚Ò"
  b"\x1DT\x02ÅÝ–AÊ‘$\x13÷ v\x03\x03"
  b"\x1DYâ«´£Mù¥àjgÕ\x08º\"
  b"\x1DcVg5\rGìÅ~╠,½HXû"
  b"\x1Dkމ†\x06Ig†\x08\x00ìäá·:"
  b"\x1Dy>¤f G±•å!•Œ_iŸ"
  b"\x1D¬0r™dJ¯°•…N“·´O"
  b"\x1D·Ý\x10NÉHm¨\x13\t^¯ý²\x1A"
  b"\x1DÃ\x0Et¨=DºŽZ$GI{e\x00"
  b"\x1Dö#\x0EÜôMG‚\˜\x0F饭p"
  b"\x1E\f\x10Ëð:O╬Æí\x03!ìhy]"
  b"\x1EgåD_“NÁ«:¦/bƒ\x10É"
  b"\x1E¥Ks,®M]¶§ó\x11¹ì:²"
  b"\x1F\x034ylÀFvºV\x11¹?ffZ"
  b"\x1F\x17ŒÛùuLêŒ%\x05!J“žN"
  b"\x1FhmåË€Jä˜x›\x10\x04:‘"
  b"""
    \x1F┘êî│¬DÈÅÊ\n
    ¬÷ã\x08Å
    """
  b"\x1FÞùŒUKALJ”¼M\x17:¹Œ"
  b" \vMIåÊC›¿ƒ]¯6\x1Fl\v"
  b" \f\x1AUrGzª:lÛ€a‰\x13"
  b" \x1D'q!‚B‡Ž®üJÇ\x01Èr"
  b" \x1D¨┐ù\x7FOâÂ+\x7Fz´"GÉ"
  b" BŒ}ãÂD\x14€Ú僞vmû"
  b"!¡K»K\x1DJô”V\e6ƒœ«ç"
  b"!¿£■Î!NUÅ║@Ñ░ýAI"
  b"!« Eè\eH>¯¼íã“4¯†"
  b"!¶FE\x15hK™¦¿7¾Y7\x1AÕ"
  b""$\x13 …<Gêˆ\x08·æƒûï\v"
  b""b\f\x05\x12£J2¾íD7Ϙ\x012"
  b""Æzò\x00>N¾š”b»‹šûÍ"
  b"\x18)╝gCÜÆ\x1D=²ñ&`ü"
  b""鄼á@D-±–S”)iÞ‹"
  b"#\x1A\x14n¸ÂDz¬/ÍI\x04ÈÅÑ"
  b"#"®Ht\x00A;¿ì…J–ìÑ÷"
  b"#J+>û1AtžÂ걌iFÂ"
  b"#K\x07A½BN[‹ü=Ë\v¥áO"
  b"#Z_Œ\x08vIS´KöŸ\x05\x1FÍŽ"
  b"#üd¹¡ÙH\x03å}nhõ┴3Ý"
  b"#…¾§¦•L–¼þ—o.¸KÁ"
  b"#ºÙq(YE4¸€H¦«T\x17û"
  b"#└╣íN&Kcóɱ\e]Î|»"
  b"#Ãu¿SöBç‡R•”ÛScE"
  b"#Ú·ß¶úEÛ­2šÛ„\x05W—"
  b"$0[ ı\x13E\füúE,qVXÕ"
  b"$|á)ÀÖHß»Ý\x00\x12/]\x00"
  b"$ÇAªÊzO\r¬šÚ†€s\\n"
  b"$ù%!´ºK\x17–¯ÛZ}w|d"
  b"%\x0E\eKÈ5KÎ¥ð¦vãBÍö"
  b"%Pê2$SDè¿«wzL¡ô®"
  b"""
    %œ„í"\n
    J\x1E®È~’Ôˆ"z
    """
  b"%®ú;äoB­”êÆ.˜ç\x7FÚ"
  b"%Ù-ü\t—M†‡(€hù*Íu"
  b"&EŸ\x12÷œCh²v\x1E[™Åõz"
  b"&lÏ;\x07\vBÍØu\x061úêÕº"
  b"&©lBš\x18A\x1C¤ô”ʉÏ\x13s"
  b"&ð^èÒÿMdüÝl╣\x16\x06µ#"
  b"&Þ3U`ÄAy½}ÚZ×,Ú‚"
  b"&Ô]LØ%B4Ñ\x07ðEic▓▓"
  b"&ö/ÓDyG\x14»™ô᳸…Ë"
  b"'\x089¤È£Ha—¶8ŸEô`s"
  b"'5Ìu]ØGA¿*tÞEJ7r"
  b"':÷¦üïJ£â?J\x1AÖ┼Áß"
  b"'<ô#þ█N#ªS'üè\x05\x7FT"
  b"'nJýP}DpØ'"\x11Y]êh"
  b"'y\x0E.\x00„Lƒ²L±\x1FÚøÝY"
  b"'ìÐIIÀM¤£]╦9,üìÔ"
  b"'ó\ ╠vD└Æúü╔þù£â"
  b"'ìXJÌ>MP·Ÿ*è)]u\r"
  b"'¯S£Ù'H¡ÿÔ&─ì»┐]"
  b"(=‡öj®Fׯq5Uˆ\x14ç¨"
  b"(yãX\x14ÙH9‘/{\x1Fð1¶Q"
  b"(~ó×ÿ;Nd­.ð5Îi\t\x1E"
  b"(«Æ#ZEIÍ¢\x06Õa£-x\x13"
  b"""
    (þÊË\n
    ¹Gõ» =RT\x06Ì=
    """
  b")ZvïôŽF\x14„®óV\vS²A"
  b")‘þ öÌC\¼~¦3‘¢ƒœ"
  b")›wùx²L=‚Öp²†pGY"
  b")└rØåÓJ.û╠^R╗\x16ÃÆ"
  b")Ô]Tµ\x06MO§U_\x03Ì€Å("
  b")ÛO\x12\x7FöL‰ŠÆé<ï\x034M"
  b"*3®*÷=E)±DÊÎZû9+"
  b"*Ç*¯Þ¢Jª«@\x18müi‹p"
  b"+9øk\x18gA¾î´Ûúì║\r\r"
  b"+Š–´˜øE\x1E‰·d%ЯPX"
  b"+É‗"Á{JÂØıÃ+╦ïrs"
  b"+ø%²\x7FtAöØ\x13S\vDı§2"
  b"\x1F<ç2J7‰Ò¾«DÆ@å"
  b",34\ÌAHìÉ×3yZ\x1D│l"
  b",j1╣▀\x07F{Å╔aÜÇ■Ø▀"
  b",ºø>+\fM·¹V4h-ø\r£"
  b"- ’A¾«AU«ãÿÂY0ëÞ"
  b"-aü═Å\x07Açñí¡ÉA,;°"
  b"-dÿ¾¢iL\eƒ.i\x08ì§Í\x13"
  b"\x1F\x02J©¡KR·& ÖÀ"
  b"\tœ½ùJIµm‡Ò‹‚>f"
  b".1õÉe\x04J7ôvØeW2cx"
  b".dpizØLR╗î─}╔7ä·"
  b".tW¦ ‘Iê‹1°ª\x7FLdÿ"
  b".Ã×\to•J@‚c98dÉ :"
  b"/\x01O壂H\x16Š`š]Ð\x10\x006"
  b"/30ö}=@ð–”´Èú}^\x13"
  b"/7xº¨~LÄŒ¿L „9¢”"
  b"/HA}¼uB„‹\x1FfQë\x1A\x14ž"
  b"/MÉÿa¿@\x0F\x11CÿàbŠg"
  b"/ç~<M°B9°Ê¯omêúÞ"
  b"0+Ð…\x17CLý½_ôG>$û\x05"
  b"0bFú?\x1ANé¿÷¿wç’\x11"
  b"0wÞ')~O¾Ådدòj0Ö"
  b"0yçÜ©ŸBœ·\x7Faàuæ9¿"
  b"0Íäô┐MM\x10ü0C=f"6\x1E"
  b"0ÙA?Å\x17F¹æª■\x13\x10÷Ó\x05"
  b"0÷þ"ÅZC_Ñ(:┴╦345"
  b"0ýƒã‰™Ox¬8¤ôî‰Zž"
  b"1V&º7\x05N#»$¬–ÁµâF"
  b"1_Ä7\x19EL@¼uÃ\x16Ç¢vÁ"
  b"1`æzŸÙNk²ƒÈÎH´­ "
  b"1˜ÄE\x17\x01J׉à‘,\x08Õtä"
  b"1œæŸ\x1E\x13JL‘Ô©Uçïçd"
  b"2@Ú¡YbE8—\x1Eh¤¿hU´"
  b"2IWÒº…N+š'\ì¤y&'"
  b"2º1\fü\x7FG¢º:õ}²\tWI"
  b"2┬ô┼JòD@┐©â\x11Éí¼\x17"
  b"2Íá§0úH'ê­ìp¬1÷Ø"
  b"3WG$·(Dö¨¯Õ\r[êºó"
  b"""
    3p‰â5\x19H\x17½8g\n
    ò†«Æ
    """
  b"3‡\x1D‡ö*JE¾T+\x1F;F³Å"
  b"""
    3ã©!¦ıL!½ÅÎ\n
    m\x7F
    """
  b"3Ú÷æ^œ@à¿AžM\x08ÄZ{"
  b"4\x0E┤Í.dOñ╣&©cÅ©½æ"
  b"4:\x01ïø\vL‡¢¬cÃQ›Ð«"
  b"4<G6U•G@…iƒ·.ó‡"
  b"4DÌ0ÙEA. V¼\rmLÒ’"
  b"4JüƒA▀KD│ÑÃ87\x13´▒"
  b"4JÀÔI,E\r¶êB‰ÃTy\x04"
  b"4•ͬ\x15¢Ib‚ŽÈÇ´™ƒŒ"
  b"4µý¤\x18BI%¬¦V6rx\x05F"
  b"4Áîn\x05¨B-¦ÕðJ\x01»5Û"
  b"4ù\Ì|X@ÏžâŸ\x18&[E³"
  b"5‹Û?\x12ïIð²{\x1AB’úlæ"
  b"5ìM\x02ý¼DÀÉg\x04\rfºæ@"
  b"5ó$\vÒ×Mòñ┴╬¸E¿"É"
  b"5╗\x0FÝÅ.C\x10ó|▓Q(Ý[`"
  b"5ðÂ;U›M͵|à°»è°Ý"
  b"""
    5ùe’­ëF\n
    …–ßš\rÔ|X
    """
  b"6\x04Ó Ö(GãŒóü\x053[ó\x04"
  b"6(¥6VÏMwçD┘│ÅÞËÛ"
  b"6,%À›tG-£í;*\x06>} "
  b"6<Ø–÷mM ‚*-ªc÷C‰"
  b"\x13t:ªKÞØ1▀ozê¯*"
  b"6¡ì\f╣aO°ÀÚ┼\x10¾\x1Fü\x1D"
  b"6¾8\x12æFOrм]J\x12h¼Ó"
  b"\x162©LO¾©Y1CÕˆ+~"
  b"6ã¤É\x01vLž‡\t8*‚\x16"
  b"7,%×,öLmüðbLÞøôÇ"
  b"7f─\eÇiM▓×ÅÒÆ×z¨J"
  b"7t\rG\x05÷DŃYh#É~ Ï"
  b"7¯ðhP\rB¯µT60×ô\x1AY"
  b"7¦▓\x1EÏ‗H\x12üî╝F#\x1AþÕ"
  b"\x0F³7\x11Hu„<ô$\x16lM¯"
  b"8+~\eé›GY˜n|.NM{?"
  b"""
    8;¸Òç\n
    JÓ…ôß‚\x12þŽ6
    """
  b"8n¼&\tÃO­¹6ëÜ8]Òm"
  b"8Æ£¶_yH ˜ÇNlD|\x7F·"
  b"""
    9\x08y8æéO\x12£¸ýZ€“\n
    (
    """
  b"""
    9\x08Á·\n
    “IfŒ‰\t¬h\x1AU€
    """
  b"9\x14\nÏâ<G\x00ÑüLk═╠├\x0E"
  b"9\x14·1Î]@K„5ä;­ÍŽ¡"
  b"9\x1DÐ}aÀA"’Á—Ægß\x10m"
  b"9J{Ó*»B›–Æ'¬Ñ\x14º¹"
  b"9X%]Ø×Iå˜{§\x14\t^‰¡"
  b"\x17u\x1FjB┌É\x10\tO=┘S×"
  b"9¢ì»\x7FîEX·\x143Je\x1C_a"
  b"\x11\x0F╣(Aó┐ÊYü^ð\x1Dà"
  b"9öˆ£ÑßIG§¨ù\x01æÍ ¯"
  b"9ÿ†ÄqÊ@\x00§R0õ\x17,\x17±"
  b": A,Z8EïŠù-Þ>Hô"
  b":ŠjÿiÍLÄ‹N³©!\x06Óà"
  b"\x0F\x15¨>K»©\x02Ø{™9§`"
  b"\x11\x06°‚Bz—Õ×îZb9d"
  b":¸o{užH#¶\x00žºà­ãº"
  b":▄ƒsË\x07A,ä\vÿz\x12ÉÃË"
  b";xYyɳHñ¹#\x02[ü«Ïp"
  b";äs×iuJ)ťòÀï]╩"
  b";ÎÆlçÖEH ± ”CS÷"
  b";ál\x04…}L-“Uù£r\x04¹#"
  b";çnv‹>Go˜¿›ˆÏéZÞ"
  b"<&9FHMI¦Œ \x00Ö×Þ\x03u"
  b"<®«äN╝AG½_»ÐÔÉìÂ"
  b"<┴ì\x18bxOrì\x0F)ÒRxÚ²"
  b"<ÛùE—AC;‰Þ°lô\x7F\x05"
  b"<ýë6\x17\x18B¸€^]ªÂÈÿ,"
  b"=‰™å>uD7›\x08Ii¨µ´Í"
  b"=ô³╣┴╩E└èÂ÷ÏhÂÅà"
  b"=˘\x14ù<L\x17‹h›Õ\x1E}–·"
  b"=ù{ÿ³ÉEC±ã"—Éþ\¡"
  b"=ù™ðýL\x17³ÙšÙü\x14"
  b">\x18åPB-@?ššyÖX¤\x199"
  b">:r\x05\fUKP¸ƒé;N2Þ\x1E"
  b">dõ$&CLÁ§x\x7F)ã5¨Ý"
  b">fxð\x7FôNN˜3ƒ9~\x11"
  b">kÁ\x19~ØFÙÉU_\x19ߺ\x10U"
  b">“ Ù\x11ÜG1š:ido@ža"
  b">ºýÎ[ºOb§\x14ª¹\t¼ð\x14"
  b">äxø„ŽIö¼ˆ§6ĸÄ\t"
  b">ù<35ýFç¹_\vSa™U<"
  b"?\x01ê‘w\x04Mp‰ÛçÅÒ‰ä‘"
  b"?X\x18\rn‹A_ŠÈe7Ñ'Ëw"
  b"?i´┬´OA)éyÚì¿j ¾"
  b"?z]\x16ŒwB?²¤<9âAo|"
  b"?нî3\x07E\¥ÖŠa–µÔ«"
  b"?ïáíþ\x07E\x7F–ª\x18\x01N1ç"
  b"@\x04…G\x1DqC ¿RVHß—|x"
  b"@uSƒì<L½½ŸOÌ­8LS"
  b"@ü?\x04°■IÔïo┼■Ò\ew\t"
  b"@«1‘\x10$Cb¢˜^µ»ó³!"
  b"@°Õƒ?(DíŒë¹ÖÒÉ\x16Õ"
  b"""
    @┬ì▒C\x1AI_£rêã\n
    åVj
    """
  b"@ÎKÜ\x01–B€©Äº\x04)4ÿ‚"
  b"\x1C«F>K™¥4s\x1C\x0Eñ@¨"
  b"@Ó±ı╚@CZ║­Á\x1E»}╔É"
  b"@èöñ\x18ÓIXš£Á-\x18V\x0Fï"
  b"A\x035jžïMˆçHJ瀺Ó"
  b"AGÐð\x076AøÅ§Hªs\x19è\x0E"
  b"Al\x06=$¡OŽœÊ>Àµ\x1A"
  b"AlêÉL╬AOïÀ±F\x13k0n"
  b"Aqr!4ãDp†Í5ä\0u\x19"
  b"Auþu;‰F\e­dUU“&н"
  b"Aåsk\x16»O'ö┬#¬\x03ØÎK"
  b"AÉ}\x11╬cFñèË󴡤Hð"
  b"A·d_\x18\fDÛ´-㾇\rj="
  b"B6ìV\x1DËD+║Sûu█ Ä\v"
  b"B6¬╬E]A·¡×)µØÏ┌m"
  b"B>é\x15ŠÈD\x07ª¶\e?$\x14\x19"
  b"BK^.ã(J°„\x16Y\x11u¦YÌ"
  b"\x07(G%Jº²ßèêe/Ÿ<"
  b"Bñ0w‰œF\x03Ž\x05âTN\x11á\x0E"
  b"C,­e\x18y@Å¥\x1Ck·╗O±▄"
  b"CŽ4Gƒ¬Oó¹›@¤æŸðê"
  b"\x15\x07\x0EwDK©ü\x16Ø}®^#"
  b"D\x13\x01Îæ•F@˜\x15\x10p\x0E9¸ã"
  b"D=Æ\x1Dô\x15Fîµ—‘\tâOè\x0E"
  b"DT`;HsM•”÷\x11\x19o¨¤M"
  b"D[ö\e\x06ñH1ïÂ\x11ü\t═dg"
  b"D\x7FƦ=MD\x1C¥àHY¤Íw0"
  b"D‚È\x1C!7Bæ€ú±#\x11ÿ6;"
  b"DÁeއTFÒ­¸ø¥òwÆ<"
  b"DÒHÍ{\x15Dêì░y#ñ║=t"
  b"\x00í“bH}…\x01MTëñq<"
  b"D±9*îzIAêU╩uçØÉý"
  b"E\x14ý\x17ÐÊC“œLK\x7F3\x02\x00Ã"
  b"E#š³g OÔ°'#Ü•ƒ8Æ"
  b"EB\ruä3@RÉC═Îw:@¶"
  b"EDÁ„,ÔJÈŽ3œ9\x1FÔ#Ó"
  b"EX c|7F▒ƒ\x0F%É▓Î \x0F"
  b"E\x7Fù@Œf@ŠšáJ"d‰\x17Ó"
  b"E£¨É¼òA.€æK#^Ã\x13\"
  b"E«Çiû"@6“_Ñ"*Ó\x06*"
  b"E»"Xî®CЀ)‹@:óùK"
  b"EÅÏ\x1EôÁM\x16¿Õ¬rI³K…"
  b"EÙÚû£˜EÒ¥Š\x0F\x04hb"
  b"F\x11mü·ÕKÉåI\x01│c┌▒<"
  b"FPQ½ÊPA^ªtYƒ8¤Ðw"
  b"Fw\x17|2HN`Ø~ÏU°´Ù["
  b"F{tT\f\x06H5”WJLÄõkÆ"
  b"Fæä=Ð┬D)┤Æ×0»ÃŰ"
  b"FØ┤áêdBî«┬´6│║ÙS"
  b"Fáb╬\\x1AHÂÉ\x10¼,J÷R5"
  b"F©uhCKO\x11×Ô\²║É\x02à"
  b"\x12e\x01\x02KT“e)¤kÐU\x19"
  b"Fðê.˜ïN6¨"U\x18\x1DXÈö"
  b"Fùií\x1DøB`Šò®yÐv3©"
  b"G\x1DUKãyB—˜½4ÈO•Œÿ"
  b"G*OqsÉMŠ­}.‡Ë2÷F"
  b"G=5°Õ²B4¡P=Ò\x08­«·"
  b"G{åXÌÑAU‘\r\x00Qk¿ô"
  b"G~ aáïC‹©‚ ØªÔH3"
  b"GâÖ┤@┌Eıÿ\x02T×­Ø@\x05"
  b"GƒŸ&0íMü·Ÿßô–‚V„"
  b"GèpGoüNäö\x02;øO╣├M"
  b"G¶KV{æN\x13“ËCàxRuM"
  b"G·çú¨\x0F@\x18¥¼…³dÆè@"
  b"G¾œ\x10PµE\™‡²S'Éæº"
  b"GÙÌ4xlB±½œ’>\x0F\vGw"
  b"H$¸µM-Bƒé¤WÉO­ø\x08"
  b"H†ÖÞ¹HIR²Z’Lðëû\x1E"
  b"H–Yé´UKK›\x1F6±av¨o"
  b"HÁŒKûóE^½å!\x15Ý\x04\x11"
  b"HÝÇ8[ÀC?«•hcá'MÄ"
  b"I\x02ü©!•G‘…\x16»Î›Oy\x1D"
  b"I\x1C\x14âu«I\x1C¨µ\x07¡\x12ù­a"
  b"I$Ã║°┬O═Ø5"░Ï\x13\x16"
  b"IJÚ›¸\x0EKk°#Ç:á*‹Ó"
  b"I¼Š¦ØÂHA¡Ÿ %bD˜R"
  b"IÞR°õ…OK‚]©Z\t[OM"
  b"J?¯ºÞœCj¢¾ÉAvì» "
  b"JJ‘±\x18ðGðˆì¦d¨'ˆ\x0F"
  b"Jaj§Ò•I¶²H³<\x1FÕ}û"
  b"J|½ó«’Lh¤ìr\x03Dm?\x0F"
  b"J½¾î×ÀMÓ±b‰aT\x01¿."
  b"J├jÛÚ¾BUÅ·A-êÖ\x02"
  b"JÉ•\x04› Kª¨§€e>RþÔ"
  b"Jð´ÕFIOkŸ½\x1A\x1Cªøqz"
  b"KB-•\x05YFÌ·øåQ\x10ÅS@"
  b"KlO,#ŠJ\v¬–¶yèÈNf"
  b"K║ØÑ@pEa¿iÝT71í$"
  b"\eœù2Nz·\x16d‰\Qè."
  b"L\x0F¤\x1C¢\x01E‚ª\7µ(7dÁ"
  b"L\x13┼®/èI\x0F«F\tÅþbðù"
  b"L=\x19:™1EL—\x14á«\x07×\x1Es"
  b"L‹¸¹Â!I²·¿‡Ûr­oÃ"
  b"""
    L•\fF\n
    (B¯·;.÷åt 
    """
  b"L¡¿s\x16õD>üÍ.m▄Äê║"
  b"Lâñ*9ÒEwƒðó8‰;»‹"
  b"L¾qì)■O▄í¢█Ñǧ°r"
  b"MdÿF\x16zOÇ©:W†î@¥%"
  b"M”™>žöE_„Õr¸>\x12F†"
  b"MØT°\x06\x02Eiˆ¸\e¿ÛyïD"
  b"Mò¼±\x1D_@”®ôÛ…Õ\x07l6"
  b"Mó©[­xCš¡Õ¦†\x11€é\x08"
  b"N\x089¸o™AL¿¡*;âÔ-Â"
  b"N7¦sC(IS¢7W£ß‘‡<"
  b"NK╗WÆìKf╝Mû'`ß§¯"
  b"NvµD†%K±¦Öþ´\x02ÜÕŒ"
  b"\x12=[0E\x0F’>å„Ãûñ6"
  b"NúÑÐüuBîë"╔\x1CI@Qm"
  b"Nºë”¿\x11Jª‰Ü’\x1Dnç.\x0E"
  b"N»@úºÒO©“B¼Á½¡ÄQ"
  b"N¾¾iwZ@4ŽdDFÄ#k&"
  b"NÏk÷\x04\x14L\rƒ-11ÔO3l"
  b"O\e\x10:BxL~Ÿ)\x11T¤^˜ò"
  b"O•ì\x083°@<¨%4\x15fXCÕ"
  b"O¿µ´bÖGgŒ,\f\x14†ûé["
  b"OÒA¢\x11âE“±ÚÀä\x18µ\x168"
  b"O▀U\x15~@@!ÉâäÚú¦r┬"
  b"OâÄðkBF¿©LJ5n-ÑR"
  b"OóßÈ͇L\x1C¹¯ÁaþoK)"
  b"O¹ô)Ê╝J\x18ìÀò╣#▒S\x00"
  b"Oü÷(C\x00Dá¶Ò\x1Dfé‰Ay"
  b"P\x19Ì—ÏôE7¼2<¹»\và\x1E"
  b"PZݧ›¬EÞˆ?DàQ\x07"
  b"P]£ñ›¾LFª\x1AÌ‚\x11ùZÔ"
  b"PpM˜b“Fì†ðÀ\x10dO‡’"
  b"PÅ¥╠à\eG░ª\t9wó+èV"
  b"P▓eÚ²éK▄ìßùpP zy"
  b"PÅQÝ4VO\x08™\â(Ð\t\t"
  b"Pã#°\x1FØLéɾ¦╠Ù▀QF"
  b"PÏ©█l`MþùÅ4hxÈá\x02"
  b"PÓS\x08ÃoDCøõë-5ÉEI"
  b"Q\x19yÇ2°Oòªé„z\f\rØj"
  b"Q\x1Dù<Z»HѺÈ('ÄÚç9"
  b"QQòÏf"HR®†4M¹\x12"
  b"QS¶¬\x7F;D¿“¼;ÎÑ Cš"
  b"Qa\f.È÷Aæ‹Xc¹D¬š-"
  b"Qx\x13@ó¶Dgš)7™Ž\vn|"
  b"QŒi\rÅÛM\x1D‡=|°¡I*l"
  b"Q—šË\x08„J׆L\x033ª17m"
  b"Q½¨³└îK¡ÅTxûıfçÑ"
  b"Q─IqF▒C\x1Dò©íÅØ¼·M"
  b"""
    QÛu\x15\n
    ØO8¢\x1A\f\x10º«`I
    """
  b"\eüT\x1CDŸ’ËŠ8Èn\x15Ò"
  b"R”zÝ\x066K¬žÖe\x1ApäöB"
  b"S\x16`_a:A"ø¸î£BÉKo"
  b"S\x1EÆ:Í‘Lêžöÿ83;.2"
  b"S$\t¯ó¡I «&┴NãÉò\x08"
  b"S8\x08XßAH\x7Fž\x06<|C@7¶"
  b"S=(Ã%µK7•\r7£<AoÀ"
  b"SGéËïBGPƒ\x1FÞþ\rÊT "
  b"SNè\x0E ÜIy•5¥\x02Ê9ž"
  b"STy &gOMÖoè\x18\x055-É"
  b"""
    SkÅr'\n
    BÀØfé.E~║d
    """
  b"SuÐXµ`JÒœpyIÀvš_"
  b"S½¸Ê\x11ðL5§3$âO0\x05T"
  b"S¾wEîöL6…±e`²B\x0F°"
  b"T\x12Ö»\x19µG\x13¯\x12•Ô± `ˆ"
  b"T&═▀دG╝╗PX\r!Ö³ı"
  b"T'¦¥ÃRG®¾¡\tþï‡qö"
  b"T0½\x01žŸAœ”Ÿ€~^H\x19Ž"
  b"T^Ì\\fúGG—Ãñ\x06&\x08"
  b"Tl_»ØLBZ▒P\F┐Øß¡"
  b"Tx°ŸÓ\x05M<‘å†Ë¬¡Œ\x04"
  b"TŠ{Éó§@X‹¨ý\x18‡¹«Y"
  b"T—…·GàJÂ…Œ)!RyŠ*"
  b"T¢”]øðA;£ßjžØë”\x10"
  b"T·ù\x01S JºŠ›¥\x07¡Aåß"
  b"\x1FÒ\x15\x13Jê³F½\x19¤\G?"
  b"T³n´\x1C@@ÍÅu=9ÜOkn"
  b"U\x03«ƒ\x1E<@'¬ßÉVª@YÄ"
  b"Uv3\x06òKD\x0F–3×Z™­©Ù"
  b"\vL║»I\x11ü87ã¼b71"
  b"V)1pW\H)û╬\x1E²ÅYËÑ"
  b"Vrìo\x14\x00L╗▒]\x11Z8\x16╔Ð"
  b"Vsh\x05¤ZMâÅ£ÑP├■┤\x06"
  b"Vâ¨çfðC}ÉÉ-6ºÝ¸╚"
  b"VÛ‰b\rOÿœo\x07Ýf ‡õ"
  b"Vã2\fqCMÙŒ\vŽ·>0'á"
  b"Vë‘?kIE`£œç·ŒQ£j"
  b"W\x01Èkˆ2J@³î¸T\x04Ú]Þ"
  b"WF7\x1C®\x1DB(£\x18˜V¸bFQ"
  b"WQçb\x10ùMǀΠyÕ_³Ë"
  b"WhHyä”L¯›ãój\x04E\x06¤"
  b"W‹\x0F‹œ/E̲z\x08\eqvë["
  b"W”™öí¬K±Ôõƻ߅¡"
  b"W³ëÓ\x10 @ˆ¢2Ÿ\x03'R\x128"
  b"W¤┘\x04!¬H\fêiï\x023\x13ì¼"
  b"""
    WÏE\n
    Éc@rç┬¶hw\x11µ\x1A
    """
  b"Wû,Š ¤MÔ³\vàLÎ\x10Ie"
  b"X\x11rì4‘@=‘'+Û Ë&Ý"
  b"X1¬à¿•@Lµ­&,AŒ%²"
  b"\x1A\x02¬ÍEŸ€%\x02‚ÕÎ \x1F"
  b"X½¬/Á\x1CJ‘ˆ’Ü\x02$ °è"
  b"""
    Y2;ñÔ%I؉*LL\x18K\n
    Æ
    """
  b"YCµ,w¶Oüñ\x17\x1FsçÁ"
  b"Y^<|ˆwCh¢Pä«Uø‰¨"
  b"Yší›§jF0¬\x1DX\fI™t+"
  b"Z\x130.¸óM‰¤\x11‘Zž\x1Eþ\x13"
  b"Z"ìR\x04`H└«ig¾Où¦e"
  b"ZHÃð6ÔD\¥\tsê?Wð\x14"
  b"ZàK\r¤\x0EDÍó\x18╦6£ìÊ¢"
  b"ZóÅóæí@±ù= ²ù¨¼╣"
  b"Z¤^\x14Ñ©IwŽsôo¯Í˜\x14"
  b"Zà wK…Lh™\x108›v…n~"
  b"\e¡\x06KF\x12«¾®\v¬ Y6"
  b"[\x0EºÝºAJ<£W™ù\x16Ò8¾"
  b"[&¥·[ CÂÂ\e╚N>üp("
  b"[Gf^.®Nt°ìÂ];\v"
  b"[x-€]˜Lg¬§ŽŒ\x04ˆ±B"
  b"[y\x1DbdÁO│Ø©rXËu*Û"
  b"[‚Gn^±Or¯˜‰ä\x1CŽ,%"
  b"\x7FÙ÷ÀJ\x07‰±åö<óú,"
  b"[¦-\x1D„üHǶÅÚ‚Õ\eF2"
  b"""
    \n
    Z¢XJ\x11·z\x02È0\x15›¤
    """
  b"[ß;V>¯O‚…\x16F{Ù‚\x12Û"
  b"\s´\x1Cß1F▓¿`dëØÈÀ\x0F"
  b"""
    \{²8E)G\n
    ¡\x19ü`F\x02
    """
  b"\\x7FúFå\rK\x16│Övì╦█ÙÝ"
  b"\x0Fßí*K}úÚÇL▀ìª"
  b"\æ puiM£ü³q7DOîY"
  b"\±S\x7Fó\x11@Ì…ÉNM¸©SÜ"
  b"\▒ ¶\x00âNÇïõ\x06\x12ÉSCß"
  b"\ŵ;\x06îO'ª‘¤Üã÷8Ô"
  b"\éR± \x10Mº…HíJ&ß ü"
  b"]\x07\r`ÛÊO3êƒu^®Ñì╩"
  b"""
    ]\n
    \x1EM%„I°ºR)p­W&B
    """
  b"]\x1C\x7F\vN/±ÌŸ¼*Ðû÷"
  b"]…‚Ò‚òO\x1E¯Ž}sÉi¾¹"
  b"]†8-[àK葸 S§Û¢Ä"
  b"]®oh\x1D/DU–'EuIp%m"
  b"]É;ÌЇJl™¯Mý]Õ\vB"
  b"]Ë>H²7Iö‚¡ßÏK‘ü\x12"
  b"]é¾\x00ã‹Nì¾…N\x0E ƒ<t"
  b"]ÿ„KÔ(B—£œSö …Ê®"
  b"^\f÷\x15^[@\x08Å\x02Ñ&³[æ¾"
  b"^@Æ~æëD’ŸimGžtcŠ"
  b"^hl³„"Bm’LReÝ^°["
  b"^Éå¸SéOÚ©ýÐXv´($"
  b"^Íâ×ßýD(ì\x11Ù─‗_ns"
  b"_\x16¨\x1DlÒGŸµ\x00ÙÙ!UòÚ"
  b"_!\x7F\x01Ð╗Frÿî0ÑÏ>Éu"
  b"_B'´cÊI.“ùx@ÁI8b"
  b"_]w3pÛB\x11®h2rÑdîO"
  b"_|àŽÊ-Oð‹äšß\x02þÁ\x04"
  b"_¥ÒT}SGVµÌ³nçæpq"
  b"_õ÷xsVJª‡fÒ ÿü?\x03"
  b"_øC‚i#Mö»X¨#ÑÀpù"
  b"_°╬¯¨jC΃ÉÌåá\x08äV"
  b"`/■D²▓OK┐╠É\f┐+b="
  b"`43½kßE/ºrØ^1º9\v"
  b"""
    `5ôL1\x10H5€\n
    /¥0ÊN†
    """
  b"`:‰o…o@ɸϱ\x10PJ\x1AC"
  b"`IÅ\x04░■B)ñazeD\x00\fè"
  b"`KéÒZ\x07I_©Ò³\x02,ºî·"
  b"`™/I#ŒMú¤Gj\x19Öê½%"
  b"`㹈\v¾I>œ W±\nÊ\x00"
  b"a\x14Œ|ê¹B\x14šn“;¨Úº\x0F"
  b"a!~▄\x05╬EÂØg0¯.c&T"
  b"aAÙŒ~\x02@\x1E“Õà ²É{r"
  b"""
    al¯Š\x053B”²Öù\n
    Ç\x01à·
    """
  b"aâ█ÒÎÉKLÑ\x7FAç│DµF"
  b"a‹\¢AsI§¾Èf\x05²PJ™"
  b"a«µA<#O¹³¹ˆïËvšÒ"
  b"a░Ä¢½5F┐Åó\x19qX¶¶*"
  b"aÉ¥\x15ï0Hn»¨£M,;[¿"
  b"aÑt\x1EWãJ\x12¸V\x13Ÿï£\x05,"
  b"aìp·¨ÄNݹÁ@\fý1å§"
  b"a Ø┴æèG\vùKû\x186íxU"
  b"b\x13±È\ûH\x12·Oñ\x17\x12ý™¢"
  b"b\e\x7FròåO“«Ÿ_[ð\x0Eö\x14"
  b"b$\x12²\x03\x12Gæ¢ÔØAIúä\x0E"
  b"b1m\x7Fh¨CèŠmH».b©>"
  b"br\x1C\x08èüBàœ»WЕ냷"
  b"b¢üà$–OBœNÂÎau\x0FÊ"
  b"\x02«Y¸Lg²¶gFg½^\n"
  b"c-q¤YjD[¦\x13«S‚\tŒ\x19"
  b"c0iJÎFE~ŽÐ­ä`8+\x08"
  b"cR"@ÿdFvÉ¡Ð7pb╠ã"
  b"""
    cèU8\x0E¥Gt´\n
    óu¥€ô5
    """
  b"""
    d\x01£%™àIòŽõ¡\n
    YOè$
    """
  b"d\x0EŸ4"éH{±þ\x1CE¤%CS"
  b"""
    dB•iŽ@E\n
    Š!\x1A\tÏó\x04
    """
  b"d]L}\x1FìJx¼┴K>û\x08¢\x14"
  b"dcUItâEž¸ÓÑVn\x1Fëð"
  b"dcÄ*P\x16M&ŠƒŽ"’N\x05À"
  b"d‘Þ+O©G»³\x1E…+…ù¬I"
  b"d²64ÊíO¼„ç-õóÍ0Þ"
  b"dӕů4O3³hHQ&ÿ}]"
  b"e&G\x1F;H@#ü}\x1E"\fFÒ "
  b"e)ï´\x10╠AÉ®XAÍØ¹Ú\x08"
  b"e+÷\x14¿ÓA÷°P!€)=¶l"
  b"e?2™±§Jݯ4õo\x19I^‡"
  b"eT\x7FEÓì@p–¾ž\x02qÝå_"
  b"eW`¼ãëO┼ØW\x03áÝ\x07"
  b"e‚±ò\x10|Iy¦Çt\x0E\x01òþ7"
  b"\x00×/\x13OÕž\x06:Ø–W«\x08"
  b"eƵVä\vGR˜\x13±¼ðvð\x14"
  b"eÒeê\x1FÌH\‡”]¾{èx\x0E"
  b"eóPfýÞG0€¸ÆÊ"øóX"
  b"f\x19­*sCO`¡–ÐS|Eÿ·"
  b"f \fØ¥`H¾£NÃ`\t~îµ"
  b"f%­Ž@ÔH0¦x\x1FÙ¯íH»"
  b"fR¸\x17\n}I¸­»‘-Àr\x00Õ"
  b"få­Ø\fþD£¡d¤ø┴Þõµ"
  b"f´dlýìKÒ§0IF@¦\tÝ"
  b"""
    g\n
    $ÿtq@F­¯®Úwiô\x11
    """
  b"g\x18ìÁ├±FpØe8b;®£m"
  b"""
    g1\v\x0Eº%J\n
    É£À¼duç\x1D
    """
  b"gD§°ì:CfǸ\x1EÐ7Ï<\x01"
  b"g]V7„ÁOþ­}Ðá|¼óh"
  b"g~\x12]\x7F_G\x06¦ãx¥¿Â&€"
  b"gÕQá1†I9˜Ë÷\x11ôQ«~"
  b"hC`Ü_&F §ðÛç¢Ù\f°"
  b"hYi└Í]Cjé²ÿ._ÉI0"
  b"h|!ì„^F¤¨5FóÇËÔÐ"
  b"h“qY¬)@¿Šsrq×}•¹"
  b"hØðnô)CAç\x08ð\x03\x1F þt"
  b"h¼äÌ«¡CéÅ¥BÑ¥Ö.Á"
  b"\eˆ"¸B¬„Žá_\eËY/"
  b"hÚ:÷ü'GäÂ└W\x13صá─"
  b"hÿ«¶Eë@ׯ,L\x04‚¬w\x02"
  b"i\x18èÈÊâCÀ™:–”½[œ’"
  b"i=߸.TG—¬'y\x06gô8\x0F"
  b"ic.‚B¸Jq‘¯¹Z±]‚Ð"
  b"i|\x18W╩ðF죥ñ¡²T╝t"
  b"\x1E\e>­J^ô!VU\x17yA\x12"
  b"i´'žôŒKË¿î\x14\x15\x19K"
  b"i╠m\x1F░ÎF║Øí\x16\x01Ôóøj"
  b"j\x04H\x08%VAŸ­³½\x08ÆMyê"
  b"j\r**-jAsù┼µ[hÅ´´"
  b"j\x11ã█%üFôú▄N¡§└ñl"
  b"j%øæ\x18ËNV¤=½ª\fÃ\r\v"
  b"j&/ä5•G’«\x01övÞ0.\t"
  b"j<ev╚cHP¡┘╔O┼Ø‗'"
  b"jc\x15\x11šüCwšB­ŒºÆFÆ"
  b"jnuýi\x1ELeÅı°==\x06"
  b"jpÐmÔ■Elü┬L©´}║."
  b"jqµ.ð-Aµ‚›Ïcwð\x04ú"
  b"jsx\x0EÔ\x14F\¨w1ÛO˜c"
  b"j…*V.€B\x10€•-q‹m:‹"
  b"j¡Ö]AÔN˜‘HÑÒ“*óX"
  b"j£ô]§¤A.§B³Åå#‘»"
  b"jÅ—#àÂEË‹\x12w´ù\f\x16º"
  b"jÎÎò\x13ÔE›©­ôF‹RŠ€"
  b"k8ü’FªNV…þŒÓ‘$¡6"
  b"k`ò*U\GÞ Ž¶LeY=p"
  b"""
    k”\x1EYþrA(‚»²\x04G\n
    \x19+
    """
  b"k«Ê\x03V\x03B°¾½Ñ·°(IW"
  b"kÃ-\x11”˜Jæ–î¿ã唫b"
  b"l\x08sΤ\x01Bf┤╝û°ç‗mÅ"
  b"l\x12!\x168_DD€“÷½Ë3Òs"
  b"l\x1E╚ó¨³L:Àtȱ\r╦Éô"
  b"l"WZ\x1CµEކÚV]KâE\x1D"
  b"lGàÉ\võEüïo5°\x0E\x7F╚·"
  b"lO¨y\r\x1FGÛ’ªC“Mqç&"
  b"la3#W|Kˆ†›þöûo¹˜"
  b"lc/I\x1CýE»‹:kÀS*dÍ"
  b"liåãñÄHÁ§zÖÃ",{D"
  b"léü╔ñ!N▀▓¡h£╚oÇ1"
  b"l›\rÓ\x15úH\x1A“5r\x15\vmÆr"
  b"l¨÷t=\K>‘ôvx%rD\f"
  b"l«àc€èGz¤*¹?\x03Í‘d"
  b"l┼\x0E`bØLHà¯C8\x1EhË%"
  b"m VÛ\t(C¸¯\x1FµŽêDa¯"
  b"m;ÿØ\x17▒MÍå¬nÅ\x02\x05l\x15"
  b"moÿ¾ìòD<×ô╔Ââ8╝8"
  b"m˜FPLJO\x04 \x1A>›§"7Î"
  b"mÝ,áÚÑH\x10ì¿A?‗\x1E\t'"
  b"n*É\x01Š+D\x1C\x1A‚A•ZÊl"
  b"nBºÐN&B„\x7FÞÝ¥\x029”"
  b"nC´v\f\x18E\x12ª\x7FO?nBÓ¸"
  b"nk'═ÎmCôì3m\x04\x0FvS3"
  b"ntQ}¿‹G\x07®wŠ\x1E›%!á"
  b"nï \x16\x12³KÐÅbO~iW¢£"
  b"n¶╗[│ZF,àÃÄ\v:ÉÝs"
  b"o\x12—å—1E\x06‡ù©}‘\x12ã„"
  b"o\x174\x02è\x10JFžuâšA\x1Cêz"
  b"o2Y└æ─J‗ª■ºü¨m·\x08"
  b"oB*\x19^ƒLߦ\x7F0fÇ6\x17\x10"
  b"oÖãÉ\x14êF¢à\x19╦‗w\x04äê"
  b"o»\\x14\r║HöÅ`ÿÑ╗hZP"
  b"\x16\x0EE(”\x1AW2\r\x1Eb\x1A"
  b"o█äµ\x1E¹JSêuò▀üsÉ1"
  b"oÛ†ë\x15ƒO”¬žžï*ꌛ"
  b"""
    \n
    X³ëD\tëØ|┴(╝_\x12
    """
  b"p\x0EÅ.e4KÃòêabh-H┼"
  b"p\x1Fôÿ±£C]ž×\x10:¿€®\x17"
  b"p1l\t8´K{äÅ¥╗8\x02\x1C"
  b"p?>\\vüLÑŽ€Êd\x1F%rH"
  b"pJ¦▀Û©MX«║\x02ÅG¸╩:"
  b"p¸ÚÕ\x12\x07KKˆ~ÿ¿ñt÷ô"
  b"pÏ/ud®Fÿ¡#ÜA2Ÿ \x01"
  b"péªå÷ÅI!„\x03‚ê•I/ "
  b"p■\x17ì\x07ö@^èà"/▓Yð╝"
  b"qEB{.aA\x03¬"Õ¹±¬'~"
  b"q”³¡ìÿM}ˆ»\x10Í*$Û\x1D"
  b"qØ>┐'/G\eÿ&/7º"ƒÚ"
  b"qÓåjÝ‚M.¥¤ç\x15Ͷ´Ô"
  b"qß“\x17\v&Cø¬\x194ûº5:\x0F"
  b"qÛèì#$M¡ƒ[z\r│qv\x10"
  b"r'¨â$£BHš‹ßÿ¶ªh\x0E"
  b"r(ØNü†J*™,à\x1FG!eQ"
  b"rNŒV,¦@^‰íûvbƒ;\x16"
  b"r\â³╬└KbÅ÷îX1┐ç\x00"
  b"""
    rm³Ø╩dE\n
    Âûx╠\x1Ci/\f
    """
  b"rn¸œëåD‡¤#Ç\eg\x0FX2"
  b"r•'‰-TK¡¿\x04\x15+1ˆ"
  b"ršQ†ä=Iö‰»± ¼\x14ò¹"
  b"r›ý1çxD*…ÉÄÕO'lÓ"
  b"rı¼\x01\x15±EpÅ4\x06é\x05×bP"
  b"rÞ f×íHþ­\x1FË\t\tžQ"
  b"rìÏÿ\x08J@Lœi˜^Ô×ö-"
  b"s$Ó\t¿½Eø×±│Ê ëɳ"
  b"sKqw@òD|«zK(§_\x1C\x1A"
  b"srS£–˜H\x1E°6±ìÏå\tA"
  b"sÅWç├iJ░ùø1╠\x1Déù\x0E"
  b"s›?<\e'C`‰~Çp\x16ÑÐÀ"
  b"sÀ‗\x18\x03[K\x01©ClÖØÞ\x07Ù"
  b"sºJý\x0FZN=©ïhëI#ö•"
  b"s╦GGE^KÅ░\x02)ø}5=\x11"
  b"tZ¯Å)\x0FM/©©âÉš\x18·c"
  b"tÅU·\x08¯Nô´)Úü³5{%"
  b"tóÖËq7Cƒ«jc6-¥½\x16"
  b"t³1└Ð\x05J¿▒ØóóÀ;─©"
  b"u\x03£þÞÉL┼¼fí\tF\x02╚ô"
  b"u\x18ıf?¨J殾HÉ;©R─"
  b"u¡Ç\x00\x00¡M(¼À8µ\x04ÁÍq"
  b"u¼ùEØÚOýê┬¥┘?└ü╠"
  b"u·+\x02uèB£¯ï¢Õ[I”˜"
  b"uÞÛÌÅ1KGî4¯▀¬\x02»¢"
  b"uïfÒ?MJ½ºÃÝÇE×õ¦"
  b"v&WÆá‚N%±DC\x0E†ºþà"
  b"v;ˬã\x10Fë¬p!ÅÉ)\x7F7"
  b"vBLâ€ÂM\x17–'\x0FDiŸml"
  b"vtì┼┌\fF/░^ä=\x11³N$"
  b"vŒJš‡NF™¾±´y\x16Dˆ‰"
  b"v╚ó»0ÀJ\x0FÉ<P/¬\x08¿¯"
  b"vÛt-=ÓFi…#rŽVa¹}"
  b"w\x16'qà\x08Nµ…ufxÛ÷þ½"
  b"wHñêŸ&G±†ÐÌU]ÀêË"
  b"""
    wÆMÆ5\n
    HÂ╗àÉTU╚╚ 
    """
  b"w─ÂôËÜIƒ¡¦¨]ÉòAC"
  b"w约b½D‰  2ÞãIÇ\x10"
  b"wê©Ô_\x06Lħ|éçÝ/ó7"
  b"""
    x@\x02TeMNXΚ\n
    ¸\x1E„£l
    """
  b"xNXQic@t´"\x01êKÉBÝ"
  b"xm\eÔ]\x06GæìR]ÊÂ*\x04ß"
  b"x‰ÞÏh×Cö·âç!0W¾H"
  b"""
    xŠ·[È)DˆŸô<R}Ï\n
    Õ
    """
  b"x¦¨w\x07!E1¿|ˆÿ©ŠZ/"
  b"x¡~0\x1AØH#»°ï¿Ó\x1Eþê"
  b"xÞ'±åFC\x06´ÃDO¨È¹z"
  b"y=U.\x19ÙBñ–)‡\x1AØ\x08"
  b"y]DRð´GVŽOæ¦ÉzgË"
  b"yãMŸc–H{Žgd\x05V\vUz"
  b"\v£­¤C,˜û=0 ¨Ôó"
  b"yì²K&µHP€8\x7FB\r•ûñ"
  b"yî<Õ¨ HXœÚOûåÔgD"
  b"\x04éèÍE\x1Cœ\r,ÞAÇMß"
  b"z'\e¦½dI\x19­0Œ¯7µ=B"
  b"zv¡ëÏÃO“‹`Úh»8é\x17"
  b"\x15\x13J’G©‚‹A\x0E‹v“x"
  b"""
    \x15´ãûDF‹}ø\fx\n
    ß[
    """
  b"""
    {%Ë(\x1A‡G¡ªÃ·\n
    Š\x10ÈÁ
    """
  b"""
    {4`½\n
    æK&ƒ]\x01Ê\x07¥\fª
    """
  b"{G ı­╬EØôM¶*Á╚´ë"
  b"{tê^\x00ÜN\x05·ÏË%TØ\x08Ð"
  b"\x01–Ú¨L8’¶ç\x1DÑ\Ìm"
  b"{í!\x12£RN\x12«Ôv2\x16\e"
  b"|$5+Û5Gu‚ʃy”\vîí"
  b"|ZC\x02\x07\x0FH\x1CªXÀ^\x18\x08Ëx"
  b"|tÔƒœ¤Fý¶S9§Ñ}eÈ"
  b"|åÊ╚6\x0FDNü\x13DðdmDð"
  b"""
    \n
    ÁG\x14H}Ž '!\ý6 
    """
  b"|¼”)Ø+AФ±:uÖtl­"
  b"|Þ6°gaEð‹vå\x0F³,ë6"
  b"|èh ðµDŒ¹u5:S9š¹"
  b"|úßp\x03CBš¸*%Hzú¥/"
  b"}\x156]q\fC\x04Ø╚Þ:%W4¢"
  b"}*=‰úÒLB¤y{"\x07ðíe"
  b"}º÷ìT║N║ï­à"~\töz"
  b"}Ã-ÎyšEƾ+ýX#Ù)¯"
  b"~%└tþ█Hçô-\x05ÄEØSì"
  b"~9·Ë1£Mïƒ2\x07ú“Ìjo"
  b"~’ãYUü@s¥œn÷éÂ{î"
  b"~ë|d\x0E\x04O™·Ï6ˆf¯ºK"
  b"~îÿú^sCî·ô_!E8 û"
  b"~úNír\x1CMã§Ó•\x11ˆÂt¡"
  b"\x7F"]¼\x15jLQ«┐¹ì"¦&{"
  b"\x7F4\x1E¿ ØDWØöpãä\x14,)"
  b"\x7F=Zñ¦®KŬ\x08n╔¥¶ôð"
  b"\x7Fr`zÜ╠FÎ▒\tÎÉåmØÉ"
  b"\x7FåÅbø\x02F¥ç>\r¨ö§ß»"
  b"\x7F╣▀\x11+\x15O½Å?═¨}'Â▀"
  b"\x7FÊ,Ò'\x13Gνò×ã]\rÀ†"
  b"€Tºò<YAŸ¼D«µÿe\x04º"
  b"ÇbÏï¬W@Êì¹\eXb╣▀:"
  b"Çw\x1FB┬çDþ╣┘xI ì±î"
  b"Çù«ØèEAÚÅvÛ\x13zñÛ\"
  b"€±Uœ’TLõ­…?,—Ü«:"
  b"Ç┤h\x1D-ØCµ¥í┘%║╝°╬"
  b"€ð!)[óDt´|z\x12Ñ»\x0F\x1D"
  b"€þÄz×IIV–Ü\x19-T‹1Y"
  b"ü\x060ïs\x06HÇíÒ×e¨Ø×!"
  b"ü\x06┴}§\x00Jç©ÈÉÏ\x12╣ç?"
  b"ü\x13´\x068 Bjé«ô~FyaÖ"
  b"ü@\x01t─!F\x00Æá*[╩õ¼h"
  b"üç@\x16<¡DNÀ┘"HÀÿü░"
  b"üîÉèZøH8ôtÜñ╩оå"
  b"üƒc╚ÕÔA¸èWó¯ü║£o"
  b"üá▓\x1F╔╠@═ÄX5~êmêè"
  b"üºÈyÞÈMÞá0‗ÿ,Ê\x12à"
  b"ü├│ÄÅ\eH\x19óuÆÛÐã©U"
  b"‚"V³ÂcJc€«»R\x15ï\x011"
  b"é2n\x08uFL5¥êìxS/ÏÍ"
  b"éEÛ\x07$ÉAäìø%©(ù^Z"
  b"‚‚\x14êržLgˆ\x03¡—ŽÂ¥k"
  b"éÉ>ÁQ\x03B\x1AÜ¿Õ\x01│┘Ò%"
  b"‚¢¯³,£EÔ¥\r¬\v¥tò}"
  b"‚éþgó'Mð·¦V÷ ÀÈS"
  b"é¶>¯Å\x0EF■ª­\x17@ÞSNQ"
  b"â\x01R\x1C\x07BÅÅ\x19êD\x16RK·"
  b"ƒ\x17ô&†ÕHd¢‹$Î*5P\x1F"
  b"â#*&═íE┬¿X\ÅYÆÎ""
  b"âKÖØ░MDìú\x17ÀM¿ú9a"
  b"ƒL#]âOAf™¼«\x07ß{q@"
  b"ƒq\x04\x08Õ¸Nµ€\x0EúÈ\x05Ä…ô"
  b"ƒsK®²µCñ¥ì\x03‰1Ù[e"
  b"ƒŠ9‚\x17‰ML‘nG*\x1EÅ$Î"
  b"â轸ïIB\x04Å_¤\x12J\t╗ò"
  b"â═¬Ýþü@ïª║■®è\x04Ó\x17"
  b"ƒè\t\x01ìÊE\x0F°ƒ\x16\x14ì³\x16L"
  b"„/¥|½kDê®\x07Ÿø"5û0"
  b"äö\x13/D\eH\x08Ø+P\x07M┬p╦"
  b"„´\LÉ\x18DÜ—>DÚUŠgœ"
  b"ä▀¿ÖU5B▓Ø:Á╠\x1D?x&"
  b"äþíØ»┬E»Ø6òS±ü¤\x1A"
  b"ä÷«vmgKmØ\x1E\x0FX!¯\x1Cç"
  b"\x07~eÆ€L.Ÿcÿ¿„8 ‚"
  b"…+é\x166ñL´¶f.>‰6-\v"
  b"…6F9Ÿ¢HL¤í%\x05x@\x002"
  b"…CŒ˜F\x18E=¥[Ëïôyiº"
  b"…÷åÁ©NE쥥ǒ\e›‚\x10"
  b"…ùtm\x16½Ac›Q<&'›½9"
  b"å\x15ÁäZrLÖåüNõæ*nY"
  b"†+Œ¸ô<J-Šä†Ü¾m«œ"
  b"†.EÝÚFEFº»¶Y²\x08Ù""
  b"†eÓ}v2Nù›n':‡J\x04"
  b"""
    åàÔ²u\n
    HæùjÛ▀Å═`t
    """
  b"†ŒîøãåKq€Åk\x1E%àR\x11"
  b"†¶–Ý‹>K_Ÿ\x1E|ªxÿ›Ë"
  b"åÔú▓\x06±MŽ7"þ?w\x18²"
  b"‡^–/:|Iö³$v\x13O|jj"
  b"‡mh@\x08\x10A”«“÷Ÿî©¿x"
  b"‡ØˆÛ<ÄD\x1D‘Ûr'h›}ý"
  b"ç¸z\x05p├F■éì\x03«Î╗Þ¯"
  b"ˆ&›à¶\tO°…\x1D\fj\x18±¤~"
  b"ê'╠êÔLF_╗1ÑB\x19!ì┘"
  b"ˆT‹¹Ö½@ò‡±@„\x04œ·a"
  b"ˆ±Êo\x16x@:œºLd±\f¤Z"
  b"ˆ×\x05\x19\rzFj™œõXrf>¹"
  b"\x179ÞßìAÞ”õ—’YO\x1AR"
  b"‰f\rà\x12üK\x7F™üÒ•:Gª^"
  b"‰•Ëp\x19ÁN¹µ([Lž\x0FÛD"
  b"‰·Û!¼(H[ \x10_CÔƒñ\x12"
  b"‰Äh°€\eM\x19•O>\x06\x14) ð"
  b"ëÙ£\x16¡É@<©³═\x04¤Jmî"
  b"Š\x07¸×iÒHBƒ€#§×rOU"
  b"è »\x10Ée@rúõR©g\x04\x15Ç"
  b"è!╦æ±"O\x7Fåe²Uü(£\x02"
  b"ŠA‚ójHOGˆ\x07/HâÕÒñ"
  b"èJ6Ô<QHuâ╦­¤(vªÉ"
  b"ŠS¹–¼^Kù“”4º ÇÖí"
  b"Šh°Á^ùGȘÝt3«[Pˆ"
  b"èjç║@9N¤âÉ©l?▄6¦"
  b"ŠÏÇZm™HÉ—\rRB0\x01Õ:"
  b"""
    \n
    §.~)C\x03ºâ—ìÔÏÓÇ
    """
  b"‹)7èšFJ\x04™<“U|;îˆ"
  b"‹:Þ.C(H¢›(§'§p{"
  b"‹lù\r$cD\x03¿yá\x11y HH"
  b"ïá*ÿØÌD\x16░\f▓í"▓å"
  b"‹°l©ûVH¥¬O¾è®ó!z"
  b"‹ò2ÞÃYLë€\x16«\x0E½\x04\fÓ"
  b"ï§©¤x\x15I┬╝&òRÒ\vıì"
  b"Œ"÷—j?L8œá\x00Z:“MÐ"
  b"Œ7\x01íxÔ@Ь÷I;17Šl"
  b"ŒT\fjRæFô´#\x12ì#ÚŒÌ"
  b"ŒoóªŠ.MK¼—¦\x02ºÝ\x15¸"
  b"îä×¾ÝUL\x03ò`ïêÅ\x14J["
  b"ì\x04¼\x04<7CÛ£c/╣æ´9C"
  b"ì\x10Ò­X>@µÑÄ@ëÛÐw┬"
  b"""
    ì6¸eJÖG\n
    £®OFâ;Kg
    """
  b"ì9\x14pôíC£║─Í+éÓÀý"
  b"ì9Z\t\t$B¯Âè ÜoX.\x02"
  b"ìÆÌ░┼ùM[Åp\x19õ@═®S"
  b"ì¿ULoÆOÌÁêæ<D\x01\x11Í"
  b"ìã╩×>³EðçcõèY\x16┬‗"
  b"ìÒø╝B└O▓úüt!\x04Ù╦ó"
  b"Ž@6w×ÿD{³±,ç7êÌZ"
  b"ŽY\x06ŽÙKCÙ€Ûƒ–~æ\x12°"
  b"ÄjóD±IM`ƒn©üKèt_"
  b"Äm_)bÇBLÉ\x0F4Ȱz@3"
  b"Ž}Y\x07W\x19Nî‚VO\x1DJ\x18"
  b"Äí\x1E÷1°Lɼç¢╗h©\x1E:"
  b"ŽÛf\x13âEHʾ\x03õ>Èÿ"
  b"Å\x1Ak¿@mFeѧ\t\x1D+]6]"
  b"Å#<ÛgvFa┐ymü/Àé,"
  b"Å?\x07Ë£;Bl▒Æ?ðÇz·\x02"
  b"Å\p▀9f@m©\vIöÃ'´u"
  b"Åää-Ï┴LÃô\x170╦¡\x07"
  b"Åå2─¿ED\e¿S/x@p\x02]"
  b"ÅùV¤BrC;£░\x00&├©é\x1C"
  b"Å╚-╣¯&D╔ïÀV\x13æQf|"
  b"ŤPƒy\x16N‗║▄*?░j\x0F\x17"
  b"ÅÔBcYAJ└▓b@ï%─­\x16"
  b"ŧ÷.\x05zA░©ÈÑ\n\x00º│\x0F"
  b"É\x18Ü└╔­B┤áXÒU+\x13©═"
  b"É\x1C█`ÖÌIñªó╦ÿä\x15\x05"
  b"ÉîxB▄\x1CD¹¥Tûïq¨ß´"
  b"ÉÑçÚ\x0FùL─í▀:âo\x08\x08"
  b"É║╣ì╗§JÂ┐╔\x0E,n\e»Ç"
  b"É┼\x18ó\x06*Nñø\v\x1FÉûî\x18"
  b"É╩d\x01»éD1ƒV'Ç'ıæ\x00"
  b"ÉÛ\x18h\x03ÅC╬úë©ÈX@u■"
  b"‘Qô¥Ï÷Bê¸+&êyÖÕü"
  b"‘† \x16?‘G‹‚‘šÇzšG¤"
  b"""
    ‘¢HϬ§@O¦\n
    @‹\rËÜÔ
    """
  b"‘©$\r\x06©F\x1A­ÁÞ2Œ³jµ"
  b"‘®zýÝ€N.’ü:\x18ë'0Ï"
  b"Æ\x16L4 ,A─▒2l\x01 ¦Xì"
  b"’F—w¥eJ\x12«n¢H\x0F\r¬Ê"
  b"ÆS\x14┬ÒÞNh╝üÍ~ºêØk"
  b"ô\x02tKÈÄA\x11Â\x08%çü╚GR"
  b"\r|³ QDý‚l=!è$û\x08"
  b"\x141¢FæD\¹Ÿm\x0Fµûcw"
  b"“BD\x17ϵ@\x0E¬OöÕ3¼±\x1C"
  b"ôa·`║SERìí#дèÅ\x15"
  b"“uxÌç\x1AE6˜\x06†X¦ÂÃÄ"
  b"ô\x7Fá╝[+CEü]ïÝf:q¢"
  b"“ƒ¾â»òAꮓJd¬*Ã\e"
  b"“ÀÒ2KMA~»]2I\rÍ^þ"
  b"ô̓ĿÁNÝØsçu<(+©"
  b"”%\x1D\fg\x13G§¿<X³kÇ9Ø"
  b"”B ÜøGI\x1E—^¾ß‚®35"
  b"”NWˆï(@~º·‹­Z\vŸÒ"
  b"”N‰¶…\E_³NŒ!¤ÓWg"
  b"öÅèbÍnF\x0FƒgpÏÒ\x16"
  b"öØTÂ[ OܼMÜ6ì‗\x17ý"
  b"”í®-ÅÊA¸£B·žäu]b"
  b"ò_jü¸oHE©│(i\x17åæ\"
  b"""
    òؤt\n
    ÇD-│]\x1F\x07Oò■ï
    """
  b"òÏ▓d\x0ElEeÅg:┬█\x1FÂë"
  b"û\v─¥|{B`ü¼ ÑBòe#"
  b"\x16\x0FpC·±h«\x7Fô›ñT"
  b"\x1Dy\x04\x1D#N·¦ö5s\x17dÒ]"
  b"û$\x1AÇÅRGÓåL7·Í¼\x1DF"
  b"ûBı┼▄>F]ûpcıHÉ\x02J"
  b"–b\à\x02ÄI\x00¢hœ´eMI\x1A"
  b"–{È㸭Bc»¾ô\x04\x008øµ"
  b"ûÄüpÕ'AHíP­¤\x7Fmd6"
  b"–“&(×ÍC稜½zÐPæë"
  b"ûôM\x1F.ÉG¢╗×ÑZL8ô¡"
  b"û×2ýq\tCGö├ÆIqü\x03"
  b"ûÚâ2i%@ðìV<}HÀ!Ì"
  b"\x14Ø\%ªCü««»ùà%+\x00"
  b"—?\x11ÔñXJK–:\x0Fܯ¢ô?"
  b"ùÉÂú╔¡N)»7M[³&L0"
  b"ùÿ\»Þ÷H┘¥¡■ª«Åý¤"
  b"ù¡MsƒjLùüé═9\x1C\x07Ô\v"
  b"—Á.rÙCCn…L[Dlœiý"
  b"—ÍœpF\x18I\x11›è\x14\x00þ`ó["
  b"—áñ{v\x1FN–ž\f–õ‰µa "
  b"—í%\x00ô]I~£€¾w\x15,ýÑ"
  b"ù¯┌Ó)ÉE1¬ý ÿ\x1C¢F─"
  b"˜\fNØÐÓJ‰»\x05ÛADH„."
  b"˜\x19Ó\x0E‡iEã¥\x13\x1Aî®Nh¤"
  b"ÿ*~_³\r@Í│Å═3÷6{_"
  b"ÿSã╣Ñ©ChöìÛ┬x\t"
  b"ÿ\SÒ╦íBXàiþæü%i\x03"
  b"˜jÍõ\x12\x16@Ÿ¨Ffß\r\eˆ"
  b"˜¥`\x15ÑHL‡•«\x19í¸\x1F"
  b"˜Û3À’PJ:£´\x1A¸HŒÒ¨"
  b"˜ã\x03mŸºE\x12°\x1E\x07›É >"
  b"\x15½lþ·Cr°5Í—kòžæ"
  b"Ö\x1F$´ëôHdöÉ4Kz╦EÇ"
  b"™9¹þ\x14ùMù¬ú÷E\x02@ñL"
  b"™yhM±\x0FB=¸%8›ué‚ð"
  b"™ï™«\x03ŠFĸrpÆfi+ß"
  b"""
    Ö¹\x07¨\n
    ôLÉÉèÎC¹¯yG
    """
  b"š,ádÜhAƒ_Ì…¼%´\n"
  b"šu\x1FD–³B¯µ©Z\x13ÏJ…/"
  b"š R™$\x1DA[’K<Æ0\x01"
  b"š÷@|O\x19G\x00¤\x14·õ‹ ¶ÿ"
  b"ø\x1F\x11|µ Muì╝▓Ý»'Ç█"
  b"›4…C%\x00De‡[¾\x18´\x1Eãæ"
  b"ø[\e4W$M┘àP\x1E½XÉß┼"
  b"øîþ\x1Cä<@OÉ▓¦ÃƒR!¯"
  b"›Ó§‹÷¬Nm…ïO´˜¤Ø1"
  b"›ò\x1CûóÒ@¬°ÄCªG¨6Ê"
  b"£\x07ƒ0(:N}»û­▒DÉ<\x04"
  b"œ"‹]_šG1µã¢Z\x1E\rb"
  b"£$┤ÆHIAãç\x01▀êÅ_█ø"
  b"œB<øé(EM®•\x08ÔÒwÔÆ"
  b"œƒpo”©L‹Š&›'“ŒØí"
  b"œ‡”=lßD‡œµ‹¯ú]&j"
  b"œ½XAk)J‚Œ Á¥|„YS"
  b"œ¾?µ¦MGæ¾\x02Û3‘«õÓ"
  b"œÂ“XDºG¡®Mrk«2²³"
  b"£╩1eÊ\vMż├ÕPÍ║Éé"
  b"œêA?\x14¬@å–/\x10\fYt“"
  b"Ø){ë8!Jtú\x03!Ç¿ü¥="
  b"Ø/*nÃçB%ù«ÅB/7\eq"
  b"ØP\x03\x02i)K)»Ð\x19naá4Ø"
  b"ØR\x10o╣\x1FGíîç¢aZ$ÄÍ"
  b"ØæiÄuâGsÿþ\x1FWßR\x04F"
  b"Ø┴Ó└×U@;åÉÍ\x00?~¿Û"
  b"ØÌ█Ô▒\x12Kªª▄9éO┬bó"
  b"×\t\x12\x1Ai6L|ûÒÅÎèÒÊ$"
  b"ž\x1Cô¤\x012JoŠ K‘p{÷»"
  b"ž*\f!\x1AºCRŸ;Weu®¦Q"
  b"žDíj\x1Ec@þˆP6”\x04\x12­_"
  b"žN\x0F\x1AÀƒH.¨D»¤µà¿4"
  b"žT\x03ÚŠª@¯²Lš\x06jÇâœ"
  b"žU'4ãHNûªW¡]6\f¸L"
  b"žs=¿ò«Hi \x01\x06ž–¶\x1D¦"
  b"žÆ\x16eáiH\x11¤9\x7F\x08Wÿ3\x13"
  b"×╔ÏÞÅ├L│ë\x13\x14J╠g\x17 "
  b"""
    ×┘~ÕÂ<C\n
    éýìÍÁ\U┌
    """
  b"žû1êy:N/¼ñ#þÔ\x04Ìj"
  b"""
    ƒ"Í╗ÉqN=¬ÕP░\n
    ¾││
    """
  b"ŸL\x7FdT“MU¯À\x15ø….»U"
  b"ƒxº@ð¨LA½ìà)Ø╗$æ"
  b"Ÿ˜®ý†¨H†‡&\x1A\x06ñ‚\x11ü"
  b"ŸÕPJB\eB\x07±\x1EY¾3gÉ…"
  b"á\x02srz|Nç¢ÉèÃWÕ\vÀ"
  b" >/\x1D«\x0EO¡šºf\x1D!­³Ü"
  b"ám©ÏØÙM;Öm ïì`Âc"
  b" y´WU\x05Dµ¾5\x02‰zˆã\x08"
  b"á«j=ñmJo║Ó\x07#éìê║"
  b" Ûi\x03¦‚O\x00ž‘KBUùK["
  b" íüƒWÀNÀ¤Ý×d±ç\x05\e"
  b"¡\x08RgC1OJŒÄÃà’*sÇ"
  b"""
    ¡\n
    \x7Fv+ÐNwµ¯SH?‡È‚
    """
  b"¡\vå˜ÎþCó¾K_&\x19)ŒG"
  b"¡,¯;Ы@ÄœdÆá,ô#\x0F"
  b"¡/\x05W\x04ùA¥•ß*˜R\x1C1\x08"
  b"í7(~]ËB»│\t▒Åı\x07û§"
  b"¡:=&ªz@_•ÿwmZÎ2F"
  b"¡Ã¡·Ü±Mȯ^&¯ž€ç_"
  b"¡û\x03QÊiHƒž1•\x05Ž\x13©§"
  b"ó^ð┬\x10■IûÅ«\x13.«ã:)"
  b"¢t½Q!ÄMýªl[8ß¿ð±"
  b"¢Ÿb­ÆoB\r\x16á3Õ4©g"
  b"óÀ5\x02┴|IµüJ‗3˹xÁ"
  b"ú\x00¨¯▄│D·╗\e▀°\x0E\x00"
  b"£\õã’íF´¨b®Ô\x17;\x16Ù"
  b"""
    £’é4$šDѱXiR£W\n
    þ
    """
  b"£ªGDýSLÒžÒñj¾_ö’"
  b"úÞ^ò5§H┬üg\x03└[kb╦"
  b"úÛ░\x0FnùKùü¥²=ÍUÇî"
  b"¤\t~¢(;Nz©{zï\r¨\x00h"
  b"¤\x0EòÉÖTE\x0E\x1AX=°”¡Y"
  b"ñ\x1DÐÔZ]@ÌÀ)ÂíØ\x14¥¹"
  b"¤ZÔ¨d½OoŽAœE"ˆ»õ"
  b"ñ┼Ø×ÔÂIÌÖÓÇýÓþmÒ"
  b"¤èƒd\x0F\x07Ie¯Œðò\x1CK›ó"
  b"¤ó¸GÀ_CᦳÑwX´!…"
  b"¥8<ÅðÎK•»¨»\x15\x1Eåjk"
  b"""
    ¥_Ží\n
    \x10H¸„\x02£¯\x1FIâÉ
    """
  b"¥‘f\x03Ê‚Ei¡\x19Nç?2ü\x15"
  b"¥¸§®;÷Aé—®öéë/©Î"
  b"¥ú\x16\x03\x06|D)°çot`­IË"
  b"""
    ¦\n
    dÊùhJ:¨ìKËâ'_\x02
    """
  b"¦töÀÆgB­¾ç¯€&U<#"
  b"¦ñ‡\x0E\x05\x7FCܬ×\x06¯\x1ES)À"
  b"º\x0E¬¢*üG#»╔<┤ÄuþØ"
  b"§%ü&2íGÖƒ¯×v“ÃÅù"
  b"ºR_£┤iKæü\x1A%[\x14\x12"
  b"""
    §RÝ\n
    ¦ô@s¿QñÍ”7‡L
    """
  b"§fq&6\rE;°ÌˆP·½‚g"
  b"§{õÈ™ÜI;´\x02\x01\ræn"
  b"ºç%bŽB®äAÿ¶eìSµ"
  b"§ªÐk’ö@ ž\x14÷§ ¢)9"
  b"ºı\x06À\x157L\x18▓ıÉÃ%°aî"
  b"¨\x12\x04\x1DC9¤Ù~f\x10¯E7"
  b"¿\x1319╚1GÞ¥CüÑÉ\x0FƒÃ"
  b"¨tV’e\x1DD!¼ñ±µ t¬D"
  b"¨—aeD\x10F.¹V‘ÂÏj\x7F\f"
  b"¨›Þ­ÒÔHù‡cÚÓAÄ/"
  b"¿Ø7rHëJ\tûy9Ï\e\x02"
  b"¨¿ÄÍG\x03Hჷ)”Ý?¥Ì"
  b"¨Ó\x15úõâD]’\tªöE\eOp"
  b"¿ıÀ\x17\x03çC\x14Å \x1E║d█┤\x1F"
  b"¨ÚÖ[K%L>»m¤À\x05–Ê+"
  b"®T\Ø&KDmÂv³ÂIsÚ["
  b"©Uäo\e\x02Dû…Lô\x7FɰTÃ"
  b"©‹²ë©´Jê¨ÝkóLC¢\x01"
  b"®ÁÉ\x15Ý G¶ªí\r═r▀Öı"
  b"©Ãw\x1A\x1AŠLÊ•{$¿›®aw"
  b"®Ë[¥\x07█NüîqzßU\x01\x17"
  b"ªZ\x7FTs¹F™¶{³º;(Ö…"
  b"¬qıƒ÷ìG<©\╔╬│█Wì"
  b"¬v$UÅ\x04F‗áãC┬^¯▀T"
  b"ªyý\eÌA@›ª\x18Vòƒmðp"
  b"ª–#nQÜE\x08†e…x£QŽ“"
  b"ªÐA\x06&\x04E¯–Ù\x7FƒðXU"
  b"ªñQ÷ò1F\x1E»Sj¨WÇÈ}"
  b"«\r%E†Ú@¨²ÐPm\x06F\x1EÍ"
  b"«\x132$èTG…¿\x03ùmϲ\x10"
  b"«*ðš\x10 Hs“à·¿\x1D45d"
  b"½Vfì£\x7FA¯ç▒╝ê¼0W`"
  b"«cW<ÎêKZ¿¬Z¾8ÃÓe"
  b"«d8\vVæOÌ´K/{ûßÉ\x7F"
  b"«n\x08ÿiwF\x11¾7‚ÿ\x05ÞvQ"
  b"«‰C{àEO\x19²€\x06\v\x00\x1D©É"
  b"½È\x12¸\x17zF╗»>k\fÐÝìt"
  b"«ü¾Ï\x18\x10E\x19—¢¹½\x05cls"
  b"¬–Ë‚aEK\x7F€€\x03IpW£Ý"
  b"¬É\x10\x7F\x15I}¨’ƒµ]SpÉ"
  b"¬ÕþiqéM¤Šš˜ï4£Êt"
  b"­$FZ\x08ÌO³«­ŠÒYW\x19¦"
  b"­)\x19µ«—J΃ÏWh\x13òh×"
  b"­^?Âë³D¥¦¸³”І’#"
  b"­s¦·=3M\x04ŠvõÔi}Æo"
  b"­„°'ä\x02D\x13‡œ¸òñ[’Š"
  b"­ ;#Fç@½£\võ$[Ž`?"
  b"""
    ¡Êÿ©\n
    ûB5à┬\x07dZ\x13\x04ì
    """
  b"¡ÒL]o&E\x16Åõ×ÒE░|┐"
  b"¡■■f¹ØDâ┤\x00\x12\x0Fù%"
  b"®Eû;\vÖM\x1E¯‹\tM>\x03"
  b"«U}Á╚ÁB(¼[ù┴ü╝╠U"
  b"®›e¼0QA:Ÿ\x7FÅI\ržéŽ"
  b"®¯%\x114+Hg†v¥3cÛ¥\x19"
  b"«³\x10▒¡sJfüööU@@FL"
  b"¯\x10\x1C³~=K\x00³j¤XÔàxÞ"
  b"¯$x—‹ìD¥—¹ú\x11MÖVŽ"
  b"¯h«´Ó¯N˜\f\väCV4\x7F"
  b"¯m¨nÓßDõ·‘kë*»”š"
  b"»ö0<kSC¤×m@Ék\x01Ʊ"
  b"¯À¸Ók!I\x11¿\x11SaøzËœ"
  b"° NaŒ*Cþ‘x¯SœoÉd"
  b"°%Ê;„ÐB6Ÿ€;Pêqu€"
  b"°HÎvQ‘DF³‚Âè"s©Y"
  b"°O9g„ôOë¢\x1Dw¿|\x1Ez="
  b"░vÃÉD\eCg«y┴õ\x7F\x0EÁ¦"
  b"░ì<"\x1AÞ@ÛÀ \x7F<á¤4¤"
  b"°åp\r ÄI©¦Mf‡ö‘.\x05"
  b"▒@%ÿ=ûBpü\vQ¦ã*ÉS"
  b"±M¬tPÙEJ®ø\x06-=\x16"
  b"±²\x04@â>H?¬¶Ødúür{"
  b"▒¥Ã▓ÿpFÛ®^ɾ¿Ò┴´"
  b"±É–•K¢Eƒ¬Â¹¹ÊïMZ"
  b"±ÿ‘L­ˆKã•î·Œ\toÜ%"
  b"²HâGX\x1AB"´æ¦“C—a\n"
  b"""
    ²N\n
    ý'ÙBô®?ïµ\n
    þ¸\x06
    """
  b"▓O‗í▓6Bðñ3▀░ÈìÏ\x18"
  b"²ne±Ý JP–{j¿þ7ó@"
  b"²†+–v…D\r ØÖŒÙì”Ò"
  b"²›dàk¿Fýˆ¤ÍÖ~u­ì"
  b"²®w\f(ÈAî•}%lm²vÜ"
  b"²ÚØãÖ'A­·¡føÝ¯;/"
  b"²ï6’-\x13I‡¤:fsÀœ+>"
  b"²üªo—©A\x04ƒ…Å¥ƒx\x19^"
  b"²þC:£…JС\vløà\x10\x19Ü"
  b"³+°5GÃFý‰Z\f{­ûU\x19"
  b"³{‰?¬½@(½¤\]Ìé\r\x7F"
  b"³¡T\x1D¾ŒE§¾aBh·ãÄÀ"
  b"³°å<í\x1CCGŠ%S~\x08\x1DõM"
  b"³Ì²¬\x14Â@ƒ¡Ñ\x11\x12\x08ÿß3"
  b"´\x08\x17P½ÌJš€$µö~ð@X"
  b"´\výD\t4Nª¨ßqH벤m"
  b"´;5\x16$öD³À¼°“<Œã"
  b"┤Oë▓╦BFñ¬╬\x11 \x00Ž╔"
  b"´_6ˆ\x1C¬K¥º\t“­9\x01Q–"
  b"´`x‡…\x10BØŒZà6Y÷åd"
  b"´d•i0\x14D8¨\x14`ܯ·PÈ"
  b"´—ÞKšÛJ·šÙ\x19¤lÙ\x08z"
  b"´Ÿæ|Ò×F)‚™ò‡>vÊõ"
  b"""
    ´¨K)\n
    6J5“‚¥«ŒQ|“
    """
  b"´°þ\x01!¡Mlj؋)¸Ì‰è"
  b"µ\x02HV\t¬M#…\x1Fß\x04$¥Ç÷"
  b"µ\x13\x06\x7Fb·FÞ›¡»æ@>ÒT"
  b"Á ÝÅ╝╬F/ôæùe\x13ð╔ù"
  b"µ;¼dçwMº ¯°¬\x03kx·"
  b"µ?¬vO\x08K"¼\x05·{ÖÜXÂ"
  b"µ@ƒÔS"B—«\rÀ0±Âå\f"
  b"µ\Ùµu±N!±È–K}6r¦"
  b"µcõ¯ê»C—…:cjØe\x03ç"
  b"µf+¼xè@ˆ´af¨ö\r"
  b"µ¿J£‰ÜJJ›M”\vˆùÓ\t"
  b"ÁÌ@H¢CI3¥Å\x15¹Ü*Ü\x0F"
  b"ÁÒ‗¦¼&EúüÆ▀Qe╬è2"
  b"µõ]\x03\x0F\x7FK\x0E²Jë,ô\x07/7"
  b"¶ :.ÛôA\x1C¼(Ó´ŠÞž\x10"
  b"¶9ÿÜC^B(¾\x1D²úîGÓm"
  b"¶¨\e4A.J•™Ÿl•×>¤\x1A"
  b"¶ª«¤"hB?¢)³ÞÈ\x1C\x1Ez"
  b"¶óèOr\DÉ­(a¤\x00ÈÂo"
  b"¶ü]™7\x7FI)°¨µK9KcÄ"
  b"·\x07\x00¨¨M\x05‘ð™†:ââi"
  b"·\x19•x\x15ûE+ˆû¬\x19ûÉ\t\f"
  b"À4CÌ│\x14B│óÅ·\x06\r┐╦,"
  b"·H„\x05˜PBW€¸Mâ$ÀÅ\x06"
  b"·IÙì«ôNà‡×_癜¦K"
  b"·W~\r+\rAõŽ€\x17ì¢ø\x10ó"
  b"·ZÞÁoNGg½Lüª`CY$"
  b"Àz2]·äM┴ì\x18=°Ìؼµ"
  b"·ªYäy1N.©p\x01¿R3i\n"
  b"·ªívä7BÝ”1Œ¾ŽEèÛ"
  b"·ÑŒi+\x7FHë§\x16ý6ò\e72"
  b"·ÖÉ\x1A<ÍIê’ÚŠ—ÎA\x12Ã"
  b"·ìO=ªØF>¶è\vž¤aGy"
  b"""
    ·òP\n
    ©–I4¼\x0E›©·(\x14Ø
    """
  b"""
    ¸\n
    \v_\x06‰FN©\x08ã-Ð6„\t
    """
  b"¸8WzMcAR¥\rg̾\fUl"
  b"©>║rÕLJ¿ü\x07eÝ`Nô¾"
  b"¸V`£û°@p³,\x00§jk˜Ø"
  b"¸k¨„t—MÄ—Ï)›r‘vÝ"
  b"©Å¨▒ß─GÁØ)ÈqÅ^\vê"
  b"©ø├÷W·HÊø°©▓;×▓Ø"
  b"¸¢›—‚„GŸ³ ž#Ф~å"
  b"¸Äχ~²C¿’¯\x03–]K@n"
  b"¸Å\t\eŽ#G„—J20 ×¾û"
  b"¹\x1AðóÜ\x05E/‡‚\x1D\x11€Ï\x01'"
  b"¹í¢l&žK\x15¤œ·µ\x13Âkü"
  b"º ×ýUµNÙ´NÏ\x04~\x06¡["
  b"º(ì°œq@ΡÂJURÕ–±"
  b"""
    ║ÇkUf\n
    O_×─y.\x06Ø$\x05
    """
  b"º£\x0EöɘAØŸ¾6ý\x18X5i"
  b"║¿$ÜSàF®Ø\x03▄cU┌\x03\x03"
  b"ºÉ\x15Õf€Fj‘m“¡M.Û`"
  b"ºÏ?»?0KÊ EžL¦;“"
  b"»\x02oæ¦\x1FI\x1Aµ›3}™Œ8\x02"
  b"""
    »\n
    Ú¤ÀAEG¶ð‰Zú¹\eç
    """
  b"\x0FÄÄ▒WEäñ÷K┴ì­ð("
  b"»\x16þ–º~O‰“XÉìÚöä^"
  b"»SÞ±\x00gM_±æN65\r½ä"
  b"╗_~郱OR©T\x07\x00"█MÉ"
  b"»l\x15pd\x10Cœ›Nou]°L\r"
  b"»z‹öW3O§£K#Š\x04\r[u"
  b"»¸åÞ‚‹OA›`œY‰çQ["
  b"»º ¥Ø\x07EͶcå»Iî‰a"
  b"╗┐V\vX\x1CB║®üÎ\r▒¤Å\x01"
  b"»Êíš\x00ñM›ºZüá'¦M\x00"
  b"»û¹sýƒOλW\x165ùü\x00ú"
  b"╝RaÞHÔD\x1EÅ\x17ÔÙ╚{═J"
  b"¼aZ\x0E>…CךCT]\x03‚CÐ"
  b"╝öÆÆÝTA ¥¬CÜÅñcw"
  b"¼·\x190\x01¡N ¦F£Ÿ)Hû\x7F"
  b"¼Ø¸üˆ(M –Üfš´:A·"
  b"¢(µ\x04!êF\x16Å9«\x04\‗ç6"
  b"¢ïþ\x1AÕ│M\fô‗s§Å\x1C\x08\x17"
  b"½žãÒü8Nµ˜‘1„ 9ûæ"
  b"½º23mÑJ\x1A ùzÈPìlÂ"
  b"½å`\rû\tIj¨rk3—Ò\x01£"
  b"¾\x17T\x19€ü@T¤ì&¼\x04íð÷"
  b"¾,\x03<¢÷@+†¸æ´\\x01"
  b"¾<X«\x15âKéŸNp[þÜ|ã"
  b"¾Q\x0Eè2*If‰“d¥\x07³´1"
  b"¾x!6\x07 E\x00•¤áHî*ã“"
  b"¥ëü┼QıN宣¨╩¥å┌¤"
  b"¥Ñ╚ò,\x1CG¥╗ÉÈBñ▒¨\x1E"
  b"¾ä%r‹ŠHý½\x1D\x14\x1A~êgÀ"
  b"¿\x0EÉÝ2\x02N´ŒØø5I¤U˜"
  b"┐a\tØ\x0EÂF=ê¿áhüÃB}"
  b"┐b®E}jMØá\x16¾t¥\x0E"
  b"┐x\x07(ÕÑ@\ré!_\x1A83É¿"
  b"Àkr­\fn@µŸ\x13Žš”ŠXg"
  b"À…%R×\x06EÌ©^æ™\tš2j"
  b"À–i%óÈ@\x07¼–é+D!2H"
  b"ÀœÑô¼ŸD[©ejÐüU\x15å"
  b"└í█ù\x08╝LQî\x18É'ÒA\x07q"
  b"ÀÑÔ´U\x19H¥Š,ãì`)‚\x03"
  b"└Û%í9\x10FpâÉ·░─┴Ú\x02"
  b"Á\f]Á¶™Kï›W*ù,JÄ÷"
  b"Á>P®/\eJí·|\x00ºu\x12"
  b"""
    ┴fó'█\x1E@ÎÅ\n
    ì\t'öëÞ
    """
  b"Á—ŸóU¶Mß±S­üÚ\x18ôF"
  b"┴ÛHMxäNØì┬Ò░îÄ\x06\x14"
  b"Â\x03Ãn‹øIçœ]ÓªK2 \x05"
  b"\x106t³YA®ÄNØbÓÅ9Á"
  b"┬«zJ6`K»Ø■4ß░Kõñ"
  b"┬▒WB\tkD‗ܹ\x08»Øª┐─"
  b"Ã\x13ǶWmMi…œ±ûx–\r("
  b"Ã,ú\x06˜·AW‚Ø\x1Cï.n[x"
  b"Ã_\\x16Ë\x0EJº¨2Ì‘Ùðt("
  b"├~ÿm═\x03GØûEµGoÎ┤Ç"
  b"├ê¸êÉ\vGîÂ\x0FÛ+ÓI4¨"
  b"ÑÎÕ¦\H\x17²×¸v\x009˜§"
  b"Ãõ\x12Ü;mMô½€\x04½¬\e•Ó"
  b"""
    ÃõÉ\n
    \rGbŠG\x06 oqdô
    """
  b"─*ÜÈ\ÌDqûJ┘K▀ëÄü"
  b"─ü;à'\x13M/½┤\tÊ\x00╣;\v"
  b"Ä—øTû¹AÃ’Cæ'F$ýA"
  b"Ĺó©*\x17IE pêêEv¶F"
  b"ÄÀ\x028º`M‰€—‘:œð‡y"
  b"─¤p╝½)B\x01É¢pÚ│┬=Ó"
  b"Å\x0EkÐôQGVŠÛÔ°¤‰\x00â"
  b"Å\x18WïÅÈIÀ§ž;\x08\x7F\x16?"
  b"\x1Cüãþ2Lúÿ\t¡S╣7\x02"
  b"Å@ü…ç;@\x1C¥pƒ§ulr4"
  b"┼o»ùÒRK‗Æ\x045eÉæÕÿ"
  b"Åqž¶\x16ÛJΠªU»cn‘ÿ"
  b"ÅsN¨@\x06Lâ¬#êæ—KÙW"
  b"┼ìé¸╦8E▓®¿lCíüñó"
  b"┼┼v^GdJ▀öØ>\eiZ╠d"
  b"ÅÆ4¡\x1D!H"»\x07€ã\x00Ã¥M"
  b"ÅÖ…*JvGË„ðsxÑ;\x18º"
  b"Æ\x10ÕJ=\x01O¹›˜OŒ”×\r"
  b"Æ;\x1Fp/FF™«Þ\x14{'Lÿ2"
  b"Æ=w\x19ë–EU–9'Þ~B\x00\n"
  b"ãƒØÛ/ÔE\x05×\x15ÄôÐi\x0E6"
  b"Æ¢/öâ`C\x1F²+–R\x07!_#"
  b"ãÐ~\x03~TE\rúØÀüO╩s4"
  b"ÆÕí—IkDY‹)\f\x06Ÿ\x13"
  b"ÆÚò¦;VGTšž\x19t†_ä\x1F"
  b"""
    Ç(õh\x10:D\n
    ©\x0F½ï3ÂaL
    """
  b"Ç;² Q\x14NŽ—\x1ER5J\x1Fß\x0E"
  b"Ã|ë-┬:H£Ø\x0F|\x1A\x1E~D"
  b"Ãëày└ÉN\x1CèϦ?§ëÜ"
  b"ÇîÊå8sLz¥\x03ç¤\x18C™·"
  b"÷èÑ‗·Oiÿ awXJ╠Å"
  b"Ã■\x03\x03MH&ï\x1CUvì\e\x01"
  b"╚2ü¤ÕÊI║é#ÑÍÎ\x10"
  b"ÈS›¾?ñH\x07¸z\x01\x15tö|•"
  b"╚\└/╝yF┼êú¢zƒÉk\v"
  b"╚üªÄØ‗JÖúÏ═4!²[¡"
  b"È…X!P/BN§#HÝ£‰µþ"
  b"Ȉ}âú¯Nñ¢\x19éÂ\x02ܸB"
  b"È¡\x129}(M\x16¨8ÞŠ\x08'[\x12"
  b"Èój£H\x1DH§¶»çù˜~\x02×"
  b"ɤ\x1A‚?‚E–·oÎËw¤\x1Dš"
  b"ɯTÞÞÑ@\x1C™ÞØÏ.5÷\x0F"
  b"Éý]|&×Aëª\x17HªHRù8"
  b"Ê\x1DóÂØæK\x1A¿¦OŸöùwn"
  b"╩>§m╗TOˬ*^í\x1A^VÅ"
  b"╩LìïþºF2ûXͪ\x10\x13ç¤"
  b"ÊOÀ\fޝL^‹ÉeÂ\x03BĦ"
  b"Êl¼7ØÊJ‰µ]µì®Ç£V"
  b"Ê\x7F¯Š¡øK@›úªÿÌ7ðÏ"
  b"ʈˆsßbD6¾©¡—\ru+`"
  b"ÊÎE­«uJ\x18«5^è\x01¼\x00´"
  b"Êñ:ë”%DfŸçB«³¥I±"
  b"╩‗ôE6═Cöª4®á\x16ì°©"
  b"Ë\x1Aqo\v•K,£º7ínÖÍv"
  b"Ë\efuôöIl§žš€Êg~¡"
  b"Ë>˜\x13\x08WI«‚ÿ(™¾éÌ_"
  b"╦l\x15ªÙOBÀÅÁð#=j/e"
  b"Ëv4ïâE¯ˆ˜í\t\x06<\x1C"
  b"Ë€j°Á%Eé¥å¦Ä…œ7é"
  b"╦Å6Ó@²@■úÓïɨa¯ý"
  b"╦ö╔╠@ÅMQò▒uv\x03\x00 ^"
  b"ËÊ»E‡dNÜ€;I¬wÿºá"
  b"╦Õ¾±Ð]@ØÀßÚ\x0Eñ¦5ê"
  b"Ëÿd¦²‹DLŒ©’//AðÁ"
  b"Ì\x02^r »H4¹ÆŸ†À\vÎ4"
  b"Ì\x1C‹ÚM›FG‡\x15;y\vö\x11"
  b"Ì L7«ÚJä»\x14]\x02h²Ç0"
  b"Ì'‡’µÑEª®»v6|m\x11\x04"
  b"Ì/Ï\x0E¶O4³³ë-߯®Z"
  b"Ì:\x10Pë×A\x07¤Õi_(Qã—"
  b"Ìw‘^ÅkD¶›2¶,“9©\x10"
  b"╠âÒ■\x032NÄìo▀«Ç╬‗ª"
  b"ÌÒ:VÒ†J\x16Ž1¹Ï°\x05"
  b"ÌÞg\x1AdHDf„\rì}àfs\x18"
  b"╠¹H┤╦YEÉòøàÝwa{┼"
  b"Í!Ê<&çBZ¶°\x08\x14ùÌlŽ"
  b"═< ó+pJj¥$<ÅÊ\x07è─"
  b"Í>ÎRX¿MYƒa¾pÍg?>"
  b"Íkõ²å7G\x0Eƒ´ZòËy\x02é"
  b"═ü³-À§GÊ▒\x03╣ƒê&g""
  b"Íå$Fm¸Gl‹\x17U¨5Î\x13%"
  b"╬>qI^\x18IØÀıa|Q\x00"
  b"╬]£4mÉB┴î\x17l¿pó1\x7F"
  b"Îzå'\x1C{FL¯+¾S&UrÉ"
  b"Î{Ú1Ê\x08E+ƒ*E<çxò"
  b"Δw\x1CȰJÔ•ÔÙ…i¦¬ "
  b"ήxJ\x1A|FŸˆq·ÑøTÕÕ"
  b"╬■\x1A8ØmLËü*\x0FýÓiÀ3"
  b"Ï\x00ß¡Ë\fJ\x0F ðÕ³p\x7F|\x16"
  b"Ï\x01\f¸ŠA{šàq\x1Dß·\x1F\x02"
  b"¤\x1F7ÃGÅBùî¬Àt"R╝\x11"
  b"ÏqØ7Ç„G\x1D«môu…}\x12\x0E"
  b"ÏräoÝ'@T•Í8vjŸ[þ"
  b"Ϫ“!³3Gø¨P\x19¥ó¾Í,"
  b"ÏÂL爢Dg³ò}‹œ^,C"
  b"ÏÏÙ6!óKà´j\x08ƒ°‚¦\x10"
  b"ÏÝdËÝüBä™kW{·&Ób"
  b"Ð\x01ˆÈS·Jx¥OMSÇ\x13§J"
  b"ð&?3\x15\rB\x17«n´¶ä\x01É0"
  b"""
    Ð*dîÞÛF*ŠÀK˜\n
    ·\x7F\x17
    """
  b"Ð+‡œ\r~H4¬\x150\x15tV\x1A¨"
  b"ð/║~ü®Dáàøj½ô«µw"
  b"ðTwù¼OI\ÉÔþWlï\x0Ex"
  b"Ðxi\x16\x01§CTµÊúQÅ0=D"
  b"Ð~´•½jJd°(ç¹}£ç\x19"
  b"ðûôÐǽJ¦âC@ü▄©r─"
  b"и+PM‚J=Ž"P· ÂRB"
  b"ðã\[ê|LØî\x08\rC)vQ╝"
  b"Ðç£9³¬Gï«Õ¬©°Nãé"
  b"Ð\r@]‗█G║ü└Qý#¥Ö│"
  b"Ð\x12M═£ÅGó░ºô)â─X\v"
  b"Ñ¡"ËU£LDŽ~–O\x03XKØ"
  b"Ñ¢Î%ÎÄFµ vϰ1ŽeF"
  b"ÑÊ-5Ú#L—±Þî\x062àøY"
  b"ÑÓ°5J|E1©v\x02ÜT\x1E¡À"
  b"ÑûÃë²\x1AL„¥,ø€û2x‰"
  b"Ò\x1F\x15†Á‘JÏ“þ\x17ñy«\x01"
  b"Òff€\x12ONG®`çAÜò\x16¸"
  b"Òz\x01[\x132C?‡dÕ\x1E——l\x04"
  b"Ò‚ùƒú¸MʳیÀ‚cá»"
  b"ʪä£áöCh¼\x001ÀÃüSç"
  b"ÒªO'ðœK3ÂÉ÷A4\x1E"
  b"Ò¶\x02\x04$ÿNy¾Î„¯Ø\x02ç\x10"
  b"""
    ÒÄ«\x02\n
    ILã¡0F‚óþ$C
    """
  b"""
    ÊÎ_(▓UK\x13ê║Ñ\n
    Óücð
    """
  b"ÒñÙÁÎ\rB1¾\x13¡Í\x13fÎô"
  b"Ë\x1FÐ│´\x06JÁØ(\x01!°╩Ç\x05"
  b"Ó8쥋ýFª\x19&·hï]="
  b"ÓNI\x00ñ§@ª’5PQ”o‡\"
  b"Ór\t|ÑYEðš;¨ Èž\x19X"
  b"Ó†ÇÅ <F\x03¦=7xL—O<"
  b"Ë®Ø\x00ôöFìÑE)FÚ«ô\e"
  b"""
    ËÐã┬Þ\n
    NkÅdK¦Õ\x18f└
    """
  b"ÓØìLwÈJã–eVÙ?&AD"
  b"Ô\tWØ[&Nm¾<ìzÔÞ1“"
  b"Ô>ùÓ²(Hà§ò¡\x01M¾`\x11"
  b"ÔY-Ž.-A\x02¼hœ‚æ³jQ"
  b"Ô^Î+\x19·L”‰ßö!/ÚóT"
  b"ÔqÓâc\vMäŒoTEU$„™"
  b"ÔŽmA\x1DjOÿ¢=ùñoŽ-"
  b"È░øÆ{ÅISÂã \x19\x01¯±Þ"
  b"Ô¸éÓ`wNºªËÓð¯iMé"
  b"ÔÆÐ\x12ï?Fyœ#_úáº0""
  b"Èõqü\x18kN\eÅÄZ\x06ƒ┤!\x01"
  b"ı\x19ÂMZ[FÂüuÊÊ,©ÄG"
  b"Õ$FRÚÃMâšT‰6\x03\x0FJ0"
  b"Õ3¨áÑóOƒµºà»ýÙ´["
  b"Õz†1é›Oަ¼æ\x1C³\t¨Ä"
  b"ıà×╬v(BvÅ»\x12Ör│¶\x17"
  b"ı®§ÉdlL°éjÖï╬\x07µï"
  b"Õ¹…á^\x7FEü’'­©ÈfYí"
  b"ÕÙ^Mv‰H £å>22k3U"
  b"Õðl\x05$ Dê–\\x14¡\x06\x14\x04N"
  b"ÍÜGǵ>JÄñ:P=\fNü¢"
  b"ÖšKT0\x00G›¢\e…"\x00\x19\x1A%"
  b"Ö»\x7F@ýŽGò¤Zb¯É½<\x05"
  b"Öä7$ô[@y”Oç—\x006bú"
  b"Î\x12n\ÅéF\x1AâÙ╠\x0EÛ\x01öJ"
  b"Î4Ìn╬êEå║Åá┤T\x1F\x7F/"
  b"×`â§á.K\x0F DQ¢¥½ÓÛ"
  b"×o:‹\x12´B9»Q¼J]hÏ6"
  b"ÎÖû0P¯M÷ôNûqj{\x1EÅ"
  b"ל\x16Y%\x13@Ρ=­h²¾|‡"
  b"×ÍKC–\x02FÒ¸·Zž\x08\x13Ý\x11"
  b"×μg$ÎI9µ¸ï‹eù\x1EU"
  b"ι0 âñD■©Ø7ñûU╣ð"
  b"Ï\x16\x0EüKL\x11îࢤ│/Bı"
  b"Ø…\vrNXD´’å\rËç0Ïè"
  b"ÏØ¯║i§KAàk\e'pD\x1C{"
  b"Øž$»u"FfÇY¸‡\x7F"
  b"ؽp(\x14nMqª ­Ä(¹Áà"
  b"Ùj²ÒH‰N0¾ü'ô\x11ûðï"
  b"ÙpgäñàAù¨ê+÷ªiŸk"
  b"Ùu㓞¦DÜŠï9\x1FªÚB›"
  b"┘Ò~2ì│Lßç░ÊÇ«\x02Ñ+"
  b"ÙôO60jM\x1C›ƒXƒ34Èd"
  b"Ú\x0F«w\x19AH.™\x7F£½kºÕ•"
  b"\x15°hÏüG(ªG!ÂÒ±G¬"
  b"Úe"\eÆüF®ƒ\x06Fn&äÐO"
  b"ÚnXê3@O]›’\x0EX\x13:÷X"
  b"Ú¾\x1A)hÌBºž\x12¯\x13R)*¶"
  b"ÚçÛþ“\v@øµ~sF÷|B%"
  b"ÚøÓ\x15ÚqG\x19 \x19;„\x1E%\tq"
  b"Û2ú{Ò\x10I\e“ëÚÙeRuÂ"
  b"ÛN\x1FHÕ­HR¤™k7\x13Lø±"
  b"█ëDñıþCää\x04z&‗ü²v"
  b"█╗9¤j╗MÉæÎÆ▀\x166«³"
  b"█Êß\x04\x00xFüÜ\næég╣┼k"
  b"ÛüËñ?\Bsšß×eåi\x03D"
  b"Ü\x01´«‘žF‘•Šw\x0E\x1E„W="
  b"""
    Ü=í:¦OKá“Þg1\n
    F*â
    """
  b"ÜB\x7F)´:@4•Çž¦èú\x11I"
  b"Ý4æÛÎýHʦvÙ€DׇÂ"
  b"Ý<[Šp|A•ˆ:ëùiº"5"
  b"ÝWY¦±UJËŒG\x02álW;A"
  b"Ý_—9œuMÒ·Ø z\x13Zx\e"
  b"¦æ█óHÆA¡¥\x1Eü░®¼\x02="
  b"Ýσ^j…@3šÍôüÞm"\x18"
  b"ÝåäïªuKL›j‹\x0EÖŠª%"
  b"Þ\t3J\e\x02B ˆ·\x08~;ö\x13Ç"
  b"Þ(MêìŠF5ƒpC1¬¿ä\x11"
  b"Þ2ä\x10G\x1FM^¸Õ%\x00ˆ«VÒ"
  b"ÞH\x12æn^Aë®êY¢jStì"
  b"Þd²j0–Fü‰,Ë!\x05ÕÍx"
  b"Þ =P4ýG7»óš0Q_xÍ"
  b"Ìíöt\x05ÆA_í═%yHìI╚"
  b"ÞÀ\x08-ÆóM3•²E‡bèÿ "
  b"ß\x05r÷¥­E!¶Sþɯa˜³"
  b"ßgl ùÜH\x02³…að\x03wÞÿ"
  b"ßr¬Ó¤\rFØ–œö¸â\x19"
  b"▀ÛÛlzñJà░tÌ\x124─;Å"
  b"à\x15ññÊ\x14Nì±Üÿ£“F<Û"
  b"àŽ\x11\x05ašFÌ™{\x18ŠUI|o"
  b"ÓáÞÐS╦LÍ׃░├┼ì\x1Dü"
  b"à½Ô"ˆ*Fç‹^2flE g"
  b"àçX*|MèªÉ\x16¡ª÷¢j"
  b"á58Nè=Eq‚”óÓü<\x19ï"
  b"áO‡\x16¸N@È…~\x7F\x15\x17·rL"
  b"ßO¶└r=MQñzßç\fõì3"
  b"áw7á¸0B •\x00›‹¦*òé"
  b"""
    á…î\x02ÓµOﲟáÄ~ª\n
    \x13
    """
  b"ᤄÃÑÖIâ¯jÅm|q«º"
  b"áñ\x18\eHhJC°‘öF¶½<\x19"
  b"â\x17èO\x07^B_…\x1F—4\x11E“l"
  b"â“#«ZéD\x10 Ä\x1Eq\x10a–6"
  b"â§<F†8L*¥K8%,µŒÈ"
  b"âÐÆ\x04¡<DN§—fpæcQ\e"
  b"ã\tqîßGLž¢˜\x05`\x11(¿)"
  b"ã\và\x14Û Fâša.ªÊw›Ÿ"
  b"ã$_¾\x10„D—‘ÍqZ\x1FévÇ"
  b"ã$ý\v\x05¢C«ªfvÎ{NBK"
  b"Ò/╚¡\ÖH-ƒì═«޺E"
  b"Òi¹ÖìÉ@ìù£«¡\x1F3¶$"
  b"ã´-¦ÁˆGÑ¢\x07Ã̽mÛR"
  b"ãñ–ËåaC‚’oÄ\x19ZNëW"
  b"ãø¹úOÈ@ݹáakÔiÙ\x1D"
  b"õ;ÓhP\x04J\x07ÅdþÔ├g"\x13"
  b"ä?2™%­@\x14»Accí\x01"
  b"äC'4\x10MJ«žf\x01Ö\x14k¥Ô"
  b"äœä\x16øÄFÖ¾5\è_+çP"
  b"äßà•ÒlNq»Wy\x02lkL\v"
  b"å>_o¾VD}¿Ë†3V²Ìü"
  b"åÁè\r|þI\vª+$ýz+L\x0F"
  b"åጌ\x06 M\x1E„rº\ra!ÐÜ"
  b"æ\x17/?TåGë–ªy³7©Ò¥"
  b"æ#µ¾l€@i¦í½\x1CH›¸\x16"
  b"æ.¡\x08t\x16Dš‘F…ŠÂBàÚ"
  b"""
    æ?#Œ¸ºL†‡Œmû\n
    ‡+u
    """
  b"æF\ts!6GŸ®:?S†Ÿi_"
  b"æMçòVåJã„ð ÔÛZÔ\x1A"
  b"æ‰\x06!ÒIJ\x7F®úÂf®÷—«"
  b"µÜ?▀tíFðòë\x1Cp©ìïÓ"
  b"µ®Éõ\x1D\x08@Ãî\x1FKËì\v\x1DX"
  b"æã„^W²KA·ú\x12$qí0["
  b"çj”ýOäO¹³?Ð3,”…9"
  b"ç‚‹\x10ïáEÌ»Êæ‘žø0]"
  b"ç–t›FPGªƒZTÐï\x19`K"
  b"ç¢ÌS\x06åF\x02„V\rÎÚÎ\x12¡"
  b"çµ²év¸B\tŒC-\x15Ÿ\x08íþ"
  b"þÃlض╣L└ï»ø┼¢ÜËÖ"
  b"è0¶’auF§«n;°\v\x7FÏ"
  b"è‘_)0~E‰¬óö¨‚Â9Ï"
  b"ÞæÁH¸åO"╗ع╦*wM-"
  b"踼Ù2pIǤm\x00*¹Q‚é"
  b"èÏŠ\tÖÍH,Œ3\x0EämJ+9"
  b"é\x04=ô,FG÷¹ŸYÞékMf"
  b"Ú\x0EqÈ╚þO°ƒ\x14└┴Ý▓ÑÉ"
  b"Ú\x1DÜú7î@dáÚ:\x1E¯╔ü"
  b"é{Ð\x1F˜9GB ¨X<fžIÃ"
  b"ê\x16ž|n"@\x17‚"õü‰T*œ"
  b"""
    ê@\x10\n
    \x03²K9€£T¢Ÿ‡?ç
    """
  b"ÛØ©2╔jBëƒ1\x1EWQ\x7Fç;"
  b"Û┤b¼hôEÅà1`é\x0Eb\x14"
  b"ê·@ù|ÇF¬Ž°Æ\rq±= "
  b"êã¿@\x11çD>¿W¡\x12+…Â;"
  b"Û´ûŸ\x0FAûÇ╝=Ò┌ØA\x01"
  b"ë\x04UàtîJ\x0E“–Æ•’³‡("
  b"ë\r\x18\x17biOî¬iø&†\tyu"
  b"Ù>Óòë!J+É\x08ðá\x05Ùë\x1D"
  b"ë[­‰•ñF\x12¿¯×žUk¼b"
  b"똔\x11\x00\x19C¦®VeóKpã\x1C"
  b"ë©Ü6¬€Hùš‚Ï6ÿ;Åú"
  b"ëÄP(†)MaŒP’ž\x17\x08£"
  b"ëÌ@ÈïÏG$¿\x02X·ú9qê"
  b"ëÙxC+¬N^»Õ¾äAÁð‰"
  b"ëÞ)d°ÁO³¦#´bj³ªç"
  b"Ù¯└-ÍìA_Ü\f4¤`\e\x03"
  b"ý\x0FÜ7-╔L╣ìN\x02ã \r"
  b"ì+þ£ê¥JʽµîFMPìö"
  b"ìC1w¨]G±°\x16\vGÝ`F®"
  b"ìLªùþèLx¸²?hŠú—\x05"
  b"ì_IùnmMg‰ºM¸¿åº¨"
  b"ìfÓŠÈ\x03Oâµ\x7Fµ¯÷S°ú"
  b"ì}´jЧAu…“L/\x14¼Gç"
  b"""
    ýéÅ\x1FE├N^Æ\n
    \x10âÎ└ã
    """
  b"ìˆ+;)uHÉ¿\T^C¹ ò"
  b"í#Å\v$ùKݹù£Îh]Bó"
  b"íg\x1FÑW~NðˆÑÿ-)Ó §"
  b"Ýä\x17Å5×JÅ░─╬¢╝<Æ\x08"
  b"í—§Uv'H^ \x1DǶù¨Ìa"
  b"Ý┐2´Ô­M\x08ü&èöÃ$ƒ#"
  b"íÝ\x1Dä„q@…°¼a¬l×fÁ"
  b"î\f¤³›-@\x11¼ìW?ü2è±"
  b"î$\v¥@´DL©Dg}ŸØg“"
  b"¯.ÉZôLC¬®3±óHø`░"
  b"îc¸•*’KFŒ\r¹Û0\x05H\x1C"
  b"î~õîïoB\x13¢¨\x02\x01‘¯ß\x1E"
  b"î–Õ\fÖ¯@8«_Tû.Û’è"
  b"îÖ–"\x1C\x06L\x10‘84|%üSÅ"
  b"îòÔ=z°IXƒŽ]ÿ\x08£ä\v"
  b"´ ÞÕ®7CGÉó┴\x03OÌäT"
  b"´Z┤└­ãO¤óBâÅ´Ìêñ"
  b"ï^\x19#6vG¾€!Ûµ³m®"
  b"´hõ¹¹\vMDÿÉø²Ò{Ç■"
  b"ï|ù\x00csEü³~O•Xbä‹"
  b"´Ä»\x11Ï>KÕÉ9³z╣ZÛ "
  b"ï—„@ýßOa¢ñ¡ºƒ2\rg"
  b"ïœ\x13\x00á\x00O£¡+\x03,ɆHÙ"
  b"ﬢµ¶8Dÿ‚9¬\x05Ÿ4µ2"
  b"ïá\x1A~„˜Lê‚ñÁ¾Ö#.n"
  b"ð\x13YÖj¢M:žYs0R S@"
  b"­\x15[ż-G\x18½\x01³ï█ó`▓"
  b"ð6jn8ÙO\x1FŽñ\x15ûŠu\e\x03"
  b"ðFVò0ðL«™LuðÂ\x16"
  b"­v°¡3{E#Ä╝Îü-░\tg"
  b"""
    ­É\n
    &\x18ñL▓▒ÜqÔ7╩Ä\x1D
    """
  b"­»ô#ÇcKu«óC]7)ÎØ"
  b"ðìA£ÆŽNŸ›-óD‰\x1CÐC"
  b"ðù\ Y×Nq’J¼­»²’Ó"
  b"ñ-\x04w\x18‰B¹†ˆ9F`\fáJ"
  b"±÷î©:©EïØÒz\x02\x7F│oÊ"
  b"ò\x0EéÿÏYO1¦PB\f\x02G‚\x19"
  b"ò\x10\x07\x11\x1AìIY½‘\x05°5Ïê&"
  b"‗%\x04D.£E!╣üÞÇ^\x1EÁ\x1F"
  b"òKÏ\x03\x03yD²®ù°,\x0FP ["
  b"ò|g‡5•H\x19Ÿ|\f™rÅÆü"
  b"ò\x7F“¬Û G\x14´ç‹ž§c‚Ê"
  b"òÓ¬!‚ÙOq˜\x11÷wò\x00\x04µ"
  b"‗■)¢z?Alé.±æÓ'Å·"
  b"ó\x0Fto\x0EvHw¦\x1A±e—[Ÿ&"
  b"¾üï╦²═M┤║lx[ëòc│"
  b"¾Å§\B\x01GÿêéÖ%C )\x15"
  b"ó´oM\x12\rHQž_Oò¸e˜À"
  b"óÃ\x7FP„}Aå‡ÑÌÌ}=…”"
  b"\x0E0S\x08%D\x02Ü═Ø)Wº0\x1D"
  b"ô#ân=}Bš˜ÕîDHXL¾"
  b"ô*q50)DÅ”Û\x07éß?\x1Fæ"
  b"¶2\x06ب§Ix¬╔[#¬5wÑ"
  b"¶9\x07ظÙO.ï╬+ø┐`öç"
  b"ôF4„\/OŒ¬Úɰ\x08x1&"
  b"¶üùïú¹@,ä_|_tó\Y"
  b"ô®\t°YÞM"¼—ÎXÅ¥\x0E""
  b"¶├ØV@§Oùú\x12sþ‗\x04ý!"
  b"ôÏtêÿÕHVª\x0FFܼ\x1F"
  b"ôÚå£6%Oj•'ÿ\x13\x11À"
  b"õ\f\x025t€D¤ŒäW!=]Y¨"
  b"§\x10\x1F▒á╗F3Å¡÷0/IÝı"
  b"õ\x1DÑ®¸éKƵá\x7F¡X6Ò0"
  b"õ;² BÌAÈ’×b°Ün>ñ"
  b"§¡ºþ·_AN╗àeqÞgÝì"
  b"õ¯\x18#š~E›¯Ëý\x03c\x1E•A"
  b"õâ–ã„´LT‚ÁD'ÿ¤i¨"
  b"õãI舰Gœ–Zå²\x00©\x07\x04"
  b"÷\x14µ▄─ì@TƒáR╠╣F┌á"
  b"÷ZHO¯¸I£ÿüçtôô\"
  b"÷~G{uÿK\x10óΠ,Øä-o"
  b"ö¥Y%¨bD'ºC\x14À„dÂ("
  b"öÁØi!•L3¨\x15Ö[%ÑÉY"
  b"öÉ\x18˜åÓF[žøÐR\û¤›"
  b"öÔkÇÈôJ\x11²Ÿ‰ï›5¶ª"
  b"÷\x03\x05RzJ“¯ã\x00™`bÑQ"
  b"÷\x13ÚàŒ HÒ­¸M6gž\x1FÊ"
  b"÷\x18\x0FP–fMàƒt\x13íú²5\r"
  b"÷\x1CƒÜR¯LB½y1‡þ\x10\x0F\r"
  b"""
    ÷\x1D\f\x19üzFI¸\n
    Ì›çs\x0F>
    """
  b"÷jí`h¸J9Ÿþ6\x10Ý)o^"
  b"÷–ÊŸ\x7F2L\x1D‘˜™fþ2™P"
  b"÷£u|môLÄ¢“hÁ\x01Àx¸"
  b"÷£|€>pOÌ’\x10#XYŠw\f"
  b"÷Å?ýk’B#ŠÙ^- Nšù"
  b"ø\x17­ªR.L‹™¹|år\x06öµ"
  b"°08²\x18TOò»éÅö¬cØï"
  b"øis¬P¨@²·Õ=ƒ\x05LT<"
  b"øŸ²a´HN[ƒ|ëÓ\x0E\x12Ú<"
  b"°¡N\x0Eû]A╔║åßéÉ\x00Ö<"
  b"°ÒWYYBN\x1Eèì)b\x10ă\x0E"
  b"øè3ýõÕGe­\x12ø\x7Fp¡M’"
  b"° jϪ¤LÅØ¾a-¢eú┌"
  b"""
    ù\n
    0Pè\x05EŠ•ó|ªa©Ñ(
    """
  b"ù\fWðh_MŽ^—vÏÅgK"
  b"¨\x17█ÌqëAé«» ¤7Uìá"
  b"ù\x19JQc,A½•›3Š(ù˜Ê"
  b"ù,³\x08÷`L%›\õ»R+þ€"
  b"ùVLÉâûK\x07³M›Øyø2W"
  b"ùlMHÙ¿Dšž¸\x00ª°óá„"
  b"ùpeEÔ@F=…Z}\x1Cݹœ×"
  b"¨üÈnϯFm┤\x1A3ÉZHsì"
  b"ù’‹€dL@\x18œXn`\x10Îg¹"
  b"¨¬\x19Íä1K═Øéy{MýEÝ"
  b"ùÓ\x12]â•AÛ¯ÂøÙ43›j"
  b"ùÔÉT÷êM×”j\f¨ÑÍ?j"
  b"¨Ì»<\x08 E)¡ôìÐ\x1A▀=p"
  b"ú\x0E†Ë¿ŠB …°V_ÂD¥Å"
  b"ú\x19¥Ó\x1AùD;®"‰§Ä¤’a"
  b"·?>Øî»E\x06╣BYÑJõt▒"
  b"·Uåg`$E¢ìƒ╩C▓EoË"
  b"ú[È’ )@¸„o\x01ù¥ÝWf"
  b"úf\x1Cð\rÖL`­›QÄKUÀÃ"
  b"új?ÑL»@\x01£¾®–tS!ƒ"
  b"úpÊgÐ\x10GÝ©\v\x00U\x19r?3"
  b"ú| c’œOù¹.™\x10S1­\x0E"
  b"·ù`÷n▓BÚÅ\x14\x00¡].pñ"
  b"""
    úŸÙ\r8\n
    K\x17¿PÃúqä¦û
    """
  b"ú½\x10\x16Ê.Mr„^xXœ¾Ïå"
  b"û\tçV°\x11I”¾¬€)%ùÄ."
  b"û\vµø^AOŠºWH:\x1At‹š"
  b"û\x1E\x01ëäÔI¼«ä0þKcç¿"
  b"ûІÛí"N!½(c=¶\x07"
  b"ü\x06E§Z\x01Lµ“\x03s«§ù7ä"
  b"ü\x14d‚–íHh¡ÊÚ-ËyN„"
  b"³Mÿ}■,A Å9Ó¹ ▀[|"
  b"ü}\x1CùÆ\rMnŒ¼1¨Ï•ð&"
  b"üÖ\x19\x1Eæ>@¸–\x01ÐhGlÓO"
  b"ü÷ÈqkŸF\x16‚ëw\x1Dªêuu"
  b"ý\x01\x13\x07‹GH/‡Ê*&s\x11p\x1D"
  b"ý#A2`–E\x05…ñf˜\x1EqÅ4"
  b"²'vÞçüF*©6A╬Ú¼56"
  b"ýÓ"\r\x12PKN·º\x14\x0E\x1FÓ~\n"
  b"ýâò\x1DúüJ“©<ÜýÇ39f"
  b"²Õ╬76òGcÉâz1■\x18à1"
  b"²Û°2rªN䨲Byd╚·Ã"
  b"ýðyÍ^^GÑ…vYÇ-\x07"
  b"ýò-\x7FÓþA¡“=N\x13ÏbzÙ"
  b"þ\fëSÆSN\r¾{¿Ì"ÚÚ\x1E"
  b"þ9\x00ÅÄÞI)–j\x15Okµ¦ê"
  b"þpMi&ÈO…©\x17„üg‚•X"
  b"■®ı?:XOغ1»U║Û4ÿ"
  b"þËüÁ¦ˆOó¸y\x10ò\x02ðþî"
  b"þÙ\\x07\x01/Iž»ùõ=û%rS"
  b" 6µØTSMVꦶ █8╬!"
  b"ÿB²ò\x06”I‹™®\x03•iOb‡"
  b" fð┤┌'G'¬©DRŨı\e"
  b" qu±å\x16AkâÄ|³ì:oâ"
  b"ÿwD†÷sH3¨Ò„5\x14A_\x1E"
  b"ÿºuÒ?ÊHA˜µ\x01C6¸¿™"
  b"ÿÍ4\x7F·ïORŒå3\x14,}än"
  b"\x01ûoaý¼L4ˆ€š\x14ÏûK0"
  b"\x03ø\x13*â&GZ²€4´Q\x06\x01y"
  b"\x07\x16\x141q3I¹¦:ÏÇ~6ƒ©"
  b"\x07èC¾¼ÆOÌ­D\x15ÚDWiK"
  b"\x08•0*}wO粂\x15\x00)^Z\x12"
  b"\vµ8Èì­Gˆ…C€\x02t]ëž"
  b"\f^ï(±[DŠ‹®]D´\t?w"
  b"\fi¦®\tºJxêl\x18W§Aü#"
  b"\f┤ bëwOKÉi╝wádl7"
  b"\r\n\x00¢ØhGþ£©/æ}&É‹"
  b"\rj§žKHEù³s`¢L‹Àì"
  b"\r\x7F÷Oë®C&£ym‰þà+W"
  b"\x11Y\r\n\x00ÓJI¹Eb\|àXS"
  b"\x12"\x12g\x15ƒL› ægN1,†Ð"
  b"\x12Yè¢t@Jç¥HÌ«ï4>ð"
  b"\x12\x1CèBƒJô¨_,•jÚ\x07³"
  b"\x14\x08kÈK¢ǃ¾\x16Å╔\x1A"
  b"\x16┼ ÿ└┘M▄Ä\x17ª)xØòé"
  b"\x18\x004í7¿D×¹ÉÂTìW\x1E&"
  b"\x18LÃó¯Ñ@:‚õUæf VI"
  b"\x18ŒbØÆpO³”}²š†ûˆp"
  b"\evı)p█LÄü▀þI\TVt"
  b"\eÈ\x05qª÷G\x12“¢½ë\x03\x00ä›"
  b"\x1De1Ø‹\x05Fh¯\x07:ð—Õ|3"
  b"\x1E\x16ì$·┼Apó&3f\x0FôTÐ"
  b"!\x18‚2§ãM¢‡3F—j\x1F­?"
  b""ãüyšjIL´\x00Ix}àcâ"
  b"#ÉMZíÖHbò\x00³âI°Sü"
  b"$\x02kqkáIú§h\x1E!ªÅÇi"
  b"%É’)¨{Ek¸˜<ð\x12óùý"
  b"'“äAŽfOP¶WÞ@;¶f\v"
  b"+k¨@a›E\x7F·nû£át:\x0E"
  b",\Ý-\x07[AE¯\x14E'æ¤\f "
  b"1\x12mÍ­ÓNÈ„Q\x03ü¥¨z\x0E"
  b"""
    2~dt┤ƒF É.▄È;n\n
    `
    """
  b"35\x17Ê\x14ÉH}Ñ╝xäw\x19Ú┘"
  b"3P\e\x10¾ÉH²ôÜ/CbÔjÇ"
  b"4O/█KÊE4è\x1AììibN "
  b"5i■)╬ÙLéØÀNµ²·\vÐ"
  b"5‡\x02\x12ÇÂCÊ¡þ‹+ÑÏܵ"
  b"8-─Ø─!DJØ\x07 \x08juE\x12"
  b"""
    9Éû█8\x02BøóÏ─\x17░µ\n
    
    """
  b":¼€€(VM“´ô– \x158\rž"
  b":Í`¿/æBÞ¢1>þß•>å"
  b":Ñ«_qÚJª²1–½!XÓÊ"
  b"<\x17\x1A@=†Iß“\x10Ùóg8\x08="
  b"=\x19†©l_N„¿è\vhwEáq"
  b"BmŠZ`\x16J\x11©næ\x05¾Z[Ï"
  b"Eø…ˆy=Bb’‡ÙÆÀ-ÿa"
  b"F\e5Q|’FžÎZ\x04»tNÃ"
  b"""
    F'Â\x02\f;F\n
     d\x1Fµºs\x1C\x02
    """
  b"G\f\x19‚vÝ@5°xR\x11èAÔŸ"
  b"HB╔Ú~xF\x7FùÉõÊ\x05íe\x10"
  b"I\x00iÊ´\x1CO\x7F¶èU#\r‹M\x13"
  b"""
    I\n
    ­öì\x10I|║òj\t/└ì9
    """
  b"\x0Ezp¿G\x06Šóʵë"\fÊ"
  b"""
    J\n
    \x19Þ\x03¼AØ„\t}ÝNLŸ\x1E
    """
  b"JYU±wžB\x10ª:X²X\x19˜4"
  b"L\x1F-\x17Â\x04F_¿«Ã'bïÃú"
  b"M¸aÄɪGÛò\x1EÕ}╣I\x10\x16"
  b"ORü²\x16¸N\x15½┐Æc=4µ\x06"
  b"Oö.p©bA▄Áß▒ÀfÂ(ì"
  b"P:}ì*©MXÉ%¦Âýg\x12l"
  b"Po\x0EàKñN\x1FØ»&¥EÁ\%"
  b"PðUÆb³JD•ÜÏ`\x03úð\n"
  b"Q│'$Å|Gèú\x10×àn$ò;"
  b"V\x0FrùWaC'¥C└n\x7FÉ&;"
  b"Y$\x08ÎYÏB™š6°ÞeË@4"
  b"Z~dâΧE·»w;Ä™EK¬"
  b"[y·R\x16œA4ŽH\x1A,r\x19h\x03"
  b"\¡—o˜½La¨~\x1A¦\x1DÀ\x18n"
  b"\x035›÷A¨•º‘Ÿ+r…8"
  b"""
    cí?§ë\x19G\n
    ªÊ£êwQ˜›
    """
  b"i»Ä!ÙtB\x08óÉ{{\x0EO\x1F\e"
  b"k)V5NÈE\f‹¸3Š\x7F\r"
  b"lVO"JªF\x13³0”\x10ž©4À"
  b"lï>o9wJ\x1D\x1Eì\x12½hö£"
  b"mzãZƾIG½x\vñ¾\x11"
  b"nûµ ÌçG©‘\x0EIùú,ùÞ"
  b"p\x06¹2¼\x03B2­\x7F\x04\x01¥"
  b"p\x13LôÇìB8¿/÷t†:¥´"
  b"p}qòÓ$LL» 4’¸\x1F"
  b"qTÎL#CFf«—œÁV-;""
  b"""
    \n
    ×97G\t°Ü sp3\D
    """
  b"u¯_¨s:K¬˜\x11ÙËìC‹‹"
  b"zâ÷\x13Î×J?Ÿ%Og¬Zäõ"
  b"|ìó½­RO߫ҧ\x1C\x1C:"
  b"}zt„Á=J6°Æ¯v\x1FcB0"
  b"}çR›ÊÃL\x11½\x1E¦½\x1F$2‚"
  b"~ÂÅo‚\rEñ§!™\x08!Fɳ"
  b"\x7F(`\x1CÅ@A²ŽÍ¾¬h"z\x11"
  b"ü#Î┌ÄÅN▒å¤*,V┌$þ"
  b"‚¦‰Æ£MGõ®wî\t\x0F™Aª"
  b"â«C>P¼K¨▓=¤Å\x13Ó¼8"
  b"„1¯Ý\v÷@µ¶¯1%G’–Ø"
  b"…Å·³…6A{¦åevö¥Öu"
  b"†L\x1DñÜ¡O[“EÞò2Õ”6"
  b"åÐ äÌ▀Cí»ÔÜ\x11ØMX\t"
  b"ˆ¤0cé›Gϲ̚ö†µ@š"
  b"ˆÅeoÐÂK\x1D‡®Ž\x04*\x1D\x07"
  b"‰Ö«ÄÞ¬N_¡'ï²@‹«@"
  b"‹rš\eÙ%Jx‘Ñ\x08ºÇ‰²s"
  b"Å\x10{q\x05┌J\x18ç├cÛ~0é½"
  b"ÅÇ┼═x│OBƒ!▄I87╩A"
  b"Æ#┤ÀÙ`F└ó91¸èú╬Å"
  b"’?%ø.ÉD\x07¸Ã^‘.Pm\x19"
  b"ÆO┴jÀÔB\x02îB┌▒Á╚Ø`"
  b"“Ü;Iì•G™¸\x165v\x1D¾…Õ"
  b"•{7\x02)¸CÛ¡\x1E\x12ñ†rf¦"
  b"–:8”MéA\«åAz\elÙ¼"
  b"–€¡‡\x1CÛA>ªªYf\x7FÙÞf"
  b"ÿ.¡IüµF\¡4ãç^▀lÕ"
  b"šiÐglx@W”Ÿ\š\x08œÞE"
  b"¢Žý¾ÔñL4§A\x00{й£F"
  b"£“àÐ[äA\x00\x10û®-î\x01\x03"
  b"¤Q/ç¨\x1AIצáµÑ\^pH"
  b"ªsï┌h´JÓÅ#Ûı\x17┐®z"
  b"§ †‚<AE3­\x11¢mìŸñ%"
  b"®\x1Eå;ÉãI\f®\x18\fl¹┌{p"
  b"©Bb¢žÖE\µ—»Åânü)"
  b"®Âô\x7FÇ║CØúûñ}/ô;,"
  b"¬ÉÐÉFF@\vÀ°(┘Ò-ÂÃ"
  b"«zøqØÈFwŸ’˜\x16¥5Mf"
  b"½ ,7F¦DfïɼÖ▀Iû»"
  b"¯\x19W\x1D\x1EÒOÜ’ÑÈHá\x08ßb"
  b"°\x10«,’\x11Dà •à\v€ÕRR"
  b"°EñQz€C/­\x1C¨ïîÀGñ"
  b"°]\x0EWfÓM4›Ó×…Lx¢v"
  b"´\x10ùÅ$‚DY½÷\x1D\x14ò¬fá"
  b"¶íÊ`’ÙAú¦_ÆP/"\x12ƒ"
  b"·#œjž—J$ŠOÙ¿l°äl"
  b"¸a:7r\x18I#‰\x0E6¦©\vžT"
  b"º¹Ÿ1õkM/¸\tÛ]P\x13\t¸"
  b"ºÜqÌêâJƒ¡\x10£h>Û¡\f"
  b"╝;\x15­[░N\x11ųþ)\v9hy"
  b"¢─\x7F7L/A▄Ü┘aLØ%)ı"
  b"¥\x1A.ØÈeA\x06Á\v¾\rý╚¼("
  b"┐°ü\x0E\x02ÇK╦ç¢=@\x13`ıÚ"
  b"ÁB²\x130ŽC\e„N¹ÇºÄŒé"
  b"ÁiB±awI!º;̺\x1D\x7Fó3"
  b"ÃWÈÚ³§Eûž¤V<”Õ¶À"
  b"╩ø|\S$B±ì╩HªÈ═Òâ"
  b"Ì4D¶p\x11O©œÌ;õ@¨„N"
  b"Ìœ¤S\x08\x13H\x14·\x1EY\x08êÀ>”"
  b"̳Ö\x13h,HD˜\x01ˆ¦”sXn"
  b"Íf?ãaðJæœö\fј\x02X\x00"
  b"ÎÃÐËëóFLŠ˜7û쥅ð"
  b"ðü>ê©&MdÑM\x08ÁP>À¶"
  b"Ñ”hãm‡CfŽÿ!e\v!Eè"
  b"Ѳº\x0Ew\x1CIê·¹\rvrHV\n"
  b"Ò\x02È3+%IŒ½ê©#û>=\x7F"
  b"Ó¢Á\x02ýÈN\‰A¢â»¡ø8"
  b"×cèïåpE\x7F¥\x06\x0Fš\x17¾\x11\x15"
  b"ט㷲\x7FB¥žíºÿßO)0"
  b"""
    ×ØÊƒ\x17UK\f\n
    ›t\x12Ç¡\x1A
    """
  b"Ì\x18¡\x0E╝qD\x11úøtÉ>\x17"
  b"Ìf!¦║YIíì\x0E|\r$¿aX"
  b"ß{à(|9Ká€È\x003ƒ<L`"
  b"ßü³~¯(@á¾¢É>Þ[ Þ"
  b"ÓÂ6\x1CÞ&MÜùí3ÇH¹Åó"
  b"áµà\x0F„ãHß’¦¬˜t)ËÑ"
  b"߯²Õ┼é@Çü!ÿ>.\x0F┐Ö"
  b"â£\x17ôI`Eò’\x7F6\tæ™#ô"
  b"ã/À\x0F(¿Lm©Ün§iC‘C"
  b"äÁ ³|[N®¹)V?ØË2â"
  b"æ0cñ…—D°˜ƒÁMX\x19Àé"
  b"µÛß╔ü¥J8á\x7Fߣ&v\fW"
  b"Û\x14\x17\x06█¥@®ó~▒_Å\x12Ôà"
  b"ê<¹½•¢K\t¨—\x18&¦ìïÂ"
  b"ÛJ\x04\x06Ì\x16L©®HÉÑÔ<F^"
  b"êc¼)ŸØKB¿€áãÆ"›s"
  b"ìµU§4½D)—\x10h\v¿#‚Ú"
  b"ìã#âA×A–…€$h¹ ¡J"
  b"Ý=\x11┘(ÔCõÉu5\t{Ð_l"
  b"í£\x04^ÞÝJu—*w¥èÓK-"
  b"ï\nB\x1F1HK\x10¿.Û\x00ãåžÌ"
  b"""
    ï‘\n
    —´˜B\f¾ˆv\x03*8<g
    """
  b"ñeÿ˜ÃÐF¿‡\x00ÊF\x07ˆ`‰"
  b"¾╣A+p}MºÅ¨d¢\x05H═\x14"
  b"§ñS'{õDÐɯ[fD®╬Ú"
  b"ö­\x08h™€Hµª\S3|\x0F\x16î"
  b"¸\x1A╬Rƒþ@Æñp\x0E¹ÛÕÅ╬"
  b"¨Çâ\x01\x19ÅNm½2êfr\x18"
  b"ù–¢Q„šJ.»’lÛ\r?KA"
  b"¨Ê#m\x04¾LÅ╣3¿5░\x04"
  b"³®É■ö┘BÌ▒┤┼àwèqý"
  b"ÿ\‚q%íF\x03¹ÉÙÜ+\x1A¿\x11"
  b"ÿßå»ÂÌC\x1C’$\x15º\x02raí"
]
92 0.10 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
93 0.02 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:
[]
94 0.01 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:
[]
95 0.84 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"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
96 16.85 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/92e148153abd47b5b65b9e1f472bba0a"
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
]
97 0.40 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
98 0.09 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:
[]
99 1.48 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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
]
100 1.74 ms
# theme-service::resolve-media::read
SELECT `media`.`id` AS `media.id`, `media`.`user_id` AS `media.userId`, `media`.`media_folder_id` AS `media.mediaFolderId`, `media`.`mime_type` AS `media.mimeType`, `media`.`file_extension` AS `media.fileExtension`, `media`.`uploaded_at` AS `media.uploadedAt`, `media`.`file_name` AS `media.fileName`, `media`.`file_size` AS `media.fileSize`, `media`.`media_type` AS `media.mediaTypeRaw`, `media`.`meta_data` AS `media.metaData`, `media`.`config` AS `media.config`, `media`.`path` AS `media.path`, `media`.`private` AS `media.private`, `media`.`thumbnails_ro` AS `media.thumbnailsRo`, `media`.`created_at` AS `media.createdAt`, `media`.`updated_at` AS `media.updatedAt`, `media.translation.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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01Šƒ¢·~pø³Ã˜©4´<"
  b"\x01Šƒ£^¾pÁ¾A9ÍŒ€!Ë"
]
101 0.10 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
102 0.32 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "en-GB"
]
103 0.03 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\e/N÷\x16®MÊŸº+§¨ž`\x7F"
]
104 0.60 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name AS themeName, parentTheme.technical_name AS parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) AS grandParentThemeId
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
105 1.40 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
106 2.97 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\e/N÷\x16®MÊŸº+§¨ž`\x7F"
]
107 1.38 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"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"’áH\x15:½Gµ¶[ž\x1FG+º\n"
]
108 77.83 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/92e148153abd47b5b65b9e1f472bba0a"
  "/navigation/5cf57f32947d430fa931e53694822cba"
  "/navigation/13a2b49821dd47d9a7a5389b2d690857"
  "/navigation/cb53485bc0264c979c07a1df1a5c38d3"
  "/navigation/38d6806a5b4547988a2a7df65fd04ea3"
  "/navigation/29cf37b94c3d4144ab148c6e75a28b88"
  "/navigation/7e353cca391f4ffbb4b52e542ab8cf81"
  "/navigation/fe1dc8f9ed3c463bb5b62ff6b74e1312"
  "/navigation/2b7a7d2c848e4e8eb1d8a2c4d63b82cd"
  "/navigation/52f7fdeb3e7d43d89ee07238a69a853d"
  "/navigation/f820f87e629043c9aa9715cc528b1e77"
  "/navigation/7b0bc1263b3a4e08884045012fdecb6f"
  "/navigation/9a1ae5d43c3e43f1bed1cbbd4ece14bd"
  "/navigation/04dd866c94984db1bdd735b061e8d5ce"
  "/navigation/65a591e3f53f4d03b77669f8a97df90e"
  "/navigation/75cf65f3da7944d48d0713d3b64a85b6"
  "/navigation/c4a1ab55c6764bf9934bc8a91ed62ab1"
  "/navigation/b0fa967a7bc245b286aea29dedbe8cf4"
  "/navigation/0a238c79db1c4e26a8d7d01bf47a27be"
  "/navigation/74f6df11bace4f62a74da7fcf5ebcd90"
  "/navigation/0ba65bc281894b048d58915e40c2f58c"
  "/navigation/22bd9585899942d58c1dbec2ad67fc3d"
  "/navigation/7608d844c9e244b281dbaab83db40f9c"
  "/navigation/02420af1d8754f31b093bb8c02c38835"
  "/navigation/87af5152799049f39b1c6c901e3a9e17"
  "/navigation/9bc05449d2f6475e8f7ae0676b93aad7"
  "/navigation/3c1b087e0e7240f7b2810f77412d0258"
  "/navigation/389f8275593e4076bbe40b6c1006b189"
  "/navigation/7918ef1fc4274fe18bbcdb2a87577217"
  "/navigation/0861e3d11e494acca5a6c537e6fd1a5a"
  "/navigation/c1826b119532414880ea003b14e29416"
  "/navigation/8996597ccad5476eaf317e3db261a684"
  "/navigation/94cac3f530fd463993eb84c3459d3013"
  "/navigation/92f1263e033a46b5bb393852d5ca3161"
  "/navigation/b38728ea5aa045df923831c6974d5388"
  "/navigation/307b9ee52d514a218500320b0486d1fb"
  "/navigation/b274367f740740f495cbef845e7bbbe6"
  "/navigation/a149c6b3568f49cfab50ef31890e84e9"
  "/navigation/d2b1957882664ad7b3e1577490f897c3"
  "/navigation/497effb557754382b4e64f05247bf03c"
  "/navigation/e5e66e323a4f4c12a3c78110db4d3e17"
  "/navigation/64a83719f133446396cbbac196f4bc8e"
  "/navigation/567cb56a88944d3b95d17a43a7a3b909"
  "/navigation/9e5aab10af774b3f817b0290511f3801"
  "/navigation/930160eed950404789d470e9eefff4c8"
  "/navigation/5a887e38f7574f8da5c4bc69dadf7420"
  "/navigation/b6db15d4501542b087a82a50ca1c041e"
  "/navigation/8e978aee9e694d10b17138cdc1994ae6"
  "/navigation/e4109f09538d4fe2809f8126fc645ce2"
  "/navigation/834b225f9afb479db6dcf31deedb889b"
  "/navigation/3d27712dd3294999b50520ee514f5b29"
  "/navigation/a8bf7d1bd29a450798d5db0779e1506e"
  "/navigation/f9958a33d2ba4586ac2c69a63385e9cf"
  "/navigation/71064aae67ad4846b280f11a3f9b1900"
  "/navigation/50dd166f2d304ab58e41101ff11c38c2"
  "/navigation/3ef8027bc02b4653b4c47d2d5f729915"
  "/navigation/db4c4787c52a4efb910fb58822601053"
  "/navigation/df414550641749d5b8cba8c08517b2ca"
  "/navigation/4dd33d17cbe54c0da6065c68633ffb99"
  "/navigation/32b3cd1aebd2496a8afbbfbbe6671b60"
  "/navigation/63392f06de554ae9ae19c557c05ed818"
  "/navigation/bdb95b574d2f4c57acc01cbe270c1be5"
  "/navigation/3c8bb5076cb04730854f3dd692f211a0"
  "/navigation/0a4fa1ae9977451c8957b880896add52"
  "/navigation/26d8f28bb85b4435b177f733af3e5d2b"
  "/navigation/87fd4a672d4e4bc4a1e3836141d0e641"
  "/navigation/d3c8ad0430ed47e59eaf990851c9be64"
  "/navigation/edb6fb2e859843bd8f5ed5df5b13a485"
  "/navigation/27211a9296b0418a810630ef423f2e48"
  "/navigation/df0eb277b1ed494ca5286c0d51c1d39a"
  "/navigation/7bb7a53dd1bb43e483975baa506bd456"
  "/navigation/15bb83eaa28f4c2ab829435a14240384"
  "/navigation/1e53d7fdba8c468e86e8cbd0f325c112"
  "/navigation/32cdcce4f8d5455a88fd5de39ac15add"
  "/navigation/7d5f55d0a8c24cbabd400ab62e7b2a5c"
  "/navigation/8ef028f2b9214fc1a55575c031526db9"
  "/navigation/5f523fa2ca034881830d6c8f9f6171cc"
  "/navigation/93232bc7e51d4b03ba211f31bcfd907d"
  "/navigation/93d3e44cff9348ab97482a024b411fcc"
  "/navigation/07a98285308741749b7579817d8606c5"
  "/navigation/11487403e8004147a763a60f7b40b6e0"
  "/navigation/1cdb6856eda34292a4347c6be63f36a6"
  "/navigation/417d5e66fbad4498bd6371e5ac109a67"
  "/navigation/69e44a389d464b0d965225f8dc8b7c4d"
  "/navigation/6eeb6967f11e4d7a9a0dd774b372ca9b"
  "/navigation/8a741fa1c9c64a1cbbca8d954a042e5c"
  "/navigation/7bba05c1eebb471596aa8c9e450f83f1"
  "/navigation/a2890739e08745b8909068417e3c1db5"
  "/navigation/a2aa46d64db14cdab23d30917a4f9f3c"
  "/navigation/a6b754ab9ebf4d569fb2f790e0ddf91e"
  "/navigation/a6d44821272648b5b007c18705fd65f6"
  "/navigation/a7ce04bbaf6c4661b385057474c51362"
  "/navigation/b3ce7d4e02f9409db5fe16a71194440b"
  "/navigation/b438875cd4624b71b306166a71d42aa4"
  "/navigation/ce573a533d2c4e58bfae7b632a2f6dcf"
  "/navigation/d3f00b0fabf442bcba6d9fe384d5e252"
  "/navigation/e4fa4d5bb9394e2fa44986610b14dac8"
  "/navigation/eb0059cc149d40a9bdc2045e5907370e"
  "/navigation/efbc59d7655c4fbe81052f8629bd9052"
  "/detail/28e89a205f7840b792e886983d6935f5"
  "/detail/8d7842d239f64ccf80e29eefd8323025"
  "/detail/cb84b59a42414680a504566545acc0d3"
  "/detail/5fc8a429c3734a2a870d99c50256e7fb"
  "/detail/311c7cd7b4b941319e104e0cc202501f"
  "/detail/7d55b5e0eea74bb391773848423a64d5"
  "/detail/dac885dcff8a4b84bceec5b9fda38150"
  "/detail/0c5492331b424f2c99c73c66c404d82e"
  "/detail/ad752062a8664182a5c49ffb2b276b69"
  "/detail/46800e971d94463ca93109a8450b48eb"
  "/detail/e366b2b9b42f4a069d5eb24a2d02426b"
  "/detail/d0faeb96d9a5430f904c2654578913ee"
  "/detail/c98af88d1f634094a2e56a3d97aece3d"
  "/detail/e9bfc8afaa0e4e1da2fba2091dd1216c"
  "/detail/12e99ce20f8245158aa26e9ed630ee3c"
  "/detail/49c27524b1224807838e364e4d894124"
  "/detail/fee16401d43b4681b72a381fab13a175"
  "/detail/286974f915de4e9fbbb30ad54b96ca16"
  "/detail/f40535547cb94ebba45c4bf221988f84"
  "/detail/0cfd4e5fa80445a28d73eb79f539bbbb"
  "/detail/afce7e30f420431288d81c2bb578354c"
  "/detail/2743b03bda3d4204967c05ecae93e24e"
  "/detail/3e6759d95ec9482c957f36787ec24c31"
  "/detail/2334be8c215341309b5152ef2539d51e"
  "/navigation/1e8f1fba03304039b0189bc34e873123"
  "/navigation/b9140bab771446cfa77a66f872bbc9a2"
  "/navigation/61748a08054943db88a95ba0c36f2c01"
  "/navigation/bfcb64f8f892471bb0e6f9bb9beff373"
  "/navigation/0dced3f9097b4bd69617d93acfdafc51"
  "/navigation/758b53cbbc174865adf2cbf52d833160"
  "/navigation/d1358940b3cc487ab68f1762ae08a8f8"
  "/navigation/384b6bb68c5b4c7da2bb2a8fa8a98609"
  "/navigation/53507397c03f48a88cfae906fe229140"
  "/navigation/adf2cf645c5741f09d2435e350e3a949"
  "/navigation/4acbcf15dd01492da4b84c17eb2a98d2"
  "/navigation/b4cc0cf259e645379bf20aa3b5be40ea"
  "/navigation/9a682cd47a1e490a849e805d72d4e803"
  "/navigation/d6739b13d13240de825c9ec936b7fc92"
  "/navigation/16bc5602f87c4fc8ae5f6db1cc9099d7"
  "/navigation/9c5fd3e6bbf844c8a07453b71aabf85d"
  "/navigation/9b37d476e2564b0b940798e8cc0b30e9"
  "/navigation/a7b83c11a30f43ad91b6e64c26411c50"
  "/navigation/d9f2226410a14bab8b2ee9e21dd46d93"
  b"""
    v9=\n
    _uLZ€û>dz³Û\x05
    """
  b"ÓH¬ô1\x08Aä‡-Ð’Ø6â)"
]
109 0.88 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"ƒ©á>`¾I^Œ_ÃT\x13j'|"
  b"\x06p_{ZBNi¿MS\x10\t~\x103"
  b"æª▄ź{K9ÉYÀu\x1D#°╦"
  b"—´î!/\x1DO°œƒû¤ª›.î"
  b"ƒ\x13gJiµEtíUW¶┬ì\x15o"
  b"Ê›¼\\t\x04OG¶0‚;)mºÝ"
  b"¬CÊs̺AM­\x16ø\x17é\x14\x16H"
  b"Ç\x14Çñ\x15;JH¨™\vG冞O"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.