Query Metrics

293 Database Queries
119 Different statements
211.75 ms Query time

Queries

Group similar statements

# Time Info
1 0.35 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.25 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.29 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.31 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.19 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.53 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 0.28 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
  "search"
  "search/"
]
8 0.18 ms
# seo-url::resolve-fallback
SELECT path_info pathInfo, seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ?) AND (sales_channel_id = ?) AND (path_info = ?) AND (is_canonical = 1) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
  "/search"
]
9 0.23 ms
SELECT `dreisc_seo_redirect`.`id` as `dreisc_seo_redirect.id`, `dreisc_seo_redirect`.`active` as `dreisc_seo_redirect.active`, `dreisc_seo_redirect`.`redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode`, `dreisc_seo_redirect`.`source_type` as `dreisc_seo_redirect.sourceType`, `dreisc_seo_redirect`.`has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction`, `dreisc_seo_redirect`.`source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds`, `dreisc_seo_redirect`.`source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId`, `dreisc_seo_redirect`.`source_path` as `dreisc_seo_redirect.sourcePath`, `dreisc_seo_redirect`.`source_product_id` as `dreisc_seo_redirect.sourceProductId`, `dreisc_seo_redirect`.`source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId`, `dreisc_seo_redirect`.`source_category_id` as `dreisc_seo_redirect.sourceCategoryId`, `dreisc_seo_redirect`.`source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId`, `dreisc_seo_redirect`.`redirect_type` as `dreisc_seo_redirect.redirectType`, `dreisc_seo_redirect`.`redirect_url` as `dreisc_seo_redirect.redirectUrl`, `dreisc_seo_redirect`.`redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId`, `dreisc_seo_redirect`.`redirect_path` as `dreisc_seo_redirect.redirectPath`, `dreisc_seo_redirect`.`redirect_product_id` as `dreisc_seo_redirect.redirectProductId`, `dreisc_seo_redirect`.`redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId`, `dreisc_seo_redirect`.`redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId`, `dreisc_seo_redirect`.`redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId`, `dreisc_seo_redirect`.`has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain`, `dreisc_seo_redirect`.`deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId`, `dreisc_seo_redirect`.`created_at` as `dreisc_seo_redirect.createdAt`, `dreisc_seo_redirect`.`updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect`.`active` = ? AND `dreisc_seo_redirect`.`source_type` = ? AND `dreisc_seo_redirect`.`source_sales_channel_domain_id` = ? AND `dreisc_seo_redirect`.`source_path` = ?))
Parameters:
[
  true
  "url"
  b"\x10Cà#NÖ½„^ ¹À\x1CI"
  "search?amp%253D%2526amp%25253Bamp%25253Bamp%25253D%252526amp%2525253Bamp%2525253Bamp%2525253D%25252526amp%252525253B"
]
10 0.57 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
11 0.17 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
  "9WlRrk0aj6DN5qOiF04tmAxNN1axoVj0"
]
12 0.25 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"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
]
13 0.40 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.currency_id, `sales_channel.currency.translation`.short_name as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.name as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.custom_fields as `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation`.created_at as `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at as `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id as `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id as `sales_channel.currency.translation.languageId` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.language_id = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
]
14 0.15 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"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
]
15 0.19 ms
# base-context-factory::currency::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
16 0.25 ms
# base-context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`is_eu` as `country.isEu`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation`.language_id = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x13 /è.ÅL²·H9ÕöA±^"
]
17 0.21 ms
# base-context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `customer_group.translation`.registration_title as `customer_group.translation.registrationTitle`, `customer_group.translation`.registration_introduction as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation`.custom_fields as `customer_group.translation.customFields`, `customer_group.translation`.created_at as `customer_group.translation.createdAt`, `customer_group.translation`.updated_at as `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id as `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id as `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.language_id = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
18 0.12 ms
# base-context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
Parameters:
[]
19 0.39 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name as `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.language_id = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\f\x177/æªF\x05š—ü(´\x0F"
  b"\x0Er»üÑ‗O¥»8Þ├┼F\f;"
  b"0╣Wh{6F´ëü}g┐Ë¡Ç"
  b"óú\x13jíÈK) +¢\x07%ébæ"
  b"¹»╦■\x13\x0EG¨ö┘î\x17,îìê"
]
20 0.36 ms
# base-context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` as `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` as `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` as `payment_method.technicalName`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`config` as `payment_method.media.config`, `payment_method.media`.`path` as `payment_method.media.path`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = ?) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"╚ΨÓä\x02B\té°ìÅ┤\╠Ø"
]
21 0.45 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `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` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.language_id = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x1Fà“\x1DÒN΃`ïP‚$&°"
]
22 0.20 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"\x13 /è.ÅL²·H9ÕöA±^"
]
23 0.12 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "9WlRrk0aj6DN5qOiF04tmAxNN1axoVj0"
]
24 4.38 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
25 1.29 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╔Þ±JsÌ©\x04\x01\x17╝Pƒ╗"
  b"\x01É╔Þ±[r\x11íXË\t\x06\x15\x08Ò"
  b"\x01É╔Þ±^p"îãß\x03m\x04\x08þ"
  b"\x01É╔Þ±`rGŦ#\x00HíÒ▀"
  b"\x01É╔Þ±ap\x12Ø\x11ù\x0F\x00h"
  b"\x01É╔Þ±bpÚ®Ãu\x0EMhÍ£"
  b"\x01É╔Þ±cqñívíÇ\x10l"k"
  b"\x01É╔Þ±ep\x08Éc\vPÏC■\t"
  b"\x01É╔Þ±fqh¼}ÀàÐ7vF"
  b"\x01É╔Þ±hqâÜÓ×_░é_£"
  b"\x01É╔Þ±kq■▒\x01¤-ûj\x13¤"
  b"\x01É╔Þ±mr|º┬Ì┼ÚÓÅÃ"
  b"\x01É╔Þ±ps╚ÿ©ã\x13;Z╠t"
  b"\x01É╔Þ±rsJÁ*V┐ZAFÖ"
  b"\x01É╔Þ‗Xp\x1FÄÖ\x06Ê┤J┤P"
  b"\x01É╔Þ‗jqëú~NC,ü-j"
  b"\x01É╔Þ‗ms▀çGI¼\x10{░\x1D"
  b"\x01É╔Þ‗prH▓▀[Áíç\vô"
  b"\x01‘+vxÆr\x0F¹ókq9\x02"
  b"\x01æ+vxÏqùí\x08I}ñSÅ "
  b"\x01‘+vxäsý—c\x1E&2æ\â"
  b"\x01‘+vxçp—•4‰#¤/{õ"
  b"\x01‘+vxèr\e†ó\eÐÍ>>¦"
  b"\x01‘+vy×q\e˜}­Åb\x1Aû¦"
  b"\x01‘+vyÙqÛ«9%õ•\x08Ü@"
  b"\x01‘+vyÜr,šöÈ\x03Ü\x03ä\x0F"
  b"\x01æ¨l[<p¯Ø}3┴Åþµ┘"
  b"\x06Ë\x03÷$—Nì´ÐÆ÷CPäÓ"
  b"\x0F\x7FnaÂÙMŽ›}ÁžB¬©H"
  b"^\x10x6üƒNÎ▓àøÔ2├âê"
  b"""
    ùË\r€x\tO\n
    \x12\x1An¸§
    """
  b"â<°Ÿ«YM]³å\x1E{T!‹ "
  b"}i¢\x13CèI²›k¥¡uHì¨"
  b"¼»wGvèCË‚\x0EFX)xKÂ"
  b"\x7F²\x02'D¯€‹´BÇê…T"
  b"ž·`‚$}A\x17ˆzw\fÝFg¸"
  b"w˜H`3C@ÜŠ_=æ`Üÿ¦"
  b"’I6*ÐYE)¡(¤o®\x14HO"
  b"\x05 É(4:K,®\x0E,Áh\x06"
  b"▒"\8┼\x1FCyô»Ï°w©=ì"
  b"¿xHgÌ\x0EHݪö\x07\f;\vŒ"
  b".z:ã‚_@ñžˆ©-\x18¨ÈB"
  b"éÊ\x19lk¬IÆ¥§¿#D4‰o"
  b"\x01‘úIvq~$¶cµ\x053Öz¤"
  b"\v¼e|¾1F¡ˆ­ÖA8‡âj"
  b"\x01æ·G╦Å\x7F\x16\x06Ít1._"
  b"‘?Q¤gYFÜ¿°Mk¯¡ò¤"
  b"ÊG«\x0EwiG*€þgOþ )«"
  b"""
    \x01æµ8▒Àv‗Åβ£\n
    çq▒
    """
  b"\x01’qÖ/U\x7F\x02¾´åÓ>Í’z"
  b"\x1FGø¯A®A\vŽ\x03\x0FÆ÷\x08ïÈ"
  b"""
    -z)Ê\x0FÖA&¨º\x05\n
    ‚øc@
    """
  b"ëw\x0E╚PáHÅ╗~┤╬╚*<■"
  b"“qÎý3\tA\r˜Pæ.3gÛ\x0E"
  b"ãÊ|0ŸèI¡ƒžÕ©z\x15Ô—"
  b"\x01É└áõÿr'Ü<‗8e─Æ\x1D"
  b"\x01É└áõÜqH¥êÅX¸G6Ô"
  b"\x01É╔ʼçs5úaXìƒ\x13Àx"
  b"\x01É╔Ê░¦rLïê+\x11wQj²"
  b"\x01É╔Þ±^p"îãß\x03TlJ\x10"
  b"\x01É╔Þ±ir\x12éÏ}ßbg=\x11"
  b"\x01É╔Þ‗lq\x19ØÐ\vm[X¬\x13"
  b"\x01É╩DÊâr╗ç·â!©Fm‗"
  b"\x01É╩DÊêslás┼ÿæGóx"
  b"\x01É╩DÊêslás┼ÿ®ø▀¶"
  b"\x01É╩DÊèrÛɶØzÃQî▀"
  b"\x01É╩DÊîs\x11ÄY%-\x0EwxD"
  b"\x01É╩DÊìsMá!¢\x11┐zz("
  b"\x01É╩DÊÉsB¬ë(4Óö\tÓ"
  b"\x01É╩DÊæs¨║¼\x12± ñQY"
  b"\x01É╩DÊÆp║ÁjtsÞ%'N"
  b"\x01É╩DÊôq\x00øcH┐~\x07ÂÁ"
  b"\x01É╩DÊòq¡ñ\x18£ZË\rÀ""
  b"\x01É╩DÊûs\x14À\x07\x14\x7F8■"
  b"\x01É╩DÊÖpºe\x1F£04óã"
  b"\x01É╩DÊ£p<ç\e┐¯╔@\f\x11"
  b"\x01É╩DÊ×q1╗¶\x05¥­╚ÕK"
  b"\x01É╩DÊár\rêÕìãø¨#µ"
  b"""
    \x01É╩DÊíq\x08ï╠ò\n
    ã╦|C
    """
  b"\x01É╩DÊús\x14í¨£0Ø.╚S"
  b"\x01É╩DÊÑs\×Ù&ꬬĺ"
  b"\x01É╩DʺrIÿ}üÑÿÅÝ┬"
  b"\x01É╩DÊ¿q\x01¡JZ)icÉ«"
  b"\x01É╩Dʬs~ìÞ\eÚ═Ó®S"
  b"\x01É╩Dʼr\x0EÜ|ÁzÁ±Â?"
  b"\x01É╩DÊ¡p¦×├╩"oíá\x19"
  b"\x01É╩DÊ»rÖíI\x16)⺾ñ"
  b"\x01É╩DÊ░s█ÿNñJ\x02¿uä"
  b"\x01É╩DÊ▓sLøLLµºÁ(æ"
  b"\x01É╩DÊ│rSî01üÎ)æg"
  b"\x01É╩DÊÁs%ƒ\x16ÊÌí¤Ï\x07"
  b"\x01É╩DÊÀqÔ░åÀÌô/}f"
  b"\x01É╩DËòp¬ÑÌÞ¦;ıÀ·"
  b"\x01É╩DËùr®×Øv┐ÄA²Ù"
  b"\x01É╩DËÖr{¿╗ÛÌOm.┬"
  b"""
    \x01É╩DËÜsýÉ\n
    vÁcGl4
    """
  b"\x01É╩DË£r┌äñî¹È»xÌ"
  b"\x01É╩DËØpXà®&ÅÈ\x0E"
  b"\x01É╩D˃s÷ûkªPäy9\e"
  b"\x01É╩DËáp-ô▀áÓ¥²X8"
  b"\x01É╩DËórÕëtäÆ_ÓyÑ"
  b"\x01É╩DËúr>Ñ);\x15\rq÷d"
  b"\x01É╩DËÑp¨®×§░¥;!¸"
  b"\x01É╩D˪qÝø■ç\x17▒F¶\r"
  b"\x01É╩DË¿rà┐N\x05\x1C\x1E\x01J~"
  b"\x01É╩DË┤q\x14ôÆÆC\x7F\x14©n"
  b"\x01É╩DËÁsàª1è▀@╗KÂ"
  b"\x01É╩DË╣sôïÌ\x05ûØex\x10"
  b"\x01É╩DË║p┤ÑmÇ31¡┤ƒ"
  b"\x01É╩DË╗p0èx¾à¹\x00\x1D"
  b"\x01É╩DË╝pÔóJÑ\x04\x0EÏç¤"
  b"\x01É╩DË¥rÞà║Ä!"\\x03O"
  b"\x01É╩DË┐rÆ«╝k²h\x17÷~"
  b"\x01É╩DË┴qQº\x06\x03Æ\x03s;Ü"
  b"\x01É╩DË┬pêùâ.ECÔ┬\r"
  b"\x01É╩DË─s»Á\tùoÆ«¦d"
  b"""
    \x01É╩DË┼sH×yz\n
    ââÆ´
    """
  b"\x01É╩DËÃq6ü¬âÙN\f©<"
  b"\x01É╩DË╔qáþè'\x1A█ \x1A"
  b"\x01É╩DË╩rQà­á╚j´¤1"
  b"\x01É╩DË╠s¡Éîª\x1Aõ1U╚"
  b"\x01É╩DË╬r═éìs´▄ºN;"
  b"\x01É╩Dˤq\x7F¥¶=Ûti^8"
  b"\x01É╩DËÐqÞÜ0êr\x1Eu)Â"
  b"\x01É╩DËËq#¥M├╣\x1E©y┼"
  b"\x01É╩DËıp²ï_ý\x06Ýøh\x1E"
  b"\x01É╩DËÍq|ÿ\x03ı×ë\x7F÷À"
  b"\x01É╩DËÏqïñ«8\x16âþè9"
  b"\x01É╩DË┌p\x08âî-êµ¥²█"
  b"\x01É╩DË▄rd│\x16vÀ#\x07­w"
  b"\x01É╩D˦rîù ═éÅr_×"
  b"\x01É╩DË▀p.«C\x1EIUͶP"
  b"\x01É╩DËßr§£Ñ─#+Y5K"
  b"\x01É╩DËÔr¹▓w║Ò\x1F\x07"
  b"\x01É╩DËõpÂÀ6û\x01‗ìÖ¶"
  b"\x01É╩D˵p{ªÃ\r\x07äcI┐"
  b"\x01É╩DËþpı¢BÔVÄ]\x14"
  b"\x01É╩DËÚsó▒▓╠ù\x7FÂ\x12Ò"
  b"\x01É╩DËÙrúä¥╗┤¸Æ\eø"
  b"""
    \x01É╩DËýr·ÿª­B\n
    sAä
    """
  b"\x01É╩D˯qFƒve1Ñá½a"
  b"\x01É╩DË´p\x1Eå▄{A¦\x16\x07"
  b"\x01É╩D˱q\ÖüEª░¸\x00\x12"
  b"\x01É╩D˾p(Çm═¸á\x1C■Ô"
  b"\x01É╩D˶p█£ño¬¼0â$"
  b"\x01É╩DË÷sæî;´Öx; ¯"
  b"\x01É╩D˸pª▓\x1FéÔÏÊ\x18\x03"
  b"\x01É╩D˨p?ÿ|·‗\fÈíö"
  b"\x01É╩DË·rP▒╦¶î·³ÓS"
  b"\x01É╩D˳q·ªm‗┤èLo-"
  b"\x01É╩D˲rVÑ└ )▀░Gb"
  b"\x01É╩DË rþòEM║]`\x0Eı"
  b"\x01É╩DÈ\x01qv©┴ê#û\x12¿`"
  b"\x01É╩DÈ\x02sK©Ð\x0E\x02URìu"
  b"\x01É╩DÈ\x04r\vøå'ë╝ûa2"
  b"\x01É╩DÈ\x06p▀É®&Â\x03ÿ╝J"
  b"\x01É╩DÈ\x07qþÜR%§¾±6#"
  b"\x01É╩DÈ\tr6è~¹┌C╩s┐"
  b"\x01É╩DÈ\fs▒ñ═þ+D█ÜÀ"
  b"\x01É╩DÈ\x0ErÇéñÑäßCxT"
  b"\x01É╩DÈ\x10q└«KØ0Êï¯B"
  b"\x01É╩DÈ\x13q\x07Ø\x04ÏÑËR─!"
  b"\x01É╩DÈ\x15sã¼@ýãôÊÔ["
  b"\x01É╩DÈ\x17qíù´%â1£Æ^"
  b"\x01É╩DÈ\x1Aseƒ\x08┘7Êdq{"
  b"\x01É╩DÈ\x1CsÓÆ\x10╠@ÈüZ¯"
  b"""
    \x01É╩DÈ\x1Fp\n
    ®ÀJ©È\x13╣░
    """
  b"\x01É╩DÈ!p─½p┼\t\x1DV▒"
  b"\x01É╩DÈ"sDª┼Á\tNi╣´"
  b"\x01É╩DÈ$p$ô¡Û\x05&╗)í"
  b"\x01É╩DÈ&s▀ÀÞ÷\x11ÀyðU"
  b"\x01É╩DÈ'rhå\x1E\x07I"├¶é"
  b"\x01É╩DÈ)p½åo-╗Æa`´"
  b"\x01É╩DÈ*r4ÜÄBo=\x08<╬"
  b"\x01É╩DÈ,q´░\x02\x11Å;└i"
  b"\x01É╩DÈ.p!ù\x02uâ´:\x1Dä"
  b"\x01É╩DÈ/sı×:aþòLãÕ"
  b"\x01É╩DÈ1p┴©qé{9└\eØ"
  b"\x01É╩DÈ3q%╣r\x19¼ËB╔·"
  b"\x01É╩DÈ4r╔üm{¨iAÉ}"
  b"\x01É╩DÈ6q~ù├µw¿»╬ì"
  b"\x01É╩DÈ8p╝╣\x0E┬2┐*╦ı"
  b"\x01É╩DÈ;pjÑ­ºÑ│Kؾ"
  b"\x01É╩DÈ=sÏ¡vF■\x1E\x10"
  b"\x01É╩DÈ?q#û{NM\x08õ¹7"
  b"\x01É╩DÈ@p▄¿ f=zݱv"
  b"\x01É╩DÈBp+¡´M¡\t9k¾"
  b"\x01É╩DÈDq_öÊK‗y\x08½¾"
  b"\x01É╩DÈEq>í#²?T\x1F\x07<"
  b"\x01É╩DÈGq┴¼»úÖ¿┤Q└"
  b"\x01É╩DÈHpf╝\x03═ÚÝ.þÑ"
  b"\x01É╩DÈJs^ø\x13g\x05Y|Êî"
  b"\x01É╩DÈLsÂÆCb\x14ÿ\x1A$╬"
  b"\x01É╩DÈMpè¢ùÌ#╚\x13U\x1F"
  b"\x01É╩DÈOsL®╔Þ\x01\x17J╣\f"
  b"\x01É╩DÈPqûɹØup─\x1C"
  b"\x01É╩DÈRq\x1AêÛx\x0Eõ▀ª\x04"
  b"\x01É╩DÈSpò¬xÎ╝┘\x1FõK"
  b"\x01É╩DÈUro¡±¹Ãç>┘‗"
  b"\x01É╩DÈWph╣:ñ┬7╬Ô¬"
  b"\x01É╩DÈXsbÉ(╣ñ[4ÆÔ"
  b"\x01É╩DÈZryúþ-mU╣-í"
  b"\x01É╩DÈ\stÆq(æÙq\x04ö"
  b"\x01É╩DÈ]p(ö┌█eΣ$;"
  b"\x01É╩DÈ_r~¥\x1E»\x03~N°4"
  b"\x01É╩DÈ`p¥º\x07KÕ¤jìÔ"
  b"\x01É╩DÈbsçÑ«®òó▓¬<"
  b"\x01É╩DÈdp%è╝n?!¶|-"
  b"\x01É╩DÈeqE× ùú¤Ô¢\r"
  b"\x01É╩DÍ\x00q½¥ª{[®úÂZ"
  b"\x01É╩DÍ\x02p\eÇ1å¯\x1A─Ü\x14"
  b"\x01É╩DÍ\x04qäù3g\vØ«½`"
  b"\x01É╩DÍ\x05s╔âONmç\x05i▄"
  b"""
    \x01É╩DÍ\x07p\n
    åß└øÄÅ· 
    """
  b"\x01É╩DÍ\x08p_ÅB├ØGk┘D"
  b"""
    \x01É╩DÍ\n
    s\fªÝWÄè¨\x17Û
    """
  b"\x01É╩DÍ\vq╦¬Æ╬ï'öÐÛ"
  b"\x01É╩DÍ\rs*®=+╣Ó▓O£"
  b"\x01É╩DÍ\x0Epº\x15(éNöé3"
  b"\x01É╩DÍ\x10sµå╦,g¶┌▓¬"
  b"\x01É╩DÍ\x11r ¬¿|bBÓ[P"
  b"\x01É╩DÍ\x13süàÃ/úÛ\x10ÚÍ"
  b"\x01É╩DÍ\x14sHíïI:9\g."
  b"\x01É╩DÍ\x16q\x17è\x00»²ü╝ÿÚ"
  b"\x01É╩DÍ\x17qcÅbýaç▓Í\x14"
  b"\x01É╩DÍ\x18séå¢ëÀ\x18K¤¦"
  b"\x01É╩DÍ\x1As$á\x1C9┼\x03╦Çø"
  b"""
    \x01É╩DÍ\x1Cq¼Â\n
    &5È!ÜL
    """
  b"\x01É╩DÍ\x1EsÈâ¬╔n'Ò¤-"
  b"\x01É╩DÍ\x1FpÑ▓b\x01Þé=½6"
  b"\x01É╩DÍ!p\x07ìu‗W█Û║Ë"
  b"\x01É╩DÍ"r\x05ñVïÕ¾q3Ï"
  b"\x01É╩DÍ$rôÑ~▓Ùe~°á"
  b"\x01É╩DÍ%s\x17ÖºQÐi¹%0"
  b"\x01É╩DÍ'rἺ{­╚{\x19Ç"
  b"\x01É╩DÍ(rûà\x1DH5E\x1Fù¬"
  b"\x01É╩DÍ*q,À╝¬+cµj‗"
  b"\x01É╩DÍ+sÞ¬³¦)-X\x12!"
  b"\x01É╩DÍ-s░¢╦yr1Î0S"
  b"\x01É╩DÍ.p\x02è¹ïÏP\x07"
  b"\x01É╩DÍ0sÛù║\x1E\x16Sß9"
  b"\x01É╩DÍ1r┬│j\x15Û┌±ª""
  b"\x01É╩DÍ3s[ï5▓╔ýÓ$~"
  b"\x01É╩DÍ4p\x1Fñá,0Ùî;Y"
  b"\x01É╩DÍ6s\x0Fª=çy┬&î\x05"
  b"\x01É╩DÍ7q\x02Öã2È\x16\f@P"
  b"\x01É╩DÍ9rðöıøJmX¿v"
  b"\x01É╩DÍ;sY½Áa§¶Sݤ"
  b"\x01É╩DÍ<p\x1C▒ï¬Ôxå█«"
  b"\x01É╩DÍ>sD«ıç╠)\r"
  b"""
    \x01É╩DÍ?qóØ\n
    ,¾Ð┌│Ö
    """
  b"\x01É╩DÍAsÇ║/ µ@ß┤╔"
  b"\x01É╩DÍBr_¬în┌´*ãc"
  b"\x01É╩DÍDrß½Ï╩7¿\x0EWF"
  b"\x01É╩DÍEq\f░Ý\x01 \x7Fï╬h"
  b"\x01É╩DÍGp`┤ÑÆ\x18)nA¼"
  b"\x01É╩DÍIqKƒ%Èh<öÅ\x1F"
  b"\x01É╩DÍJqf╝³=â╣¬©]"
  b"\x01É╩DÍLq█ëÒ\x0E>úöo╗"
  b"\x01É╩DÍMq»ºh╝dÖeÍÞ"
  b"\x01É╩DÍOq%«]oor\x07Î¥"
  b"\x01É╩DÍQrvâÖ$l╩┼2º"
  b"\x01É╩DÍRr=æÆ« ┘\x0FT╦"
  b"\x01É╩DÍTqıúPj̲½I═"
  b"\x01É╩DÍUpÕá4+pr\x0Fõx"
  b"\x01É╩DÍWsÛ▓Á\fæêòIû"
  b"\x01É╩DÍXs9ó³ØÌd¿°Ã"
  b"\x01É╩DÍZpÿ╝¾Á└^ÍÊ\e"
  b"\x01É╩DÍ\r÷¿ñ"êÙ\x03×î"
  b"\x01É╩DÍ]ry║ö¨3 ¡8@"
  b"\x01É╩DÍ_pEÆY\x13?kdlt"
  b"\x01É╩DÍ`pƒº┌ôx‗IÈ┤"
  b"\x01É╩DÍbpCâÍ\x001╔J®¹"
  b"\x01É╩DÍcpÙ▓\x16\x17gAÑMØ"
  b"\x01É╩DÍesû┤­Ó²Ì\x06Øñ"
  b"\x01É╩DÍfrÑÑ»\x1F¾û¶‗ñ"
  b"\x01É╩DÍhs̺[§u\x19\x06["
  b"\x01É╩DÍjs9¼ÝYÃi¢Ó\x13"
  b"\x01É╩DÍkp¶ƒÉ░W%½8&"
  b"\x01É╩DÍmr*ÿÔú'╣Äã├"
  b"\x01É╩DÍns;íÖ\x17Y\e\x12þ-"
  b"\x01É╩DÍpq¼▒┼J¿\x1E\x1C\e"
  b"\x01É╩DÍqsà¿}¸x¨│┴`"
  b"\x01É╩DÍsr\x12ùñiÔcÍ&§"
  b"\x01É╩DÍtqÿ¬é>À\x1FÖ§┴"
  b"\x01É╩DÍvr╝ÄÖ▀W¨È£5"
  b"\x01É╩DÍwr‗è╬Î?UîÙÀ"
  b"\x01É╩DÍyp╝╗­È~èÕ¤;"
  b"\x01É╩DÍzpøÁË┌╠\fºôI"
  b"\x01É╩DÍ|q\x01Æúò4*┌▀▓"
  b"\x01É╩DÍ}r(è÷&æX╠ç\t"
  b"\x01É╩DÍ~s¾×Ì┬[\r5\x13B"
  b"\x01É╩DÍÇp\x13ôñ\x08■>´«q"
  b"\x01É╩DÍüs╩¢6@«]Ú3r"
  b"\x01É╩DÍâp?éá|i=P░├"
  b"\x01É╩DÍäq▀┐└¾~Ò\v×g"
  b"\x01É╩DÍåp┴îÖ²®,ÚHg"
  b"\x01É╩DÍçsQ¢\x10¤j╦?»¦"
  b"\x01É╩DÍëpA▓'╩R\x1D@Þå"
  b"\x01É╩DÍïp\x02▒{\x05.¾£§-"
  b"\x01É╩DÍìq╣╗0^\r\x00DÙ4"
  b"\x01É╩DÍÅq\x1DºMC.p_-▒"
  b"\x01É╩DÍÉrpî¤aXì¼█r"
  b"\x01É╩DÍÆs=¼æTöEü£\t"
  b"\x01É╩DÍôqµå°)\e¥┤¯½"
  b"\x01É╩DÍòpéâÊGA×╦\x1E\x10"
  b"\x01É╩DÍûr´ø╠¤jwtô╚"
  b"\x01É╩DÍÿp"énù©Âdtè"
  b"\x01É╩DÍÖrZè;╣rä\x0FÏQ"
  b"\x01É╩DÍøq¦Éañ6Ýz┴3"
  b"\x01É╩DÍ£p\x1F╣0{X·Y\x0E"
  b"\x01É╩DÍ×q╠ñ#·Ö\x13±\x04²"
  b"\x01É╩D̓qL│Çr┤K\x1Dµ@"
  b"\x01É╩DÍís,¡#ÿ\x10─j·‗"
  b"\x01É╩DÍópIåD~V¹ôã¼"
  b"\x01É╩DÍñs7ô¨r┴\x08@s0"
  b"\x01É╩DÍÑqºÉ_|‗ºÀ\x1Dƒ"
  b"\x01É╩Dͺr│┐ÕÁvi\x18"\x08"
  b"\x01É╩DÍ¿pØ×>\x06(└p█k"
  b"\x01É╩DͬpGƒ\e´ßÑ\x03^\n"
  b"\x01É╩Dͽq&ïC@_dËE6"
  b"\x01É╩DÍ¡p¨┤û\r­ØX\x00:"
  b"\x01É╩DÍ«s\x0F╝É3YE┤<\x12"
  b"\x01É╩DÍ░q½é³âÛ/dñ\n"
  b"\x01É╩DÍ▒sN«\x08ü╣M°Me"
  b"\x01É╩DÍ│pƒ¢®$¶ß=)\x0F"
  b"\x01É╩DÍ┤qËì\x124H¦ø¾b"
  b"""
    \x01É╩DÍÂs\n
    ÆÁi!Ï\x7F\x08
    """
  b"\x01É╩DÍÀr´á4sÇ:|g\v"
  b"\x01É╩DÍ╣p2║Ö\x0F¤¿»Ð&"
  b"\x01É╩DÍ║rÈü\x00\x03_¹#¦÷"
  b"\x01É╩DÍ╝q\x0EÁæÔ¾▓ÌJt"
  b"\x01É╩DÍ¢rXÜûYzw¸@y"
  b"\x01É╩DÍ┐rªí▒xÒv\x1A]O"
  b"\x01É╩DÍ└r\x06ö«º¡¬\e\tr"
  b"\x01É╩DÍ┬p0▓¯È─½ý:Ó"
  b"\x01É╩DÍ─r\x05âCÄÂo¡ß`"
  b"\x01É╩DÍãrðô?└êƒ-²\x11"
  b"\x01É╩DÍÃr¯ºF\x00┼h\x1AØO"
  b"\x01É╩DÍ╔r1á\x13û\x06úS(ÿ"
  b"\x01É╩DÍ╦rûúÀ£Î>|»D"
  b"\x01É╩DÍ═pÜå;Ü­ÂÔ╦\x0F"
  b"\x01É╩DÍ╬sÝÑ-▒ë┌h0¸"
  b"\x01É╩DÍðr¤û§û;Täb\x18"
  b"\x01É╩DÍÐqéñRÃ\x16J░█Å"
  b"\x01É╩DÍËr┌åOÅ ê÷>_"
  b"\x01É╩DÍıqõÑ"âò\x0F\x7Fä"
  b"\x01É╩DÍÎsÀƒÜpÙ─Úño"
  b"\x01É╩DÍ┌qg»\x15─@6D╔ý"
  b"\x01É╩DÍ▄q¥ö\©\x00├Ê\x02Ø"
  b"\x01É╩DÍÌq{ö>QûÝ¥:╔"
  b"\x01É╩DÍßr9»P\x17o\x05Ç┐d"
  b"\x01É╩DÍÒp%ø┐­a\r;ò¯"
  b"\x01É╩DÍÕrÿÿ´æÈjú┌>"
  b"\x01É╩D͵q░À\té╠_ê3ã"
  b"\x01É╩DÍÞq└Â▄Ü\x12²^æÎ"
  b"\x01É╩DÍÚrªè\x13█aSØ\x00"
  b"\x01É╩DÍÙsÊå9è¦äâ%ô"
  b"\x01É╩DÍýs,øn\x17?r?¼¸"
  b"\x01É╩Dͯp³¿ßøıÄÑ\x19³"
  b"\x01É╩DÍ­s`║y\t\x1DÃÕVv"
  b"\x01É╩DͱrZ╗±\x0F1O\x03_y"
  b"\x01É╩D;syî\f¦&ÝN▓Ó"
  b"""
    \x01É╩DͶr\n
    ¡©\ÝOå░î
    """
  b"\x01É╩DÍ÷rð«\x06á@\x1D║â©"
  b"\x01É╩D͸r|ÇkD§Ú▒æc"
  b"\x01É╩Dͨp¬ò>¹ã0ndã"
  b"\x01É╩D͹sX╗ƒ®\x1C,\x17ÃA"
  b"""
    \x01É╩DͳrTá\x0E\n
    ¼▓\x1C
    """
  b"""
    \x01É╩DÍ■síïR@þ²\n
    ñ+
    """
  b"\x01É╩DÎ\x00s%Á¼P1Â.Ðh"
  b"\x01É╩DÎ\x01rI« ╣╬¯Þì¦"
  b"\x01É╩DÎ\x03q¦╝6[┘▀®ûQ"
  b"\x01É╩DÎ\x05s\rú,øxÌ¡\x04Á"
  b"\x01É╩DÎ\x07r£║Ùù¹å\x18¤m"
  b"\x01É╩DÎ\x08pØ│7L0É▒à╝"
  b"""
    \x01É╩DÎ\n
    qOÜ╬mY/v10
    """
  b"\x01É╩DÎ\vr\x13╣a0æıãu¹"
  b"\x01É╩DÎ\rs\x1CƒÀ§Z;\^\r"
  b"\x01É╩DÎ\x0Fsfø░`■¦\x0Er#"
  b"\x01É╩DÎ\x10roÂäõu±A║\x01"
  b"\x01É╩DÎ\x12qêë$§QÄq.\x0E"
  b"\x01É╩DÎ\x13q«×╩îP\x7F«Æ╚"
  b"\x01É╩DÎ\x15rxÀõ\x1Dº¨ÁÅ9"
  b"\x01É╩DÎ\x16s:Á┤C╠ìë\x1C"
  b"\x01É╩DÎ\x18q¯è\x1Aàj\x7FßÜZ"
  b"\x01É╩DÎ\x19r³î▀IÝ\x1D\x01\x0Få"
  b"\x01É╩DÎ\er\x16£ÓòñE>MÕ"
  b"\x01É╩DÎ\x1Cs╔éÄ\x11¢¬\x15B\x13"
  b"\x01É╩DÎ\x1EqVüµ\x04ÈTâý¾"
  b"\x01É╩DÎ\x1FrJ« ØÓƼ¯£"
  b"\x01É╩DÎ!sí«!çB¥xm®"
  b"\x01É╩DÎ"sàÀ,¥@\t\x12\x18Ô"
  b"\x01É╩DÎ$s6òl)"×5LÂ"
  b"\x01É╩DÎ%sèêhpÉU╠ÃÏ"
  b"\x01É╩DÎ'prÑ®¶\x1FÑf£0"
  b"\x01É╩DÎ(rzÄGd▄qÏßx"
  b"\x01É╩DÎ*s\x08ì\x1C╣È:┬_'"
  b"\x01É╩DÎ+qùÿå(d▓þ{┬"
  b"\x01É╩DÎ-s\x1Fá^º¦JLz!"
  b"\x01É╩DÎ.pÜ┐5È\x1FGÀ;À"
  b"\x01É╩DÎ0péíìTEÅM@ß"
  b"\x01É╩DÎ1p®ôP8¼\x02HâF"
  b"\x01É╩DÎ3p?£ðND*\x19"
  b"\x01É╩DÎ4s»ûûÎüÿ\tT▄"
  b"\x01É╩DÎ6qh¥Û\x14 äKá×"
  b"\x01É╩DÎ7pX║\x03\x19éÕ║\x0F"
  b"\x01É╩DÎ9p█í<!¥´Â+\x08"
  b"\x01É╩DÎ:rì£g─á»■╔Â"
  b"""
    \x01É╩DÎ<rÊâ─ÓJ>\x11\n
    Q
    """
  b"\x01É╩DÎ=s¡┤Ù¶┴IFæu"
  b"\x01É╩DÎ?riÁâ\x01q8`y\x12"
  b"\x01É╩DÎArI▓\:\x10╗ƒ>a"
  b"\x01É╩DÎCpX┐lÅ‗qª‗¬"
  b"\x01É╩DÎDr\x14ºð║Í°M─╗"
  b"\x01É╩DÎFpöóAë■&Ó4r"
  b"\x01É╩DÎGpÅáWP▀?wí4"
  b"\x01É╩DÎIq­ÿÃ+ô▀fî╚"
  b"\x01É╩DÎJs?®ç]\x1CeÞW¿"
  b"\x01É╩DÎLrÅ¡=ı\x14¬ûvÕ"
  b"\x01É╩DÎMs╬ƒ²╬ù\x08w═╠"
  b"\x01É╩DÎOrßà¦╔║ÿ┌a"
  b"\x01É╩DÎPs¨ªyW\x00‗uã4"
  b"\x01É╩DÎRs\x08×+│ÝѬÛö"
  b"\x01É╩DÎSp(âÞ¨ôÿ\x1FX~"
  b"\x01É╩DÎUq§òPu@+Y╠U"
  b"\x01É╩DÎWs)ƒy│╔dÖõø"
  b"\x01É╩DÎYpL¥\rJÆ═Éçñ"
  b"""
    \x01É╩DÎZpQ»Ú\n
    \x0Fdäí
    """
  b"\x01É╩DÎ\q│â\x081y'\x13█²"
  b"\x01É╩DÎ^q▀ò×uÒÅ┬úã"
  b"\x01É╩DÎ_rùª¤wr\x7F.xà"
  b"\x01É╩DÎaskñû\v±LªGµ"
  b"\x01É╩DÎbsñ¼p=¸É\x16"
  b"\x01É╩DÎdszâBu%¶\x03?\x12"
  b"\x01É╩DÎfrƒ╗UË}p~Oy"
  b"\x01É╩DÎhs┼┤Ó╚;BS]Ñ"
  b"\x01É╩DÎjs└¡À\x0E\x1DÁÌß"
  b"\x01É╩DÎksÓ╣┌ó├ÚË▓\x04"
  b"\x01É╩DÎmpòÇÔ"bGï└j"
  b"\x01É╩DÎnp}ÿXÔT\x03Í£;"
  b"\x01É╩DÎprıø\x0Eø\x05\x14£╠{"
  b"\x01É╩DÎqscâ═R╣(R╚ı"
  b"""
    \x01É╩DÎspý®\n
    .}ª\x1C±,
    """
  b"\x01É╩DÎuq¾¥¯¥íèmÂí"
  b"\x01É╩DÎvpSø$Oò\vÄ\x7FH"
  b"\x01É╩DÎxs­òa\x01"¯$\x07"
  b"\x01É╩DÎzrF¡Õ¯òYWÞ\x17"
  b"\x01É╩DÎ{r¬×ÊÀ▀s┼▒ "
  b"\x01É╩DÎ}q┘│2°Þ╣@¶õ"
  b"\x01É╩DÎ~p\eéþ╦´¯s]-"
  b"\x01É╩DÎÇq║ü¾HÌ\x06\x03\x12¢"
  b"\x01É╩DÎürÊù_\f\x14#\x05É"
  b"\x01É╩DÎâp\x7F╣└\x1E╔Ç\x04"
  b"\x01É╩DÎäpÞá▒┴¯ÿçÞí"
  b"\x01É╩DÎåpë¥Ñ\x17·w(Åå"
  b"\x01É╩DÎçp±ê\x16\x18éï½\x04T"
  b"\x01É╩DÎër®ü<<SZ7\x0F"
  b"\x01É╩DÎèp«╗=@ɧm3\f"
  b"\x01É╩DÎîs,é\t3S\x14D▄ð"
  b"\x01É╩DÎìqÄ░ìDV°\x11Åj"
  b"\x01É╩DÎÅpÀ£²¸Ú«À\x17M"
  b"\x01É╩DÎÉs¤░ÁhULé©\x16"
  b"\x01É╩DÎÆp¨«nXùÜ\x07K "
  b"\x01É╩DÎôrï®\x03<\x05гS▒"
  b"\x01É╩DÎòr¿û\x11‗¤6ûL>"
  b"\x01É╩DÎûp¥åç \x19\x01,\x19U"
  b"\x01É╩DÎÿrQ│┘É1ó7»\n"
  b"\x01É╩DÎÜq³æåJ°ê)┘É"
  b"""
    \x01É╩DÎøskå¸Êz\n
    éHµ
    """
  b"\x01É╩DÎØsôì\x1D»E¥5ëÖ"
  b"\x01É╩DÎ×q »Ý+o©Ä\x0FK"
  b"\x01É╩DÎápö░╗5│¢ƒ\x06B"
  b"\x01É╩DÎípðªh3ð5\x14lJ"
  b"\x01É╩DÎúskôv1\e¦C=\x02"
  b"\x01É╩DÎñpDçz\x00Þ.Ã\x18°"
  b"\x01É╩DΪq½ïnGÍc² Ô"
  b"\x01É╩DκsÛáÙ\x00V\ribÝ"
  b"\x01É╩DήruÜ\x1C\x0F@@3f+"
  b"\x01É╩DάrEü^*Iϲþ2"
  b"""
    \x01É╩DμrEÄ_̶\n
    ═¡ù
    """
  b"\x01É╩DΡq«á`1\x03╠g³j"
  b"\x01É╩Dλråüô¯ÙC`@Þ"
  b"\x01É╩DÎ░r█ƒ-ä\x1C░R\tÉ"
  b"\x01É╩DÎ▓r%ä\x1AI║\x1E\x12R"
  b"\x01É╩DÎ│r*½\x1FJ(yøSÖ"
  b"\x01É╩DÎÁpç£▄üÐà\x11"
  b"\x01É╩DÎÂr/Öò¢W\x01¶█╗"
  b"\x01É╩DΩr\x18▒Îùô~c!├"
  b"\x01É╩DÎ╣r┬▓\x1DÎS¹nô─"
  b"\x01É╩DÎ╗rý╝C▒³ù║ÅW"
  b"\x01É╩DÎ╝r~½æ\x01;§©kÜ"
  b"\x01É╩DÎ¥qÊ┤DÐó5wâC"
  b"\x01É╩DÎ┐r+æü\x17ÆnÏ█Ï"
  b"\x01É╩DÎ┴qt║▄®╩¿Ð×!"
  b"\x01É╩DÎ┬q&è▓~aå"Ðö"
  b"\x01É╩DÎ─qͺ¶7╔u\x0E█å"
  b"\x01É╩DÎ┼qCÖIͺ░fèÑ"
  b"\x01É╩DÎÃq-¬» Ò┬ýI\x08"
  b"\x01É╩DÎ╔pСNm▒T█▓ª"
]
26 3.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 OFFSET 500
Parameters:
[
  false
]
27 1.19 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩DÎ╩qê«ó[Ê­¤\x0Fı"
  b"\x01É╩DÎ═s\f¢«r█K.ø¨"
  b"\x01É╩DÎ╬r¸íÇ»î+Çñ\x19"
  b"\x01É╩DÎðqsñ▄\x1F─╣ó7?"
  b"\x01É╩DÎÐråà└ï:┘╗Q┬"
  b"\x01É╩DÎËq\x12âÙù(Ökì"
  b"\x01É╩DÎısaì┌ttÅ´Üâ"
  b"\x01É╩DÎÎsq┐vN¼Ñ%I?"
  b"\x01É╩DÎÏr4Æé╣õæË@\x1A"
  b"\x01É╩DÎ┌pV½c}\x19I¨$º"
  b"\x01É╩DÎ█sÌ░ ,Ò\víJ└"
  b"\x01É╩DΦsü║Þ\t¶┴@çÑ"
  b"\x01É╩DÎÌr8║\x08┘[\x16>C8"
  b"\x01É╩DÎßrôá\x17«ðK\x03=?"
  b"\x01É╩DÎÒr\x12¼ýJõJ 3Ó"
  b"\x01É╩DÎÕp\x14Üî6├²Ô¨µ"
  b"\x01É╩D┌_rÆ║ni¢atwÃ"
  b"\x01É╩D┌apÎàý▄ùÌ╬▄ã"
  b"\x01É╩D┌bqÒ║ò«p3ãã©"
  b"\x01É╩D┌dp╗│¡í'UÎÖ\x01"
  b"\x01É╩D┌fråº(\rC\x11HP┼"
  b"\x01É╩D┌gsû┤h■N¸░\\x14"
  b"\x01É╩D┌isÇùæù»[+²¨"
  b"\x01É╩D┌ls┐ÑâÑ\x1E1\x7F╔B"
  b"\x01É╩D┌nqîù■×ÎÏ\fñ½"
  b"\x01É╩D┌or~ÉÙ▓OåóÅã"
  b"\x01É╩D┌qpÉ¡±©ÉS█Éá"
  b"\x01É╩D┌sqP│l§§ÎÀ\x1D¢"
  b"\x01É╩D┌tr!ùÎ┐âK╩Ùƒ"
  b"\x01É╩D┌vrتmyÍ×`fÐ"
  b"\x01É╩D┌wsáÄ░\eg█\x0Fz,"
  b"\x01É╩D┌ys\x10£Ç£¢?äµC"
  b"\x01É╩D┌zqõ╣\x15TôÅo\x12ñ"
  b"\x01É╩D┌|s▒Á[EÃ\x06_¹v"
  b"\x01É╩D┌}p·¥Éj-t(\f`"
  b"\x01É╩D┌\x7Fp╝ÁÛá­╔ýòL"
  b"\x01É╩D┌Çq╬àÕcý^áKÍ"
  b"\x01É╩D┌ésíê+60xêÂí"
  b"\x01É╩D┌âqR¥\x0EÆbADl¬"
  b"\x01É╩D┌àq\x03│DÛÅãû0├"
  b"\x01É╩D┌år¬©Ð\fB.¿eP"
  b"\x01É╩D┌êszû│├╚à\x07X\f"
  b"\x01É╩D┌èq\x1C»\x18Á%\x15ÃyÌ"
  b"\x01É╩D┌ïpZ©├\fÅKÛm¯"
  b"\x01É╩D┌îs¤¢└û]&è$A"
  b"\x01É╩D┌ÄpòºÂêx/╔ýE"
  b"\x01É╩D┌Årxò|_·$gO "
  b"\x01É╩D┌æs¶Ø:n5ëÕÉ\v"
  b"\x01É╩D┌ÆqÔ┤uÇ█H³j\x1C"
  b"\x01É╩D┌ÿrÔñ¦╦@║âk!"
  b"\x01É╩D┌Ös'â▀µerþ▀O"
  b"\x01É╩D┌øpMÀ\x1D\x013ßp┴C"
  b"\x01É╩D┌£qÐå@*Iø╠Bî"
  b"\x01É╩D┌×q¹À'#¥vÆ╠a"
  b"\x01É╩D┌ƒqxÂ─\x1EsáãÃ■"
  b"\x01É╩D┌ísT«ƒ\x0F█▒-{."
  b"\x01É╩D┌ósý░\x1A5á‗îÍ­"
  b"\x01É╩D┌ñrÖú\rZر¼1t"
  b"\x01É╩D┌ÑqeøjÞ'íÀû("
  b"\x01É╩D┌ºp┐Ø\x03éat■\r\x08"
  b"\x01É╩D┌¿p┤»C0²\rn\r£"
  b"\x01É╩D┌¬rèÅ\-ü\Öï§"
  b"\x01É╩D┌½sÚü[Eb>^¡¹"
  b"\x01É╩D┌¡pä┤(T!ðL├\x05"
  b"\x01É╩D┌«q¤êïáh\tÁ+\"
  b"\x01É╩D┌░s¦»î¡èýðH\x06"
  b"\x01É╩D┌▒r×ë1¬\x1CMÇàý"
  b"""
    \x01É╩D┌│r\n
    è:úË»\x0E
    """
  b"\x01É╩D┌┤qû¥╚â\v+\x7FÅ\f"
  b"\x01É╩D┌Âq^ÅrÛÎc÷8ô"
  b"\x01É╩D┌Às\vาü\x05øn>"
  b"\x01É╩D┌╣qQåçÊ\x13Õ}³1"
  b"\x01É╩D┌║s#ÆW?Õj└┬\n"
  b"\x01É╩D┌╝p«░ÎÅ?¥uj0"
  b"\x01É╩D┌¥pâ╝Ü04╗\x18"
  b"\x01É╩D┌┐qù╣\x1Eñá;\x13"
  b"\x01É╩D┌┴p┘ÑSælÚÜ,¥"
  b"\x01É╩D┌├pwìØ╣q┐#\x118"
  b"\x01É╩D┌─pUàn©Ë╬¨─Î"
  b"\x01É╩D┌ãq¼®\x19╩½\x03'ÈC"
  b"\x01É╩D┌Ãr¬ƒ\x12¾êÔô¸┬"
  b"\x01É╩D┌╔r┐Ø~█\x1E\ð¿\x12"
  b"\x01É╩D┌╩rB»ã┘ú®\t\x17"
  b"\x01É╩D┌╠rñå\x17e£║▀J"
  b"\x01É╩D┌═p\x03ÜKÞçMl╣V"
  b"\x01É╩D┌¤qi¥Ýê\\t~kë"
  b"""
    \x01É╩D┌ðp=á$\n
    <:Õ\x11\x13
    """
  b"\x01É╩D┌Êr>º║ıùÏÔë)"
  b"\x01É╩D┌Ëp│ôv±.\îxL"
  b"\x01É╩D┌ıqtÀ¯Ä+z‗\x19\x07"
  b"\x01É╩D┌Ír╝òyy_²\x0E"
  b"\x01É╩D┌Ïp¨íÈ\e2\x0E\x02 "
  b"\x01É╩D┌┘rCôg-QJãzA"
  b"\x01É╩D┌█q▄▒║î¿Åa└z"
  b"\x01É╩D┌▄rÛû£╣n[^▄c"
  b"\x01É╩D┌ÌrÉÁHä÷ï¢Z\x19"
  b"\x01É╩D┌ÓqSÂ-¨\x06"s\x13\x11"
  b"\x01É╩D┌ßq╠Ñ█ \x17øËÌÀ"
  b"\x01É╩D┌Òp;│Û\x18HQèqÝ"
  b"\x01É╩D┌õs■űù¯ud¢H"
  b"\x01É╩D┌µrÁ¥.Eé¡Ïc\x15"
  b"\x01É╩D┌þr+ï÷w»ÔÝËc"
  b"\x01É╩D┌ÚsÝìóã:Ñ╩÷±"
  b"\x01É╩D┌Ûs¦¥V╦╔)²█\x12"
  b"\x01É╩D┌ýr\x16║n®d°£w-"
  b"\x01É╩D┌Ýrgò_■½ú"àç"
  b"\x01É╩D┌´pyÜ\x00\x04ffbi┤"
  b"\x01É╩D┌­r▄╝i«ã%\qÝ"
  b"\x01É╩D┌‗rVü0Nw¨¹\x06ƒ"
  b"\x01É╩D┌¾s:ÆÂRú╗]l\x16"
  b"\x01É╩D┌§sìƒD¾¨▒¸Å*"
  b"\x01É╩D┌÷p£▒¥$·Ôÿ╗¤"
  b"\x01É╩D┌°rO║iBIjY\x1Aç"
  b"\x01É╩D┌¨pá£^▀±?╠+╣"
  b"\x01É╩D┌¹qO║öû═#Áe\e"
  b"\x01É╩D┌³r Çß$ÐcYµ4"
  b"\x01É╩D┌■púÇÉ[³"╚wc"
  b"\x01É╩D┌ rcá\x1E¤\x029¬?i"
  b"\x01É╩D█\x01p■ï&àQÐM<À"
  b"\x01É╩D█\x02r¨í\x0E┌ç0\t½s"
  b"\x01É╩D█\x04s9ían\x15K\x16\v\"
  b"\x01É╩D█\x05s¹é°Å1æIØ\x18"
  b"\x01É╩D█\x07s╣ÁÜ%\x19²Ð\x04:"
  b"\x01É╩D█\x08pd¿¼P║X÷Î\e"
  b"""
    \x01É╩D█\n
    r■Áþ¼:ìÜ┤>
    """
  b"\x01É╩D█\vs´ª\x10åP¡¢½*"
  b"\x01É╩D█\rr┤ñ│C\rMG±ó"
  b"\x01É╩D█\x0Ep╝╗ÊÇ╬nÒ$\x04"
  b"\x01É╩D█\x10rPÇÈ4M´O#Ê"
  b"\x01É╩D█\x11pÁÜ\x11µ(]ÚQr"
  b"\x01É╩D█\x13qñ┤\x05½░;jï¹"
  b"\x01É╩D█\x14s\x11ùKZX\t_\x1D"
  b"\x01É╩D█\x16shî┘\x07\x0Eø\n"
  b"\x01É╩D█\x17pBÆغbÀ°Ìk"
  b"\x01É╩D█\x19qOèo°Î\x03╗╗¼"
  b"\x01É╩D█\x1Aq\x1AâÀ+c_\x01w╚"
  b"\x01É╩D█\x1CpB¥úâ\x02]D\x13°"
  b"\x01É╩D█\x1Dr7½Cñ¿║Ë˾"
  b"\x01É╩D█\x1FróùUæî╔­‗\x10"
  b"\x01É╩D█ pP╗\x08§"s!iÿ"
  b"\x01É╩D█"q(¼È3?#═╬Þ"
  b"\x01É╩D█#sIÁ*éþb ÎË"
  b"\x01É╩D█%q?»UÝiÚ|\x10¯"
  b"\x01É╩D█&qF×½éR0B;▀"
  b"\x01É╩D█'r\x17ñÈT~╔Ó?O"
  b"\x01É╩D█)s\æìåæìA└ "
  b"\x01É╩D█*q\x0Eÿ^Ï─HCÞò"
  b"\x01É╩D█,rÐè─·»ßUZÕ"
  b"\x01É╩D█-s4îÜÛ²Q\x12ëg"
  b"\x01É╩D█/p\x1Fí°Õ\x05▀¯ÿ{"
  b"\x01É╩D█1qìéJ╩■ïp\e"
  b"\x01É╩D█3q¶Â7Ï╠Wõ%F"
  b"\x01É╩D█5q\x01¡\x17┴ûÒâ╝L"
  b"\x01É╩D█6smìÑÀ=Þ\x14í["
  b"\x01É╩D█8sÔï ܱà\x0F"
  b"""
    \x01É╩D█9s┤Ä\n
    V¬/:òa
    """
  b"\x01É╩D█;s·ÀÁ│ìkB└å"
  b"\x01É╩D█<q1À\x18õüT[╣ "
  b"\x01É╩D█>s│Å\x019Û©X0>"
  b"\x01É╩D█?pÕ¥¸ó®Ú╬¢ð"
  b"\x01É╩D█AsÁ╝ıÙ¦û,+{"
  b"\x01É╩D█Br6Ö+#\x15ÃëÈ%"
  b"\x01É╩D█DsQ┤|/Û±ivy"
  b"\x01É╩D█Eq\rèõ9Åx¡■\x1C"
  b"\x01É╩D█GrÄùuUv┘·3í"
  b"\x01É╩D█HpÚÄÇýææK\x1CÞ"
  b"\x01É╩D█Jsl┤HÙÖßÃ┌/"
  b"\x01É╩D█KpéêPw╠ÿ£þK"
  b"\x01É╩D█MpCÇ\t/<N®\x13\x7F"
  b"\x01É╩D█Os\x1EÑ\fØ?õ¿|ÿ"
  b"\x01É╩D█Pp\x12®\x1D¼ú╦¨Bm"
  b"\x01É╩D█Rr|ƒ­°©■‗Å"
  b"\x01É╩D█Tq¢©`\x13\╚£ý+"
  b"\x01É╩D█Ur&à*Äs¿─\x01Â"
  b"\x01É╩D█Wp¤ÿÎ^╚è■ãk"
  b"\x01É╩D█Xs ëC\x1AÔM╬Øu"
  b"\x01É╩D█ZpU¡ýôg%Ë¢á"
  b"\x01É╩D█[s\x08¬@±ü▓s\x1D\x07"
  b"\x01É╩D█]p2Ñ¢õ\x02¦%T¨"
  b"\x01É╩D█^s\x16£A½¨├4ùË"
  b"\x01É╩D█`q&ƒ░Ö9\rã"&"
  b"\x01É╩D█bqsÉ\róÄÐ?9`"
  b"\x01É╩D█csüå╔Fo%SÈ©"
  b"\x01É╩D█er╩î▓╝öå\x17┤5"
  b"""
    \x01É╩D█fq\íQa\n
    Ci$/
    """
  b"\x01É╩D█hr\x11ó¾\x00aÒð&¤"
  b"\x01É╩D█iqÚàè¶(í^Ìp"
  b"\x01É╩D█krçê»Ù;2V┌ì"
  b"\x01É╩D█lr¦æ╣░å\x1Ao\x1DË"
  b"\x01É╩D█np\x1A▓N║'©P┤b"
  b"\x01É╩D█oq àÈ_¶Å¸┐o"
  b"\x01É╩D█qpÆ¢w/┘jØ\3"
  b"\x01É╩D█rqmÿ\x1E▀º9â#█"
  b"\x01É╩D█tqÂóà³!P6gÎ"
  b"\x01É╩D█upâóK7ï─«£¯"
  b"\x01É╩D█wq\rò:╦Ì│òp\x12"
  b"\x01É╩D█xsvá1Ý;hÎÇ|"
  b"\x01É╩D█zqP½}╠vÎ‗■û"
  b"\x01É╩D█{s;ø\x04*═®k┬f"
  b"\x01É╩D█}rS▓ù7s³è\x7F÷"
  b"\x01É╩D█~s&▓╣ÉgƤ ©"
  b"\x01É╩D█Çs\x07® ┴ƒ@U¦J"
  b"\x01É╩D█üséö"\x12\x13Hû@¸"
  b"""
    \x01É╩D█âr╩║\n
    ú\x13µ╦mi
    """
  b"\x01É╩D█årÏ®C┐¾V_>┘"
  b"\x01É╩D█êsñ░âO\x1C\x04\x1E.\x7F"
  b"\x01É╩D█èp\x18ƒáiÜgY]ô"
  b"\x01É╩D█îr\x06øXÇ«Ñ╝B░"
  b"\x01É╩D█ÄrÝÉû5½´îây"
  b"\x01É╩D█ÉpgÉ+ ░Bså░"
  b"\x01É╩D█ôs╩ñ\x17─º═\t2╝"
  b"\x01É╩D█öpÄûj¤\x7FxgÁz"
  b"\x01É╩D█ûqìÁh4░└&╦Ð"
  b"\x01É╩D█ùr¡Ñï<"─k\x1A÷"
  b"\x01É╩D█Örí▒®═a╚ªÈÄ"
  b"\x01É╩D█øq§æðp╝Ƕ\x19["
  b"\x01É╩D█×p~öcºûÕ\x15ê\x00"
  b"\x01É╩D█íp'ÑÝ,\f\x05¢▀T"
  b"\x01É╩D█úsÞÁ├▀╩▄²¸\x1D"
  b"\x01É╩D█ªrfâX\x7Fè▒,²É"
  b"\x01É╩D█¿pÒåÙ\x04ız▀█\x1F"
  b"\x01É╩D█½síâ\x1Ey└¸Éæg"
  b"\x01É╩D█«s)┐▓┴x5&~\x17"
  b"\x01É╩D█░qîøl!ÂPOpõ"
  b"\x01É╩D█│qSòûõ¯/{[ª"
  b"\x01É╩D█┤rû╗¥\eBz«è├"
  b"\x01É╩D█Âpxê\x1Eß\x1EÄ(A/"
  b"\x01É╩D█©q)╣Ùý╦┌e´­"
  b"\x01É╩D█║reƒý4Ì┴&\x03M"
  b"\x01É╩D█╗p ü▀§¶\x06\-\x18"
  b"\x01É╩D█¢sã×P┌?&└bÔ"
  b"\x01É╩D█¥sÛ┐L²!\x122W¾"
  b"\x01É╩D█└q«Ç╬z\x18_F#D"
  b"\x01É╩D█┬r-¡a▓×#\x0F°■"
  b"\x01É╩D█├s¦¡lá¥'\t"
  b"\x01É╩D█┼rdí\x10¯%.áKU"
  b"\x01É╩D█Ãr?üæ?\x06─\wÈ"
  b"\x01É╩D█╚síè ▒╚÷ye\x12"
  b"\x01É╩D█╩q.Ä┴èDÐ0²©"
  b"\x01É╩D█╠s¢ócÕ\x04*\f\t"
  b"\x01É╩D█╬rëÁ\#e&,┤_"
  b"\x01É╩D█ðryª~gª\x011\x04\x1C"
  b"\x01É╩D█ÐpEæƃ¾¡E©`"
  b"\x01É╩D█Ës}Ö³î\x7F\x19§¬T"
  b"\x01É╩D█ıpü½´î^ÁªƒS"
  b"\x01É╩D█Îs£û±ö;Òö¯£"
  b"\x01É╩D█Ïqô╝[ö||kª\x1C"
  b"""
    \x01É╩D█┌qÎä╝╚«\n
    ╔2×
    """
  b"\x01É╩D█▄s▓¢\rý└ìTë/"
  b"\x01É╩D█ÌrÔÄ^ô§ßÇO┼"
  b"\x01É╩D█Óqƒ½WT£µ¬?\"
  b"\x01É╩D█Òq«½[]├#Aù,"
  b"\x01É╩D█õpTÿo"¹n;ù³"
  b"\x01É╩D█µrÆ│,\x04½³¼«Ú"
  b"\x01É╩D█Þq┴╣­î\x107>/D"
  b"\x01É╩D█Ús­ò\x03Yß2\eäs"
  b"\x01É╩D█Ùpeù8▀╣ïb3e"
  b"\x01É╩D█Ýs$¥JA¨ÉeËB"
  b"\x01É╩D█¯q-붽├▀Ùû\x00"
  b"\x01É╩D█­q╚ü¨Àê\x7F=═Þ"
  b"\x01É╩D█‗sfü4Ô▓I@¥Æ"
  b"\x01É╩D█¶rvê¼\7‗'\eg"
  b"\x01É╩D█§r˺Yæ┬┘4\x1C\x7F"
  b"\x01É╩D█¸s)«z\x04\f"
  b"\x01É╩D█¨sq£÷9UõK\rÓ"
  b"""
    \x01É╩D█¹pjéG\n
    3\x1C°Ó}
    """
  b"\x01É╩D█³s7üo§ûíè:ö"
  b"\x01É╩D█■p┤¡ÙKXµ¸æÆ"
  b"\x01É╩D▄\x00råû^\x03a«q\6"
  b"\x01É╩D▄\x01s3┐■▄ .æ\x1Dò"
  b"\x01É╩D▄\x03r\x03í¶ó░`Ø°ÿ"
  b"\x01É╩D▄\x05r¹ít¿R²\x14\x1ET"
  b"\x01É╩D▄\x07pÚ׶ƒ[>=2£"
  b"\x01É╩D▄\x08sÌÖ×t\x7Fñ-8E"
  b"\x01É╩D▄\np2ïoÇ\x00-´Áv"
  b"\x01É╩D▄\vsC┐+ÕJ\x06ó╣="
  b"\x01É╩D▄\rqÈ£<öF]ß\x11"
  b"\x01É╩D▄\x0FqÐ╗¿Èt┴¡F'"
  b"\x01É╩D▄\x10qçìKTÎ}<\x01Ã"
  b"\x01É╩D▄\x12r.©\x12╬Ä\x1C╬'½"
  b"\x01É╩D▄\x14qÁ»Ì§×\x14Ù-."
  b"\x01É╩D▄\x15q÷êÁU8ÚA±§"
  b"\x01É╩D▄\x17q¦¼\x19ƒ¢%÷Å\v"
  b"\x01É╩D▄\x19qöøó\x12è½│Ø\v"
  b"\x01É╩D▄\x1As╠åÅ­Ýq\x15¾e"
  b"\x01É╩D▄\x1Csk¿jBâ(\x06»\v"
  b"\x01É╩D▄\x1Es3┤Ú\x12R$Dþ±"
  b"\x01É╩D▄\x1Fp³┤9ÚZ÷\x0FÙg"
  b"\x01É╩D▄!scôNÆ┐[7W0"
  b"\x01É╩D▄#qõä·tËG\‗þ"
  b"\x01É╩D▄%pÝÿÇ╩î\x01ݬI"
  b"\x01É╩D▄&qRÉÊÎ+ùî6®"
  b"\x01É╩D▄(r\Á\vƒD*▀v0"
  b"\x01É╩D▄*s<ɾ\x1FÁ├u\x14¦"
  b"\x01É╩D▄+sþ┐XÍC O\x159"
  b"\x01É╩D▄-s~Ü╩\x01\x03Ê:(\x0F"
  b"\x01É╩D▄/r7ó││ä┌}ûÞ"
  b"\x01É╩D▄0p±\x1D ü╬ñC"
  b"\x01É╩D▄2s;ç\x06<Ñ%#\x08ß"
  b"\x01É╩D▄4p^╗ıdßPm¢Ð"
  b"\x01É╩D▄5q·éæ\x19¹T║åí"
  b"\x01É╩D▄7sn┤1íÀÆ├\x15«"
  b"\x01É╩D▄9r$è▀ý░VA¬Ä"
  b"\x01É╩D▄;qvúñ ©>)Ý¢"
  b"\x01É╩D▄<së¥\x15:_a]"¬"
  b"\x01É╩D▄>r\x17│@¬jçÛ-ú"
  b"\x01É╩D▄?sÝûÈ\x1AF§z\x07^"
  b"\x01É╩D▄Ap╬ù"¨eÉT§▄"
  b"\x01É╩D▄Cp╠èÌ▄Øb¦─┘"
  b"\x01É╩D▄Dq»╣¢\x0F\tÖý´&"
  b"\x01É╩D▄FsÖô\x13¶ta\x06‗M"
  b"\x01É╩D▄Gs\x16¥y\x7Fq╬úf°"
  b"\x01É╩D▄Isnò®^╝FŲw"
  b"\x01É╩D▄LqÇ│Î│c¯¥┬\x02"
  b"\x01É╩D▄NpîñrÞê_²B"
  b"\x01É╩D▄Prlàoþ\x13yð<░"
  b"\x01É╩D▄Rr═Ü#®B¹─}À"
  b"\x01É╩D▄SqVÄ9M\x18\x06øëµ"
  b"\x01É╩D▄Usµª▒,S7´\┼"
  b"\x01É╩D▄Wpº©Ï,m®y]G"
  b"\x01É╩D▄XrTéx²1V^╩\x16"
  b"\x01É╩D▄Zq═½▄\x19õÜ;\v¦"
  b"\x01É╩D▄\r\x06ªÅ;%ªÐ<è"
  b"\x01É╩D▄^r┬ï\x07m│®Æe©"
  b"\x01É╩D▄_pëƒ\x05&¥¬Ù¤\x02"
  b"\x01É╩D▄bp\x1Eè\x11g▓Ý└Z╣"
  b"\x01É╩D▄dq«¢└À\e\x14"
  b"\x01É╩D▄fqê»!(aCÕ,b"
  b"\x01É╩D▄gs\x13ÀÑWÏ╝─┴0"
  b"\x01É╩D▄iq8░Ó'\x1FËñþ¤"
  b"\x01É╩D▄ksÿëı\x18\x06kF"
  b"""
    \x01É╩D▄ms\x01¢¥\n
    ╩ë½ <
    """
  b"\x01É╩D▄op\v¥ë¿®J└pÄ"
  b"\x01É╩D▄qprø╔\x1Cà█ì&]"
  b"\x01É╩D▄spàñ\x04Øn(ä¢õ"
  b"\x01É╩D▄ts¯è\v\tÑ┬>\x0F5"
  b"\x01É╩D▄vräÿ\x16LñX ¨Ò"
  b"\x01É╩D▄yp░ä£ıê┼u▓S"
  b"\x01É╩D▄|pW¬´3Dú½Þ╝"
  b"\x01É╩D▄\x7Fq(ÁÝz¨£(Ã@"
  b"\x01É╩D▄ür@¥ªQ\ræЯ£"
  b"\x01É╩D▄âqi«\x1FÌA\x1DûVe"
  b"\x01É╩D▄àr1âë╣:ç.Kú"
  b"\x01É╩D▄çreë┤VãùX2█"
  b"\x01É╩D▄êq Å=│(@╣OS"
  b"\x01É╩D▄èp¾ë5h!║íG "
  b"\x01É╩D▄îqmªô2┘#Õ╠¦"
  b"\x01É╩D▄ìq[▒ÚdÈdñ\x04+"
  b"\x01É╩D▄Åp\x04á\x07¹├░╗┤N"
  b"\x01É╩D▄Ép#ó}%\\x0Fþ«#"
  b"\x01É╩D▄Æs\x0EólÀéçGÝ\x04"
  b"\x01É╩D▄öp2îsýz£\x07Ñw"
  b"\x01É╩D▄òpTÑ┐ì┌Ò\rºæ"
  b"\x01É╩D▄ùsʃW‗\r\x16ÕFþ"
  b"\x01É╩D▄ÿs<¥.z\x1F\x14ÿCC"
  b"\x01É╩D▄Üpmä»\x12Ñ8y Ý"
  b"\x01É╩D▄ørUª0î┘2&ê╚"
  b"\x01É╩D▄Øs\x1Cë░q╔ö²õ>"
  b"\x01É╩D▄ƒr\x10Ö\x12Û¸-Õ»J"
  b"\x01É╩D▄ás-¥ü\x00\x00kuS¬"
  b"\x01É╩D▄ópWÆ \x08*iz\x15"
  b"\x01É╩D▄úsDÿR´§n\x02q\x12"
  b"\x01É╩D▄Ñpr║ÐÊÔ¾ÝÖ£"
  b"\x01É╩D▄ªr8䪻âЧY\x13"
  b"\x01É╩D▄¿q5å\x08âÏEZQw"
  b"\x01É╩D▄®r©Å╗Ö·áeOÜ"
  b"\x01É╩D▄½sMæ\x17┴sæ­]R"
  b"\x01É╩D▄¼pÕ¬ÓL▀wæ´U"
  b"\x01É╩D▄«rzâÛçòhL¹º"
  b"\x01É╩D▄»qêôÏèWÏ\x15ïÀ"
  b"\x01É╩D▄▒sL░8.N\x18Ç\x00U"
  b"\x01É╩D▄│s\x13Å«\x15í7\x04äÁ"
  b"\x01É╩D▄┤q^ï\x17rT£Õ\x11Ã"
  b"\x01É╩D▄ÂrͺL;RÉ~í\x17"
  b"\x01É╩D▄Àp\x17¼<\x1C|\x1F;Àú"
  b"\x01É╩D▄╣r:╣Â`>ò\x16¬¨"
  b"\x01É╩D▄║p\x05║xü¬ò\fhk"
  b"\x01É╩D▄╝qJÿ╔¹ò\x03´ÍÖ"
  b"\x01É╩D▄¢r ¿\x19:KÆcÓÙ"
  b"\x01É╩D▄┐pbÇÉð*^@Áç"
  b"\x01É╩D▄┴qç£ù¥╦9³ ¹"
  b"\x01É╩D▄┬p®Ö.*Þe\x00\x15¦"
  b"\x01É╩D▄─sóØþ\x05\x17v╚;k"
  b"\x01É╩D▄┼pı«'Ù÷\x10\x12┌!"
  b"\x01É╩D▄ÃsÈت/ÊðËv¯"
  b"\x01É╩D▄╚pù┤7_¯7äO$"
  b"\x01É╩D▄╩q─ÇOߣMõd;"
  b"\x01É╩D▄╠ssª\r\x04.■\x10Ìõ"
  b"\x01É╩D▄═r̓UkY\x17¡\x00£"
  b"\x01É╩D▄¤p\x05À¬ù£Ä®!\x12"
  b"\x01É╩D▄ðs¶Å(Ógw\x13ìÇ"
  b"\x01É╩D▄Ês§öæ/ʳ11ù"
  b"\x01É╩D▄Èrλ╬╚_PCT\x00"
  b"\x01É╩D▄ÍrÑÜ:Àþv¨.W"
  b"\x01É╩D▄ÏrD│'>!m\x11 ö"
  b"\x01É╩D▄┘r\x15åÓy\x18\x06G▒"
  b"\x01É╩D▄█rþì¯┤Ø[$1q"
  b"\x01É╩D▄¦sÙƒÌ\x06e©ÉuP"
  b"\x01É╩D▄Ìq§É#\x1FK`\x10êä"
  b"\x01É╩D▄ÓsFï\eGUâ┬h©"
  b"\x01É╩D▄ßpñìì\x01K\x1F│5n"
  b"\x01É╩D▄Òr\v╣ó\x03'ô&\x12$"
  b"\x01É╩D▄õpíÅ Ç┌╬▒`\x03"
  b"\x01É╩D▄þsÍæè{\x0F‗å¶\r"
  b"\x01É╩D▄Þp¤í)É[~Gz\x08"
  b"\x01É╩D▄ÛqR┤,\x169©ÃdZ"
  b"\x01É╩D▄Ùsú¬÷▓+f\x15Ú┐"
  b"\x01É╩D▄ÝrÑñGù\e~\tØÝ"
  b"\x01É╩D▄¯q­©9ÈàÌ─ð╠"
  b"\x01É╩D▄­rÙÁ\x10N\rEÃ6 "
  b"\x01É╩D▄‗p\fávÂz¤F╬ "
  b"\x01É╩D▄¾q\x07Ç:┌Shkdk"
  b"""
    \x01É╩D▄§p8æ"\x03\n
    q>╝e
    """
  b"\x01É╩D▄¸p¦ôÁ\x00LI¶\x05r"
  b"\x01É╩D▄¨r┌àu¬j:1║▓"
  b"\x01É╩D▄·r\x1C\x03\x02\x03■‗U"
  b"\x01É╩D▄³pY┐■ö\fLY&¶"
  b"\x01É╩D▄²qhè╗─>\x15Wn├"
  b"\x01É╩D▄ q┼ú┼$?¦q\x12q"
  b"\x01É╩D¦\x01p╔¿½\x1Chq0╦5"
  b"\x01É╩D¦\x02s\x0E┤¯.FÒ·\x1E<"
  b"\x01É╩D¦\x04pÕó \x7F\x10÷ä&­"
  b"\x01É╩D¦\x05re¬U┘´Ð\f.t"
  b"\x01É╩D¦\x07rAïP[┬\x00*Ž"
  b"\x01É╩D¦\x08q\x12«¶»§\t╔/É"
  b"""
    \x01É╩D¦\n
    r\x17íS¯█1ç,Å
    """
  b"\x01É╩D¦\fsõ»h┴^©»nä"
  b"\x01É╩D¦\rrfÿl\x19\x1An│&▀"
  b"\x01É╩D¦\x0Fp:ûd\x05ºF\eÄ©"
  b"\x01É╩D¦\x10swø█û¡╣ûHæ"
  b"\x01É╩D¦\x12p@É2Ê_ã¬f)"
  b"\x01É╩D¦\x13r¹ñ┼Ý╔\x1F\x1D"
  b"\x01É╩D¦\x15stö#^┘Ïvûâ"
  b"\x01É╩D¦\x17p´░‗┼å\tê\x19."
  b"\x01É╩D¦\x18pÌñ╩ï\x06Ï═Ä+"
  b"\x01É╩D¦\x1ApÓº·z­oXyS"
  b"\x01É╩D¦\er┴ø ╠½ö Ë\x07"
  b"\x01É╩D¦\x1Dq|ÖO«lÅ░JW"
  b"\x01É╩D¦\x1Eq7£\tâKá\x15û×"
  b"\x01É╩D¦ r▒ág█┐\x07\r"
  b"\x01É╩D¦"p"▒"U!~©:Û"
  b"\x01É╩D¦#sÐàe■▓'õñı"
  b"\x01É╩D¦%rñêªwÊí‗Pm"
  b"\x01É╩D¦&q)│\tû\x02#▄╦À"
  b"\x01É╩D¦(qî╝\x04\x02ßT\x1A"
  b"""
    \x01É╩D¦)s─æ\x06\n
    d\x1FL\x08ñ
    """
  b"\x01É╩D¦+sdÑ┐ô\x19¾Øé└"
  b"\x01É╩D¦,q±É)Äm┌_Åg"
  b"\x01É╩D¦.q2Ñ;p\x1C\x15½"
  b"\x01É╩D¦/p@öÞ\x7FvçE\x1E\e"
  b"\x01É╩D¦1r\x14úV═¤░▓\x05-"
  b"\x01É╩D¦2s³à░Ý\x7F└¼ô▓"
  b"\x01É╩D¦4sò®«¤Ò\x030Ón"
  b"\x01É╩D¦5q\r\e╝r\r¥óV"
  b"\x01É╩D¦6r5Öű╬hB â"
  b"\x01É╩D¦8pý×ıXzEù£`"
  b"\x01É╩D¦9p\x1Cø¼6±╔╠Â@"
  b"\x01É╩D¦;p\x7Fô╔\x03ƒ░ä×."
  b"\x01É╩D¦<qnñe,\v>┐V\x10"
  b"\x01É╩D¦>q\x1DóR\x18ñï_p\x19"
  b"\x01É╩D¦?r·ÇáX-Ì'Ò "
  b"\x01É╩D¦AsÉúÑw×┬U╠ñ"
  b"\x01É╩D¦Bs»ë5W═kßÀ'"
  b"\x01É╩D¦Cq┌î9\x06âK\x18═©"
  b"\x01É╩D¦Er,í¹‗▄\x0FDx╦"
  b"\x01É╩D¦Fs®í.Ô┘r\rÓ\x1E"
  b"\x01É╩D¦Hr>╗§ÉwXÏWÆ"
  b"\x01É╩D¦Is¿è\x13-jª!\x1E\x03"
  b"\x01É╩D¦KpPûnÉ\tÀ¥h'"
  b"\x01É╩D¦Lsé½9░À\x1Cd½2"
  b"\x01É╩D¦Npùâ\x0E¿╔b÷`\x7F"
  b"\x01É╩D¦Os║®W\x06\x02ج"
  b"\x01É╩D¦Ppàù\x07ÎÕ╝Z\x04ı"
  b"\x01É╩D¦Rs8ô\x03\x15^¯\Q"
  b"\x01É╩D¦SsuÆå═Ϊ┤x6"
  b"\x01É╩D¦Us\x1EØÁÕÄ{─│×"
  b"\x01É╩D¦Vp2öCÑ─\x04/¼D"
  b"\x01É╩D¦XsÞú¯HÙ5%─║"
  b"\x01É╩D¦YqDå\r▀Xùı¶■"
  b"\x01É╩D¦[rF¼▄.÷S\x13êK"
  b"\x01É╩D¦\p\x11ñ\x17\x14Z\x16î┌"
  b"\x01É╩D¦^s3ÿ1QÜk╝╬B"
  b"\x01É╩D¦_p\x04öIáÚ\x7F\x01"
  b"\x01É╩D¦`r├Æ\x03╩\K^1\x06"
  b"\x01É╩D¦bs^│Wäı\x16¯ÅD"
  b"\x01É╩D¦dsqùx╬┌ÀÏÝg"
  b"\x01É╩D¦frl╗èÅÄxı¢Ã"
  b"\x01É╩D¦hpsØ├ôh£)sÃ"
  b"\x01É╩D¦is2║G)î\x1F\f½\x00"
  b"\x01É╩D¦krZ½Ù\x03¸±ì¾"
  b"\x01É╩D¦lp"Â%Ñ»)q÷█"
  b"\x01É╩D¦ns╣öÿ©õ┴e»k"
  b"\x01É╩D¦op\x1Aä)┘ìrr\x00v"
  b"\x01É╩D¦qq■è-D'*║­Ð"
  b"\x01É╩D¦rrÖÅe╚«)\x00\x04\x11"
  b"\x01É╩D¦tr+Æ@Í£║2ÃÏ"
  b"\x01É╩D¦ur­À┐A\x1Fyb▓\x00"
  b"\x01É╩D¦wsK╝lÐ1ð b\x0F"
  b"\x01É╩D¦yqÑó\x1FQ?ƒSiw"
  b"\x01É╩D¦zrOÉë¬ïèÿ©t"
]
28 3.06 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 OFFSET 1000
Parameters:
[
  false
]
29 1.25 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩D¦|sQ¥\vAé§▓$ã"
  b"\x01É╩D¦~p_ç└\x03kh¾âY"
  b"\x01É╩D¦\x7Frã░1ýFÁy@\x17"
  b"\x01É╩D¦üsk▒\x19╬Ùµ|Ì°"
  b"\x01É╩D¦âqHûýı╬¾¬,>"
  b"\x01É╩D¦är2┐>ý─zÙå*"
  b"\x01É╩D¦år\x05╣î╦├│╠ü┌"
  b"\x01É╩D¦êq²Ç0¢\x03ºïï\x7F"
  b"\x01É╩D¦ësÊ¥ 'í@Îü▓"
  b"\x01É╩D¦ïs;¡«\e.¢sã«"
  b"\x01É╩D¦ìp▓╣4\x13A'\>Ç"
  b"\x01É╩D¦Åq\x18éíª¿bÖµx"
  b"\x01É╩D¦És½¼╠ÛƒyÞü}"
  b"\x01É╩D¦Ær\x1AèËé\x084@Mþ"
  b"\x01É╩D¦ôr┼╣=\x04FK"U""
  b"\x01É╩D¦òpÌû\x07▄┘Çt▓©"
  b"\x01É╩D¦ùpÂ佩vý<­Ê"
  b"\x01É╩D¦Üs─×·ÞÆ\r/üú"
  b"\x01É╩D¦£s!»=i└ ³$è"
  b"\x01É╩D¦ƒpPû▀Éy\x0F&~q"
  b"\x01É╩D¦íp\x18ÅÇ|ëhÇkw"
  b"\x01É╩D¦úp²│Î4ËÁ■\x1EF"
  b"\x01É╩D¦ªrÑÂ\x12Î\x12Z¶&>"
  b"\x01É╩D¦¿r°ø»¶ R\d?"
  b"\x01É╩D¦¬rtüNyý¥þ╬Ë"
  b"\x01É╩D¦¡pàƒ=█AÃÿd+"
  b"\x01É╩D¦»ròç^)z╔\x18ÑÚ"
  b"\x01É╩D¦▓s{¡2Ç\x02¶+ È"
  b"\x01É╩D¦┤peªgcºí°GE"
  b"""
    \x01É╩D¦Às╣úö»\fÙ\n
    ¹╚
    """
  b"\x01É╩D¦©p¸èÇõ, =ß\x1F"
  b"\x01É╩D¦║q ¢ƒ5ñ\t│╣█"
  b"""
    \x01É╩D¦╗s·┐áµ\x12­\n
    HN
    """
  b"\x01É╩D¦¢r▓Äî³%|>-Æ"
  b"\x01É╩D¦¥s▄âÖIl)\x1F·\x19"
  b"\x01É╩D¦└qü▒*\x0EhW>ùJ"
  b"\x01É╩D¦┬rsÆI¥¶ºs\x14M"
  b"\x01É╩D¦┼p\x07¼î╦~─3ݲ"
  b"\x01É╩D¦Ãp#╗)¢H~nÃÌ"
  b"\x01É╩D¦╔r┐ô.»£~vù╩"
  b"\x01É╩D¦╠rvó\x1EV9óx÷A"
  b"\x01É╩D¦═rgÇÔ¨ApGM@"
  b"\x01É╩D¦¤s>Ö­Â\x02ïÀ╩¶"
  b"\x01É╩D¦Ðqñ▒·]\x02°\x05ÍJ"
  b"\x01É╩D¦ÊpÜêJÖÎC\fÞ─"
  b"\x01É╩D¦Èqh¡Öþ╣z©Ñ}"
  b"\x01É╩D¦ıp@º:Ìåbö`X"
  b"\x01É╩D¦Îs\v¼UÜTOHÂ;"
  b"\x01É╩D¦Ïr´îâ2▄×\x1E"
  b"\x01É╩D¦┌s\vÇ\x11\x04µ\x12¼=:"
  b"\x01É╩D¦█s·Åv©M\t╠õı"
  b"\x01É╩D¦¦q╚½\x04y╗│Dæ©"
  b"\x01É╩D¦Ìqõá\x10«ÂÛÌ#┘"
  b"\x01É╩D¦Óp▄»aˬ\x17ã+\x10"
  b"\x01É╩D¦Ôr@ª%,|~ðRÎ"
  b"\x01É╩D¦Òq¥©i·6U╦õÒ"
  b"\x01É╩D¦Õpò┐ª\eìñØ■Ý"
  b"\x01É╩D¦µrhƒ▓yâ─3R¸"
  b"\x01É╩D¦Þq╗ÿK£╬.KÎ4"
  b"\x01É╩D¦Úr\eÉ\x15ˤ¢ðÃë"
  b"\x01É╩D¦Ùr*ïJH²ƒg╩;"
  b"\x01É╩D¦ýp/▓ÁVGÿ\x0FôÓ"
  b"\x01É╩D¦¯p»╝QÃ╦bÎgä"
  b"\x01É╩Dß\x7Fr½¢┬yOª\x11~ÿ"
  b"\x01É╩Dßüp¨¥¢¨3‗Å~┬"
  b"\x01É╩DßâsPÅÍ\x02\vK\x15\x05"
  b"\x01É╩Dßäpÿöa×µÖEð╠"
  b"\x01É╩Dßàp÷ÑHßÒú\x1E┤3"
  b"\x01É╩Dßçs¾û\x16ý¹íÃW╚"
  b"\x01É╩DßêpM╝ì2╦\x19¢SÉ"
  b"\x01É╩Dßèrk┤Ñ┼ÌıÛÏv"
  b"\x01É╩Dßïr\x04Âeä0Þg[\x04"
  b"\x01É╩Dßìs§ûé+\t­ \x7F#"
  b"\x01É╩DßÄskØ&╦«:3ñ5"
  b"\x01É╩DßÉrÿÆ=5\e╩L█Í"
  b"\x01É╩Dßæp╠▒éìÌ\x11Ûu¯"
  b"\x01É╩DßÆp!îo┌û[wæ│"
  b"\x01É╩DßöpÆ®ä▓T~Ñ║\x1F"
  b"\x01É╩Dßòq×ÿ¢r┘IÇÆ;"
  b"\x01É╩Dßùrõ║!Õm░W,ÿ"
  b"\x01É╩Dßÿp\x0F▒§RÔTk\x12"
  b"\x01É╩DßÜp«╝.ö±╩¬íp"
  b"\x01É╩Dßøp¼ñ\x7F)╚9g.\x11"
  b"\x01É╩Dߣq]×\x01&_o.C╝"
  b"\x01É╩Dß×sûé┤¹ÁäO\x142"
  b"\x01É╩D߃pÁÉ■DW³#\x12\v"
  b"\x01É╩DßísbÇaÅM¹¶0Ë"
  b"\x01É╩DßóqÇê\x15ç¤ð34P"
  b"\x01É╩Dßúq¹ªQ¶yíX·\x19"
  b"\x01É╩DßÑr┘ø=Õ\e\x19;Ûä"
  b"\x01É╩Dߪq\x0E©â¡│Rar¾"
  b"\x01É╩Dß¿r║ít­\x0E]³8¾"
  b"\x01É╩Dß®s]êEºÊ!\x18Æ\f"
  b"\x01É╩Dß½s\rÇç\x1Fu|L┘G"
  b"\x01É╩Dß¼sıÁ'\x08¼'r'\x1C"
  b"\x01É╩Dß¡s\x01å0╦Ý┌ù8\x1D"
  b"\x01É╩Dß»rñè°QhØôÐE"
  b"\x01É╩Dß░p©Ü#\x1CzÄööÏ"
  b"\x01É╩Dß▓qQ│\x0E\x0FC±¥a9"
  b"\x01É╩Dß│s╠«\vl?Q|í¸"
  b"\x01É╩Dß┤q■¼®Å╚0¦ªÉ"
  b"\x01É╩DßÂr┐»2g`g╗-""
  b"\x01É╩DßÀr²║:¦Z¸B®█"
  b"\x01É╩Dß╣rÞ£eê3ÏÔy¢"
  b"\x01É╩Dß║p╩É_£┌¼\t0("
  b"\x01É╩Dß╝r¤ï\x05ÌêYê`Â"
  b"\x01É╩DߢrH║)\x0F┘├@úÑ"
  b"\x01É╩Dß┐sRæFØ¿ý!J."
  b"\x01É╩Dß┴psÉnnG©ı├ð"
  b"\x01É╩Dß┬p²▒É:1Óä$)"
  b"\x01É╩Dß─pÞ¡z┼Hiíب"
  b"\x01É╩Dß┼pg¢{└Ø\x16×£u"
  b"\x01É╩DßÃq\x03åGTöü║Ëû"
  b"\x01É╩Dß╚r^ú\x19«hÇ|Yâ"
  b"\x01É╩Dß╩r\x03üÛÅ╦»F╠\x1A"
  b"""
    \x01É╩Dß╦p\x18ñr®¶\x17\n
    ╝å
    """
  b"\x01É╩Dß═pG▓\x10E▒Ö(ÌÌ"
  b"\x01É╩Dß╬p¦Áä¶Ý+¾²\x10"
  b"\x01É╩Dßðpóë³Î╦Þ8PI"
  b"\x01É╩DßÐq(íRÊ═\x10î┴█"
  b"\x01É╩DßËr╝Åéw\x1D▓£ø\x01"
  b"\x01É╩DßÈrÖé_¿ýë£Ë:"
  b"\x01É╩DßÍqd¿Ê\x03\tÜC¥%"
  b"\x01É╩DßÎqW«j\x13°\x17Þͺ"
  b"\x01É╩Dß┘qá®\╬tßÜ<p"
  b"\x01É╩Dß┌p=Ü\x13Õ-\eñ╣╝"
  b"\x01É╩Dß▄s&Å¿\x12 Q¼´W"
  b"\x01É╩DßÌpÇ¢dµú\x05Ä­®"
  b"""
    \x01É╩Dß▀q\n
    ║íþ\x02s~[┤
    """
  b"\x01É╩DßßqdâvF\x01iXB┘"
  b"\x01É╩DßÒpó╝Ã\x07kwê×╝"
  b"\x01É╩Dßõq╔ó\x11¾`~\x13±¨"
  b"\x01É╩Dßµq┐ú:╩\f'╝Ïî"
  b"\x01É╩Dßþpàïøñ!\e\x19¡\x14"
  b"\x01É╩DßÚsfñG\x03¹▒5Ò▀"
  b"\x01É╩DßÙs\x02Æ4\x03\eºäOB"
  b"\x01É╩Dßýsòàèî»Ú!FH"
  b"\x01É╩D߯sıÀÏ\x18ûïA;)"
  b"\x01É╩Dß­q¾Åw¡\x1FkA,j"
  b"\x01É╩Dß±p¦ÇUt\x1D·ò¼­"
  b"\x01É╩Dß¾r¸á.=\x03\x03â)×"
  b"\x01É╩Dߧq\x13ë\f\x16Ði3\x11ƒ"
  b"\x01É╩Dß÷qu»`ÅþoNÏM"
  b"\x01É╩Dß°rÌ©ÔjoåX¥'"
  b"\x01É╩Dߨp\x08Àø\x18Ð\x16É«A"
  b"\x01É╩Dß¹pF«\x07£ØÃé║»"
  b"\x01É╩Dß²r\x1C×¥Å8­ïC¬"
  b"\x01É╩Dß■sü▒Óe╔´fÕ£"
  b"\x01É╩DÔ\x00qı╣P└Ó╬ݵ■"
  b"\x01É╩DÔ\x01pb│‗─3\x12ØN>"
  b"\x01É╩DÔ\x03rWèÞ┼\x07¡ì:╚"
  b"\x01É╩DÔ\x05qBÑ\e\x1E.2¸"
  b"\x01É╩DÔ\x06qEá\x108\x7FÞ├Z╦"
  b"\x01É╩DÔ\x08p}¬shç°ÉÎ▄"
  b"\x01É╩DÔ\tqÍèØï 7╗±7"
  b"""
    \x01É╩DÔ\vr¯®§\x07\n
    47q¯
    """
  b"\x01É╩DÔ\rs¡öO~═ïiCU"
  b"\x01É╩DÔ\x0Ep╦Ç╝\x18øò[\eü"
  b"\x01É╩DÔ\x10q:Æë..Äp^¿"
  b"\x01É╩DÔ\x11r¤ò$\x13\x18\x03°"
  b"\x01É╩DÔ\x13p+£B!S3╚\x1FÀ"
  b"\x01É╩DÔ\x14r═ØäÓó■ò0b"
  b"\x01É╩DÔ\x16qbÄÇצ]ÐéZ"
  b"\x01É╩DÔ\x18p▓½L\vx┬U▄ó"
  b"\x01É╩DÔ\x19p¤ùf¢\x11\x7FØïƒ"
  b"\x01É╩DÔ\es\x18┐ýVEX▀%ý"
  b"\x01É╩DÔ\x1CsL«g┤└ä▀P└"
  b"\x01É╩DÔ\x1Ep+Á█qG+*ø""
  b"\x01É╩DÔ\x1Fq{½¾bò\x05iT@"
  b"\x01É╩DÔ!r®ìÖ├`├'+Ü"
  b"\x01É╩DÔ#s\x0E\x16Ðk`÷b\v"
  b"\x01É╩DÔ$s│à£g▀êRíí"
  b"\x01É╩DÔ&qòÀ7½AÛ\x19\x1C\x1A"
  b"\x01É╩DÔ's·Üù)j\x1Du┌£"
  b"\x01É╩DÔ)pƒ¼WyB)74G"
  b"\x01É╩DÔ+q┤ú═S\t¸Újó"
  b"\x01É╩DÔ,s¿«Ö░Ûãiï"
  b"\x01É╩DÔ.q£Üâ¯æ■─3U"
  b"\x01É╩DÔ0raÆóäÚº¦c¿"
  b"\x01É╩DÔ1ptù\x07║"╬\x06û¦"
  b"\x01É╩DÔ3qpùòòx╬'ø¾"
  b"\x01É╩DÔ4s7▒▄ rÍÉ╩\x00"
  b"\x01É╩DÔ6sô¡´²F┘%m9"
  b"\x01É╩DÔ7sFÇŬî▄╦\tS"
  b"""
    \x01É╩DÔ9q¿Å7ƒ\n
    \x1E(Ø▄
    """
  b"\x01É╩DÔ;s░édæ7i\x13ÈÜ"
  b"\x01É╩DÔ=pììÇ¿\x04BËÇÙ"
  b"\x01É╩DÔ>syÉm\x04\x13«; ╚"
  b"\x01É╩DÔ@rNëçq|,?åõ"
  b"\x01É╩DÔAsAö╔lÖÛË'H"
  b"\x01É╩DÔCs\x1D░╔Y¨¹\x12x/"
  b"\x01É╩DÔEp'│╬┌\x1ER½û´"
  b"\x01É╩DÔFqó®┬"w¥\f┼¦"
  b"\x01É╩DÔHr½êß8 P-O‗"
  b"\x01É╩DÔJp@£Z#«öá┴¥"
  b"\x01É╩DÔKp\x01╗ËKEyË-║"
  b"\x01É╩DÔMr╬Ö┤Ö\x03\x16]\x17\x1F"
  b"\x01É╩DÔNs(Ä▒k©T_Óµ"
  b"\x01É╩DÔQs\x03ܨ¹\r4Áç§"
  b"\x01É╩DÔRrËîƒÃ?╔vm\x15"
  b"\x01É╩DÔTq│┤\x17µ3£K2H"
  b"\x01É╩DÔUqüô┬ÎÖÑ\x0F"
  b"\x01É╩DÔWp(▒█\v¾ÔÀæY"
  b"\x01É╩DÔXrkóÝ/,ıê²┐"
  b"\x01É╩DÔZrÏÁõ\v█)>┤Ö"
  b"\x01É╩DÔ[p,«üuÉHñË‗"
  b"""
    \x01É╩DÔ]r&┐¹\n
    \x1E\f
    """
  b"""
    \x01É╩DÔ_r5Á-j╠Ü\n
    \x10
    """
  b"\x01É╩DÔ`s%ëç╠ \x1CN¨ð"
  b"\x01É╩DÔbr┘ïio═p7│\x0E"
  b"\x01É╩DÔcr¯║ÆÞÊ ┴\fã"
  b"\x01É╩DÔepÿ│HÇn-2«¨"
  b"\x01É╩DÔfqÀ¢ï\x00w6wà\x05"
  b"\x01É╩DÔhrÑ¿‗\x10lvô÷!"
  b"\x01É╩DÔjsóÇ╬ ¢¸wã"
  b"\x01É╩DÔlsó░äÍi┼jÈm"
  b"\x01É╩DÔmp"ÿF\x129°2╩ı"
  b"\x01É╩DÔoqQÜF.û&▓▓P"
  b"\x01É╩DÔqq)é"âËòËO "
  b"""
    \x01É╩DÔssjÜDe\n
    Aèê:
    """
  b"\x01É╩DÔtslÉÑÀ\x13O\x07+\x10"
  b"\x01É╩DÔvrËÄHÆþÏ\x02"
  b"\x01É╩DÔxr┤┐$ÁG┌5R&"
  b"\x01É╩DÔzsÇäòeÛ\x12▓┐\x01"
  b"\x01É╩DÔ{q°«á\x06ôØkhÇ"
  b"\x01É╩DÔ}p]«[+÷-ëj╬"
  b"\x01É╩DÔ\x7Fr¾║zM\eqZ­Æ"
  b"\x01É╩DÔÇp├íY÷▒║˦\x14"
  b"\x01É╩DÔés\x1F╣,X\x07\x13.ôÅ"
  b"\x01É╩DÔâsG¬@x¢ni8Ü"
  b"\x01É╩DÔàp»Æ┤>\x15?B³;"
  b"\x01É╩DÔçqd║┐´ô¶³\x07 "
  b"\x01É╩DÔês\x1DÆÑ\x08©/I\x19¾"
  b"\x01É╩DÔèss╗hä¯3│-Á"
  b"\x01É╩DÔîq?¼|@¨·Ýw\"
  b"\x01É╩DÔìr#º3D╝▄ªÛ\x11"
  b"\x01É╩DÔÅr‗ÆÐ-╬¶kÄm"
  b"\x01É╩DÔÉq└¼B┘\x18±O/╦"
  b"\x01É╩DÔÆqd░█Áþ©RFÄ"
  b"\x01É╩DÔôpË¡▒-·Ælm÷"
  b"\x01É╩DÔòr%ç\x05\x00ehC×─"
  b"\x01É╩DÔûp/ægf\v\x1EhàÆ"
  b"\x01É╩DÔÿq ¼ õüß4H+"
  b"\x01É╩DÔÖpßÑ|TmË┬ïÏ"
  b"\x01É╩DÔøqàâ$¥mi0▒\x14"
  b"\x01É╩DÔØrY░¦ÇAgDó4"
  b"\x01É╩DÔ×q!¢ı´ý─A¼à"
  b"\x01É╩DÔápiÜKõ?_c8¥"
  b"\x01É╩DÔíp9Ä┼2=\x05ÍðÔ"
  b"\x01É╩DÔús\ùíXÎ[iK╦"
  b"\x01É╩DÔñpPÇ\x15Ã@¸x─Ú"
  b"\x01É╩DÔªsu▒╠-\x17fzB\x1A"
  b"\x01É╩DÔºqü│\x03c╣~:╬R"
  b"\x01É╩DÔ®r‗åêÂ8╠pÃK"
  b"\x01É╩DÔ¬qm®ÉÍÅ\x7F&tÜ"
  b"\x01É╩DÔ¼súç╩qø┴█\x05è"
  b"\x01É╩DÔ¡r\vÿ`\x7F_6┴í»"
  b"\x01É╩DÔ»sÙÑõumn1Wt"
  b"\x01É╩DÔ░q{▒´\x11\x12═y×ú"
  b"\x01É╩DÔ│qè╗&np‗õ\x04"
  b"\x01É╩DÔ┤rç¬\nØ\x1D\x1C¢ã"
  b"\x01É╩DÔÂr·Ñ*[\x05(UÒ¬"
  b"\x01É╩DÔÀp\x15┤í5þ├8+1"
  b"\x01É╩DÔ╣sNó╝zeÂÂ\e"
  b"\x01É╩DÔ╗p5¥_\elÇ ]┤"
  b"\x01É╩DÔ╝p¼£Ñk\vÂWÁ\x03"
  b"\x01É╩DÔ¥s#╝╗Ço\x00\x0FÕA"
  b"\x01É╩DÔ┐r_á┐Î4.ǨÎ"
  b"\x01É╩DÔ┴prî\t`JW\x16{\x19"
  b"\x01É╩DÔ┬rpó\x01▓«£ëUÖ"
  b"\x01É╩DÔ─q<ÿ═©Bnåãª"
  b"\x01É╩DÔ┼sÊÂ█¦\x01`X4n"
  b"\x01É╩DÔÃs\x12å┐ÍY2P¡w"
  b"\x01É╩DÔ╔r̺\x19dr±#╣û"
  b"\x01É╩DÔ╩qÕ╗yTË*Ã(}"
  b"\x01É╩DÔ╠s~«\t}²rVø4"
  b"\x01É╩DÔ╬r\x00à\x06±╠Ý\x05\x0F\"
  b"\x01É╩DÔ¤qóåîÙª\ruv7"
  b"\x01É╩DÔÐpúºÁ¿Ò¶┌\eQ"
  b"\x01É╩DÔËp1¢\x19FR¾E\rX"
  b"\x01É╩DÔÈpF½ûeZnþbi"
  b"\x01É╩DÔÍr\x0EÖý░ýd¾\ez"
  b"""
    \x01É╩DÔÎr{â\n
    ´ı.\x15 X
    """
  b"\x01É╩DÔ┘p÷¡Z[┤ù╩B~"
  b"\x01É╩DÔ█pú¬qþ*╠îsê"
  b"\x01É╩DÔ¦p×è└+nb├«ä"
  b"\x01É╩DÔÌpô┐=S╔fH\x17b"
  b"""
    \x01É╩DÔÓr\n
    Çcb╝2µâÐ
    """
  b"\x01É╩DÔßsc┤LpPzÑ╠┼"
  b"\x01É╩DÔÒp╔ç»z^ÇD┌:"
  b"\x01É╩DÔÕswúÎ\x1E C2Â;"
  b"\x01É╩DÔµq\x1Eäní0\x13à[M"
  b"\x01É╩DÔÞrìíA\x02w:ßýL"
  b"\x01É╩DÔÛr^ª\x06\x11iT®ƒ█"
  b"\x01É╩DÔÙp±║Â:2;ÝÛ*"
  b"\x01É╩DÔÝs´Åg\x17n▒Ī+"
  b"\x01É╩DÔ´q\x05▓/P■}$âk"
  b"\x01É╩DÔ­p\x06ó_¬\eNÕ┼>"
  b"\x01É╩DÔ‗rÖêíÈ\x7FtÚ9Ï"
  b"\x01É╩DÔ¶q\x17»ÙSØÄEo)"
  b"\x01É╩DÔ§s╣Üìa\x10╗╦\x12¢"
  b"\x01É╩DÔ¸p6╗Îy>Õ┬>\x13"
  b"\x01É╩DÔ¨sQØþ×M┌7ö▓"
  b"\x01É╩DÔ¹p═ªx}ËfY[{"
  b"\x01É╩DÔ³p×░¤\x7FÒ\x030Ϋ"
  b"\x01É╩DÔ■p\ÇHƒ\x01AÀÛ\x1C"
  b"\x01É╩DÒ\x00q\x7FëıU\x12שTÌ"
  b"\x01É╩DÒ\x01s(á■\x11Ý \x12{╩"
  b"\x01É╩DÒ\x03s╚▒\x1C1<ã|!´"
  b"\x01É╩DÒ\x04s\x12Ø^1<╬¨-ô"
  b"\x01É╩DÒ\x06sg╗gjâ═+nâ"
  b"\x01É╩DÒ\x08p\vª\eï®vÖ\x11µ"
  b"\x01É╩DÒ\ts1ÂÒA\x12Ò%~µ"
  b"\x01É╩DÒ\vqkƒÐ\x18ÉÏ╦┌┘"
  b"\x01É╩DÒ\fq1┤\x02├┘6²xW"
  b"\x01É╩DÒ\x0Es¥ÆD\x07à¦O§é"
  b"\x01É╩DÒ\x10sLèÙÿÄ<─¼G"
  b"\x01É╩DÒ\x11s×ùE\x15©ÁfÑı"
  b"\x01É╩DÒ\x13rL¥Euö¼iðp"
  b"\x01É╩DÒ\x15síÁD/±(­│¶"
  b"\x01É╩DÒ\x16roë╔\v┌¥APn"
  b"\x01É╩DÒ\x18r"Âûƒ╝\x0F\x08ú´"
  b"\x01É╩DÒ\x1Aqôå!ôð\x10é»1"
  b"\x01É╩DÒ\esòæU\x17ƒD,ʬ"
  b"\x01É╩DÒ\x1Dq┬ò\eF╗o?ç)"
  b"\x01É╩DÒ\x1FpúàÞíåQ³B\x11"
  b"\x01É╩DÒ!p┬Àl0╦]÷i┘"
  b"\x01É╩DÒ"qÍà┌┤\x0FE·¢\r"
  b"""
    \x01É╩DÒ$q1Ç8│\n
    \x1EèuG
    """
  b"\x01É╩DÒ&r²íY³Ë\x02q╝¥"
  b"\x01É╩DÒ'qÁ¿Î6^]l;#"
  b"\x01É╩DÒ)r&ºÜ B´3w▀"
  b"\x01É╩DÒ+qFî.┬i$pÈÖ"
  b"\x01É╩DÒ,sHáXCÐS1íƒ"
  b"\x01É╩DÒ.q\x11àÆ| mtY "
  b"\x01É╩DÒ0q ª»I»3ú\x11Ý"
  b"\x01É╩DÒ1p4¡└WyJÄ5G"
  b"\x01É╩DÒ3qÄí(¬3FQ%\v"
  b"""
    \x01É╩DÒ5pÏî\x7F°Àì&\n
    [
    """
  b"\x01É╩DÒ6p¶áfu3¸ÓI\r"
  b"\x01É╩DÒ8pkíÂrF╦f·1"
  b"\x01É╩DÒ:s^ñVçC\x15÷ø╦"
  b"\x01É╩DÒ;p/®¬Æ╝êgå$"
  b"\x01É╩DÒ=r+½©└T¨┌âÂ"
  b"\x01É╩DÒ?q\vø¢À^▄¯\x1E "
  b"\x01É╩DÒ@qF▓═<╬´g\e"
  b"\x01É╩DÒBp®×É÷=¿Ê╝½"
  b"\x01É╩DÒCp§│ÇFû\x08┴cÈ"
  b"\x01É╩DÒEp+ØV\x179îê\x12ý"
  b"\x01É╩DÒGrê│Q\x13¢ìõq╣"
  b"\x01É╩DÒIrJéà1¢j4█"
  b"\x01É╩DÒJpûùØD~BR\x1A·"
  b"\x01É╩DÒLqÅ░¢Ä+,]8§"
  b"\x01É╩DÒNs±âı'+\x13\x18▀c"
  b"\x01É╩DÒOsç┐┬\x0F¨\x06l1ƒ"
  b"\x01É╩DÒQsDñ═H¶Ç¾%}"
  b"\x01É╩DÒSr\x13ƒ\x1F\x06jîæ@,"
  b"""
    \x01É╩DÒVq"ùoÐ▓\n
    p┼,
    """
  b"\x01É╩DÒXräÿ}\t~Ñ├ý\x1E"
  b"\x01É╩DÒ[pîÇGÚ\x1Aý‗õz"
  b"\x01É╩DÒ]qVóeòt\x11M;æ"
  b"\x01É╩DÒ_s\x05øS┤\ü\e\t}"
  b"\x01É╩DÒ`p"╗}¼─f}õ║"
  b"\x01É╩DÒbq\x15ìéq\tj\r#\x0E"
  b"\x01É╩DÒcp▒ò\x13T0Ì<?Ê"
  b"\x01É╩DÒepô¬Ñ\x08ýó°:¡"
  b"\x01É╩DÒgq\x08ªÛ╚├ÿ\x07,~"
  b"\x01É╩DÒhp╚ÿª\x08\eÊ\x0Fwy"
  b"\x01É╩DÒjrsûÚü×Btxª"
  b"\x01É╩DÒlp#ïUæ\x7Fè%ªþ"
  b"\x01É╩DÒmr█û¿àÁç \x05"
  b"\x01É╩DÒopº▓ôÍÄc\x121o"
  b"\x01É╩DÒqp)äÔ═Ù■╠=Ï"
  b"\x01É╩DÒrpïìæ\x02╬ñüãF"
  b"\x01É╩DÒtp/É▄ÿmK¤╚Õ"
  b"\x01É╩DÒvq)ç!¹Â$╩vË"
  b"\x01É╩DÒwpN░;Ëÿ█3­Ë"
  b"\x01É╩DÒysRå_öÏ}¶G\n"
  b"\x01É╩DÒ{r}Æ-ÂJä=ñã"
  b"\x01É╩DÒ|s▒½‗ç<\x04Ì╩\v"
  b"\x01É╩DÒ~qRúè;Q\x12‗T\x1F"
  b"\x01É╩DÒÇrcº3p< K\x11§"
  b"\x01É╩DÒüsçù▄qé¨tK?"
  b"\x01É╩DÒäpÞØ╠ô»:█ï└"
  b"\x01É╩DÒås░Á\x7F](Fxó§"
  b"\x01É╩DÒçr_ÜÚeè É¢\x7F"
  b"\x01É╩DÒëqÏØ_îÌø»è­"
  b"\x01É╩DÒès¹î═®\x13°¶C""
  b"\x01É╩DÒîröª\x14┘╔¦\x1E¹­"
  b"\x01É╩DÒÄr¼ùlÇO<t┼¬"
  b"\x01É╩DÒÅs{ëÿ¹vÚ┘±­"
  b"\x01É╩DÒæsCé\x1C╣·Íª(c"
  b"""
    \x01É╩DÒôr\vüP;▓\n
    à\x13©
    """
  b"\x01É╩DÒòquºFıi(S\x7Fx"
  b"\x01É╩DÒûró¡¶ìƒmò±O"
  b"\x01É╩DÒÿqÒ▒ÿÜI▓"¦G"
  b"\x01É╩DÒÜpEöò┐¥·W¹ô"
  b"\x01É╩DÒ£rÀ┤º¡r■«%\x1F"
  b"\x01É╩DÒ×sg┐Ok±=)ú¦"
  b"\x01É╩DÒárbå¨ß§)"ª┐"
  b"\x01É╩DÒís░ìjÂÓ─É%┘"
  b"\x01É╩DÒúsµÅ\x12;\x03\x06"
  b"\x01É╩DÒÑqÒ┤ûv╣°\x17'┼"
  b"\x01É╩DÒºq▄À\x06¨┴µ,hÌ"
  b"\x01É╩DÒ¿s╬èS&\x03îj\x15¢"
  b"\x01É╩DÒ¬p3╝\x1A¬╠\x19%)▄"
  b"\x01É╩DÒ¼r\f£+Æ7/╗ \x1F"
  b"\x01É╩DÒ¡rÇì§äâyÚÛ+"
  b"\x01É╩DÒ»sýª:S}Ð\x7F:e"
  b"\x01É╩DÒ▒p²Á╠╔ƃæSJ"
  b"\x01É╩DÒ▓q¿öùEøí°k\t"
  b"\x01É╩DÒ┤r-âc]┌d╩\r\x1E"
  b"\x01É╩DÒÂpZاö³rÈ\x15"
  b"\x01É╩DÒ©pcòþx┤¼cıJ"
  b"\x01É╩DÒ╣s·Æä\x03qQo\x10¸"
  b"\x01É╩DÒ╗rlÑl╠\x18£\x19¹²"
  b"\x01É╩DÒ¢r¯ùen¾ñ\x12¿µ"
  b"\x01É╩DÒ¥q░Ü'ÜTI┴ÌÒ"
  b"\x01É╩DÒ└r■û»┼Xc³Ý\x0F"
  b"\x01É╩DÒ┬s»åí$\x7F\x1A­"
  b"\x01É╩DÒ├rW▓äÃ#├÷GD"
  b"\x01É╩DÒ┼qZûÖ>¸4═Ø "
  b"\x01É╩DÒÃpÚû_¬Á±\x0F\x11\x04"
  b"\x01É╩DÒ╚p╠æý\e°┼└WB"
  b"\x01É╩DÒ╩rê¢Î]'n¼\x04'"
  b"\x01É╩DÒ╠qå×É86,®|X"
  b"\x01É╩DÒ═rHªÈ7░ø\x1C\x12Í"
  b"\x01É╩DÒ¤s3Ñ°2ÝÃç̱"
  b"\x01É╩DÒÐrcƒÛ*µ[0]æ"
  b"\x01É╩DÒÊp‗╝Í©j\x13▀yü"
  b"\x01É╩DÒÈs\tƒo·®á¯\x01\x05"
  b"\x01É╩DÒÍs¹ÉKh■\x03ø▄½"
  b"\x01É╩DÒÎrM░\x17\x13XT`¸¥"
  b"\x01É╩DÒ┘p`«_\v­\x12┴æ®"
  b"\x01É╩DÒ█s\x19ï█í\x14v8ã┘"
  b"\x01É╩DÒ▄piÅÍå´\ý╩\x1D"
  b"\x01É╩DÒÌp╠É╦.ó│gcx"
  b"\x01É╩DÒÓq¸éj>a#ã\x0F\t"
  b"\x01É╩DÒßrïù\eº╔¥M\x17~"
  b"\x01É╩DÒÒp\x06»DèÛ#ñ;W"
  b"\x01É╩DÒõsÙú£a─f°ñß"
  b"\x01É╩DÒµr░âJ2êâFÎk"
  b"\x01É╩DÒÞqGƒI\x16ø\x1EW\x06ã"
  b"\x01É╩DÒÚs╩ñ"ÖL©áÄ~"
  b"\x01É╩DÒÙsÅâº;\f\x0E\x10[h"
  b"\x01É╩DÒÝq┴»mt4±â╦u"
  b"\x01É╩DÒ´ríƒ\x1AM╔¦!\x05ç"
  b"\x01É╩DÒ­qoÆËÑtþ¤TÌ"
  b"\x01É╩DÒ‗qìú■\x15¯@oí."
  b"\x01É╩DÒ¶p.ì`®ñ┘Ð)""
  b"\x01É╩DÒ§q­░õ¹Ä:«þ"
  b"\x01É╩DÒ¸s/¥rbé\e͵ð"
  b"\x01É╩DÒ¨sE▒)\x15¤«¤Ä\x02"
  b"\x01É╩DÒ rØò ╩\x125Z?9"
  b"\x01É╩Dõ\x01sDëÝ¡Oظ'\r"
  b"\x01É╩Dõ\x02r\x03¬\x17½gU©1a"
  b"\x01É╩Dõ\x05p\x05£ùUµ│(`┌"
  b"\x01É╩Dõ\x07r▓ÑI±\x1D\x1E°"
  b"\x01É╩Dõ\tq┌ï>\x17╔û!\x18ý"
  b"""
    \x01É╩Dõ\n
    s¼║\x1D▄\\x07çn¬
    """
  b"\x01É╩Dõ\frÃèc‗╠~\t_\x18"
  b"\x01É╩Dõ\x0Eq▄º> Jû!»Õ"
  b"\x01É╩Dõ\x0Fq,Æ-}Nø$ └"
  b"\x01É╩Dõ\x11s*ìÔKëùJæ¶"
  b"\x01É╩Dõ\x13r\tùRLn`ºÓ║"
  b"\x01É╩Dõ\x14r▀éC­X´â3á"
  b"\x01É╩Dõ\x16qÜØãRò*ı&è"
  b"\x01É╩Dõ\x18sñ×Ûƒ×▓\x04ì┬"
  b"\x01É╩Dõ\x19sXñ®ÔÚ)½wU"
  b"\x01É╩Dõ\ep░ô│\x12\x04&á>Ñ"
  b"\x01É╩Dõ\x1Dsmí\x0F+ÐM\x1FË╣"
  b"\x01É╩Dõ\x1ErcÂbrè╩Ù{Q"
  b"\x01É╩Dõ pÌâ╣å¿╚ô╔*"
  b"\x01É╩Dõ"q¹ï┼\x10>5}øB"
  b"\x01É╩Dõ$sÔ¿\x034®i2\x11Q"
  b"\x01É╩Dõ&pƒáÐ\x11èQ!¦7"
  b"\x01É╩Dõ'qS╝Ì;äåò\x18Ú"
  b"""
    \x01É╩Dõ)rP▒_\n
    rq╣ûÿ
    """
  b"\x01É╩Dõ+p,åxhßAx╗)"
  b"\x01É╩Dõ-sǃÈø!Ñ\x0Eào"
  b"\x01É╩Dõ0pÖÇ┌ÈÓ(┴»N"
  b"\x01É╩Dõ2sòÿs?ÀÅ~$ß"
  b"\x01É╩Dõ3pÊèþ%¡\x067╬k"
  b"\x01É╩Dõ5qTÆ\x11Õ╠Y╦╬‗"
  b"\x01É╩Dõ7q^╣.óôq\x07æË"
  b"\x01É╩Dõ8q2¿Ñ í\x02cz%"
  b"\x01É╩Dõ:s½éÌÇ}I│aõ"
  b"\x01É╩Dõ<qÁáÍpå┐`ë\x01"
  b"\x01É╩Dõ=q\x18«2ðTWàäË"
  b"\x01É╩Dõ?r─×øPáI|╗]"
  b"\x01É╩DõAs\x03óþn¯\x7F├,ñ"
  b"\x01É╩DõBq¿ÄXU\x1D\x0F¿æ`"
  b"\x01É╩DõDq\x12┐áÕ╠╠µ.}"
  b"""
    \x01É╩DõFs«×\n
    ÷ê▄ÈâÍ
    """
  b"\x01É╩DõGr█âwÒY&\rÙí"
  b"\x01É╩DõIqGįA¹#>ª5"
  b"\x01É╩DõKp}¢\x16ÿ2╬´\x15"
  b"\x01É╩DõLs|Ø\x15C'J\r:0"
  b"\x01É╩DõNr▓½\v®ý╗p÷)"
  b"\x01É╩DõOqʼ1wñMdé""
]
30 3.13 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 OFFSET 1500
Parameters:
[
  false
]
31 1.28 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩DõQp\x1DÖä└¦sÓS\x08"
  b"""
    \x01É╩DõSp2£¼6\n
    êíU'
    """
  b"\x01É╩DõTsîº\x12,`¹2^y"
  b"\x01É╩DõVqÐ¥\x16/&;&XE"
  b"\x01É╩DõXrfÆø1nOsI>"
  b"""
    \x01É╩DõYp\n
    ▒█╦<Püîk
    """
  b"\x01É╩Dõ\qèû~ıº‗³¹I"
  b"\x01É╩Dõ]séÖüD‗L\x1D"
  b"\x01É╩Dõ_p\x08î/╔¶Æé¬2"
  b"\x01É╩Dõar\x1Fì╚æãQ[h3"
  b"\x01É╩Dõbsîî╩\x15\x00®Ç"
  b"\x01É╩DõdqÄÂ5\x048\x1E\x04"
  b"\x01É╩DõfqÉì,è¤b1¢I"
  b"\x01É╩Dõhq\x14Ç9$S`¥9│"
  b"\x01É╩DõjråûÇ┐P\x7Fog\x05"
  b"""
    \x01É╩Dõkrrÿ®\v¾\x03÷\n
    ¾
    """
  b"\x01É╩Dõmp?é\x0E\x00"
  b"\x01É╩DõopE╗Ù"úòÁ╝]"
  b"\x01É╩Dõqr´ÇbP\x0E\x16░¹┌"
  b"\x01É╩Dõsr_ÀA\fkuU8\x1D"
  b"\x01É╩Dõtp\x1A¬ê6▀ô²ÑR"
  b"\x01É╩Dõvsì©ÂJ─´±\vU"
  b"\x01É╩Dõxrf╗÷òzÃéÌÙ"
  b"\x01É╩Dõyp╗¿┌X\x7F¸!åÎ"
  b"\x01É╩Dõ{r®╗È;¿\x1A\x05½·"
  b"\x01É╩Dõ}pØìqmÚºo╠╦"
  b"\x01É╩Dõ~r5ïÞ]Åçz│Ø"
  b"\x01É╩DõÇpîîçÒ\x05(\x1E\x04Í"
  b"\x01É╩Dõürü╝½■Pâ7æ¤"
  b"\x01É╩Dõâr7ê@ú²¡YxG"
  b"\x01É╩Dõàr4ñ╝ð(\x18▀q{"
  b"\x01É╩Dõåqø╣JO³\x7F\x03.▓"
  b"\x01É╩DõêqûìLzR\x01Êuù"
  b"\x01É╩Dõèpd®\x11▀╩°ÿ`ý"
  b"\x01É╩Dõïr\x06▓:\fÜ~‗ÍÍ"
  b"\x01É╩Dõìqbä¥N\x14<úf§"
  b"\x01É╩DõÅphÖ╠Ï\x00µ\x14<L"
  b"\x01É╩DõÉs×Â}\x1A1+aX½"
  b"\x01É╩DõÆqYæûùìÛÔ{£"
  b"\x01É╩Dõôs;»C ▓\x0EÀ×v"
  b"\x01É╩Dõòpê¡f|®\x11ïE¼"
  b"\x01É╩Dõùry£î^▒jaêe"
  b"\x01É╩Dõÿsø¡▓\x10=\x14·i\x7F"
  b"\x01É╩DõÜsÑ©³°)'Ò±Þ"
  b"\x01É╩Dõ£r%ÄWfkÚº_""
  b"\x01É╩DõØq°┐yk\Å╬S\x0F"
  b"\x01É╩Dõƒpæäµ▓Öï─▄─"
  b"\x01É╩Dõír¹ä▄ùEúLê1"
  b"\x01É╩DõósOû]\x1A┌]èút"
  b"\x01É╩DõñsGÑÕ¨p+Í\x10Ë"
  b"\x01É╩Dõªr÷¬Ùß{Ûñí¾"
  b"\x01É╩Dõ¿p┬ªVóß▒▓\x1A¯"
  b"\x01É╩Dõ¬p┼â╝uoÚ^1¶"
  b"\x01É╩Dõ¼rVÿ¼uýè;õ\x19"
  b"\x01É╩Dõ«p9ÁtiÔ\x02üº%"
  b"\x01É╩Dõ░r-å¯\x7F\x14ãO¤\"
  b"\x01É╩Dõ▒s\x7Fâç\x1Eç\x16ÈòA"
  b"\x01É╩Dõ│s╝û\x05#ß¹O├Í"
  b"\x01É╩DõÁr)ª8\x16Bäç<a"
  b"\x01É╩DõÀr\x7FåÙû┴\\x0E\x1Fi"
  b"\x01É╩Dõ╣p)â¼c\t\\e╠▄"
  b"\x01É╩Dõ╗rÚìygÈÎ▀\x1D "
  b"\x01É╩Dõ¢pı╝¥©‗´ðÅ▀"
  b"\x01É╩Dõ┐paÅ\x0442m‗°â"
  b"\x01É╩Dõ┴qΫ@¶Å'ò\x15+"
  b"\x01É╩Dõ┬s\x05º╚cwh╩"└"
  b"\x01É╩Dõ─r¹ü\x08%éêDI+"
  b"\x01É╩Dõãp}¥4ø█Â║R\x1D"
  b"\x01É╩Dõ╚q╣íUeÛhO­\x16"
  b"\x01É╩Dõ╩p╔¼ne\x1FÏw{w"
  b"\x01É╩Dõ╠qßóËC\ÍZ]q"
  b"\x01É╩Dõ╬qâ╣\rÔ.MÏ╣°"
  b"\x01É╩Dõðqz┐\x178¢[├\x1C"
  b"\x01É╩DõÊs\x14\tR(±O¦¡"
  b"\x01É╩DõËpµ×Ì\x16®íÐÂ\x16"
  b"\x01É╩Dõır\x17╣Æj\x16*Ô▓£"
  b"\x01É╩DõÎqÛûñOÏ\x00¯\x12!"
  b"\x01É╩Dõ┘s;æÓ╦¡.b┘\e"
  b"\x01É╩Dõ┌r:│\x1F\x05Á´ß‗'"
  b"""
    \x01É╩Dõ▄súÂW\n
    >r╝s­
    """
  b"\x01É╩DõÌpѺÊ░¬çØlÌ"
  b"\x01É╩DõÓro£õ"kµÍ═\v"
  b"\x01É╩DõÔp$áâÆ\x1D#v\x1C\x10"
  b"\x01É╩Dõõsã¿ù y\x19GõR"
  b"\x01É╩Dõµsè¡]╣*ÏèÜò"
  b"\x01É╩Dõþr1╝h_\rDï4▀"
  b"\x01É╩DõÚqbÿôvÆ×~mÔ"
  b"\x01É╩DõÙs\x13Âu╬┐H\x1D"
  b"\x01É╩DõÝrËáæ×Øöì6¦"
  b"\x01É╩Dõ­p4ê\x13\e¼\x08QK"
  b"\x01É╩Dõ‗p¼ÉÂ>■rí¯ö"
  b"\x01É╩Dõ¶rò│_H1æÛtJ"
  b"\x01É╩Dõ·rıÁÈÇãh=un"
  b"\x01É╩Dõ·rıÁÈÇãü×\x7F"
  b"\x01É╩Dõ¹r\x05ä\x07@Ó6%G╗"
  b"\x01É╩Dõ²sZìâ■¿█~>ý"
  b"\x01É╩Dõ■pÉ╗\x16\║╔w¢┐"
  b"\x01É╩DÕ\x00r½╣²¥┤IdÙ~"
  b"\x01É╩DÕ\x02sñ£\x05N/õ┴º║"
  b"\x01É╩DÕ\x03q½ÂC BO·\x0EX"
  b"\x01É╩DÕ\x05sLà8\x1F\x05f-\x7F"
  b"\x01É╩DÕ\x07pãê»~pÝëÕı"
  b"\x01É╩DÕ\x08sA╣Ö§¡´«Ø▄"
  b"""
    \x01É╩DÕ\n
    rvç\n
    \x10ÇÈ0
    """
  b"\x01É╩DÕ\fr|ûÃ▄¢ù\x7F║ü"
  b"\x01É╩DÕ\rrùä£ô×ýg1┴"
  b"\x01É╩DÕ\x0Fræö▄®¬\x03h\x08x"
  b"\x01É╩DÕ\x11s,Ä─DÝ\x1Dµ╔|"
  b"\x01É╩DÕ\x13rf½e;n(Ä\x1E "
  b"\x01É╩DÕ\x15ri▒7\x1FÊ‗wMå"
  b"\x01É╩DÕ\x17pl¬c­╦Dé\x08C"
  b"\x01É╩DÕ\x1Aq9æ§ì«)╝Íö"
  b"\x01É╩DÕ\x1Cp཮{\x1E¥\x04M█"
  b"\x01É╩DÕ\x1Eqñâ═3U\x05\x1E\x0E"
  b"\x01É╩DÕ süô-§Ì╣ͱÎ"
  b"\x01É╩DÕ"rIƒ3║Ë«\x13ÃR"
  b"\x01É╩DÕ$q«ƒÄ╚\x02ò5L{"
  b"\x01É╩DÕ%q$Ö\§n7╚â╬"
  b"\x01É╩DÕ'r█▒-*U[9▀■"
  b"\x01É╩DÕ)q$║Åȱ®úz\x1A"
  b"\x01É╩DÕ*r5ó\x01▄qºs:÷"
  b"\x01É╩DÕ,p¶øý\x01ä═\x10\x00x"
  b"\x01É╩DÕ.q~º!\x01U³╠ô¨"
  b"\x01É╩DÕ/p│îñ²Höµ▀L"
  b"\x01É╩DÕ1r\x12¼ÖHÔÀÍæÀ"
  b"\x01É╩DÕ3qËó%§é╦¨T#"
  b"\x01É╩DÕ4pköG´Cªÿ‗é"
  b"\x01É╩DÕ7s»╣§│H(VDI"
  b"\x01É╩DÕ9qï¿\x1Cq¼3\x16\x00Ð"
  b"\x01É╩DÕ;pcóÐ\x02²¡ÍÑî"
  b"\x01É╩DÕ<q╩£ü:mò\x02jg"
  b"\x01É╩DÕ>rYïºR³ÿçâB"
  b"\x01É╩DÕ@q\x13¢¼UÆX¹íç"
  b"\x01É╩DÕBq\x07×N<¤`±\x18"
  b"\x01É╩DÕCq6┐ó ´Ø÷\x07L"
  b"\x01É╩DÕEsrò┼+eYÒ\x19a"
  b"\x01É╩DÕGqßôHnÁ\x08\x17p4"
  b"\x01É╩DÕIq:¢R[}öi*T"
  b"""
    \x01É╩DÕJrÌ×\n
    è\x08│âNn
    """
  b"\x01É╩DÕLq┌┐¥aå╗<s═"
  b"""
    \x01É╩DÕNq°Ñ\n
    \x1D\x07Ì&ÓB
    """
  b"\x01É╩DÕPr®╣¯ñ#CÊ&╦"
  b"\x01É╩DÕQr╔Ö Õ}H¤($"
  b"\x01É╩DÕSs╚¿·e■g¶Úâ"
  b"\x01É╩DÕSs╚¿·e■éïé|"
  b"\x01É╩DÕUr'ÅÏÑùuæè´"
  b"\x01É╩DÕWs9©¼\x14\x1F6▓╝|"
  b"\x01É╩DÕYstúñ\x00ÀvÒ\x0Ew"
  b"\x01É╩DÕZp²êFX╣Op\x04"
  b"\x01É╩DÕ\ræ¿Í\x13¶±ÿ═Ò"
  b"\x01É╩DÕ^q\x02Å:_i³¯£c"
  b"\x01É╩DÕ_pJÀ├\x05\x00\x00r"
  b"\x01É╩DÕasJû3/▒─Ù\x7F1"
  b"\x01É╩DÕcr\x1CØ\x18\x05Ó¾:\x15ú"
  b"\x01É╩DÕdr¶ƒ5ûHÿ"ƒ\t"
  b"\x01É╩DÕfr(ƒ\x03Í%ÆtÔ£"
  b"\x01É╩DÕhpëâ-\x14B¶sæå"
  b"\x01É╩DÕiq/é ä?‗╩4l"
  b"\x01É╩DÕksÌ«Á-`┤}┌!"
  b"\x01É╩DÕmrN╗r;Vå\x1A░┴"
  b"\x01É╩DÕnqu¡1\x19å\x17òÔk"
  b"\x01É╩DÕprÉÀ\x1CÔ╚Ï\x17Ø░"
  b"\x01É╩DÕrqΪWÁ═:õ&>"
  b"\x01É╩DÕss&»»ß|'~\x08"
  b"\x01É╩DÕusg¥gXðÕoUÔ"
  b"\x01É╩DÕwqÏ¢L¦æ▒,┌î"
  b"\x01É╩DÕxr¡Ø╚iı┘X[╝"
  b"\x01É╩DÕzs▒║Í>9oue\x07"
  b"\x01É╩DÕ|q╦░\x14@÷ÛÿíO"
  b"\x01É╩DÕ}r\rá:VÝï%-é"
  b"\x01É╩DÕ\x7Fr+║ç\x13╣\(B¯"
  b"\x01É╩DÕüq├»g╚w¡qv\x1E"
  b"\x01É╩DÕésB켫O\vWLó"
  b"\x01É╩DÕäpJì-\x00\\x18\v¢"
  b"\x01É╩DÕåqn«ñL:)\x18)%"
  b"\x01É╩DÕçs:«¤§═þÕ\x11"
  b"\x01É╩DÕëp╩æ(Y D╔Ä9"
  b"\x01É╩DÕès╠踱okh÷Ú"
  b"\x01É╩DÕîp¢╗Ü8/ɽ║Þ"
  b"\x01É╩DÕÄr©æW:óþ¡³¹"
  b"\x01É╩DÕÅr³Øm*VI¸═Ï"
  b"\x01É╩DÕæp°ø╣¹ÎÉB\x02¾"
  b"\x01É╩DÕôq ܼW{v ░¶"
  b"\x01É╩DÕòq\x05óD¥µýÐyº"
  b"\x01É╩DÕûrgäãÓ├ó*AZ"
  b"\x01É╩DÕÿp>ëM±¹~+┘Â"
  b"\x01É╩DÕÖr.¿(K©À▄#/"
  b"\x01É╩DÕøq¤âô¬▄Î┤M\x17"
  b"\x01É╩DÕØq\x1DöºH>\r"╝Ò"
  b"\x01É╩DÕ×pǽb¯õ\x01Ü ║"
  b"\x01É╩DÕáq\x10Ø■\t\x1E\v\x00þÓ"
  b"\x01É╩DÕísÝç\x1C┼Ð[\x06R\x16"
  b"\x01É╩DÕúqªáµc■YÜó╔"
  b"\x01É╩DÕÑq\x04¢~ôÒP8H\x18"
  b"""
    \x01É╩DÕªr«ó§a\n
    Iy2\x10
    """
  b"\x01É╩DÕ¿q\rÆ:Jõ\x18═nñ"
  b"\x01É╩DÕ½pnعRlBIÁö"
  b"\x01É╩DÕ¼qØï<ƒ_´@Ç\x17"
  b"\x01É╩DÕ«p&½Çþ),╣<ë"
  b"\x01É╩DÕ░pß╗\x1De┘ó▄±."
  b"\x01É╩DÕ▒r┬ú¤wµ╠\x04=t"
  b"\x01É╩DÕ│s³ÀYÒÉ▄Ô]\t"
  b"\x01É╩DÕÁso▓ý\x05\x0F¢Èé"
  b"\x01É╩DÕÀp`Ä;<I\x00^îW"
  b"\x01É╩DÕ©qÿ©‗«\x16H■S■"
  b"\x01É╩DÕ║q¿Å\x19┐éÌ»ñº"
  b"\x01É╩DÕ╝q\x06òµgµ\x138\x1C["
  b"\x01É╩DÕ¢r¹ÜcÐ╚G\x08êu"
  b"\x01É╩DÕ┐rÝ┐\x17.╚"W`+"
  b"\x01É╩DÕ┴qÒºÇf2■§3´"
  b"\x01É╩DÕ┬p\x00¥á┐Ý▓æx¾"
  b"\x01É╩DÕ─qÏû\x16)├ÏÊ├¬"
  b"\x01É╩DÕãp$Ñ;\x05{\Rkö"
  b"\x01É╩DÕ╚s▓½r┬$у0p"
  b"\x01É╩DÕ╩sõ¼±óÍÿ\x16~\x00"
  b"\x01É╩DÕ╦p#ÉÆ\x7Fo¢ý¿-"
  b"\x01É╩DÕ═pÎ×\x1F┼ûÔÐ\x08\v"
  b"\x01É╩DÕ¤péÖPÈ╦\r/åO"
  b"\x01É╩DÕÐr\x14ø\x13uÓà$ƒg"
  b"\x01É╩DÕËpY╣Ë\x1E\x05B\x15s"
  b"\x01É╩DÕÈpöäƒa3\x1Eíµ§"
  b"\x01É╩DÕÍsºâJ»║█)K\x06"
  b"\x01É╩DÕÏr█ºm█ó╣Gq¡"
  b"\x01É╩DÕ┘qAì\x04Ù©Ð░½q"
  b"\x01É╩DÕ█q4½`ƒhd┌4°"
  b"\x01É╩DÕ¦q\x07æ9 ┐▀ý\x1A¹"
  b"\x01É╩DÕ▀s6üZӪতt"
  b"\x01É╩DÕÓs-تAÍ»\t\x1E¢"
  b"""
    \x01É╩DÕÔsÃ\x06\n
    í³y
    """
  b"\x01É╩DÕõs¯ª«"\x05p÷-è"
  b"\x01É╩DÕÕrâåí\rØKÓ2Â"
  b"\x01É╩DÕþrìø=D╝x■©┼"
  b"\x01É╩DÕÚrFØ&|í3²ot"
  b"\x01É╩DÕÛq(òÞ¤>Ó\x1F\eA"
  b"\x01É╩DÕýqÙ¼[░Ø\x13┌├}"
  b"\x01É╩DÕ¯rÐóg7\x7F‗4áQ"
  b"\x01É╩DÕ´râá╠Á!Gç)d"
  b"\x01É╩DÕ±qtäÆ╔Å\x1A`¯-"
  b"\x01É╩DÕ‗p¡»\\x10+Pÿ┼\x14"
  b"\x01É╩DÕ¶q┬▒╬mòW\x18©W"
  b"\x01É╩DÕ÷s@Ü╠░╗Ì¢òá"
  b"\x01É╩DÕ¸pöëw©╣ÊРP"
  b"\x01É╩DÕ¨sèƒ\x1E0\f\x1E\rD"
  b"\x01É╩DÕ¹sÍ╣ªþùªA¾â"
  b"\x01É╩DÕ³q\x1C»\em=wÑÊë"
  b"\x01É╩DÕ■sı¼\x1AsƒëIgÃ"
  b"\x01É╩Dµ\x00sfî(]┌\x03©ü\x02"
  b"\x01É╩Dµ\x01p─£:▄d}─╣#"
  b"\x01É╩Dµ\x03s║ø\x03{9¦qY¸"
  b"\x01É╩Dµ\x05s\x05î»ôÄ·,Ùâ"
  b"\x01É╩Dµ\x06r\x1Dí\x1CEuıQW\x18"
  b"\x01É╩Dµ\x08q,ƒ\░E\x03q\eL"
  b"\x01É╩Dµ\tr>▓╣ÅAÑÓuº"
  b"\x01É╩Dµ\vqÈ║'ÕÄ>╠'F"
  b"\x01É╩Dµ\rs0Âãócp\x10\x05"
  b"\x01É╩Dµ\x0Ep¤ª§VwmÇþı"
  b"\x01É╩Dµ\x10r_óË└\x13HaKô"
  b"\x01É╩Dµ\x12pÀ╗▀Á\x12\x04_"
  b"""
    \x01É╩Dµ\x13r\n
    øü]*╦+õ┘
    """
  b"\x01É╩Dµ\x15qM½┘┌ûî×®t"
  b"\x01É╩Dµ\x17r\x1Fí▄¹rÓëi$"
  b"\x01É╩Dµ\x18s.ª\x19m┤\r4\tk"
  b"\x01É╩Dµ\x1Ar\x02ÜJÞ╚:k-\x1E"
  b"""
    \x01É╩Dµ\x1CpvÑ6ë\x1F\n
    |z\x06
    """
  b"\x01É╩Dµ\x1Epu║ä┐}È├_Á"
  b"\x01É╩Dµ\x1FsüÜxóÎÕ┐6q"
  b"\x01É╩Dµ!r-ò\eþ╔▒\x18ƒA"
  b"\x01É╩Dµ#rEá¨\e\x0FÖ\taN"
  b"\x01É╩Dµ$qÛø╠)øÍ\x1AÈÜ"
  b"\x01É╩Dµ&pr╗ƒ‗LDe£\t"
  b"\x01É╩Dµ(rlÂ\x17.}ü³/\v"
  b"\x01É╩Dµ)sıÖ6X\x02Õ╔ü~"
  b"\x01É╩Dµ+r×éÜiÑõ¸M\x1F"
  b"\x01É╩Dµ-p>¥äd\x156\x10¶/"
  b"\x01É╩Dµ.qD¢×8?:Þ%■"
  b"\x01É╩Dµ0p¥│\x1F;y]8\x03J"
  b"\x01É╩Dµ2rHªºµ<Ã7®7"
  b"\x01É╩Dµ3pñìlÛ*I┬\vã"
  b"\x01É╩Dµ5pÎÿ│\x03n▄\x17(┤"
  b"\x01É╩Dµ7rF│kFjı┘█╬"
  b"\x01É╩Dµ8sÞƒ╗┬ì═àÛN"
  b"\x01É╩Dµ:s┤ÜdHüÏ&»\x11"
  b"\x01É╩Dµ<qMó`î╩;)àø"
  b"\x01É╩Dµ>p\x02¼OqªÀ\t"
  b"\x01É╩Dµ?ryë█\x15⬭¡¡"
  b"\x01É╩DµAqféüôjqÿåø"
  b"\x01É╩DµBqR×.[;\x07§Ñ▄"
  b"\x01É╩DµDs\x05ì©&\x04"\x1C\rl"
  b"\x01É╩DµFpàíX©▒%\x0E¨W"
  b"\x01É╩DµHsÜò\x13=Èà¼g‗"
  b"\x01É╩DµJq\x12╝O@ëp╔yn"
  b"\x01É╩DµKrm£%ó Î<ì¨"
  b"\x01É╩DµMs\rçÆ'z╠s┴["
  b"\x01É╩DµOr▓ê/ÿ[%╗íå"
  b"\x01É╩DµQs└®À┴ =║i("
  b"\x01É╩DµSs½│\r╝▒\vWv\x01"
  b"""
    \x01É╩DµUrbê\n
    ©─eƒ¥c
    """
  b"\x01É╩DµWsC¬ÁÌ<\x1C<Ú±"
  b"\x01É╩DµXszé¨\x1Aƒf)\x04ã"
  b"\x01É╩Dµ[s{º°Ó\x0E÷Fb┬"
  b"\x01É╩Dµ\sF¼Ë╩{╝\x14"
  b"\x01É╩Dµ^r©¿Äʶ8;J6"
  b"\x01É╩Dµ`s\x1Cù.\x11;ÍëÔA"
  b"\x01É╩Dµbs\x0Fë6N▓\x06æÐ\x18"
  b"\x01É╩Dµds╬«·XÑí´Êx"
  b"\x01É╩Dµes\x02Ñø(u´f£\x7F"
  b"\x01É╩Dµgq\x14×\x06╣┌ãU\x16ı"
  b"\x01É╩Dµis>ë=lfıïVØ"
  b"\x01É╩Dµkp8ùÖ\x1DÔ$ÚP^"
  b"\x01É╩Dµlqlê/┼┴È╗\tð"
  b"\x01É╩Dµnrj┤ô3═ØE\x01È"
  b"\x01É╩DµprK║Û"ÄJ│\x16Ý"
  b"\x01É╩Dµrs¡½¹ìkã¦0a"
  b"\x01É╩Dµsp\x05ó{¾u¦[?ñ"
  b"\x01É╩Dµuroù\x0E"\r5,╗1"
  b"\x01É╩Dµwp│┐¬\x19æKVz~"
  b"\x01É╩Dµxq^úâ´ÞuNfñ"
  b"\x01É╩Dµzr.æJDÕ_sN║"
  b"\x01É╩Dµ|r\x1DÑBÅ2wäHH"
  b"\x01É╩Dµ}rRĬ\x15&àF/\x15"
  b"\x01É╩Dµ\x7Fq]ÉnzëE©\x18û"
  b"\x01É╩Dµüp~ñ║\t¢#┘ÇV"
  b"\x01É╩Dµéqª¡üxÛ┬Læ─"
  b"\x01É╩DµäpÐá░}#&┴\x1D*"
  b"\x01É╩DµåsPâ'CqÎ\x02│z"
  b"\x01É╩Dµêsäº\x18\x06»rBá^"
  b"\x01É╩Dµës█╝ü¯Q×a■\e"
  b"\x01É╩DµîrBÖ¼9d┘úú§"
  b"\x01É╩DµìsBè2d┼¢┤W╚"
  b"\x01É╩DµÅs_é,\x19ª8®┐d"
  b"\x01É╩Dµæq¶¼n7g¸\ÿ█"
  b"\x01É╩DµÆr¦åÙ¥\r╣27Â"
  b"\x01É╩Dµöq\x1F¥´T\x15©N¶\x06"
  b"""
    \x01É╩Dµûsª¡ÃÚÆö\n
    
    """
  b"\x01É╩Dµùq_×┴ÕÿÍ┌¿Ò"
  b"\x01É╩DµÖpÍÄ\x17╬Wy╠éy"
  b"\x01É╩DµøpâÁ¡e▀ÀG5A"
  b"\x01É╩Dµ£rBÇ┴Møm┘¹Þ"
  b"\x01É╩Dµ×sÑ®~Q4┐▒²┤"
  b"\x01É╩DµásaƒV.‗½¦\x16\"
  b"\x01É╩Dµír(èÆ\x11ã\x041Å+"
  b"\x01É╩Dµúp@û9Û\x04▒ùЃ"
  b"\x01É╩DµÑrO¥FƒU×íëO"
  b"\x01É╩Dµªq§ê~\x03+Úƒð‗"
  b"\x01É╩Dµ¿råÂk╔ê¸yÂD"
  b"\x01É╩Dµ¬qu£eÓ\x1F¾-ÆÓ"
  b"\x01É╩Dµ½s\x0F┤Ø5\v╚_H┬"
  b"\x01É╩Dµ¡r½│\x11æuƒW9p"
  b"\x01É╩Dµ«r\x14¬5¦ƒ\x1F9\x0FÐ"
  b"\x01É╩Dµ░pîÄ>\x1C\x07\x06"
  b"\x01É╩Dµ▓qÖô¨þRðüÒP"
  b"\x01É╩Dµ│pÛ¬Vú¹>\x08¿\x06"
  b"\x01É╩DµÁp\x19«ÕÈ^▒â\x1Dñ"
  b"\x01É╩DµÀrÌê\x05/\x1Dª|Òµ"
  b"\x01É╩Dµ©s/úÙ┬Þó╚\rü"
  b"\x01É╩Dµ║q³Ñ$ümìÙ#@"
  b"\x01É╩Dµ╝pý®¹¸]T¸qË"
  b"\x01É╩Dµ¢q\x05º\x00AºPÚ?ù"
  b"\x01É╩Dµ┐qIü5┬µbaí█"
  b"\x01É╩Dµ└p%╝\v³®Àø╚s"
  b"\x01É╩Dµ┬pP©▄h¾Û¶ã©"
  b"\x01É╩DÝ.p«Ö¨È└è┼ý"
  b"\x01É╩DÝ0qÿ×I\x16\t¯\x01"
  b"\x01É╩DÝ2rhÁ¼&=ò@æ\x14"
  b"""
    \x01É╩DÝ4q\tü\rcá■Y\n
    Ø
    """
  b"\x01É╩DÝ5s!ªÈ]Ó\x15q¾V"
  b"\x01É╩DÝ7qÓ┐\x01bA5\x7F┼■"
  b"\x01É╩DÝ9q¹Ø*ì┘îÒÞ\x03"
  b"\x01É╩DÝ:qùÑfIÖ├bYJ"
  b"\x01É╩DÝ<rqª\x03Ôø«zQq"
  b"\x01É╩DÝ=sBÿ±\x14\x05`Dá┬"
  b"\x01É╩DÝ?pr¥╗gü©+\x07"
  b"\x01É╩DÝAs\töS╚8¯Ó;¶"
  b"\x01É╩DÝCs┐û!zxõ░¤&"
  b"\x01É╩DÝDq#╗┐IæêÑÈ\x1E"
  b"\x01É╩DÝFs╚®╬¬ı>J·\x0F"
  b"\x01É╩DÝGpn│^\x07ƒÖ.b "
  b"\x01É╩DÝIrEÁX¢iCRöf"
  b"\x01É╩DÝKrpæ#ýÿ\x03uº·"
  b"\x01É╩DÝLq(ú\x0F\x1AöÏ=\x16Ó"
  b"""
    \x01É╩DÝNs,»Ä~¦░\n
    ■═
    """
  b"\x01É╩DÝOq¤ØÕ?.╩╬2Q"
  b"\x01É╩DÝQqÒåMyTÄl¼╣"
  b"\x01É╩DÝRq#Áel®òój¦"
  b"\x01É╩DÝTr*Äpj\x18r└£Þ"
  b"\x01É╩DÝVqЬ┘Ë┌\x03&@ð"
  b"\x01É╩DÝWr░åo}Ç{öVW"
  b"\x01É╩DÝYqè«\x18"É÷╔▒)"
  b"\x01É╩DÝZs@¬\x7FwP¢Óþ╬"
  b"\x01É╩DÝ\p┼ï├3Ø\x19g%þ"
  b"\x01É╩DÝ]pá®'SÜÅJ=B"
  b"\x01É╩DÝ_q\x06¡~t,CƒÑì"
  b"""
    \x01É╩DÝ`s║Ñ\n
    6▒ßÃïÏ
    """
  b"\x01É╩DÝbp\x00▒ú1V│Þóf"
  b"\x01É╩DÝdp Ç6´Fû÷/ú"
  b"\x01É╩DÝer#îO\ºÁ©║ "
  b"\x01É╩DÝgqØ▒À½vg R\"
  b"\x01É╩DÝhs~ÂuY-ÞßGb"
  b"\x01É╩DÝjsè»═Ï\x06OB<¦"
  b"\x01É╩DÝkp░æïE²┤┤ä~"
  b"\x01É╩DÝmq´│îýy\x00\x7FK,"
  b"\x01É╩DÝnrP╝▄\x17+Í█\x1C#"
  b"\x01É╩DÝps¡Ñ_¶üdúı╦"
  b"\x01É╩DÝqqüòõ(_Ò╗x°"
  b"\x01É╩DÝsqÒüÐDÈ\x03þ½ö"
  b"\x01É╩DÝtsIø\x16¥ù%<8Ú"
  b"\x01É╩DÝvs·ºZB\x19xà┤@"
  b"\x01É╩DÝwré»ø╬ß╬½¬ð"
  b"\x01É╩DÝyr*©\x12×Æ\x07(Vl"
  b"\x01É╩DÝzpnØ┤─ÉÅ▄ø\x1F"
  b"\x01É╩DÝ|r\x05î<ì©`Y@ê"
  b"\x01É╩DÝ}p╝âz╗û­'╚─"
  b"\x01É╩DÝ\x7FryÁ%Hi\t┴p>"
  b"\x01É╩DÝÇp_øUgê[ÝÒ "
  b"\x01É╩DÝârG¿1\x03¢┤n¡_"
  b"\x01É╩DÝärMûïV┴\x19(ó½"
  b"\x01É╩DÝåpÇ¡┌G×´À®Ò"
  b"\x01É╩DÝçp\x18¼┐.)\t¨▒ã"
  b"\x01É╩DÝëp┬úf\x7F°ßþÁh"
  b"\x01É╩DÝèp]¿þ\x07■>$FS"
  b"\x01É╩DÝîpºƒ÷└/╩w\eñ"
  b"\x01É╩DÝÄrèú¡ÂÈê┌¾7"
  b"\x01É╩DÝÅs¶ê\x1C\x1DÂÖ─\x11"
  b"\x01É╩DÝæp´¥69Wl¹£Ü"
  b"\x01É╩DÝôqÙ┤g8+sÕvº"
  b"\x01É╩DÝöryÑD\e¥┘rÀ\x1C"
  b"\x01É╩DÝûp\x1Eñ(<Þ{\x12Æo"
  b"\x01É╩DÝÿsõ╗└°╝J£║‗"
  b"\x01É╩DÝÜp╔¥_\x18=Èv¯Ì"
  b"\x01É╩DÝøpÉâãXhÑ\x17J~"
  b"\x01É╩DÝØs▓ÿZe°ß:4\x19"
  b"\x01É╩D݃s;ìæo\x13îõ>;"
  b"\x01É╩DÝárrëÖÜcè╩²¶"
  b"\x01É╩DÝóp\x03ú4_¹§ jv"
  b"\x01É╩DÝñpÒƒ┼4³¸¹­\v"
  b"\x01É╩Dݪp\tï¯HõÿNp;"
  b"\x01É╩DÝ®q"Ø\î£z8=J"
  b"\x01É╩Dݼpb╗Ô┼ª,?"h"
  b"\x01É╩DÝ»q/│U×Èj■s\x11"
  b"\x01É╩DÝ▒p┬░Õ§ÁÙ°Ï6"
  b"\x01É╩DÝ│p£âÈ\x10í▀³├~"
  b"\x01É╩DÝÁs\x05¼þ\x12\x0FLçÛç"
  b"\x01É╩DÝÂr\ûö\x07f|╬þ\x08"
  b"""
    \x01É╩DÝ©p█ë&(x\n
    \x10±ý
    """
  b"\x01É╩DÝ║rK┐\x19_Å!ª\x07ç"
  b"\x01É╩DÝ╗svê│{è\x04sÕ║"
  b"\x01É╩DÝ¢q3ænÛ[╝¨¯i"
  b"\x01É╩DÝ┐r0│Lµy\x18`Åc"
  b"\x01É╩DÝ└qlä\x04o\t╦wÏ "
  b"\x01É╩DÝ┬sÏà‗■\x0EîµÓ\x1C"
  b"\x01É╩DÝ─rD¡▀­Ôï╣³ù"
  b"\x01É╩DÝ┼q^┐\x11\x05\x08ìvcƒ"
  b"\x01É╩DÝÃs│æ¡\x1E³¿ySÈ"
  b"\x01É╩DÝ╔seÆeý{T§]×"
  b"\x01É╩DÝ╩s\x12▓³©¸ôQWé"
  b"\x01É╩DÝ╠r\rø»ê¦Yè¯4"
  b"\x01É╩DÝ╬p&ó!\x02ú77â¦"
  b"\x01É╩Dݤp\x1A¢Üõ;º ¯"
  b"\x01É╩DÝÐr}ƒÍ\x14¬mÏ"_"
  b"\x01É╩DÝËpØö³ZlnP{╠"
  b"\x01É╩DÝÈs¿╝▀î¯Ï┴┬W"
  b"\x01É╩DÝÍp\x15ÉË█i?Ô%▄"
  b"\x01É╩DÝÎqBÂ,mÃÄ£¡Ë"
  b"\x01É╩DÝ┘p«âyjÊ£\x1F-▓"
  b"\x01É╩DÝ┌s#ö\v¹ Èô\x07"
  b"\x01É╩DÝ▄sâƒ?╔2▓¿Ø▓"
  b"\x01É╩DÝÌsû╗ó½#o┤╬'"
  b"\x01É╩DÝ▀p+Ø\\x15Û~Òy╣"
  b"\x01É╩DÝßs┼ä▓9╗╝ë:­"
  b"\x01É╩DÝÒqKìnY\x14dg=Î"
  b"\x01É╩DÝõp&ïL±¼\v\x1A\e)"
  b"\x01É╩DݵrQ┐Ì\tmU1äê"
  b"\x01É╩DÝþr\f╣xR┐\x1D\x06\x06ý"
  b"\x01É╩DÝÚp¿ôË┐íðÂÂO"
  b"\x01É╩DÝÛsq©\x04[\x05¤Xh╝"
  b"\x01É╩DÝýpÍÆ[Ý├ƒ╦ÌM"
  b"\x01É╩DÝÝs,¬4yÄ Û=_"
  b"\x01É╩DÝ´qîçþR═ÿ·╬¹"
  b"\x01É╩DÝ­sø£ý\x05òM\x1C ò"
  b"\x01É╩DÝ‗r■░Z└òC┤·╬"
  b"\x01É╩Dݶrèë!Ì\eì\x15\x14ª"
  b"\x01É╩Dݧrs¼B╦│_4Ã5"
  b"\x01É╩Dݸrjª3ò5;·¿V"
  b"\x01É╩DÝ·qN║,┐«ÏTa4"
  b"\x01É╩Dݹp\x08ÿÆïn[C5■"
  b"\x01É╩Dݳr®ª┬Jo\x1E6!W"
  b"\x01É╩DÝ■s¹│Ô¤QytÁÓ"
  b"\x01É╩DÝ q░ÑiÏ▒Ý<u¼"
  b"\x01É╩D¯\x01pUéâò@§éX\x14"
  b"\x01É╩D¯\x02rSéã\x1Cú=┴$▓"
  b"\x01É╩D¯\x04s´ô\x12ÿfûý0ô"
  b"\x01É╩D¯\x05q\x18áÅ\x02┌k&«æ"
  b"""
    \x01É╩D¯\x06s■áÖk²ùo\n
    [
    """
  b"\x01É╩D¯\x08sêü┴9Ç╚5└└"
  b"\x01É╩D¯\tpNàÚ┐\x192oêñ"
  b"\x01É╩D¯\vq)º¦╦²ì¬#\x02"
  b"\x01É╩D¯\fpkÑìÊú\x00ÙOr"
  b"\x01É╩D¯\x0ErIé═Ön^mN/"
  b"\x01É╩D¯\x0Fsê│çÚ┌ä²A¤"
  b"\x01É╩D¯\x10s┤üÅ╦│Lèx┼"
]
32 3.27 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500 OFFSET 2000
Parameters:
[
  false
]
33 1.26 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩D¯\x12r5à▄m\v\x1AF{╔"
  b"\x01É╩D¯\x15rÜ®FwÅ▒Tõ\x03"
  b"\x01É╩D¯\x16p®Ñgø\x06×z­±"
  b"\x01É╩D¯\x18q8Æ87'ú¦3\x1A"
  b"\x01É╩D¯\x19q\x05½è,Xu¶F┐"
  b"\x01É╩D¯\esjÿ?·<Åkté"
  b"\x01É╩D¯\x1CqfÆ×\x00\x16ıÞ"
  b"\x01É╩D¯\x1Eq\x19ñêç\x06ãB╣\x04"
  b"\x01É╩D¯\x1FrÝ¿ïÕþ¶¦°¤"
  b"\x01É╩D¯!sF£yZï¿þ8ü"
  b"\x01É╩D¯"rêÅ1uG▄A_\x04"
  b"\x01É╩D¯$rLÖÆÏ╗Ïá▄À"
  b"\x01É╩D¯%q¨á0┬_ªºTC"
  b"\x01É╩D¯'qC╝[Æ║Ý¢E'"
  b"\x01É╩D¯(r=ó\x1F┘AÕ¬\x1Fß"
  b"\x01É╩D¯*s«ó±©©Ré?ð"
  b"\x01É╩D¯,sª│Öx═\x01╩ð¾"
  b"\x01É╩D¯-q╣à■└|¤×}\x16"
  b"""
    \x01É╩D¯/r\n
    ô┤q»╬4ì×
    """
  b"\x01É╩D¯1s^¢æI.¤ÈÁ¡"
  b"\x01É╩D¯2s_»À[æO+ß7"
  b"\x01É╩D¯4sQø»ÿ\e;`Å\x1E"
  b"\x01É╩D¯6qîÁõ®¬ƒ╝¤["
  b"\x01É╩D¯7p,ºÔ┬┌╔z\x04"
  b"\x01É╩D¯9s/ö_Ñj ©╗]"
  b"\x01É╩D¯:q³Ø¢Ü:wûµå"
  b"\x01É╩D¯<p½¬Ú~ÖåRhµ"
  b"\x01É╩D¯=qñö\x12\x01î╚Y,9"
  b"\x01É╩D¯?sTüA\x06╠O\v\x15á"
  b"\x01É╩D¯@r█À§®4«:ä`"
  b"\x01É╩D¯BrùÆõ\tªJe \x03"
  b"\x01É╩D¯Dq▄Å©ª¥W\x1F\x05ì"
  b"\x01É╩D¯Es\x17╝Fxò¸fã\x12"
  b"\x01É╩D¯Gpb╗×îü\x02d/G"
  b"\x01É╩D¯Hp}ïLÙñx▓·["
  b"\x01É╩D¯Jr*ò(Æ6\x12în░"
  b"\x01É╩D¯Kr\x16É%j"²Kmú"
  b"\x01É╩D¯Mq¦ÉKT9GY,¡"
  b"\x01É╩D¯Np¯ä═\x1D¤có¯/"
  b"\x01É╩D¯Pp\x08║$A\x07yøª6"
  b"\x01É╩D¯Rs\x05╗»ïÿ§Ñµ\x17"
  b"\x01É╩D¯Tsgºr³[A\x11X■"
  b"\x01É╩D¯Uq¾╝þk\x06\x0EU\x1E("
  b"\x01É╩D¯WpÒÀ■P}╦┐þh"
  b"\x01É╩D¯XqkòjƒÁÂAÞí"
  b"""
    \x01É╩D¯Zs\x05ÿ\n
    ┌l┌ðÆP
    """
  b"\x01É╩D¯[p%è`ƒOw(%\x14"
  b"\x01É╩D¯]s:╗▀ °\tܧÜ"
  b"\x01É╩D¯^qLÅe█äS¶\x11\x14"
  b"\x01É╩D¯^qLÅe█äk\x19©\x06"
  b"\x01É╩D¯_s\x13öÐÕ\x11ü\x15"
  b"\x01É╩D¯`såùfaN§ÄRR"
  b"\x01É╩D¯ap¼ó|0ñqPN─"
  b"\x01É╩D¯br\x1Cá¼?«┤\x17®¬"
  b"\x01É╩D¯cq╔░▄Ê▓\fÍÞõ"
  b"\x01É╩D¯dpñëg=Òó2¤â"
  b"\x01É╩D¯grG┐üù»Ð\x16¥F"
  b"\x01É╩D¯iqô¿ûFΩéó¤"
  b"\x01É╩D¯jp¹£▄ð├]Þ÷×"
  b"\x01É╩D¯lp╚É×x~\x16´g´"
  b"\x01É╩D¯mqà£8õ»Ü²r\x0F"
  b"\x01É╩D¯os\åùºqN\x02"
  b"\x01É╩D¯psÂö­«\x15\x16¡├\x13"
  b"\x01É╩D¯rs[│yÂ\x16╦utø"
  b"\x01É╩D¯sqôü\x06├¤\x149ý¬"
  b"\x01É╩D¯us½××ÂúÙ\x0Fôg"
  b"\x01É╩D¯vq7®\x15L*\x173Ts"
  b"\x01É╩D¯xsYù k«1­ýó"
  b"\x01É╩D¯yr\x19┐oùØe'ÅÍ"
  b"\x01É╩D¯{r²½‗º▀ñ▒\fe"
  b"\x01É╩D¯|q\x04óCd\x14\x10CÂi"
  b"\x01É╩D¯~rF┐%³C(ª\x01×"
  b"\x01É╩D¯\x7Fp▀Ö¥(T\x01z─Ò"
  b"\x01É╩D¯Çs¤ûÿ\x1DDø@╝ "
  b"\x01É╩D¯és\x1Dâ]7ÚåSë\x16"
  b"\x01É╩D¯âp÷úz\x01~h`╝ò"
  b"\x01É╩D¯àqUê┐`oà$\x04·"
  b"\x01É╩D¯åpEƒ½ÆÈ\x0FØÝ®"
  b"\x01É╩D¯çpgѧøÚÀrÇ-"
  b"\x01É╩D¯ëqºïm■\x7FAØ}\x02"
  b"\x01É╩D¯èrõ╗ƒ^\x15Á\x17\x14J"
  b"\x01É╩D¯îqÕà┐┘æ\x17g.È"
  b"\x01É╩D¯ìp┼║Ù\x17Z¡Ë\e^"
  b"\x01É╩D¯År_àâ$_k\x03ãü"
  b"\x01É╩D¯És║ÖÛ|Ïþ┘²\x10"
  b"\x01É╩D¯ærÑ┐ªy»èðÆi"
  b"\x01É╩D¯ôr\x17¢█3g╠Ú\x02¯"
  b"\x01É╩D¯öp\x17ç═Tµù█êÐ"
  b"\x01É╩D¯ûs£ì/rÄ┬┴´\x7F"
  b"\x01É╩D¯ùqÔƒ\x05·(ËÓ╗\x1C"
  b"\x01É╩D¯ÿq▒ÖÞ©MF├ñm"
  b"\x01É╩D¯Üpöû▀Çô¿ÝÚ<"
  b"\x01É╩D¯ør¸¿┬?Àn!\x1C\v"
  b"\x01É╩D¯ØpÄÉ»-▄Ñç\x17"
  b"\x01É╩D¯×r╬│ò\x02ÿÔ`bì"
  b"\x01É╩D¯ásÊæ`ÙÚÐ@\x0EÌ"
  b"\x01É╩D¯ír¦ª\x04NÂ▒è×ı"
  b"\x01É╩D¯úrþ║\x12úñ}\x12\x06%"
  b"\x01É╩D¯ñqÊï$£µ{8\x05Å"
  b"\x01É╩D¯ªsâ▒¹NºÝ÷ác"
  b"\x01É╩D¯¿qþÑî%­È#]°"
  b"\x01É╩D¯®p%ªCcϱ^Ü\x15"
  b"\x01É╩D¯½sÏ╗ \x14¦\x15\x01┘æ"
  b"\x01É╩D¯¼sÚ¢e°ý_þ7\x04"
  b"\x01É╩D¯«rQ¿\x13¾¦°+zå"
  b"\x01É╩D¯»r‗¿Jä\f▓¾wj"
  b"\x01É╩D¯▒pë¼g Æ¤▀R‗"
  b"\x01É╩D¯▓p\x13ì\x06ƒ½ÜÜ┤,"
  b"\x01É╩D¯┤pÂíÀ)i]|FÅ"
  b"\x01É╩D¯Âq`▒ã\x15gFÆ\x1C"
  b"\x01É╩D¯Àq×é2ï\x19\x11ÂA="
  b"\x01É╩D¯╣p\x06óÞGrÓ^=="
  b"\x01É╩D¯╗s\x1FÿıIXá\x08A╝"
  b"\x01É╩D¯╝q¿ùv\f▓ è#\v"
  b"\x01É╩D¯¥s═ìÒPLÞ┤Å╬"
  b"\x01É╩D¯└q>ØÎ\\f¨í\Z"
  b"\x01É╩D¯┴qúüÅv¡ÍÏ9ê"
  b"\x01É╩D¯├rfôå\x03\x03§÷íy"
  b"\x01É╩D¯┼p.Ñ▄õ»\x14Hn½"
  b"\x01É╩D¯Ãr╣ì\x07}lqE╩I"
  b"\x01É╩D¯╚r¿¬e\x08\x05`ùð"
  b"\x01É╩D¯╩s╚©­ý¸±[6j"
  b"\x01É╩D¯╦p±┤Å|Ȳ\x16þ "
  b"\x01É╩D¯═sÒóÄ«ƒò╔Æ4"
  b"\x01É╩D¯╬p!Áɲ#©ß─@"
  b"\x01É╩D¯ðq)░DJI_\x10╩‗"
  b"\x01É╩D¯Ðp\»\Þ─U¼-|"
  b"\x01É╩D¯Ëp╩Äð╚|H├ÿ§"
  b"\x01É╩D¯ÈpS×ý9f\x0F¡î³"
  b"\x01É╩D¯Íp_½\x02[\x19ëxçy"
  b"\x01É╩D¯Ïr░ì¿\râ¥"ë¾"
  b"\x01É╩D¯┘r\x1E¼É°\x1A`xõ\x1A"
  b"\x01É╩D¯█rè│ö]Âï╣ Ä"
  b"\x01É╩D¯▄p╬ÜãTÉ«J­¾"
  b"\x01É╩D¯ÌpGƒ╚×JgÙ\r"
  b"\x01É╩D¯▀qЮ\x1EÜ╔Sî-\x1D"
  b"\x01É╩D¯ßp}âK¶7\e©\t"
  b"\x01É╩D¯Ôs°ù%│\x11êö\fÄ"
  b"\x01É╩D¯õq<Å\x06ncÔ·,Ñ"
  b"\x01É╩D¯Õp‗×\x19\x07\f\x15â"
  b"\x01É╩D¯Þr¯émR5*ý╠╝"
  b"\x01É╩D¯ÚrtÄÒ@▒\x1FV\x1E$"
  b"\x01É╩D¯ÙqªÖ§E{\x1D\t─█"
  b"\x01É╩D¯ýq\v\x18üÐ4`í."
  b"\x01É╩D¯¯rµº Ø&Wó┐j"
  b"\x01É╩D¯´q"¼E@▓¶Þ¡Ã"
  b"\x01É╩D¯±qÒú¹ÏÿKZ<Þ"
  b"\x01É╩D¯‗pRâ´\x02ê│ìÈÅ"
  b"\x01É╩D¯¶s┐ÿ6ôRRK@>"
  b"\x01É╩D¯§rt┤õ╣°:\tþí"
  b"\x01É╩D¯¸sÃä>Ðxx1®3"
  b"\x01É╩D¯°swàAÙ\tÏþÏ\x16"
  b"\x01É╩D¯·qÓòH¾¿\x16)╣Â"
  b"\x01É╩D¯¹qn¿0N®\x08ƒ╩\e"
  b"\x01É╩D¯²sÙç\x03ñÛlåóÈ"
  b"\x01É╩D¯■pÝï\x00N\x0E▄3╬B"
  b"\x01É╩D´\x00q\x04¿╬ætÆK┌ð"
  b"\x01É╩D´\x01p¤ºK╩È°3Ï>"
  b"\x01É╩D´\x03sÚú\x140─‗┬OÞ"
  b"\x01É╩D´\x04qFÂÒ\x18gë¹â­"
  b"\x01É╩D´\x05q'║\x16¾I)Ã▄¯"
  b"\x01É╩D´\x07s\vä‗óå´²««"
  b"\x01É╩D´\x08p╔àÂ\x0Eà+ãØ\x1D"
  b"""
    \x01É╩D´\n
    s0ª1{ÔU┐\x19Q
    """
  b"\x01É╩D´\vpáÅXçf¥\x17ã\x0E"
  b"\x01É╩D´\rp\x17Ö┴║1Üú┬7"
  b"\x01É╩D´\x0EqèäE\rw2¬ã©"
  b"""
    \x01É╩D´\x10s▒ë╬\n
    KíÉÎÁ
    """
  b"\x01É╩D´\x11p╔┤ü\x19èÇ/ª°"
  b"\x01É╩D´\x13q¯åàE/Y¶üX"
  b"\x01É╩D´\x14qùü¾ª└û:ÐP"
  b"\x01É╩D´\x16sjé\x0F\x01*+B"
  b"\x01É╩D´\x17q\x04úæ1ì═«Ü?"
  b"\x01É╩D´\x19q=ú┼sÔÁ6╠Ë"
  b"\x01É╩D´\er\x06â>▄SUôÑ■"
  b"""
    \x01É╩D´\x1Cs\n
    è¯Hew=:ø
    """
  b"\x01É╩D´\x1Eq+À■wTØG╦®"
  b"\x01É╩D´\x1FpCú Þ-É­HÝ"
  b"\x01É╩D´!qÓºÌ‗\x01ö│\x19t"
  b"\x01É╩D´#q2║╠2GÍäë«"
  b"\x01É╩D´$sí¡q\x02k´Ò╠¦"
  b"\x01É╩D´&só¥|<\│Y\x06R"
  b"\x01É╩D´'p=å¢7.!-=v"
  b"\x01É╩D´*s\x00ǯF^ÔÁÑA"
  b"\x01É╩D´+r▀âEãu·\x06\x10Ä"
  b"\x01É╩D´-q\x06äGÊ"®ÿ╚B"
  b"\x01É╩D´/qðØ└╦û÷\x1Am\x1D"
  b"\x01É╩D´0rªò^Éé╚Õ\x0E!"
  b"\x01É╩D´2pæ»Æ\x1AÇÛ8±\x04"
  b"\x01É╩D´3s╔¼\x1AØ■z╠_j"
  b"\x01É╩D´5seçVÿ\x05¶uH┌"
  b"\x01É╩D´7q┐ÉNN\x00"פÊ"
  b"\x01É╩D´8r\x01í» ¦/\x17"
  b"\x01É╩D´:r■å\x10bN═0ÒZ"
  b"\x01É╩D´<qYêÆ\x1D¶·ÔË]"
  b"""
    \x01É╩D´>rØñð\n
    Èa§¬Ñ
    """
  b"\x01É╩D´@r\x0EÅ\x1F¬ôå┐þ\n"
  b"\x01É╩D´ArÚä\x13²\v¯QTq"
  b"\x01É╩D´Cp&ôÊÃ÷Å╦╝Y"
  b"\x01É╩D´Ds-ê\x1CZ\x07^(\x19"
  b"\x01É╩D´Fr\x12▓\Kh\x07ñ\x1A"
  b"\x01É╩D´Hs)¿ä8"7╬N©"
  b"\x01É╩D´Iq║É\x13Õ4ƒ┴gÊ"
  b"\x01É╩D´KsÕì¦zÆÎ├7\x08"
  b"\x01É╩D´Mq╦®\x12\x04\x7F╠H¹╗"
  b"\x01É╩D´Nröújüîæ├ë¹"
  b"\x01É╩D´Ps\x01®¡\x1F4\x0E|\x07ú"
  b"\x01É╩D´Rq^à}▓ò\x13¬}║"
  b"\x01É╩D´Sr\fÖ╗\t¯DË£i"
  b"\x01É╩D´UqÒén╔°ÃhÜ*"
  b"\x01É╩D´Vq!ªM╣gfíâ▒"
  b"\x01É╩D´Xr¡æͽ/9¨X6"
  b"\x01É╩D´Zpı¢\x0F\x1CV¸R@"
  b"\x01É╩D´[p\x10┐´8\fUñ}\x1E"
  b"\x01É╩D´]qÛä µ:Lk▀\x14"
  b"\x01É╩D´^suê+,Û®`\x0F)"
  b"\x01É╩D´`s▄ì\x0EFþ‗OÃÁ"
  b"\x01É╩D´ap@ùÍ;╣"ù¶Ç"
  b"\x01É╩D´cq­º\x191°ImË┼"
  b"\x01É╩D´ep9Å?▄3Õ¤'\x04"
  b"\x01É╩D´frË©F\x02Ò}r└,"
  b"\x01É╩D´hq╦╣ô&þéBú"
  b"""
    \x01É╩D´irc»GîK)D\n
    K
    """
  b"\x01É╩D´ks®ø═éóC╣´\x06"
  b"\x01É╩D´lrh║MI├/í▄\x19"
  b"\x01É╩D´nr\fª¼ÃÂ?³-|"
  b"\x01É╩D´or‗éiåêßx\x1Dê"
  b"\x01É╩D´qsjÀL\t├N°q""
  b"\x01É╩D´ss:×}¶ÄO\x06Í░"
  b"\x01É╩D´ts\x14æ,~[]\x0E|f"
  b"\x01É╩D´vr\x04û+‗<1dhM"
  b"\x01É╩D´wq│¢HÎ_ìÜ ¶"
  b"\x01É╩D´yp«¦\x01±£%µ@"
  b"\x01É╩D´zrÉø¨Q■ça;Í"
  b"\x01É╩D´|q\t┐o-W¨Û¸Î"
  b"\x01É╩D´}róÜ\x07ânÎT&Ù"
  b"""
    \x01É╩D´\x7Fs\n
    å£TJÙÁ■L
    """
  b"\x01É╩D´Çp{║[Â‗\er\x0EJ"
  b"\x01É╩D´és]Ѥo\x17Ý4C▄"
  b"\x01É╩D´âr½Â▓ANçÊà÷"
  b"\x01É╩D´àqpƒõÙ├A\e½ï"
  b"\x01É╩D´èp\x00░Å\x1CÜ\x0Eh¼^"
  b"""
    \x01É╩D´îs\x17┐■\x1CÀ;\n
    Ï]
    """
  b"\x01É╩D´ìskñ‗ Ý\x13¬à!"
  b"\x01É╩D´Ås\x10╗«▓åD■NA"
  b"\x01É╩D´æpßÑ4·<╬0jÁ"
  b"\x01É╩D´Æs7ÇÁ\x19õõÙ\x7F\x16"
  b"\x01É╩D´ösÙ░Ók­ƒ▄`j"
  b"\x01É╩D´ûr½Üqÿ▓\x1Fû\x05)"
  b"\x01É╩D´ùp©▒WY┬²hè▓"
  b"\x01É╩D´Ös▀┐ø\x07\x11À┘E█"
  b"\x01É╩D´Üq\x10û^8$¬$sµ"
  b"\x01É╩D´£såäÕÎdF\x18"
  b"\x01É╩D´×s¶Ö²Û­▄¢\x7F="
  b"""
    \x01É╩D´ƒr\n
    ¥\x0E¶╚<¢·ô
    """
  b"""
    \x01É╩D´ír$Ø╔«\x1AX\n
    7¿
    """
  b"\x01É╩D´úpèÖg╗\x1A[]áÎ"
  b"\x01É╩D´ñs9ü W(yõV\x17"
  b"\x01É╩D´ªpߥºí~\x16\x05"
  b"\x01É╩D´ºróìñ\x0Ff§Ûâ^"
  b"\x01É╩D´®rÄÖ(┼=┼' Õ"
  b"\x01É╩D´¬s¶éM Jz6{a"
  b"""
    \x01É╩D´¼p╬ù‗oÏö\n
    
    """
  b"\x01É╩D´«s¯É±z5╗▀&-"
  b"\x01É╩D´»qLø╣┼-ÚPV*"
  b"\x01É╩D´▒qûÖKlï:\tÏÜ"
  b"\x01É╩D´▓qË║DKÛÏÅnJ"
  b"\x01É╩D´┤s\e£&í▄>¤ùy"
  b"\x01É╩D´ÁrkáfÝ®;Ú{═"
  b"\x01É╩D´Àp>ìFgîVÌ×÷"
  b"\x01É╩D´©pçèÊ╠\x08ı┘▀³"
  b"\x01É╩D´║r╩à¹Y\x07[╦{╝"
  b"\x01É╩D´╝qäÜÉöýDªìx"
  b"\x01É╩D´¢qE┐-4╗â@ \x01"
  b"\x01É╩D´┐s@¢¾xô\x07"eè"
  b"\x01É╩D´└qïâÿ═ø▄¯Üª"
  b"\x01É╩D´┬rf░Æ░@K╠─Ò"
  b"""
    \x01É╩D´├s\x02åÆ\x19\x17\n
    70\x16
    """
  b"\x01É╩D´┼sA×,ƒrsÆ\x13{"
  b"\x01É╩D´ãp,ä¥!Q¨An¬"
  b"\x01É╩D´╚sÂâòöÓKT»\x07"
  b"\x01É╩D´╩q(û┤Å£├\x15½î"
  b"\x01É╩D´╦p░Ü‗f´Q=\x13¸"
  b"\x01É╩D´═s╠¿(\x11º'säÂ"
  b"\x01É╩D´¤pl¿┘®yøÎfê"
  b"\x01É╩D´ðq|ÿl\e?`┴uc"
  b"\x01É╩D´ÊrÉ╝│(KBB¾ô"
  b"\x01É╩D´Ès╔Æý}\x0E\x02\x17Ek"
  b"\x01É╩D´ıp\x14ë{¦ºM¥w░"
  b"\x01É╩D´Ïq×¼ûbî╚ýÒn"
  b"\x01É╩D´┘r\x15íS©Ïô\r_@"
  b"\x01É╩D´█s\x10É2Àc³;-R"
  b"\x01É╩D´¦qëÅ\x08 \x1E²\rúX"
  b"\x01É╩D´▀rm│>█xó╔█Ú"
  b"\x01É╩D´Ós‗ƒEüÈ╔m¤À"
  b"\x01É╩D´ÔqbÄÇ┘\x019 iâ"
  b"\x01É╩D´õqþƒq─^®([a"
  b"\x01É╩D´µqÊØ®»\x02Xµ\A"
  b"""
    \x01É╩D´ÞsQÖ5░#ÿµ\n
    0
    """
  b"\x01É╩D´Ûp²öÝ╗{&UÚ▒"
  b"""
    \x01É╩D´ýs´ƒ«G=\x7F\n
    ¨å
    """
  b"\x01É╩D´¯rø×\x14é┌Pvöð"
  b"\x01É╩D´´qï▓¯­æ\x13Ûm{"
  b"\x01É╩D´±pFé9+Ó\x04wíc"
  b"""
    \x01É╩D´¾q╝øs\x1D\n
    C\fm\x01
    """
  b"\x01É╩D´÷rg¥N{:─´T9"
  b"\x01É╩D´°sW½\x08\x1CÛ╦\x14v0"
  b"\x01É╩D´¹rV░░Æ\x17m¼3\x00"
  b"\x01É╩D´²p¢ª`çv88ÎÝ"
  b"\x01É╩D´■pKî\x18Xá┐H*┐"
  b"\x01É╩D­\x00sS╝Tç>y8 @"
  b"""
    \x01É╩D­\x02r´«Ù\n
    ¯â\x03Î¥
    """
  b"\x01É╩D­\x04s<®À¬\x02_ó÷W"
  b"\x01É╩D­\x05pn╗╣xÃ└Z@░"
  b"\x01É╩D­\x07saú·Rì·«»Ô"
  b"\x01É╩D­\tqýü@ùþ\x7F[×="
  b"""
    \x01É╩D­\n
    r░òVK*øÇZã
    """
  b"\x01É╩D­\fqÞæ\x13$òÈJ"p"
  b"\x01É╩D­\x0Er÷í~êbà░&1"
  b"\x01É╩D­\x0Fsää>\rîÎ\x14¡K"
  b"\x01É╩D­\x11qʼ\x1Fx└│\ræè"
  b"\x01É╩D­\x13qßùõ9wåÛ}Ï"
  b"\x01É╩D­\x15q═ë\vyN^Zq¥"
  b"\x01É╩D­\x16p£¡Â'´ÂZôD"
  b"\x01É╩D­\x18s{╝aZ\x17 ┴½ã"
  b"\x01É╩D­\x1AsRɸ═¼t2h2"
  b"\x01É╩D­\x1Cs<«|ïR═"
  b"\x01É╩D­\x1Ep´ìÒ▀ü\x07p]\t"
  b"\x01É╩D­\x1FrÊòé═6║▀Ck"
  b"\x01É╩D­!s╝▓ÊãY­│æ░"
  b"\x01É╩D­#r\x16ô5è\x06Ïñä\x19"
  b"\x01É╩D­%s¦▒Jßí.þíÏ"
  b"\x01É╩D­&qçØ\x01ôbÅã]""
  b"\x01É╩D­(pcÇF\x7F¥±_yÈ"
  b"\x01É╩D­*r║ƒ┌▄¾┴&Åù"
  b"\x01É╩D­,q»░±├Y\x13´;ý"
  b"\x01É╩D­-sbò¹\x1Eæôî[d"
  b"""
    \x01É╩D­/s!á^■\n
    Mÿ╦l
    """
  b"\x01É╩D­1sÉæ\x17ƒ╩\x7F«)®"
  b"\x01É╩D­3pÏ®▄Ò´mUEù"
  b"\x01É╩D­4p£î▄┌zÿEÁ§"
  b"\x01É╩D­6rTØ@\t¦\x04\x19\x0E"
  b"""
    \x01É╩D­8q»öW<\x06\n
    <\x02
    """
  b"\x01É╩D­9qeÁ\e¸\x7FÚÎ\x12U"
  b"\x01É╩D­;s&ê§Ï\x17\tª7\x04"
  b"\x01É╩D­=p(æG\x08êå>Ùô"
  b"\x01É╩D­?p■ó\x04\x1Aj\x18¡\x103"
  b"\x01É╩D­@qi®Ö/ø¬\x1D"
  b"\x01É╩D­Br\x12â9®'╦æN÷"
  b"\x01É╩D­Dp\e╣▓WQ²:▒´"
  b"\x01É╩D­Fr+úªZÜ\x7Fw\x04}"
  b"\x01É╩D­GsÂÀ#\x16\x12?k<¾"
  b"\x01É╩D­Ir­╣\x1A4H▀\x7Fà\x01"
  b"\x01É╩D­Kq5ârÛ▀ÌæÉ\x1D"
  b"\x01É╩D­Lqpæ¯×\}┐ÂS"
  b"\x01É╩D­Ns\x13¡ÜãdI Co"
  b"\x01É╩D­PsüèÀ┐\eÚNpF"
  b"\x01É╩D­QqW¬\x02PEö¦Þ{"
  b"\x01É╩D­Sp¦Ø\x08uN+ôZ┘"
  b"\x01É╩D­Up\vºìM\x01¬*6ä"
  b"\x01É╩D­VrËëªú·6î«y"
  b"\x01É╩D­Xp!¡▒├\x04■ö1©"
  b"\x01É╩D­ZpLí_Ûï&8\x18Á"
  b"\x01É╩D­[pl×╝©s╚]C¸"
  b"\x01É╩D­]p¹£ýâ@º\x12"
  b"\x01É╩D­_pn╝¡NF┌À>)"
  b"\x01É╩D­`p\x12┐^`ä-GÏ\x0F"
  b"\x01É╩D­bsç┤´jÃð±+\x08"
  b"\x01É╩D­dpî▓\x1D\(rÇ"©"
  b"\x01É╩D­es¤░┬m,%#2\x14"
  b"\x01É╩D­gp╦½Ã³P░°+Ñ"
  b"\x01É╩D­ip§¿2ál9AE¦"
  b"\x01É╩D­króñB×\x1E▓&┌c"
  b"\x01É╩D­ms[Ñ$ସi9▒"
  b"\x01É╩D­nrëÁ^÷Ì íXB"
  b"\x01É╩D­prhåÈ>åÂêd="
  b"\x01É╩D­rsw╗l\x11\x07Ƽ!z"
  b"\x01É╩D­ts¿╣¥6\x02▀ã#F"
  b"\x01É╩D­ur╗ÉË{EOâ\x03å"
  b"\x01É╩D­wp­à¾*‗\rI«t"
  b"\x01É╩D­yra¥¨³\x02u\x15\x04ó"
  b"\x01É╩D­{q\r\x18¥èá\x08\f\v"
  b"\x01É╩D­}sZçlÉ[¦ã5ÿ"
  b"\x01É╩D­~rn£É DÒ\x04\x1Cî"
  b"\x01É╩D­Çq&èÁ│▄¼°ª!"
  b"\x01É╩D­ér└Äs\x02N╔(\x1Aþ"
  b"\x01É╩D­âp¼║ôã}Æ:é\x18"
  b"\x01É╩D­às╦óP\x05ÅZ,¡Z"
  b"\x01É╩D­çsxªÑâz¢\x0F\x16"
  b"\x01É╩D­êpmè2ü■\x1C6'$"
  b"\x01É╩D­èrË»:═╩═<-r"
  b"\x01É╩D­îpʼ\x00Äú#6└­"
  b"\x01É╩D­ÄpHíÑDÿAÅ¥b"
  b"\x01É╩D­ÉpÝîh½.╦\x03æ~"
  b"\x01É╩D­ær6ùûï\x13BkDî"
  b"\x01É╩D­ôqkÜ}╬$Ù\x08ã8"
  b"\x01É╩D­òr5£┬-ƒ>\x0FEw"
  b"\x01É╩D­ûpëùSuKYÂæ¦"
  b"\x01É╩D­ÿrÏíë╦\x1A7\x17\x1A\x04"
  b"\x01É╩D­Ör\x19©5D‗uf\x1C¡"
  b"\x01É╩D­øp\x12ôJé\x7F'mõ~"
  b"\x01É╩D­ØpL¡Pû\x1F°ð▒\x14"
  b"\x01É╩D­×p1▓9╝Ã.t\x11\x02"
  b"\x01É╩D­árÂî│Êsõ█m▀"
  b"\x01É╩D­órıé\x18@\x14_╠·?"
  b"\x01É╩D­úsý░▒Oƒ0\x1DÀz"
  b"\x01É╩D­Ñp~é█╝7\x07\x04ı╦"
  b"\x01É╩D­ºqdå\x13Ä÷"­Û\r"
  b"\x01É╩D­¿pqø\x12╬=)\x1E"
  b"\x01É╩D­¬p\x08è╝]}▄\x00$("
  b"\x01É╩D­¼qïò╩åc'×┌´"
  b"\x01É╩D­¡q<¼\x7F!ðd╔1:"
  b"\x01É╩D­»rbØ~Öé&Ä\x11­"
  b"\x01É╩D­░sy»\x1F╩┘ÇL$5"
  b"\x01É╩D­▓pDâP\¦\x1FÛva"
  b"\x01É╩D­│p;║ñÒªÆKËà"
  b"\x01É╩D­ÁqÆözÑ\x12\x16="
  b"\x01É╩D­Âqñö;hüóÇ´&"
  b"\x01É╩D­©që£À=£$jV\x1D"
  b"\x01É╩D­║pûé\fÄU█Ú╩╣"
  b"\x01É╩D­╗p"½qzb¼7ɸ"
  b"\x01É╩D­¢p\x1Cø4│õ\x02*á«"
  b"\x01É╩D­¥s[┤}g\\x17$Ãä"
  b"\x01É╩D­└q¥æ\x1E`p\x16\x12╝;"
  b"\x01É╩D­┴r\x1Aì£TQ~\x04"
  b"\x01É╩D­├rQôó■│\x06Í0C"
  b"\x01É╩D­─q(┐C¸\x13m‗³6"
  b"\x01É╩D­ãrnÇþá0©╗6¬"
  b"\x01É╩D­╚qúô Y─H┐·╦"
  b"\x01É╩D­╔s1ñF/´È┤\x04;"
  b"\x01É╩D­╦pÓƒ\v\x13t\x14ýúï"
  b"\x01É╩D­╠rÜäçÏ:┌\x1E\x0E§"
  b"\x01É╩D­╬sj«Ð¢::ôô\x13"
  b"\x01É╩D­¤q3¡Óvx‗¢·╬"
  b"\x01É╩D­Ðq¨ë╚äÊ╦ÈB;"
  b"\x01É╩D­ËpZ»òúNîwÜ^"
  b"\x01É╩D­Èrlºî^\x19\x07B$L"
  b"\x01É╩D­Ír\x1CÑ.12nµeG"
  b"\x01É╩D­Îr@æys\x07G▓\x01["
  b"\x01É╩D­┘r\r▒^╗▄Æö*├"
  b"\x01É╩D­┌q\r\x19´óó4Âw"
  b"\x01É╩D­▄qÞ®É1?^¾µÕ"
  b"\x01É╩D­¦säæ\x02ayÄj\x08!"
  b"\x01É╩D­▀qhèQ¯\r\x1EQZY"
  b"\x01É╩D­ßq-â▀&1\x08ıeu"
  b"\x01É╩D­Ôrß│\x04¹¼*╣×┤"
  b"\x01É╩D­õq`âÑlÚz┌OÒ"
  b"\x01É╩D­µqwÖ\x17CI-t‗;"
  b"\x01É╩D­Þr┼à·\x11,h├ç\x02"
  b"\x01É╩D­Þr┼à·\x11,}³÷■"
  b"\x01É╩D­ÚqÿÄÛä╬ª¿è\t"
  b"\x01É╩D­ÙrõáQ1»:ı4A"
  b"\x01É╩D­ýr?┤\x17┤\¸\x06§?"
  b"\x01É╩D­¯sç┤×0»±=▄_"
  b"\x01É╩D­­qøéG\Ãê£d3"
  b"\x01É╩D­±phä\x15 sN\x15q\x07"
  b"\x01É╩D­¾röôõ\x1C\x00N6┘""
  b"\x01É╩D­§r\x01«°c8½DöÀ"
  b"\x01É╩D­÷pí┐êüûL£6\x03"
  b"\x01É╩D­°r{Ésòê─Vø|"
  b"\x01É╩D­¨pI¼\x7F¥é_▄§┐"
  b"\x01É╩D­·s\x15ÅX┬¥¶╝ ´"
  b"\x01É╩D­¹p╣ú\x08bawRö¥"
  b"\x01É╩D­³r+ɧ\r\x02"J¦\x16"
  b"\x01É╩D­³r+ɧ\r\x026\x1As\x00"
  b"\x01É╩D­²p3®═:ñ/¡h}"
  b"\x01É╩D­ qr╣?ÚQ4]\x02ƒ"
  b"\x01É╩D±\x00p$ä,╬W═µb¬"
  b"\x01É╩D±\x03p\x12Ç\x16ý»\x04û¡¢"
  b"\x01É╩D±\x05qPÉ+µôçÕÁÛ"
  b"\x01É╩D±\x07sæ╝Ö+<TZ╩▄"
  b"\x01É╩D±\trÌè═tFÞ(í\x0E"
  b"""
    \x01É╩D±\n
    sס*\x03\x05\x13ì
    """
  b"\x01É╩D±\frm╣\x12¢;╩Në▄"
  b"\x01É╩D±\x0Es^ºdºø\x01Q\x7F\x02"
  b"\x01É╩D±\x10s┌¥Bt¢▄┐á\x10"
  b"\x01É╩D±\x11q┬»ñÃ2╔'Ï7"
  b"\x01É╩D±\x13q╦»¯äm$Õ\x11"
  b"\x01É╩D±\x15qûïë$tEZo╚"
  b"\x01É╩D±\x17q ×7}\x12ÙHy&"
  b"\x01É╩D±\x18s\x19ç÷\x03x═D┐\x04"
  b"\x01É╩D±\x1Arå▓\x1Fî█dM>½"
  b"\x01É╩D±\x1CpRÖ'\x03eàÿ║k"
  b"\x01É╩D±\x1Dq\rü/\x1F\x10Éå╠"
  b"\x01É╩D·ÌpÏùâzW$pݼ"
  b"\x01É╩D·▀q¨ÑzU\x11Áƒ\x11ó"
  b"\x01É╩D·ßrdòß\x18┬)í¿Ö"
  b"\x01É╩E\x07ÏrI▓lÇ1Tø\e`"
  b"\x01É╩E\x07┘p-ø└w$\x0Er¬┴"
  b"\x01É╩E\rrs\x14┐Wi├u½Å\x0F"
  b"\x01É╩E\rssüîx‗vmê┴M"
  b"\x01É╩E\x12ìq\x18│S\x086NQY½"
  b"\x01É╩E\x12Är8¢\eÅ\r\x11Ö_Ù"
  b"\x01É╩E\x18£s̃í9(^ ┐i"
  b"\x01É╩E\x18Øp×»Ò║=,v/G"
  b"\x01É╩E\x1D¢qVÆýcm\x01\x11}J"
  b"\x01É╩E\x1D¥p\x13äÅ7┌: &\x14"
  b"\x01É╩E\x1D└r\x1FÀ├╚ã²ÔÎ\x05"
  b"\x01É╩E\x1D┬r\x10┤!ºàá\e─■"
  b"\x01É╩E\x1D─sCÿ«ta­{1p"
]
34 3.35 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 OFFSET 2500
Parameters:
[
  false
]
35 1.22 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩E\x1Dãp\x0EÑÉW®qÁ!┤"
  b"\x01É╩E\x1DÃsQÖoôÌ\x12³├V"
  b"\x01É╩E\x1D╔s\x7Fª╣▄S(Wèø"
  b"\x01É╩E\x1D╦pdò½?<Ùáı®"
  b"\x01É╩E\x1D╠pk¼[ñ╝ì< ""
  b"\x01É╩E\x1D╬rö░ö}¢\fæı;"
  b"\x01É╩E\x1Dðs\x15á¶\x06ø--vú"
  b"\x01É╩E\x1DÊqÓí═Ü¿$\x01"
  b"\x01É╩E\x1DÈrå║|\x1F}\v\x13{"
  b"\x01É╩E\x1DÍs¤▓.d\rvs\x18"
  b"\x01É╩E\x1DÏr/òO{ß?¹ü¾"
  b"\x01É╩E\x1D┘pøóñ2T\x06ܤÏ"
  b"\x01É╩E\x1D█qkï╣╝P|s)µ"
  b"\x01É╩E\x1D¦s¢║û*║6ì\x02S"
  b"""
    \x01É╩E\x1DÌq╚ª¾\x7F´─þ\n
    ´
    """
  b"\x01É╩E\x1DÓpz«®\x02ÚT­║\x1C"
  b"\x01É╩E\x1DÔr¼ÖkàuºQé\x10"
  b"\x01É╩E\x1DÒs\x00ÖG.#ô·\x07Ï"
  b"\x01É╩E\x1DÕpmª\x18┴ÝÄ^B×"
  b"\x01É╩E\x1DµqA▓\x16ô║lÛl╬"
  b"\x01É╩E\x1DÞrÆù?Y&s÷Dú"
  b"\x01É╩E\x1DÛq¬ä‗\fWmP╬A"
  b"\x01É╩E\x1DÙq,óë\eÕß!¼\x04"
  b"\x01É╩E\x1DÝsHƒè­\x11QDÉ\x0E"
  b"\x01É╩E\x1D´s°ª«ñÍGí\x14Ñ"
  b"\x01É╩E\x1D­s¸ëÆ£Õ÷7V╠"
  b"\x01É╩E\x1D‗sjë┬┘4Ñôö["
  b"\x01É╩E\x1D¶rÿñöF¡(´╚¯"
  b"""
    \x01É╩E\x1D§rýæ\x12´²\x10\n
    ڝ
    """
  b"\x01É╩E\x1D¸q!çP\x08\x19ôc\T"
  b"\x01É╩E\x1D°p#º─Oxl\x08"
  b"\x01É╩E\x1D¨p,║Å\╚┐DVG"
  b"\x01É╩E\x1D¹q\x05®┘Ä(?.╚"
  b"\x01É╩E\x1D³qòäå=Ï¿ßü*"
  b"\x01É╩E\x1D■p‗╝■õæêäG#"
  b"\x01É╩E\x1E\x00rYöC╔║§1w║"
  b"\x01É╩E\x1E\x01q═åÅ\x12>U*æ×"
  b"\x01É╩E\x1E\x03q\x03\x1AìªÆ;M"
  b"\x01É╩E\x1E\x05q}úf·$\x00´Õ\x03"
  b"\x01É╩E\x1E\x07p¹æ\x1DÁ\x1D¹Æ┤\x11"
  b"\x01É╩E\x1E\ts┬àH\x0E«­\x08"
  b"""
    \x01É╩E\x1E\n
    rȬ2u8\r ▀\x1E
    """
  b"\x01É╩E\x1E\fp■░ÉÓ¦û\x0F\x05"
  b"""
    \x01É╩E\x1E\x0Fq,ÅÚ¢nL\n
     S
    """
  b"\x01É╩E\x1E\x11qÑ¢È╠Ø«íø["
  b"\x01É╩E\x1E\x12p\x1FÖ5▀█|a(\t"
  b"\x01É╩E\x1E\x14q)¡R'=├ÅKé"
  b"\x01É╩E\x1E\x16p;░Kü▀\x13øä¢"
  b"\x01É╩E\x1E\x18s─¡ò©ØÅ®¯«"
  b"\x01É╩E\x1E\x19r®äÌKÃâ\x10"
  b"\x01É╩E\x1E\eqª║ƒ\x1A:-\x06øÕ"
  b"\x01É╩E\x1E\x1DpK╣\x12Î9└5ÖØ"
  b"\x01É╩E\x1E\x1ErJóJæpZêrª"
  b"\x01É╩E\x1E pfä┤©ìÍS\f"
  b"\x01É╩E\x1E"r£│/\x1DS\x02\x16¿▓"
  b"\x01É╩E\x1E$q^╗~ùROm¾#"
  b"\x01É╩E\x1E&p"Á▄´\x139øcM"
  b"""
    \x01É╩E\x1E(qÅô-FK­\n
    r0
    """
  b"\x01É╩E\x1E)r╗¬ïÇ\x1E U\x19r"
  b"\x01É╩E\x1E+rZçj >r$\x022"
  b"""
    \x01É╩E\x1E-qo│dTÇòV\n
    r
    """
  b"\x01É╩E\x1E/p<Ä.▓╦´S¿┘"
  b"\x01É╩E\x1E0r¾¿\x7F«Ñ1\x7F\x13"
  b"\x01É╩E\x1E3q\x03▓╬¨Ú\x17=\x1Ez"
  b"\x01É╩E\x1E5p½£÷\x18\x07─¿\x17Õ"
  b"\x01É╩E\x1E7q·ÿò¶nopÊ\x14"
  b"\x01É╩E\x1E8q÷á¤P\x1F¶DI¨"
  b"\x01É╩E\x1E:qQ½á1YåÙ¾j"
  b"\x01É╩E\x1E<rß«èND©═\x1Cà"
  b"\x01É╩E\x1E>qУJ■Q&¹OK"
  b"\x01É╩E\x1E?p×óH8kEâf_"
  b"\x01É╩E\x1EAptëh║ıX\x15.╣"
  b"\x01É╩E\x1ECpÖî&█\x02'7\x1FÁ"
  b"\x01É╩E\x1EEq═ç\x11YolaâÁ"
  b"\x01É╩E\x1EGr\x11è\x07 Ú±¤º_"
  b"\x01É╩E\x1EIr\x12íÀZw┬╠\x04"
  b"\x01É╩E\x1EKp\x0F░UÈðÿ­¶Ï"
  b"\x01É╩E\x1ENp^¢\x1DþX\rñáN"
  b"\x01É╩E\x1EOp<ù╝ÊÔ>xZ~"
  b"\x01É╩E\x1EQp╗¢WM\x14\x08ø3ä"
  b"\x01É╩E\x1ESqƒö\x17æ2zÔK┐"
  b"\x01É╩E\x1EUs\x1Cî¶┘×▀õv\x1E"
  b"\x01É╩E\x1EVséÜ#Øó<³jw"
  b"\x01É╩E\x1EXsåå■▓{╠gÉ+"
  b"\x01É╩E\x1EZr┐æ3@2%\x0E\x1A"
  b"\x01É╩E\x1E\pÿÄðͤ│i(³"
  b"\x01É╩E\x1E^r\x15Ĥ\x06±QÆ-n"
  b"\x01É╩E\x1Eap£ìq╣-i▀\x003"
  b"\x01É╩E\x1EcrÿÀ&\vW┬ø\x06¸"
  b"\x01É╩E\x1Eeq\x12«3╩\x15ò;Êu"
  b"\x01É╩E\x1EgrJ©¯ê´Äí-â"
  b"\x01É╩E\x1EhpççûP¶ÁGG="
  b"\x01É╩E\x1Ejpñ«\rS*42PØ"
  b"\x01É╩E\x1Els█ªª░é▄mOi"
  b"\x01É╩E\x1Enp:ª#B(îÕ\x18x"
  b"\x01É╩E\x1EpsÉî╝±:ÿ└©"
  b"\x01É╩E\x1EqsÏøQÿS\x1CÆÐ▓"
  b"\x01É╩E\x1EtrKâ²pÏ╚È_╩"
  b"\x01É╩E\x1Euq}║ÑW╚³°ø{"
  b"\x01É╩E\x1EwpuæqLx╝Î▀y"
  b"\x01É╩E\x1Eysð╝\x16¶ôÇ\x1F×â"
  b"\x01É╩E\x1E}s═ïzµI\x19Å▒▀"
  b"\x01É╩E\x1E~q\x16®(¿8FG─Æ"
  b"\x01É╩E\x1E\x7Fs¯×½àv█é\x07¼"
  b"\x01É╩E\x1EÇrC║5âò$Æí\v"
  b"\x01É╩E\x1Eâp1╗\x17ùrwÃKs"
  b"\x01É╩E\x1Eàp¸«zÅ(¾NÉÞ"
  b"\x01É╩E\x1EçqvÄ┴á\x14.\x19Ët"
  b"\x01É╩E\x1Eêq▒Çç÷ÐIÆ\x16a"
  b"\x01É╩E\x1EèpÄî\x13±┼8§Nw"
  b"\x01É╩E\x1Eîq■쳿═Ïó-Ï"
  b"\x01É╩E\x1Eìq2ÿýe`JÖIã"
  b"\x01É╩E\x1EÅqvØÁ¸\fñgØ\x02"
  b"\x01É╩E\x1EÉp(äÿB¶Ó&â\x07"
  b"\x01É╩E\x1EÆpsÿ0T÷8­\x13t"
  b"\x01É╩E\x1Eös3▒▄écè\eÓ¦"
  b"\x01É╩E\x1Eûs¬í?#BRgmÔ"
  b"\x01É╩E\x1Eùr\vâ\x10\x18D¸}‗4"
  b"\x01É╩E\x1EÖq▄Ç&ÿôÝ¢þ<"
  b"\x01É╩E\x1EøsÐò\x1DZJ·┐\v"
  b"\x01É╩E\x1E£q»©"!╠ýS²)"
  b"\x01É╩E\x1E×pb║¹┬;ñ\x19\x14À"
  b"\x01É╩E\x1Eƒq­▒\x10žpâ[Ã"
  b"\x01É╩E\x1EírÈá■&v¿%Ø»"
  b"\x01É╩E\x1Eúp÷ä¹¾╚Á\x03ï."
  b"\x01É╩E\x1Eñq¢¢­\x06*ìÂÔV"
  b"\x01É╩E\x1Eªsâås¦n«┐X┌"
  b"\x01É╩E\x1E¿s(ÆSb\e\x14"q\x12"
  b"\x01É╩E\x1E®s×òúÈyË!t═"
  b"\x01É╩E\x1E½qoªQ®µJ%È>"
  b"\x01É╩E\x1E¡p\t¥Rbôʡ\x01"
  b"\x01É╩E\x1E«såå\x1EFÁõ°┌ç"
  b"\x01É╩E\x1E░r!ñÝJAb EÉ"
  b"\x01É╩E\x1E▓r¸½[ª\r Ó½\x13"
  b"\x01É╩E\x1E│r\x08À\x17òµ^®Ùé"
  b"\x01É╩E\x1EÁs\x08ªU7~ÜQƒT"
  b"\x01É╩E\x1EÀpü╗Ô©▄yõ\vì"
  b"\x01É╩E\x1E©r í>»ßGèЃ"
  b"\x01É╩E\x1E║p¯«Ifï-7┤è"
  b"\x01É╩E\x1E╝r:░▓å:ð¢ÞP"
  b"\x01É╩E\x1E¢rÒÿ³\Ã@ß \t"
  b"\x01É╩E\x1E┐s"Æ\x07╠╬ÐÚd¨"
  b"\x01É╩E\x1E┴rÀ×ì\x06Ê\x19?║2"
  b"\x01É╩E\x1E┬p²┐8╠;2Ê\fÄ"
  b"\x01É╩E\x1E─r:ü$\x01`\x19ñ&Ô"
  b"\x01É╩E\x1Eãqq¥┬\t«¥Pµá"
  b"\x01É╩E\x1E╚q\x7Fä\x10\x00Î\x07Ð\x10"
  b"\x01É╩E\x1E╩qÊô\x15oW\x01öâ©"
  b"\x01É╩E\x1E╠r\ÆÊù║øvàÅ"
  b"\x01É╩E\x1E═p\x01░J£╩¸\x02\x04K"
  b"\x01É╩E\x1E¤p\x06öe¸Þ\x03¯&ÿ"
  b"\x01É╩E\x1EÐsµÉoô■-Õ¿h"
  b"\x01É╩E\x1EÊrFé┌Ì#Ö\x00SH"
  b"\x01É╩E\x1EÈs▀ö│¦ñ^Xú4"
  b"\x01É╩E\x1EÍp\x08Æ\x0Eñ(Âm■▓"
  b"\x01É╩E\x1EÎq^ÆVô[ÆáfN"
  b"\x01É╩E\x1E┘pôäí½ãï\x04\x1Eä"
  b"\x01É╩E\x1E█r@ÜHoEÀ+[\e"
  b"\x01É╩E\x1E¦s\x1E┤H╬i§IÅ_"
  b"\x01É╩E\x1E▀p³ÅJ3ÿî\x1E■ü"
  b"\x01É╩E\x1Eßq$ò¶é}{Ö[¿"
  b"\x01É╩E\x1EÒr´ç&aLï²K²"
  b"\x01É╩E\x1EÕr¡é&Í(┴8¢║"
  b"\x01É╩E\x1Eþp├┐6#¼ú\x04@┐"
  b"\x01É╩E\x1EÚpVü§╔\x05▄¶Êð"
  b"\x01É╩E\x1EÙp═ì■ôƒõ \x02G"
  b"\x01É╩E\x1EÝp'ÿþ?|░U8."
  b"\x01É╩E\x1E´qÁ¡mê~òöJJ"
  b"\x01É╩E\x1E­ròÑ\x04ì©ÅçDC"
  b"\x01É╩E\x1E‗rÉç[}ıùPuÕ"
  b"\x01É╩E\x1E¶sq»└*Útõgw"
  b"""
    \x01É╩E\x1E÷s\n
    ▓ÊåÌ▒\x7F§Â
    """
  b"\x01É╩E\x1E°q³ÆTtàmÁÑ«"
  b"\x01É╩E\x1E¨qøòP}J!aQú"
  b"\x01É╩E\x1E¹r┤®╬░{\x1A$Íd"
  b"\x01É╩E\x1E²ptù¡\x19\x19\x05"
  b"\x01É╩E\x1E rä®g­VÍ\x05ÉU"
  b"\x01É╩E\x1F\x01rW╝EÝ┤┌þ▀Ë"
  b"\x01É╩E\x1F\x03rè©\x17┘óÚ_\w"
  b"\x01É╩E\x1F\x05réº\x084╬\e£aÄ"
  b"""
    \x01É╩E\x1F\x13q/Æ`º¼Ã\n
    
    """
  b"\x01É╩E\x1F\x16pîöÕ[õ¿\x02"
  b"\x01É╩E\x1F\x18pW▒3\x158Å@%\x0F"
  b"\x01É╩E\x1F\x1Ap,Â▀ÑÔg[4\"
  b"\x01É╩E\x1F\x1Ds═¿|\x1D°╬Vk2"
  b"\x01É╩E\x1F\x1Frï▒@nÉ\x07ì╦2"
  b"\x01É╩E\x1F"qü»·\x01\x7F â¼┬"
  b"\x01É╩E\x1F$r\x06æ·*ïwô+v"
  b"\x01É╩E\x1F&s│ƒ▄\f‗Ç9├×"
  b"\x01É╩E\x1F)q▄©íIÜÊ─Ä·"
  b"\x01É╩E\x1F+s7áö°┐´W¶·"
  b"\x01É╩E\x1F.pYúG)$<Dø\t"
  b"\x01É╩E\x1F0q¨ïª%¹jDsN"
  b"\x01É╩E\x1F3rø¡ýó\x05éª|`"
  b"\x01É╩E\x1F4q¼s®\x16Ó╗\x04ß"
  b"\x01É╩E\x1F7rÄ┐O\x13r3\ÖF"
  b"\x01É╩E\x1F9sdàáåîoã.\x01"
  b"\x01É╩E\x1F:s(åÏÎUé┌p┼"
  b"\x01É╩E\x1F<r\x17âóDF¡[▒\x1C"
  b"\x01É╩E\x1F>rºú\t\x14²Ö¢k"
  b"\x01É╩E\x1F?q|æÜúŸ\x7FÆ\x06"
  b"\x01É╩E\x1FAq█öjÁ3┴Ã?É"
  b"\x01É╩E\x1FCp&××│u°n©8"
  b"\x01É╩E\x1FDs■æë(j§âا"
  b"\x01É╩E\x1FFrKª}a3óÏüÇ"
  b"\x01É╩E\x1FHqÊ©¿jhE\x17BW"
  b"\x01É╩E\x1FIp╠É`N{Óµ[¨"
  b"\x01É╩E\x1FKqÛÅ¡iYÁËÕz"
  b"\x01É╩E\x1FMsC┐õ$ÿ\r├<k"
  b"\x01É╩E\x1FOsS«éÿ4▄5g6"
  b"\x01É╩E\x1FQq\x13ª¬»×¦+/¹"
  b"\x01É╩E\x1FRs+┤K\x1Dj╝¬K{"
  b"\x01É╩E\x1FTr°▒│Èí!¤âß"
  b"\x01É╩E\x1FVsG┐\x13í#Ï&\x7F"
  b"\x01É╩E\x1FYr▓Ä@q░y _ù"
  b"""
    \x01É╩E\x1F[q§ÆzÉVK\n
    \x15D
    """
  b"\x01É╩E\x1F^sgÿ°íA×╩µü"
  b"""
    \x01É╩E\x1Fas:º9\n
    ╗│ ╩c
    """
  b"\x01É╩E\x1FcqjÜT\x072╩í¯7"
  b"""
    \x01É╩E\x1FesúØ\n
    lñ¶Ôìy
    """
  b"\x01É╩E\x1Ffrîñ÷Mı\x00*d\x00"
  b"\x01É╩E\x1Fhq\x03Ä─«\t²Ï.╬"
  b"\x01É╩E\x1Fjq┤îíÅ>▄Ohö"
  b"\x01É╩E\x1Fmq\x19░ƒë\x15ïï(╚"
  b"\x01É╩E\x1For|ùW▓j=<»+"
  b"\x01É╩E\x1Fqs\x03║øè~¸ÿ*Y"
  b"\x01É╩E\x1Fsq\f¼{┐ıH¦[¦"
  b"\x01É╩E\x1FusXê#È╠´À9ø"
  b"\x01É╩E\x1Fwq¨▒ÿì«\x19çYr"
  b"\x01É╩E\x1Fyp\vê°\x0Ew\e╠N¾"
  b"\x01É╩E\x1F{p\x7FäypjlÃ\x04k"
  b"\x01É╩E\x1F}qÂÁ§¾\x00\x18Z\á"
  b"\x01É╩E\x1F\x7FrXºÖÿ¬\x01¸}"
  b"\x01É╩E\x1Füq-║È\x15\x1E¦k"
  b"\x01É╩E\x1Fâp\x1Dª~─7î÷\x02¼"
  b"\x01É╩E\x1Fàr}ñ*Ë╠j§~U"
  b"\x01É╩E\x1FçrDÑ\x0E\x00år«µ┐"
  b"\x01É╩E\x1Fëp\x18ïäËe¦<g="
  b"\x01É╩E\x1FïrTÄ\x16ñ|¥Ã@±"
  b"\x01É╩E\x1Fìq╔░6°\x19c1kä"
  b"\x01É╩E\x1FÅs9ê´Ò¥‗▀│""
  b"\x01É╩E\x1Fæs┐úgw2nÝ":"
  b"\x01É╩E\x1FÆr$½f§©6ÿ\x14("
  b"\x01É╩E\x1FösG¼╠&v\x11\x07"
  b"\x01É╩E\x1Fûr▀ïC\x0E\x16ßW╩Ê"
  b"\x01É╩E\x1FÿpjéÚH└ @*¥"
  b"\x01É╩E\x1FÜrÄç╦¤Ò3║õÈ"
  b"\x01É╩E\x1F£qûÜdqÆ%J"Ý"
  b"\x01É╩E\x1FØp&øj÷\x08YG\x1F]"
  b"\x01É╩E\x1FƒsWÑkéB\x08Ãy"
  b"\x01É╩E\x1FísMÑ2Ê0ùT\x18È"
  b"\x01É╩E\x1Fús!ºq{¡Ç¡!ê"
  b"\x01É╩E\x1Fñr%╝÷ÂEÎN¹ı"
  b"\x01É╩E\x1FªsiÇ¢\x1C\x11nySÖ"
  b"\x01É╩E\x1F¿sgæY2{I4\x10\x1E"
  b"\x01É╩E\x1F¬qßì6³kNg┴;"
  b"\x01É╩E\x1F¼sTåS©o£TY╣"
  b"\x01É╩E\x1F¡sKè÷³¥ºÑ\x1E'"
  b"\x01É╩E\x1F»s\x18┐█7ú╔!Zä"
  b"\x01É╩E\x1F▒s\x03úEÝ\x1Fï\x01,+"
  b"\x01É╩E\x1F│sYÆ3í┬╦Xó"
  b"\x01É╩E\x1F┤p\x1C¬B\x14qxz\x1C\x19"
  b"\x01É╩E\x1FÂqHöé\x13Ã\x0F\x15¼\x10"
  b"\x01É╩E\x1F©r\x14©h╬»\x1E╝7÷"
  b"\x01É╩E\x1F║r\eî½á̾8\x12O"
  b"\x01É╩E\x1F╗pJùhL\P\x17µÀ"
  b"\x01É╩E\x1F¢ryÂ\x1E×ðâÒ\x1Eõ"
  b"\x01É╩E\x1F┐sgñ?¯ ò\x18N'"
  b"\x01É╩E\x1F└qöØ▄°`{░Øå"
  b"\x01É╩E\x1F┬q\x1DÇ~*±ÐOÁV"
  b"\x01É╩E\x1F─s▒ù\x10ØÎ│lw\t"
  b"\x01É╩E\x1F┼pqûg`ߢ\f┘û"
  b"\x01É╩E\x1FÃrÖÅ┼ı┼┴FÚ0"
  b"\x01É╩E\x1F╔sÊø}\x13\x03Þ¼\fú"
  b"\x01É╩E\x1F╩q²åØÑ╣▓ó╬|"
  b"\x01É╩E\x1F╠pIø╩Â\x04Ö┘ù│"
  b"\x01É╩E\x1F╬qbÉ«ÀÀÑVÍ\x14"
  b"\x01É╩E\x1Fðp\x01É¡úÐ,├ı\x04"
  b"\x01É╩E\x1FÐsøë¶^µ?Ûúº"
  b"\x01É╩E\x1FËr?®¹\x045­½Ø©"
  b"\x01É╩E\x1Fıs\x1Fåv\x19m¸PUq"
  b"\x01É╩E\x1FÎq■¥‗0K'ÿYà"
  b"\x01É╩E\x1F┘s‗á│·\x18\x19ùØ_"
  b"\x01É╩E\x1F█r\x16Å\x020Ö¿┼\v"
  b"\x01É╩E\x1F¦q¼å┼K<\eO│×"
  b"\x01É╩E\x1FÓq³é\x15o¬KÿÞ\x14"
  b"\x01É╩E\x1FÒq4Á\x04\x1EW╠UCæ"
  b"\x01É╩E\x1Fµs\x16ì╩\x0F\x10\x03Ü┤"
  b"\x01É╩E\x1FÞrÊ┐ºõ²+╦)W"
  b"\x01É╩E\x1FÙq:ø]─Z\x01æÖÚ"
  b"\x01É╩E\x1F¯râí)Óáp¢ö÷"
  b"\x01É╩E\x1F­pv┐}\x1E¹\Z2─"
  b"\x01É╩E\x1F¾q«ë\x7FzR═ä5@"
  b"\x01É╩E\x1F÷r ÿXÇMàmü¯"
  b"\x01É╩E\x1F°sÙÑpÀÊô>/╗"
  b"\x01É╩E\x1F·pÕÇ\x1F}j\x0EV\x13x"
  b"\x01É╩E\x1F³sÚ»S~(N¾{v"
  b"\x01É╩E\x1F■p"¬\vÅ\x08\x1F╦Âæ"
  b"\x01É╩E \x00pI░¨$ý\x01■p!"
  b"\x01É╩E \x02spñ│\x12░▀¬ä\n"
  b"\x01É╩E \x04rê║\x02éÔm¦lR"
  b"\x01É╩E \x06p\x18à¶\x13L╩ı?J"
  b"\x01É╩E \x08r!àt{©<fÑ0"
  b"""
    \x01É╩E \n
    sOòJƒP\x01u@P
    """
  b"\x01É╩E \fsàØ1\x04L╚I<º"
  b"\x01É╩E \x0Es\x12ï=p¯ðCS╬"
  b"\x01É╩E \x10r©Â■N/§ðIó"
  b"\x01É╩E \x12q)«▀¦%ͽ\x18ë"
  b"\x01É╩E \x14q\r┐<þ┴ØÏ‗å"
  b"\x01É╩E \x16q3ìÜ-\x03\v&E¼"
  b"\x01É╩E \x18pøÀ_Õ)ã\x1D\x1CY"
  b"\x01É╩E \x1Aq\x03│p5FL-þ3"
  b"""
    \x01É╩E \x1Cq¢ù|\n
    D\n
    Yé±
    """
  b"\x01É╩E \x1ErÓâôÀ´ªAu´"
  b"\x01É╩E \x1FsRä^\x168`wÇ+"
  b"\x01É╩E !pJì█xµ\x19/rÖ"
  b"\x01É╩E #s\x7F¡*╠:1▓«5"
  b"\x01É╩E $sÍï¦x\x10i´÷M"
  b"\x01É╩E &q^ÆDÍ|§Ál¯"
  b"\x01É╩E (sã\x1D║µ\x1A\x08ı("
  b"\x01É╩E *q¨êƒ╚opKíK"
  b"\x01É╩E +sÆë\x1CJÞåe\x15\x02"
  b"\x01É╩E -pºÉ®[D|6{ý"
  b"\x01É╩E /q╗ìd«³ÝNBj"
  b"\x01É╩E 0s┬å╔\x06{▒ÔFr"
  b"\x01É╩E 3r¿║wQ─├\x02\x16Ù"
  b"\x01É╩E 4rù½b¼]ÒcaK"
  b"\x01É╩E 6r?éX\x08\x10Ô┐9¤"
  b"""
    \x01É╩E 7q\n
    ║è2öZñÔû
    """
  b"\x01É╩E 9qÈà¢}ê²\x1Aor"
  b"\x01É╩E ;r˺bðI´\x00n}"
  b"\x01É╩E =s■ºg▀¦0<┌Q"
  b"\x01É╩E >rçùãçìv\x02‗É"
  b"\x01É╩E @q╗║ùé\x13\x07pª┴"
  b"\x01É╩E BrSü>^Blñ█╣"
  b"\x01É╩E CrbÁ®¨¿;└\e*"
  b"\x01É╩E Epõ¡ú0ì¬\x11ÑS"
  b"\x01É╩E Hsκ0ÃÙ░c┘┤"
  b"\x01É╩E Ip\x12Ñ-çòıe\x1C\x03"
  b"\x01É╩E Kq┤Éé┬╣├k╬°"
  b"\x01É╩E MpãºÐ¢VDIWß"
  b"\x01É╩E Nq§ûYï2SÛm£"
  b"\x01É╩E Prd©*y\x14bI^ "
  b"\x01É╩E Rp\x00╣┬ÅÎ\x1FEß;"
  b"\x01É╩E Sr-ÄÌ\x16■·\x11ÂÎ"
  b"\x01É╩E UrµüõFLÉz¿\x08"
  b"\x01É╩E Wqäîª\x00B¦┐0T"
  b"\x01É╩E Xr*ØMÓü3g┘S"
  b"\x01É╩E Zprí;[e§\x12■O"
  b"\x01É╩E \pÅ©=\x15SÌæy7"
  b"\x01É╩E ]p#îþ¿o2d\i"
  b"\x01É╩E _rÏ╝î\x10ö\x1F\fÜ\x1F"
  b"\x01É╩E apuƒ«¶┬qi\x07É"
  b"\x01É╩E cq3É(▓pS¡\x1A%"
  b"\x01É╩E dpÝÀ+m£æ¤\x0Fö"
  b"\x01É╩E fqżåjÝ»jù\x1A"
  b"\x01É╩E hrh®#L¥╗P j"
  b"\x01É╩E jrÞ▒Q┤_6M╔ð"
  b"\x01É╩E krѼ,▒ÿT¾T\x0F"
  b"\x01É╩E mq\x7FÀ▒UºBK\x13\x16"
  b"\x01É╩E opÿæ!Æ┘¼tÆl"
  b"\x01É╩E qpè½■¹\x7F\x12H7"
  b"\x01É╩E sq╚¬J}!JƒBÌ"
  b"\x01É╩E tpgÿ\x026øVJy¼"
  b"\x01É╩E vpkºµa╦R£P┬"
  b"\x01É╩E yr\x12┤╚\x17ä\x06ƒ1ï"
  b"\x01É╩E {q▀ÿ\v█¬ò¡└x"
  b"\x01É╩E }skì▒J\x0E!>┴╠"
  b"\x01É╩E \x7Fp/Â▄zÏ_\tÛ¾"
  b"\x01É╩E üqÁÖt¯ß)²-═"
  b"\x01É╩E âsiÖ┐‗NÛ|'`"
  b"\x01É╩E àp\x01ÀpÂ\x05 l\x06\x13"
  b"\x01É╩E êsW¼i+\x04Öûû\e"
  b"\x01É╩E èqDæö!éƒ\x06ª4"
  b"\x01É╩E îs]¥DÄ8\x181e\x07"
  b"\x01É╩E Årâä#\x03®|§?\x03"
  b"\x01É╩E æq©ç¡6ê±_Õ"
  b"\x01É╩E ôpïé\x1F¦║yÝ×x"
  b"\x01É╩E ûrMÆÅdM$¡îõ"
  b"\x01É╩E ÖrÂñõÈ9/Î\x1EH"
  b"\x01É╩E øq{£ñË#╔{┴à"
  b"\x01É╩E Øqã£ö\tÓÌÔ¦o"
  b"\x01É╩E ƒp£▒hÓ¸┴à4º"
  b"\x01É╩E ópÙÉy=¦«F\x19\r"
  b"\x01É╩E ñq\eñtîùs÷║Ð"
  b"\x01É╩E ªr¥âàû░9#rF"
  b"\x01É╩E ¿q╦¥‗²IÒ╝Ì│"
  b"\x01É╩E ¬s;║¢:╝kÖf "
  b"\x01É╩E ¡rñÁ‗{î:ᨧ"
  b"\x01É╩E »syæ½P/i┤/ì"
  b"\x01É╩E ▒q7üiOH¥R÷S"
  b"\x01É╩E=¬pÉÂI\x0F"÷uKï"
  b"\x01É╩E=½sź6Ú WòÜ%"
  b"\x01É╩E=¡p*░\r¬■\x14\x0F\v÷"
  b"""
    \x01É╩E=«r'äA×\x134\n
    Ê\x03
    """
  b"\x01É╩E=░pÀ©akm¼×~\x1A"
  b"\x01É╩E=▒r╗│v║Y#D?c"
  b"\x01É╩E=│r\╝Î~×┼W─╔"
  b"\x01É╩E=┤s»Ç)\õB/q\x11"
  b"\x01É╩E=Âs)½\x18\x05d×XMR"
  b"\x01É╩E=Às╩ä\r\x01?\x06"
  b"\x01É╩E=╣qêÄnM»▓OÙ$"
  b"\x01É╩E=║r\x12«5\x04ƒGë║è"
  b"\x01É╩E=╝s£À$dv&;\x04Î"
  b"\x01É╩E=¢rA│yû7·ïV╦"
  b"\x01É╩E=┐q5╗D¼|ë┬u^"
  b"\x01É╩E=└r░┤│\x11┌^╣ur"
  b"\x01É╩E=┬pÊøµCÞ╦âÊ~"
  b"\x01É╩E=├qQ¬▒¼ \x1A\x17"
  b"\x01É╩E=ãsþôÈ;¸\x10ô¬ı"
  b"\x01É╩E=Ãp─ÀÕæàÈ└\x18j"
  b"\x01É╩E=╔p¹┤&¤Òâcâe"
  b"\x01É╩E=╩q%ìÔs\ý;x@"
  b"\x01É╩E=╠s£ø\x08\Dí$=\x02"
  b"\x01É╩E=═s`ø\x12É┴\e´▄╗"
  b"\x01É╩E=¤qêá\x10³-Û\x1F■ï"
  b"\x01É╩E=ðpâÜ|wþÒá╝c"
  b"\x01É╩E=Êp\x7FÆ©╩╠:█gø"
  b"\x01É╩E=Èré«\x17\x0FWþòB\x19"
  b"\x01É╩E=ırÜáB\x10¬kU'ì"
  b"\x01É╩E=Îp╔ɵ×‗5\x07u;"
  b"\x01É╩E=Ïs\rë▄m\\x1E2£&"
  b"\x01É╩E=┌qO¥O.\x18;╝2e"
  b"\x01É╩E=█sëÅJÉ█ÿÖ=÷"
  b"\x01É╩E=¦r]Â3\x17LÉıÔ█"
  b"\x01É╩E=▀rÝ®Ls\x00s╦░\x07"
  b"\x01É╩E=ßp"æ»úba┘░E"
  b"\x01É╩E=Ôp\x1FÂ░G┬ĸ\x13'"
  b"\x01É╩E=õs´®¨â#g|Ñ\x13"
  b"\x01É╩E=Õs\x1Cè═¬$╗╬5l"
  b"\x01É╩E=þq╔Ä╣\x11LúÀå'"
  b"\x01É╩E=Ús├ƒl"s█©îã"
  b"\x01É╩E=ÛsnØfÌÆ┴%.¥"
  b"\x01É╩E=ýqp╝Ó¿X\x04Ø\x19?"
  b"\x01É╩E=¯r┼║f¥l╦\x16┤ö"
  b"\x01É╩E=´rî╝Á\x18\vp\x01"
  b"\x01É╩E=±pEƼ\x7FÉ\x11Y\x11\x12"
  b"\x01É╩E=‗ppÿÛ+╝╬6r/"
  b"\x01É╩E=¶p~ÀT¥m2e└a"
  b"\x01É╩E=§qÓĬ█ü¬G&┬"
  b"\x01É╩E=¸p\x03êà{«å\x7F_B"
  b"\x01É╩E=°qC╗D9Af▒Î\x1F"
  b"\x01É╩E=·sI×XI:Ý!¾("
  b"\x01É╩E=³sÕìòv░ôeð\v"
  b"\x01É╩E=²suôz¯»¦½ª«"
  b"\x01É╩E= s╦¥Ûép+\tk┤"
  b"\x01É╩E>\x01p³üQ┴\┴Ñ┬ß"
  b"\x01É╩E>\x02rãäº\x1E¥ìöJ["
  b"\x01É╩E>\x04r¾ë┘£\eÂä)1"
  b"\x01É╩E>\x05r╬ë\x03(FÂÈ└©"
  b"\x01É╩E>\x07pÎè\x19UÚ¸÷\x0FÄ"
  b"\x01É╩E>\tpþè\v└]ßá▀!"
  b"""
    \x01É╩E>\n
    r┘»*╗;«\x17\x11ã
    """
  b"\x01É╩E>\fsj░ƒj╗‗Í▀▒"
  b"\x01É╩E>\rq1î¥‗I3\e_\x02"
  b"\x01É╩E>\x10s%øcß\x1E\x16(\x7FS"
  b"\x01É╩E>\x13s╣×þSj=╠8Ì"
  b"\x01É╩E>\x16p¨╝[4\x17JDd¶"
  b"\x01É╩E>\x19rnÅ%├\x11è°·L"
  b"\x01É╩E>\er▒Å°mðE¢úm"
  b"\x01É╩E>\x1Ep\táÛËNK\x0F\x13+"
  b"\x01É╩E>!s*áqÑ6\x00¢\n"
  b"\x01É╩E>#p1æ|K\x12¿▀Öy"
  b"\x01É╩E>%p8¢¢│së\f\x07z"
  b"\x01É╩E>(sƒÄ°ÁR<î¬\v"
  b"\x01É╩E>*q¥»è´~)mß="
  b"\x01É╩E>+pËÜ\rÑ#(þ\x16A"
  b"\x01É╩E>-q\x08ä³~×_ÊhÂ"
  b"\x01É╩E>/p¦èN¾·vw\x16"
  b"\x01É╩E>0r´éÔɸL\x18\x05@"
  b"\x01É╩E>2q>ª┘║X\x0FX{>"
  b"\x01É╩E>4p\x02ç6H¹\x14Cý]"
  b"\x01É╩E>6réÇjfå╦┼­\x15"
  b"\x01É╩E>7s'«┬\x19_1Mı."
  b"\x01É╩E>9q\fÿ¡¶■6\f\x0Fç"
  b"\x01É╩E>;s¯ë\x0F>w\x03ÙÖ╚"
  b"\x01É╩E>=qqº¿Ó¯\eZ\x14Ú"
  b"\x01É╩E>?r╬º┌!╠╦h\x1EÃ"
  b"\x01É╩E>@r{ѳ¥àX\x1C"
  b"\x01É╩E>Bpî░s)Þ¢\tÔ§"
  b"\x01É╩E>Dp\x16¦m?C\x19ñx"
  b"\x01É╩E>Fq\x01ÿþà╦´+¥\x7F"
  b"\x01É╩E>Hra╝"áVî═▄┘"
  b"\x01É╩E>Jp\t║Aç\x12ç\rÁo"
  b"\x01É╩E>Lqd╝¸¯íDìû┤"
  b"\x01É╩E>Mr\x10┐µg\v─┬\x7FO"
  b"\x01É╩E>Op1¡Þ¦jn¹Ëä"
  b"\x01É╩E>Rr\x00ø··ð═xwÇ"
  b"\x01É╩E>UpÂæKg\x7F'?ÊT"
  b"\x01É╩E>Wr½Øí\rWÈW-H"
  b"\x01É╩E>Yrq£ ¿╬┬zaù"
  b"\x01É╩E>Zqx¿ôÜmD1ðx"
  b"""
    \x01É╩E>\p░¬ñ¥\n
    Z\n
    ¦Ü
    """
  b"\x01É╩E>^sw×ñ'êÁô\x1D"
  b"\x01É╩E>`rö£:ı\spyC"
  b"\x01É╩E>bpjÖ┘Áß ³║)"
  b"\x01É╩E>dr0¢ò_÷6\x14Ë┼"
  b"\x01É╩E>er¤æ █9ëq&\x10"
  b"\x01É╩E>gr\x05\ePe/░Z▓"
  b"\x01É╩E>ir▄êÂ\x17%S¾┴\x0F"
]
36 3.57 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 OFFSET 3000
Parameters:
[
  false
]
37 1.25 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩E>kpOä╣áßO┐\x16\x19"
  b"\x01É╩E>lp¬©üÌ®uòÂ\x0E"
  b"\x01É╩E>nq\x0EêàØ▀!┼ÛÏ"
  b"\x01É╩E>pr7ûöÄ_Ô¬_A"
  b"\x01É╩E>rpeì¢\x11a0\t®b"
  b"\x01É╩E>tqé®ßA]/á¯u"
  b"\x01É╩E>us8ƒØ¥Ñ&┐ÆO"
  b"\x01É╩E>wsÕ«0¼ınñÏ*"
  b"\x01É╩E>ysí│\v|s\x7FÒnA"
  b"\x01É╩E>{q6╣▓1¿¯èñ▄"
  b"\x01É╩E>|rføÈô\x1E‗M@$"
  b"\x01É╩E>~q.òr\x13a\x16²╝í"
  b"\x01É╩E>Çr▓Ç┤Íq|p└\x16"
  b"""
    \x01É╩E>éqa®\n
    Zé:\x05x\
    """
  b"\x01É╩E>âq#ŵ▓¾▄\t┼Ò"
  b"\x01É╩E>às¡╝\x1C\x03QvIÑô"
  b"\x01É╩E>çsß╗éÇ-é*¯ò"
  b"\x01É╩E>êp0Åè╩æGDûø"
  b"\x01É╩E>èq8ƒ_+Y£Á[*"
  b"\x01É╩E>îrÄØ┌Bxrx÷á"
  b"\x01É╩E>ÄqÉ┐\x1F─øªrÈ│"
  b"\x01É╩E>Épóû(\x14¨æ▓ºl"
  b"\x01É╩E>Æqbòx}¯°Q┴O"
  b"\x01É╩E>ôp╗ängvÀ)$\x19"
  b"\x01É╩E>òpt░j4o▄Çàd"
  b"\x01É╩E>ùqqÿX═jà¤ã\x08"
  b"\x01É╩E>ÖpÃÜ▀\vWU╝¢ö"
  b"\x01É╩E>Üpd╣½°]\x16ò´*"
  b"\x01É╩E>£qDè¶║óÂ\x17"
  b"\x01É╩E>×pd│ç\x1E3Q\x07═ø"
  b"""
    \x01É╩E>áqgæÓä\n
    \xr÷
    """
  b"\x01É╩E>íqæÑ\x19Õ\x10Äb<Ù"
  b"\x01É╩E>úqƪ\x13ÅÂ╔\x05ÉÄ"
  b"\x01É╩E>Ñs[ó▒ÏÂx\x1F®@"
  b"\x01É╩E>ªq*º=8dE5\x10´"
  b"\x01É╩E>¿pZ║C\x14<\x04■┌4"
  b"\x01É╩E>®q█ñÏ\x7F┬Û.\x1AÝ"
  b"\x01É╩E>½sÄîÏ÷îô½\f\x17"
  b"\x01É╩E>¡p▀ᨣ¦\rD\x0F}"
  b"\x01É╩E>»sxƒ▓|╩èrMU"
  b"\x01É╩E>▒p╠©Éâ\v;\x1F"
  b"\x01É╩E>┤pûüWLuž5'"
  b"\x01É╩E>Ás)üÊ%¾╗r\x1F¸"
  b"\x01É╩E>Âr\x07▓╦9ÊPãQã"
  b"\x01É╩E>©ph▓ÿ\x07 ê½4¡"
  b"\x01É╩E>║r+Àr"í\x7F╬8è"
  b"\x01É╩E>╗s*Âí^(┌\x08£\x05"
  b"\x01É╩E>¢p┴Å/\x04\x11░Õ▒æ"
  b"\x01É╩E>┐q·ë¥ð¦ïRJÈ"
  b"\x01É╩E>┴qj░╔cøoæì¸"
  b"\x01É╩E>├pñ½ÕÜ╬│£╦P"
  b"\x01É╩E>─p■ÁPX═¾<Øx"
  b"\x01É╩E>ãsåù¦└%OqÂë"
  b"\x01É╩E>╚pì»È6?╣g\x05ñ"
  b"\x01É╩E>╩pääÝ6X\x11,R?"
  b"\x01É╩E>╠r\f╝Q\x07Ëp2║x"
  b"\x01É╩E>═s~ƒØ▓¿\eUDá"
  b"\x01É╩E>¤s\fÁıM7rÔcH"
  b"\x01É╩E>ÐslªA*ºÞ╝tá"
  b"\x01É╩E>Êq¤Ájá╔╬Sá┘"
  b"\x01É╩E>ÈqVÇ¿\x04ó짰ô"
  b"\x01É╩E>ÍrãØiËT¤Íâ`"
  b"\x01É╩E>Ïq╠ûÿ\x01,\x03eYö"
  b"\x01É╩E>┘p£à(\x17\x08"
  b"\x01É╩E>█s/ú\x7F\x1F█¹i"
  b"\x01É╩E>¦qùá╣╗!Ò9úU"
  b"\x01É╩E>▀rÙº\x1Eq.@%\x19í"
  b"\x01É╩E>ßq\x1DìKRV?└$x"
  b"\x01É╩E>Òr┼ëÒÓ,\x03\x03"
  b"\x01É╩E>Õs╗å=ý®fw\x08Ö"
  b"\x01É╩E>µra»;:!Ã\x1CÊÔ"
  b"\x01É╩E>Þs¡òù}ÇÕE´ä"
  b"\x01É╩E>Ûpfúè&N\x1CÎ┬À"
  b"\x01É╩E>Ùq\e¬Æ¶µ1\¹Ì"
  b"\x01É╩E>ÝqÅÉ█\fd╗\r\x11_"
  b"\x01É╩E>´q┴Ñ6¾(Ëú~s"
  b"\x01É╩E>±qhúÊMµ T\rS"
  b"\x01É╩E>¾s╦Ø­ƒ\x1E┐¤\x04ò"
  b"\x01É╩E>§s\x1E«¨ÁØ?╗Ñä"
  b"\x01É╩E>¸q£\x08ì/Úu \x16"
  b"\x01É╩E>°p¿ó└Ýh┤4P┴"
  b"\x01É╩E>·s}ØV¹¿½Ôã\x08"
  b"\x01É╩E>³p¿¼┌'┐uÆ\x1AÉ"
  b"\x01É╩E>■r■Ç(┐Ñ\x10°ú÷"
  b"\x01É╩E?\x01r(╗º¤\x1A\x13}\x1A"
  b"\x01É╩E?\x01r(╗º¤\e\x141Ì4"
  b"\x01É╩E?\x03r\x17É\x14<Uð╗H\n"
  b"\x01É╩E?\x05r¢ÿ╬ùî¾u\,"
  b"\x01É╩E?\x07rF¥\x17└>ÞkZà"
  b"\x01É╩E?\x08qzøÐ1VZ·ê\x0E"
  b"""
    \x01É╩E?\n
    qZØ\x14fƒ±tÖ¸
    """
  b"\x01É╩E?\vqì│3¼╚\rY┬æ"
  b"\x01É╩E?\fp,¿\x7FÅ\\x0F¿>\x04"
  b"\x01É╩E?\x0Eq7║\x06uÉ°@1\x19"
  b"\x01É╩E?\x10p÷£K»-Ä1ò\x1C"
  b"\x01É╩E?\x12pýª\x04Î\x13ÔB!¸"
  b"\x01É╩E?\x13qҫز]àßÞÞ"
  b"\x01É╩E?\x15r¤ìä┴Á]Ø^d"
  b"\x01É╩E?\x17pôæ8¾\x0E°\x0EÐR"
  b"\x01É╩E?\x19qnº#Î#¥oós"
  b"\x01É╩E?\eq¶å2RiÏ\x19\x1E6"
  b"\x01É╩E?\x1Dsñù├╗\x04\x05\x04ýI"
  b"\x01É╩E?\x1Fs±×┤\r@«x@ç"
  b"\x01É╩E?!qÆï/Ä\x1FÔ\x13\f"
  b"\x01É╩E?#q│è?▄║┌▓\tØ"
  b"\x01É╩E?%r´¿ß]ê╬Zº└"
  b"\x01É╩E?'súºe\x02¢îü╬Ë"
  b"\x01É╩E?)qêì×lÁı8õ)"
  b"\x01É╩E?+qâ┐ êÏ\ý\x19§"
  b"\x01É╩E?-s0ê©+ï°hú│"
  b"\x01É╩E?.s Åûã\x1D;\x04¢ô"
  b"\x01É╩E?0súâ²┐\f(øí║"
  b"\x01É╩E?2q¾Âx╗╦C└%ô"
  b"\x01É╩E?4s║ô8<▓jl)ê"
  b"\x01É╩E?6pp╝\x7F¥,ôÍ╩r"
  b"\x01É╩E?8q-Á\x07þ\x13▀Hæ\x18"
  b"\x01É╩E?9pÞÉ▓¸ûS■}j"
  b"\x01É╩E?;sT½å╣Àú?²\"
  b"\x01É╩E?=s4î¬▀\x02\x7F\t"
  b"\x01É╩E??qþä▒yò¶»5\x03"
  b"\x01É╩E?@s;óÍ└\x07┐woÐ"
  b"\x01É╩E?Bp®Æ©<╩JK■\x03"
  b"\x01É╩E?Dpï░Ô¦\x1En┌û\x04"
  b"\x01É╩E?Gr\£ÒÖÔ/sï¸"
  b"\x01É╩E?Hp&¢gñ~ÀM³§"
  b"\x01É╩E?Iqpƒ\x10Öì?╗]a"
  b"\x01É╩E?Ks\x1D®Àgx}HíX"
  b"\x01É╩E?MqÏ▒¦®ÃÈ\x05"
  b"\x01É╩E?Ns┴×\e\x1ERq-"Z"
  b"\x01É╩E?Pq┐çmVgÞ¦«\x01"
  b"\x01É╩E?Rs╬«¬'²S░c═"
  b"\x01É╩E?TqÞÂ\x01Ȥ\x0Fû2Õ"
  b"\x01É╩E?UqKÖüå\x7F\x07ó╬2"
  b"\x01É╩E?Wr╠Ñ^\x0Ff\x05'¼"
  b"\x01É╩E?Yr■┤´â5SÖ¹æ"
  b"\x01É╩E?[rH╝cÔ=ÙG'["
  b"\x01É╩E?\sËö¶i÷XA╔E"
  b"\x01É╩E?^sÎôuªÕm\x18n="
  b"\x01É╩E?`sö¬µ¥¹'K▒P"
  b"\x01É╩E?asiÇ\x16¦=╦°ä┌"
  b"\x01É╩E?cqØ▒=\x01/¾nãp"
  b"\x01É╩E?es²ñƒá8Áö\x13¦"
  b"\x01É╩E?gråî▒TD║ƒ\rı"
  b"\x01É╩E?hq²úk¢û~üX\f"
  b"\x01É╩E?jrÜíGE?É·▄\x02"
  b"\x01É╩E?mq╔â´õ░\x04┬óÞ"
  b"\x01É╩E?nqÉ┤'└á°>╗▀"
  b"\x01É╩E?pp±ÁPU\x13Ç\x07ÈÓ"
  b"\x01É╩E?rp\x07│+"DH┴z¨"
  b"\x01É╩E?ur¥Ç¼8¦W\x13ÿæ"
  b"\x01É╩E?vrãñ\x17ÔG\x17\x08>C"
  b"\x01É╩E?xq┬æûK¼Ë@─Î"
  b"\x01É╩E?zr└«âûái˲\f"
  b"\x01É╩E?|r¿è4Þ^\eAa£"
  b"\x01É╩E?\x7Fq\x10«‗^!o\x0E\x1Cæ"
  b"\x01É╩E?és\x08ìB4\tá╗NÚ"
  b"\x01É╩E?äpQ¼§ ¦)ü\x1C]"
  b"\x01É╩E?åsæÑ,5¸¡┴\tÅ"
  b"\x01É╩E?êq\ëµxZÕyÁd"
  b"\x01É╩E?èsð▓Ñt,ß╩\x1Da"
  b"\x01É╩E?îrJÇAEa\x140«┌"
  b"\x01É╩E?Äpä¢rÕ7¢lFÏ"
  b"\x01É╩E?Ér&ê?mà;ıä¿"
  b"\x01É╩E?Æq├ê=ý\t¾ÆU÷"
  b"\x01É╩E?öqâåÜ8~\x04(ôö"
  b"\x01É╩E?ûq┘½ä¡8`\x11\x16"
  b"\x01É╩E?ÖsÓô¢ÓÕ.\x07\x18q"
  b"\x01É╩E?ør\x13êdþ\x13ãÃ▒:"
  b"\x01É╩E?Øsíô╝â\x08▓Vt]"
  b"\x01É╩E?ƒqiü(Xl\x07\x19à"
  b"\x01É╩E?íqV┤³{9┌\x7FS;"
  b"\x01É╩E?úqÛ¼─#Xè6üß"
  b"\x01É╩E?ÑpnÉÈ~WÁ■\x0Ev"
  b"\x01É╩E?ºr)ô├{ñë<Òb"
  b"\x01É╩E?®qõæã┐╗-±└r"
  b"\x01É╩E?¬pø┤\x08ºå█\t©u"
  b"\x01É╩E?½pÊåçk(├\x16T╚"
  b"\x01É╩E?¡s░░ıÁÁ¨▀ßM"
  b"\x01É╩E?»r\x10ó¥cu\f\x08[j"
  b"\x01É╩E?▒q"Â\x12a\x7F┬¯ ·"
  b"\x01É╩E?│p®Á)KUÚ┘-­"
  b"\x01É╩E?Ás■│½D\x1Dyè¸V"
  b"\x01É╩E?Àr±ƒ‗c├\x06└ıë"
  b"\x01É╩E?╣pÝ¿¸6ƒ3Èøõ"
  b"\x01É╩E?╗q\v¡┘u‗ÐÐ`ì"
  b"\x01É╩E?╝pƒ©\x00ÂZRË5 "
  b"\x01É╩E?¥q░»ù¿<═Ú3F"
  b"\x01É╩E?┴p®û³=^ã└ø\x02"
  b"\x01É╩E?├pÁ│2¦\x1Dn!\x19w"
  b"\x01É╩E?┼plô2Uæ\x05°?░"
  b"\x01É╩E?Ãp╩╣▀)¨±█æc"
  b"\x01É╩E?╔rEØ76Iâá\rð"
  b"\x01É╩E?╦s'ù\x0FåFY°«J"
  b"\x01É╩E?═sù┤Më¬P³¸╬"
  b"\x01É╩E?¤r├Å║ÖÅ■\x15»?"
  b"\x01É╩E?Ðs═ï╦O\x11J\x0FæÇ"
  b"\x01É╩E?Ër¸ç@Ϧ║╗═¹"
  b"\x01É╩E?Ís╬â#×ë╚\x04╩G"
  b"\x01É╩E?┌r»┤\x1C▀[ï ■\x10"
  b"\x01É╩E?¦r▀ºàÈ};Ì ▓"
  b"\x01É╩E?Ór\x10ƒD\ô¦âð■"
  b"\x01É╩E?Òq=ÑåÊ\fvPh└"
  b"\x01É╩E?µsmÜijlÅàÞ'"
  b"\x01É╩E?Þq^ñê╩õˤj┘"
  b"\x01É╩E?ÙrÁî█│=\x13I\r1"
  b"\x01É╩E?ýrzùÄ*áh\x17à\x16"
  b"\x01É╩E?¯qÍøX,~§/!╗"
  b"\x01É╩E?±q\e¥øJϽ╚┴\f"
  b"\x01É╩E?¶qÚñ 7Ù\x10\x0FÊ#"
  b"\x01É╩E?÷rôî`´Z┘Æ*Î"
  b"\x01É╩E?¨sS░SëÍ\x0E½±O"
  b"\x01É╩E?¹qÇùnA®Dû>q"
  b"\x01É╩E?²pÕÆ¡×┴ãñí▀"
  b"\x01É╩E? rsä±»fµ\x15└║"
  b"\x01É╩E@\x01säè╚(3ðÉP▀"
  b"\x01É╩E@\x03qöÖFÓ YVÚ:"
  b"\x01É╩E@\x05rõ▒ëÆþªÍðC"
  b"\x01É╩E@\x07r╝Ü¡╬\x10\x13¡¬╠"
  b"\x01É╩E@\x08p¬▒╦\x06ë│ùÏ■"
  b"""
    \x01É╩E@\n
    sá¼úÙ]\x06\x06^\x1A
    """
  b"\x01É╩E@\fr»╗Ö~¥┤ÝÐ┘"
  b"\x01É╩E@\x0Eq?®▄t╝@¿ã´"
  b"\x01É╩E@\x10q~Áè\x0EeFßJ\x16"
  b"\x01É╩E@\x11q{ü\x7F:Zljªï"
  b"\x01É╩E@\x13r\x10ì¢2\x16Znþ╦"
  b"\x01É╩E@\x15rqÀKÙÈ╣\x06¯)"
  b"\x01É╩E@\x18p½ö╣à©v×è8"
  b"\x01É╩E@\x1Asë¼½"z¨êÎx"
  b"\x01É╩E@\x1Cp=Ö/ƒu\x10þ!¬"
  b"\x01É╩E@\x1Dp¤Å_}§{\x1F\x02À"
  b"\x01É╩E@\x1Fs\x1Dì▀§\x04\x19▄>╠"
  b"\x01É╩E@!s±Æö╣µ½d─¢"
  b"\x01É╩E@$sÌùÖÓ,\x04æÚ\x19"
  b"\x01É╩E@&sÁ░\x0FªáÂRü\x05"
  b"\x01É╩E@'s\x1Eøkì╩÷\|ı"
  b"\x01É╩E@)qR╝E`\x06±\x16\x06\x12"
  b"\x01É╩E@+p­╗£b­M¾Ë7"
  b"\x01É╩E@-s{Ö³Ù╗\x02ÇöÎ"
  b"\x01É╩E@/p\x02Ñv¹G\x1D쬨"
  b"\x01É╩E@1p$╣/\p®\x04µl"
  b"\x01É╩E@3sÞ®gs\x18ÎâeÇ"
  b"\x01É╩E@4s3ª5¼¢─\_È"
  b"\x01É╩E@6r=½«──¼Â:t"
  b"\x01É╩E@8r╠Å╩\eS£Ôa\x1F"
  b"\x01É╩E@:p\r«@u\x06Û¡«f"
  b"\x01É╩E@<p¡Öı█EÏ Ä▄"
  b"\x01É╩E@>s1ôÃæ'b┘@q"
  b"\x01É╩E@@pË┐³.h;b4└"
  b"\x01É╩E@Bq\x12¼\x16cТ[\x7Fò"
  b"\x01É╩E@Eqo¡d[\x111\fé\e"
  b"\x01É╩E@Fqì¬\x05²Þ"T׫"
  b"\x01É╩E@HrTÁkƒr▀âK▄"
  b"\x01É╩E@Jr¹ñF\x19ë\eW█\x14"
  b"\x01É╩E@Lqt┐Ý\x13\x1A/-"
  b"\x01É╩E@NqÕâFSÜ\x14■┬&"
  b"""
    \x01É╩E@Pr\n
    û®lbÆâ\x1A¹
    """
  b"\x01É╩E@Rqúù~Ú°Ú╝┼\x0F"
  b"\x01É╩E@Tp\x7F¢Ð┌'╩Q¤Æ"
  b"\x01É╩E@WpçäòÂy╗r®¤"
  b"\x01É╩E@ZqM┤Ì¡\ì\x12cd"
  b"\x01É╩E@]rüä3VASQ\x0F "
  b"\x01É╩E@`qBê\x07çÏw┘à¦"
  b"\x01É╩E@cpæÆÉ\f¿─É┴Å"
  b"\x01É╩E@fq=ªÌóm■îþK"
  b"\x01É╩E@hs)ºËÃNE░z╚"
  b"\x01É╩E@jp åJf\x11▀}N$"
  b"\x01É╩E@kqz╣hµm$«¥±"
  b"\x01É╩E@mqºÅ┐ï?û\x0E&""
  b"\x01É╩E@opæ┤╩▓\t╦Ztþ"
  b"\x01É╩E@qq ╝¿\x13òÅ/\x1E{"
  b"\x01É╩E@sp\x0E╗¼Ò\x1C\x1E\x06"
  b"\x01É╩E@us╠û§L>>¹\x07\x1E"
  b"\x01É╩E@wr\x00û=\x14¤┤├\x7Fö"
  b"\x01É╩E@ypÓ¡Â:È9Þð╩"
  b"\x01É╩E@{rs¥H/ ·úÚu"
  b"\x01É╩E@}s¥½CF\e\x10º0º"
  b"\x01É╩E@~sQå«▒láèNN"
  b"\x01É╩E@Çq½┤┌H÷═n+Ü"
  b"\x01É╩E@és\x1E¿íÇ│«[°\x06"
  b"\x01É╩E@âp~Ç\x05ûü\x12-\x7FÓ"
  b"\x01É╩E@àp¨¥ƒ\x1F±./3W"
  b"\x01É╩E@çqàÂ├n8ñ┌¾z"
  b"\x01É╩E@ër\x18¬|i\x0F\x07mán"
  b"\x01É╩E@ès¤ó¶ÚRƒ½_Æ"
  b"\x01É╩E@îqX¼\x03¢¨ªÕÅs"
  b"\x01É╩E@Äp!Ø\x07\x14¶<;"
  b"\x01É╩E@ÅpTéPÄ\x14ô¹úX"
  b"\x01É╩E@æsÔ║¤ò\eÑ\f}\x0F"
  b"\x01É╩E@ôs1£\v\x13\x07*┬?d"
  b"\x01É╩E@òpºòå£▀xö½ö"
  b"\x01É╩E@Üsʽ\eÑ\r║╣'╬"
  b"\x01É╩E@Üsʽ\eÑ\rЃƒ*"
  b"\x01É╩E@£qôæµ°ÕæÕ\x0FV"
  b"\x01É╩E@ØpÖÇ═½Èð-`Ä"
  b"\x01É╩E@ƒrÃÜüéVA¥è["
  b"\x01É╩E@ír═╝)<B?¶ö├"
  b"\x01É╩E@óqÍì·▓‗À▓%ü"
  b"\x01É╩E@ñs\x00ú&MÃÅd\x03Ë"
  b"\x01É╩E@ªs(ä4´\x03█̱╝"
  b"\x01É╩E@ºs©æ\x10OÈcûUÃ"
  b"\x01É╩E@®rwá 5a═§┤·"
  b"\x01É╩E@½pÍç DlwDh¼"
  b"\x01É╩E@¼s\x00ÂW6▒_I®D"
  b"\x01É╩E@«sûÂb\x13±£:e\x07"
  b"\x01É╩E@░q\x19▓@\x00yBѺv"
  b"\x01É╩E@▓qËü:╩┤\x08}lP"
  b"\x01É╩E@│pòí/AÿÊLxX"
  b"\x01É╩E@Ár=×\x19PÌ╣\x1E÷ô"
  b"\x01É╩E@Àq\x1E╣·##\x12P╝­"
  b"\x01É╩E@╣p0îÒ─¤\x02;ı3"
  b"\x01É╩E@║phØX─_þ&¯v"
  b"\x01É╩E@╝q\x06½\f┐$─w▄ó"
  b"\x01É╩E@¥rÓåü\x7F@ÞøL©"
  b"\x01É╩E@└qî©DkîKµß\x15"
  b"\x01É╩E@┬q/ñÜÁ@Xäµ°"
  b"\x01É╩E@─rT½7tg§Éïç"
  b"\x01É╩E@┼pÚòc╣@74╗$"
  b"\x01É╩E@ÃpÒ║┐Þ&{\e¹­"
  b"\x01É╩E@╔s\x13ëò:£Òèy¨"
  b"\x01É╩E@╦r;╣╦SÌÓ´<Ú"
  b"\x01É╩E@═rº¬L¥M°o×û"
  b"\x01É╩E@╬q[©æØ/%)O·"
  b"\x01É╩E@ðrUâñÑSIê\x1C©"
  b"\x01É╩E@ÊqþÖìËéË6ãÀ"
  b"\x01É╩E@Ëp█îÈ£4╝ l\e"
  b"""
    \x01É╩E@ıp\x15ábƒ╔\n
    CÙx
    """
  b"\x01É╩E@ÎsT©¸┤Þ└Ð\x1C"
  b"\x01É╩E@Ïr╦│\x11\r¦┬ÌÎË"
  b"\x01É╩E@┌sÇ│çóà°*ëè"
  b"\x01É╩E@▄p«Çà▒ó»ÐøZ"
  b"\x01É╩E@¦p╣Å\x10a#n<Í1"
  b"\x01É╩E@Ìp¿┤ü]¿"ôµ."
  b"\x01É╩E@▀p.£»╦Qo/n­"
  b"\x01É╩E@ÓrK┤\x10\x04\x13\x08┬<p"
  b"\x01É╩E@ßp×Ä╦e┬ú¨-▒"
  b"\x01É╩E@Ôrõâ\x07▒c┌└ø\x06"
  b"\x01É╩E@ÒpãÄÎ▄׫tÝ╣"
  b"\x01É╩E@ÕrìøÛnî┼À\rô"
  b"\x01É╩E@þsOüÁO==tyÎ"
  b"\x01É╩E@Þr▄åºxÁ½æéà"
  b"\x01É╩E@ÛrC¥f|╝7A░\t"
  b"\x01É╩E@Ùr%▒(\x1Cûyu'ø"
  b"\x01É╩E@ÝsZ£ò*ZHV\vS"
  b"\x01É╩E@´s×ø<\t╬º"█R"
  b"\x01É╩E@­q2ç│ÀU_QmÍ"
  b"\x01É╩E@‗qh«ÂMË\x7Fer$"
  b"\x01É╩E@¶sÖü]‗░È}¡ï"
  b"\x01É╩E@§smù╩f\x1A┌Y┼Ç"
  b"\x01É╩E@¸r\x03¥u¨p7ÿ2\x01"
  b"\x01É╩E@¨skø*\x1F╗¾\e\x19£"
  b"\x01É╩E@·pçïß&íj¤»│"
  b"\x01É╩E@³rä╣å╠▄a^\x14%"
  b"\x01É╩E@■r½£­sj\x10\x19îy"
  b"\x01É╩E@ rA╝m&{l÷|Ì"
  b"\x01É╩EA\x01s\x17âl¶┼GıËâ"
  b"\x01É╩EA\x03räòF\x15º\x1AR■V"
  b"\x01É╩EA\x04s\x07Ø.¿GM»ü "
  b"\x01É╩EA\x06p,ñT\x014äÓ\x13F"
  b"\x01É╩EA\x07qÃô\x1Cf┐ ╚àp"
  b"\x01É╩EA\tqD░·K├P■ª1"
  b"\x01É╩EA\vp+©IW┌sØCU"
  b"\x01É╩EA\fs{ø±É#\x00ÐðÑ"
  b"\x01É╩EA\rpÊÇaƒ²‗»8╝"
  b"\x01É╩EA\x0Epıíƒ}(┘EÙ!"
  b"\x01É╩EA\x10r-ºËïz^Â>ã"
  b"\x01É╩EA\x12rÂ╗ßOáupÀ\f"
  b"\x01É╩EA\x13rôÇ\x1FNØ@ã┤E"
  b"\x01É╩EA\x15rg×½\x08$½¦³e"
  b"\x01É╩EA\x17q_¼({\x1C³<L└"
  b"\x01É╩EA\x18qTî\x0F¦xôî_Ï"
  b"\x01É╩EA\x1As×®\x1C\x02­áZà7"
  b"\x01É╩EA\eq\x1EéV│?á┘§¸"
  b"\x01É╩EA\x1Dr2┤$ƒÃ~P╦ß"
  b"\x01É╩EA\x1Fq¸çÉtÚYÇF\x14"
  b"\x01É╩EA phå_ú║C│°ß"
  b"\x01É╩EA"pvÑ{┤ô\x12┐lR"
  b"\x01É╩EA$si┐2Ç\x1C╔­5ñ"
  b"\x01É╩EA%q¾áq¢ÙÓJSN"
  b"\x01É╩EA'qÝ©\x05\x17╠$\x10"
  b"\x01É╩EA(rz¢À&K¨.ÍÝ"
  b"\x01É╩EA*s┌│t{lQ■òõ"
  b"\x01É╩EA,r╔ªÏ█ÆG▄¼Ñ"
  b"\x01É╩EA-r┐Ç╣æ­Ëé\Ò"
  b"\x01É╩EA/qcéD█ñÁ}ç\n"
  b"\x01É╩EA0qçúá\x0E±çë}¢"
  b"\x01É╩EA3s\eà\x14└ZÍU\t»"
  b"\x01É╩EA4pÎô_¸o¨│l\x15"
  b"\x01É╩EA=qÊ│Ó┤'\x01s2ª"
  b"\x01É╩EA=qÊ│Ó┤'\x15w‗ï"
  b"\x01É╩EA>rEƒBN°■\x15´L"
  b"\x01É╩EA@q¨â¥)âÁçxà"
  b"\x01É╩EAAr\x1F¡Ái╣`mM="
  b"\x01É╩EACp<ôç5:2╗\x02p"
  b"\x01É╩EADsôº]\x0F\x02ü█)ê"
  b"\x01É╩EAFrÛ«Õ┤\x19\t%Ö<"
  b"\x01É╩EAHsU▒V┌¾$ü7ê"
  b"\x01É╩EAIp\x11øBzJzþ¨g"
  b"\x01É╩EAKq┘¢èu6\x17½ÉS"
  b"\x01É╩EARqí¬\x0Eª]¼¢lP"
  b"\x01É╩EASqoÀ[gÓÈ└+)"
  b"\x01É╩EAUs╬âßT}nd8£"
  b"\x01É╩EAWrpï°‗$\x1DCT}"
  b"\x01É╩EAXp0½mZ*ÇEÛ½"
  b"\x01É╩EAZrîÁ|1Ì\x07ßs┘"
  b"\x01É╩EA\qØà\x1EG\x18]\x07¬ì"
  b"\x01É╩EA^r]ìVêrû@N┬"
  b"\x01É╩EA_r\x17áç┴\r\x7Fö+¤"
  b"\x01É╩EAasÃ╣\x1Aê\x01║]╚\x18"
  b"\x01É╩EAcq╦îÊ\x13Þ╩¶ýÖ"
  b"\x01É╩EAdqÆ®PË└-ÿëR"
  b"\x01É╩EAfp┘î¿Ã7e8Öâ"
  b"\x01É╩EAhrN¿TÓPÞı­3"
  b"\x01É╩EAiqÞ░e\x01├TaÛ\"
  b"\x01É╩EAkp4áX\x0E┼Ôú‗"
  b"\x01É╩EAmqÀïCîÇJ·ß/"
  b"\x01É╩EAoqBÄn×â$È Æ"
  b"\x01É╩EApr±╣═\õ÷┼g\x11"
  b"\x01É╩EArp¿Ä\x14 Ð¦3OA"
  b"\x01É╩EAtr\x07åé╬$·Hî:"
  b"\x01É╩EAur\x0E­'├\x13A"
  b"\x01É╩EAwq\x02ç┐ék+s÷¥"
  b"\x01É╩EAyrÎÅdÆ`\x17¿tj"
  b"\x01É╩EAzsΪæ \x14°FôS"
  b"\x01É╩EA|s#ó[}Xît\x10á"
  b"\x01É╩EA~rÊ¿╚ıH\x0F┬å┼"
  b"\x01É╩EA\x7Fsiç\x01Ìkÿª\x04Æ"
  b"\x01É╩EAüsUüÎbê╝û Â"
  b"\x01É╩EAéqíá┐}«║läê"
  b"\x01É╩EAäp8úP\x1D█gÂ╬O"
  b"\x01É╩EAås┬ÿ┘¤¤_\eÉ║"
  b"\x01É╩EAçq\x7F¬~oVBd¤í"
  b"\x01É╩EAëqÏ░÷Z═Y>¤n"
  b"\x01É╩EAïsõéádqói\x07'"
  b"\x01É╩EAîr\x1D┐-/\x18D¡Gg"
  b"\x01É╩EAÅq¯Öµ&┐cÔý\x1A"
  b"\x01É╩EAÅq¯Öµ&┐|óÓ╠"
  b"\x01É╩EAÉpJ½Ì7\x00\x00║´"
  b"\x01É╩EAÆq\x03öóÐ\x19!\x0EÏ^"
  b"\x01É╩EAôq"ĵÒD\x19BLã"
  b"\x01É╩EAòs\x12\x03TÄ┘¢­¼"
  b"\x01É╩EAòs\x12\x03TÄ÷\x14╬i"
  b"\x01É╩EAùq>Ç\x16\x024gûÄ"
  b"\x01É╩EAÿqü¿j£ƒ?fßa"
  b"\x01É╩EAÜrâòNú4åµv╣"
  b"\x01É╩EAøqqé▒ÃÖ©+░│"
  b"\x01É╩EAØr\x03Ä\x12(╩w#t\x01"
  b"\x01É╩EAƒsq╣¯O\x1E╣fW\x00"
  b"\x01É╩EAáq¨üÙ=─áT▀0"
  b"\x01É╩EAór·å\x12\x14üƒñÛ░"
  b"\x01É╩EHlq\x00Ç(øѳ\x03˯"
  b"\x01É╩EHnpêÑ«B2l▄▓'"
  b"\x01É╩EHos═æc\x11²-\x00Þæ"
  b"\x01É╩EHqrõ½¶)E\x12ìå©"
  b"\x01É╩EHsr÷▒\fhù=QCÑ"
  b"\x01É╩EHts~®a\x7Fsï<╔u"
  b"\x01É╩EHvr7╗‗Æ\x15Ã1ð\x15"
  b"\x01É╩EHxqôÇÎ-±â\x19Ý^"
  b"\x01É╩EHzpÏØ¿n4nÄ╦v"
  b"\x01É╩EH{qW®ÂØ┘?¸h<"
  b"\x01É╩EH}p\x19ùÉ×¾Xkú\x02"
  b"\x01É╩EH~s{çj<\x05\x11─█░"
  b"\x01É╩EHÇpûæÈ´J\x0Eþà "
  b"\x01É╩EHérëé\v»¦c_bî"
  b"\x01É╩EHâslÄö\ú=BeG"
  b"\x01É╩EHàpÈ¢ì:õâ,È;"
  b"\x01É╩EHçs¯ó~²Q"vá¬"
  b"\x01É╩EHêqZ£┤3¸╔Ù´\f"
  b"\x01É╩EHèq╚ü║²│J]¹ƒ"
  b"\x01É╩EHïsUàö×▒Ìe{\x1E"
  b"\x01É╩EHìsðÁ¨ÁK\x15Þ▄õ"
  b"\x01É╩EHÄp~º.'▓¬ëòÆ"
  b"\x01É╩EHÉq\x04ïv©\x02Æ\x0E"
  b"\x01É╩EHÆq3ºÒäШb6î"
  b"\x01É╩EHôp═×+é\x11^Ô%S"
  b"\x01É╩EHòp#ÀG§y4uzH"
  b"\x01É╩EHûp$Ç}ò>BR─▒"
  b"\x01É╩EHÿrüå\x1F\x0E(ÿH¥©"
  b"\x01É╩EHÖríÖt*╣D\x13\x0F"
  b"\x01É╩EHøpººXìdB.¡é"
  b"\x01É╩EH£q·äLSeO\x06_█"
  b"\x01É╩EH×qüò"\fØ▓$<\x05"
  b"\x01É╩EHƒq$Ø\e└6\x03X®#"
  b"\x01É╩EHís®¡P¸:°pR\x02"
  b"\x01É╩EHúr"âNÞ?¸7Ëu"
  b"\x01É╩EHñq\x1CüÔ|c\x7F,╝\x17"
  b"\x01É╩EHªsn½\x16Èq═\x7F\x1D¬"
  b"\x01É╩EHºrıÀ~½Ú6);\x15"
  b"\x01É╩EH®rzä¶ß.Èg┐Ó"
  b"\x01É╩EH¬p)Ø|ìojUò7"
  b"\x01É╩EH¼s▓è╗+┘~~Ã▄"
  b"\x01É╩EH¡q:ÿß╗©®Sf\x17"
  b"\x01É╩EH»pÚ▓ç║3M\\y"
  b"\x01É╩EH░p´Á[x1L\x02"
  b"""
    \x01É╩EH▓qC£\n
    \x01iÂU´À
    """
  b"\x01É╩EHÁrâº╔Ó¤│D\x0FÉ"
  b"\x01É╩EHÁrâº╔Ó¤╬╩w "
  b"\x01É╩EHÀrƒïÞéÏ­?Iû"
  b"\x01É╩EH╣s=Æ6Ü\r>OÉÍ"
  b"\x01É╩EH║s\x19×úÇ7Iü"¢"
  b"\x01É╩EH╝rªÜ┬×p¼F×Ý"
]
38 3.55 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 OFFSET 3500
Parameters:
[
  false
]
39 1.25 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩EH¥sÑä!Ùõ+ïS:"
  b"\x01É╩EH┴r>▓Ã[`!RR2"
  b"\x01É╩EH┬q±ï7¼\x03xÔÈÈ"
  b"\x01É╩EH─r_Ѧ\x12$Kþ\o"
  b"\x01É╩EH┼r█»QÅkô┴m£"
  b"\x01É╩EHÃr{À¤à\x06w×ëÿ"
  b"\x01É╩EH╔s\x7F░─ÌïE©èâ"
  b"\x01É╩EH╩s-ÖtÌ\f\x18¤l\x16"
  b"\x01É╩EH╠qº╗\x07\x1FÒ┤f¥¨"
  b"\x01É╩EH╬pè┤(/▄]Ê\x1Eí"
  b"\x01É╩EH¤rG▓B\x02(╝ØØð"
  b"\x01É╩EHÐsJ┐4éò¬▀\x1C«"
  b"\x01É╩EH▄r0®¹&j\x00Ê\x06¹"
  b"\x01É╩EH¦pÁÿÕ(7\x13\x00¹×"
  b"""
    \x01É╩EH▀q\r\n
    Ê"\e\x12q}
    """
  b"\x01É╩EHÔpë£Iýïõ$fv"
  b"\x01É╩EHÒpi¡\x17tFÆÌü\x12"
  b"\x01É╩EHÕqõƒËxB\x05¹\x10,"
  b"\x01É╩EHþp¥ØÐÍã╣±\x10Æ"
  b"\x01É╩EHÚs±×¢ÇMñ5s╦"
  b"\x01É╩EHÛq¹Ö©+#¯└▓\x0F"
  b"\x01É╩EHýqÚ║æî`Q┬fÞ"
  b"\x01É╩EH¯rù¿æùt¼ãOÙ"
  b"\x01É╩EH­sì«}\x12!ð¾wH"
  b"\x01É╩EH‗qüö\x03ðP£Ü³>"
  b"\x01É╩EH¾qNù¹\x01\x01─└üÜ"
  b"\x01É╩EH§scì¦ä╣{£\v"
  b"""
    \x01É╩EH¸qzÅaå\x1F\n
    \r
    """
  b"\x01É╩EH¨q\r¿qLj¡»¢Æ"
  b"\x01É╩EH·q@Ø\x07\x14C┐ÀP"
  b"\x01É╩EH³r´å└6¿aJ\x18\x11"
  b"\x01É╩EH■qÉ║█[ᮩ¾S"
  b"\x01É╩EH sÍëeÿ▒E┐╬8"
  b"\x01É╩EI\x01qmô╦┐¿\x08§\x1C"
  b"\x01É╩EI\x03p╣Å\x11{\x05þ\x00"
  b"\x01É╩EI\x05s,Æ7`}bÞå╣"
  b"\x01É╩EI\x06s│Ç¡s\x00Ð/Ö\x03"
  b"\x01É╩EI\x08rÿú0h┤▄þg>"
  b"\x01É╩EI\vq¥º\tLü>]I│"
  b"""
    \x01É╩EI\fsÿí;kd\n
    *m_
    """
  b"\x01É╩EI\x0EqrÆ"÷$÷X{\x18"
  b"\x01É╩EI\x10r×ó\x14wÎ:ê\¯"
  b"\x01É╩EI\x12pNºñ=§\x7FgEA"
  b"\x01É╩EN+sÿ×íVqÇo+b"
  b"\x01É╩EN,s`íö\x1E\x03\x1Aw"
  b"\x01É╩EN.pRÉ■üv~ºX¸"
  b"\x01É╩EN0pæó▒`░ x░Ð"
  b"\x01É╩EN1q\x1F││½õWAÐ-"
  b"\x01É╩EN3p\x08┤¥¢\x19¢©Ém"
  b"\x01É╩EN5qEé2º\x1C╝-÷N"
  b"\x01É╩EN6r®╣0ïtH3RÁ"
  b"\x01É╩EN8r ø\x13\x14\x11qüÓv"
  b"\x01É╩EN:r°¢ä┤¶µ©&Z"
  b"\x01É╩EN<r\x19º¾\x01/W\x1A_!"
  b"\x01É╩EN>q▄â(ÿ\x11Zï┘ø"
  b"\x01É╩EN?s¢è\x174"R╣_▄"
  b"\x01É╩ENAs┘Ø▀a)\x13¤åë"
  b"\x01É╩ENCr\x1D¢c4°\x08Éþ "
  b"\x01É╩ENCr\x1D¢c4°\x1FÇMÔ"
  b"\x01É╩ENEqAáh\x02tk\x1CÐ\x1F"
  b"\x01É╩ENGräÄP8Æ!Áºÿ"
  b"\x01É╩ENHq\x01½MÔ£?åë:"
  b"\x01É╩ENJpSöd\x15\x0F~ !!"
  b"\x01É╩ENLqõä¥ç¼I\r┌┼"
  b"\x01É╩ENNs;ÿ\x1CúÝÓô\x18"
  b"\x01É╩ENPsRĨlj¢Ïô»"
  b"\x01É╩ENQp7âF\x1Aü×zwÒ"
  b"\x01É╩ENTqMöu´&Ìghõ"
  b"\x01É╩ENWpPó═À§\x1D\x07"
  b"\x01É╩ENYs┐╝┐Ñï{å»═"
  b"\x01É╩ENZqG╣ß\vmÛ \x02"
  b"\x01É╩EN\q╔À°K\x08Ä║8À"
  b"\x01É╩EN^rëÑ═½ùFʱ\"
  b"\x01É╩EN_q\x1Fɵ0ôlóï."
  b"\x01É╩ENar\x11©└x/\fE\x17"
  b"\x01É╩ENcsºÇ¬▄çÕ!oD"
  b"\x01É╩ENds7¿è\vâ ı\x7FÖ"
  b"\x01É╩ENfr┘Øļh╦\x04┼k"
  b"\x01É╩ENhr8ç─┤ÐÇ╦´└"
  b"\x01É╩ENiqoñcoÏ▄UâL"
  b"\x01É╩ENkr÷╝²uX┼yG³"
  b"\x01É╩ENmsÀ©\x06ë┼º█n_"
  b"\x01É╩ENor\x15Å¿JøaÚ═o"
  b"\x01É╩ENqrùÇr\x16õí<^\x1F"
  b"\x01É╩ENsqd▒┘ ┌\x06\x13Ó("
  b"\x01É╩ENtp═Ñ▒½åq╣;"
  b"\x01É╩ENwrbÂÕ\[C½;'"
  b"\x01É╩ENyr\x19ÉzeG\x03Ü|þ"
  b"\x01É╩EN{p"ù\x01o`¾F÷\x1E"
  b"\x01É╩EN}p\x02øÑFå\x1C:&ô"
  b"\x01É╩EN\x7Fpqº2╬äý═Ôª"
  b"\x01É╩ENüq¡Á┐═´þÿã\x06"
  b"\x01É╩ENâp'ª\x00avõ­L?"
  b"\x01É╩ES┤p─¼O\e\x11\x1E\x07"
  b"\x01É╩EY\x16sºû~âB̾\ry"
  b"\x01É╩E^Hs║å;óÆ▄K[É"
  b"\x01É╩E^Jpwça\x0Eîø$\x06\x1F"
  b"\x01É╩E^Lpñò\r»-zAwf"
  b"\x01É╩E^Msƒ¥9\x7F¨Y╚Me"
  b"\x01É╩E^OpAƒ╦\x02uÙ­)Y"
  b"\x01É╩E^Qp Ñ║[ç¦\fÎU"
  b"\x01É╩E^Sq\x16ôvTgÌ╚ñ\x1A"
  b"\x01É╩E^Tpò®ß╠Ã2û8\e"
  b"\x01É╩E^Vs░Âg0ÜÝáa\x07"
  b"\x01É╩E^Xqßùb*▄\x01\x11»ê"
  b"\x01É╩E^ZscòøÃ_.J\v§"
  b"\x01É╩E^_s\x18ƒ┤ú×UÒ$L"
  b"\x01É╩E^cp\tòNfH?`½@"
  b"\x01É╩E^gs>▓┤§\x0F▒Ù¾,"
  b"\x01É╩E^kptôC\x04¶>ÊEt"
  b"\x01É╩E^nr╬ƒ\x17\x19\t\x0F├¼["
  b"\x01É╩E^rrMÅ│ü­P½Ü\x1A"
  b"\x01É╩E^vp$║Âóðç‗q="
  b"\x01É╩E^{qô½¼ä[\vk\x03-"
  b"\x01É╩E^}pQ┤è]¬Æ\x16"
  b"\x01É╩E^\x7Frz╝+ëßO┐Üú"
  b"\x01É╩E^üpÒÑI{^█└1j"
  b"\x01É╩E^âr~ÑаMH÷\x06D"
  b"\x01É╩E^àpüÅ┐\eæë¸─╝"
  b"\x01É╩E^êsðÁ¶\x1Dk0\x07;L"
  b"\x01É╩E^èsÖç▒4┐█«\t"
  b"\x01É╩E^îqf¥=l÷eı»Â"
  b"\x01É╩E^ìqéàÕo▄s\tç¹"
  b"""
    \x01É╩E^ÅsHº\x04┘Ï·\n
    V!
    """
  b"\x01É╩E^æs)Â*M¼ôìy▒"
  b"\x01É╩E^ôrÏó>┘ô¢Øÿv"
  b"\x01É╩E^òs°¢û4Ä└éla"
  b"\x01É╩E^ÿp ║+À\x0E\\v"
  b"\x01É╩E^Ör╦ÀHm\x15╝tн"
  b"\x01É╩E^øs▀Á[£+°>É\x1A"
  b"\x01É╩E^£sþÄÍ[\x00\f\x17Ùä"
  b"\x01É╩E^×r-ÉNv­\x0E¹»Ä"
  b"\x01É╩E^ƒph½Ì╩$ð\t°\x0F"
  b"\x01É╩E^írqúmGæ \tÍ "
  b"\x01É╩E^ós\x18©Ù└¬·Rµ "
  b"\x01É╩E^ñr`ù\r3e@)┼└"
  b"\x01É╩E^ÑqX▓û\x12£e`\x15ó"
  b"\x01É╩E^ºsÞê.9ño\x18\x7FÏ"
  b"\x01É╩E^¿pÆ╗q▒Dö\x0E+["
  b"\x01É╩E^½r<▓AÂ:Ëk/ì"
  b"\x01É╩E^½r<▓AÂ:‗\x11õ>"
  b"\x01É╩E^«q«ód┘Hk\x12oW"
  b"\x01É╩E^«q«ód┘HÇüÏm"
  b"\x01É╩E^░qÉ»×ñ\x00áôf\x0F"
  b"\x01É╩E^▒pñì¤yë .æ9"
  b"\x01É╩E^│qÉ«1(#ä╝ý\x04"
  b"\x01É╩E^┤p\t®s·\eE┐iá"
  b"\x01É╩E^ÂrÂú3 \x01æH\x0E<"
  b"\x01É╩E^Àpðÿ³â├Îõòn"
  b"\x01É╩E^╣qÞîïëè(Ö5P"
  b"\x01É╩E^║qÅí5¶█|v¼Õ"
  b"\x01É╩E^╝r|ØE\x08\█'c""
  b"\x01É╩E^╝r|ØE\x08\°F\x17B"
  b"""
    \x01É╩E^┐s/¬╣Ò\n
    ë*²d
    """
  b"""
    \x01É╩E^┐s/¬╣Ò\n
    ª─R©
    """
  b"\x01É╩E^┴p¥╣Ú\x08Ï#ÜùU"
  b"""
    \x01É╩E^┬pb©¦]p}\n
    ıu
    """
  b"\x01É╩E^┼si░!\x0F}¡╬\x06!"
  b"\x01É╩E^ãrnÄ■J\x03`\x0E_o"
  b"\x01É╩E^╚pÙø³\x0Fı█¨w<"
  b"\x01É╩E^╚pÙø³\x0Fı¾\x19g╠"
  b"\x01É╩E^╩s¬│\f$ÊÃÍ£\x04"
  b"\x01É╩E^╦qÇÆÇÏ┐I´\x19N"
  b"\x01É╩E^╬qvâþãÎ╣╣┬#"
  b"\x01É╩E^¤q\x19àY \f¶ò┘á"
  b"\x01É╩E^ÐsSñ½õ╗╩'Å¢"
  b"\x01É╩E^ÐsSñ½õ╗õ !Ç"
  b"\x01É╩E^ËsÐéHsS±,└J"
  b"\x01É╩E^Èp\x0EÀÀ\êÚõl#"
  b"\x01É╩E^Ís8▒╚9Ì├Ý▒7"
  b"\x01É╩E^Îp¡Åæ\x12\x18Ø7[Ð"
  b"""
    \x01É╩E^┘rÓÉ▒Í*╗\n
    9m
    """
  b"\x01É╩E^┘rÓÉ▒Í*Ȳ0à"
  b"\x01É╩E^█p éáè▓9apõ"
  b"\x01É╩E^▄p#Ö+±#ÇÑOÝ"
  b"\x01É╩E^ÌsÔ¬ë«"¢\x08‗┌"
  b"\x01É╩E^▀q\x11«É¼WÒ¿Ä\x15"
  b"\x01É╩E^ßr âw3í^█`N"
  b"\x01É╩E^ßr âw3í{ßÌG"
  b"\x01É╩E^ÒqM░çâ\x7F¬\x15ê┼"
  b"\x01É╩E^ÕpÚ¬\x0E\x00Eît┐!"
  b"\x01É╩E^ÞpàØwt\x1CÃhK4"
  b"\x01É╩E^ÞpàØwt\x1CÓ\x1EÚ\x1F"
  b"\x01É╩E^Ûrç¥o\x1DNixD\x1A"
  b"\x01É╩E^Ùpdƒ \x1F³}■*Q"
  b"\x01É╩E^Ýs2│à\f,\x04╠ïj"
  b"\x01É╩E^¯q¹║¹»ú┬ÑZì"
  b"\x01É╩E^­s·èeúàÅÞ\x18Ç"
  b"\x01É╩E^±pÏÖ/^ÿåB¹H"
  b"\x01É╩E^¾q-▒hY¡c\x05P6"
  b"\x01É╩E^¶s¾ªBÏ╠@¬ûV"
  b"\x01É╩E^¸q6âê\vA\x14Ã\x00;"
  b"\x01É╩E^·q\x04ûàjß^E}\f"
  b"\x01É╩E^³sBôr└Vb`çð"
  b"\x01É╩E^ s ìû¹\x11\x19\x10"
  b"\x01É╩E_\x01pÔÖ\x03JnKwI╦"
  b"""
    \x01É╩E_\x04sòàQ\x18\n
    ╗;\x18\r
    """
  b"\x01É╩E_\x07s߬╝¼0sÀä""
  b"\x01É╩E_\vqYíÓ╣bÙ■G,"
  b"\x01É╩E_\fp┤░ú\x7FU╦önÑ"
  b"\x01É╩E_\x0Fp~¼ÒS┐s©╦█"
  b"\x01É╩E_\x12rëÜûzoä\x01\x1EÀ"
  b"\x01É╩E_\x15qÂüÿpO@l%║"
  b"\x01É╩E_\x18rK¥\x0F¢ù╔iQ▄"
  b"\x01É╩E_\es&Å\x0274Ò1┐┌"
  b"\x01É╩E_\x1Er.╗ÿ^Oþ\r*E"
  b"\x01É╩E_ q!Â\x05I\rÏÒ\x13ı"
  b"\x01É╩E_$pÔ¼¬\x1F³Ùï\f"
  b"\x01É╩E_%q±╝º\x01QlgØ."
  b"\x01É╩E_(q\e½\x16╚┤┤e)╗"
  b"\x01É╩E_+q░░Nª┼×/*▀"
  b"\x01É╩E_/q!é@N\x00Uy┐."
  b"\x01É╩E_3q,Å\x02=ë$,_┴"
  b"\x01É╩E_6q┼Áè!ɶÊif"
  b"\x01É╩E_8rBù\x02ı▀,jm'"
  b"\x01É╩E_:r¼áʽÃÇÓtß"
  b"\x01É╩E_;r£º■î┘²\x02L█"
  b"\x01É╩E_<s\x15òa\x15P\x1FC}ù"
  b"\x01É╩E_>qbä\x00¨x_®‗?"
  b"\x01É╩E_@p┤ñÞ\x02å °hæ"
  b"\x01É╩E_Bs\x04ƒ-¼\e\x1Eæ\x1D>"
  b"\x01É╩E_DsÑ┐XÇëz\x1Aÿ\x13"
  b"\x01É╩E_Fs\x0EÁ\x06\x13%ZG■H"
  b"\x01É╩E_HpTéÏoá═`Êø"
  b"\x01É╩E_JróÉ,╩­k=áÜ"
  b"\x01É╩E_Lp\x16│*ê\x11S5Ò­"
  b"\x01É╩E_Nq\x1CÇ[╗╗zbýK"
  b"\x01É╩E_Ps╬À\x06?ÈüY\x02F"
  b"\x01É╩E_Ss═ç┼å\x04U\x0F¬│"
  b"\x01É╩E_UrN©eÐ\x14#ð¼¥"
  b"\x01É╩E_Vq±®à©ú\x18\x06¢´"
  b"\x01É╩E_XqPñ\tT│T\x11ÐÙ"
  b"\x01É╩E_Ys]Â6ïz{Èv&"
  b"\x01É╩E_Ys]Â6ïzÖYwú"
  b"\x01É╩E_[s½éÎÑÃÅw¤╣"
  b"""
    \x01É╩E_]s╦×\x13Q(\n
    láa
    """
  b"\x01É╩E__sO¢└%;pÎx]"
  b"\x01É╩E_`q¸ìGè;W(│ï"
  b"\x01É╩E_brêÁ╗┌ıN\x15\x04"
  b"\x01É╩E_dr\x08Ø%d:┘\x14±\x07"
  b"\x01É╩E_fr\x07á~k\x0E}┌ÿð"
  b"\x01É╩E_hp\x0F¢´/¡\x1Ct\x13ô"
  b"\x01É╩E_mpEÁ\x12¼þ▒\x1A|}"
  b"\x01É╩E_nr£ìñ¶╦Ê\┬ý"
  b"\x01É╩E_or┌úÌ«wÞ1¦Ø"
  b"\x01É╩E_qs¶¿W·©ÉvÀ═"
  b"\x01É╩E_sq$ûù\x18»5õ6\x0E"
  b"\x01É╩E_uqt▒°éÏÛSq½"
  b"\x01É╩E_ws#ò\x0239ï«2º"
  b"\x01É╩E_xsP£¤^┐╩ôEè"
  b"\x01É╩E_ys\f╝¡äñ┘Ï,&"
  b"\x01É╩E_{s┼îÇÙu$ͨY"
  b"\x01É╩E_}r»íò \x06Lß!Ü"
  b"\x01É╩E_~sÞ¢«¦°zHX¤"
  b"\x01É╩E_Çs>óeDhx\x18äô"
  b"\x01É╩E_érLó■÷ê░\x1A"
  b"\x01É╩E_èr╣╝#å®´­_¤"
  b"\x01É╩E_ïr▀è >7■Um/"
  b"\x01É╩E_îsìù¤\x02n®¡Å4"
  b"\x01É╩E_Ésþ▓ñ°Ò+ÖD‗"
  b"\x01É╩E_æpýá§7»àµ¥H"
  b"\x01É╩E_æpýá§7»íR\x00;"
  b"\x01É╩E_ôs´ûf¬_/\x03ab"
  b"\x01É╩E_ôs´ûf¬_IbÍa"
  b"\x01É╩E_öp\x15╣²®h\x15'®┼"
  b"\x01É╩E_ûr?é┬H®+\x17ý┘"
  b"""
    \x01É╩E_ùrª║\n
    Öøðx\x189
    """
  b"\x01É╩E_ÿp#¡Ý\v´┴▄═P"
  b"\x01É╩E_ÜpÌÀ¹\x19Íð)mR"
  b"\x01É╩E_ør©ÑM\x04ýG¼Äà"
  b"\x01É╩E_£q¯┐¾1_þ2\r¿"
  b"\x01É╩E_Ør\x1C\x18ı\▄ÈO "
  b"\x01É╩E_óqQ»©@ Û\rH╚"
  b"\x01É╩E_ús\x01ƒu\x17\x1D ¢\x10§"
  b"\x01É╩E_ñqY¡ê─»àîx╝"
  b"\x01É╩E_ªs¢âîºÔ\x08yÜ¿"
  b"\x01É╩E_ºq®£.┤<ÛCO["
  b"\x01É╩E_¿pÉØó$5■╗yA"
  b"\x01É╩E_®s[╝├ÑàÄh±╚"
  b"\x01É╩E_¬q*»`┬┘%▒ûG"
  b"\x01É╩E_¼s┌éØ  ÆNÛ+"
  b"\x01É╩E_¼s┌éØ  º░Àá"
  b"\x01É╩E_¡sê│\x04×Ð\e\x165\x04"
  b"\x01É╩E_«pn┐ó´░ƒ\x07Í%"
  b"\x01É╩E_░r\x13ñÏ=ô\x12yqµ"
  b"\x01É╩E_▒r?ö¼óºi└\x1A/"
  b"\x01É╩E_▓s{ês­kF(5ß"
  b"\x01É╩E_▓s{ês­k_\x1AkF"
  b"\x01É╩E_│r1èûª¼~\x1E>-"
  b"\x01É╩E_Áp-ëq\x1E\x03Jäí\x17"
  b"\x01É╩E_ÂpÛºB!6e0X±"
  b"\x01É╩E_ÂpÛºB!6â[░&"
  b"\x01É╩E_©pÙƒ╝ÖÝ"ÒÛN"
  b"\x01É╩E_║s<Ƕq\x11ßÇ.{"
  b"\x01É╩E_╝r`óXǤùéb╬"
  b"\x01É╩E_¥r[ר╦B0[\x14Á"
  b"\x01É╩E_┐sÁ▓-fsãê=\x15"
  b"\x01É╩E_└sâÄ\x1A\x1E\x02Buu└"
  b"\x01É╩E_┴sBç+A\x7FÆ,╔P"
  b"\x01É╩E_┬qJ║×GOƒo┴"
  b"\x01É╩E_─q\x1Cû:<Nm.>L"
  b"\x01É╩E_ãpð¬\x1F├Ðî═1\x02"
  b"\x01É╩E_╚rTɽ²m\x1Fdiı"
  b"\x01É╩E_╩s:╝eI½î)\x06»"
  b"\x01É╩E_╠r\x06¢v\fP¡SwS"
  b"\x01É╩E_╬s─º-ý±î\x7F_\x1A"
  b"\x01É╩E_¤p øHl║\x15-[\x19"
  b"\x01É╩E_Ðq╚ó╔\x14,Îñþò"
  b"\x01É╩E_Ës╗╗\eÛ¯ÈÄZò"
  b"\x01É╩E_ır▓│\x1D+´1´qð"
  b"\x01É╩E_Ír█×{mp\fV\x15ö"
  b"\x01É╩E_▄sX¼¹\f1p¤¼Û"
  b"\x01É╩E_¦ruòPÔ£1:ih"
  b"\x01É╩E_Ìsþï╔û║ýı\eÑ"
  b"\x01É╩E_Ór═®û{Ïë]W4"
  b"\x01É╩E_Ór═®û{Ï×ê;╔"
  b"\x01É╩E_ßpªÀ\x01âÒ'▓╠┬"
  b"\x01É╩E_Ôrç½E+'ý┬F!"
  b"\x01É╩E_ÒpTá\x11¯"\x08\vÉ "
  b"\x01É╩E_õr¸û§\x14\x18¨\x1F\x1EA"
  b"\x01É╩E_µrM┤Áض¦ó Ù"
  b"\x01É╩E_µrM┤Áض¶╚å¿"
  b"\x01É╩E_þs\x0FÉáY?K\x1EÎ-"
  b"\x01É╩E_Ús\x1Fä\x0FûK\x7FÎí~"
  b"\x01É╩E_Ûq`ØA▄┴ýÒÍ"
  b"\x01É╩E_ýq0î®Y┤ô╔\x1F\x04"
  b"\x01É╩E_¯p.Æ^|╦¦zÅû"
  b"\x01É╩E_­qÇÉ█dH═╬E^"
  b"\x01É╩E_‗r#ÀPÈ9{\x120┼"
  b"\x01É╩E_¾rÚ┐Ø´é$~\x06"
  b"\x01É╩E_¶qÂ╗8Î\x02PY]╬"
  b"\x01É╩E_§sôÖ\x1F├é\x022ı¤"
  b"\x01É╩E_÷r\x02ƒ\x1E\x01\x06└Þ|è"
  b"\x01É╩E_°sAáC:*¥V²▓"
  b"\x01É╩E_·rÅÄêRv\f²r\x00"
  b"\x01É╩E_¹pS▒/m║ªMñs"
  b"\x01É╩E_²q\x04ÿÎ‗\x17eW"Ö"
  b"\x01É╩E_ p¤¿f▓╠Ô-6]"
  b"\x01É╩E`\x01qÅ£╝ãï7¤ÎV"
  b"\x01É╩E`\x02rÙ▒\x0F┐'╗îy■"
  b"\x01É╩E`\x04p\x11ª þ\x00"0&f"
  b"\x01É╩E`\x06qRØÓV$\rérô"
  b"\x01É╩E`\tqEó;\x03ƒG¦┬Î"
  b"\x01É╩E`\vrSö\e<î@§\v""
  b"\x01É╩E`\fsfÀ+\x02\x12{\t"
  b"\x01É╩E`\x0Esï▓ê¤ÇªÌgµ"
  b"\x01É╩E`\x10p²àRÿa0×,\x02"
  b"\x01É╩E`\x12pKÄ?'Ã╠ÿë\x05"
  b"\x01É╩E`\x13rJ¼÷ðzº!\x16À"
  b"\x01É╩E`\x15rïÀçÚR7█Pd"
  b"\x01É╩E`\x17sߺ³íàÁ\x03\x19\x1E"
  b"\x01É╩E`\x19sfù╗\x1D±gJb‗"
  b"\x01É╩E`\x1As┘ó\¬{hÞ»¬"
  b"\x01É╩E`\x1Eq>át_s®▒Ò\x05"
  b"\x01É╩E` q\tÀóÔ\x03^░═┘"
  b"\x01É╩E`#pØ¡\x01┬f·Üh$"
  b"\x01É╩E`%pêÖ\x07\rö‗}M"
  b"\x01É╩E`(p\x08áVú┴\x12¢k¥"
  b"\x01É╩E`*p\x1AÀÁ4\x06&┬²>"
  b"\x01É╩E`,s7ô\x05\fÛ\t╦,"
  b"""
    \x01É╩E`.p>ä\e¦Åµ\n
    
    """
  b"\x01É╩E`0qâƒ\fÐ#\f¢\x147"
  b"\x01É╩E`1s_À\x02Èh^·`³"
  b"\x01É╩E`3qÛ­\\x1EÖ┐÷┌"
  b"\x01É╩E`6r╗ì\x1A║┘*ϹÆ"
  b"\x01É╩E`8q└Áå½9┐Vù╗"
  b"\x01É╩E`:pàö\x18²\x05|z¹©"
  b"\x01É╩E`<sTáú@Ì┴±e9"
  b"\x01É╩E`>sàñDW╝\f\eÀ\x02"
  b"\x01É╩E`@p░╗Ò╔î‗WD3"
  b"\x01É╩E`Bpi©L!¥(§¤ª"
  b"\x01É╩E`Dq\x12\x03╦Bfzâ\x13"
  b"\x01É╩E`Fr╬󬼮┐{}├"
  b"\x01É╩E`Hq\x14ç\rþ½;}-\x14"
  b"\x01É╩E`JsÙ»fÚì\x07§\x082"
  b"\x01É╩E`MrgƹöÛÒr@\t"
  b"\x01É╩E`Or5Å1\x07ênte+"
  b"\x01É╩E`Pr\x08æ5\x01|\x13╠S\x08"
  b"\x01É╩E`RqM┐\x03±!═\x07É║"
  b"\x01É╩E`Ur·ªô8╣®%cº"
  b"\x01É╩E`WpVë\x03&05ƒ¤ë"
  b"\x01É╩E`YqRàü¿¥▄yqü"
  b"\x01É╩E`[r@¢JáM\á9▄"
  b"\x01É╩E`^sxòFJ╩\x04\fº\x18"
  b"\x01É╩E``s¦ÀUâOVy4~"
  b"\x01É╩E`bpe©Í³\v\x06}µ®"
  b"\x01É╩E`dr\x13ƪ\x0E\x0Eô╠+Z"
  b"""
    \x01É╩E`fqlác¿Fr\n
    ı^
    """
  b"\x01É╩E`hr·ÇöÙÛ\x1CÉ\e5"
  b"\x01É╩E`jp:öáA╠°A_╗"
  b"\x01É╩E`kp\x1Aó╝╚IÙ█±'"
  b"\x01É╩E`lp\x07¿ý¸\x02\t6¾f"
  b"\x01É╩E`ms■éí¤\x16¸\x08\x10="
  b"\x01É╩E`oq\x14«Çz╦ñÕ÷Â"
  b"\x01É╩E`qp¾▓\x0F║ëW\e"
  b"\x01É╩E`sqOØ\ehÙ┐ËA¯"
  b"\x01É╩E`usïà\x14Èı²Æ:6"
  b"\x01É╩E`ws)¼Eó┤\eÀ█u"
  b"\x01É╩E`zsQ½(ã{└63#"
  b"\x01É╩E`{qPël┴¶\x08àV├"
  b"\x01É╩E`}qw®l┤)<AÑ1"
  b"\x01É╩E`\x7Fr8®Gðê³ Þ┌"
  b"\x01É╩E`üs╣ëù°Ë╣C»§"
  b"\x01É╩E`éqåù¾ýÁÿk\x1C×"
  b"\x01É╩E`äp-ê┴─j‗\x03\t¬"
  b"\x01É╩E`år[è½Á@wIJ"
  b"\x01É╩E`êså¬Úm­\x1CÍÅ╝"
  b"\x01É╩E`ïpÂæ2¹KÑ\x16z┬"
  b"\x01É╩E`ÄrÞæö-Ûuý½N"
  b"\x01É╩E`Éq¯╗)\Yû©^J"
  b"\x01É╩E`Ær]£^fV|î\x0Fô"
  b"\x01É╩E`ôpË¥Ì\x11.B┤é#"
  b"\x01É╩E`òs‗À(l¥öÝ\x1FÔ"
  b"\x01É╩E`ùp·ú\x15Äa¡\x03dM"
  b"\x01É╩E`ÿr}Â▀ÂNhl#v"
  b"\x01É╩E`Üsz«|Çϲ\x02å£"
  b"\x01É╩E`£p"¬fá¿Ã¦s["
  b"\x01É╩E`Øp═½:[gÕÓªá"
  b"\x01É╩E`ƒr└«IöM$ñ\x1CX"
  b"\x01É╩E`ís÷┤╦▒ÌNeËè"
  b"\x01É╩E`óq'®\V¦·µRi"
  b"\x01É╩E`ñp`öHJCî▓ı║"
  b"\x01É╩E`ªp@ïÂ\x14þ­Ì\x11"
  b"\x01É╩E`ºr\x08å\x16┬Síß│D"
  b"\x01É╩E`®s\x1F\x1Agï\x029\x1E"
  b"\x01É╩E`½sÜ®?D~p]áz"
  b"\x01É╩E`¼rnÑı\x07}\x01ܤR"
  b"\x01É╩E`«pJó\x14Ë°¾uáƒ"
  b"\x01É╩E`░rb®%ôGe|Øt"
  b"\x01É╩E`▒pSÁXìMiê\x08Ô"
  b"\x01É╩E`│püæÙÐz)ð­Ú"
  b"\x01É╩E`┤qíîãBU┴\x19"
  b"\x01É╩E`Áq\x1Aê\x05Ñ$¿EÌ┤"
  b"\x01É╩E`Àq┬ë(µ\x11\x08à\x01\x19"
  b"\x01É╩E`Àq┬ë(µ\x11\x1Eø\x18^"
  b"\x01É╩E`©rd®\x17µ┴;\x1C"
  b"\x01É╩E`║qË▓Î\x00¯¨Dû|"
  b"\x01É╩E`╗r╝¢Z\táðå╬-"
  b"\x01É╩E`╗r╝¢Z\táÛøJU"
  b"""
    \x01É╩E`¢r\x1F®-îͦy\n
    ä
    """
  b"\x01É╩E`┐päñ\x1C┴iÈ╦\x0E\x03"
  b"\x01É╩E`┴r5Ñò\x10_¬░'½"
  b"\x01É╩E`├ryë│▄\x16IÞ¶é"
  b"\x01É╩E`─r┐©h´\x05╬└\x13K"
  b"\x01É╩E`ãp9Ñ\x12ø┌/\x019S"
  b"\x01É╩E`╚pûòÖö>ê¶-{"
  b"\x01É╩E`╩sï®▒Xt­c▒\x08"
  b"\x01É╩E`╠q1©éÂïÇyâð"
  b"\x01É╩E`╬po£Êê@eÿ¯ "
  b"\x01É╩E`ðr╚ÜtÚÝ\x01\x1AzH"
  b"\x01É╩E`Ês#ò╠\x00àÎCëX"
  b"\x01É╩E`Èq[¬eû$\x7FV┼É"
  b"\x01É╩E`ısTî\x04¯¬│\x1EÓZ"
  b"\x01É╩E`Îs=ûg¦¯u║©t"
  b"""
    \x01É╩E`┘q{ÿMà+v\n
    ñø
    """
  b"\x01É╩E`█q║£WM¡|´─▀"
  b"\x01É╩E`¦r\x03ô)\x12╝ãI¹7"
  b"\x01É╩E`ÓpýêêÉ┴@@╝ê"
  b"\x01É╩E`ÒqB×\x18k╬Ô½)e"
  b"\x01É╩E`ÕpUá&_þ‗¹┴t"
  b"""
    \x01É╩E`þqc┤ª\n
    t┬Â\x04º
    """
  b"\x01É╩E`Ús4î\x08¾a├ \x16="
  b"\x01É╩E`Ûqêæ╠p«FÅ\x17À"
  b"\x01É╩E`Ýr­º ▄ð╣\e╗,"
  b"\x01É╩E`´rM£╣LÒök2j"
  b"\x01É╩E`±p'¥╬¬eRà>\x07"
  b"\x01É╩E`‗qÃà_H-D┬\r "
  b"\x01É╩E`¾q?ëù\x10VÀp└▒"
  b"\x01É╩E`§qÐ│ÉßQBøæ×"
  b"\x01É╩E`¸pÍ▓ò#╦Æ╝p,"
  b"\x01É╩E`¨q·ÿ¹ñM■úï¬"
  b"\x01É╩E`¹sÍÿ┬\x06f▀@æç"
  b"\x01É╩E`³ruÿpÎf|©5\x15"
  b"\x01É╩E`■pvÿL\x7Fÿsƒÿ┼"
  b"\x01É╩Ea\x00r▓â╦¨a└î~õ"
  b"\x01É╩Ea\x02p\x06ëë»b\x0Eø╗#"
  b"\x01É╩Ea\x02p\x06ëë»b)╗>("
  b"\x01É╩Ea\x04rHá─ÿÜ\x1F¤Cð"
  b"\x01É╩Ea\x06rÖƒ·\x12\x156í╔╗"
  b"\x01É╩Ea\x07s5ÑÌ▓^ç÷├\x15"
  b"\x01É╩Ea\tp\x00ær\x12i┼░W─"
  b"\x01É╩Ea\fq5î¤)¥Kp³ç"
  b"\x01É╩Ea\x0Eráé¬┼ ┐2UE"
  b"\x01É╩Ea\x10s.í¨\x1D\tÝ▄"
  b"\x01É╩Ea\x12r$Å]y\x01ðMY\x1C"
  b"\x01É╩Ea\x13r╬╣\x07\x1Cè┴Ó!W"
  b"\x01É╩Ea\x15qU»B¾\e\x13Û¿"
  b"\x01É╩Ea\x17pÙòÏø÷ï#ü÷"
  b"\x01É╩Ea\x19pÿ«REjÝ▒úò"
  b"\x01É╩Ea\x1As═░ü┤­¢®<Y"
  b"\x01É╩Ea\x1Cp\x06« NF\x10Û\x0F~"
  b"\x01É╩Ea\x1Eq(óO\x18ÅÅ&á█"
  b"\x01É╩Ea\x1FrZ«\x07Ö²1V¶í"
  b"\x01É╩Ea!r▒ëXÙ$)pèr"
  b"\x01É╩Ea#q4Ç╚ò\x10Ï\x14´u"
  b"\x01É╩Ea%r\x02ôL█cgð¾×"
  b"\x01É╩Ea'p2╝z;QB▓k\x0F"
  b"\x01É╩Ea(r3ÑÆÒ~«ë\x10"
  b"\x01É╩Ea*s}âæ\fä\x10\x07"
  b"\x01É╩Ea+pÏ┤\f\x15è\x06\x06î"
]
40 4.26 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500 OFFSET 4000
Parameters:
[
  false
]
41 1.26 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩Ea-qò¢ ÈÇýÅ\x10Ù"
  b"\x01É╩Ea/s\x07¬2ı╣┘U÷!"
  b"\x01É╩Ea0q÷Æ6┐¡Ñv:\x15"
  b"\x01É╩Eÿ\x05q5åÌFØ‗¬ßË"
  b"\x01É╩Eÿ\x06rHž\x1Fô╝)¯\x10"
  b"\x01É╩Eÿ\x08s³îè]ª\x12@l+"
  b"""
    \x01É╩Eÿ\n
    rlÁÿüÇüú§╦
    """
  b"\x01É╩Eÿ\fså®d½└q\x06\x16\x01"
  b"\x01É╩Eÿ\x0Esø¼×¤\x15tÚ╣+"
  b"\x01É╩Eÿ\x10rS»8ø¥-9ÖÚ"
  b"\x01É╩Eÿ\x12q§░│@ô¨\x1Dý³"
  b"\x01É╩Eÿ\x14s\x16É]ëCÉ"4V"
  b"\x01É╩Eÿ\x15rMÿ\x15$è)\x7F\x07\x1D"
  b"\x01É╩Eÿ\x17r¥øıìÄ[°Bo"
  b"\x01É╩Eÿ\x19q╦┤┐jîöêÛ9"
  b"\x01É╩Eÿ\essæȸò┴╩ÉZ"
  b"\x01É╩Eÿ\x1Ds8øï\x18■qxIx"
  b"\x01É╩Eÿ\x1FqV╣®½^e─<ä"
  b"\x01É╩Eÿ p5│2H]\x13}╔/"
  b"\x01É╩Eÿ"sr║YÁʱÐÕ╦"
  b"\x01É╩Eÿ$qP╣³O}Ø]├S"
  b"\x01É╩Eÿ&p¤â▓Öû]l%w"
  b"\x01É╩Eÿ's$ø╣¸,s\v"
  b"\x01É╩Eÿ)s<ø_Ê;\tÝï\x7F"
  b"\x01É╩Eÿ+r\x1C│\æIi\x19\x11}"
  b"\x01É╩Eÿ-s╦½v.¬¼eq\x1D"
  b"\x01É╩Eÿ/qpà\x02\x08éA&ñL"
  b"\x01É╩Eÿ0q\x16¬┴~Ýè┐\x19?"
  b"\x01É╩Eÿ2p\x05ƒ\x0E=1=┴┬£"
  b"\x01É╩Eÿ4r˽\r­\x13ᱪñ"
  b"\x01É╩Eÿ6p\x00ö/qÓî§í9"
  b"\x01É╩Eÿ7rVò 9│éªyý"
  b"\x01É╩Eÿ9såï╬bhÃØ5v"
  b"\x01É╩Eÿ;r,çã;K²öhf"
  b"\x01É╩Eÿ=qCù\x1C╣n╦+øç"
  b"\x01É╩Eÿ?sÅåg╝¦çÜ42"
  b"\x01É╩EÿApmîè/XÑ~ ÿ"
  b"\x01É╩EÿBqîäÖdîçêB?"
  b"\x01É╩EÿDr$╣\x04¶2¡Ñ'B"
  b"\x01É╩EÿFq┼ƒJ´Fÿ(\x0FV"
  b"\x01É╩EÿGqÐóv╣FÅâu."
  b"\x01É╩EÿIrÌÖ¶àd║jº¾"
  b"\x01É╩EÿKqíåÛtı¾1\t"
  b"\x01É╩EÿMr\x1F╣´Q³\eæ\x08Ô"
  b"\x01É╩EÿOs¼Æ╣*╔-'ÚN"
  b"\x01É╩EÿPp@áîÔê┼2■¼"
  b"\x01É╩EÿRq3ê÷/®ÖϬT"
  b"\x01É╩EÿTs°êMi\x7FãBÙô"
  b"\x01É╩EÿUpµ╗uH\x11?UäC"
  b"\x01É╩EÿWsa│aQ"ö=ÒÂ"
  b"\x01É╩EÿYr\x14àA░4\x18(ÕÊ"
  b"\x01É╩EÿZrD¿\x0E\x01Å\x7Fh];"
  b"\x01É╩Eÿ\r█ÀÃá┬╚\x07"
  b"\x01É╩Eÿ^s¼▒U\t\x1DÑ|Ëv"
  b"\x01É╩Eÿ_s\x15ƒnÎ\x088▀­»"
  b"\x01É╩Eÿap,©aÓÜÇ9ß "
  b"\x01É╩EÿdqùçÆÞÌ\x01Ð▒Û"
  b"\x01É╩Eÿes┌»┘âÍ▒hæ<"
  b"\x01É╩Eÿes┌»┘âÍ═½\x0Fm"
  b"\x01É╩Eÿgs┼ìdù£ý&êõ"
  b"\x01É╩EÿhsèûÅh½D\x1Cj\t"
  b"\x01É╩Eÿjq2╗Q├├ïÌ÷È"
  b"\x01É╩Eÿlpôú\x01¿øÀ<fS"
  b"\x01É╩EÿnpUÇ#Ô³B¤Î\x05"
  b"\x01É╩Eÿorwóõ\x00ÂZÑYR"
  b"\x01É╩EÿqqéóþbÖ½\x1A^/"
  b"\x01É╩EÿsqÝ×w2*uØi█"
  b"\x01É╩EÿtrÙ╗\v!ı‗\f\x7F&"
  b"\x01É╩Eÿvp÷Ü▓<Wàt\x01æ"
  b"\x01É╩EÿxpÄèéoÎEU1H"
  b"\x01É╩Eÿys¹ƒØi>1ý[¯"
  b"\x01É╩Eÿ{ròØr¿f¿A\x7FÄ"
  b"\x01É╩Eÿ}s\x11ÄyeجB╣ô"
  b"\x01É╩Eÿ~r áÄ0<¸õ>ß"
  b"\x01É╩EÿÇsf░:ßZº~wé"
  b"\x01É╩Eÿéq¥èÉç\x11ÉÒ╬c"
  b"\x01É╩Eÿâr\x0FƒltYÛræv"
  b"\x01É╩Eÿàp?▒\x1D÷ÑaI╗{"
  b"\x01É╩Eÿçq`ïH┼║1Ö³╬"
  b"\x01É╩Eÿêq>¢├║L/Ì\x02è"
  b"\x01É╩Eÿèr]èƒ~Ïe.ôF"
  b"\x01É╩Eÿïp£ª%±S╗┬2‗"
  b"\x01É╩EÿìrIÄ\e}Õƒ\f"
  b"""
    \x01É╩EÿÄr\x15ø½▒E\n
    Ö2ª
    """
  b"\x01É╩EÿÉsºëÎ+2ý\x15³×"
  b"\x01É╩EÿÆq╔ÆQÓ\x11\x04\x1CS┴"
  b"\x01É╩EÿôrÓÿÐà~xjà│"
  b"\x01É╩Eÿòsb╝`\x0F'░©\x1A¬"
  b"\x01É╩Eÿûp╔ƒ░\x00'?\nÖ?"
  b"\x01É╩Eÿùp±çV§JÚíK~"
  b"\x01É╩Eÿÿq3ª\v■S═ıu┐"
  b"\x01É╩EÿÜrµ░¾B¸ÝoÞ\x05"
  b"\x01É╩Eÿ£q\x05¬╔\e\x16 Ü«\f"
  b"\x01É╩EÿØpÏû¸Ñ×^\x14'\x03"
  b"\x01É╩EÿƒsþÖ¦½╠òÌÊ«"
  b"\x01É╩EÿípþøY ╗\x11\x00"
  b"\x01É╩Eÿór╚¿═└ý¯\x15v\v"
  b"\x01É╩EÿñqöÄ1\x1Aóf÷Ðà"
  b"\x01É╩Eÿªs¾ô\rßVj_ƒØ"
  b"\x01É╩Eÿºp£íÑH\vþ¯¿d"
  b"\x01É╩Eÿ®s\víG«°JÝx¤"
  b"\x01É╩Eÿ½s\ürâ\x07í:e9"
  b"\x01É╩Eÿ¼sëô▓N\x12]\x03Çk"
  b"\x01É╩Eÿ«rΡM=µf▀$ð"
  b"\x01É╩Eÿ░søüt\x02ädº\x13ò"
  b"\x01É╩Eÿ▓pr╣Þð╝ië¨k"
  b"\x01É╩Eÿ┤qc╗\e\x14[\x06j"
  b"\x01É╩EÿÂr\x02ÂÊ┤\x10¼æ]<"
  b"\x01É╩EÿÀr\x19æ■Ýy¼¯▓\x16"
  b"\x01É╩Eÿ╣p;öiØÁ\x1ECÇ▄"
  b"\x01É╩Eÿ╗su▓q¢├\x1Cù^\n"
  b"\x01É╩Eÿ¢rk×ìn/+fWõ"
  b"\x01É╩Eÿ┐r.áùàØ>¬8/"
  b"\x01É╩Eÿ└rQ×\x0E¿Î;ÔgÃ"
  b"\x01É╩Eÿ┬s\x12╣─"Z÷\x106─"
  b"\x01É╩Eÿ─pÞ║┴¬\x05y-══"
  b"\x01É╩Eÿ┼s2øú▓᫽\x00p"
  b"\x01É╩EÿÃræ┤\x05\x12K%«¦¡"
  b"\x01É╩Eÿ╔r\x11º@ÎL╔\vÕ{"
  b"\x01É╩Eÿ╩r8ów\f~ß]Ë?"
  b"\x01É╩Eÿ╠rjí¥P'Ï┌yÂ"
  b"\x01É╩Eÿ╬pQñ\f■°\x17=▀Á"
  b"\x01É╩Eÿðpü╣¢+╣Õ²(Õ"
  b"\x01É╩EÿÐr*ñKÃM¥Mø6"
  b"\x01É╩EÿËr¤¿ù(ø·╝k¸"
  b"\x01É╩EÿÈrÂêuu¯7dï\x15"
  b"\x01É╩EÿÍs\x07ƒ╣\x11 ,Dæâ"
  b"\x01É╩EÿÏq\x1CúÔ\x1C¤×\x1Fû¾"
  b"\x01É╩Eÿ┘s╬ûVô¨\x00F9R"
  b"\x01É╩Eÿ█pn▓È4xâb=\x1A"
  b"\x01É╩Eÿ▄q╗ùZ·c¸_Ü\x0E"
  b"\x01É╩EÿÌpj£▀-YåΪØ"
  b"\x01É╩EÿÓs\té\x05°Cq\x07"
  b"\x01É╩EÿÔrÃ×╠░ì\x16É┴É"
  b"\x01É╩EÿÒrçÑ%u`\t\x11▒v"
  b"\x01É╩EÿÕr¾á00fÃF«│"
  b"\x01É╩EÿµpPá&øÄ**ÅW"
  b"\x01É╩EÿÞpuÇè\x18L^;Õ7"
  b"\x01É╩EÿÛr▒ØçØM\x17╝JÐ"
  b"\x01É╩EÿÙs\x10▒áñ║┘ñAi"
  b"\x01É╩EÿÝpÍŵdÛj▓G\x00"
  b"\x01É╩Eÿ´r@»P█´æû║I"
  b"\x01É╩Eÿ±q¤¥Òãn\x7F{╚╦"
  b"\x01É╩Eÿ¾sÀûL×\x12+\x08T└"
  b"\x01É╩Eÿ§sxò║Ð>%oý^"
  b"\x01É╩Eÿ÷qbù\v\x18áÌ!"
  b"\x01É╩Eÿ°q\x15åãƒ"iª\x18Ú"
  b"\x01É╩Eÿ·r§öåƒ═yÉ̱"
  b"\x01É╩Eÿ¹p¿Å&jÔÓý\x19g"
  b"\x01É╩Eÿ²q/è;║#Ñ­§ "
  b"\x01É╩Eÿ rXâWFå═|@ê"
  b"\x01É╩EÖ\x00s'À║óP;\t÷3"
  b"\x01É╩EÖ\x02p½åÐVØà4Sm"
  b"\x01É╩EÖ\x04p\x10Å`1┐SÍ.Þ"
  b"\x01É╩EÖ\x05sMâ 7¨°/Ð+"
  b"\x01É╩EÖ\x07p­ª└9Ë\r─"\r"
  b"\x01É╩EÖ\tqÜÇN\x7FýmäuA"
  b"""
    \x01É╩EÖ\n
    rÍ┤Lú¥■\e¤┴
    """
  b"\x01É╩EÖ\fqK│nMu┤øÍ@"
  b"\x01É╩EÖ\rpƒ¬▓©¢«ëÙu"
  b"\x01É╩EÖ\x0Fr"╝yÛA!¯:e"
  b"\x01É╩EÖ\x10p¢┤eól╔f┘á"
  b"\x01É╩EÖ\x12pÑÑ ı\x1F#½ää"
  b"\x01É╩EÖ\x14p╔▒:\x18ÿ9¾\x16V"
  b"\x01É╩EÖ\x15s\x16┤½®Ù┴\x1CÊ£"
  b"\x01É╩EÖ\x17q8ôm¤t'ת}"
  b"\x01É╩EÖ\x18räë\eÇÉA|¿ì"
  b"\x01É╩EÖ\x1Aq£Éª│-ü▒~«"
  b"\x01É╩EÖ\x1Cp°î‗ãr¥uóÎ"
  b"\x01É╩EÖ\x1DsËêå╣°~¢Bê"
  b"\x01É╩EÖ\x1FpXôíÉ╬╗\x16"
  b"\x01É╩EÖ sgÆÔ$ZÏ╦@Ð"
  b"\x01É╩EÖ"sßíu\x18Ú¿e>Ì"
  b"\x01É╩EÖ#r║▓â╩\x15\x05i\x1Dx"
  b"\x01É╩EÖ$q¥ìƒ7\x16±W#\x11"
  b"\x01É╩EÖ&r3Ç-çÿ╩\x7FÀe"
  b"\x01É╩EÖ'r\x1Cà\f«Â²d°¼"
  b"\x01É╩EÖ)q\x19ƒfx╝──ÿÇ"
  b"\x01É╩EÖ+sÇîtN"·V╦Â"
  b"\x01É╩EÖ,r▒┐<R·%«ê║"
  b"\x01É╩EÖ.r}ï┼NN<╣m-"
  b"\x01É╩EÖ0r\tº¦ Þ>Uú═"
  b"\x01É╩EÖ1qèÖ╬Ã\x14h┼l\x7F"
  b"\x01É╩EÖ3pýì\vRc$╔ß0"
  b"\x01É╩EÖ5q©ág█Y¸ÓÙ©"
  b"\x01É╩EÖ7r▄╝ÚV=c\x06!\x01"
  b"\x01É╩EÖ8p\x19╝<ÿiÚDj╦"
  b"\x01É╩EÖ:r×é╠\x02¸░┤\x10V"
  b"\x01É╩EÖ<rºé<9©&+VÓ"
  b"\x01É╩EÖ>pFÆúÀ\rk5`«"
  b"\x01É╩EÖ@qòà▄â_G-ÚZ"
  b"\x01É╩EÖBq¶ñ|\x1E)k¦Ý▀"
  b"\x01É╩EÖCpþü°╝\x18\x08"
  b"\x01É╩EÖEpCª?<ì│\x13\x18i"
  b"\x01É╩EÖGqØ┤d±kñøĨ"
  b"\x01É╩EÖIr%¥Jgl\x01ƒ9ý"
  b"\x01É╩EÖKr╗ü}ø(U¨5E"
  b"\x01É╩EÖMq×Æ&ýúÆ?sº"
  b"\x01É╩EÖNq\x1Eù\x11┌╗c┐»1"
  b"\x01É╩EÖPp╝©Ãô°\eít█"
  b"\x01É╩EÖRr\x18ç ÿ\x1Fm½ÈZ"
  b"\x01É╩EÖTq\fªW9©ıG>\x1C"
  b"\x01É╩EÖVq~£ß©\x1Ftá«ï"
  b"\x01É╩EÖWqÐá\x07(ù‗ñ>e"
  b"\x01É╩EÖYq´ö«jùТÔn"
  b"\x01É╩EÖ[qaƒàßܸ@êÕ"
  b"\x01É╩EÖ\q$ª¸ÿæÁz└|"
  b"\x01É╩EÖ^p¾▒▓-\v═o3\x01"
  b"\x01É╩EÖ`pØæáç{┬7ÎÒ"
  b"\x01É╩EÖbp-¼4º\x06x\x10è±"
  b"\x01É╩EÖcsuíÞâ=TªÆ\x13"
  b"\x01É╩EÖeq]«¶(ê╚Ä%¶"
  b"\x01É╩EÖgqN®\x06¬LO█üQ"
  b"""
    \x01É╩EÖip0ÀsL¶\n
    òFÊ
    """
  b"\x01É╩EÖjq▄ïq^\x1F\x0E\x16\x15"
  b"\x01É╩EÖls6¿\x0E½░\x7F_};"
  b"\x01É╩EÖnp¯ìÆË\r~UQå"
  b"\x01É╩EÖopñçE\x01tOûZ%"
  b"\x01É╩EÖqp"ê3Mhê÷\x15a"
  b"\x01É╩EÖsqò░ZFì\x13@³N"
  b"\x01É╩EÖtqmç¼\x1D_\x1CD,q"
  b"\x01É╩EÖvq\x03░r\x11J╣ø▀á"
  b"\x01É╩EÖxp³ê$ÇãÞÊK╠"
  b"\x01É╩EÖysP┤\x03¢CJá&`"
  b"\x01É╩EÖ{qPƒ¾Ý╔ùêè\x1D"
  b"\x01É╩EÖ}sü╝xÿ·pÛ4°"
  b"\x01É╩EÖ~r^íïD¾¸f\x17q"
  b"\x01É╩EÖÇs7Ūm┤dͬâ"
  b"\x01É╩EÖüpƒÖ$-ï\x1E)2X"
  b"\x01É╩EÖâp¶ºÍz_u0î÷"
  b"\x01É╩EÖàpc×┬Q╝pıD\x0F"
  b"\x01É╩EÖår┴Áp¼o\x00÷ã¬"
  b"\x01É╩EÖêp'╝\x03\x06G«þEÅ"
  b"\x01É╩EÖëryº*¥\r]õ╣8"
  b"\x01É╩EÖïr£¢═^¼X\x1A"
  b"\x01É╩EÖîs┤ë\x038╩ó\x06¨\x11"
  b"""
    \x01É╩EÖÄpQïñ­h\x10\n
    Ü
    """
  b"\x01É╩EÖÉp^¡\x05\x08³▒Ñ┌Z"
  b"\x01É╩EÖæpÒ║tâvåtÐa"
  b"\x01É╩EÖôq+î@\x18fs±\x13ð"
  b"\x01É╩EÖöqÚ┐1,\x19\x17½~""
  b"\x01É╩EÖûr|½øö®\Y╠\x03"
  b"\x01É╩EÖùr9ü²=$°┌Oô"
  b"\x01É╩EÖÖr`Á`ÔâÜ╩└Á"
  b"\x01É╩EÖÜqXâPÁ[\t\x1Dݽ"
  b"\x01É╩EÖ£syª:╝»ÁøvÅ"
  b"\x01É╩EÖ×rqöêaùWßm\t"
  b"\x01É╩EÖƒr½│qu:y¬@o"
  b"\x01É╩EÖís┴▒┤HvSA¡X"
  b"\x01É╩EÖóp/ƒÎ=êõ`\x19í"
  b"\x01É╩EÖñs!ÂÙgƒü▒Â\x11"
  b"\x01É╩EÖªp3▓böÜ┤\x0FI┴"
  b"\x01É╩EÖªp3▓böÜ╔DÿÑ"
  b"\x01É╩EÖºs²ºÓƒè\x03\x0F\x7F\x04"
  b"\x01É╩EÖ¿r[ìÄ\eÇ\x00(éä"
  b"\x01É╩EÖ®pµ¥ì\x0E2è├~¨"
  b"\x01É╩EÖ¬q\x06úƒ▓s\x0FÆ'▒"
  b"\x01É╩EÖ½q§╣T╩ï\x1F║*m"
  b"\x01É╩EÖ¼q\x05¡╣[█╚ü\x13,"
  b"\x01É╩EÖ¼q\x05¡╣[█ÓqQ×"
  b"\x01É╩EÖ«p\x1AÁ¦ú¾dÁvY"
  b"\x01É╩EÖ«p\x1AÁ¦ú¾zÏúâ"
  b"\x01É╩EÖ»rïíL┬\x08‗§Ø\v"
  b"\x01É╩EÖ▒që©´'8▄Ol\x1E"
  b"\x01É╩EÖ┤s\x19ôój.>╝åM"
  b"\x01É╩EÖ┤s\x19ôój.X─`+"
  b"""
    \x01É╩EÖ╣r\vâ─Û\n
    Y%@©
    """
  b"\x01É╩EÖ║r\x08©C▒\x1E ╣ú▄"
  b"\x01É╩EÖ╗p÷Áýoót"ay"
  b"\x01É╩EÖ╝s4ºê \x1E┘þÁh"
  b"\x01É╩EÖ¢s╦üÑæ]½¢ht"
  b"\x01É╩EÖ¥r╣ªÝ╝g÷\x16¼£"
  b"\x01É╩EÖ┐s\x16ƒé/╔ù»Lç"
  b"\x01É╩EÖ┴r]â\x1ArAç&╩┐"
  b"\x01É╩EÖ├sÂ┐ü\x13ö>w7ß"
  b"\x01É╩EÖ─p}£╩1ð8¤¦v"
  b"\x01É╩EÖãs║îJ\x19=]³Þå"
  b"\x01É╩EÖ╚qSø\x12úº\x12Á\x05\x7F"
  b"\x01É╩EÖ╩r\x02╝`\t\x17╠┼╔z"
  b"\x01É╩EÖ╠qKèÀºîñ\x1F&M"
  b"\x01É╩EÖ╬reí-\x1A[\x03_\x17Å"
  b"\x01É╩EÖ¤s\x1EÁØìó%_\x07Ó"
  b"\x01É╩EÖÐq¼ÉÄb\vob#Û"
  b"\x01É╩EÖËr\x04╣═n■\x03Âêo"
  b"\x01É╩EÖır ¬9\vI§²êS"
  b"\x01É╩EÖÎqçä╠\b¹vø¿"
  b"\x01É╩EÖ┘pÁ┤ÁõÇùø▒\x19"
  b"\x01É╩EÖ█p├º\x0Eù¤. bà"
  b"\x01É╩EÖ¦pëóy‗│ß3K§"
  b"\x01É╩EÖ▀qæól8[³\x15n_"
  b"\x01É╩EÖÓs:Å]"÷i?─Ð"
  b"\x01É╩EÖÔpÞ»Ê\x12ï/Ï┐\x00"
  b"\x01É╩EÖõpø▒Ó¢\x02ë½Öd"
  b"\x01É╩EÖÕsÌÉ:õO\x1Aìì¼"
  b"\x01É╩EÖþp\x05Å\x07h\x04Ä]\x18^"
  b"\x01É╩EÖÚqÒ×ÈVÚñq^°"
  b"\x01É╩EÖÙr½Æ]H├þ#¾▒"
  b"\x01É╩EÖýp\x05ì ±®Mª\x117"
  b"\x01É╩EÖ¯pv┤QPH\x15\f"
  b"\x01É╩EÖ­pÚô\vyÓÐÒò\x13"
  b"\x01É╩EÖ‗s\x12¼\r\fE┬\x07ã\x05"
  b"\x01É╩EÖ¾rà¬╬ç▓µå4\x0E"
  b"\x01É╩EÖ§r±û┘O÷8¬¸\x12"
  b"\x01É╩EÖ¸rAëí¶Ök¦¬ê"
  b"\x01É╩EÖ°p\x7Fâ±N¤@BfG"
  b"\x01É╩EÖ¨sDÑ"£{DRÑ/"
  b"\x01É╩EÖ¹q0┐7¯rDù|Í"
  b"\x01É╩EÖ³qZê\x043òD×═²"
  b"\x01É╩EÖ■pZù╗\x07┐ª╬\x1FY"
  b"\x01É╩EÜ\x00qe¥QP/q`÷,"
  b"\x01É╩EÜ\x02rBîÜ\x110C6x´"
  b"\x01É╩EÜ\x04qG▒©╠uý­M "
  b"\x01É╩EÜ\x05s4æ¸\x1D\vÓ\x13\x00È"
  b"\x01É╩EÜ\x07r^Ä╣ê\x01Êd│ð"
  b"\x01É╩EÜ\tpoÆ@¾år¾qí"
  b"\x01É╩E¯Ïp\x00Ñ\x02ºûxN;ç"
  b"\x01É╩E¯█r>ù\x1D‗±F^5\r"
  b"\x01É╩E¯¦pÚñN\x1F_awÉX"
  b"\x01É╩E¯Ìq9ÜnÀ2E³zm"
  b"""
    \x01É╩E¯Óp\x03ª\x0F\n
    È┴íÎb
    """
  b"\x01É╩E¯ßpbê\x13Z\x10ÀÎ\x10Ê"
  b"\x01É╩E¯Òs$ÿh├│\vG|┐"
  b"""
    \x01É╩E¯õrFöd2Ù¢\n
    ÷
    """
  b"\x01É╩E¯µs-í\x00╗Ö?^Ï┼"
  b"\x01É╩E¯þsTɵ\x10\x07¨┤Ä\v"
  b"""
    \x01É╩E¯ÚsvÄH5û\r\n
    
    """
  b"\x01É╩E¯Ùs±îÂ3\x19ÇòN■"
  b"\x01É╩E¯ÝpÔóQfß\t%\x07û"
  b"\x01É╩E¯´sè░ÄÜ\x07]┘■ë"
  b"\x01É╩E¯±qUö\x12ô╩\x14êD4"
  b"\x01É╩E¯‗sRò/´▀ÈÎ║%"
  b"\x01É╩E¯¶r¾ëNX ÉÒ\x07"
  b"\x01É╩E¯§qÝì┼ºd¥\x15█¾"
  b"\x01É╩E¯¸s¥âö\x18\x07ÜR\v"
  b"\x01É╩E¯°p\x0E╝¹╦AAÙ¸à"
  b"\x01É╩E¯·sh£x&╩║Ú\x1A¦"
  b"\x01É╩E¯³sðç\x01P\x077═÷V"
  b"\x01É╩E¯²rlÁmxû×║jG"
  b"\x01É╩E´\x04pw×¹¹åỹf"
  b"\x01É╩E´\x04pw×¹¹åÀ#t»"
  b"\x01É╩E´\x05r░ƧYÓjúÜ\x11"
  b"\x01É╩E´\x07pâÂ9~>4vW½"
  b"\x01É╩E´\x08rÀôÃ~zç╦╩ñ"
  b"""
    \x01É╩E´\n
    q4ë³╗MjnR=
    """
  b"\x01É╩E´\fsã®ÝX¡┤i§ü"
  b"\x01É╩E´\x0EpÍúîS┘¾ÈÏ."
  b"\x01É╩E´\x0Fq\x1D«X^█\x7F]U3"
  b"\x01É╩E´\x11r±ôsÇö~É▒╚"
  b"\x01É╩E´\x13q\rƒ\x17▓-7¡\x07Ë"
  b"\x01É╩E´\x15pü£`\:ý┘ìÂ"
  b"\x01É╩E´\x17p\x10Ñ8K╔├;há"
  b"\x01É╩E´\x18p,öJ/\x1F`fÄ┐"
  b"\x01É╩E´\x1ArDÀ¢Lø}┴Ñ¢"
  b"\x01É╩E´\x1Cr}ÿ ´m\x08G<í"
  b"\x01É╩E´\x1Eq\x0F┤─Þ\x03½F┤ì"
  b"\x01É╩E´ q\t®À\x03ã{¢%¼"
  b"\x01É╩E´"r\x16è0öí6zïz"
  b"\x01É╩E´$s{í\x12\x1A|Ç»\x08­"
  b"\x01É╩E´%rç╝5>¯îr_╣"
  b"\x01É╩E´'s\x01¢[M╩È╗Ó_"
  b"\x01É╩E´)pré\x14\x031úxè@"
  b"\x01É╩E´+r_┐3-║╔2úÑ"
  b"\x01É╩E´,r┬ëa╦ª¸&Áz"
  b"\x01É╩E´.r³░ñ.q-èÏo"
  b"\x01É╩E´0sB┐\x1Aõí÷\x0F£©"
  b"\x01É╩E´1q[ö┘¬`g,`M"
  b"\x01É╩E´3s}Éü?û"yK┤"
  b"\x01É╩E´5s┼╗]Q║¼DQí"
  b"\x01É╩E´:s~¥▄ùÈ@ıü╠"
  b"\x01É╩E´;sb©─¸ÿ\x19Jë|"
  b"\x01É╩E´;sb©─¸ÿ5╔ª0"
  b"\x01É╩E´=s(íÔâ[\x05º§+"
  b"\x01É╩E´?rB│7ò`î▀ß┴"
  b"\x01É╩E´@sÌØ`´e§ÁLo"
  b"\x01É╩E´Brcû┌àrrv1░"
  b"\x01É╩E´Ds█ò÷p‗ ±▄▀"
  b"\x01É╩E´Ep¤ù2Ûç¶B϶"
  b"\x01É╩E´Gs.®¡\x19pò*\f?"
  b"\x01É╩E´Iq└ìÅ\x14\x130@Xå"
  b"\x01É╩E´Js\x02\x1D╝0)µVY"
  b"\x01É╩E´LrèÜdÚ╩Ç\x01\x04a"
  b"\x01É╩E´Ms╣â.Ó¸G2±¤"
  b"\x01É╩E´Oqh©»~:ǾN`"
  b"\x01É╩E´QpY¼ÛÀ|_\x08\x12Ï"
  b"\x01É╩E´SpõìÐ#║¼{JF"
  b"\x01É╩E´Ur]¿ñ­J·W(¢"
  b"\x01É╩E´Wp▀©0H\x14\x17_ñ¤"
  b"\x01É╩E´Xpç╝±)\x15î‗\x04X"
  b"\x01É╩E´Zq¿┐\x17ª╦ÎÔl║"
  b"\x01É╩E´\qèÖp}QZg\x02e"
  b"\x01É╩E´]sLÀ\x1D*ÌM╗"à"
  b"\x01É╩E´_rfôP\x06┘o.D┤"
  b"\x01É╩E´arñë\x7F╝ß░+▓-"
  b"\x01É╩E´arñë\x7F╝ß╦▒à$"
  b"\x01É╩E´cqì░å´,é.¶ß"
  b"\x01É╩E´ep©é¹▓1ªä-ù"
  b"\x01É╩E´fs╗Ü┤\x06©\x7F£‗5"
  b"\x01É╩E´hr\x19Á\rð:[╝\x7F|"
  b"\x01É╩E´jsq¥\x1CÝ\eZ%│õ"
  b"\x01É╩E´krƒ«nà«S£\x13v"
  b"\x01É╩E´mr.ê²K▄¡æuz"
  b"\x01É╩E´oqï│½+\x02¢¸hs"
  b"\x01É╩E´pp\x02ÁIÅ\x0ECìõê"
  b"\x01É╩E´rqѺX¦╗‗üM|"
  b"\x01É╩E´tpu®«ä├▒7àP"
  b"\x01É╩E´vs\x14¢ý\x1E ▒3\x06\x11"
  b"\x01É╩E´wr▄▓Ñ\x1A5âö\x13E"
  b"\x01É╩E´yqÊà├zK▀DZÇ"
  b"\x01É╩E´{qKÉ░\x12×╬¡\vÓ"
  b"\x01É╩E´|s\x1D×|}\x14·ÅØg"
  b"\x01É╩E´~p«º%øú\fÚ¾═"
  b"""
    \x01É╩E´Çq>ôú\x07\x15Â║\n
    ^
    """
  b"\x01É╩E´éqkïV22ß╗ñ¦"
  b"\x01É╩E´âré▒»e\x08\fV╬└"
  b"\x01É╩E´às8ù|Q%:\x06TD"
  b"\x01É╩E´çrUçZ6&ó"J»"
  b"\x01É╩E´ës\x0F║+8ðóöfþ"
  b"\x01É╩E´ès\x01»E"F&º▒K"
  b"\x01É╩E´îrRøû└Ýu\x0F\x0E"
  b"\x01É╩E´ÄqÄ║g×y\x13ùü¨"
  b"\x01É╩E´ÅsË¢·áÄ\v\fª\x11"
  b"\x01É╩E´æs\x10áß└dâÃ"_"
  b"\x01É╩E´ôrıòÞzÓ\x04Âð\x1A"
  b"\x01É╩E´ör█ÿ\¡ÄM┴█]"
  b"\x01É╩E´ûq\x18¬ýÍS\x01!UE"
  b"\x01É╩E´ÿq*é\x03\x11shu¡\x11"
  b"\x01É╩E´Ür.ù░Dt┘Ýó7"
  b"\x01É╩E´ørÎì\f¦²h]w""
  b"""
    \x01É╩E´Øro╣ëAoõ\n
    \x162
    """
  b"\x01É╩E´ƒrT¬±QFDx¤Ü"
  b"\x01É╩E´ír;½\x11Ò?Z\x02Õ|"
  b"\x01É╩E´úpçìK╬µÃCãÔ"
  b"\x01É╩E´Ñs\x06░Úk1<Ã\x14."
  b"\x01É╩E´ºpÿ╣u\x01─LÌoä"
  b"\x01É╩E´¿p¸êKôAj>ÔY"
  b"\x01É╩E´¬rÊØøg\x1A┌q█T"
  b"\x01É╩E´¼qIò═┘Ó%}Pë"
  b"\x01É╩E´«sáêý%─I¼\f$"
  b"""
    \x01É╩E´»rσ▓├(h\n
    Mh
    """
  b"\x01É╩E´▒pj£Û\x11Èçæé'"
  b"\x01É╩E´│q«▓\x1Aü╗ÂTÙ,"
  b"\x01É╩E´Ás╠ïoæ\x1C\x18\x1Eô"
  b"\x01É╩E´Âq{çpy├)lÙÃ"
  b"\x01É╩E´©qS¢ß²eÇ.┬¹"
  b"\x01É╩E´║sÇòñúø¼,:õ"
  b"\x01É╩E´╝qñº`└0╗:Þà"
  b"\x01É╩E´¥q\x16à×a·ÌìmÓ"
  b"\x01É╩E´└rZ½K+ÁQ░½¯"
  b"\x01É╩E´┴r▀Æ\x08ºX¯├┤U"
  b"\x01É╩E´├r4ºk\x039ÂZ\x02\x17"
  b"\x01É╩E´─rþƒE─\x1C¨\x1C\x1A;"
  b"\x01É╩E´ãsq▒'ße`\x16Ú£"
  b"\x01É╩E´╚r,ƒkñöÊÁÕÄ"
  b"\x01É╩E´╩qæ»d‗PmýϺ"
  b"\x01É╩E´╦qlÑ┘▒<JE\x1Fÿ"
  b"\x01É╩E´═r╚Ö¢¾w_®ùk"
  b"\x01É╩E´¤qÕ╣ê\x1Dô¿»+x"
  b"""
    \x01É╩E´Ðq¬âƒj\n
    ½­\x02Ð
    """
  b"\x01É╩E´Ëqæ«\x14\x12╝K\x1Fá"
  b"\x01É╩E´Èp¯Âài8,UÛD"
  b"\x01É╩E´Ís`½EÂéù\x14┤f"
  b"\x01É╩E´ÏpÈ×d¸.\x1EÂ╚A"
  b"\x01É╩E´┌q\x1Cëª┬çUAzt"
  b"\x01É╩E´¦sùª1£s\fA╦o"
  b"\x01É╩E´Ór\x1Côñ_Dbü╝Ó"
  b"\x01É╩E´Òp¶╝ϸ%>\x0EôÙ"
  b"\x01É╩E´õq`¥ï│".fÊ\n"
  b"\x01É╩E´ÕqúÂ+k┐¢JNe"
  b"\x01É╩E´µr\x13▓┌Ü43~ÌB"
  b"\x01É╩E´þsDù\x01▓#Ê6Ù¹"
  b"\x01É╩E´Úr ïo0ú$ZJC"
  b"\x01É╩E´Ùp.¡ÇK╬^ÚÜ═"
  b"\x01É╩E´Ýr\vöĶcr|î½"
  b"\x01É╩E´¯q¤ú\x07ù\x11\x14iƒØ"
  b"\x01É╩E´­sõêþ*È@`l¯"
  b"\x01É╩E´‗pЮ┤÷4╔8╬F"
  b"\x01É╩E´¶rD¥#¸ÀÏF┼Æ"
  b"\x01É╩E´§qð║Iÿݸ¨1»"
  b"""
    \x01É╩E´¸p\n
    æKSj\x13Sq\r
    """
  b"\x01É╩E´¨rıÿQk\x10|▄ÁÕ"
  b"\x01É╩E´·p¨¿gjw³»\x0Fb"
  b"\x01É╩E´³r¬É├ Ï3À#Ñ"
  b"\x01É╩E´■r╚╗:C_,DÄ▄"
  b"\x01É╩E´ på¿}ú0N¦Òi"
  b"\x01É╩E­\x01rÓô\x18i}×µk\x11"
  b"\x01É╩E­\x03r탲©ê\x1F\f¬Z"
  b"\x01É╩E­\x04r>ÉQ@3Q╣ º"
  b"\x01É╩E­\x06qñí├\x1AcLün6"
  b"\x01É╩E­\x08rQÿg_\x0F▒°.!"
  b"""
    \x01É╩E­\tq÷ÖöÝ\n
    I█µ¤
    """
  b"""
    \x01É╩E­\tq÷ÖöÝ\n
    gݼ¶
    """
  b"\x01É╩E­\vp?▓\x0EºE·MÒÐ"
  b"\x01É╩E­\rqñÑtÕ.ÙlÜ/"
  b"\x01É╩E­\x0Ep$á'ã#½\rÖ\x0F"
  b"\x01É╩E­\x10pÇ×-‗ϯ¼Lÿ"
  b"\x01É╩E­\x12s\x1DùSá\x7F\x12├§▓"
  b"\x01É╩E­\x14q¯¼ÊW‗|(■┘"
  b"\x01É╩E­\x16q█ï¨Õ`\x0E▄*õ"
  b"\x01É╩E­\x19pÄÂà\x06Kj│ïµ"
  b"\x01É╩E­\epD░º!öé|\x18r"
]
42 4.13 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 OFFSET 4500
Parameters:
[
  false
]
43 1.28 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩E­\x1Dpñ▒\vlvØ?(;"
  b"""
    \x01É╩E­\x1Fr\n
    ░╦╠\e3╝▄\
    """
  b"\x01É╩E­!q▓»³|뼬½ß"
  b"\x01É╩E­#q\x18á\x02\x18æ╗µ"
  b"\x01É╩E­%rEÁ║ë6\x02k═┘"
  b"\x01É╩E­'r╠âa╠þ^ãW╗"
  b"\x01É╩E­)q║Äê\x08êÃJþ\x00"
  b"\x01É╩E­+sSº¿'e=╠Z«"
  b"\x01É╩E­-r▀©Âµ&âÖúv"
  b"\x01É╩E­/soÀ϶ñ?¹Ý¯"
  b"\x01É╩E­1sùÿ)╠8ë/¢""
  b"\x01É╩E­3q\vñdrßD&ì¡"
  b"\x01É╩E­5q\x1CúÌÖs§¡áC"
  b"\x01É╩E­7p\x1D¿3·'#ð´r"
  b"\x01É╩E­9p▓ÇÝû$úìÛé"
  b"\x01É╩E­;q\x03¢ý\x00T{x\vo"
  b"\x01É╩E­>ssƒ¶░k®»Áf"
  b"\x01É╩E­As1©ýÂg\tϦD"
  b"\x01É╩E­DsÅÄ@╠þù'\x01½"
  b"\x01É╩E­GpVî°ËpU+W╬"
  b"\x01É╩E­Hpÿå╗^\x03¿8.ï"
  b"\x01É╩E­Jp\x11ë,ßÀ╣è&ÿ"
  b"\x01É╩E­Lsü░³°╣ú┼£3"
  b"\x01É╩E­Nsdì\e\x11¼£Å>q"
  b"\x01É╩E­Pq_ö×ä\vß┘Sv"
  b"\x01É╩E­Qs\x1Eø¢5ÀaÇ&s"
  b"\x01É╩E­Ssñɱz\x16i§╚6"
  b"\x01É╩E­UpÿÇ╗╩ıÏp^´"
  b"\x01É╩E­Wst©`'█FÄ\fî"
  b"\x01É╩E­XqTâT³┼·\x06­>"
  b"\x01É╩E­Zs\x17Ö\x0EÕ®è┬f|"
  b"\x01É╩E­\qvó®Ê [.õ_"
  b"\x01É╩E­^rîøôVßo&èÍ"
  b"\x01É╩E­`qÊÅ|Îí\x0EÙıë"
  b"\x01É╩E­ar\x10╗­`Õ3┌º─"
  b"""
    \x01É╩E­cs\x07Ñ\x133Z6\n
    \x13P
    """
  b"\x01É╩E­eqvòsÓAıƒ▄¢"
  b"\x01É╩E­gpÐø¯■\x1FpòÙE"
  b"\x01É╩E­irÎöä3ÄG═.\x10"
  b"\x01É╩E­kr╬░÷>?╠\x01íØ"
  b"\x01É╩E­lq\x1Dô¡?ÖÚÐ\x05\x04"
  b"\x01É╩E­nr¼║°´Ãý\x17╬c"
  b"\x01É╩E­ppôƒW╬dr\x13ä0"
  b"\x01É╩E­rsºè\x1D#\x15¤¨¶¸"
  b"\x01É╩E­tp-ê\t█Ü\x018ô¢"
  b"\x01É╩E­vr╚×Ó7Gaü¥©"
  b"\x01É╩E­xs"ºôè|çààã"
  b"\x01É╩E­zq;éÄ╩îW§F+"
  b"\x01É╩E­|rÓÖoTg$ä\x17g"
  b"\x01É╩E­~sþörñq¬æ3╝"
  b"\x01É╩E­Çq#öìÄƺ֣p"
  b"\x01É╩E­ép&ö¬s]═┐\x14:"
  b"\x01É╩E­äsNè£=S?M═t"
  b"\x01É╩E­ås»ôJ×\x11p\c«"
  b"\x01É╩E­êp*¿Õtx4U■è"
  b"\x01É╩E­ës,╝\x11ð╝Ó4é\x0F"
  b"\x01É╩E­ïrnئÑ\x12\x16Ù*i"
  b"\x01É╩E­ìs\x1EÆ\x00kä11═P"
  b"\x01É╩E­År²ç̾c¢Ë˸"
  b"\x01É╩E­æq\fä(W\x13┼¶åó"
  b"\x01É╩E­ôpƒÀl(\x15M─\x043"
  b"\x01É╩E­ös1ù¬5\x10Ñ© ç"
  b"\x01É╩E­ûr█║R\x03¤ı"¾U"
  b"\x01É╩E­ÿp\x06ê\x00Òæ▀úX¹"
  b"\x01É╩E­Üqz¼ªw:Ö@é}"
  b"""
    \x01É╩E­×sÄ╝¥)õX\n
    Β
    """
  b"\x01É╩E­ípüÑ\v­\eDªâÁ"
  b"\x01É╩E­ñs└┤q┌Ü\x05Ôìä"
  b"\x01É╩E­ºq\x1Fö.ÿº­òtÌ"
  b"\x01É╩E­¬qbéÉ¡î┐ée\x11"
  b"\x01É╩E­¡rÈØY║ÿxåÚü"
  b"\x01É╩E­░rõôQ8Bï$\x1Cz"
  b"\x01É╩E­▓ssù\Å\vı¿_\f"
  b"\x01É╩E­│s\x12âßÄÿÉ\x01õ■"
  b"\x01É╩E­┤p2¥â÷\x1F+ÊI·"
  b"\x01É╩E­Àr2ÅÂÄ└Ç▓└\x1A"
  b"\x01É╩E­╣q§äðe\x19\x11ݬ"
  b"\x01É╩E­╗pºò¬iT¤\x01\x03Â"
  b"\x01É╩E­¥p┌ù,?\x03ÑÅQÒ"
  b"\x01É╩E­┴r\x16ïDþX╣ïQF"
  b"\x01É╩E­─qïçg\x06÷ÐUIq"
  b"\x01É╩E­Ãp┼É\v┴z\evà)"
  b"\x01É╩E­╦q»Ä«bmÑÎù¶"
  b"\x01É╩E­╬p@¢ƒÿÙ┐\x0F"
  b"\x01É╩E­Ðs¨©\x7F╗mO¡?Ê"
  b"\x01É╩E­ÈsõÉý■ç╣\x12"
  b"\x01É╩E­Îq`æ\x1D┴└ÿ▄íö"
  b"\x01É╩E­┌s}º~\x07'\fñZÄ"
  b"\x01É╩E­▄s\x12âdï░¬ä°<"
  b"\x01É╩E­Ìq¯ÄXA¦\x01╩lä"
  b"\x01É╩E­▀r¥¡^dZ^î┼ú"
  b"\x01É╩E­ßqbâõ#Iê;t«"
  b"\x01É╩E­Òr6àêchÛ +╦"
  b"\x01É╩E­ÕqÍÆÝ│ù%pïÏ"
  b"\x01É╩E­þpáº▀|Ä7\x03"
  b"\x01É╩E­ÚrTÇÇV6│\x1C<═"
  b"\x01É╩E­Ùsyà\x0F╔L\x1FÛi°"
  b"\x01É╩E­Ýp,╗³ôðBº\x0Fo"
  b"\x01É╩E­´qß»┤═¿\x7FßÏó"
  b"\x01É╩E­±qRáÃ$Û!ç®n"
  b"\x01É╩E­¾pzê░<àNÎbÞ"
  b"\x01É╩E­¶r\x1D\x1C│║\x13¸2Â"
  b"\x01É╩E­÷qoÉcë▀¼hÄ\x0E"
  b"\x01É╩E­°s»ê|8E»░*I"
  b"\x01É╩E­·rÝ┐UrrÛû┐z"
  b"\x01É╩E­³s¸ú¬ÿ£\x19Oû6"
  b"\x01É╩E­ q┌ï╝▓©\x1F§╠<"
  b"\x01É╩E±\x01rx▒VÛ+yÕ╚É"
  b"\x01É╩E±\x03p\x0FÿèÙ░kG¸Ê"
  b"\x01É╩E±\x06qáºC¥ì4ô\x13"
  b"\x01É╩E±\x08p\x18Ø\x18╠ªª\x17ìE"
  b"""
    \x01É╩E±\n
    sà½┬B°ûõß░
    """
  b"\x01É╩E±\rq¸½q│Ü0î\x039"
  b"\x01É╩E±\x0Fp)ç,└S4ò█È"
  b"\x01É╩E±\x11rÚô¥B╩ãA┬ù"
  b"\x01É╩E±\x13pÆ╝\x05wy¿Î║ò"
  b"\x01É╩E±\x15r┬ë¤÷ò\x13ò\fJ"
  b"\x01É╩E±\x17s\x05ÆëfÊ╩)(╝"
  b"\x01É╩E±\x18qXªâ¯í\x013█)"
  b"\x01É╩E±\x1Ap▓äMÎf­=r¦"
  b"\x01É╩E±\x1Cs·º4┼ê¨á4m"
  b"\x01É╩E±\x1Er|êgªX█ø³["
  b"""
    \x01É╩E± sÃèl8\n
    ²éo░
    """
  b"\x01É╩E±#røüûn\x19\x05c?¾"
  b"\x01É╩E±$q)áí\t═c\x1D¯É"
  b"\x01É╩E±&qnºl█Öæ¾.Ý"
  b"""
    \x01É╩E±(p2▒\n
    ñjìñõê
    """
  b"\x01É╩E±*q²ú®┤à}\ئ"
  b"\x01É╩E±,p\vñ╚YHv²ë$"
  b"\x01É╩E±.rÇÑwè^B\x18╔À"
  b"\x01É╩E±0s\x1Cû» ç× 3ñ"
  b"\x01É╩E±2q*╣-╚ÖÒçÎg"
  b"\x01É╩E±5sõ┤▓2ç½╗Pj"
  b"\x01É╩E±6r$烫Þø¸+\x18"
  b"\x01É╩E±8sª░\x035ß▒LM\t"
  b"\x01É╩E±;s─ÖZ¹­C^\x00Ñ"
  b"\x01É╩E±=sîñV▀\x16.\x04_║"
  b"\x01É╩E±?q\x01®:,+¨┘îó"
  b"\x01É╩E±Ap4ïùa1¤årÐ"
  b"\x01É╩E±Cr╗ñ²½ç1x?Ã"
  b"\x01É╩E±EraÀ\tÄì┬ã\vS"
  b"\x01É╩E±Gr\x1FüFBû³u\x05Ù"
  b"\x01É╩E±Ir'òÁ¿[\x1A─¢$"
  b"\x01É╩E±Kq\x06à¨ö\tôO\x10"
  b"\x01É╩E±Mrø▒┌\x00\x1F\x19«ò["
  b"\x01É╩E±Oq8½Z┴╠þ­Ù×"
  b"\x01É╩E±Ps\x08׬Â\x02mÃÚ¶"
  b"\x01É╩E±Qr┤ª*V╚o═Ól"
  b"\x01É╩E±Sp£║1┘\x11Ï\e▄N"
  b"\x01É╩E±Up¹ò\x02BbÝ7╠\x02"
  b"\x01É╩E±Wrbè$ü¹d\f\x12k"
  b"\x01É╩E±Ysgçv"ñX­4÷"
  b"\x01É╩E±[rÿä­ÖJ╝´Þb"
  b"\x01É╩E±]qW▓;Ã█ôT\x01e"
  b"\x01É╩E±_q╣ø┼*\eµ¡ÒP"
  b"\x01É╩E±aq\x19×$·Õ\x125îh"
  b"\x01É╩E±cq\x08»­Ç_¯╩Zå"
  b"\x01É╩E±ep¡¿ÍËñ¦\vC\e"
  b"\x01É╩E¶Mp@à´ýï\f"ûO"
  b"\x01É╩E¶Osø¡!©ép¡┴ã"
  b"\x01É╩E¶QrÍö\x7F‗fGÿÞÈ"
  b"\x01É╩E¶Sp>Àƒàü\x1Duâ▓"
  b"\x01É╩E¶Tr\x0E¿ì╔\x12!OKö"
  b"\x01É╩E¶Vp5░Î▓N\x1E:┐0"
  b"\x01É╩E¶Xr¯░æ\x00Ùgéoì"
  b"\x01É╩E¶Yp_øëÖ/┤­;n"
  b"\x01É╩E¶[s\x08¬T\x02ó▓sûî"
  b"\x01É╩E¶\q¸ºÜ×╗Æß\x01o"
  b"\x01É╩E¶^qW╣±Âh{ë¾×"
  b"\x01É╩E¶_r¾è\x0F¼\x16ð\x01ó\f"
  b"""
    \x01É╩E¶as\n
    ëÖ╦³Vö3Û
    """
  b"\x01É╩E¶bq¥Ç╠\x18\eo©÷\f"
  b"\x01É╩E¶drvùû[\x1D~ ‗Ù"
  b"\x01É╩E¶eps│ê┐ôiæß»"
  b"\x01É╩E¶gq\x13Âs#\vÅ\x00"▓"
  b"\x01É╩E¶hsÉñ¤\t┴­/I\x16"
  b"\x01É╩E¶jq¸£\x1E`zXPjS"
  b"\x01É╩E¶kq¡ÑN~¤\x0F▀îñ"
  b"\x01É╩E¶mr└çI\x16@─╝1ä"
  b"\x01É╩E¶nq+¿Z¬┴ypt¯"
  b"\x01É╩E¶pp!¿\x1CünRôn\n"
  b"\x01É╩E¶qp«ú½\C\fØúï"
  b"\x01É╩E¶sqE¼ë\x05ë╩2úÈ"
  b"\x01É╩E¶tr¬¡üY┐Ôï╦L"
  b"\x01É╩E¶vr#¡¶j\v(QÒ\x08"
  b"\x01É╩E¶wp┐╣▀z·ÍI┬Ä"
  b"\x01É╩E¶yp\e©)é\x01■ͪ²"
  b"\x01É╩E¶zpsäÞ│RݤD╔"
  b"\x01É╩E¶|r\x03É╩╠6´¬¢õ"
  b"\x01É╩E¶}p¿¥╗½¾Î\x18"
  b"\x01É╩E¶\x7Fr\x1FÖ\x1EÁ&Ë\x17ãÕ"
  b"\x01É╩E¶ür+ê╝æ³Öc#v"
  b"\x01É╩E¶äsö║~\x11L\x11Sd║"
  b"\x01É╩E¶àq├åv·µ9Nôy"
  b"\x01É╩E¶åqRñ»Î0³ß\x17§"
  b"\x01É╩E¶çsKÁå)b»B9\x05"
  b"\x01É╩E¶ëpÿÖ╦Á\eKÉ©E"
  b"\x01É╩E¶ïp\x0F½Qr²"<\x12û"
  b"""
    \x01É╩E¶îr┤¡‗\n
    \tu)`T
    """
  b"\x01É╩E¶ÄqÜ┤‗©%═Í:Ä"
  b"\x01É╩E¶Ér/ä\tE)øq:³"
  b"\x01É╩E¶æs└ë\x05°íõÔ·\x7F"
  b"\x01É╩E¶ôq.╝\x06[¢ã \x1F¦"
  b"\x01É╩E¶öq\x07¬:w`Óñ¤u"
  b"\x01É╩E¶ûs‗┐´±\tÜd\x01X"
  b"\x01É╩E¶ÿs║ó┼àúÉh5O"
  b"\x01É╩E¶Öpƒá¡¹Jþ°\x165"
  b"\x01É╩E¶øpóç\x05þÖßÞ½Æ"
  b"\x01É╩E¶Øs┼ɤ n4;t:"
  b"\x01É╩E¶×sö┤!#└└r╝\x07"
  b"\x01É╩E¶ár¸îs\t3├ò\x1F"
  b"\x01É╩E¶ór3í│\x12¦$Í▒┴"
  b"\x01É╩E¶úp\x00É\x14Ö \r\x05Þ:"
  b"\x01É╩E¶ÑpïÁ.\x03³CµS¢"
  b"\x01É╩E¶ºs#ܲ└\\v%3K"
  b"\x01É╩E¶®swòX¶Yl¯Ã╣"
  b"\x01É╩E¶¬q\x17┐N4┴é×é├"
  b"\x01É╩E¶¼pXáh3i║x\x05Ó"
  b"\x01É╩E¶«rÕÇ CA\x03®´\x00"
  b"\x01É╩E¶░quæïvì\x02v\x1F2"
  b"\x01É╩E¶▓p\eì\x08+\fs IP"
  b"\x01É╩E¶┤sJà¹╗╩e?©\t"
  b"\x01É╩E¶Ápëøp.\x1Cð7Ø\x12"
  b"\x01É╩E¶Àr\x7Fä\x18Ê~åõB!"
  b"\x01É╩E¶╣p9É┐Jxsÿ-P"
  b"\x01É╩E¶╝q@╣└Q²HÐ0þ"
  b"\x01É╩E¶¥s┘╗¤8ôâæ\x054"
  b"\x01É╩E¶└p§▓@"¡\x0E╝_l"
  b"\x01É╩E¶┴q·©■ã╠Ë├Ô0"
  b"\x01É╩E¶├qäÁ¹Aâ³┼E¦"
  b"\x01É╩E¶─q¦ø®┼Û_hÝ?"
  b"\x01É╩E¶┼qâ¡T½µ\x12Ý)A"
  b"\x01É╩E¶ãp3ò\x12¾ı§Q}ê"
  b"\x01É╩E¶╚pÿô\x121CÅ^Ã6"
  b"\x01É╩E¶╩s[ñ5┤╝n\x03AA"
  b"\x01É╩E¶╠q¢Éwh╣`ªÂÜ"
  b"\x01É╩E¶╬sÝÖ3®Í¼█┤J"
  b"\x01É╩E¶ðs╠╝bv&úíX\v"
  b"\x01É╩E¶Ðqu╣¸î╣\x19ÆðF"
  b"\x01É╩E¶ËqÓƒ═Þ⸪1È"
  b"\x01É╩E¶ıp"Ö-J¶L¢┼ª"
  b"\x01É╩E¶Ír\x1Fë\x0EN¿\rÍðÖ"
  b"\x01É╩E¶ÏsbÂ▓(f\vîT═"
  b"\x01É╩E¶┌qpÂ\x11LÝoÊþ\x18"
  b"\x01É╩E¶█sò¡\x08«Q¸jåT"
  b"\x01É╩E¶¦rÐÿ± fÇQf\x05"
  b"\x01É╩E¶▀r`£J²rÔ\x06U\x1F"
  b"\x01É╩E¶Ós«É▒Õþf┬\x7Fƒ"
  b"\x01É╩E¶ÔsÿÜëô÷È\x01¸~"
  b"\x01É╩E¶õs¸øj}ıc╬O3"
  b"\x01É╩E¶Õp\x1A¬"!du╝Ã╩"
  b"\x01É╩E¶þp=ø\x0Eo■>ƒcÜ"
  b"\x01É╩E¶Úp&Äm-Vø:\eÛ"
  b"\x01É╩E¶ÛrÏî!Ê{┌f├ "
  b"\x01É╩E¶ýpGü\x00╠C²├‗M"
  b"\x01É╩E¶¯s\x17▒jþ|ÇÝ│\x10"
  b"\x01É╩E¶´s8ôÜ=d\x7F\x07"
  b"\x01É╩E¶±s\x1Aøó$Ü<█à╝"
  b"\x01É╩E¶°q░╝1\x18ÚÚØi\x06"
  b"\x01É╩E¶°q░╝1\x18Û\x00\x0E"
  b"\x01É╩E¶¨s]ù?п¬G'Ï"
  b"\x01É╩E¶¹r╬¿úG\x1A\x01┌■,"
  b"\x01É╩E¶³p\x14à\x00 <ë╔?¯"
  b"\x01É╩E¶■q"è ÓîÇ;\x02´"
  b"\x01É╩E§\x00pKäp¬*Nªi\x7F"
  b"\x01É╩E§\x01rıÅU(\fÒ¬}è"
  b"\x01É╩E§\x03r\x03ÆR©Dêlcí"
  b"\x01É╩E§\x05q«ºi±àéÄ«q"
  b"\x01É╩E§\x06qÁÄÿ\f\tkéÓ\r"
  b"\x01É╩E§\x07qñ│¯\x7F\x7F\x08┘Ó"
  b"\x01É╩E§\x08r1ÄOPä=|6¦"
  b"""
    \x01É╩E§\n
    pÑø\x0F~\vB  ø
    """
  b"\x01É╩E§\vs%¥\x10\x18\x10t\x11"
  b"\x01É╩E§\rr┬╝\x07ýÂ\x13\x06³\x03"
  b"\x01É╩E§\x0Fq\x1DÖ█░?ý¶\x06"
  b"\x01É╩E§\x10sþ½ãq`6‗wA"
  b"\x01É╩E§\x12q±£F╔'è0\x10\x15"
  b"\x01É╩E§\x13st║ÑåÑhÈ£\x14"
  b"\x01É╩E§\x15sÄ»udºOW\x0E\x1F"
  b"\x01É╩E§\x16rS¡p2èq\x0F╣▒"
  b"\x01É╩E§\x18rËåÚö┌\x05¡8È"
  b"\x01É╩E§\x1Ar┴¬®Hð-%ë└"
  b"\x01É╩E§\ep‗Å\x1Aþí²æÉ:"
  b"\x01É╩E§\x1Ds\x0F░:©£\x13üvà"
  b"\x01É╩E§\x1Eppƒ¯)rÀ_\x03"
  b"\x01É╩E§!q\x00Öñ║‗└c\x1C?"
  b"\x01É╩E§$qhç1 ëÙèËV"
  b"\x01É╩E§&rÞæ#¹qþÚ78"
  b"\x01É╩E§(saîßQ▀4Y1╦"
  b"\x01É╩E§+rõáj1┴6Õ)*"
  b"\x01É╩E§-pËû³T\┬Ø}>"
  b"\x01É╩E§.s\x02Àµ┴×Z╣PD"
  b"\x01É╩E§0pd▒äÆ\väm╬\x14"
  b"\x01É╩E§2p\x11áÈu\‗E¨▓"
  b"\x01É╩E§3s*Äl(<º\x18®K"
  b"\x01É╩E§5s©èL#Ý&V\x1DG"
  b"\x01É╩E§7rð»:╬£q\x05ã─"
  b"\x01É╩E§9rè¼tûj=ÒÈ¿"
  b"\x01É╩E§:s▀ÆÇK\fñ-¶""
  b"\x01É╩E§<r°▒U█ ÿf÷x"
  b"\x01É╩E§>púû&\\f9╔\x"
  b"\x01É╩E§@phçI-§\x1A\x15┐Ê"
  b"\x01É╩E§Bq╝ï[ƒÏ┘Uh¬"
  b"\x01É╩E§Cs\x17Áæh■Òó0Þ"
  b"\x01É╩E§EqZŹp\x16raÆv"
  b"\x01É╩E§Gr\fö\x045Ñ^Ëö¤"
  b"\x01É╩E§Iqõº¥[=ï×t┤"
  b"\x01É╩E§Krßé┘rÜ─È╝h"
  b"\x01É╩E§Mp>çÊ´bÐý┘Æ"
  b"\x01É╩E§NrܽL×Ë\x02\x03▓w"
  b"\x01É╩E§PpO¡\x017g─H³X"
  b"\x01É╩E§RsÚ▓\x1E\tR/%ìR"
  b"\x01É╩E§Sq┴éõ\x08ÐNøLV"
  b"\x01É╩E§UrA¼#8┌\x7F¯'\x1E"
  b"\x01É╩E§UrA¼#8┌ÿÝq1"
  b"\x01É╩E§VrÏñ®\x02¶Ý4‗■"
  b"\x01É╩E§Wpå┤hð%åÏ`N"
  b"\x01É╩E§XpjÆ%ÐÛú!\x1D "
  b"\x01É╩E§Ypëƒ`┐ıàÁıá"
  b"\x01É╩E§ZqÍ¿hÉl @¶½"
  b"\x01É╩E§ZqÍ¿hÉl6°ËK"
  b"\x01É╩E§[qÏ×»C*ï└■─"
  b"\x01É╩E§\rÊÖ┐íöhs█║"
  b"""
    \x01É╩E§_qj£$╩?L\n
    
    """
  b"\x01É╩E§`qöø|Ý};ıd¾"
  b"\x01É╩E§`qöø|Ý}^╗ÿÊ"
  b"\x01É╩E§ap¹è\x00'¬¿\x07‗¨"
  b"\x01É╩E§bq®«»=\v\x02`»Õ"
  b"\x01É╩E§csA¿ç\┤8╝¦D"
  b"\x01É╩E§dqW│├/üÒ2hG"
  b"\x01É╩E§es┤æ\x02±\eµµ┼╣"
  b"\x01É╩E§fqê│Uÿ#¿s.6"
  b"\x01É╩E§fqê│Uÿ#├wr¾"
  b"\x01É╩E§grCärÙSzöa\x08"
  b"\x01É╩E§hrÞâeºf├À)ƒ"
  b"\x01É╩E§irÖÿ┐▓¹zÍ_/"
  b"\x01É╩E§jpg┐╚Þú\x07╝/\r"
  b"\x01É╩E§kp3è,Ø~\x1DÞ\x12Þ"
  b"\x01É╩E§kp3è,Ø~8²òè"
  b"\x01É╩E§oqMñæ╠³\x02273"
  b"\x01É╩E§prcÉP▄s¾Y`╦"
  b"\x01É╩E§rs}öRÇt\x1D\e"
  b"\x01É╩E§tplñ═\x12¤\x05å═M"
  b"\x01É╩E§vs\ÑÖGÆ\x15Î×Ö"
  b"\x01É╩E§wpR║Ö▓ï´>╩¹"
  b"\x01É╩E§yq▄îvçnSïëI"
  b"""
    \x01É╩E§{q\x04╝+æÊp\n
    ╝×
    """
  b"\x01É╩E§|qT┤Ë\x10ëËX\x1A°"
  b"\x01É╩E§~sûÅıïò~èê\x17"
  b"\x01É╩E§\x7FpÞ¿áäíX¤├\x10"
  b"\x01É╩E§üqeâ³Tæ\x10\x1DÙ"
  b"\x01É╩E§âsþåsÏÁMêò}"
  b"\x01É╩E§är/ø}ó/¿w<u"
  b"\x01É╩E§år|«À4\x03YoY┬"
  b"\x01É╩E§êpö£\x03ví¬ûO½"
  b"\x01É╩E§ër½│'\x1Fð´Ò\x10"
  b"""
    \x01É╩E§ïp2åcÅJlß\n
    \n
    """
  b"\x01É╩E§ìs§©ö+═\x13tƒ▒"
  b"\x01É╩E§Äqߣ\x1FOmUq¡v"
  b"\x01É╩E§Ér╚æ}·t▓\x0E\x0EÉ"
  b"\x01É╩E§ÆpYà>Æ█ƒ°\x13ô"
  b"\x01É╩E§ôp©║Ë└\x05oÀL0"
  b"\x01É╩E§òr_▓ü>\f?©▀0"
  b"\x01É╩E§ùq½╗YíòÒßÆ\x10"
  b"\x01É╩E§ÿr³îáÍ_X║"\x08"
  b"\x01É╩E§ÜpF▓ì'wÎj¾?"
  b"\x01É╩E§øq\x00¢å\nÅ\n1ùV"
  b"\x01É╩E§Øq Ñë+Bù¤.'"
  b"\x01É╩E§ƒrâÁ^ÁrZ]ñ¢"
  b"\x01É╩E§ás╦½×E\x1C>▒½;"
  b"\x01É╩E§órªæ!T©Q0lù"
  b"\x01É╩E§úpløê┌%NËè─"
  b"\x01É╩E§Ñq╬ô‗\x7Fm\x06Ý5\x02"
  b"\x01É╩E§ºr\x12ìÚ¢Y│ú\x7F»"
  b"\x01É╩E§¿r&à£Ëù¹Ñ╩&"
  b"\x01É╩E§¬rR£à▀Þj\x13"
  b"\x01É╩E§¼põÇA¿n\x1D\t"
  b"\x01É╩E§«r*Ø\x18È\x10\x10úwµ"
  b"\x01É╩E§»r!Âv®wù│┴+"
  b"\x01É╩E§▒p±À3»p\x1Caêè"
  b"\x01É╩E§│pÁ┐\x06ø╗¡\x10─Ë"
  b"\x01É╩E§┤q¤Ü¸\f╠á\x14mR"
  b"\x01É╩E§ÂqÃá?Uä■\x05\x7F"
  b"\x01É╩E§©s;ÂW¼\x11éã*Ú"
  b"\x01É╩E§║rsÁ(\x032\x1E\x08\x1C\x07"
  b"\x01É╩E§╝q_Æ\rèÔ¬Á¯¤"
  b"\x01É╩E§¢p\x13è³å\x12g2▄│"
  b"\x01É╩E§┐r░║)ô\x08>ylP"
  b"\x01É╩E§┴q┼öjj_]\r¤$"
  b"""
    \x01É╩E§├q¬èk·\x11\n
    \x1Ac
    """
  b"\x01É╩E§┼q*©±|HÂÒ®^"
  b"\x01É╩E§Ãs¯áxÒ░Õ╔¼\x07"
  b"\x01É╩E§╔r\tîO▀Ñ\x10─nþ"
  b"\x01É╩E§╦qI┤,1\x04Å‗D#"
  b"\x01É╩E§╠q|üÏ│1£'ÿñ"
  b"\x01É╩E§╬s\x17íMf¹ºvmi"
  b"\x01É╩E§ðs▄óTõ¦N+\x01"
  b"\x01É╩E§ÊsѽÐ\x01"{Ô?▒"
  b"\x01É╩E§ÈpÇÀZd║¸ª*ó"
  b"\x01É╩E§Ír@ù┬°@²?Ü["
  b"\x01É╩E§Ïrsò¢■)m\x076\x1C"
  b"\x01É╩E§┌s\x13ñH┴\x15Wpß)"
  b"\x01É╩E§▄pMöÎ`\x1Du\f\x17\x03"
  b"\x01É╩E§Ìq\x0F░QW6░\x12ê\x08"
  b"\x01É╩E§▀p6Á?ƒÜÆ¿\f\x1A"
  b"\x01É╩E§ßp\x1Fë'\x0E8\x02ý▒│"
  b"""
    \x01É╩E§Òs©ç2&Ãà\n
    ï
    """
  b"\x01É╩E§Õs┤¬ÍUO±d└\x1C"
  b"\x01É╩E§Þp\x15Ö'~DÏâéÈ"
  b"\x01É╩E§Ùqp¿búì½[Òu"
  b"\x01É╩E§ýrvóÐ\x1C=(¹»ÿ"
  b"\x01É╩E§¯r¨«ù÷®ÈƒPe"
  b"\x01É╩E§­pNù├zò ÄÐ7"
  b"\x01É╩E§±r2û\x12J6ƒÕ5r"
  b"\x01É╩E§‗qË┤3╗\x0E▓`ûý"
  b"\x01É╩E§¾q■Åısº>ïã╬"
  b"\x01É╩E§¶sùÁîD9s│ÝÒ"
  b"\x01É╩E§÷p\¢k‗┌7─¸ç"
  b"\x01É╩E§¨q\x1D┐è\x05Ó┤"pu"
  b"\x01É╩E§¹q\r¬òÚ÷╠ÂFÇ"
  b"\x01É╩E§²s\x08äþU\x1CHÕ·o"
  b"\x01É╩E§ q:ÿ\x1C█Ay<:Y"
  b"\x01É╩E÷\x01rJÿ┤Z>P\x18 à"
  b"\x01É╩E÷\x03q╔¢V¼âP(`\x18"
  b"\x01É╩E÷\x04rR│½GÉ{CÞG"
  b"\x01É╩E÷\x07suƒ╩å[íüÄ\x03"
  b"\x01É╩E÷\x08p½üA ─═B═1"
  b"\x01É╩E÷\vs╚úZ¤ÛÝþÄ,"
  b"\x01É╩E÷\x11r÷ç;\x1D║°«┘Í"
  b"\x01É╩E÷\x15s\x18ç\fo|®uÌL"
  b"\x01É╩E÷\x18q\x1Dì\r\fI\x05k¹Ú"
  b"\x01É╩E÷\x1Ap\x18è╗½\f@\x1FË["
  b"\x01É╩E÷\x1Cqø¥\x02ö÷=×ßX"
  b"\x01É╩E÷\x1Dp*ƒI┼+r╗¥y"
  b"\x01É╩E÷\x1Fp9ª]¯bly╣Ñ"
  b"\x01É╩E÷!rjÆî%_ ÚMö"
  b"\x01É╩E÷"p │┼áÌ8▒¼º"
  b"\x01É╩E÷$s¬ë\x19½▀S×=z"
  b"\x01É╩E÷&s┌ô3E9¿ó\x04ú"
  b"\x01É╩E÷*r┬ܨf┐\x08T\x10þ"
  b"\x01É╩E÷+r\x1C×aƾ■\x0F/┴"
  b"\x01É╩E÷,p╗ƒ\x16j{îÛ»\x10"
  b"\x01É╩E÷-s░║\x06╔`rösë"
  b"\x01É╩E÷0pÈ░╬\f1õitÃ"
  b"\x01É╩E÷2pî░\x1F\x0FµqXNá"
  b"\x01É╩E÷3rPªÛ┐B\eU6D"
  b"""
    \x01É╩E÷5q\x16ôZ\n
    p~uz@
    """
  b"\x01É╩E÷7qøøm×tÂ\x01\x0E\x04"
  b"\x01É╩E÷9sýú{‗zy\x19¥ñ"
  b"\x01É╩E÷:qX«ı╔V\x12ÝMß"
  b"\x01É╩E÷<s\x03»\rÈÇù■m¡"
  b"\x01É╩E÷>sT╗0qîݽj├"
  b"\x01É╩E÷@p\x12ç.VWÊäîÔ"
  b"\x01É╩E÷Bq ¼©°K £P\x13"
  b"\x01É╩E÷Es*░)å╩\x7F\x0E└ò"
  b"\x01É╩E÷Grƒû²\x12ö¦Ï\x17y"
  b"\x01É╩E÷Ip9ïà3¨k\x15'X"
  b"\x01É╩E÷Ksıóλ°¡╬{:"
  b"\x01É╩E÷Lr╩çÂÀ¯¼Q‗["
  b"\x01É╩E÷Msìâ \x13l^h\x14Æ"
  b"\x01É╩E÷Ps─¼[þËı╗é▄"
  b"\x01É╩E÷QsGù╣Q\x00lÖÎC"
  b"""
    \x01É╩E÷Tp┬ú╠^ƒ┴\n
    ¨@
    """
  b"\x01É╩E÷WpS▒Å\x1C¡╣\x0FÆL"
  b"\x01É╩E÷Zp3âbd¹ÔæI»"
  b"\x01É╩E÷_pBûÞI╣\x08×┼î"
  b"\x01É╩E÷`s¡éý\x0E┤V#¦="
  b"\x01É╩E÷aqؼ=▓\eÐ&äÈ"
  b"\x01É╩E÷dp┐ì\v*æ└Åd█"
  b"\x01É╩E÷gq▄ê«┐B╝Ô┬\v"
  b"\x01É╩E÷jsdä¨Á\x02u ƒ'"
  b"\x01É╩E÷mr¿©8óËb§ò\x1D"
  b"\x01É╩E÷ps;¼9ãn %6M"
  b"\x01É╩E÷spììàÆc÷È»\x07"
  b"\x01É╩E÷vpD║@¨nt²>~"
  b"\x01É╩E÷yqâÇf└μ¿'}"
  b"\x01É╩E÷{q\x0FÆ1/ÊAôy»"
  b"\x01É╩E÷}p»bK\x16d▄Èû"
  b"\x01É╩E÷\x7Fp;î +7L\x1D\x00@"
  b"\x01É╩E÷üs\x10┐A\x07ÀléÖ▀"
  b"\x01É╩E÷âs┼À»\x17\x18Þ┌\x05"
  b"\x01É╩E÷àqnìûÑÈû█¸\x12"
  b"\x01É╩E÷årmÅy\x041XÁíü"
  b"\x01É╩E÷ês6ÉÅ)ØOê*\t"
  b"\x01É╩E÷èpP¼wìZ\vúÍÕ"
  b"\x01É╩E÷îr\x02ÅâbooE<┌"
  b"\x01É╩E÷Äq"ÉÄuEÉ\x1Dñ÷"
  b"\x01É╩E÷Éró¼Ø© ýƦÙ"
  b"\x01É╩E÷æp┴½┐ã²ÚçÛ‗"
  b"\x01É╩E÷ôsäÑ\x0Et6▒ÊöP"
  b"\x01É╩E÷òpGü vò¦Ö█N"
  b"\x01É╩E÷ùpïê┬}T[Ùð·"
  b"\x01É╩E÷ÿpìƒýÇ;æF$¢"
  b"\x01É╩E÷Üq´ºµ\x00┘âÌs)"
  b"\x01É╩E÷£r.­▒äX\x00¸Ù"
  b"\x01É╩E÷Ør\x01óD«©ê╚\x1EF"
  b"\x01É╩E÷ƒs\x07¼\x15Q┌À<(à"
  b"\x01É╩E÷íq!óÈ▀"\t╝Eü"
  b"""
    \x01É╩E÷úr\x1E×═\x17Ô\n
    §²c
    """
  b"\x01É╩E÷ñp\x12«╝Í\x07× 90"
]
44 4.22 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 OFFSET 5000
Parameters:
[
  false
]
45 1.30 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩E÷ªrÓƒ\x15` I1‗µ"
  b"\x01É╩E÷¿q\Ö'¬0‗ÆÔà"
  b"""
    \x01É╩E÷¬p]║Þ\n
    À\x07\x05[;
    """
  b"\x01É╩E÷½p\rúò¸┴­¥%║"
  b"\x01É╩E÷¡søîôú\f_2¯┤"
  b"\x01É╩E÷«p█òCúyz▄ñ´"
  b"\x01É╩E÷░s©¿ÞäU┌x┐£"
  b"\x01É╩E÷▓r\x07╝iéKþ{░j"
  b"\x01É╩E÷│r┼ª3béõ÷Y╚"
  b"\x01É╩E÷Ár╗ÄË0«¬³\x7Fy"
  b"\x01É╩E÷Àq²ò├Eñ Ð\tð"
  b"\x01É╩E÷╣q§í\tû£]³½I"
  b"\x01É╩E÷║q3ô¶\x19øY.ßÆ"
  b"\x01É╩E÷╝s@ñJå#=1\x16"
  b"\x01É╩E÷¥qÇ┐Ä\x1E\x13»BÈ\n"
  b"\x01É╩E÷┐r$£NÕ\r\\x1C─|"
  b"\x01É╩E÷┴s¡ôfd19E\x00þ"
  b"\x01É╩E÷├sÞû▓_;V¦MÒ"
  b"\x01É╩E÷─p¯║[d\è8´\x14"
  b"\x01É╩E÷ãq\x18àAö╦LèLê"
  b"\x01É╩E÷╚q\x02×K©>(!7â"
  b"\x01É╩E÷╩p.ât°ç5/ý,"
  b"\x01É╩E÷╦r:ÿ;╣ã╦]4Ä"
  b"\x01É╩E÷═s1âDøQÆG%╠"
  b"\x01É╩E÷¤ráí<éÕ§f┌\x10"
  b"\x01É╩E÷ðs`ìiÂÞ¨ýB╣"
  b"\x01É╩E÷ÊrË©■b╗Ï'üC"
  b"\x01É╩E÷Èp\x07àº▀‗þ\x16©3"
  b"\x01É╩E÷ıp9ö»Fà÷§!6"
  b"\x01É╩E÷ÎsÚá\x0E█¢{▄~§"
  b"\x01É╩E÷┘p¸Ñƒ½ú/uߨ"
  b"\x01É╩E÷┌p³í*d@¡▀-î"
  b"\x01É╩E÷▄pé¡­\x1AZ~â\x0E\x14"
  b"\x01É╩E÷Ìsr┤Yú\eAVÃf"
  b"\x01É╩E÷ÓpÚû¬ãÑ╗¢}6"
  b"\x01É╩E÷ßs¢æI\x11r5û\x03D"
  b"\x01É╩E÷ÒpWêù:AºÖ\x04T"
  b"\x01É╩E÷Õp╬öã┴#õµð´"
  b"\x01É╩E÷þq½Æ!;í╦[£¼"
  b"\x01É╩E÷Úq\x06½Pf®\x02\x1D┐g"
  b"\x01É╩E÷Ùpg×ûÔ\x1EÇÚâA"
  b"\x01É╩E÷Ýq½ïX¹\x14UzJ¼"
  b"\x01É╩E÷¯pÜäL█\x05ƒÔ0¶"
  b"\x01É╩E÷­pÜë▀p´0┴\x1F*"
  b"\x01É╩E÷‗p»ê\fª▓\x1D╚w÷"
  b"\x01É╩E÷¾qºü2¯!å╦yÔ"
  b"\x01É╩E÷§r\vƒÎÏ*#\x036-"
  b"\x01É╩E÷¸q¥ùYØ─³‗òo"
  b"\x01É╩E÷°s½úP║,\x06J\x15¿"
  b"\x01É╩E÷·rEÁ³8&ìrwâ"
  b"\x01É╩E÷³sÚù1ÇZ©×╩ü"
  b"\x01É╩E÷■r£ëÄê░O\e\x1CW"
  b"\x01É╩E¸\x00rÝ¥¿)!\x05K´B"
  b"\x01É╩E¸\x01qyå}zøU┘þn"
  b"\x01É╩E¸\x03qÏøªZÒ\x1AùóH"
  b"\x01É╩E¸\x04p§î\x08V°äVC█"
  b"\x01É╩E¸\x05p2çÔ\x05¿©ÜDN"
  b"\x01É╩E¸\x06r«ÿâMÀV·ÄM"
  b"\x01É╩E¸\x08r\x03æ\x7F>A4OÓ╦"
  b"""
    \x01É╩E¸\n
    pXí¹╠│³\x02\x05Ê
    """
  b"\x01É╩E¸\vr?ànÏfk¹╬\x0E"
  b"\x01É╩E¸\rp­ç\x18ð±└\v²Ä"
  b"\x01É╩E¸\x0Fs─¥ÅîY±\x01ø>"
  b"\x01É╩E¸\x10rg®┼¦ß│├\x01\x03"
  b"\x01É╩E¸\x12s5Á{;ÈÑ«J?"
  b"\x01É╩E¸\x14s\x03╗{è╬!>ÐÈ"
  b"\x01É╩E¸\x15qfî´ß¢5¼╠ñ"
  b"\x01É╩E¸\x17pçó}ªNIo£¡"
  b"\x01É╩E¸\x18pDíõö\x12┌±¶║"
  b"\x01É╩E¸\x1Ar╠ª]m1iøf2"
  b"\x01É╩E¸\x1CpøÅ│ª ·®xþ"
  b"\x01É╩E¸\x1EqîÆb\x03\eL\x10""
  b"\x01É╩E¸\x1Fp9å┌w\e\rhÇ$"
  b"\x01É╩E¸!róƒ£\x02HÉÈWÖ"
  b"\x01É╩E¸#q\x00\x7Fc\x08┴Ô▄\x19"
  b"\x01É╩E¸$pXà\x0Eék║D\x17Ñ"
  b"\x01É╩E¸&sð╣&\x0Eû4ƒTº"
  b"\x01É╩E¸(rç¥┐3\x01OÌéà"
  b"\x01É╩E¸*p\x1Fç\x0E@¤§?8Ü"
  b"\x01É╩E¸,p0▒╬Î[¿~´Ë"
  b"\x01É╩E¸-s\x11Ñ]y\x1E┌«(Â"
  b"\x01É╩E¸/sßè¬åÆ·ykÖ"
  b"\x01É╩E¸1sf▓Fù2\x1F├╣\x01"
  b"\x01É╩E¸2p¬ú\x1A6Y­`¸r"
  b"\x01É╩E¸4sÔú\x06\x03\x17=S¿"
  b"\x01É╩E¸6rÑ¥_4\õ,&│"
  b"\x01É╩E¸7rè¼ÏG\rCqU¡"
  b"\x01É╩E¸9p\x05ø▓:ã+┌»Ï"
  b"\x01É╩E¸;pË▒\x02u梁i╩"
  b"\x01É╩E¸<s©É\x0F╔6A\x1C"
  b"\x01É╩E¸>rðæ|o\x16Õ│Ó÷"
  b"\x01É╩E¸@s\x06\x11¥\x14»ÐNì"
  b"\x01É╩E¸Ar\x12¡\x02Äð~Ôúw"
  b"\x01É╩E¸CrwÁ©╝­\x13\x7F¥\t"
  b"\x01É╩E¸Eq÷É°\x17»ÎJ\x13"
  b"\x01É╩E¸Fs\x11ë¾▒å?Eo╩"
  b"\x01É╩E¸Hro¥¥■M5╦»\x01"
  b"\x01É╩E¸Ir ┐O ╝w+2╚"
  b"\x01É╩E¸Kr╬Á@\x13\x05&¿ËD"
  b"\x01É╩E¸Mq2╣µÛOõþL4"
  b"\x01É╩E¸Nr┌ìè4\x05\x05âNÏ"
  b"\x01É╩E¸PqÉé6¾\x14\x06"
  b"\x01É╩E¸Rpÿ¼KÔµ£Û┤\v"
  b"\x01É╩E¸Sp§¬ÒÅÏ\x05ÇT\x13"
  b"\x01É╩E¸Uph®Ï\x04\x1E▀^\x0Ew"
  b"\x01É╩E¸Wp-Ä¥\x163Ú▒\f*"
  b"\x01É╩E¸Xq6«±Ý/8WoÐ"
  b"\x01É╩E¸ZsV»Îxð¶î\x14ó"
  b"\x01É╩E¸\s_Ä\v'\x16L~\x15¥"
  b"\x01É╩E¸]qµÇs\x10!3'ð®"
  b"\x01É╩E¸_q1╣ñÖ╔W'ª¢"
  b"\x01É╩E¸asÃë{WOé\x14╣ä"
  b"\x01É╩E¸bq▓ö┼\x197Òî╝ð"
  b"\x01É╩E¸dr©À\x7Fl\x01+õ7."
  b"\x01É╩E¸fqeÿéà®3¸tð"
  b"\x01É╩E¸kpöÉÀÂì©─1\x1A"
  b"\x01É╩E¸kpöÉÀÂì¤\x7FFV"
  b"\x01É╩E¸ls\x00ï,:qaÆö6"
  b"\x01É╩E¸mr¦ú½║DLó} "
  b"\x01É╩E¸or5ø\x10Ì└{V´1"
  b"\x01É╩E¸qqî£q 1§­Ó"
  b"\x01É╩E¸rs¾Ç▀\r]®¼fê"
  b"\x01É╩E¸tr¤Á\x08V┼g[+R"
  b"\x01É╩E¸vqã╝þb_ا±Á"
  b"\x01É╩E¸xrÇ¥ô\x1F^û─jÓ"
  b"\x01É╩E¸zs\x03ɯû▀ô©┬G"
  b"\x01É╩E¸{r\x1Eüý┴pm╦ÅÒ"
  b"\x01É╩E¸}svçÈéß\x05$\x1AI"
  b"\x01É╩E¸Çs³ìÂY·■\x150\x0E"
  b"\x01É╩E¸üp╗Ü®¯\x0Ef(/H"
  b"\x01É╩E¸âr(ÀäMPÈ4Qu"
  b"\x01É╩E¸àpËö«¾¥E╦ÖÁ"
  b"\x01É╩E¸åsaà\x19Ë··\x1C\x06Æ"
  b"\x01É╩E¸êr(ǦÇêg6.▀"
  b"\x01É╩E¸ès<¼D=Pï9Àá"
  b"\x01É╩E¸îsÝáÔ¸Ü@Ø\x0FÝ"
  b"\x01É╩E¸ìs£Éí░\x19rUk‗"
  b"\x01É╩E¸Ås½║..Oùù'┬"
  b"\x01É╩E¸æqÞ│øÑÄ\x04ñ┼9"
  b"\x01É╩E¸Æqðª¯-§Z▄▀Ò"
  b"\x01É╩E¸öq4¼{\vXÃG+]"
  b"\x01É╩E¸ûp┼ä8j│╬ªÒÿ"
  b"\x01É╩E¸ùp.ô]©þÆ\x03@k"
  b"\x01É╩E¸ÖrYÉL╦═\x03zdÍ"
  b"\x01É╩E¸øs║æ¯Ó─g\x15\e\x0F"
  b"\x01É╩E¸£rv¥‗ î═\fÿ\x0F"
  b"\x01É╩E¸×s\x12│¡4×¼¾\x1Cw"
  b"\x01É╩E¸áruÅcð·Çn┤;"
  b"\x01É╩E¸íq║¢n·gGp0k"
  b"\x01É╩E¸úr¥Äî%òAZÃt"
  b"\x01É╩E¸Ñr³ºkIY└\x16!W"
  b"\x01É╩E¸ªqgÑ×LØk'0`"
  b"\x01É╩E¸¿pvÿÒx«³í¡Z"
  b"\x01É╩E¸¬r\f®° ┤z\x1FC╩"
  b"\x01É╩E¸¼r\rî~\x010·äÀI"
  b"\x01É╩E¸¡sÊÆ \fȶº]ø"
  b"\x01É╩E¸»s░ÉÛd_Ê┼á‗"
  b"\x01É╩E¸▒p1┤Ó b!ÐJc"
  b"\x01É╩E¸▓pV│\x7F7:-æ,Ö"
  b"\x01É╩E¸┤p┤èƒ6pV#N\x1F"
  b"\x01É╩E¸Âs\x01ô╔Ë{ÄÂE9"
  b"\x01É╩E¸ÀsLútÆ┴´\rd\x16"
  b"\x01É╩E¸╣s\ù7=t\x00á▀#"
  b"\x01É╩E¸║pÍèv¨æ·7▓\x19"
  b"\x01É╩E¸╗r-½Ë▒D>ÕJ8"
  b"\x01É╩E¸╗r-½Ë▒D[P-½"
  b"\x01É╩E¸¢p\x04Ü|{ó~×\x11a"
  b"\x01É╩E¸¥s^ôÇî³þZÏÇ"
  b"\x01É╩E¸┐plƒÐ6ûÌJy█"
  b"\x01É╩E¸┐plƒÐ6û³îm@"
  b"\x01É╩E¸└pk¸ÊU\x1EOzë"
  b"\x01É╩E¸┬s\x1DÀ÷Ã░│ÎË3"
  b"\x01É╩E¸├r{â¥Æi2\x18å‗"
  b"\x01É╩E¸┼pj╣└<¾+GÚ@"
  b"\x01É╩E¸ãp├Ö±\x14ûB-7 "
  b"\x01É╩E¸╚r¨åõñ\x1Dí6¡="
  b"\x01É╩E¸╩pöíV\t®¼X%\v"
  b"\x01É╩E¸╦r(Öo1´▀Îã?"
  b"\x01É╩E¸═r\x0Få\eM)=Ô4ù"
  b"\x01É╩E¸╬r\x06¿╩÷ÞÎ█└J"
  b"\x01É╩E¸ðs§┤'mǹ|pú"
  b"\x01É╩E¸Êps¿.×Án\x1C\v9"
  b"\x01É╩E¸ÈrS│ÓÀSsiD'"
  b"\x01É╩E¸Írüç\x1F\x08ÚN¶<ý"
  b"\x01É╩E¸Ïqáé╣ë«,[\x07"
  b"\x01É╩E¸┘r,äÕ_=ûRáL"
  b"\x01É╩E¸█s¶ö©Æ«\x15╣3é"
  b"""
    \x01É╩E¸¦r$É_\x07\x1Cæ°\n
    (
    """
  b"\x01É╩E¸Ìp#Ä8÷Äõ®▄÷"
  b"\x01É╩E¸ÓqЫ│Eƒñ│g´"
  b"\x01É╩E¸ÔrVÖZlÚ┐O{╝"
  b"\x01É╩E¸Òs¥ÑRîÈ\x04¨;ø"
  b"\x01É╩E¸Õp±▓Î■j▀}Î\x1D"
  b"\x01É╩E¸þp+╝¸Nþy\x19º╠"
  b"\x01É╩E¸Þs-ÜÀ\x00×mZö‗"
  b"\x01É╩E¸ÛsDûÉö┼û*\v\x0F"
  b"\x01É╩E¸ýp\x08à´╠┴▄2©\x07"
  b"\x01É╩E¸Ýpú┤O┼╩»*öƒ"
  b"\x01É╩E¸´qK«Kêà¶├Ô¢"
  b"\x01É╩E¸±q:ö1╦A;dAW"
  b"\x01É╩E¸¾q╚»>f╦┐n\x08µ"
  b"\x01É╩E¸§s╦ÿåæÚ¶V~\x1D"
  b"\x01É╩E¸¸sÔÉå\x05ÇÓ¡Xƒ"
  b"\x01É╩E¸¨qɺø\x1A]\x0F\tÒë"
  b"\x01É╩E¸·r\x17ü8<¸[P:8"
  b"\x01É╩E¸³q`ôsõÐ╠âÖc"
  b"\x01É╩E¸■p'äsñS ║Âi"
  b"\x01É╩E°\x00rÝÖïôoHn­!"
  b"\x01É╩E°\x02qIû³,cЯûw"
  b"\x01É╩E°\x04q¡é═¡3Ð┬\x07\x05"
  b"\x01É╩E°\x05s¶ådr╚u╔└G"
  b"\x01É╩E°\x07rËǤ\x00ëë█v╝"
  b"\x01É╩E°\tpò╝TºjX5╩ "
  b"\x01É╩E°\vpߢ╠óÌQsø\x12"
  b"\x01É╩E°\fpb║:¶É\x17´íø"
  b"\x01É╩E°\x0EsíÀ^0▒²╔®§"
  b"\x01É╩E°\x10pS×─╝Àmp\x03"
  b"\x01É╩E°\x12r´Äa°Ñu¸l8"
  b"\x01É╩E°\x13pýø\x14ënzó4ã"
  b"\x01É╩E°\x15q╚ø]â█Æx«╬"
  b"\x01É╩E°\x17qƒ»▓╠/ıÞþß"
  b"\x01É╩E°\x19r\x04çz─■àķ"
  b"\x01É╩E°\x1Aq\x02©&Ö_ÿS\x04É"
  b"\x01É╩E°\x1Cpƒèÿ÷8Êpd¹"
  b"\x01É╩E°\x1Ep\ìCH£º$=C"
  b"\x01É╩E° sÔå\x03êÓ¯)\x0Fè"
  b"\x01É╩E°"r\x12âÍ╗¢\x12╠xô"
  b"\x01É╩E°$pCömé\x05\╗A "
  b"\x01É╩E°%sv¢║\x16x\f\x7F"
  b"\x01É╩E°'sV╣GFW\x04═■\f"
  b"\x01É╩E°)r┤ù©í\f\x13╗▒┼"
  b"\x01É╩E°*pO▓█&F×\x10\t½"
  b"\x01É╩E°-r»╣\x12Ë\x01ÂÇwy"
  b"\x01É╩E°0s¤ôàüçé\╝z"
  b"\x01É╩E°2r@û£¸S$└»\x03"
  b"\x01É╩E°4qÉè\x02öy«¨║»"
  b"\x01É╩E°6qåè█Ú░¤ÉYÇ"
  b"\x01É╩E°7rsò5º.GWXÂ"
  b"\x01É╩E°9r╬¼j¼9Ses▄"
  b"\x01É╩E°;p«┐¡\x04Þ®\x18o%"
  b"\x01É╩E°<s@ï\x0Fƒú!ÚB6"
  b"\x01É╩E°>pÐ╣\x070õún;Á"
  b"\x01É╩E°@rkç°·═ò\x1C¯Ì"
  b"\x01É╩E°Br¡®╚â\x05ú²│e"
  b"\x01É╩E°Cq·º╔Ë█\x10aX▀"
  b"\x01É╩E°Erä│ï\x01uôUèM"
  b"\x01É╩E°Gs█¢\x0E┴ÆL­¡═"
  b"\x01É╩E°Hp\x13®»├ÉÂب^"
  b"\x01É╩E°Js┬ªj_█·ØÑÔ"
  b"\x01É╩E°LpwÅà▀rÁijÀ"
  b"\x01É╩E°NrFäO┘╠\x12▒Æ`"
  b"\x01É╩E°OphïÓ²*¦Yàò"
  b"\x01É╩E°Pq½ú3[▀} u­"
  b"\x01É╩E°Rp╦áVb.Â┤?6"
  b"\x01É╩E°SpeÜf]TIjÃ\x02"
  b"\x01É╩E°Tq\ô!w¢+\x01\to"
  b"\x01É╩E°UpÀ¡\x04▄e&§ä┌"
  b"\x01É╩E°Vpı▒iõ訳`»"
  b"\x01É╩E°Yp─É\x11▓Ä\x0EªZÕ"
  b"\x01É╩E°[p`╗I╩'E÷j\x16"
  b"\x01É╩E°\p\x15ÿ\t×╝Ý0k$"
  b"\x01É╩E°^qïût\x19íÞ0º_"
  b"\x01É╩E°`sAø┤S^%\x01íV"
  b"""
    \x01É╩E°bp\n
    «ë\x11¯½â\x12=
    """
  b"\x01É╩E°dqÄÖ│Þè\x18÷¡ó"
  b"\x01É╩E°rq┘É╣®╬`pÚı"
  b"\x01É╩E°rq┘É╣®╬xb│æ"
  b"\x01É╩E°ssÙ»*uNR;\x0Eê"
  b"\x01É╩E°usË│7\x123ß┬#\x17"
  b"\x01É╩E°wp«╝ÜH┬×┘¡P"
  b"\x01É╩E°xp í±Yúúkí«"
  b"\x01É╩E°zrBÆó½Ï\x14\v»m"
  b"\x01É╩E°|s\x18éüûyÿ═ê█"
  b"\x01É╩E°~p&┤àûÛ\x03/C¼"
  b"\x01É╩E°Çp1┤Û\x10ŹUIe"
  b"\x01É╩E°érs®³'67\x19"
  b"\x01É╩E°är\x06¿-0`\x05\n"
  b"\x01É╩E°ås\x02ô³-Ì┐3¹þ"
  b"\x01É╩E°êrg×╠×Ù¾üÜh"
  b"\x01É╩E°èqÂàñ┼+øß;_"
  b"\x01É╩E°ïpþ▓WK£ý┼Y╩"
  b"\x01É╩E°ìq1ú¶\x1E\t╗7ØÁ"
  b"\x01É╩E°År½▒┼\x10vú¢ÄV"
  b"\x01É╩E°æs:î{N¥ßÌ3É"
  b"\x01É╩E°ûpü░ó«\x14ï¯1G"
  b"\x01É╩E°ûpü░ó«\x14ú´^\x06"
  b"\x01É╩E°ùp5Ñ^¤;2\x0Ex@"
  b"\x01É╩E°Ör║┐\x05\x16\x14╚ŪO"
  b"\x01É╩E°ørZÂÊ2,\x1FC\x1E4"
  b"\x01É╩E°£r.ôƒ)\x16\x01#\v\x03"
  b"\x01É╩E°ØqÝà¦C«sö═\r"
  b"\x01É╩E°×r!à¯s¡{4▀:"
  b"\x01É╩E°ƒq\x19á$Û{úè]▀"
  b"\x01É╩E°ár┐ê$3Rçı%¶"
  b"\x01É╩E°ós[┤ç0j>ja┴"
  b"\x01É╩E°úsãƒi╦°Â¼r¡"
  b"\x01É╩E°ñq¦║TX®Ü┬\r\f"
  b"\x01É╩E°ªp║╝\x18\x14k~ö"
  b"\x01É╩E°ºs·ÀÝ\fçx│µÂ"
  b"\x01É╩E°®qB╣\x00\x0EVÑíÑ╠"
  b"\x01É╩E°½sôÅ║È\x1C\x06]¼2"
  b"\x01É╩E°¼r4ƒóÕ┤\rãÞ7"
  b"\x01É╩E°«ríí.GÄ\x07Â┘J"
  b"\x01É╩E°░q█Âï­Vı\x13\rí"
  b"\x01É╩E°▒p\x12®Ý\x02¹áp"1"
  b"\x01É╩E°│q¬êà\x13\t¹¢jX"
  b"\x01É╩E°Ár\x16óÄ))ÜEA\x0E"
  b"\x01É╩E°Âr\x16Ä1TıðP├\x1F"
  b"\x01É╩E°©rJÀ¡!Ö\x15ê■\x03"
  b"\x01É╩E°║pÀ½_$xui\x03o"
  b"""
    \x01É╩E°╝p\x10á%N\x02\n
    Hçú
    """
  b"\x01É╩E°¢sð│\x1Fö§1b\x19e"
  b"\x01É╩E°┐p­â\x1AÀUÃC╠┤"
  b"\x01É╩E°┴s=«\x00:═d\x0EÆÔ"
  b"\x01É╩E°┬p%ôÙ¡ó\vÈ\x1A8"
  b"\x01É╩E°─p┼ôÉS░gÇÕ\x08"
  b"\x01É╩E°ãq4óõéõæ╚X)"
  b"\x01É╩E°╚pJü┌@áß═#¬"
  b"\x01É╩E°╩q!í\vÑD~\x0Fr+"
  b"\x01É╩E°╠p`▓ÌXÛ×░éï"
  b"\x01É╩E°╬s¬╗®5¤ä=\x03""
  b"\x01É╩E°¤r▀╗╚$û\x13Iz└"
  b"\x01É╩E°Ðp\x01Ñ╝)¿┬>½È"
  b"\x01É╩E°Ër~ñ░\x15╣ ▀╔░"
  b"\x01É╩E°ıs╔©Ì@ºÅßÄ+"
  b"\x01É╩E°ÎpkÁ5ZíâÒ\x1A"
  b"\x01É╩E°ÏqoÖ²W\f\▄┌\x11"
  b"\x01É╩E°┌pÂØç\x1C\x16h\x17"
  b"\x01É╩E°▄p*横Ì.}H3"
  b"\x01É╩E°¦pyÁ¸ù¸pÚ┼%"
  b"\x01É╩E°▀s\x18¿C*º\x1D½\x13ã"
  b"\x01É╩E°ßrÑï\x12ºUACn┐"
  b"\x01É╩E°Ôs{¡\x08bÃH§|$"
  b"\x01É╩E°õsÛåô▒J═ðÁê"
  b"\x01É╩E°µqºéB!Ø1¦j="
  b"\x01É╩E°Þpu╗¯ıÚ\x19yÀ─"
  b"\x01É╩E°Ûs%ÑPR\x13LÓ¡s"
  b"\x01É╩E°ýp┤é¥4,fÊ┬l"
  b"\x01É╩E°ÝqlÖ\x17?h█¬¹÷"
  b"\x01É╩E°´sãûã╬ÅÝè\x1D"
  b"\x01É╩E°±p┘í\x0FÛK\r*´ä"
  b"\x01É╩E°‗sR┤±5]┬nq\x01"
  b"\x01É╩E°¶ptǃo\x08░xJ\n"
  b"\x01É╩E°÷s³ö¶z4´t(k"
  b"\x01É╩E°°räè*·²µ\x1E"
  b"\x01É╩E°¨rÙ▒ ¦╦Ï\v─¢"
  b"\x01É╩E°¹s\x00שv\x05L¾┴Ì"
  b"\x01É╩E°²söäµ╦Ä┐Ð?z"
  b"\x01É╩E°■s"î\x15S­═-aJ"
  b"\x01É╩E¨\x00qw¡Ùh╬×ùKÈ"
  b"""
    \x01É╩E¨\x02r\n
    ø3\x18àl^ú^
    """
  b"\x01É╩E¨\x03séûZÔªAÿ¬\x1F"
  b"\x01É╩E¨\x05pÑÑ©\x00å3Ts""
  b"\x01É╩E¨\x07q\x18¿§s╣\x04o\ri"
  b"\x01É╩E¨\x08rbÉÊ\x7F\x01È└#$"
  b"""
    \x01É╩E¨\n
    pËÆ[─]\x1D?r|
    """
  b"\x01É╩E¨\fs█½rÙA▀ƒtÅ"
  b"\x01É╩E¨\x0Epãó│╝\x0Ey\x7Fç¼"
  b"\x01É╩E¨\x0FpA┤î\x12·░W╬C"
  b"\x01É╩E¨\x11p3À§jÈó‗¬\t"
  b"\x01É╩E¨\x13p¢ç\x10­W\x10@5Ç"
  b"\x01É╩E¨\x15séæRzWxã▀¯"
  b"\x01É╩E¨\x17r*╣╣4\x056\x1F\x18ö"
  b"\x01É╩E¨\x19pÁö6ıc─q+""
  b"\x01É╩E¨\x1Ap\x05¢î&àß&Ò\x0F"
  b"\x01É╩E¨\x1Cry£\x03á>2\f¸£"
  b"\x01É╩E¨\x1Es¸╣±Ú─\x00\r‗}"
  b"\x01É╩E¨ q\x1FºËÓê┬F▀x"
  b"\x01É╩E¨"p­▓ßi×\r\x19╝¹"
  b"\x01É╩E¨#r"Ü9Jú½~v-"
  b"\x01É╩E¨%rûà<┴è÷w\x12Ð"
  b"\x01É╩E¨'pcí7¯{Qæðø"
  b"\x01É╩E¨(q\x7Fò═ÐÉÎîCª"
  b"\x01É╩E¨*qWª¦\x17"aÎ;ï"
  b"""
    \x01É╩E¨,s¹ÖJv█dq\n
    ¾
    """
  b"\x01É╩E¨-paÆK)Ä█\e▀Ò"
  b"\x01É╩E¨/pYü\x13V\x13§█\x17Ä"
  b"\x01É╩E¨1s╝À╚\r`aï\f¨"
  b"\x01É╩E¨3qæçǯ3Ç▀(Î"
  b"\x01É╩E¨4sàç¾╝1;═«V"
  b"\x01É╩E¨<q~ªì |©Ï°ù"
  b"\x01É╩E¨=p'┤\x1F"║êÃ34"
  b"\x01É╩E¨>rÐóL÷<rKc."
  b"\x01É╩E¨@q+┐\x14¡4┤°Þ\x04"
  b"\x01É╩E¨ApßÑü\x06║╦■\x0FÊ"
  b"\x01É╩E¨CpJ½J┼¼&#c!"
  b"\x01É╩E¨Er@«ù¬À2r\x1Aw"
  b"\x01É╩E¨Fs\x1Eî¼\\x1Eòj#w"
  b"\x01É╩E¨HqÒº\x7F^Cçça\x05"
  b"\x01É╩E¨JsÕª Ég\x00¡┼>"
  b"\x01É╩E¨Lq¤æ©+P÷▀j\"
  b"\x01É╩E¨Mr<øÔô\x03uÃIÊ"
  b"\x01É╩E¨Oq╬áÀÒ\x04C\x1FX="
  b"\x01É╩E¨QqSÉ\x1025│░=»"
  b"\x01É╩E¨Rp£¬0#BÙ+}K"
  b"\x01É╩E¨Tq┌º■·wF\x1C"
  b"\x01É╩E¨Vrâ║E\x15\x00\x00<Ïa"
  b"\x01É╩E¨XsÓ¡E\x11ò$µ¸;"
  b"\x01É╩E¨Yq£ê\x05ßÎc@╠█"
  b"\x01É╩E¨[r\x03®?H#_£}▀"
  b"\x01É╩E¨]p\Ä)\x02ݲ▓@×"
  b"\x01É╩E¨_sËí\Lï$\x03XT"
  b"""
    \x01É╩E¨`p\rûgúÈ\n
    ¡\x036
    """
  b"\x01É╩E¨brÎî9╚\v䮥▀"
  b"\x01É╩E¨dqìä¢┬╗\x061ö:"
  b"\x01É╩E¨frlÑxÖÆ╬î\x15"
  b"\x01É╩E¨hrÀ╝*Å┬cÉþ9"
  b"\x01É╩E¨js\x03À¶\x05OÕƒÊı"
  b"\x01É╩E¨kq\x04ôàÐØGú¤í"
  b"\x01É╩E¨mq═«\x1A╦7r«ÿÎ"
  b"\x01É╩E¨or7Ñ{j\x03ù\FA"
  b"\x01É╩E¨qp~ó\x13é2┼j┘ü"
  b"\x01É╩E¨rrl½8,åÓj/ð"
  b"\x01É╩E¨tpT£ù┤\x19ô8$¹"
  b"\x01É╩E¨vrÉ«└¾m\x0E/²;"
  b"\x01É╩E¨xqtè2█IÜ═Ö\x16"
  b"\x01É╩E¨yp\x19â═7\x1F╩n)│"
  b"\x01É╩E¨{pìúÓ╠Tó│┌6"
  b"\x01É╩E¨}r║ÿWçÐZ\x04È "
  b"\x01É╩E¨\x7Fqa╣┐î°IÎE"
  b"\x01É╩E¨Çq┼ì\x16"JnZ\x18Ð"
  b"\x01É╩E¨ésÓâÞ╠F=\x19\x15þ"
  b"\x01É╩E¨äp├òí╔├┐ça¡"
  b"\x01É╩E¨åræñ6┌@■║ùí"
  b"\x01É╩E¨êphú¢├oÔq\x1E\x15"
  b"\x01É╩E¨ës®àOÛ#ë(┬ð"
  b"\x01É╩E¨ïpÂ▓Æ╝!©\x0Fáµ"
  b"\x01É╩E¨ìpl¡D¯┬0¨"▀"
  b"\x01É╩E¨Är÷ïe\x0FÇ▀xÈ┬"
  b"\x01É╩E¨Ép┬äWdßO%|µ"
  b"\x01É╩E¨Æq¿êÓ╚c©¸9▄"
  b"\x01É╩E¨ösýÇY\tÄk\x7F"
  b"\x01É╩E¨ûsëä)¬Õ]OÁ\x0E"
  b"\x01É╩E¨ÿsEæ┌▀ѸF»á"
  b"\x01É╩E¨ÜqZòdùÙ\x7Fæ1\v"
  b"\x01É╩E¨£s ÿUwF·ØS\n"
  b"\x01É╩E¨×q\fâ└ZÃq═º█"
  b"\x01É╩E¨áq\x02é▄Z\x19\x1C¡áÞ"
  b"\x01É╩E¨ós\x17É-À!■~ͳ"
  b"\x01É╩E¨úsN╝D,║+È\x05X"
  b"\x01É╩E¨ñsqªÔ.t2╚µ#"
  b"\x01É╩E¨ªr\eí`▄‗¨ÏL¡"
  b"\x01É╩E¨¿s¥âzúr9·ø~"
  b"\x01É╩E¨¬q#¥H9lþå<û"
  b"\x01É╩E¨¼q²¡>│ê5ã┴▒"
  b"\x01É╩E¨«p6ñ©\x1D¯ª©[Æ"
  b"\x01É╩E¨░s░ÂIÖzra\x07"
  b"\x01É╩E¨▓qE£╩&¼╣«ÊË"
  b"\x01É╩E¨┤q;¢¡3½¦\x14"
  b"\x01É╩E¨Ârøø\x06Ôî¡]\x13÷"
  b"\x01É╩E¨©roÀÚJ²\x07´=M"
  b"""
    \x01É╩E¨║r¨ùãk\n
    ┤úÏ║
    """
  b"\x01É╩E¨╝p;║ç\x1D½\x10ÀJ,"
  b"\x01É╩E¨¥s­áÜ&?║┬zù"
  b"\x01É╩E¨└s█ñ\x05ô.¥\x05\x14«"
  b"\x01É╩E¨┬sô╗\x11{ɨÞ*¡"
  b"\x01É╩E¨─qʽ\x12*[Ê©oJ"
  b"\x01É╩E¨ãq~ç2(║W╦ÁÐ"
  b"\x01É╩E¨╚pXêK¼ø<┤fú"
  b"\x01É╩E¨╔p.ù╗轺@^\x1A"
  b"\x01É╩E¨╦sMºZi\x0F½àµ¬"
  b"\x01É╩E¨═s▒ñ·h─Ð\x08ûÿ"
  b"\x01É╩E¨ðq\x17ë£\x0FíعHJ"
  b"\x01É╩E¨Êp/í7├Ñ\fbýK"
  b"\x01É╩E¨Èp¶¿┤¬+j╣=▓"
  b"\x01É╩E¨Íq«Ö\x19╝þ▀ýÑY"
  b"\x01É╩E¨Ïrzû\x1F\x06\x00╣#ØG"
  b"\x01É╩E¨┘p¨ëF╣é\t\eµ¤"
  b"\x01É╩E¨█q\x13ª\Ñ(!Ä\x1E\x05"
  b"""
    \x01É╩E¨¦rIê─\n
    {²Fi*
    """
  b"\x01É╩E¨▀qqêNO!¥ýæÂ"
  b"\x01É╩E¨Ópöû\x17╣╚ÒÂÄ┴"
  b"\x01É╩E¨Ôr▒¥Àô┐ð2\x19\x16"
  b"\x01É╩E¨õszñF{Ü¡jï╣"
  b"\x01É╩E¨µp©┤àý88~┼4"
  b"\x01É╩E¨þq║ôê┌w{ÅòÂ"
  b"\x01É╩E¨Úqvò~}Û\x18█Ló"
  b"\x01É╩E¨ÙsóÉùöàÒAU#"
  b"\x01É╩E¨ýrwûý°^²ÿ'§"
  b"\x01É╩E¨¯s£êG¤©\v╬Á`"
  b"\x01É╩E¨­qïÂâª╩│ıÃz"
  b"\x01É╩E¨±s▓å▀Ä╚\x1F\x06█ı"
  b"\x01É╩E¨¾qíÅ\x18\x15\raïER"
  b"\x01É╩E¨§q║åÛ8BÈ\e¾\f"
  b"\x01É╩E¨¸r\x7F┐¬âº}\x1A\x05`"
  b"\x01É╩E¨¨s─ô¯è¬DGnp"
  b"\x01É╩E¨·r°É█\x1AÈ+├v4"
  b"\x01É╩E¨³pj×XO¤3dóf"
  b"\x01É╩E¨ qX×\x0F\x1Dº]ZHH"
  b"\x01É╩E·\x01rñ®_A×+I╝¢"
  b"\x01É╩E·\x03qÄçØì\x11'úÞ╚"
  b"""
    \x01É╩E·\x05pË╝hÑ\x01\n
    ╦Äú
    """
  b"\x01É╩E·\x07sð╝ëKô \x1ED!"
  b"\x01É╩E·\x08rïÜ│Ó¼4­D\x04"
  b"""
    \x01É╩E·\n
    såÁ»\x025TsTÀ
    """
  b"\x01É╩E·\fpÔÿ_£8█\\x05V"
  b"\x01É╩E·\x0Ep[░zòðã\vߪ"
  b"\x01É╩E·\x0FsXÅ├]º)&èG"
  b"\x01É╩E·\x11q¸¼\x00m\v\x06A¨┴"
  b"\x01É╩E·\x13s\x1F░─\x15Ix\r\x19Z"
]
46 4.24 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 OFFSET 5500
Parameters:
[
  false
]
47 1.32 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩E·\x15q?îÄ̯J#ª░"
  b"\x01É╩E·\x18pÙ┐o4ñ§ð\x12"
  b"\x01É╩E·\eq\fæðk─_3\x05\x0F"
  b"\x01É╩E·\x1Drv»\e\x08Pñäw║"
  b"\x01É╩E· p,½JM/\v:dN"
  b"\x01É╩E·#q¿æ╔v,èã¥="
  b"\x01É╩E·&s:Á■^┼T\e"
  b"\x01É╩E·)p█Æ¿ßç\x1CiÃ'"
  b"\x01É╩E·-rBÅ¥£\tÿE\x1A"
  b"\x01É╩E·0qJëÚ└«ý £\x0F"
  b"\x01É╩E·4rV¬v¢~┼┼3="
  b"\x01É╩E·7sA¡PÀí┌ð\f\x19"
  b"\x01É╩E·:q‗ä└©2¼─Ä\x11"
  b"\x01É╩E·>p\x14Üj\ehMø±¡"
  b"\x01É╩E·ArÝÇ▄t║█ÿ\x10Ï"
  b"\x01É╩E·Drg¼║▄L¾o\x1E!"
  b"\x01É╩E·Gp╦øìb\x0EÓ\x1D´è"
  b"\x01É╩E·Jq╦ë█ÔÉsr\x01w"
  b"\x01É╩E·MpÚ┐µæ3h■x▀"
  b"\x01É╩E·Pq1╗┬z┬Ì»Þ┌"
  b"\x01É╩E·Sp┌®\x06\x16\x03\x1C_Vs"
  b"\x01É╩E·Vr¶¢áð╔ ¯Þß"
  b"\x01É╩E·Yqw®Ç]\e╬Z""
  b"\x01É╩E·\rÀéµâ:\vv®."
  b"\x01É╩E·^pië\x1A"×.ùll"
  b"\x01É╩E·`qÒó¿─'q!§²"
  b"\x01É╩E·asÐ┤\x07RíÐ\x165""
  b"\x01É╩E·cqÏü░┬|(\f¹K"
  b"\x01É╩E·esîÇK\x0Fú$-╗░"
  b"\x01É╩E·gpxæt\x08░yY\x18²"
  b"""
    \x01É╩E·ir\x17ƒC§®\n
    z§Å
    """
  b"\x01É╩E·kpå×èÛ\x06║¦a6"
  b"\x01É╩E·ms*ü░\x13Fc7\x1A"
  b"\x01É╩E·os±À= ¢ST´ö"
  b"\x01É╩E·qp▀ÿZØËÓ¤Á\x10"
  b"\x01É╩E·sq½Å█ÌW\x04╣;("
  b"\x01É╩E·up£×Zvxÿ\x04"
  b"\x01É╩E·wr{½¥ƒ¯q═7ñ"
  b"\x01É╩E·ypæ¥g░=.I°""
  b"\x01É╩E·{q╚®ƒÐc█´Wb"
  b"\x01É╩E·}sÀöÁÈD▓sýß"
  b"\x01É╩E·\x7Fr²¡3È[Kv|\x08"
  b"\x01É╩E·üs\eá└ª7­µç\x13"
  b"\x01É╩E·âp\x02½\x1CË9Baª©"
  b"\x01É╩E·àr«ç\x1Eƒ\x07\x0E\r"
  b"\x01É╩E·åshïô3Äy╗┐´"
  b"\x01É╩E·êp╝¥ÒìÇq"è┴"
  b"\x01É╩E·èpÚ«©û╬A\x0EIv"
  b"\x01É╩E·îsıÅ┴A`+ı{'"
  b"\x01É╩E·Äp¼Ä`áWÔp6²"
  b"\x01É╩F\x00▒rUïÙ`äÉë░▓"
  b"\x01É╩F\x00│pýâf\x01\x00▓ÆÒ7"
  b"\x01É╩F\x00Ápãü­u\vÿõ;Ó"
  b"\x01É╩F\x00ÀpzÁ¦¼âLù)<"
  b"\x01É╩F\x00©s┬ô┤3\x7F¢£ñ▒"
  b"\x01É╩F\x00║s│ú²Õı^|Ø\x05"
  b"\x01É╩F\x00╝s6ø¥╩áj7╝l"
  b"\x01É╩F\x00¢s\x18äs|o\n\x11\x15¸"
  b"\x01É╩F\x00└rÝÖß²Yb_\x10°"
  b"\x01É╩F\x00┴rÅ¢$à1\x1EljÆ"
  b"\x01É╩F\x00├q<íó┬×9án¢"
  b"\x01É╩F\x00─sı©┌tMQhËq"
  b"\x01É╩F\x00ãpÒ│·PJ¯CÂv"
  b"\x01É╩F\x00╚p\vù\f'║\e£!Å"
  b"\x01É╩F\x00╔pÚòÃ`S│]þ;"
  b"\x01É╩F\x00╦sSƒ2\x0E±A£{3"
  b"\x01É╩F\x00╠rb┤«¡i▓''4"
  b"\x01É╩F\x00╬sKä­c\x1C¡È%Ý"
  b"\x01É╩F\x00ðqF¼3\x069ÕSv2"
  b"\x01É╩F\x00Ðq=Â\x18^@³│╚W"
  b"\x01É╩F\x00Ëp1¢=f¿‗ø\x151"
  b"\x01É╩F\x00Èq╩£×§█ÃVCÐ"
  b"\x01É╩F\x00Ís╠Ç\t\x00\x12)6"
  b"\x01É╩F\x00Ïra׶Bk\x16\f¾└"
  b"\x01É╩F\x00┘r┴ÅÅþ¥+²ß"
  b"\x01É╩F\x00█rÀÀ¼\¿D\x00"
  b"\x01É╩F\x00▄ss®6░­õª═─"
  b"\x01É╩F\x00Ìs*©´®Í╔Ñn0"
  b"\x01É╩F\x00Ór╬ë\n¨\x0FFèý╬"
  b"\x01É╩F\x00ßrÜÜ2~§µ#7%"
  b"\x01É╩F\x00ÔpQûÓ¾:djxi"
  b"\x01É╩F\x00õr&ù®\tî╔1┼´"
  b"\x01É╩F\x00µrÃëS<║6±W?"
  b"\x01É╩F\x00þp║å─RLå¹äA"
  b"\x01É╩F\x00ÚsÂÆÿ1\x1Döc8\"
  b"\x01É╩F\x00ÙqøîÂ;¯IY{u"
  b"\x01É╩F\x00ÝqØùíËÈ│\x1Eµ╩"
  b"\x01É╩F\x00ÝqØùíËÈ╩\x14"
  b"\x01É╩F\x00´q\x1EºÚ"<ƒ\x0FÚ\x16"
  b"\x01É╩F\x00±q²Â¾KÎÁ?╔N"
  b"\x01É╩F\x00¾q&×D\et Ù+\x1A"
  b"\x01É╩F\x00§s‗ªSÌzMNÓÖ"
  b"\x01É╩F\x00÷s&¼.¸÷£K·Û"
  b"\x01É╩F\x00°r çÒ│À>┬-\x19"
  b"\x01É╩F\x00·p\x02¼9ÃàÔWi╬"
  b"\x01É╩F\x00¹sjÖï^┌\rO>w"
  b"\x01É╩F\x00¹sjÖï^┌ Ò\x1AT"
  b"\x01É╩F\x00³r¼ºîëÑ@┐ÚÁ"
  b"\x01É╩F\x00²sõù▒‗Äıüñü"
  b"\x01É╩F\x00■r\x12ùëÀÉRü┤\x03"
  b"\x01É╩F\x00■r\x12ùëÀÉh¾ÓÔ"
  b"\x01É╩F\x01\x00qÝê\f┤KÍ░\x14¿"
  b"\x01É╩F\x01\x02rPóû╚[IH╔ "
  b"\x01É╩F\x01\x04pÜÇâ¦õÇ°÷î"
  b"\x01É╩F\x01\x05q^▒\x00&\v\rgƒá"
  b"\x01É╩F\x01\x07q┼ë­9A#╬Cu"
  b"\x01É╩F\x01\tp°«(Ù┬╗;\x19÷"
  b"""
    \x01É╩F\x01\n
    qÚ×¢j\x17Ø\x12At
    """
  b"\x01É╩F\x01\fp‗¿\x131\x1A¥:u░"
  b"\x01É╩F\x01\x0Er\x08¢²z\x11T¶pæ"
  b"\x01É╩F\x01\x18pÅ©ú▒\x10FÀ═á"
  b"\x01É╩F\x01\x18pÅ©ú▒\x10\þù\x02"
  b"\x01É╩F\x01\x19r5ò¬{öåä÷k"
  b"\x01É╩F\x01\er­Å\x13¯ê-\x17ƒ\"
  b"\x01É╩F\x01\x1DríÜ9\v\fÆD╩N"
  b"\x01É╩F\x01\x1EsåÅS\x16ð²_=T"
  b"\x01É╩F\x01 p?¿Ð▀f±(\x01¢"
  b"\x01É╩F\x01"r\x17╝"\x15ÛÏ\x13%j"
  b"\x01É╩F\x01#r\x0EÑbÊ\x0Fõj\x1Dÿ"
  b"\x01É╩F\x01%s{×)ù£╬¥5*"
  b"\x01É╩F\x01'pÿ¥U(*¨·ìÜ"
  b"\x01É╩F\x01)s_å?\x1A├n¤©p"
  b"\x01É╩F\x01*rñ»çW £®Úð"
  b"\x01É╩F\x01,r\x0EûþF+¾L┬3"
  b"\x01É╩F\x01.qîÿ~1zÐì\t¢"
  b"\x01É╩F\x010q¬ÿåÕÚ¥þ\x10"
  b"\x01É╩F\x012p ÿï=\x15y»$÷"
  b"\x01É╩F\x014rsÆ┴W\x19kÄ┼ý"
  b"\x01É╩F\x016r²×¢N7K«G6"
  b"\x01É╩F\x017qÚóòF$mi‗F"
  b"\x01É╩F\x019q"Ä╬Ï\x1CY┼´!"
  b"\x01É╩F\x01;rÑÄX░Ô\x19Ø·""
  b"\x01É╩F\x01<q4░┬6&\x04±\x0E"
  b"\x01É╩F\x01>s\x1D½æ(n3\x19╬Z"
  b"\x01É╩F\x01@s¦¬ÿÎ─\x1Ai\x13D"
  b"\x01É╩F\x01ApIú┴àF5═c "
  b"\x01É╩F\x01Cq|¼å¥‗\x00jNƒ"
  b"\x01É╩F\x01Erüô"╚└ø├¢­"
  b"\x01É╩F\x01Fr1Ör>└▄RÙ▓"
  b"\x01É╩F\x01HqÆ®\x07,sgª\x06"
  b"\x01É╩F\x01Iq├╝\x05ÿö­ÎH×"
  b"\x01É╩F\x01KqBä\x1FjEÉ┬vS"
  b"\x01É╩F\x01MpXÄ┐╠9ý<┴▀"
  b"\x01É╩F\x01NsèÉÌÔa-¿lõ"
  b"\x01É╩F\x01Pr╣ÜN¼»\x1Cþ\eq"
  b"\x01É╩F\x01QsÉ«qg÷‗Æm\x18"
  b"\x01É╩F\x01Sr\x02Æ@\x0EUÜ╬ä³"
  b"\x01É╩F\x01UsÅ┤2\x1Dé\x1E×<│"
  b"\x01É╩F\x01VrôÿIå\x1CL¸ùà"
  b"\x01É╩F\x01Xp├×ÃÐ÷┴KUæ"
  b"\x01É╩F\x01Zs‗ƒ┼L}/ı4A"
  b"\x01É╩F\x01\sQÆúäÏ┤U|╣"
  b"\x01É╩F\x01^qF»,\x0E\eòXRÔ"
  b"\x01É╩F\x01`røé6¾LNT┌ë"
  b"\x01É╩F\x01bp÷âè.Õx*®'"
  b"\x01É╩F\x01crx│nDõßé┴\x1E"
  b"\x01É╩F\x01erE¼¨ã¸\x02\x1E¡®"
  b"\x01É╩F\x01grt×ì>\x14\x18qWG"
  b"\x01É╩F\x01ir\x15Ø\x03H\x07»┼Æm"
  b"\x01É╩F\x01kr╬▒║VeE ­½"
  b"\x01É╩F\x01nqÌ╣J]Ô┘þ)┌"
  b"\x01É╩F\x01ps\x08âÕN═OýG0"
  b"\x01É╩F\x01srXÄ÷YM^┤²="
  b"\x01É╩F\x01vp│º>Þ╗·╚z÷"
  b"\x01É╩F\x01yq┌¢6áð├Z7p"
  b"\x01É╩F\x01{p\x14üÑ█╝J?╗┼"
  b"\x01É╩F\x01}sUæ´·Ú¨ ¯±"
  b"\x01É╩F\x01\x7Fs'│Ìa\x00ÖnªW"
  b"\x01É╩F\x01üpWèþÎ.Ì!/v"
  b"\x01É╩F\x01âqzü¢²\x0E$'ß°"
  b"\x01É╩F\x01àrm£Ü²\x04+▓Åò"
  b"""
    \x01É╩F\x01çqÀÅ~EË£¿\n
    
    """
  b"\x01É╩F\x01ërpäªi]¤¢ÓD"
  b"\x01É╩F\x01Éq!á\x03\e¿b║/:"
  b"\x01É╩F\x01æsÜüCH¸'~7\x03"
  b"\x01É╩F\x01Ær\x1Dì×ò\x04■ W\x16"
  b"\x01É╩F\x01ôqÊÅ┼d9╦#·&"
  b"\x01É╩F\x01òsãüÑc▄õZQ\x16"
  b"\x01É╩F\x01ùs#©╩╗(Bµë$"
  b"\x01É╩F\x01Öp£×Ûñ\x01m╝\x13Õ"
  b"\x01É╩F\x01øsDö³ñ\x10ñSGK"
  b"\x01É╩F\x01Øs▀å©┴[íy¨\x0F"
  b"\x01É╩F\x01ƒpýª?¦Ü­\x10a┐"
  b"\x01É╩F\x01íq┬Àuæ\x10;µÂã"
  b"\x01É╩F\x01úphåßö;>7uG"
  b"\x01É╩F\x01Ñqª½[>´\x05\x7FÝ╗"
  b"\x01É╩F\x01ªq▄âÜ┼­▒\x07"
  b"\x01É╩F\x01¿q¤ò\x7F¿KÐ9q▓"
  b"\x01É╩F\x01¬qm«├░ƒÌ\x03"
  b"\x01É╩F\x01¼qAÀþ`└Dn;Å"
  b"\x01É╩F\x01¡p\x14ÿ\x01\x06}vzÕ0"
  b"\x01É╩F\x01»sÈá\x07ßLX▒¶║"
  b"""
    \x01É╩F\x01▒rìÿ\n
    Æ╩▒¸¢\x01
    """
  b"\x01É╩F\x01▓q┐ê\x08èùÏhkÿ"
  b"\x01É╩F\x01┤q╦à%zCó2╣\x0E"
  b"\x01É╩F\x01Áq¬«\x04.ÃüS¯Ù"
  b"\x01É╩F\x01Àp\x11ò\x11‗:─Õ{'"
  b"\x01É╩F\x01╝rwѾ│■¨Æ\x12"
  b"\x01É╩F\x01╝rwѾ│ \x0FÊÜ╠"
  b"\x01É╩F\x01¢q\vû9oâI¿AW"
  b"\x01É╩F\x01┐s·▓¡░k»»¸æ"
  b"\x01É╩F\x01└só£Ù■¯╣Ô4À"
  b"\x01É╩F\x01┬st┐ñ#ö!Z}~"
  b"\x01É╩F\x01─rü¿ë=uj▄▀j"
  b"\x01É╩F\x01┼r\x7F»#Ìúö▄\x07\x0E"
  b"\x01É╩F\x01Ãpí┐\x1C·SÍ¿l\x1A"
  b"\x01É╩F\x01╚q§¡ÐV\x1D:wìn"
  b"\x01É╩F\x01╩q\x02Ø3+y/å¦å"
  b"\x01É╩F\x01╠qÔô█┐╦1\x03§¾"
  b"\x01É╩F\x01═p±áø\x08\x1F\x04┘É&"
  b"\x01É╩F\x01¤pîát│}Ú¬®*"
  b"\x01É╩F\x01ðpï»t}ÍÞ\x7FÄî"
  b"\x01É╩F\x01ÊsÒ¿¿QÁüwÑ{"
  b"\x01É╩F\x01Èq\v╝9Hc\x7FçcG"
  b"\x01É╩F\x01ır¦å╦O ï!ê┼"
  b"\x01É╩F\x01ÍqТþ!J\x0E¤}ü"
  b"\x01É╩F\x01ÎpM¥º#³\x19ÿë3"
  b"\x01É╩F\x01Ïpùú\x17¤ƒ└[\x06ü"
  b"\x01É╩F\x01┌pr»#\x08ß[m"o"
  b"\x01É╩F\x01▄r8òpsTö÷çë"
  b"\x01É╩F\x01¦qz║7╗çó´j\x7F"
  b"\x01É╩F\x01▀p\x01ò¨VoÑ▀ÒS"
  b"\x01É╩F\x01Óp\x11£RÁn┴®ÔÏ"
  b"\x01É╩F\x01Ôq\x02å╝\v┌╗╬î\x0F"
  b"\x01É╩F\x01Òr\x1Dì\x1F\x17ÙÃ#¨"
  b"\x01É╩F\x01Õqu░Ñ|)/_\x0EB"
  b"\x01É╩F\x01µr2å┌k░░GÐC"
  b"\x01É╩F\x01þp|£4Æ×]·\x0F|"
  b"\x01É╩F\x01ÞpË¡8Í\x19eQíõ"
  b"\x01É╩F\x01ÛsØïæ1¯Ì>øt"
  b"\x01É╩F\x01ÙrZàá¾Ö)AÁ#"
  b"\x01É╩F\x01ÝsÄî╝ϤMïmN"
  b"\x01É╩F\x01¯rr£éÔ³f\x05ãC"
  b"\x01É╩F\x01­q┘¬9ÌTc╔\5"
  b"\x01É╩F\x01±rIáÄ¡o ?1╝"
  b"\x01É╩F\x01¾rϽN‗dÚäe¸"
  b"\x01É╩F\x01¶p̬Vúıt§¦\f"
  b"\x01É╩F\x01÷pÁ«,Îõå²[Ö"
  b"\x01É╩F\x01¸p■ñ&ϱø▀×\x1C"
  b"\x01É╩F\x01·p├░Cªo/øw‗"
  b"""
    \x01É╩F\x01¹s▒Ün1¼Æ)\n
    
    """
  b"\x01É╩F\x01²q î╩Ë´0I0╩"
  b"\x01É╩F\x01■q5á¶@╔{‗u¨"
  b"\x01É╩F\x02\x00rÚÀ\rȨ\x18{EØ"
  b"\x01É╩F\x02\x02sı£Þ@r¾äÜI"
  b"\x01É╩F\x02\x03q╠êBc6·┴¥;"
  b"""
    \x01É╩F\x02\x05r╔ü\n
    MÀýOù!
    """
  b"\x01É╩F\x02\x07qñèQ*Ø#ÐÂÈ"
  b"\x01É╩F\x02\x08qO¡¾"ES\x10Ä­"
  b"""
    \x01É╩F\x02\n
    sèúæ\x17ÇBK\x14&
    """
  b"\x01É╩F\x02\fpMö\x19G|ôÅmõ"
  b"\x01É╩F\x02\rp]Áh┼òµ:º·"
  b"\x01É╩F\x02\x0Frgس\\x19ý.\Í"
  b"\x01É╩F\x02\x11sdÄ3*8╬¿║-"
  b"\x01É╩F\x02\x13p©Á─█cE)OÒ"
  b"\x01É╩F\x02\x14q(å\x1D.í‗X2┘"
  b"\x01É╩F\x02\x16sì│\x04╩ö╦°\x13K"
  b"\x01É╩F\x02\x18s1çz~¨╔Æ9█"
  b"\x01É╩F\x02\x1Ar╦▓õüñù¶;Å"
  b"\x01É╩F\x02\eq®┐ñ£\x13═$âS"
  b"\x01É╩F\x02\x1Dq5ª¼Á>_┌Pc"
  b"\x01É╩F\x02\x1FsØ£a×&\eJ\fÙ"
  b"\x01É╩F\x02 r`Ø║èt┼»]Ì"
  b"\x01É╩F\x02"r─ܤ/┤±×╝c"
  b"\x01É╩F\x02$p-ä\x0F¹-ºªN└"
  b"\x01É╩F\x02%qÚ¿\x1A"╗\x10Dº@"
  b"\x01É╩F\x02'r╬â·\x12Ü\x03´uÂ"
  b"\x01É╩F\x02(q\x7Fùy\t}└mýp"
  b"\x01É╩F\x02*q┼Ür\x19z\tÜ,‗"
  b"\x01É╩F\x02,p┘üëÇ(«ö╬o"
  b"\x01É╩F\x02-s\x00Â‗DG\x17MIá"
  b"\x01É╩F\x02/rYƒ\x1CS┬-┤╣å"
  b"\x01É╩F\x021snª▒▄ÓÕnH\r"
  b"\x01É╩F\x023s─æ=sö\x11-ò8"
  b"\x01É╩F\x025q;Åùµ╚░å\x0E"
  b"\x01É╩F\x027q?┤ÓA*<Ökî"
  b"\x01É╩F\x028r¤Â├\x7Fæö Õr"
  b"\x01É╩F\x02:pÄÁ\x10c\x02fM┴¡"
  b"\x01É╩F\x02<p╣ö\x01%Ò¿äíò"
  b"\x01É╩F\x02=p├¥█²■Ë÷═V"
  b"\x01É╩F\x02?q©©ç╝%ð@\v«"
  b"\x01É╩F\x02@sè║ÔV£s½E6"
  b"\x01É╩F\x02BqÆöG%ª× Ös"
  b"\x01É╩F\x02DqK║£ıÙ\x158\x18O"
  b"\x01É╩F\x02Eq÷░ÒÌ°êá_&"
  b"\x01É╩F\x02Gsè│Vfò\x7FÕª\x1F"
  b"\x01É╩F\x02Ip\x11À║Ø╬/î┘å"
  b"\x01É╩F\x02Jq¬äƒ‗¼\|\x08r"
  b"\x01É╩F\x02Lsvôg ãG\x18ôQ"
  b"\x01É╩F\x02NsEƱ®ÉA¹g\r"
  b"\x01É╩F\x02OqGç@Èû­[R\x17"
  b"\x01É╩F\x02Qs▄│u D9\x05[║"
  b"\x01É╩F\x02RsFàó╝\x04}£õ­"
  b"\x01É╩F\x02Tqöé8\x05=T~ð¶"
  b"\x01É╩F\x02Vq\x12▓¼I±)ÚYM"
  b"\x01É╩F\x02WqÜ¿Âf\x0EAJV╩"
  b"\x01É╩F\x02Xshô¡¯Ýù│X "
  b"\x01É╩F\x02YqÂÅ\x0E§ÚÁiÎJ"
  b"\x01É╩F\x02YqÂÅ\x0E§Ú╩±¶\x05"
  b"\x01É╩F\x02[qD╝\x15┬×\x1Fó▄·"
  b"\x01É╩F\x02\r(áçç£-ªü±"
  b"\x01É╩F\x02^qoâd8ÅjòM,"
  b"\x01É╩F\x02_qµùÉ¢á?╚Åu"
  b"\x01É╩F\x02aqá╗\x07@9yÐ`æ"
  b"\x01É╩F\x02brP║U±£■┐Ñx"
  b"\x01É╩F\x02dsGÇ­F\x02Ò¹º\x12"
  b"\x01É╩F\x02esf¼°vãZn3À"
  b"\x01É╩F\x02gq-ûïÒ\x1Cº┘\x16{"
  b"\x01É╩F\x02hqåÅ├4‗4╣Rk"
  b"\x01É╩F\x02jpÒôd\x0F<óº\x17|"
  b"\x01É╩F\x02ksƒö[Öe-G·­"
  b"\x01É╩F\x02lpí¡8öÀ0█~\v"
  b"\x01É╩F\x02ns'äîÎü4ÔÛ¦"
  b"\x01É╩F\x02op7ê\x1C\\x13¨zBS"
  b"\x01É╩F\x02qrÒø}<t À~C"
  b"\x01É╩F\x02rrÐò`ÆTsI&_"
  b"\x01É╩F\x02ts\x18\x041t╬Hï­"
  b"""
    \x01É╩F\x02uq\x0E░Ú\n
    5ni·g
    """
  b"\x01É╩F\x02vrÔöÓ║Ø÷='I"
  b"\x01É╩F\x02xs¼»\x02ÌY\x0Ej\eð"
  b"\x01É╩F\x02ys§ü¹PÔU°╣ "
  b"\x01É╩F\x02{p8â├I¤§LbW"
  b"\x01É╩F\x02|p`ùå¸╬¸VáÖ"
  b"\x01É╩F\x02~pfúp\x02þ\x11Q\x1Aù"
  b"\x01É╩F\x02\x7Fså▒║\x13£ú├\x0Fs"
  b"\x01É╩F\x02ürPÂÝ"ÓS¡N6"
  b"\x01É╩F\x02és öX®;õzAZ"
  b"\x01É╩F\x02ärKÁyGI¤\x0Eô\x00"
  b"\x01É╩F\x02àpèÜ▓ÜZy½ë9"
  b"\x01É╩F\x02çs╬ÇÿÙ\r¾9¡\x1D"
  b"\x01É╩F\x02êr\f¬O\x11ÍË$r¾"
  b"\x01É╩F\x02èqÝ║\x12\x0E1¨x"
  b"\x01É╩F\x02ïr²×Û¸ƒò┘C^"
  b"\x01É╩F\x02ìqvÂzþ═b«Z³"
  b"\x01É╩F\x02ÄsDÇ\x06ıjÞÖâ?"
  b"\x01É╩F\x02Épóæ^Íá*º~ï"
  b"\x01É╩F\x02æpıÖ\x1DèÙýr¬\n"
  b"\x01É╩F\x02ôq½ƒh\r\x10´ÊçJ"
  b"\x01É╩F\x02ös▄ìpëÚÛ░}m"
  b"\x01É╩F\x02ûsIÖ┐Ò\x14ν▄Ø"
  b"\x01É╩F\x02ÿqçØ­im§<®2"
  b"\x01É╩F\x02Öqéù\x12▓~Sk*("
  b"\x01É╩F\x02ør´¥6p┬[rÔ\x13"
  b"\x01É╩F\x02ØsSê▀\x17z«X¯-"
  b"\x01É╩F\x02×sa¢\x1F<╦╦\x10n "
  b"\x01É╩F\x02áqxòç»q╣Z\x14þ"
  b"\x01É╩F\x02ís©ú|£$´QOÌ"
  b"\x01É╩F\x02úr'â\x1D)\x15¢\x01╠─"
  b"\x01É╩F\x02Ñr«ºCí]³░é«"
  b"\x01É╩F\x02ªr¹è;Ó├Átn¸"
  b"\x01É╩F\x02¿pYï`"i~\v;h"
  b"\x01É╩F\x02®p/╗Á¼¯óƒ▀ä"
  b"\x01É╩F\x02½s¯ò┴│\r`╩·Û"
  b"\x01É╩F\x02¼pD¿▄Ä\A\x10¨$"
  b"\x01É╩F\x02«p_╗\x1EÅ÷\x18k\x04\x08"
  b"\x01É╩F\x02»p%Ü\x06¹\x12\táý%"
  b"\x01É╩F\x02▒r\x1Cû¾Ü¸m\x13º°"
  b"\x01É╩F\x02▓qÖë5H½Ïz»4"
  b"\x01É╩F\x02┤p░òÂ\x08Q¨J╝├"
  b"\x01É╩F\x02Âs}墷¥L░\x04"
  b"\x01É╩F\x02©s\x0EÀ█ÄÐ▄=\x13"
  b"\x01É╩F\x02╣s\x1A╗ï°àûá╚J"
  b"\x01É╩F\x02╗qÐ┤ÇÆ\x1E\x00SÕ{"
  b"""
    \x01É╩F\x02╝sÖòûÚ$Ý\n
    \x14G
    """
  b"\x01É╩F\x02¥q╬º\x7F┘¢ð_+╚"
  b"\x01É╩F\x02┐pgâ╣Ü:u¯ıÔ"
  b"\x01É╩F\x02┴q´Ñ§4═³dÚó"
  b"\x01É╩F\x02├qÕÄ\x11Ç?6º-"
  b"\x01É╩F\x02─r┤çÇwÉìçÞÍ"
  b"\x01É╩F\x02┼p{ódá¿Ñ{G■"
  b"\x01É╩F\x02Ãp½ü3Á\x05v╣cÉ"
  b"\x01É╩F\x02╚s=▓í■\x1CPS\x14Ï"
  b"\x01É╩F\x02╬q\x0E\x1DA$\x11V|¦"
  b"\x01É╩F\x02╬q\x0E\x1DA$%´ÁV"
  b"\x01É╩F\x02¤p─ï2¿Èe] ³"
  b"\x01É╩F\x02Ðsôå}JÇE$JQ"
  b"\x01É╩F\x02Ês0¥├╠êÈNÑ\"
  b"\x01É╩F\x02Èq°à▀SJÈ~\x12 "
  b"\x01É╩F\x02Íq\x03ÄÖ²sên█f"
  b"\x01É╩F\x02ÎsƒÖ¹(ïQÍ+_"
  b"\x01É╩F\x02┘s8ñb@ûƒ¬╦ã"
  b"\x01É╩F\x02█r{ºÒp¦ø<┌÷"
  b"\x01É╩F\x02¦p‗ƒß─ù8`ô±"
  b"\x01É╩F\x02▀q\x0EØ┐Î=<¼┐B"
  b"\x01É╩F\x02ßq*¼SK: Õ®╩"
  b"\x01É╩F\x02Ôs\x1FÿV¢µØ┴y´"
  b"\x01É╩F\x02õs\x17ö8: »?³¤"
  b"\x01É╩F\x02µp\x13º\x11Â\x1FEhݽ"
  b"\x01É╩F\x02þr¾áïR=\x08¢¼╝"
  b"\x01É╩F\x02Ús´ûèT_1ççK"
  b"\x01É╩F\x02ÙpQ®R7É*ûü÷"
  b"\x01É╩F\x02ýs¯¢Îÿê£\x05"
  b"\x01É╩F\x02¯r­▓ß=\x15■©█«"
  b"\x01É╩F\x02­ra╝õ\f\x1A¯\x1F"
  b"\x01É╩F\x02±sNûME\x12Ϋ&7"
  b"\x01É╩F\x02¾r\edz\veêDa\x1F"
  b"\x01É╩F\x02¶r\x0FÆÎv²dÝja"
  b"\x01É╩F\x02÷s■Ü&H)╬¿_¹"
  b"\x01É╩F\x02¸pÓ┤wBĵ■äÞ"
  b"\x01É╩F\x02¨p£»\Y\x11¦ªú\x04"
  b"\x01É╩F\x02¹qVé¼dÆ└õ\x0E¼"
  b"\x01É╩F\x02³s\x04ñ*)«÷aF\x03"
  b"\x01É╩F\x02 rÆÅ\vÇo(2b├"
  b"\x01É╩F\x03\x01peªG┼<═:▀O"
  b"\x01É╩F\x03\x02sôô\x7FU\x10\x04²v╬"
  b"\x01É╩F\x03\x04qô╝c \x03h¶;░"
  b"\x01É╩F\x03\x06s¦ñÌ1¨ì¡×─"
  b"\x01É╩F\x03\x07q:Ä=©%\x125&;"
  b"\x01É╩F\x03\tp±º5¬zØ$\x02í"
  b"""
    \x01É╩F\x03\n
    sÇ░±b┌hi0Ð
    """
  b"\x01É╩F\x03\fq3£cƺ~┼╔b"
  b"\x01É╩F\x03\x0Fp│éËl.\x02ä0+"
  b"\x01É╩F\x03\x13sè½bÌ80Ehä"
  b"\x01É╩F\x03\x15s,æÂÅBå\t"
  b"\x01É╩F\x03\x18sõ┐/ƒß±W\´"
  b"\x01É╩F\x03\x1Ar0┤g%å\x0FÞ\x15"
  b"""
    \x01É╩F\x03\x1Ds\x1Aàõ\x08¤B\n
    \x7Fû
    """
  b"\x01É╩F\x03 p\x03¿$¥ª╣`ml"
  b"\x01É╩F\x03"q¦╗½­à²ÏAÞ"
  b"\x01É╩F\x03%qÍ┤Æ®ûÄG§C"
  b"\x01É╩F\x03(s\x15óC«3m\x03¸~"
  b"\x01É╩F\x03+r‗À³┘EıA▄û"
  b"\x01É╩F\x03.r\x1Eè\x1D\x1AîËS│D"
  b"\x01É╩F\x031pÔ¡C¾xÔcù¿"
  b"\x01É╩F\x035p_«Éú]┤5ÿt"
  b"\x01É╩F\x037ssùãü«¢\x1EÂ^"
  b"\x01É╩F\x039sGërµ▀²³ÆU"
  b"""
    \x01É╩F\x03;p6¿ý\n
    5=¾¹È
    """
  b"\x01É╩F\x03=qõ┐ûÆí<õÁ3"
  b"\x01É╩F\x03?qX│\r2┼B\fS%"
  b"\x01É╩F\x03Apç»áÒ┘,\¨\x00"
  b"\x01É╩F\x03Hp╝¿Ä\x1D¾>\x00C\x04"
  b"\x01É╩F\x03IqË«À_o\x15Zè!"
  b"\x01É╩F\x03JqIúÙÄ╗~`mÓ"
  b"\x01É╩F\x03Kr█ÁÂêå-5x""
  b"\x01É╩F\x03MsCÑÓ\x0E\x1E¸9"J"
  b"\x01É╩F\x03OrÃɱ:z6Eã#"
  b"\x01É╩F\x03QpÜ«\x17lìqÎqà"
  b"\x01É╩F\x03Rq¸ì╗┼î¬Gdµ"
  b"\x01É╩F\x03Tsî┐ÜTÒßf²┌"
  b"\x01É╩F\x03Vp É\x1E\x1D\x1EXã ┐"
  b"""
    \x01É╩F\x03Xs)Æı\n
    \e\x19e`\x10
    """
  b"\x01É╩F\x03Yq8│'¸J\x13MªÉ"
  b"\x01É╩F\x03[s¬èC\fêDÜ\x04×"
  b"\x01É╩F\x03]r╠£«»'t©¨ƒ"
  b"\x01É╩F\x03_pí»¡^½ö¸ƒ2"
  b"\x01É╩F\x03aq\x00×─ªj$c\t­"
  b"\x01É╩F\x03bq┐║\x02ÀI\x06©ÌX"
  b"\x01É╩F\x03dp\eÄ}ØKK\x18"
  b"\x01É╩F\x03fq«Æ´¶¹£¯Ì""
  b"\x01É╩F\x03hr└£═O▀\x00uUÕ"
  b"\x01É╩F\x03jqªèÕ│¬B\x10ñ┤"
  b"\x01É╩F\x03lrÜï╣\x10\x07>A8"
  b"\x01É╩F\x03nrÞáF\t\x04\x7FÙ"
  b"\x01É╩F\x03or┘î³jÐ\x14\x08ñ\n"
  b"\x01É╩F\x03qpÀ¿ôÿµ╠q\x03E"
  b"\x01É╩F\x03sp▓×╣î\x7F\x03"
  b"\x01É╩F\x03us¢ÂƒÖíûf┴ã"
  b"\x01É╩F\x03wp\x16Âd¼¯\x01=lw"
  b"\x01É╩F\x03yqjçï┴©▒┼¨\x1D"
  b"\x01É╩F\x03{p"▒i┌¶ûí­Í"
  b"\x01É╩F\x03|q└ò{=6\x05÷▓╦"
  b"""
    \x01É╩F\x03~q2ëÝ\x1E═y\n
    S\n
    """
  b"\x01É╩F\x03~q2ëÝ\x1E═æ¨\x07y"
  b"\x01É╩F\x03Çrp©OaT╩Öt┬"
  b"\x01É╩F\x03érO▓‗Qí:¿<5"
  b"\x01É╩F\x03âräƒ3░ËÌ╩´ú"
  b"\x01É╩F\x03àpÙâc³█C\x17\x11`"
  b"\x01É╩F\x03çsI░\x07¡B\x02KK3"
  b"\x01É╩F\x03êr│Á_ÐV槵®"
  b"\x01É╩F\x03èsÙñ█:hô\x187\r"
  b"\x01É╩F\x03îp├£2 åÈ\x7FM└"
  b"\x01É╩F\x03ìr£│\x01Î\x02ð*\x0E·"
  b"\x01É╩F\x03ÅqäímÉ¿\x10\x10┤÷"
  b"\x01É╩F\x03Épîé╬0°%ªÙy"
  b"\x01É╩F\x03ÆrÖ©!¨┘÷á╬\f"
  b"\x01É╩F\x03ös\x0EÑL4Zª|¯8"
  b"\x01É╩F\x03òs<¼█^\x00┘┘­p"
  b"\x01É╩F\x03ùp╔û&ı\x17\x07õ¹"
  b"\x01É╩F\x03ÿrëüâMñ\x05d╦s"
  b"\x01É╩F\x03Üq╠áPId\x16\x02ÏP"
  b"\x01É╩F\x03øsË┐î╔┼ÐiHá"
  b"\x01É╩F\x03ØsuÀ═Ù}‗zım"
  b"\x01É╩F\x03ƒpdû\x08u=V7u\x07"
  b"\x01É╩F\x03írÛ¡ÔyF\x14¸ß_"
  b"\x01É╩F\x03úpÌÇ\│\x01$8É█"
  b"\x01É╩F\x03ñs─ù{├ìiV\x08Ë"
  b"\x01É╩F\x03ªr2ø-ë░®¸▀»"
  b"\x01É╩F\x03¿q§«þ¤─\x14òQ\x15"
  b"""
    \x01É╩F\x03®s¦╣1\n
    Vê4q╩
    """
  b"\x01É╩F\x03½p\rù yÝ\x14±\v\x05"
  b"\x01É╩F\x03¡qçå╦õh\x19Ñ^ë"
  b"\x01É╩F\x03«pÃìþ.Ê|&¡Ê"
  b"\x01É╩F\x03░sáÇËsöµÌc\x19"
  b"\x01É╩F\x03▓r\x01¬dï▓H}\x01ÿ"
  b"\x01É╩F\x03│raÅâ3Â╩.%\x7F"
  b"""
    \x01É╩F\x03Ár5ؼ‗¸\n
    þa▀
    """
  b"\x01É╩F\x03Àp\x1Fª(yÓà@┐\x08"
  b"\x01É╩F\x03©r\x1D│ª\rt\x03\x19â+"
  b"\x01É╩F\x03║q=üxÂõ└┘█÷"
]
48 4.22 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 OFFSET 6000
Parameters:
[
  false
]
49 1.31 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩F\x03╝r\eÄ\x19█~"■Ç "
  b"\x01É╩F\x03¥sùÁý¦à3Ï\x7FÑ"
  b"\x01É╩F\x03└p½ü8é[\x1Aıî\x1C"
  b"\x01É╩F\x03├p ╗A%k@░I±"
  b"\x01É╩F\x03─r®éJX╦-¾\x14E"
  b"\x01É╩F\x03ãs©▒`q9\x7F┴ \x00"
  b"\x01É╩F\x03╚qºçS8B¤\r╝ı"
  b"\x01É╩F\x03╩q╝©─\x01®Ù╦yO"
  b"\x01É╩F\x03╦s?ª═\x1D}ıÌ×c"
  b"\x01É╩F\x03═r\tÁ½~÷\x00*ò°"
  b"\x01É╩F\x03¤r1ªüË┌@× Û"
  b"\x01É╩F\x03ðs┬ë´ÙË\x03d\x1F"
  b"\x01É╩F\x03Êsóà<\x00TûË┤Ý"
  b"\x01É╩F\x03ÈsÝéá\e\x03\x0E¯\"
  b"\x01É╩F\x03ıs\x12ôiä\x0F└'Â\x1A"
  b"\x01É╩F\x03ÎsÚö\v¯V│M\x0F"
  b"\x01É╩F\x03┘qQè]\x13Bÿ×¹³"
  b"\x01É╩F\x03┌säÖ®8·å░\x1F¨"
  b"\x01É╩F\x03▄së║\x1F\x17\x12Mv!╝"
  b"\x01É╩F\x03¦s\x05º\x1E·|▀Mµ┐"
  b"\x01É╩F\x03ÌsÁ▓cf!\x0Fk¿*"
  b"\x01É╩F\x03Óp ëí\x1Fèd\x00]╗"
  b"\x01É╩F\x03ßqv®<}È\x19/¢‗"
  b"\x01É╩F\x03Òq§çS«¹<lt5"
  b"""
    \x01É╩F\x03ÕrÀ¢qe\n
    ┤pÊk
    """
  b"\x01É╩F\x03þpàƒi\x03ÍÜ%\x00®"
  b"\x01É╩F\x03Þp\x16▓╚ßyßµ¡ß"
  b"\x01É╩F\x03ÛrlªÊ\x02¼lF\tö"
  b"\x01É╩F\x03Ùp\x07á¼ µõÒÍE"
  b"\x01É╩F\x03Ýr┼╣8sñ~\x08\x06ý"
  b"\x01É╩F\x03´r?Çá@vÜu\x03²"
  b"\x01É╩F\x03­p▄ñ²¸Å└\x07¢]"
  b"\x01É╩F\x03‗r^îºëÞg\x18\x08"
  b"\x01É╩F\x03¶s#öÀN\x18¯X§Ë"
  b"\x01É╩F\x03§rÌùiëýA\eµ▀"
  b"\x01É╩F\x03¸qu╣æ─-¼~2\x15"
  b"\x01É╩F\x03°qÿºØG\x1F´;║i"
  b"\x01É╩F\x03·p&î-4▓A\x19ÝM"
  b"\x01É╩F\x03³q[│3xî;\e\x19´"
  b"\x01É╩F\x03²q\x16¥*\x13ú\r5Íê"
  b"\x01É╩F\x03 s'Ån\7Ê5─<"
  b"\x01É╩F\x04\x01q?ø\x0F\x1FióM "
  b"\x01É╩F\x04\x03r¹½v┘é\x1F>Òº"
  b"\x01É╩F\x04\x05r°¼c¢Ì\tA³H"
  b"\x01É╩F\x04\x06q,èñ\x1EJ\x07<ïä"
  b"\x01É╩F\x04\x08q\x11ªw×2}║\x13y"
  b"\x01É╩F\x04\tr╗å\x15 óâ_ã%"
  b"\x01É╩F\x04\vqò»g Ú7&¾l"
  b"""
    \x01É╩F\x04\rs\x13àÓ\n
    │l\tu║
    """
  b"\x01É╩F\x04\x0Es±à┘r:íëD¶"
  b"\x01É╩F\x04\x10qDÜfO¯Ùo×¾"
  b"\x01É╩F\x04\x12s£ü@øùßõÚ¹"
  b"\x01É╩F\x04\x13p╩ë}4ñ"¥9k"
  b"\x01É╩F\x04\x15s┼¥P▓ì\x16\e"
  b"\x01É╩F\x04\x16rÕâ-[═i║*Û"
  b"\x01É╩F\x04\x18püÑ'åK;¢[\x10"
  b"\x01É╩F\x04\x1Aq\x11×╣GI ®╔░"
  b"\x01É╩F\x04\er¡┐▒üäWV*°"
  b"\x01É╩F\x04\x1DqZ║┐ÿ┤þOí\x10"
  b"\x01É╩F\x04\x1Fro▒Sѽ(ª\x06~"
  b"\x01É╩F\x04 s»©\x1A@║d\x04¦D"
  b"\x01É╩F\x04"s"í]Né╦ÉEÖ"
  b"\x01É╩F\x04#qSå%\x17Í[wäj"
  b"\x01É╩F\x04%r▄Á\x19 ä+<Y\r"
  b"\x01É╩F\x04's³íe╚¼Øp\x07ƒ"
  b"\x01É╩F\x04(r6Æé¯_\v\x08"
  b"\x01É╩F\x04*sÄòì;DôI\x02V"
  b"\x01É╩F\x04,qıü<[«Ê\x02ô█"
  b"\x01É╩F\x04-qêÄC\x06Ö╦§¡Ð"
  b"\x01É╩F\x04/qNò\x05┤;Û\x1E|\x1A"
  b"\x01É╩F\x040p(¢C─▄§▀MÔ"
  b"\x01É╩F\x042r└Ä\x0E│c2┌÷┌"
  b"\x01É╩F\x044s.Ád¿Á┬N\x1CÈ"
  b"\x01É╩F\x045q±è\x1A│ê\x1E\x05dQ"
  b"\x01É╩F\x047q▄ä\x01}³kE)\x04"
  b"\x01É╩F\x049pgÁ¼\x1F]┐·Îé"
  b"\x01É╩F\x04:pãø^Qý\x1D■³"
  b"\x01É╩F\x04<ròö1\x01\x17ç╬ìR"
  b"\x01É╩F\x04>q°Â\x08Áp┘\x19÷ú"
  b"\x01É╩F\x04?r\x06¥¯²\x12_ Ü:"
  b"\x01É╩F\x04Aru¢8°Cz┘]R"
  b"\x01É╩F\x04Cp©ñª\,¯d?¹"
  b"\x01É╩F\x04Dq}ÑéPÆ:â;Á"
  b"\x01É╩F\x04Gr®ÿø&¢K§*."
  b"\x01É╩F\x04Iq═ìV³O▓;­Z"
  b"\x01É╩F\x04Kr£¼Â´┘\x00À:Å"
  b"\x01É╩F\x04Lr▒▒øjVh­ÅÏ"
  b"\x01É╩F\x04Np\x04úå,Bå\f÷T"
  b"""
    \x01É╩F\x04Pr»Æf®0\n
    ä;╚
    """
  b"\x01É╩F\x04RrrÄãƒ\x12M¸╠\x19"
  b"\x01É╩F\x04Spè®KbO¡àé\x06"
  b"\x01É╩F\x04Usȃt╠.ɶn\x16"
  b"\x01É╩F\x04Ws!ÀÕÁ¦\x13wºá"
  b"\x01É╩F\x04XsXÄßQ¿6±u"
  b"\x01É╩F\x04ZqËѤ╠\rïÔ\x02~"
  b"\x01É╩F\x04\pøº[Ïâ>Q'G"
  b"\x01É╩F\x04^põä*À3Fy\x12«"
  b"\x01É╩F\x04_s*Â`@}\x17FrÏ"
  b"\x01É╩F\x04ar╬▓├z0¦)¡Ô"
  b"\x01É╩F\x04cq┘░W\v\x1AÇYG7"
  b"\x01É╩F\x04dp░ùƒs^w\x02"
  b"\x01É╩F\x04gsáéø\x1CÓÙ(\x048"
  b"\x01É╩F\x04hq#À½\x05Lûkæ\x13"
  b"\x01É╩F\x04jrı×ùÜì6b¿M"
  b"\x01É╩F\x04ls4▓{Ö¬\x12çй"
  b"\x01É╩F\x04mp÷å╝ÅØÂ\x07\x1AÛ"
  b"\x01É╩F\x04or┬ö ´\x16\x1DÛ§"
  b"\x01É╩F\x04qsÒó{b°aµ\x05\x14"
  b"\x01É╩F\x04rpsÁ░?┘ÙËa\t"
  b"\x01É╩F\x04tstÖe÷\x089M0■"
  b"\x01É╩F\x04vr╝┤P=\eë\x13a\v"
  b"\x01É╩F\x04wr>┤=¦HhVoM"
  b"\x01É╩F\x04yrOܼ{¹Éô2┼"
  b"\x01É╩F\x04{qRó╣\x1D!áSòñ"
  b"\x01É╩F\x04|qª£│w╬õO‗P"
  b"\x01É╩F\x04~s$▒»├\x02%\x0F9\n"
  b"\x01É╩F\x04\x7Fs¾ñj5¨)l7¨"
  b"\x01É╩F\x04üs¯¢═'▒Ø7×Ç"
  b"\x01É╩F\x04âr`àPUz\x1CáRÏ"
  b"\x01É╩F\x04äsr░©º:Ò\x1EÔ¤"
  b"\x01É╩F\x04åp<îöÆßçÝ+{"
  b"\x01É╩F\x04çs\x18ÇvÁ\tzpý*"
  b"\x01É╩F\x04çs\x18ÇvÁ\tÖ¹ƒÐ"
  b"\x01É╩F\x04ës!╣wS°9¶Hà"
  b"""
    \x01É╩F\x04ïqÚ¡H\n
    >┴\x0EÈ\x1C
    """
  b"\x01É╩F\x04ìs\e╣9ã\x07¨Ø ¾"
  b"\x01É╩F\x04År\x1F┤éO~Û1EÑ"
  b"\x01É╩F\x04Éq■ëVhùÅ=k¨"
  b"\x01É╩F\x04ÆrºÆÝþvʲ\x14È"
  b"\x01É╩F\x04ör█êÜnùñ■ú_"
  b"\x01É╩F\x04òqlÁ\r>Je*»,"
  b"\x01É╩F\x04ùp¯á*\e/&×ù\n"
  b"\x01É╩F\x04Ös\x14Ö╬╣aê¼8ƒ"
  b"\x01É╩F\x04Üp\x13é/-¤âÜy{"
  b"\x01É╩F\x04£q▓ÿ\x04ΩñÝ\x12±"
  b"\x01É╩F\x04ØpUÀ\x14Ll«ñ±½"
  b"\x01É╩F\x04ƒq┌½³\x18\x06eñó"
  b"\x01É╩F\x04íp~Ç├ØJ\x1Dâ\x06ð"
  b"\x01É╩F\x04ópCƒÇã═\x17sôÀ"
  b"\x01É╩F\x04ñpI▒0ô╔Mõ L"
  b"\x01É╩F\x04ªrõê^ßØi├öw"
  b"\x01É╩F\x04ºr5Â┌ª¹Ç\x12 Þ"
  b"\x01É╩F\x04®r\x1Cê(╝ b\x1D©-"
  b"\x01É╩F\x04½pÝ┐├«HÄ.Y+"
  b"\x01É╩F\x04¼p╦Â█~³7▒ú("
  b"\x01É╩F\x04«s.ëK¼▒¨\x06═L"
  b"\x01É╩F\x04░q ñ¸\x01³UÅsm"
  b"\x01É╩F\x04▒pÈó½ÁÌyϧf"
  b"\x01É╩F\x04│s¢É\x1FÂp\¼4╔"
  b"\x01É╩F\x04Ár\x1Eô▄Ãé\x02Ú┌O"
  b"\x01É╩F\x04Àr╣½ó~ÉfZ┼V"
  b"\x01É╩F\x04©r\x03┐2´ÝÁ¼Gb"
  b"\x01É╩F\x04║qÑÁB{g'µ}+"
  b"\x01É╩F\x04╝p\vÁ³àéS╗8i"
  b"\x01É╩F\x04¢pO®B:úÐá_\x1A"
  b"\x01É╩F\x04┐r╝»¾Mó4߯;"
  b"\x01É╩F\x04┴rÏ×ÄÃ│Ŷ\x03²"
  b"\x01É╩F\x04┬s îöhHZJ®d"
  b"\x01É╩F\x04─p\x12øs\x045ûáhi"
  b"\x01É╩F\x04ãr╣ú\x1C}4lå\x059"
  b"\x01É╩F\x04╚p³úV\x0Eúıço·"
  b"\x01É╩F\x04╩r8©±j┼ùQ─¯"
  b"\x01É╩F\x04╦p¯¿═Ü;f?'b"
  b"\x01É╩F\x04═r\x1CöQ¬\x08¾;Åp"
  b"\x01É╩F\x04¤r‗╝\x027%F«\x16N"
  b"\x01É╩F\x04Ðq\x08øǃ\eUû´╬"
  b"\x01É╩F\x04Èp,äß<.®¨á═"
  b"\x01É╩F\x04Îq╦┐/ƒÍé\x18óí"
  b"\x01É╩F\x04┘s­ø┼ñÕßÜÔÀ"
  b"\x01É╩F\x04▄shîP\x1EB ñ2r"
  b"\x01É╩F\x04¦q!¬y\rÌIüéI"
  b"\x01É╩F\x04Ós¦½\x1C¸òäþs¤"
  b"\x01É╩F\x04ÔsJì`H\x1EѨM\x1D"
  b"\x01É╩F\x04õq±ç\x15óLûsJ\t"
  b"\x01É╩F\x04µqûà\x0FÀ╚ºK{9"
  b"\x01É╩F\x04þs║º\rK7\x08╝Ú¯"
  b"\x01É╩F\x04Úr¥Á¸½\x12ÍF╝1"
  b"\x01É╩F\x04Ùr\x1DöÉD\r\x1Cá├g"
  b"\x01É╩F\x04Ýr\x06ÄÝéèoÓ)J"
  b"\x01É╩F\x04¯qÄç╬µùz╩à┬"
  b"\x01É╩F\x04­s\ÖØVø¡!ât"
  b"\x01É╩F\x04‗s}ô¨Ý[¤Z\x19»"
  b"\x01É╩F\x04¾p!ç)O\x1Ft╦¹b"
  b"\x01É╩F\x04§r¡íñ¥\x7F;\x0Fʼ"
  b"\x01É╩F\x04¸qh│J\x0Fú\ei­-"
  b"""
    \x01É╩F\x04¨q¸½É¶┴\x15\n
    \x06f
    """
  b"\x01É╩F\x04·qgó└#èðY|°"
  b"\x01É╩F\x04³p▀£┌áj\x07Düs"
  b"\x01É╩F\x04■pùö¢\x1Cã÷\x1AIe"
  b"\x01É╩F\x04 q\x0FÉ¿µ├S"Ôf"
  b"\x01É╩F\x05\x01r&¥í│~î\r"
  b"\x01É╩F\x05\x03qm£\x02 »*[eg"
  b"\x01É╩F\x05\x04p/À4\v6rÿX%"
  b"\x01É╩F\x05\x07rZáfØ@¥ÉaÇ"
  b"\x01É╩F\x05\x08sOøÐåG¥8\x13÷"
  b"""
    \x01É╩F\x05\n
    q┌ù║½ÂJ\x1Fú╠
    """
  b"\x01É╩F\x05\fsW▓ô╔y£\x19┴v"
  b"\x01É╩F\x05\rp°¬_═=\x0F╦´J"
  b"\x01É╩F\x05\x0Fs\tÜ¥,\x03>";/"
  b"\x01É╩F\x05\x11q;ë\x0E\x04hL.î<"
  b"\x01É╩F\x05\x12q)¥\x00ðUö▓Tä"
  b"\x01É╩F\x05\x14r│®~tÙ\x16,Ë{"
  b"\x01É╩F\x05\x15s╔â│Fx¹9t\e"
  b"\x01É╩F\x05\x17q├×\vO¿_Ó³l"
  b"\x01É╩F\x05\x19rX▓Õöj«Öä╣"
  b"\x01É╩F\x05\x1ArK╗\t▓·Ü'ëQ"
  b"\x01É╩F\x05\x1CpÞéT\x14x¾(=\"
  b"\x01É╩F\x05\x1Es┘ÁÈ╚mc6\x0E"
  b"\x01É╩F\x05\x1Fq▒¥¨qaEc¨è"
  b"\x01É╩F\x05(p╣ò4ôÐYä─\x03"
  b"\x01É╩F\x05(p╣ò4ôÐqα]"
  b"\x01É╩F\x05)ruÅ:æa³\x13F\x07"
  b"\x01É╩F\x05+qM©gôÄTa\x01@"
  b"""
    \x01É╩F\x05,rÎå\n
    ¤¬║\x01%
    """
  b"\x01É╩F\x05.q╬ûª\x06hx┴íÝ"
  b"""
    \x01É╩F\x050pñô¯Ð\f\n
    \x04ڇ
    """
  b"\x01É╩F\x051rTÄ\x05;*bn\x04"
  b"\x01É╩F\x053r0ªAåCÜò╣ð"
  b"\x01É╩F\x055qðÇów}Õ>4▓"
  b"\x01É╩F\x056sû¬}ô\x1F©í\x04Ä"
  b"\x01É╩F\x058qpöÓ\x04\x1Cf0"
  b"\x01É╩F\x059sßÑ<S║­Fh©"
  b"\x01É╩F\x05;pÒ┤ ÊÈ▓c╬Ô"
  b"\x01É╩F\x05=râÿÂò|däÀ×"
  b"\x01É╩F\x05>rËÁÑ»µÆ¦o¤"
  b"\x01É╩F\x05@s1ë¢\x0Fx§¿´\x13"
  b"\x01É╩F\x05Bp/Â6Ø{Ò4ø±"
  b"\x01É╩F\x05Cs.ƒÞòÀ╬▄ÜË"
  b"\x01É╩F\x05Ep<£Í \x1DN¦Èê"
  b"\x01É╩F\x05Gq\x03\x17±┐ʤRY"
  b"\x01É╩F\x05Hp8ÀÛ=²JfÃV"
  b"\x01É╩F\x05JsCô┘ÓÛ»¢®«"
  b"\x01É╩F\x05Lp'▒s\x04wu\x15\x19_"
  b"\x01É╩F\x05MsíÁMÝ▄üÖ§½"
  b"\x01É╩F\x05Opı¼█▒┐Ê«s:"
  b"\x01É╩F\x05Qr¡Ü'¸3.\x08ê\n"
  b"\x01É╩F\x05Sq\x10âF­áT0%""
  b"\x01É╩F\x05Ts‗ÄÎÖÂ~│"\x05"
  b"\x01É╩F\x05Vqþûªı9*ý6¸"
  b"\x01É╩F\x05Xp<ì®\x178pS[^"
  b"\x01É╩F\x05YrYá\x16<öNAJw"
  b"\x01É╩F\x05[st▓ü\x16\x07d¡mG"
  b"\x01É╩F\x05]s╚╗;Åkðwi<"
  b"\x01É╩F\x05^r╚®ö\x14SÇû\x00\r"
  b"\x01É╩F\x05`qHë@G*¿ü%╗"
  b"\x01É╩F\x05bpÍÖ?k¥╗!│┐"
  b"\x01É╩F\x05cpOÑ\v\x1FÐhå"
  b"\x01É╩F\x05es¤ñ\x05\x7F█Ñ=ƒð"
  b"\x01É╩F\x05gq´ÿ╝or(­ðØ"
  b"\x01É╩F\x05ipÿüç\x08¸╝║í\x11"
  b"\x01É╩F\x05jp~║\x18=A¥║Ë~"
  b"\x01É╩F\x05lrñÇ\x02A6¿÷¬â"
  b"\x01É╩F\x05nq¥ÿUûXZxæ╠"
  b"\x01É╩F\x05pr▀æ\x11ÃFà▀\x15/"
  b"\x01É╩F\x05rsÇö\x02\x15Dí»fê"
  b"\x01É╩F\x05tq\x03┐ ╚ïÏoCî"
  b"\x01É╩F\x05vp¦ª·Oÿ;rX,"
  b"\x01É╩F\x05xqQ¬Ëc/Ô─$"
  b"\x01É╩F\x05ypQù×ö\x1D6\x15¶h"
  b"\x01É╩F\x05{pK¢¦%#Ä╩ú;"
  b"\x01É╩F\x05}qV¿c:´┌▄Ñ\x19"
  b"\x01É╩F\x05\x7Fs┐Æy]ù│¹ê5"
  b"\x01É╩F\x05Çq(ª\x10(@¤\x16R╣"
  b"\x01É╩F\x05és░║:´ıõhMø"
  b"\x01É╩F\x05äq­í¾6Ð1of\x15"
  b"\x01É╩F\x05àp\x11║ALÇàQ±¿"
  b"\x01É╩F\x05çsÔéÊܸ\x02K_©"
  b"\x01É╩F\x05ëppà\x17g╗vÐ\x08-"
  b"\x01É╩F\x05ïqVí·â\x03tËSJ"
  b"\x01É╩F\x05îq%âà\x03Ú´│v\x12"
  b"\x01É╩F\x05Är\e½áÏy▒\~÷"
  b"\x01É╩F\x05ÉplüKù­)¢e¯"
  b"\x01É╩F\x05æp@ê~\x12\x1A\x040"
  b"\x01É╩F\x05ôr■Åôg1|┤╝Õ"
  b"\x01É╩F\x05ösÇÁ{°▀(ÂmÙ"
  b"\x01É╩F\x05ûp\vïU╚µ®\x1Då░"
  b"\x01É╩F\x05ÿq_äù¢d\x06y(─"
  b"\x01É╩F\x05Öp1®\x00\x01╦ÔÛ\x07ý"
  b"\x01É╩F\x05øs}è/ã»úònc"
  b"\x01É╩F\x05Ør\x00¼d²\x15§Ãá½"
  b"\x01É╩F\x05×p¨â¤\x7F þMÞ¤"
  b"\x01É╩F\x05áqºä±\x01°-▓N╬"
  b"\x01É╩F\x05órD╣░┘ðuX*Ü"
  b"\x01É╩F\x05ñs¢à█H9?âüë"
  b"\x01É╩F\x05ÑqrÆåÊ╚Aäö¦"
  b"\x01É╩F\x05ºq\x03║³aL\x1CÒd+"
  b"\x01É╩F\x05®qǬ\x16¬┬ºW\x1E]"
  b"\x01É╩F\x05¬q┴¼6\x1D┼¤iV="
  b"\x01É╩F\x05¼pê▓3Gôa │Õ"
  b"\x01É╩F\x05«p/ù╦Á\x08\x0EeYÒ"
  b"\x01É╩F\x05░p\x18ùBı£\x0EÛû╬"
  b"\x01É╩F\x05▓sD╗ä╚║Ê┐ãñ"
  b"\x01É╩F\x05│q=ä² \x02_»£O"
  b"\x01É╩F\x05Áq┼Ñ&\x02\x07\x16R■\x7F"
  b"\x01É╩F\x05ÀpPú¼ª¼½ßòÈ"
  b"\x01É╩F\x05©rð▓ò©\vp▀ð1"
  b"\x01É╩F\x05║p_Ĺì¥f1¿x"
  b"\x01É╩F\x05╗p"Ø\x03\x19W$!tP"
  b"\x01É╩F\x05¢s═óc;Æq─e­"
  b"\x01É╩F\x05┐r┼▒Ô2eúó"""
  b"\x01É╩F\x05└r\x04┐q³4Nó3å"
  b"\x01É╩F\x05┬rÞ»░ÂbÝe0)"
  b"""
    \x01É╩F\x05─s╚ÑD\n
    ÐL┌bî
    """
  b"\x01É╩F\x05┼sÿû¼ÅH¥\x11ÆÊ"
  b"\x01É╩F\x05╔p¨║¹Ñu+r¾B"
  b"\x01É╩F\x05╩säñ \tr&[W\x10"
  b"\x01É╩F\x05╠r╗äð6\x04¹ñÄH"
  b"\x01É╩F\x05╬r¨ƒÚNôÀ█YØ"
  b"\x01É╩F\x05¤r¿×.}Ãüìó9"
  b"\x01É╩F\x05ÐrÜ®\x04\x16ªrÁÓX"
  b"\x01É╩F\x05Ëp▄ò÷4=Å[\x06Ã"
  b"\x01É╩F\x05Ès¤½t┘Ïâ/Á+"
  b"\x01É╩F\x05ÍrÇÖ^5ƒ~ü£1"
  b"\x01É╩F\x05ÏpÙø┤ql_gZ*"
  b"\x01É╩F\x05┌rQî\x17ú¿┴øÖ║"
  b"\x01É╩F\x05▄q┘únæ\x16ÐÍ°Ø"
  b"\x01É╩F\x05¦ry¿G\x00\x08u+│"
  b"\x01É╩F\x05▀qØÜ¿SVÖÆ«é"
  b"\x01É╩F\x05ßp═╗b>»s█yL"
  b"""
    \x01É╩F\x05ÒqPå\n
    L)þ?\x1A@
    """
  b"\x01É╩F\x05õrƒç´º*õ▀¡%"
  b"\x01É╩F\x05µp\x1F\x7F,¿M¢Xp"
  b"\x01É╩F\x05Þp\x1A▓I@\x0E\t\e"
  b"\x01É╩F\x05Ûq̺¼¹¨>ZÔè"
  b"\x01É╩F\x05ÙsÌüj]\x1E^a±à"
  b"\x01É╩F\x05ÝsVüÍ▀\x08÷F▄Ê"
  b"""
    \x01É╩F\x05­s┌úL\n
    Áîr01
    """
  b"\x01É╩F\x05¾qä░d^é£PG="
  b"\x01É╩F\x05§pQ®ç\vê┌Ä\x0F"
  b"\x01É╩F\x05°p┼ócßï\x02┐ɺ"
  b"\x01É╩F\x05¹sÖá ¤&├Cäß"
  b"\x01É╩F\x05■p\▓¬V²ç\x1Fmt"
  b"\x01É╩F\x06\x00r╗ê\x12ùnUOHÑ"
  b"\x01É╩F\x06\x01qסk╔Rt═╔u"
  b"\x01É╩F\x06\x03r\x0EÄ{┼SGm\x02b"
  b"\x01É╩F\x06\x05rpÅ\x02v¸-\x1D1X"
  b"\x01É╩F\x06\x05rpÅ\x02v¸Jw¦*"
  b"\x01É╩F\x06\x06r+¥²▄è\x174gð"
  b"\x01É╩F\x06\x07q|Å$áç')62"
  b"\x01É╩F\x06\x08s\tí╠¡¹\x13¼╣\x04"
  b"\x01É╩F\x06\tsÙ┤╩▒▄þ\x10└*"
  b"""
    \x01É╩F\x06\n
    róÄ\x1F`õËéın
    """
  b"\x01É╩F\x06\vr\x12éë_jËB░¥"
  b"\x01É╩F\x06\fpÓ×4Ñ<<Ò ¥"
  b"\x01É╩F\x06\fpÓ×4Ñ<W1▄▓"
  b"\x01É╩F\x06\rr\x0E«tG·WÖ\x1E\x12"
  b"\x01É╩F\x06\x0EpÜ®º\x1D@ö§■■"
  b"\x01É╩F\x06\x0Fr^¿█¡µ³?ÖÓ"
  b"\x01É╩F\x06\x10r½üXÒ|┐ëÌ"
  b"\x01É╩F\x06\x13päÀÌ  ÌÂ\x19\x03"
  b"\x01É╩F\x06\x14qıøGü\x05¢ç°½"
  b"\x01É╩F\x06\x14qıøGü\x05ÓÞ \x1E"
  b"\x01É╩F\x06\x15pı║\e$^ª\Fm"
  b"\x01É╩F\x06\x16pzÜ┘ßõµÊ_g"
  b"\x01É╩F\x06\x17r\x1FÆ\eBEe\x03 ô"
  b"\x01É╩F\x06\x18p\x00àRd░©Èµº"
  b"\x01É╩F\x06\x19s4ÿÓü÷D°²\x1C"
  b"\x01É╩F\x06\x1Aq½£Á┐É¡╩\x15¨"
  b"\x01É╩F\x06\eqïüød▄2ÿm÷"
  b"\x01É╩F\x06\x1CsA▒èÔi`╣AL"
  b"\x01É╩F\x06\x1CsA▒èÔizNk<"
  b"\x01É╩F\x06\x1DqÚû▒@bزf0"
  b"\x01É╩F\x06\x1Esìô╣PiA╣£4"
  b"\x01É╩F\x06 rìô\x1DÀÛ║Púè"
  b"\x01É╩F\x06!pª×ı(¼ÌÒî$"
  b"""
    \x01É╩F\x06#p\n
    öÕ┐Å#/:ö
    """
  b"\x01É╩F\x06%p¡òµ\x17³LK\x1FÍ"
  b"\x01É╩F\x06&q\x15íôG¯óû8G"
  b"\x01É╩F\x06(rü\x15û·XÅ\x1DÃ"
  b"\x01É╩F\x06)p\x13®+\x13¸<ßÏ║"
  b"\x01É╩F\x06+q¡®ãÀÔ1┐,F"
  b"\x01É╩F\x06-pà│Ó¦×\x03´\x1E"
  b"\x01É╩F\x06.p┬ÿ1F┌\x1E,#²"
  b"\x01É╩F\x060r`ï\x0EW±¾Õ■ƒ"
  b"\x01É╩F\x062rWñ#̧?┴┼7"
  b"\x01É╩F\x063sâ╝\x1F\x0FZtq\x18h"
  b"\x01É╩F\x065qûÜÜÎe,V\x1E\"
  b"\x01É╩F\x067pbÇ╬ºn\x12Gå«"
  b"\x01É╩F\x068pû®@%┤³¤¯&"
  b"\x01É╩F\x06:q§»âEƒJ(\x07û"
  b"\x01É╩F\x06<r\x7FÖ\x0Fø(\x03¯|)"
  b"\x01É╩F\x06=sØÅî4·Iö¡▀"
  b"\x01É╩F\x06?p┼ÖH¹Óê\e®x"
  b"\x01É╩F\x06@rZ░Ä\x02Ë\x1Dü┬q"
  b"\x01É╩F\x06Bs>©þ║ä\x16áº\x03"
  b"\x01É╩F\x06Dr\x06ö¥ÎOL+zb"
  b"\x01É╩F\x06Epı║ÅÞä:áÀƒ"
  b"\x01É╩F\x06GsXîê\x168L^¤Z"
  b"\x01É╩F\x06IpöÄi&\x19█·ç¦"
  b"\x01É╩F\x06Jp½úMäLâÎ\x1F¬"
  b"\x01É╩F\x06Lsaé└Û_wªkö"
  b"\x01É╩F\x06Mqìáë\x04o\tÑ\x1CK"
  b"\x01É╩F\x06OsHÉ.±¦LÆ¿­"
  b"\x01É╩F\x06QsÄ®^▒üj■ú©"
  b"\x01É╩F\x06RrÌüw\x16PÕ┘:q"
  b"""
    \x01É╩F\x06Tr\x06ïnú\n
    m ƒ\v
    """
  b"\x01É╩F\x06VswÖ╝î\x17\x19*"
  b"\x01É╩F\x06Wr─üø»e¾\x7F"
  b"\x01É╩F\x06Yp·¼)┴APÊ°\x11"
  b"\x01É╩F\x06ZpMù·Zyª▓▓M"
  b"\x01É╩F\x06\qÛ┐ÝOdçO╔;"
  b"\x01É╩F\x06^p¡ÿ\x18R.█\x16╗×"
  b"\x01É╩F\x06_p,À\x00\r│╬:┴­"
  b"\x01É╩F\x06areªQå\x17Ýd>╔"
  b"\x01É╩F\x06csîÜÏǽ1\x18Ö¹"
  b"\x01É╩F\x06dp├ÁªÂ Îq\ep"
  b"\x01É╩F\x06fp¨ö\Sy"R­k"
  b"\x01É╩F\x06hrúæþ¾|ª¡\x18%"
  b"\x01É╩F\x06ip·Å\x0F\x16CúK\x1D["
  b"\x01É╩F\x06kpÉ»-9æ]2╣L"
  b"\x01É╩F\x06ms¬©)\x1D┬‗åÁø"
  b"\x01É╩F\x06ns╦úd║Îû│£Ì"
  b"\x01É╩F\x06ps£ØÀ5ÁæúÃ\"
  b"\x01É╩F\x06rs\rò¾▓\x1FV╩ºX"
  b"\x01É╩F\x06ss@▓ýs¹`)Xö"
  b"\x01É╩F\x06uq\t\x11Øa╬F3á"
  b"\x01É╩F\x06wq░â\vç┐Ýö½‗"
  b"\x01É╩F\x06xquüÜMÌ\x10ªø+"
  b"\x01É╩F\x06zs¨ëÃÒ║#4-\r"
  b"\x01É╩F\x06|p%âfAÉ│K3\x15"
  b"\x01É╩F\x06~q┐Ä\x18\x00¦»S´\x16"
  b"\x01É╩F\x06Çs╬│GÔ>Þ«¼░"
  b"\x01É╩F\x06ér¥ô°øäX2kè"
  b"\x01É╩F\x06ärÕçAjBdZêC"
  b"\x01É╩F\x06åsðéðØ¡ä╚oÏ"
  b"\x01É╩F\x06êp\«\x14û\x00╗Ie«"
  b"\x01É╩F\x06èsÜÄ-¿·S¯~Z"
  b"\x01É╩F\x06îr»å#g`ÉÑàY"
  b"\x01É╩F\x06Är$ñU°Q░░╝Ó"
  b"\x01É╩F\x06ÉrÒÀwx└=Èl└"
  b"\x01É╩F\x06Æqõ¬¹{ò¬Úob"
  b"\x01É╩F\x06ös▀½▄4Gc]eú"
  b"\x01É╩F\x06ûq\x05ªk╝c;sd)"
  b"\x01É╩F\x06ÿq0Öîâ§█7m╠"
  b"\x01É╩F\x06Üsµ¢Te/â_G-"
  b"\x01É╩F\x06£qµ╗í³▄W\t4s"
  b"\x01É╩F\x06×p¨¬}¬lûâ\x1F#"
  b"\x01É╩F\x06áq;ÆÐ)\x08ÏTb!"
  b"\x01É╩F\x06ósûàÐ9²£QwA"
  b"\x01É╩F\x06ñq¤║²BE-1QP"
  b"\x01É╩F\x06ªp\x06íZ\x19▓Ê╚æ{"
  b"""
    \x01É╩F\x06¿poè\n
    \n
    \x17ù\x19\x08
    """
  b"\x01É╩F\x06¬pÖ¢C\x15¹·(ýF"
  b"\x01É╩F\x06¼pÔÄÒÎJm\x03ý¦"
  b"\x01É╩F\x06«pÈ¡´¢3>J\x10\x1A"
  b"\x01É╩F\x06░qù¬Ùg0¯Âñ6"
  b"\x01É╩F\x06▓r¢╝+\rd@ÀÛ╗"
  b"\x01É╩F\x06┤sð▒gÄ\x01\x0Ek\x7FL"
  b"\x01É╩F\x06ÁqLÅU2X[¯\x12\x03"
  b"\x01É╩F\x06ÀrsÄ3ñ(\r²ÖX"
  b"\x01É╩F\x06╣pÿ┐U¯ù1\x19\x0Ep"
  b"\x01É╩F\x06╗r¼»4÷²╬\x7Fód"
  b"\x01É╩F\x06¢qO░áç-\x01\x146#"
  b"\x01É╩F\x06┐s¢▓'%x³\rW="
  b"\x01É╩F\x06└q1ù²Ý[\v╦àU"
  b"\x01É╩F\x06├s═║\x18Éé^q`\x1C"
  b"\x01É╩F\x06┼qOëªÇ\x18Ú╬█î"
  b"\x01É╩F\x06Ãr}ò\x13g║§®\x1CÖ"
  b"\x01É╩F\x06╚s½¡t1ÌÑýi2"
  b"\x01É╩F\x06╩ro¿┬ ┘¡\x0F╩&"
  b"\x01É╩F\x06╠qQ┤ëÐ╠4▀║\x10"
  b"\x01É╩F\x06╬q;¢\x1F^^ú\t½¯"
  b"\x01É╩F\x06ðqÌ║Ð@>╣┌┼×"
  b"\x01É╩F\x06Êqƒâ\x08 n¶â\x01\x06"
  b"\x01É╩F\x06ÈrÌ▒\x00\x05+Ôg├\x01"
  b"\x01É╩F\x06Írãá`\x14Ëú®z\x0F"
  b"\x01É╩F\x06Îs╔ª╩ÑjíÌÏ┼"
  b"\x01É╩F\x06┘r\x0Eá╬u¶_╠)M"
  b"\x01É╩F\x06█r└ÜN}M_\\x14×"
  b"\x01É╩F\x06¦p­á‗ƒ\▒ ½░"
  b"\x01É╩F\x06▀qEÇ┘¶@³ÓG+"
  b"\x01É╩F\x06ßp¦╗▒┴Ë\hëð"
  b"\x01É╩F\x06Ôr%ÅævÒMÜÎ¥"
  b"\x01É╩F\x06Òqj»Sg\x7Fuþn║"
  b"\x01É╩F\x06õsã¢ãÓ\f\x14üF"
  b"\x01É╩F\x06µr,¥Ñ┐Ç2`@¹"
  b"\x01É╩F\x06ÞpÕñ)»ù\x12×>3"
  b"\x01É╩F\x06Ûp@ï╝¬Ï?ñæ\x05"
  b"\x01É╩F\x06Ùpèï╠Ëb┌‗]Ð"
  b"\x01É╩F\x06Ýr"âåI╩Öüüê"
  b"\x01É╩F\x06­r«Å²1ð\x10µ╩÷"
  b"\x01É╩F\x06±qt¬Êâ¸Mı3µ"
  b"\x01É╩F\x06¾sUºø~:×]0]"
  b"\x01É╩F\x06§rôï╦\x07\x1EUr█5"
  b"\x01É╩F\x06¸qr½\x12zƒk4`"
  b"\x01É╩F\x06¨r¸¿ÎH‗ö4Ø_"
  b"\x01É╩F\x06·p\tÇ\x01Æ\x0EK┘╦\x7F"
  b"\x01É╩F\x06³r\x03ú¤‗c░¿øF"
  b"\x01É╩F\x06■so▓¸\x10ͤ}"*"
  b"\x01É╩F\x07\x00s³æ\x06,»ò+«ö"
  b"\x01É╩F\x07\x02suòÇ\x07@M2}x"
  b"\x01É╩F\x07\x04rÕײôCJ\fÙ "
  b"\x01É╩F\x07\x06px«®ú\x01Ö{VÕ"
  b"""
    \x01É╩F\x07\x08q\n
    êp╝¡RìPÎ
    """
  b"""
    \x01É╩F\x07\n
    qoÖ(,WDÛ╣£
    """
  b"\x01É╩F\x07\rr╠ºü5\evQÒ┬"
  b"\x01É╩F\x07\x0FszÅòÐÓõ\x07u""
  b"\x01É╩F\x07\x14q ƒ2\x1F\HÆKö"
  b"\x01É╩F\x07\x17r<│©éì\x08\x01Òu"
  b"\x01É╩F\x07\x19rÅçÄ M┐\x0E"
]
50 4.18 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 OFFSET 6500
Parameters:
[
  false
]
51 1.29 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩F\x07\equ¬½kÀ%0╩┼"
  b"\x01É╩F\x07\x1Dq)Æ?\x1EN{¼ó]"
  b"\x01É╩F\x07\x1Fq╩¼Ç┘­\e\x1DR"
  b"\x01É╩F\x07!sv£Ì\x1AÁ­┐ ©"
  b"\x01É╩F\x07#s¿░ıª¯âNýÈ"
  b"\x01É╩F\x07%qc¥ê#9©[©"
  b"\x01É╩F\x07'sÎæ╝s1#¯\x0F¿"
  b"\x01É╩F\x07)q‗¡lp┘@\x1A\x1F3"
  b"\x01É╩F\x07+qÎ¥|ÿÃ┌GFÃ"
  b"\x01É╩F\x07-pé©Ëí‗%Ä┴\e"
  b"\x01É╩F\x07/r`½ Hx÷²[\v"
  b"\x01É╩F\x071q\x03¥]O0iÑþ·"
  b"\x01É╩F\x073rLľÜÅX¶<\x06"
  b"\x01É╩F\x076r\x0FêÁ¥NG y9"
  b"\x01É╩F\x079r,ù\x00bÒ╦»õ»"
  b"\x01É╩F\x07;q─▒¶\x15¥ƒWý┌"
  b"\x01É╩F\x07=qÀ£Æ Çú:\fY"
  b"\x01É╩F\x07?p{ºÖ╝┤\x1DöìÕ"
  b"\x01É╩F\x07Aq\x01ÇáÜxÖ,6\x14"
  b"\x01É╩F\x07Cp╣»ï¼│uÄÂ;"
  b"\x01É╩F\x07Es¯ÿïãòv÷CJ"
  b"\x01É╩F\x07GràØ├«ÿ-²~p"
  b"\x01É╩F\x07Ip╔ê┼\x08\x08ýG3"
  b"\x01É╩F\x07Kpáد▓f¢ıQ\x7F"
  b"\x01É╩F\x07Mpý╝(\x1Dj\x14áu "
  b"\x01É╩F\x07Oq\x1Fî4\x18ón┘;P"
  b"\x01É╩F\x07Rs¦Ç>ÜÔÆ0\x02\x1D"
  b"\x01É╩F\x07SqPøsBû©?b\x03"
  b"\x01É╩F\x07Us¶░¦:d¨\x078Y"
  b"\x01É╩F\x07Wr»¥é\x01╔Þ\x05Í╗"
  b"\x01É╩F\x07Ys░ºKÀÒ0Í┘Þ"
  b"\x01É╩F\x07[p\x05àì\x16¡åÅ═b"
  b"\x01É╩F\x07]s®îÞzÂiÖQ\x06"
  b"\x01É╩F\x07^sbà¼8┬³Ú.\x17"
  b"\x01É╩F\x07`s|ù┬4ÅãAç²"
  b"\x01É╩F\x07br:âßìÜð\x1AÌ}"
  b"\x01É╩F\x07cqº║m¡®CÜÀ«"
  b"\x01É╩F\x07epÁüh\x00Íð«gÖ"
  b"""
    \x01É╩F\x07gs\x07ÜFé6\n
    ¤ª&
    """
  b"\x01É╩F\x07hrï×\x05UbÓù║ó"
  b"\x01É╩F\x07jp!æPÓ>ö▓Ea"
  b"\x01É╩F\x07lp3¿ãr*ä&▓r"
  b"\x01É╩F\x07mq\x13ü°▓╦iU}î"
  b"\x01É╩F\x07oqÅ┤S\x1E1Çj\x1Ex"
  b"\x01É╩F\x07qpwÜw,?0÷■Ä"
  b"""
    \x01É╩F\x07rrsí\n
    m>´Ä.Ì
    """
  b"\x01É╩F\x07tq2┐╩[U─·3ç"
  b"\x01É╩F\x07vp«┤ã┴^y\x02` "
  b"\x01É╩F\x07wrÚÆ;rÖjj!╝"
  b"\x01É╩F\x07yq,½OZ.┌ÓÄ\x1A"
  b"\x01É╩F\x07{s▓à▒pJ\x11e▒╔"
  b"\x01É╩F\x07}s6¼åS7\x1E¾╦═"
  b"\x01É╩F\x07\x7FrpÇeG~\x08$µ¢"
  b"\x01É╩F\x07Çs└ú@:e\x14\x04°¡"
  b"\x01É╩F\x07épÚ«■\x11Äkw\x06\x1E"
  b"\x01É╩F\x07är;ëØ├\x1AS├Æ┌"
  b"\x01É╩F\x07àqó┤\x12×éDÞ¿N"
  b"\x01É╩F\x07çq"▓®$4@└4-"
  b"\x01É╩F\x07êqà¢ÇsÚà\x01²═"
  b"\x01É╩F\x07ès╩ø┤▀╚§v╣ñ"
  b"""
    \x01É╩F\x07îqÂîɶÚýÀ\n
    G
    """
  b"\x01É╩F\x07Äsóå7á<DFaD"
  b"\x01É╩F\x07Åp╗óB\x01A▓\x15_║"
  b"\x01É╩F\x07æróç»╔Ì┼qñ╬"
  b"\x01É╩F\x07ÆrÕ░~c■uµTã"
  b"\x01É╩F\x07ör┴ÖE)Í<\x10´%"
  b"\x01É╩F\x07ûsŪ®Y¬\x12ÑÂÝ"
  b"\x01É╩F\x07ùq¸Æ1\x17÷│õÜ\x04"
  b"\x01É╩F\x07Öpú¡  ã\x05Guù"
  b"\x01É╩F\x07ÜpùÁ╦Ó|þÓ÷¥"
  b"\x01É╩F\x07£p╚ùÊ®x\x18`Ï©"
  b"\x01É╩F\x07ØrÚÖbúV\x1D\tÙó"
  b"\x01É╩F\x07ƒp\x03▓д|\x1C\x07▓O"
  b"\x01É╩F\x07írÉî@_ƒÂù█O"
  b"\x01É╩F\x07úq\x7F×\x10╬Ð\x1A¤╬\e"
  b"\x01É╩F\x07Ñq┘ì─\x17"\x1E¼õa"
  b"\x01É╩F\x07ªsÖºT¦Þ:éO═"
  b"\x01É╩F\x07¿q'ªF­´Ëè\x13Ü"
  b"\x01É╩F\x07¬që░└A7ÛÏ\x14\x10"
  b"\x01É╩F\x07½rùÑ'Ð#_ÉÊ═"
  b"\x01É╩F\x07¡q\tî\x1D`Ùü%ô3"
  b"\x01É╩F\x07»p╣▓ÂÙr(ß╦\x10"
  b"\x01É╩F\x07░pWèâ\x04\x03.À╦ƒ"
  b"\x01É╩F\x07▓s¸¥B=ÛaÌÒé"
  b"\x01É╩F\x07┤qVû¶▀Üv"Qü"
  b"\x01É╩F\x07ÂrU¿7,«È»\x1D\x10"
  b"\x01É╩F\x07Àqı▓N{DIZ\e¼"
  b"\x01É╩F\x07╣pa«$\x15\x14Ø×H"
  b"\x01É╩F\x07╗q­░f\x08\x1F\v×\x038"
  b"\x01É╩F\x07¢rÌö°\x1E&[øêq"
  b"\x01É╩F\x07┐p®ô´╦çÞ»\f"
  b"\x01É╩F\x07┴p\eÖƒSx\e°áÁ"
  b"\x01É╩F\x07├sêºÀ\x0EÕÑb³╣"
  b"\x01É╩F\x07─pùûSØ\x1Fïbî\r"
  b"\x01É╩F\x07ãs\r¿\x1Cu\x11w\x1C¢W"
  b"\x01É╩F\x07╚phѺ└X╔ÿeÍ"
  b"\x01É╩F\x07╦pÎâÇ\x1Abrd░═"
  b"\x01É╩F\x07═q±▒ä\x01]`X0J"
  b"\x01É╩F\x07╬q├╣\x01A\x7F\x08o║\x06"
  b"\x01É╩F\x07ðpY│þj*│|Ê_"
  b"\x01É╩F\x07Ês4é\x7Fß\e¸ÑI§"
  b"\x01É╩F\x07ËsÉôñp9é[J¨"
  b"\x01É╩F\x07ır·óÈ▄óx\x1Døj"
  b"\x01É╩F\x07Îp²ígmÍ\:└Ã"
  b"\x01É╩F\x07┘q¡å¸╬è\x13hp½"
  b"""
    \x01É╩F\x07┌qfé½XÒö\n
    ÿ\x19
    """
  b"\x01É╩F\x07▄q▒╝▀b&Ù7Íd"
  b"\x01É╩F\x07ÌqÁëYTt{MD¡"
  b"\x01É╩F\x07Ór╗î)8JìúÃn"
  b"\x01É╩F\x07ßq░ì\v\fÏ\x15ı \x08"
  b"\x01É╩F\x07Òs\x17ä¡QAp┌╦\x18"
  b"\x01É╩F\x07Õs╝Â■äuí¥Ë■"
  b"\x01É╩F\x07þr\x19ÑVuï\x00\x7FÜ%"
  b"""
    \x01É╩F\x07Þq▀ÖX\n
    tEÐ*º
    """
  b"\x01É╩F\x07ÛsÓé³}¿\x00^│ò"
  b"\x01É╩F\x07ýs^▓╬A\e<^á┼"
  b"\x01É╩F\x07Ýseæë\x19pÙ#Nx"
  b"\x01É╩F\x07´rÙ¡Xı╦ıú(Ö"
  b"\x01É╩F\x07±rÔäÖ║ãÑzv}"
  b"\x01É╩F\x07¶p¼à\W╦õéVÐ"
  b"\x01É╩F\x07§s\x05»7ÆmV\x18ÿ\x7F"
  b"\x01É╩F\x07¸q^»Ì\x03■┴;\x1EV"
  b"\x01É╩F\x0EäsÅídÑ+┌/ÓG"
  b"\x01É╩F\x0Eåq#£õ▒¹³ æ\f"
  b"\x01É╩F\x0EçpTú:▄▓Q>)┬"
  b"\x01É╩F\x0Eër\eèx\x1C³"ø»┤"
  b"\x01É╩F\x0Eïs╠Æ]■-Ûm\x05±"
  b"\x01É╩F\x0Eîpóóî7─\x0EìSö"
  b"\x01É╩F\x0EÄs╚úvòGÏÒYö"
  b"\x01É╩F\x0EÅr\eø$h┐+k×A"
  b"\x01É╩F\x0Eæqãì*▄&Ì\x08ÿ~"
  b"\x01É╩F\x0EÆsY▒\x16¸╔g┐"t"
  b"\x01É╩F\x0Eös\x10¢U"ø\fï­ä"
  b"""
    \x01É╩F\x0EûrÅíM\n
    ╝f▄§▒
    """
  b"\x01É╩F\x0Eùs5à|s)]▓ \x14"
  b"\x01É╩F\x0EÖpKÇ┌┼3À\x02Êó"
  b"\x01É╩F\x0EÜqDÄÝ[ð S¶k"
  b"\x01É╩F\x0Eøp\x08Ñ┴ºJ\x192i\x12"
  b"\x01É╩F\x0EØpEñq┘õ¤Ûµ-"
  b"\x01É╩F\x0Eƒr\x13Ü▓¨ÔA©÷M"
  b"\x01É╩F\x0Eású┤┤=>ù0ý\x05"
  b"\x01É╩F\x0EóqwïO‗Ò[Õ\x00«"
  b"\x01É╩F\x0EúrÍö×u-pÓ¥\x18"
  b"\x01É╩F\x0EÑs1Äó¥¶'\x1D®®"
  b"\x01É╩F\x0Eªq1ìCá\x10ŧ@\x1C"
  b"\x01É╩F\x0E¿qÔIJ¹%Kp}└"
  b"\x01É╩F\x0E¬s┐Üò¼Æq.lÿ"
  b"\x01É╩F\x0E½s÷¡?9Gvª\x1A<"
  b"\x01É╩F\x0E¡rAîä@øpÛ/²"
  b"\x01É╩F\x0E«rnº@¦\x08¤Q÷\x07"
  b"\x01É╩F\x0E░sJ░u┼)\x12b,«"
  b"\x01É╩F\x0E▓rÄÁ¨H/â9b\f"
  b"\x01É╩F\x0E│rx®äÑÏìºÉ¹"
  b"\x01É╩F\x0E│rx®äÑÏóý(X"
  b"\x01É╩F\x0E┤p×òie [ß ┼"
  b"\x01É╩F\x0EÁrö×µ³{-ºÄ│"
  b"\x01É╩F\x0EÂp█║ \x16{║╝\x14ä"
  b"\x01É╩F\x0E©rãÑbR\x12\x02‗╝"
  b"\x01É╩F\x0E╣r\x11ƒ░*\x02\x10V®J"
  b"\x01É╩F\x0E╗q³Ä═\$\x07Àe}"
  b"\x01É╩F\x0E╝p\x07¡¯_ir¿WÅ"
  b"\x01É╩F\x0E¥pÌí┐╦G\x1CÍ!W"
  b"\x01É╩F\x0E└s^×íI\x7FeãR­"
  b"\x01É╩F\x0E┴qPù«¢SI\x1FÇG"
  b"\x01É╩F\x0E├r\x17î]ºÛ\x06ì\x04ÿ"
  b"\x01É╩F\x0E─p░ÿòÇ»┼î.`"
  b"""
    \x01É╩F\x0Eãr+ׯªÿ\n
    Hc└
    """
  b"\x01É╩F\x0EÃqMå_cÔSǧ{"
  b"\x01É╩F\x0E╔sjÆ~§║╬V\x02."
  b"\x01É╩F\x0E╩rv¬ ¹Ôà1▒\x17"
  b"\x01É╩F\x0E╠p9ÄK\x00ÐÇÜÕ&"
  b"\x01É╩F\x0E╬p9£5#Öþti═"
  b"\x01É╩F\x0E¤r½╝ƒú×├}(╣"
  b"\x01É╩F\x0EÐq>×L#╩?ú╬_"
  b"\x01É╩F\x0EÊpàÁ┐n\x06ª▒\v0"
  b"\x01É╩F\x0EÈp(┤{õá;:Ì┤"
  b"\x01É╩F\x0Eıstá═ø\x08#╬×'"
  b"\x01É╩F\x0EÎqÄÑ\x1D\x13\x16/ã=á"
  b"\x01É╩F\x0E┘r■æÂÚU┬┼_I"
  b"\x01É╩F\x0E┌qÁ×Ýî,zd╩¸"
  b"\x01É╩F\x0E▄q╬¬®╔ÍNV┤§"
  b"\x01É╩F\x0EÌpÿîþô│ûÙðÍ"
  b"\x01É╩F\x0E▀q┌íÑ/T±Fka"
  b"\x01É╩F\x0Eßq═óY!«ãâFì"
  b"\x01É╩F\x0EÔrÐø¨\x01\x18┐Õ│7"
  b"\x01É╩F\x0EõqÕ┤â­ið*¿\x03"
  b"\x01É╩F\x0EÕp5ÿ\x00ëþ┴]ã9"
  b"\x01É╩F\x0EþpÂø$ùÌ6ºsN"
  b"\x01É╩F\x0EÞprì¥<}g6é╬"
  b"\x01É╩F\x0EÛpqí¼©C!É&Õ"
  b"\x01É╩F\x0EýqpÖ╚┌T,ôú\x04"
  b"\x01É╩F\x0EÝsøá[ª½└)&Ë"
  b"\x01É╩F\x0E´rjÅz¬39jÂ&"
  b"\x01É╩F\x0E­p▀âtÐ#\v░rÏ"
  b"\x01É╩F\x0E‗r╗¥YúíÈÔ;\x14"
  b"\x01É╩F\x0E¾qàâ\x07▄Ù>¸)▀"
  b"\x01É╩F\x0E§r╬éM:¹è║´\x06"
  b"\x01É╩F\x0E÷p2®waPð|¦Î"
  b"\x01É╩F\x0E°s¢à?H'úÂ#v"
  b"\x01É╩F\x0E¨s»Á\x18''▒&ï\x1D"
  b"\x01É╩F\x0E¹q¤º\x02▒>å■iA"
  b"\x01É╩F\x0E³s¬á°ñÕ\x0E╝Qa"
  b"\x01É╩F\x0E■pÁíJ‗\x06 ø\x1D"
  b"\x01É╩F\x0E pbÑ3▒\x1F├~E╣"
  b"\x01É╩F\x0F\x01rz▒x>\x08#Ú:é"
  b"\x01É╩F\x0F\x03r▀ìÓéò²└z┘"
  b"\x01É╩F\x0F\x04rËúñÙÇîW C"
  b"\x01É╩F\x0F\x06s|ä└y*ïÝBà"
  b"\x01É╩F\x0F\x07r\x12ëäø\tÎTÂc"
  b"\x01É╩F\x0F\tpÐ╣äðØz╣¹Ú"
  b"""
    \x01É╩F\x0F\n
    s└Ç-┬ÆXað\n
    """
  b"\x01É╩F\x0F\frNü3ƒº£;µ├"
  b"\x01É╩F\x0F\rräÖ³Á4}?\x15Æ"
  b"\x01É╩F\x0F\x0Fs┌á‗\x08#Gä╔©"
  b"\x01É╩F\x0F\x10s¿║ÂÎlHl¶Å"
  b"\x01É╩F\x0F\x12r§áóôÜ╦ÔÍÚ"
  b"\x01É╩F\x0F\x14snú$ë¼ïB┘╣"
  b"\x01É╩F\x0F\x15s£עHmx0q"
  b"\x01É╩F\x0F\x17qOí\x02ö■%ÿöö"
  b"\x01É╩F\x0F\x18qÊï%Ì\x1A\x07ˬ█"
  b"\x01É╩F\x0F\x1As*ñPü>Ér¢á"
  b"\x01É╩F\x0F\esQƒë\f*!ç«>"
  b"\x01É╩F\x0F\x1DpC░╦ý*ù█\x1C¨"
  b"\x01É╩F\x0F\x1Ep\x05º3\x1F‗æ#§r"
  b"\x01É╩F\x0F#p(ÿç2â-┌\x1C¬"
  b"\x01É╩F\x0F$r6óPsmÆ\x08"
  b"\x01É╩F\x0F$r6óPsm¡ûÙè"
  b"\x01É╩F\x0F&q,«¯├â\x19|Yƒ"
  b"\x01É╩F\x0F(s\x1A║¡■á>­U¬"
  b"\x01É╩F\x0F)sß┤\x18\x15÷½¶ùP"
  b"\x01É╩F\x0F+r\x04╝╦Zù÷|0["
  b"\x01É╩F\x0F-q\x1Fí7-¼6)S<"
  b"\x01É╩F\x0F.r\x04Æ"oíY│è9"
  b"\x01É╩F\x0F0r\Àýp9î\x05█ð"
  b"\x01É╩F\x0F2sî¥Ä}Tóıºí"
  b"\x01É╩F\x0F3p└Ø╬<█e─7È"
  b"\x01É╩F\x0F5p©ë#è­Â¼¤p"
  b"\x01É╩F\x0F7rTÇ÷Ý\x10¬å·┤"
  b"\x01É╩F\x0F8q┼é oħ¨mt"
  b"""
    \x01É╩F\x0F:qå¼ÏuI\x12¤\n
    
    """
  b"\x01É╩F\x0F<sü╣)R┌\x0E¿ô\x11"
  b"\x01É╩F\x0F=pÅèVªyê'H█"
  b"\x01É╩F\x0F?r\x1Fû57_i4!l"
  b"\x01É╩F\x0FAqfï¡Í\x1FH¯┐_"
  b"\x01É╩F\x0FCs░ô÷Ô´╦u║É"
  b"\x01É╩F\x0FEr┤êë\f¤ßGK¬"
  b"\x01É╩F\x0FFqP®╗ı\e╠╚\x02í"
  b"\x01É╩F\x0FHr1ø_³5V¯YR"
  b"\x01É╩F\x0FJp\x15░±E/J\x05¿¶"
  b"\x01É╩F\x0FLsr▒°b╚L\x04v'"
  b"\x01É╩F\x0FNs-ü┬¾\x14¿\x06\x13\x08"
  b"\x01É╩F\x0FQpß║c¥ZºKу"
  b"""
    \x01É╩F\x0FTq\n
    ▒Î\x1A╝┌┴D\x08
    """
  b"\x01É╩F\x0FXr¦╣Êù2Â\t\x1D{"
  b"\x01É╩F\x0F\pÑúþäR½<¥­"
  b"\x01É╩F\x0F_pgÉ×█ò┤xºü"
  b"\x01É╩F\x0Fbséÿ\x14Ñ9Ø\x02mm"
  b"\x01É╩F\x0FesFêNû┬µÍj\x18"
  b"\x01É╩F\x0Fhr╠¥‗É┤\x00óñö"
  b"\x01É╩F\x0FjqZö¡ÇZsn┤▒"
  b"\x01É╩F\x0Fls³¬ñG×Y┬?i"
  b"\x01É╩F\x0Fnp╝┐£j\x15õ)\x14\x1A"
  b"\x01É╩F\x0Fpq*«¢n¿ N­w"
  b"\x01É╩F\x0FqqT║v%\x19Gé(_"
  b"\x01É╩F\x0Fsq&┐ÞpNÕCÕÞ"
  b"\x01É╩F\x0Fus\tîp±/¡Ð¥■"
  b"\x01É╩F\x0Fvs-ëı\x02ôZ÷£È"
  b"\x01É╩F\x0Fxp?ÿò±Ið└0}"
  b"\x01É╩F\x0Fzr┬Ø.¹\x1Atly\x16"
  b"\x01É╩F\x0F{p5¬ä:ä\x7FØ╚Â"
  b"\x01É╩F\x0F}s@Å▒9ÂÝÚ,à"
  b"\x01É╩F\x0F\x7Fr¤▒ÚÒ¶îóåÉ"
  b"\x01É╩F\x0FÇp8»K&;/)t¥"
  b"\x01É╩F\x0FéqRÀQëªk\x02N├"
  b"\x01É╩F\x0Fäqxéå«Î¶Å.Ä"
  b"\x01É╩F\x0FåsIÜ©1¡ë╣┘ì"
  b"\x01É╩F\x0Fçp#┐»\x1F9â³`0"
  b"\x01É╩F\x0Fëptö\x06«¿Ö\x04B╠"
  b"\x01É╩F\x0Fïq╠ÅÀVwgTßZ"
  b"\x01É╩F\x0FîrÿéHµ─\x12ÇÑ├"
  b"\x01É╩F\x0FÄp▀ì4ÊCBÖ─╬"
  b"\x01É╩F\x0FÉrÆ£ï\x15A©::▀"
  b"\x01É╩F\x0Fôraü┴È÷\x06\r*╬"
  b"\x01É╩F\x0Fòp{Ä'2È┐ÎÁp"
  b"\x01É╩F\x0Fÿq^▓˳4\x0FLäÛ"
  b"\x01É╩F\x0FÜqúò¤±E`╚c\x18"
  b"\x01É╩F\x0F£p)Øs¯'╩ͽã"
  b"\x01É╩F\x0F×sAÁ\x06°ë■c:0"
  b"\x01É╩F\x0Fƒpodzïc\x18ÎXÜ"
  b"\x01É╩F\x0Fír\x04░╬SöÇ|f×"
  b"\x01É╩F\x0Fús\x14×òݦu=┤±"
  b"\x01É╩F\x0FñrDº³j¾i\v"
  b"\x01É╩F\x0Fªpòò\x7Fó1¹¡█ç"
  b"\x01É╩F\x0F¿p\x14ë9ê}Á;\x10"
  b"\x01É╩F\x0F®r\x05¡9@íwZ\x17ß"
  b"\x01É╩F\x0F¼p£¬õç├¡╗┴í"
  b"\x01É╩F\x0F«r▒ç┴W\r\x11B&┼"
  b"\x01É╩F\x0F»sb£J\eÁÍbت"
  b"\x01É╩F\x0F▒r®┤╣«¿0w¼└"
  b"\x01É╩F\x0F│qØçF┴¡¬ÄÀ\f"
  b"\x01É╩F\x0F┤sbæ\eðz_/æE"
  b"\x01É╩F\x0FÂs¤óØ¡\x10╗îÁ\x11"
  b"\x01É╩F\x0F©p}é╚Ã0@­«²"
  b"\x01É╩F\x0F║qÆÿ\x04ã\veÙvL"
  b"\x01É╩F\x0F╝s\x1CÂ\x05\x15»*®ia"
  b"\x01É╩F\x0F¥q¡©┤¼ñ´ÖÌÏ"
  b"\x01É╩F\x0F┐q╣ļþ¤┼y`ü"
  b"\x01É╩F\x0F└q~ëºxjUÕ\x03½"
  b"\x01É╩F\x0F┬p▓ìätbî╣ØE"
  b"\x01É╩F\x0F├pJô\x10┐▒Fðb┘"
  b"\x01É╩F\x0F┼q\x1E¥\e±╩\x168I\x1A"
  b"\x01É╩F\x0FãpqÑÌ6╚-ãÔ&"
  b"\x01É╩F\x0F╚q╩î\x11ÕK░¾ýç"
  b"\x01É╩F\x0F╩qgóìFÝÜ;\rh"
  b"\x01É╩F\x0F╦rK×ý$Í\reûÑ"
  b"\x01É╩F\x0F═r╝ºMÅ,Lи "
  b"\x01É╩F\x0F¤q´æ)Æ+ÈB¿¬"
  b"\x01É╩F\x0Fðqùºô═░f\x05\x13\x02"
  b"\x01É╩F\x0FÊqÝÉ╬ßTO¬├\x16"
  b"\x01É╩F\x0FËp½½\x13˾èü\x19Û"
  b"\x01É╩F\x0FÈsΫb>1╚û*\x00"
  b"\x01É╩F\x0Fıs#ëã╬ª\x04-í═"
  b"\x01É╩F\x0FÍqÛûòÉ\x02W¨═┼"
  b"\x01É╩F\x0FÏrQƒ▄ Ê¥¤┤\x13"
  b"\x01É╩F\x0F┘s\tê8\x1CÕbßOF"
  b"\x01É╩F\x0F█p¹âí6_cîtW"
  b"\x01É╩F\x0F¦r-╝Ù\x03°àWð┌"
  b"\x01É╩F\x0FÌs¨ï^ûÉßgı╦"
  b"\x01É╩F\x0FÓs╗ôÑ.X@3ݨ"
  b"\x01É╩F\x0Fßr´ú?¾ñi╚÷½"
  b"\x01É╩F\x0FÒpÑɶª\x1A\f\x15"
  b"\x01É╩F\x0FÕp§▒¸Í\x18Ì║AC"
  b"\x01É╩F\x0Fµs¬®f╗¨ÝåÜ\x00"
  b"\x01É╩F\x0FÞr¦û^?qtÅee"
  b"\x01É╩F\x0FÚsö«┼\x13"┘\x0Evm"
  b"\x01É╩F\x0FÙs¦Ç┴âÅ.!bT"
  b"\x01É╩F\x0FÝqÄ®½º[░7Nù"
  b"\x01É╩F\x0F¯r+6û)}V"
  b"\x01É╩F\x0F­qFï┐\vV­ÊXE"
  b"\x01É╩F\x0F±q££»ìà'/¯""
  b"\x01É╩F\x0F¾sìÑ▄╝ƒ1¶v,"
  b"\x01É╩F\x0F§p\x05áG)ƒô\x0E\eV"
  b"\x01É╩F\x0F÷r£üG]È*É^ı"
  b"\x01É╩F\x0F°q╔úÖ¡Þ3©\x07þ"
  b"\x01É╩F\x0F¨rFü+ÍS┼╦╬ç"
  b"\x01É╩F\x0F¹r┌º.Ò▒KÿD0"
  b"\x01É╩F\x0F²rÊ¢ÅCø=ÝyØ"
  b"\x01É╩F\x0F■sêózÿG ¤Øı"
  b"\x01É╩F\x10\x00q▄ñpZNÜLR\x1C"
  b"\x01É╩F\x10\x01p\x1Dª╬\r¨A§\x17\x06"
  b"\x01É╩F\x10\x03sTî42öUwov"
  b"\x01É╩F\x10\x05q\x14çOcJÆ├þÏ"
  b"\x01É╩F\x10\x06p\x0EôK┐}>y§‗"
  b"\x01É╩F\x10\x08rP¿ªsh\"û+"
  b"\x01É╩F\x10\tqó¡[¥\x7FW#eÂ"
  b"\x01É╩F\x10\vr┘ûr P\x06ûÀf"
  b"\x01É╩F\x10\rrÏäõä'*ê▒┌"
  b"\x01É╩F\x10\x0ErºúV|ºCÇx\x19"
  b"\x01É╩F\x10\x10qûç@ê%/jø█"
  b"\x01É╩F\x10\x11rïª`Q¸Ì"jl"
  b"\x01É╩F\x10\x13qE»r\x00Ò±öo±"
  b"\x01É╩F\x10\x14r\x17¢┘ò¾~H¬\e"
  b"\x01É╩F\x10\x16rgïi\rà\x04┬┴\x1A"
  b"\x01É╩F\x10\x18rcï ┬\x15Y(Ôõ"
  b"\x01É╩F\x10\x19pÚó\x1Db\x06¬zRÍ"
  b"\x01É╩F\x10\ep┐Ñ`\rÎ\x0F;"P"
  b"\x01É╩F\x10\x1Cq_£GÈ\x0F╝ªu┘"
  b"\x01É╩F\x10\x1Epıà¸5). 0\r"
  b"\x01É╩F\x10 p\eÑ▒┤Y^¢Á`"
  b"\x01É╩F\x10!qãá ûR\x10gð®"
  b"\x01É╩F\x10#qø½\x19y¬w╝þ▓"
  b"\x01É╩F\x10$pU¿¡r3+Ä\t-"
  b"\x01É╩F\x10%pü▒«\võpÁë¨"
  b"\x01É╩F\x10&sÏ║õØ4\x15+ù▓"
  b"\x01É╩F\x10(sÆ»°+}èK\rC"
  b"\x01É╩F\x10)rWÜÌ>s┘6óÑ"
  b"\x01É╩F\x10+rô│®\x15Õ\x13ívî"
  b"\x01É╩F\x10,sÎ║\x04\r6┴d"
  b"\x01É╩F\x10.r╝É?G╣õa[\x1F"
  b"\x01É╩F\x10/s"ùXß╠w\x11ÃÌ"
  b"\x01É╩F\x101q{ê ë╣ø¶4E"
  b"\x01É╩F\x103qôï\x0E\x175└¡u\x18"
  b"\x01É╩F\x104p─╗\x01\x0E\x05_Ot\x07"
  b"\x01É╩F\x106rCô\x07íR\x03É\x13-"
  b"\x01É╩F\x107q3«íÑýtì╩ø"
  b"\x01É╩F\x109r]òU.‗;ƒª¿"
  b"\x01É╩F\x10;q?àë»,\x0F¿═\v"
  b"\x01É╩F\x10<rü®\x19\x0F8\e¾=ù"
  b"\x01É╩F\x10>rjÿ┌h├┘ÓÕï"
  b"\x01É╩F\x10?s‗ÀÊ,§╔¯+&"
  b"\x01É╩F\x10Ar´©╩êOqög\r"
  b"\x01É╩F\x10CsÄÄD\x10AZ\x15ÀÓ"
  b"\x01É╩F\x10Dq'¬\x0E­XSRMX"
  b"\x01É╩F\x10Fpw░ÙmCOêì║"
  b"\x01É╩F\x10Gsì╝ñ¢└▀¬┼¯"
  b"\x01É╩F\x10Ir\x1EÄì\x05Nb_\x10·"
  b"\x01É╩F\x10KqEŽO¿`¹<."
  b"\x01É╩F\x10Lr½æ-%®Ð>b°"
  b"\x01É╩F\x10Nrs¿©\r?g1Ot"
  b"\x01É╩F\x10Os\x11½┬└\x08»Õ¦Æ"
  b"\x01É╩F\x10QsÞ░Þ\Ô×ä─>"
  b"\x01É╩F\x10Sr\v░_ì&qÚ\tý"
  b"\x01É╩F\x10Tr\x16╗MË°Ë┌·t"
  b"\x01É╩F\x10Vqè¼fH\x0Fè▄c¼"
  b"\x01É╩F\x10WrÜ¡wwø┘Y,\x17"
  b"\x01É╩F\x10Ysó®é\x131\x04q2ò"
  b"\x01É╩F\x10[seåéI\x1A\x01gø█"
  b"\x01É╩F\x10\s¶ÿ[Aõ\x1C\x05°$"
  b"""
    \x01É╩F\x10^qê¡\x1F\n
    \x03±óF\x04
    """
  b"\x01É╩F\x10_q\x1E│\]\x088T┐┴"
  b"\x01É╩F\x10aq¢¡▒\x06\x19J\x1C"
  b"\x01É╩F\x10cq\x11®Ð¹hr\x7Fðı"
  b"\x01É╩F\x10ds\x0Eû:d£fS×\x1F"
  b"\x01É╩F\x10frÔñÙ¹ıCI\v"
  b"\x01É╩F\x10gs<ºB\x08¯\x13\x1E\x1C)"
  b"\x01É╩F\x10isqà>¿á\x16% ╠"
  b"\x01É╩F\x10jq©û╣BZÓ┴¸+"
  b"\x01É╩F\x10lp{ÑMÛ· ‗N╦"
  b"\x01É╩F\x10nrpæ#m░?Ü!q"
  b"\x01É╩F\x10op\x10ÑiØkôgµ▀"
  b"\x01É╩F\x10qs2▒ª┘åãdÓA"
  b"\x01É╩F\x10rsÈç(<9mÄÛH"
  b"\x01É╩F\x10trÿÿ╝^¶j>C4"
  b"\x01É╩F\x10vpƒö▄^P\x01Z\x16ç"
  b"\x01É╩F\x10wq\x18¼jæ§~n\r\"
  b"\x01É╩F\x10yqË╗_;\x02╔*IÉ"
  b"\x01É╩F\x10zrøÖA\rEC┘Çâ"
  b"\x01É╩F\x10|r\tÜ$©FR¦2·"
  b"\x01É╩F\x10~qd¼óbûÁ\x06▄ÿ"
  b"\x01É╩F\x10\x7Fs\x05ô*×F?\x12\x7F_"
  b"\x01É╩F\x10ür\x00º\x12\x12I8\x03pY"
  b"\x01É╩F\x10és╗ö\x16¦±-²t\x07"
  b"\x01É╩F\x10äs░çÍü+dtÏ["
  b"\x01É╩F\x10åq\ü$\x07ÃIæé\x08"
  b"\x01É╩F\x10çqäè°È═sæj\x15"
  b"\x01É╩F\x10ërGó┬på¢\x16ET"
  b"\x01É╩F\x10èpù║\x01╝È\t¥\x1E´"
  b"""
    \x01É╩F\x10îs»êGÍ\n
    fÔÅ┬
    """
  b"\x01É╩F\x10Äq\x10ô¶óè/╠´T"
  b"\x01É╩F\x10Ås,ú╝¾q╩_║Ý"
  b"\x01É╩F\x10æqÀìJm\x0EèØ║h"
  b"\x01É╩F\x10ùqúöÓb^\«E¶"
  b"\x01É╩F\x10ÿqSí¢ñú╗"C¢"
  b"\x01É╩F\x10Ös¾ºZÔ\x10\x1F¹\x16}"
  b"\x01É╩F\x10Üq¥│¹×³\x1C\x0Fi@"
  b"\x01É╩F\x10£sXÇä\x18\r\rþY¯"
  b"\x01É╩F\x10ØqèêTÔ²\x11ı8e"
  b"\x01É╩F\x10ƒpaöE\x0Ej\x04ª\x15"
  b"\x01É╩F\x10ás~ÿW;éú\x10Ó╣"
  b"\x01É╩F\x10óp■«]õ£╗\x10\x02^"
  b"\x01É╩F\x10ñq;│B\x7Föí%¥²"
  b"\x01É╩F\x10ÑpiÜ\x13Õs\x18þ|î"
  b"\x01É╩F\x10ºpá║\x7F±ï░6├x"
  b"\x01É╩F\x10¿rq¬?Ê‗cû-╩"
  b"""
    \x01É╩F\x10¬s\n
    ¿¡ðÒÄW┌\x01
    """
  b"\x01É╩F\x10¼s6│¡èï\x16\x02"
  b"\x01É╩F\x10¡p#ÿj9└£ÕöÂ"
  b"\x01É╩F\x10»qÚÀÎ\x0F\x02½▓ÿQ"
  b"\x01É╩F\x10▒q+╝W%ë¹╚1╩"
  b"\x01É╩F\x10▓pûñk_{àc\x17\x16"
  b"\x01É╩F\x10┤s\t®gX¡?[\x14É"
  b"\x01É╩F\x10ÁpÿÂpÛ£ms¤@"
  b"\x01É╩F\x10Àr¥í\eb%┴áb«"
  b"\x01É╩F\x10©rÚ▒&\x7F╔╗­WÖ"
  b"\x01É╩F\x10║qaÉ&¥yHâÈw"
  b"\x01É╩F\x10╝p─Ø߃jƒ╬\x1EÇ"
  b"\x01É╩F\x10¢q<¼\x00æF╬Ôßw"
  b"\x01É╩F\x10┐qéí\x1C\x19ÄÆ3\x11D"
  b"\x01É╩F\x10┴qð¬u\x05\vÀÃû▄"
  b"\x01É╩F\x10┬p┬Ä´XØϸÍÛ"
  b"\x01É╩F\x10─q╦░ð]‗\x00\t┤¨"
  b"\x01É╩F\x10┼r_¼└µ¨²c¥╗"
  b"\x01É╩F\x10Ãs\x7F¥x\x0FÛ!║´J"
  b"\x01É╩F\x10╔s©øn▀CNðð½"
  b"\x01É╩F\x10╩s█Æزí\x0E┌µc"
  b"\x01É╩F\x10╠p\x1C┤ð\r▒ýÄY'"
  b"\x01É╩F\x10═s¿©+V"hG>+"
  b"\x01É╩F\x10¤q¥éDaoÚ\x01¬┬"
  b"\x01É╩F\x10Ðs=½\x0ER\x0F\x03¶@╗"
  b"\x01É╩F\x10Êpoë\f\x08©âíFû"
  b"\x01É╩F\x10Èp‗¢ÙfZ\x03Ç\x01\r"
  b"\x01É╩F\x10ıspëäyÀ╔ƒsä"
  b"\x01É╩F\x10Îs²óýÏy«l╗e"
  b"\x01É╩F\x10┘p«╗Ü"\x11­áÉv"
  b"\x01É╩F\x10┌r3ÑËäñK2├."
  b"\x01É╩F\x10▄r&Á§▀¿ü[݃"
  b"\x01É╩F\x10¦r¤Á┬ªj╦Îco"
  b"\x01É╩F\x10▀sÀó\x07\x06\x01ƒÔ"
  b"\x01É╩F\x10Ósö½t 2F¿¯M"
  b"\x01É╩F\x10ÔsÓ│6a£uVao"
  b"\x01É╩F\x10õr%ÆÇÛ`ÈÍ»r"
  b"\x01É╩F\x10ÕrñùP¯\v­òd1"
  b"\x01É╩F\x10þq─¬ì\v\x7FuÝF\x05"
  b"\x01É╩F\x10Þr¦£░J9fÖ·\x14"
  b"\x01É╩F\x10ÛpõÉöÎdÔö\x1Eþ"
  b"\x01É╩F\x10ýr¼ú\x06\t┼#Q\r\x1F"
  b"\x01É╩F\x10Ýqê│OÙQƒÆíü"
  b"\x01É╩F\x10´r\x02Ä~Äã|╚ߢ"
  b"\x01É╩F\x10­rÒëëx*ß┐-|"
  b"\x01É╩F\x10‗p\x15ÁC>\es┌®·"
]
52 4.29 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 OFFSET 7000
Parameters:
[
  false
]
53 1.33 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩F\x10¾qêá╚└úöziÙ"
  b"\x01É╩F\x10¶s=╝2\x03´▒\x14ÚÀ"
  b"\x01É╩F\x10÷r´¼·o╝▄7ò>"
  b"\x01É╩F\x10¸p9û°4Þ\x1Dñ¡N"
  b"\x01É╩F\x10°q\x0F┐Ì&N╗k4ì"
  b"\x01É╩F\x10¨qä¥\x12\x03÷)×Â7"
  b"\x01É╩F\x10³siסâ¦tûÀ!"
  b"\x01É╩F\x10■rƒÑ)ö8╝\x7F"
  b"\x01É╩F\x10 r\x13Åj9\x11·─¿Û"
  b"\x01É╩F\x11\x01r]ç\eû!+®Sõ"
  b"""
    \x01É╩F\x11\x04ræÂÏ\x04┤║=\n
    º
    """
  b"""
    \x01É╩F\x11\x07q@ë´$\n
    ¡¼pæ
    """
  b"\x01É╩F\x11\x08p\x0EÑ5(â│c\x02+"
  b"""
    \x01É╩F\x11\n
    q\x13ÂBæ$╠╔█Ø
    """
  b"\x01É╩F\x11\fpª╗©\Ï\x11\vt"
  b"\x01É╩F\x11\x0Er█½S|ÛâÏ═Ç"
  b"\x01É╩F\x11\x0FsÊ×!─¶b<ƾ"
  b"\x01É╩F\x11\x11s"ôdèyÛ\f┘B"
  b"\x01É╩F\x11\x13q\éQT÷¸ZyK"
  b"\x01É╩F\x11\x15pvÜå\x11Q>\t¡\x7F"
  b"\x01É╩F\x11\x16sG│ıA┬┤\x1D╬╩"
  b"\x01É╩F\x11\x18p■×ÊiV±ãE┌"
  b"\x01É╩F\x11\x1Arké«\x18ÓÄz«╣"
  b"\x01É╩F\x11\x1CrN»|Ñ}ÃH´Ò"
  b"\x01É╩F\x11\x1DqPØ«\x14*67@u"
  b"\x01É╩F\x11\x1Fq<£tÕ \x02d■1"
  b"\x01É╩F\x11!r\x1DæûÏOß\ª¨"
  b"\x01É╩F\x11#rÐ│¹µ╬▄┐?x"
  b"\x01É╩F\x11%riè\{ðEÝàÚ"
  b"\x01É╩F\x11's,Ç╗\x18ê­­É^"
  b"\x01É╩F\x11)s1░ä \x05\x10┬l░"
  b"\x01É╩F\x11+pAÜT\x1FM©┐>Ð"
  b"\x01É╩F\x11-r(ù\x03\x020Ôí"
  b"\x01É╩F\x11/r0×\x07plÃ|\x1C\x05"
  b"\x01É╩F\x111rsåÿÙRYÍ\x1F1"
  b"\x01É╩F\x112sð½ö╚¡═À©½"
  b"\x01É╩F\x114r¼ùiÚâÃÎ3ú"
  b"\x01É╩F\x116r²Æò┘ì▓\x00\fÝ"
  b"\x01É╩F\x118s*ó\x04m§î╔EÇ"
  b"\x01É╩F\x119r)║ÉL\x05\x06ô\x030"
  b"\x01É╩F\x11;qÑÉm─çÚÉP\"
  b"\x01É╩F\x11=sçá|í÷/§¾j"
  b"\x01É╩F\x11>qéÅÚ_+:┐´¼"
  b"\x01É╩F\x11@s0Ö║\x08\x11Ï?║ð"
  b"\x01É╩F\x11Br¤░äy{¨yìÜ"
  b"\x01É╩F\x11Cq ÄQ\qäT÷k"
  b"\x01É╩F\x11Er¯ä¶cO\fR©7"
  b"\x01É╩F\x11GpýÂJÈ■9"&9"
  b"\x01É╩F\x11Iqô¬ÄÞãú$7ß"
  b"\x01É╩F\x11Jq=ëg·┤p\v¿▀"
  b"\x01É╩F\x11Lpk╣6{ 6▒ï\x1C"
  b"\x01É╩F\x11Ns\×y1¸i\x178Y"
  b"\x01É╩F\x11Orµá_║V¡µ¸y"
  b"\x01É╩F\x11QqH»Vûªoè6º"
  b"\x01É╩F\x11SqºìÅø┐n¹D"
  b"""
    \x01É╩F\x11Ur\n
    »Íô▀ƒ\x10Úê
    """
  b"\x01É╩F\x11VqÌ«»Îí├─M "
  b"\x01É╩F\x11Xr`ÀÛ└[Dú▀·"
  b"\x01É╩F\x11Zpªòé>╔w´õ╔"
  b"\x01É╩F\x11\r\x1Cÿ*æU\x13@‗¬"
  b"\x01É╩F\x11]pÊï·╝Î\x1A\x04q"
  b"\x01É╩F\x11_q\x0FÆ£4J®ÐX\t"
  b"\x01É╩F\x11ap/Á▄v\x19IoÆú"
  b"\x01É╩F\x11cqÅ┐É|\~tú\x18"
  b"\x01É╩F\x11ds<òâü"ôn¥-"
  b"\x01É╩F\x11fr]Áxý║Õ=Æ\x11"
  b"\x01É╩F\x11hsÞì£\x0F±Ú[s▒"
  b"\x01É╩F\x11iq{░ÌF╩┼½Ç\t"
  b"\x01É╩F\x11kp\t×M±ÊU¾Ä\"
  b"\x01É╩F\x11mpJç\x17òÌÜqÑ╩"
  b"\x01É╩F\x11nrÖ½öÙÏ\x15╔!Ü"
  b"\x01É╩F\x11pq²½ß÷┌ÔMÕT"
  b"\x01É╩F\x11rpn¢Á╣TëK~÷"
  b"\x01É╩F\x11sp\x1AêÈÄ~Øg╩╣"
  b"\x01É╩F\x11upÅäÿë[Ómä\x1F"
  b"\x01É╩F\x11wsåú\x00iì▄┬TÃ"
  b"\x01É╩F\x11ysÒ╗´\x0F┬d├╚¬"
  b"\x01É╩F\x11zq×╣u▀RÙP\x11'"
  b"\x01É╩F\x11|rÐö°Úì°╗Cµ"
  b"\x01É╩F\x11~rùùðùÒÉÒB╬"
  b"\x01É╩F\x11ÇqA½8­▀Å\x1Ec\x11"
  b"\x01É╩F\x11ésèü▓╗|8:³ð"
  b"\x01É╩F\x11äpwâ▓[<»╝Á%"
  b"\x01É╩F\x11àp░ûø'À\x05í΢"
  b"\x01É╩F\x11çsqè\x1E!q\x08\x01ÇÏ"
  b"\x01É╩F\x11ëq╣░WÀ÷Mëª*"
  b"\x01É╩F\x11ïs┘Ñ_fV▄╦|°"
  b"\x01É╩F\x11îpe│*■\x05═╦┤\r"
  b"\x01É╩F\x11Äsૃ\x02É║H=!"
  b"\x01É╩F\x11És╩ª(├Jg¢Â]"
  b"\x01É╩F\x11Æs`¿F0LK█4©"
  b"\x01É╩F\x11ös\x04É,ܸ­ã\x17\x05"
  b"\x01É╩F\x11òqmä║╩ßìN‗b"
  b"\x01É╩F\x11ƒp\x15╣$┐Ï!Æ\x07T"
  b"\x01É╩F\x11ápGè¥┼\x0FÇú\x0Ep"
  b"\x01É╩F\x11íp\x17Æéok┘ñ5Ã"
  b"\x01É╩F\x11úr7îü5zØÔÊÔ"
  b"\x01É╩F\x11ÑqTù'F$─½:l"
  b"\x01É╩F\x11ºsÀò¦╦¼\x0FÈN\x03"
  b"\x01É╩F\x11¿sµÆ\x0E«\vB>ªq"
  b"\x01É╩F\x11¬rƒ×\x01D├VUä%"
  b"\x01É╩F\x11¼p8êïiND_.÷"
  b"\x01É╩F\x11¡rv×J¼\u\f"
  b"\x01É╩F\x11»rÉòÃ%\e)╔¿y"
  b"\x01É╩F\x11▒sPìg\x0EÿáD³\x16"
  b"\x01É╩F\x11▓s÷│Òeª®Ï@Ü"
  b"\x01É╩F\x11┤q\x12ØPÉ%\x15dz╚"
  b"\x01É╩F\x11ÂsƒÅôEõfN█´"
  b"\x01É╩F\x11ÀsÌ╗I╠3ÊóC."
  b"\x01É╩F\x11╣q\ì╩CÝ\x04\x16²="
  b"\x01É╩F\x11╗sçª~qîgÇãn"
  b"\x01É╩F\x11╝r╦ì▀─Üélh»"
  b"\x01É╩F\x11¥pyª´\x11Û╣.▀Ï"
  b"\x01É╩F\x11└rèæıÐ#╠¥%U"
  b"\x01É╩F\x11┴s8ƒt\x04f<╣\x16h"
  b"\x01É╩F\x11├q#½§èÞÂ\x1D█╝"
  b"\x01É╩F\x11─qlò8&"┐\x12­±"
  b"\x01É╩F\x11ÃrO®Ê]¤i4x╝"
  b"\x01É╩F\x11╔rQîÓ╚u\r .▄"
  b"\x01É╩F\x11╦rd©¿\x1E-\x1Dí&þ"
  b"\x01É╩F\x11╠pE¡s|HÏ$âT"
  b"\x01É╩F\x11╬r\x07│(ªd\x06Á\x12\x11"
  b"\x01É╩F\x11ðrvúÖªútáqó"
  b"\x01É╩F\x11Êq2┤=ø!║£¡K"
  b"\x01É╩F\x11Ës▓ÆößÂ\x06Õ+×"
  b"\x01É╩F\x11ıs\×ÈÔ\x17█│Ü╬"
  b"\x01É╩F\x11Îs$¢A\m|╚\x16E"
  b"\x01É╩F\x11┘qþç╔Ò­B¡x\x08"
  b"\x01É╩F\x11█s╩¿ÐøöB¾û┐"
  b"\x01É╩F\x11¦qx×\x08\eRÄáCê"
  b"\x01É╩F\x11▀r╚¼©Ù\x08┘K═\x11"
  b"\x01É╩F\x11ßrò¼X\fu6^LÎ"
  b"\x01É╩F\x11Òs.╣n.<4\x03P4"
  b"\x01É╩F\x11õpÒô)+AJT¾²"
  b"\x01É╩F\x11µs{èü)╩vÍ*K"
  b"\x01É╩F\x11Þq|┤\x14\x01p§¥L╩"
  b"\x01É╩F\x11Ûs'Ö█▓|┘¡║\x19"
  b"\x01É╩F\x11ÝpÄââ1▀ìøû┴"
  b"\x01É╩F\x11´pº░Þâ5Mè├Z"
  b"\x01É╩F\x11‗sõÉ\x01\x7F¤\x0Eu"
  b"\x01É╩F\x11¶sfÆ[\x0FØLÞ~v"
  b"\x01É╩F\x11÷s\x02Â■p\x16JiC\r"
  b"\x01É╩F\x11°svñj´Ó°=\x03\x13"
  b"\x01É╩F\x11·p\x1E¢s\x13╔ÊÓ_,"
  b"\x01É╩F\x11¹p}è¹fÈ=0ÞT"
  b"\x01É╩F\x11²plÅ2▀└½7╚ì"
  b"\x01É╩F\x11 pÂüAzÒb9ã«"
  b"\x01É╩F\x12\x00r°¢\x12z║M┴Sj"
  b"\x01É╩F\x12\x02søá╗6¥ååñ<"
  b"\x01É╩F\x12\x04q\x08º¢|Äï´Ùå"
  b"\x01É╩F\x12\x05s\x12ª‗ë║ıÐÖÔ"
  b"\x01É╩F\x12\x07r³¼vÞÂ\eËN²"
  b"\x01É╩F\x12\tq,×BU¥æ│þ\x00"
  b"\x01É╩F\x12\vräæº[e£\x18#h"
  b"\x01É╩F\x12\fqÂíÇqıMì>╩"
  b"\x01É╩F\x12\x0Eq,á%6|\x05^I$"
  b"\x01É╩F\x12\x10p.DZ\x13zZbÑ@"
  b"\x01É╩F\x12\x11p\x16©«Asã\x16Å\x01"
  b"\x01É╩F\x12\x13p`ùelCî]╩├"
  b"""
    \x01É╩F\x12\x15q\x1Fòøü#\n
    ³\n
    å
    """
  b"\x01É╩F\x12\x17p'ÄÏ3!ÎÌbÂ"
  b"\x01É╩F\x12\x19sä▒Æ\x18╠mzOu"
  b"\x01É╩F\x12\x1AsN▓þ\x04Ú\x00\x12.c"
  b"\x01É╩F\x12\x1CqÜô¤\x11­╩è¿,"
  b"\x01É╩F\x12\x1Er]Ǻ\x07õ╦³°Õ"
  b"\x01É╩F\x12 p¦░░È}£ýÓÐ"
  b"\x01É╩F\x12"q\x01ü■.ı\x0FL│ú"
  b"\x01É╩F\x12$p]À#ÚÕ¶\x00"
  b"\x01É╩F\x12%p¢▒®Nr;F)\x11"
  b"\x01É╩F\x12'p¶¥Z¹┐Ã[Î="
  b"\x01É╩F\x12)r\x14Ü ÏLD\x1DÖ:"
  b"\x01É╩F\x12+psÆÅ/bù\x10Qf"
  b"\x01É╩F\x12-p\x1D│dÁi¯└\x17\"
  b"\x01É╩F\x12/r¯úÀp│ûFÔ\x10"
  b"\x01É╩F\x121s\x1Cò\x05┴_x:\fû"
  b"\x01É╩F\x122qÓ¢vð'îãÿ\x08"
  b"\x01É╩F\x124s5╗ñ½¨>PY¡"
  b"\x01É╩F\x126pÒíL░'╗┐0Ç"
  b"\x01É╩F\x127pmÆ«▄╚öÁ2ó"
  b"\x01É╩F\x129qÉ¥╠?´ê»³¶"
  b"\x01É╩F\x12;r‗Ä1M¨\x1E)±Û"
  b"\x01É╩F\x12<r\x13àá)\x16\x058═"
  b"\x01É╩F\x12>ró¬¥+ͧÒ░á"
  b"\x01É╩F\x12@sHë\x14P▄\x15ð0\x7F"
  b"\x01É╩F\x12ArÑÂs(|Òà\x14\x17"
  b"\x01É╩F\x12CpO¬SË┤└ïÞÅ"
  b"\x01É╩F\x12Er0¥9▒ß-Mã!"
  b"\x01É╩F\x12Grþè╔ô ñ\x00ı}"
  b"\x01É╩F\x12Hs\e│»Ø│±Ç\x12Y"
  b"\x01É╩F\x12Jp┼â┼■Õ¿xé└"
  b"\x01É╩F\x12LsêÜP·tÔ\x04â^"
  b"\x01É╩F\x12Mp^¿ÔÜ<\á¨│"
  b"\x01É╩F\x12Or\x02ïh^ÅreéS"
  b"\x01É╩F\x12Qptº═╣XËsçs"
  b"""
    \x01É╩F\x12Srı╗6╗\x0Eú©\n
    Õ
    """
  b"\x01É╩F\x12Tq!à&qA=X▒R"
  b"\x01É╩F\x12Vp0éÓÐ\x03Ú­v "
  b"""
    \x01É╩F\x12Xq%¢`|Ö\x1A\n
    ×~
    """
  b"\x01É╩F\x12Yp9ØÉ┼c©áØó"
  b"\x01É╩F\x12[rÃÙwß\fhÕ4"
  b"\x01É╩F\x12]qÕï ─zÆËc&"
  b"\x01É╩F\x12_p¾»uY"Çt─\x13"
  b"\x01É╩F\x12`r\x04ïXé\x11íy²}"
  b"\x01É╩F\x12bs\x0Eì×ù┌\x1F\x0F\x01"
  b"\x01É╩F\x12dr‗Ü¡\r·,È\x7Fl"
  b"\x01É╩F\x12es¢Ñ¯³|ÙéæB"
  b"\x01É╩F\x12gs^Å÷d0V\x18ûì"
  b"\x01É╩F\x12iséëM¼º\x0Ftcy"
  b"\x01É╩F\x12jsîí█\x12KëszÎ"
  b"\x01É╩F\x12lpóÆ%´Ý▓w#-"
  b"\x01É╩F\x12nsÚŽÖ'â`|█"
  b"\x01É╩F\x12orÎó´\x04╣└µ¸+"
  b"\x01É╩F\x12qpº╗M\x00fËo┬\x01"
  b"\x01É╩F\x12sqıÜËnR¹ãJ╗"
  b"\x01É╩F\x12tr¬ÀÜÎ5£\x19ÚM"
  b"\x01É╩F\x12vr\x08ز┤┌│É\x0Fê"
  b"\x01É╩F\x12xq̪ÆÓ{øßlY"
  b"\x01É╩F\x12zscò?øq÷B▄╦"
  b"\x01É╩F\x12{qoÑE¯ ¯K║^"
  b"\x01É╩F\x12}p\x13ê\x1Cûq┼7Óù"
  b"\x01É╩F\x12\x7Fqƒí§G╦>¹Úí"
  b"\x01É╩F\x12ÇsÈ«╝\x08õð\x08)'"
  b"\x01É╩F\x12és\x17¥yçMW\x1C:ÿ"
  b"\x01É╩F\x12äraÿCq8©õ5Ð"
  b"\x01É╩F\x12àq╣ÁÆÍãü°û¸"
  b"\x01É╩F\x12çsν7\x00ã-R¢¤"
  b"\x01É╩F\x12ësÝ¢áÔ0åÑÓÜ"
  b"""
    \x01É╩F\x12èrôª\n
    ^Ñ°Dék
    """
  b"\x01É╩F\x12îqÿ£Ì┤hx‗]Ê"
  b"\x01É╩F\x12Äpµ┐║\x14ï§Á\x04S"
  b"\x01É╩F\x12ÉqKêl{`A£─\t"
  b"\x01É╩F\x12æq▓Åë└┌ð╦yê"
  b"\x01É╩F\x12ôrÃ░╚U┘{0á²"
  b"\x01É╩F\x12òp▀¥¾°\vï┬─Ø"
  b"\x01É╩F\x12ûqÎÅÊëcø(▀¸"
  b"\x01É╩F\x12ÿpä»WÛûNj\õ"
  b"\x01É╩F\x12Üq\x1Eú╣^S┌)╦V"
  b"\x01É╩F\x12øq┐â!°É§]2m"
  b"\x01É╩F\x12Øs\x10ôã)ƒ'lXò"
  b"\x01É╩F\x12ƒq Áëä3ôåEã"
  b"\x01É╩F\x12áqÊ؃³½lݬ\x16"
  b"\x01É╩F\x12ór¿àëK½Bu'_"
  b"\x01É╩F\x12ñpeÂ|e╗Ô¿»ø"
  b"\x01É╩F\x12Ñq\x16¿äø 2U8¤"
  b"\x01É╩F\x12ºq\x13ƒ4d¼▀>zh"
  b"\x01É╩F\x12®rr»\eÅ\x19╗-▓/"
  b"""
    \x01É╩F\x12¬q\n
    ╣ Òy\x06z®┬
    """
  b"\x01É╩F\x12¼p\x17£\t\x1A^ª┐dW"
  b"\x01É╩F\x12«p\x00┤àê~QMe╝"
  b"\x01É╩F\x12»p┤ª\x1CîÕµ\x11oi"
  b"\x01É╩F\x12▒sìÅ75¿!ÊO╦"
  b"\x01É╩F\x12│rÃàÒïj\x14%úá"
  b"\x01É╩F\x12Ás┴À½Ì£Ò\x02¼þ"
  b"\x01É╩F\x12ÂrËù\x17ä&ycØ·"
  b"\x01É╩F\x12©s\fÑ┐½I[à.\x7F"
  b"\x01É╩F\x12║r0ò*å\x0F\x16\x08█e"
  b"\x01É╩F\x12╝s;ù■╦\f9╗‗8"
  b"\x01É╩F\x12¢qHï@MK¦\x16\x04"
  b"\x01É╩F\x12┐s%▒÷s¦:~kØ"
  b"\x01É╩F\x12┴qË®╩┴óµ─\eí"
  b"\x01É╩F\x12├q■À;\vÛXX\eó"
  b"\x01É╩F\x12┼pOá1R«øm¸╩"
  b"\x01É╩F\x12ãsÉøî²õ├ù┴Q"
  b"\x01É╩F\x12╚q1░|┐ÖRk\x1F"
  b"\x01É╩F\x12╩råêCä§æ+$\f"
  b"\x01É╩F\x12╠pÕú8╠øÍÞ9B"
  b"\x01É╩F\x12═s½íu¨╩Æ╗\x1E"
  b"\x01É╩F\x12¤pwùE¾ÁgC¼ù"
  b"\x01É╩F\x12Ðs¿å1}E¦ø>p"
  b"\x01É╩F\x12ËpÖ¡C\x19║çH\x06·"
  b"\x01É╩F\x12ıqì▓¶®Ú║Ò\x06;"
  b"""
    \x01É╩F\x12Îr░òååѪ\n
    \f°
    """
  b"\x01É╩F\x12ÏqÛé[ÂYå#ða"
  b"""
    \x01É╩F\x12┌s\n
    æg└ôÓ┬Ãm
    """
  b"\x01É╩F\x12█swÉxõÊnð§\x16"
  b"\x01É╩F\x12▄qıÖÔ½├\x18\x7FÃX"
  b"\x01É╩F\x12Ìq‗ëù\x14\x17"‗i|"
  b"\x01É╩F\x12ÓrjÁ\x11`┼═╦╚¬"
  b"""
    \x01É╩F\x12ßsЃà©╗\n
    +!?
    """
  b"\x01É╩F\x12Òq2╝,e&\x7F&R\x02"
  b"\x01É╩F\x12Õp}ÇñÕV«@S\x17"
  b"\x01É╩F\x12µpܼ=qû\x03┐░#"
  b"\x01É╩F\x12Þrçì5ͬ4\x06═X"
  b"\x01É╩F\x12Ûr╣×ô╠rÕ\x14V‗"
  b"\x01É╩F\x12ýq░ô┐ø4ü7´É"
  b"\x01É╩F\x12¯rÒ┐©\x10\O\x13³L"
  b"\x01É╩F\x12­q=¥\x06¬\x03k└8┘"
  b"\x01É╩F\x12±q¶Ø#Í'ƒ[\x1Cþ"
  b"\x01É╩F\x12¾s ó6½6╝Ú\x13ÿ"
  b"\x01É╩F\x12§s£øbä¾\x19©W8"
  b"\x01É╩F\x12÷r°Ö7\x07ÿ╚┬Î{"
  b"\x01É╩F\x12°suÄQ@»░H(9"
  b"\x01É╩F\x12·qñ×\x11LÂò©®╚"
  b"\x01É╩F\x12¹r­ê\x1Dï[F+\rn"
  b"\x01É╩F\x12²qÔÑB\x1Cc£këò"
  b"\x01É╩F\x12 p\x00©r\x0F\x18cL\x06ô"
  b"\x01É╩F\x13\x00q±¡·\x15Ù/═ÅS"
  b"\x01É╩F\x13\x02rÍ▒\x0EÝf£SÏ║"
  b"\x01É╩F\x13\x04sã£╠÷┴╣®ºF"
  b"\x01É╩F\x13\x05r~».&>Üp]\x02"
  b"\x01É╩F\x13\x07q×▒vç\x00\x7F╦D"
  b"\x01É╩F\x13\tp─╣Òlà\x1CÁÿ\x08"
  b"\x01É╩F\x13\vqä®\feÅó\x08·ý"
  b"\x01É╩F\x13\fq║¿╬X¤£\x1D²y"
  b"\x01É╩F\x13\x0Ery¼Z¸ù░\x18Õ\f"
  b"\x01É╩F\x13\x10r▄ÿ\x0F'■N<Uz"
  b"\x01É╩F\x13\x11súç¶▓yFÿÃ┬"
  b"\x01É╩F\x13\x13pt¼à\x1Cy5îTj"
  b"\x01É╩F\x13\x15pÆèkÒU¢1¿y"
  b"\x01É╩F\x13\x16q\x07à\faî┌\x12╬+"
  b"\x01É╩F\x13\x18pÚÆ \x03a(L±ı"
  b"\x01É╩F\x13\x1ArSÇe"┼e^º¶"
  b"\x01É╩F\x13\eqdÿM®³│F\r<"
  b"\x01É╩F\x13\x1DrØ»aͱ§ðù╩"
  b"\x01É╩F\x13\x1Fq\x7F¢\x16ü 5\e²·"
  b"\x01É╩F\x13 q¿ò\x0F\x1D╣JoN]"
  b"\x01É╩F\x13"qÏ│8n¾-.\x15Ü"
  b"\x01É╩F\x13$p\x10©\x04\f¸yùI░"
  b"\x01É╩F\x13&s3ì┌2ï\x18Á#½"
  b"\x01É╩F\x13'rF¼P_=¤4Kq"
  b"\x01É╩F\x13)q\x1Fª5Û▒,╠╚\x10"
  b"\x01É╩F\x13+sÍóùÍR­ôW¾"
  b"\x01É╩F\x13,r[Ä▒\x06ÃG\x10{╝"
  b"\x01É╩F\x13.stºÇu╩Pç+\x0E"
  b"\x01É╩F\x130q╔│Â\fÞì<ê³"
  b"\x01É╩F\x131píÁbdáÉT╦Þ"
  b"\x01É╩F\x133q¾░<@ªË$­e"
  b"""
    \x01É╩F\x135p├Ø?Ø╚,ô\n
    <
    """
  b"\x01É╩F\x137p3½ö«\x1FC)╦@"
  b"\x01É╩F\x138pû░╩ñR_RKr"
  b"\x01É╩F\x13:q£Çµ£┴'¤S+"
  b"\x01É╩F\x13<r`æý▓i═E\x1DN"
  b"\x01É╩F\x13=r}Ñ▀6r\x08\x00Ùð"
  b"\x01É╩F\x13?rÎâÀ╔\e\x1A¬─c"
  b"\x01É╩F\x13ApS¬¹\x11\x12\x1F\x15\x18"
  b"\x01É╩F\x13BpÚñåÔé¯ü=ï"
  b"\x01É╩F\x13DqËÅÈ¢Ý\x17\x1F"
  b"\x01É╩F\x13FsT╝pC.╝'çü"
  b"\x01É╩F\x13Gqløí±w½\x1F┘m"
  b"\x01É╩F\x13Is\x03ól╝pÕH\x00Ó"
  b"\x01É╩F\x13Kp_ªë%_j*¼þ"
  b"\x01É╩F\x13Lqëâôò\rFh{ä"
  b"\x01É╩F\x13Ns\x11ç:bé╩å>ç"
  b"""
    \x01É╩F\x13Pp\x02▓_\n
    PÀ,¹_
    """
  b"\x01É╩F\x13QsËëï÷ÿ}BjÞ"
  b"\x01É╩F\x13Ssi½ƒ▀è´»Ó«"
  b"\x01É╩F\x13Uqe┐‗l±\x15\x0EX░"
  b"\x01É╩F\x13VpÖÆ&+U\x17¿N\x08"
  b"\x01É╩F\x13Xrií}y°-q\v8"
  b"\x01É╩F\x13ZqÈî)C!╔<©k"
  b"\x01É╩F\x13\p®Åà>╠ÞAú\x0F"
  b"\x01É╩F\x13]rÝäͺÙf└ıu"
  b"\x01É╩F\x13_sËï║» ]«\eÒ"
  b"\x01É╩F\x13asA×"TS\x03X[░"
  b"\x01É╩F\x13bp╣Äá>>?#L~"
  b"\x01É╩F\x13dpd®ATºÒä°?"
  b"\x01É╩F\x13fq\x0EªìÝð▓~a¹"
  b"\x01É╩F\x13gqı¿¤┬qùz─f"
  b"\x01É╩F\x13isƒ¢=Öà©ûuà"
  b"\x01É╩F\x13kpVØØ*ï┌\x16┤9"
  b"\x01É╩F\x13ls\x06â¾\x00m <õn"
  b"\x01É╩F\x13npq®\x11\x11ı©ÿbí"
  b"\x01É╩F\x13pr÷î┴[\x1F\x1A2Bb"
  b"\x01É╩F\x13qr¯Å+)8'H97"
  b"\x01É╩F\x13ssÜ╗Ëó\x16\x06ô│:"
  b"\x01É╩F\x13up╬┐À9_\x1EÀÏ\x1F"
  b"\x01É╩F\x13vr┤çã2Ó£²╚▒"
  b"\x01É╩F\x13xp║╣Æ7µþê\re"
  b"\x01É╩F\x13zr╦Ü@«rW=┬è"
  b"\x01É╩F\x13{qô┤░TÏ3Áؼ"
  b"\x01É╩F\x13}s\ù┼t▓}sÖA"
  b"\x01É╩F\x13\x7Fs‗ÆÈ"Wn¼è\x1C"
  b"\x01É╩F\x13Çq\x1E£wòÒ#é\f"
  b"\x01É╩F\x13érK½ØÜ¥D«{»"
  b"\x01É╩F\x13ärÈ¿døÆ\x17\x19"
  b"\x01É╩F\x13àr}┤æ║ï\x14wiä"
  b"""
    \x01É╩F\x13çs±Ü¢║9┐\n
    ,B
    """
  b"""
    \x01É╩F\x13ër╣│\n
    uÊÜìo┼
    """
  b"\x01É╩F\x13èsÑòTðPùÇ\x0Fý"
  b"\x01É╩F\x13îqÛÿ╦°Ò(x#¯"
  b"\x01É╩F\x13Är\x03ø▓!Øı¢@^"
  b"\x01É╩F\x13År=ëÔ╚×╗#Z\x0E"
  b"\x01É╩F\x13æs╣øIOP2╠ÐÝ"
  b"\x01É╩F\x13ôp\x12¢┼êöÂ:jï"
  b"\x01É╩F\x13ösÌñh{+óò\x07"
  b"\x01É╩F\x13ûrxÿËn\x08zMã┴"
  b"\x01É╩F\x13ùq.å▓\x133ƒn½´"
  b"\x01É╩F\x13Öp²éK­ıƒ┐÷\x08"
  b"\x01É╩F\x13Üq¯ƒ\fc╝t╝{@"
  b"\x01É╩F\x13øs\t\x00\v`á&ld"
  b"\x01É╩F\x13£qV»┴*î\x17H▄¶"
  b"\x01É╩F\x13ØqQܳ╚©õ\x1D"
  b"\x01É╩F\x13ƒs\x02ÀF1Ðd\x10¬u"
  b"\x01É╩F\x13ásV│§è▓øþG¹"
  b"\x01É╩F\x13órÍ║\x1DãM×\x12Y\x13"
  b"\x01É╩F\x13úr■åR\x19èé┐QB"
  b"\x01É╩F\x13Ñp¾îR¥>UÖÁÎ"
  b"\x01É╩F\x13ºsíÆmÞ8è¼ı"
  b"\x01É╩F\x13¿püá‗@\x03h┴ ("
  b"\x01É╩F\x13¬r.áÑ©§NXÌC"
  b"\x01É╩F\x13½qûç╗»╚õÍX¤"
  b"\x01É╩F\x13¡qƒÑ\x03Ü%w3õÒ"
  b"\x01É╩F\x13»q²æ,À■\f\x11\e¨"
  b"\x01É╩F\x13░s\væ±\x07Ò▀ÉÄ╝"
  b"\x01É╩F\x13▓qXá░bE\vG)ü"
  b"\x01É╩F\x13│sÑÁp\x7F\x02TYW4"
  b"\x01É╩F\x13Ár▓┐¤Fx\x01d═3"
  b"\x01É╩F\x13Àq║üM\x0FѾ,─╚"
  b"\x01É╩F\x13©qÅ»ë°▒DXøÇ"
  b"\x01É╩F\x13║pnƒ╗e\x1F┘mùà"
  b"\x01É╩F\x13╗qaÇçfß&*■\"
  b"\x01É╩F\x13¢qv│┘ì½ RÕ╩"
  b"""
    \x01É╩F\x13¥síä\x01qÃR»\n
    s
    """
  b"\x01É╩F\x13└r§ÄΫăÆX\x1D"
  b"\x01É╩F\x13┬s\x1Eñ\x08GÅ£-c¡"
  b"\x01É╩F\x13├q\x00øc└ëz\x19T*"
  b"\x01É╩F\x13┼r{¡<\x19¡\x14¡Ú\x12"
  b"\x01É╩F\x13Ãr¸Øþ>¾f_os"
  b"\x01É╩F\x13╚sL┤!D~ðFt╣"
  b"\x01É╩F\x13╩q¾üG´2Hê5I"
  b"\x01É╩F\x13╦ríêÏ\x08ö¦\fôÖ"
  b"\x01É╩F\x13═sÃ░¢{J·Áôù"
  b"\x01É╩F\x13╬p»£4"þ(²\x11ø"
  b"\x01É╩F\x13ðq\x13»ö│HR\t"
  b"\x01É╩F\x13Ês\eª┘ÍO8§\x02Ã"
  b"""
    \x01É╩F\x13Ës═╝\x10¸¡\n
    Q\x16M
    """
  b"\x01É╩F\x13ıp¡ñu\x10\x17©\x08\x1E["
  b"\x01É╩F\x13Ísè¼╗µ?\x0FâoÚ"
  b"\x01É╩F\x13Ïsþ╝▒ÄfGÞhg"
  b"\x01É╩F\x13┌q@ö÷Ñy└├¬G"
  b"\x01É╩F\x13█p;ù~9M4L═Ð"
  b"\x01É╩F\x13¦qꫤÛ\x06x\x1Fôr"
  b"\x01É╩F\x13ÌsU«▄\x00î╩Ñý'"
  b"\x01É╩F\x13Ór─╝{m4K\x1A\x1E×"
  b"\x01É╩F\x13Ôr"Ƭ%c>ô¼Â"
  b"\x01É╩F\x13Òr\x07ï\x17´®fÖ&#"
  b"\x01É╩F\x13ÕsÐä²þU§¥>n"
  b"\x01É╩F\x13µr~ù▓\x15¡B╬¸ß"
  b"\x01É╩F\x13Þq"Ø\v\v\x14¿ï"
  b"\x01É╩F\x13Ûs£À]àŸñ°ý"
  b"\x01É╩F\x13ÙrMØz▓■Uc×T"
  b"\x01É╩F\x13Ýp>▒-O&ÂÄU¼"
  b"\x01É╩F\x13¯s├ôN\x19╦¹\e¬|"
  b"\x01É╩F\x13­s\x06ûÊ\x1D─´Õ'O"
  b"\x01É╩F\x13±r╣Àê\x1D͸╠:3"
  b"\x01É╩F\x13¾r■ÜD\x15╦¢zI\x17"
  b"\x01É╩F\x13§r7à▄á7▄Îüb"
  b"\x01É╩F\x13÷qÀÄa\x1Em¼IÕÈ"
  b"\x01É╩F\x13°r§ÜÒ\x1F\x18eôg"
  b"\x01É╩F\x13¨qh×R─2ïõ·▓"
  b"\x01É╩F\x13¹s├ÀÛÂ\x0Eòƒû:"
  b"\x01É╩F\x13²r}ùÊ0dò¾Qº"
  b"\x01É╩F\x13■s\x17▓]@▒a°}\x12"
  b"\x01É╩F\x14\x00p\t┐¸Eeêe<À"
  b"\x01É╩F\x14\x01pк\vè+¿ç\x02e"
  b"\x01É╩F\x14\x03qhëw┴G6\x06d8"
  b"\x01É╩F\x14\x05sjØk"ñ#╩Fï"
  b"\x01É╩F\x14\x06r+®\x00³:JW|┴"
  b"\x01É╩F\x14\x08qÎöà\x06ìeç+ô"
  b"\x01É╩F\x14\tp¾öì&`$\x16┴f"
  b"\x01É╩F\x14\x0ErbƒıÍÑn├D\x17"
  b"\x01É╩F\x14\x0ErbƒıÍÑà?³Z"
  b"\x01É╩F\x14\x0FqÅøÿó¨xZ¯Þ"
  b"\x01É╩F\x14\x10q\x18«c«┴╔úëV"
  b"\x01É╩F\x14\x12r×▓ç<­\x00\x00\eS"
  b"\x01É╩F\x14\x14r8À7Õh/þûÖ"
  b"\x01É╩F\x14\x15r▒ä#¨ù\x1Cù.█"
  b"\x01É╩F\x14\x17päÑE¬UwÕ─Þ"
  b"\x01É╩F\x14\x19q\x05ö\x13uGï@æ?"
  b"\x01É╩F\x14\x1Aq!ÖEÆ\x15\ePT²"
  b"\x01É╩F\x14\x1Cs\x1Dçþ¼\x18Wiß╣"
  b"\x01É╩F\x14\x1Dq\x11à#Rı-×tä"
  b"\x01É╩F\x14\x1Fs8줹º─cõÖ"
  b"\x01É╩F\x14 poÜ)▓f*G\x1A"
  b"\x01É╩F\x14"p3ÉòFò╣é{_"
  b"\x01É╩F\x14$p╝×7╠{b╬\x11"
  b"\x01É╩F\x14%pÙDZ╦╝>|*ú"
  b"\x01É╩F\x14's¸Ø\fä;ê6[■"
  b"\x01É╩F\x14(s,ärI?H\x7F\x14%"
  b"\x01É╩F\x14*q▄£[QÕ═\x0Fº©"
  b"\x01É╩F\x14,pbü1¸\x1DzÐkÓ"
  b"\x01É╩F\x14-qIìjıyæé6\x01"
  b"\x01É╩F\x14/q─ñ\x05fùø}°\f"
  b"\x01É╩F\x140sèÜA=\x18\x17ýN8"
  b"\x01É╩F\x142qÚä1RÕ\x08\x10Pk"
  b"\x01É╩F\x144q╠░┤├_(¤,("
  b"\x01É╩F\x145rtÑ^╚├\x000Ö▓"
  b"\x01É╩F\x147pr»\rÞ\e\x00Ã"
  b"\x01É╩F\x148rÂ▓Nì¾Kã@³"
  b"\x01É╩F\x14:p┘▓▀z\x16Îd\x13]"
  b"\x01É╩F\x14<pÚæ\x10¡la\x0FV1"
  b"\x01É╩F\x14=rGí\x17çh®O#Á"
  b"\x01É╩F\x14?qc¼òÌ╚\\x11"
  b"\x01É╩F\x14@s¬ƒm@;Dz\x00]"
  b"""
    \x01É╩F\x14Bp\n
    ┐½Ð\x10mñ×Î
    """
  b"\x01É╩F\x14Dp ª,CÖ\x0Fı'""
  b"\x01É╩F\x14Es¢ú├l╗\x04a\x05Ú"
  b"\x01É╩F\x14Gqç®8¾|³Ä¤!"
  b"""
    \x01É╩F\x14Hs\x01è\n
    äç9\x7F­\x04
    """
  b"\x01É╩F\x14Jr\x1A®JP?x\x15^╣"
]
54 4.34 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 OFFSET 7500
Parameters:
[
  false
]
55 1.28 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩F\x14LqUñZ╠óJwcz"
  b"\x01É╩F\x14Mq@óp¤¬x╔wú"
  b"\x01É╩F\x14Oq\eûPsGs \x04:"
  b"\x01É╩F\x14Psù┐<■÷oÑ\x03#"
  b"\x01É╩F\x14Rpä½G─V°├íñ"
  b"\x01É╩F\x14Ts%»¶ÿ\x134°úI"
  b"\x01É╩F\x14Us■Àa\x17\x14¤Wé{"
  b"\x01É╩F\x14WqXÄIàGÅ\x07A?"
  b"\x01É╩F\x14Xs~ø▄³¿\\x1C\x1FU"
  b"\x01É╩F\x14Zq\x00\x01│7¿7cO"
  b"\x01É╩F\x14\s\x1Cò×dÚ °-="
  b"\x01É╩F\x14]s4Á╬\rÜ\x0F╚ßB"
  b"\x01É╩F\x14_p╠áªù2‗Ó°▄"
  b"\x01É╩F\x14`sL¿¶q\t\x10"
  b"\x01É╩F\x14bqÉç¥┤** .`"
  b"\x01É╩F\x14cp\x12ëÌù\x17\x08\x1D"
  b"\x01É╩F\x14ep}¼"/\x1A\x16"
  b"\x01É╩F\x14gsã¥▓9\x1A)\x15É9"
  b"\x01É╩F\x14hrkÉ{#Ol½Ç¨"
  b"\x01É╩F\x14jsñÂóËâé╩5\x17"
  b"\x01É╩F\x14ksW║+a´\x14\x08.\x1C"
  b"\x01É╩F\x14msEî\x0F\x0Fª \x12\▀"
  b"\x01É╩F\x14osѪ*Þ┼jii`"
  b"\x01É╩F\x14psw¬úûwÅpP¦"
  b"\x01É╩F\x14rr`êXùàá\x1D"
  b"\x01É╩F\x14sq╔ü!0]ÊÚº~"
  b"\x01É╩F\x14upA╗£¿¢╣Bı┼"
  b"\x01É╩F\x14ws·¥èGéVlDz"
  b"\x01É╩F\x14xqi¿=■6\x16\x05A!"
  b"\x01É╩F\x14zpµ¢ç} ´~\x15B"
  b"\x01É╩F\x14{sãÜзKù\v%]"
  b"\x01É╩F\x14}sKïÕ¶%×\x14\x12"
  b"\x01É╩F\x14\x7Fr\x1E¼▓ú§IX:d"
  b"\x01É╩F\x14Çrê¡æV\tj\x18¡ï"
  b"\x01É╩F\x14éq'®\F9çÿ}ä"
  b"\x01É╩F\x14âpp┐QE¸'¤┐Z"
  b"\x01É╩F\x14àpêû¯¬\x16VàÙ®"
  b"\x01É╩F\x14çqÚª^\x02ïm\x1E}T"
  b"\x01É╩F\x14ês\v╗-`^Ðà\x15®"
  b"\x01É╩F\x14èsOâ¿*M\v▒]å"
  b"\x01É╩F\x14ïs\x06îå\x12dÕâ©w"
  b"\x01É╩F\x14ìq'î\x1F;\x19¸2f\x08"
  b"\x01É╩F\x14ÆqØæ+w\x0E█©FÍ"
  b"\x01É╩F\x14ôpTò0®-+°"\x16"
  b"\x01É╩F\x14ôpTò0®-C±½¤"
  b"\x01É╩F\x14òq╦¬Ë\x07¿m¸RÙ"
  b"\x01É╩F\x14ûs" &\x18ý(┐4"
  b"\x01É╩F\x14ÿs┌ºtyDbtÝ1"
  b"\x01É╩F\x14Üs5░█┐¾\x11Õ▒\"
  b"\x01É╩F\x14øq│ä├¡\x06ø▒Ö\x13"
  b"\x01É╩F\x14£r½ü¢o\x7FÀë¨ý"
  b"\x01É╩F\x14Øs߬¼v¸\x16ûRP"
  b"\x01É╩F\x14ƒr ¢█§[,ÝrC"
  b"\x01É╩F\x14ár\x1C╣┴7\fØî╚‗"
  b"\x01É╩F\x14óppæPÊ═δNÈ"
  b"\x01É╩F\x14úqÿ│ƒ\x12Äû´³¿"
  b"\x01É╩F\x14ÑqPÄ\x16Y.¸ßp-"
  b"\x01É╩F\x14ºs¾ö\tr´‗ÚªÍ"
  b"\x01É╩F\x14¿r┤ƒ¥LïÞ┴Ø\x18"
  b"\x01É╩F\x14¬r+╣©,nã~k\x1F"
  b"\x01É╩F\x14½r«Øìƒ\f■ƒÞµ"
  b"\x01É╩F\x14¡r/ó\x11üÿ>\x0E▄Å"
  b"\x01É╩F\x14»s\x12àvÎ\x19I\v╬y"
  b"\x01É╩F\x14░pð¬!\v╝(õ=\n"
  b"\x01É╩F\x14▓q\x1Fâ Ìɹ╠û\x15"
  b"\x01É╩F\x14│q«ÇØI┌$┘QD"
  b"\x01É╩F\x14Áq¾øtÕÌÙPTý"
  b"\x01É╩F\x14Àswѹ\x17\x18\x06\x06\x0Eå"
  b"\x01É╩F\x14©p>à▓\x17Ë█WÅ("
  b"\x01É╩F\x14║r‗äé\x7FøÂ\x19E/"
  b"\x01É╩F\x14╗qPÜX¿#¦½t2"
  b"\x01É╩F\x14¢pk¢Ø÷:5╗ýr"
  b"\x01É╩F\x14┐q¬ïb\x7Ff¨"6\x00"
  b"\x01É╩F\x14└r'«i¯Äe\x16"
  b"\x01É╩F\x14┬r0ù╣úTXæ╗È"
  b"\x01É╩F\x14├r\x04┤³ä Ï\x12║¾"
  b"\x01É╩F\x14┼q*Å\r[÷T\x02"
  b"\x01É╩F\x14Ãp¡æ\Ãa\x0Fn└i"
  b"\x01É╩F\x14╚rÑ¿\x00Ý'\x02°┌;"
  b"\x01É╩F\x14╩s\x0Eѯç·d╚½S"
  b"\x01É╩F\x14╦p»íÑgı▒‗n┌"
  b"\x01É╩F\x14═q¡╣t>íóy$\e"
  b"\x01É╩F\x14¤p\x11£QoYÓ╬‗Ç"
  b"\x01É╩F\x14ðqÞáMÞÅcJ▄|"
  b"""
    \x01É╩F\x14ÊqEñ\n
    Ïèî\x13§ƒ
    """
  b"\x01É╩F\x14Ër\x14®^╬╦ÒM:¼"
  b"\x01É╩F\x14ıqÓ╗ÎüaØÌ\x11Í"
  b"\x01É╩F\x14Îp4¡└£4®ó╦Î"
  b"\x01É╩F\x14ÏsÌç\x1D¾­\x05¹-c"
  b"\x01É╩F\x14┌qïër\x16Ô\x00)n\t"
  b"\x01É╩F\x14█q\eÅ█╗õ¨Þ¿Í"
  b"\x01É╩F\x14¦s▀©*å ¦êNþ"
  b"\x01É╩F\x14Ìp×╝┴·\x7Fƒ\x11¨H"
  b"\x01É╩F\x14Ópfá+\x1Cr«ÂÜ4"
  b"\x01É╩F\x14ÔrüíV9¼þÿf6"
  b"\x01É╩F\x14ÒrõÅ~╬ª£È╚ð"
  b"\x01É╩F\x14ÕqÝÆ\x02âWöE─2"
  b"\x01É╩F\x14þqæòD6ÑQ¿!³"
  b"\x01É╩F\x14Úrôæà\x1E│9øØ{"
  b"\x01É╩F\x14Ùp\föÄ┌¸<ÅÈM"
  b"\x01É╩F\x14Ýs┤è"EóÓ▒Ï■"
  b"\x01É╩F\x14¯pû¬¬└\x07┌6oÊ"
  b"\x01É╩F\x14­sPäòçáÄ¥Vî"
  b"\x01É╩F\x14‗s\x15¼ù¹!r¶þð"
  b"\x01É╩F\x14¶s\x16░ÿ\x04\x16¾Ó┌@"
  b"\x01É╩F\x14§r]¿┬T\x1F┌$▀¥"
  b"\x01É╩F\x14§r]¿┬T\x1F±┼?="
  b"\x01É╩F\x14÷s­ëþ\x11ÿ© ·└"
  b"\x01É╩F\x14°sV½¸_FìÿÅÁ"
  b"\x01É╩F\x14¹rAÑR ù¿└╩═"
  b"\x01É╩F\x14²s±¡=àO>ù\x18Ô"
  b"\x01É╩F\x14 sØØý▓Ëî³I÷"
  b"\x01É╩F\x15\x00s¦▓\Ï¥¾X░\x0F"
  b"\x01É╩F\x15\x02p\x01▒ä_§ñfÿ<"
  b"\x01É╩F\x15\x04r/º#¨o\x1E\x1E┤<"
  b"\x01É╩F\x15\x05sÒù·ô~;\v;\x07"
  b"\x01É╩F\x15\x07rõÇ\x01Hm¿╬@E"
  b"\x01É╩F\x15\tr╔╗ÿ4Ï█ ´?"
  b"\x01É╩F\x15\vr\¢i\x08ÔK▄·Ù"
  b"\x01É╩F\x15\rrdÿOƒUTê»}"
  b"\x01É╩F\x15\x0Fr4¥YlÀsm±¹"
  b"\x01É╩F\x15\x11sXàq#¨2\e"
  b"\x01É╩F\x15\x13s┘╣ün\x000òø­"
  b"\x01É╩F\x15\x15sóü┼ã\x11òIµ¹"
  b"\x01É╩F\x15\x17rJö£=-fÌÉM"
  b"\x01É╩F\x15\x19qláõ®C▄w¥\x11"
  b"\x01É╩F\x15\x1Apu╣å╣▒5‗¨j"
  b"\x01É╩F\x15\x1Cqåößó╚zà\x10\x06"
  b"\x01É╩F\x15\x1Es╔Á´YÓ0(ïy"
  b"\x01É╩F\x15 sËÖa\x02Þæ\x07═#"
  b"\x01É╩F\x15!r┼û¬$cÖ_[r"
  b"\x01É╩F\x15#p▀▒ÇyXË\x02\x14$"
  b"\x01É╩F\x15%sFçýÐ¥░³%"
  b"\x01É╩F\x15&rU╣ê@w<Ïÿ■"
  b"\x01É╩F\x15(s@ª@GhHÊ>¬"
  b"\x01É╩F\x15*sòÄÿ@ëGÅú╦"
  b"\x01É╩F\x15,qDâ_î?Î`‗\x0F"
  b"\x01É╩F\x15.r|Âot\rìf½¥"
  b"\x01É╩F\x150q\x02®uñ³\x05ÉØ╦"
  b"\x01É╩F\x151sþÆgó\vz·eZ"
  b"\x01É╩F\x153pT╣?6·³âiÛ"
  b"\x01É╩F\x155såÄà6h=B"ö"
  b"\x01É╩F\x157q╔ÂdÏr¿\f"
  b"\x01É╩F\x158rÆä¨Ù\x05░▓ÂÐ"
  b"\x01É╩F\x15:r÷îHMñ5`\tÃ"
  b"\x01É╩F\x15<pìª▓╚┴Ë*cà"
  b"\x01É╩F\x15>pÍ┤¨╔j¨§À"
  b"\x01É╩F\x15@sÉ£)Á´,\x03ÚU"
  b"\x01É╩F\x15Ap┬èüLüX4Ú÷"
  b"\x01É╩F\x15Cs|çþ±(V4\x08á"
  b"\x01É╩F\x15Ep├À▒®\x7F┼;¸g"
  b"\x01É╩F\x15Fs\x16è°\x04®¹@±w"
  b"\x01É╩F\x15HrƒÇðe¾¦<╗8"
  b"\x01É╩F\x15JqÊé|Ú\e╗ØcI"
  b"\x01É╩F\x15Lq3¿ß┘źqô{"
  b"\x01É╩F\x15Mq\x08\x15øn\x03Î)M"
  b"\x01É╩F\x15OqÊ║\x02\x02ü5Îm┌"
  b"\x01É╩F\x15QpM¬E°CÝ¢└7"
  b"\x01É╩F\x15Rpzí\x19│w│‗Ò0"
  b"\x01É╩F\x15TpTço¼└îƒ×w"
  b"\x01É╩F\x15UsÔÉsÂ╦í`¦C"
  b"\x01É╩F\x15WqÝÁ3ÿÿì6ù╬"
  b"\x01É╩F\x15YqTÑ╦ê°@\x1AÝÜ"
  b"\x01É╩F\x15Zr\x16úA·Ü¯¶ì\n"
  b"\x01É╩F\x15[p°ÑK┤ÌfsSî"
  b"\x01É╩F\x15\pæ╗M‗╠ÁÄÊ7"
  b"\x01É╩F\x15]p⪠ËÚ.2pÜ"
  b"\x01É╩F\x15^q÷îggg8╦CÎ"
  b"\x01É╩F\x15_sM¬\x10Ò■BG·ë"
  b"\x01É╩F\x15_sM¬\x10Ò■^Å\x01C"
  b"\x01É╩F\x15`q*öQv{`ı#┌"
  b"\x01É╩F\x15aré╣.ßÿéO\x16"
  b"\x01É╩F\x15bp4®û¸nÉ▄D\x04"
  b"\x01É╩F\x15csÀײ\x14ÖÀ║Ì╠"
  b"\x01É╩F\x15dqÏ» YãÛö)Ë"
  b"\x01É╩F\x15dqÏ» YÃ\x05\x1C³%"
  b"\x01É╩F\x15ep\x0F╝½¢ú┴>tÕ"
  b"\x01É╩F\x15fsHºÿÌiøÁja"
  b"\x01É╩F\x15hp¡┤#\x08üÍ\vC┼"
  b"\x01É╩F\x15iqå▓ÞÁ\fzñ║g"
  b"\x01É╩F\x15js\x1C¬┤Ç(Z4╣▀"
  b"\x01É╩F\x15kr±á\x12▄åÈ7á¬"
  b"\x01É╩F\x15msÞñõü═gþÃõ"
  b"\x01É╩F\x15msÞñõü═é,O¹"
  b"\x01É╩F\x15npaáf)¸Q¸#-"
  b"\x01É╩F\x15orÙ┐\x04\x1E─Bs\x11\x15"
  b"\x01É╩F\x15ppS░─╔{■'\tð"
  b"\x01É╩F\x15qs─èW\x10¬n\f®â"
  b"\x01É╩F\x15rsÒó}\ı├\x02"
  b"\x01É╩F\x15sq\x14ìG¸\x11pþ/ï"
  b"\x01É╩F\x15sq\x14ìG¸\x11ö8┤Ò"
  b"\x01É╩F\x15tp£ôôħ?º╦É"
  b"\x01É╩F\x15vppé(f┬½Ç¡&"
  b"\x01É╩F\x15wp┐ÁH\x1F\våR3S"
  b"\x01É╩F\x15ypv╣█\x08«b²(Ö"
  b"\x01É╩F\x15{qÅÜ\x14fµZ\x19"
  b"\x01É╩F\x15}rΪ¤ÿJ\e¤4¾"
  b"\x01É╩F\x15~p¤º§ür<Ö\x10L"
  b"\x01É╩F\x15Çp\x06»ÁW#¼c\x025"
  b"\x01É╩F\x15ér´Â¸È├\x0EG\x076"
  b"\x01É╩F\x15är╩¥x:*¨ ä\x10"
  b"\x01É╩F\x15ås­ì2½KDæ\x1Aã"
  b"\x01É╩F\x15çq]Üâí\x05ô´C["
  b"\x01É╩F\x15ës÷é┘==ÝèþW"
  b"\x01É╩F\x15ïqyå\x01ez"O ¸"
  b"\x01É╩F\x15ìqzñ\x1D\x05#╣\x16Ä"
  b"\x01É╩F\x15Åpð│_─Û1\x17B)"
  b"\x01É╩F\x15æs═ï\x1D\x06³Ôýu"
  b"\x01É╩F\x15Æs'î▄Ì:~c\x03"
  b"\x01É╩F\x15öpÈÂù·\tô\vò╦"
  b"\x01É╩F\x15ûrºÇ\x10½`╩\x11¿╣"
  b"\x01É╩F\x15ÿróâ┐ü®\x1E▀gj"
  b"\x01É╩F\x15Ör­Ñ\}éu\fA&"
  b"\x01É╩F\x15ørÖå]%\x13╩GîÀ"
  b"\x01É╩F\x15Ørê®»╝;oÿ\eE"
  b"\x01É╩F\x15×q\x12ç:7£╝i┼&"
  b"\x01É╩F\x15ás\x17øTw2\rÒ\x04\x0E"
  b"\x01É╩F\x15órËÅy½HѶÖÿ"
  b"\x01É╩F\x15ñqãäµËË}Ï\x1F~"
  b"\x01É╩F\x15ÑsMÜÀý¦\x1A9ah"
  b"\x01É╩F\x15ºsáùË\Sì¨hM"
  b"\x01É╩F\x15®q¿│¦░NÖp\x16Ò"
  b"\x01É╩F\x15½s°úü2│)a\x17"
  b"""
    \x01É╩F\x15¡s\n
    ÿR\x0E=\x1DÔ¤ì
    """
  b"\x01É╩F\x15«r\x01ù©ó■2═?4"
  b"\x01É╩F\x15░q\x1AùãP╩╔ü┼\e"
  b"""
    \x01É╩F\x15▓p├ºÏ¸\r#\n
    ╣J
    """
  b"\x01É╩F\x15┤r+û\x15»û1\x19╔3"
  b"\x01É╩F\x15Ápïê\x13gÔÒGl█"
  b"\x01É╩F\x15Àqx│;G▀\rÔ\x12\e"
  b"\x01É╩F\x15╣q╬╝\x14ÂÖO9Áî"
  b"\x01É╩F\x15║pCè0&WÌâË\x00"
  b"\x01É╩F\x15╝sÛù>ß\tQ*"D"
  b"\x01É╩F\x15¥ráîA║┤═Ö█È"
  b"\x01É╩F\x15┐s ®qc╝└¦:4"
  b"\x01É╩F\x15┴rbéß\x1Cy▄ø█8"
  b"\x01É╩F\x15├p█Ö▓!lû\x1E└ø"
  b"\x01É╩F\x15┼rí»Í\rı┴ÛÕ\x00"
  b"\x01É╩F\x15ãpÄ¿e.[├Jñ═"
  b"\x01É╩F\x15╚sÖø¦\x0F\x7FÒ)1d"
  b"\x01É╩F\x15╔rÉ»ýiün╩┤²"
  b"\x01É╩F\x15╦qÕæi│]\x01][█"
  b"\x01É╩F\x15═s´Ü?¦G8UaÌ"
  b"\x01É╩F\x15╬rJºù\x15ÝE¢^\x1D"
  b"\x01É╩F\x15ðq|ú╩\x08O³°:Ø"
  b"\x01É╩F\x15Ðsï│├r\fítÆñ"
  b"\x01É╩F\x15Ëqæ®#F*E¨ ¬"
  b"\x01É╩F\x15ıq│ïCKEv\v\e"
  b"\x01É╩F\x15Ír┤Ñ·Ð^¶\x05ßÆ"
  b"\x01É╩F\x15Ïss½üÄW\fÈðæ"
  b"\x01É╩F\x15┌rÎ╝.¢æd\x1EÊ\x02"
  b"\x01É╩F\x15█q\x00îÀ¨Æa9ìÑ"
  b"\x01É╩F\x15¦rƒÿ\x02ÐPc\x1D±ì"
  b"\x01É╩F\x15▀r¬ùdZ´`Þ┤\x15"
  b"\x01É╩F\x15Ópجt┴NX\x17w\x00"
  b"\x01É╩F\x15Ôq[Øì\e\x18"
  b"\x01É╩F\x15õr ç┌"Ë\x11ÅT┤"
  b"\x01É╩F\x15Õp\e×¢▄\x12q╠×\x18"
  b"\x01É╩F\x15þqrÖJ\x19\x0E«\x15Ø\x1D"
  b"\x01É╩F\x15ÚsE║▀è▒╝¼Ü┌"
  b"\x01É╩F\x15ÙqñåG­3░àA±"
  b"\x01É╩F\x15ýsÄê:ûF\x04┐!\x7F"
  b"""
    \x01É╩F\x15¯sç▓┬û\n
    ─▓OM
    """
  b"\x01É╩F\x15­s▄ÁR\x15¨JðF┘"
  b"\x01É╩F\x15±rí©ìy"\x1DÏ┴s"
  b"\x01É╩F\x15¾q├ï═%Á¯æ├}"
  b"\x01É╩F\x15§r╔¢!Ü┤\eÚ█y"
  b"\x01É╩F\x15÷q´áÈ\x11U\r\x01l"
  b"\x01É╩F\x15°pNÂüÆb└█\x15o"
  b"\x01É╩F\x15·r┴½\x01$ ±\x1AÄØ"
  b"\x01É╩F\x15¹p¬«S¬\x0F­t╬Y"
  b"\x01É╩F\x15²r±Å\ezÓ█1¬£"
  b"\x01É╩F\x15 rmåk\eÎ;LO""
  b"\x01É╩F\x16\x00q}▓­▄Ã`\x1FÚÙ"
  b"\x01É╩F\x16\x02r4ôÚ«¯ª VÉ"
  b"\x01É╩F\x16\x04pv┤\x16|¡Þ■\x06 "
  b"\x01É╩F\x16\x05qÍ▒)\x01\x1Cï\x0FW{"
  b"\x01É╩F\x16\x07r┬âî┤ê¼ıè\x1E"
  b"\x01É╩F\x16\tsLñ=Îj.ZòÊ"
  b"\x01É╩F\x16\vsÕ│GÉÞ┌=Z%"
  b"\x01É╩F\x16\fr¢úI]\x11\x05\x12\x00"
  b"\x01É╩F\x16\x0Er\eö▀█\x14Úaè<"
  b"\x01É╩F\x16\x10rû«dú·╣Tê¯"
  b"\x01É╩F\x16\x11pÿ¬¾\x1C\x19Ú■p$"
  b"\x01É╩F\x16\x12rçêèÒ#ªc\t'"
  b"\x01É╩F\x16\x13rÞØV\x15\x19¡ÈLù"
  b"\x01É╩F\x16\x14r┴¼\x050RêÖCU"
  b"\x01É╩F\x16\x15qjéþlÌ|S@§"
  b"\x01É╩F\x16\x17s6óõ┐\x13Âum\x08"
  b"\x01É╩F\x16\x18sãûb´@│`ܨ"
  b"\x01É╩F\x16\x1ApSòÌwq¤G"ë"
  b"\x01É╩F\x16\x1Cp2ö\x13┴§T²KN"
  b"\x01É╩F\x16\x1EqæÉJ5³÷;ñ\x7F"
  b"\x01É╩F\x16\x1Fró╝╬2\x1C»õ÷O"
  b"\x01É╩F\x16!põâÁ┐úì,\x12\x18"
  b"\x01É╩F\x16#rséÎÇ\x04+)┘ "
  b"\x01É╩F\x16$s/ïI█Nu´lÑ"
  b"\x01É╩F\x16&pǬ\x05Ï¥\x0EØ¿K"
  b"\x01É╩F\x16'p©ª├▄6åTdK"
  b"\x01É╩F\x16)ru▒\x04ÒF"Jx\x1D"
  b"\x01É╩F\x16*pÿÁ´øA\x19ás¢"
  b"\x01É╩F\x16,r\x13ê▄|Mz─P\n"
  b"\x01É╩F\x16.rpæÐùÉ)N\x05î"
  b"\x01É╩F\x16/p\x05ó┤7Ä_¿+Y"
  b"\x01É╩F\x161swÅ"ì<¯È®6"
  b"\x01É╩F\x162s┤£\ì®\x12ú\f{"
  b"\x01É╩F\x164q°║HVK\x13¶=`"
  b"\x01É╩F\x166s\tå╗¨÷,\x13J▄"
  b"\x01É╩F\x167q"æò▀|\x7Fbwï"
  b"\x01É╩F\x169qqÁMÑ\x16\x1Aþ\x10Z"
  b"\x01É╩F\x16:pùïcüf*sd╚"
  b"\x01É╩F\x16<qië╝e×!╬ıR"
  b"\x01É╩F\x16>r%║F:1Ör\t¤"
  b"\x01É╩F\x16?p;ì_LÉJ©\x14ê"
  b"\x01É╩F\x16Ap°Å²û­;GbÄ"
  b"\x01É╩F\x16Bs\x02ñ-ìx²jô²"
  b"\x01É╩F\x16Dp\f\r굿Xƒÿ"
  b"\x01É╩F\x16FqÆö╩ƒát\x03%\t"
  b"\x01É╩F\x16GsÍ▓å\x19×\x1Cç`æ"
  b"\x01É╩F\x16Is¶æBñ3Î┤>┼"
  b"\x01É╩F\x16Jq█╗æ=Ú└Ü╠Þ"
  b"\x01É╩F\x16LrF®\fmj$ÀÙF"
  b"\x01É╩F\x16Np­ík¹\v¿£©╩"
  b"\x01É╩F\x16Os─ìeÚ\eøºùÔ"
  b"\x01É╩F\x16Qq¦É1\‗&╦Ã`"
  b"\x01É╩F\x16Rsàçö¢<█Ý\x072"
  b"\x01É╩F\x16TrBä\v\x7F░g[¿"
  b"\x01É╩F\x16Vs;║ñyØøÆFí"
  b"\x01É╩F\x16Wp\x1AÄrE‗Ñ!H}"
  b"\x01É╩F\x16Yrÿ┤l\x10\vzö}õ"
  b"\x01É╩F\x16ZpÕâ\r1¿\x1E└¶R"
  b"\x01É╩F\x16\rMøö¦"ñ§ÄM"
  b"\x01É╩F\x16^pÀ┤╩vÂ:Õ┐Ï"
  b"\x01É╩F\x16_s╬¿kÔ╣!─NA"
  b"\x01É╩F\x16ar\x03×ƺ$╣├?ô"
  b"\x01É╩F\x16bsöÇÎ└║Æý÷C"
  b"\x01É╩F\x16dp탸─ò®!´L"
  b"\x01É╩F\x16erVƒ\x02╩õ,û▓3"
  b"\x01É╩F\x16gs²àèà\x01Ér\x1Dë"
  b"\x01É╩F\x16is¡▒æMöä\x7Fcp"
  b"\x01É╩F\x16jró«\f\x19Ë\x08÷¾┤"
  b"""
    \x01É╩F\x16lr\x04ëx9\n
    '\x7Fƒ\x7F
    """
  b"\x01É╩F\x16mr\x00üıÒÜ\x02nI|"
  b"\x01É╩F\x16or&å╩─0÷%þÕ"
  b"\x01É╩F\x16qs\º▓\eß┴╩Úþ"
  b"\x01É╩F\x16rr}ïb"█\x10ãð\x0E"
  b"\x01É╩F\x16tp-¼Æ\x1Fþµ?²Á"
  b"\x01É╩F\x16up│Üg▀Þ^µgw"
  b"\x01É╩F\x16wr[»3m╚C;²ÿ"
  b"\x01É╩F\x16xr}ùgB]¬\x01M\x10"
  b"\x01É╩F\x16zqú╝@û\x7F\x05½"
  b"\x01É╩F\x16|qSù÷Í»öÛ\f@"
  b"\x01É╩F\x16}s)ùƒM╩²NN└"
  b"\x01É╩F\x16\x7Fsêæ*<\x02ëÃ¥À"
  b"\x01É╩F\x16ÇpÔó}ݾêç­3"
  b"\x01É╩F\x16ésm«*┤┬Jù┌@"
  b"\x01É╩F\x16âqDó$╚R<═åQ"
  b"\x01É╩F\x16àp\x1Cí¶b┐ÄTX¶"
  b"\x01É╩F\x16çrÈƵ?■M#]1"
  b"\x01É╩F\x16ês\x7FÅB▄╗'òÌø"
  b"\x01É╩F\x16èp┬ÁÜ~Ìn\x07ë┘"
  b"\x01É╩F\x16ïq!Ç*ÃÐ\x0Fé2¢"
  b"""
    \x01É╩F\x16ìqèô┬ÃqÄa\n
    ³
    """
  b"\x01É╩F\x16Åq|┐Í║U´^`Õ"
  b"\x01É╩F\x16ÉqÓê■\t\x0ECÚ½┘"
  b"\x01É╩F\x16Ærú¼é¢2ïD\x053"
  b"\x01É╩F\x16ôq§ÿ\x03:@hVtO"
  b"\x01É╩F\x16òrf¥8x3\vvæá"
  b"\x01É╩F\x16ùrýù\x05├ÿ7Ú~─"
  b"\x01É╩F\x16ÿqnìUn\x13¥L┬#"
  b"\x01É╩F\x16ÜplôE\nÈ"\vþ"
  b"\x01É╩F\x16ør2ñ9\x02xhè\x19\x02"
  b"\x01É╩F\x16ØsO▒)^¬¦J°u"
  b"\x01É╩F\x16ƒq╦æ▓·*FÐ\x11­"
  b"\x01É╩F\x16ás\rí~╗\x15ºü\x06\e"
  b"\x01É╩F\x16óqìÁy\x01ìv"
  b"\x01É╩F\x16úrpëतÖ\x08¿Ê"
  b"\x01É╩F\x16Ñq£Â┬Ã?╔z:@"
  b"\x01É╩F\x16ªq\x7F¢¯¬╦^é\x08o"
  b"\x01É╩F\x1Dıp;ªzÚ²=çF8"
  b"\x01É╩F\x1DÏr/ê\x17\x01┴"└J\e"
  b"\x01É╩F\x1D█qߥô¡@E[oÓ"
  b"\x01É╩F\x1DÌpçô\x7FW#/5\x1E£"
  b"\x01É╩F\x1DÓs¯äü<¡▓çÒ├"
  b"\x01É╩F\x1DÒrEÄ`\x15¯÷hÇ$"
  b"\x01É╩F\x1DÕsÄ£[└OOU¢Ë"
  b"\x01É╩F\x1Dþr=ê³Ø±»Å§G"
  b"\x01É╩F\x1DÞq ¬%ê4»À.Ó"
  b"\x01É╩F\x1DÛsDî\fç¯-TËë"
  b"\x01É╩F\x1DÙr÷▓RÓ¢VÁtZ"
  b"\x01É╩F\x1DÝq\x01®\x03Í\x05Ü┘ÉÄ"
  b"\x01É╩F\x1D¯s&í½\x04¿;ª"¢"
  b"\x01É╩F\x1D­rRè├2ßµP▒l"
  b"\x01É╩F\x1D‗r_ÑÉs╣¹T8\x7F"
  b"\x01É╩F\x1D¾q│ìû┘A \x17±╬"
  b"\x01É╩F\x1D§p\x07®â╩0\è(e"
  b"\x01É╩F\x1D÷p&Äçû¦eôì\x1E"
  b"\x01É╩F\x1D°pG▓┘\x7F0$(Ê1"
  b"\x01É╩F\x1D¨s■ºß\x00■╔\x07*8"
  b"\x01É╩F\x1D¹p░®+ç[Õ╗ë▀"
  b"\x01É╩F\x1D³qIäÆèBú‗┼\x01"
  b"\x01É╩F\x1D■s<ø½E|[«┼l"
  b"\x01É╩F\x1D p=¢ÈG\x1Er■Ï\x06"
  b"\x01É╩F\x1E\x01q\x14ö½ª\x15À%[ø"
  b"\x01É╩F\x1E\x03q§┤¬*m«×▓Ç"
  b"\x01É╩F\x1E\x04s&üvÕd?L¯\x1D"
  b"\x01É╩F\x1E\x06qñ╝̲k╩üòæ"
  b"\x01É╩F\x1E\x07r4ìú\x02½²\x11"
  b"\x01É╩F\x1E\tsÄô8A¢¾±Ã,"
  b"""
    \x01É╩F\x1E\n
    r\vƒ─╗^¢É\x01_
    """
  b"\x01É╩F\x1E\fq\x02áýº\x13j9ßD"
  b"\x01É╩F\x1E\rq³Á&ì'Õ║±\x04"
  b"\x01É╩F\x1E\x0FqT».FE²┘.b"
  b"\x01É╩F\x1E\x10rxæ█}eƒÎï┼"
  b"\x01É╩F\x1E\x12pµë\x116÷d}█\x01"
  b"\x01É╩F\x1E\x14q═£VE¶9\x13æH"
  b"\x01É╩F\x1E\x15q|òÍÛ\x02╔tþî"
  b"\x01É╩F\x1E\x17ryìÚ\x00\x18▀─o│"
  b"\x01É╩F\x1E\x18s\x04üf|¥¯ç"î"
  b"\x01É╩F\x1E\x1Aqæº/¼ÕO\x04@."
  b"\x01É╩F\x1E\epºé<Ïr┼\x1E"
  b"\x01É╩F\x1E\x1Ds\x04ç×sñ´ë¥ê"
  b"\x01É╩F\x1E\x1EráÀÆS ¡kÓµ"
  b"\x01É╩F\x1E puü\x1Fð█¼kf "
  b"\x01É╩F\x1E!r╗òå¹Â$─░\x16"
  b"\x01É╩F\x1E#q¬¬S£k\x11▀µ@"
  b"\x01É╩F\x1E%qÐ║6LNP³\x1Dÿ"
  b"\x01É╩F\x1E&qeÑWåÎ\x05Öæ*"
  b"\x01É╩F\x1E(p\x1Eè╗\x029v¬bê"
  b"\x01É╩F\x1E)q$èýóâ´Î¼s"
  b"\x01É╩F\x1E,p\x10¥MÀ\x11╔Ô─w"
  b"\x01É╩F\x1E-s\x03ój5Ø6#ÚY"
  b"\x01É╩F\x1E/qKÄí┬\t\f┤]Ï"
  b"\x01É╩F\x1E0súÁ─0*V\r▓´"
  b"\x01É╩F\x1E2s2é ´"¨wÈü"
  b"\x01É╩F\x1E3sÇ?═├ƒ\x17"
  b"\x01É╩F\x1E5r%Æ*KËãR8­"
  b"\x01É╩F\x1E6r¦¼"╗!à&²\f"
  b"\x01É╩F\x1E8sÐç½*õæ\x1C"
  b"\x01É╩F\x1E9qñ®ıPñA/E\x1A"
  b"\x01É╩F\x1E;rCÇ>wÙ╩bGÓ"
  b"\x01É╩F\x1E=r¹î▓âg6╔×f"
  b"\x01É╩F\x1E>sʪ░ûz▒\x0E┴Ð"
  b"\x01É╩F\x1E@sWùîªèú┬=R"
  b"\x01É╩F\x1EApø®7\x0E®╔{Ô\r"
  b"\x01É╩F\x1ECrî╝l«b®\x18¿}"
  b"\x01É╩F\x1EDsá®Å\x00N\x0E\x14──"
  b"\x01É╩F\x1EFrÝü».û\x11Ǽh"
  b"\x01É╩F\x1EGs¾Ñ/\x1D dÙcà"
  b"\x01É╩F\x1EIpâÉ┬éÒÍ╗+▓"
  b"\x01É╩F\x1EJq¾¢ø\x17x╣\x1Fÿ\x05"
  b"\x01É╩F\x1ELq÷áıjÓp\x1E«\x05"
  b"\x01É╩F\x1ENs▒ÿn¥▓\x15\e\x05«"
  b"\x01É╩F\x1EPpƒ¢¾îþÓº\x19S"
  b"\x01É╩F\x1ERq┬│\x1D\x14«┬\x1C\x1Aã"
  b"\x01É╩F\x1ESrÆá\x02┐╦²+ZÒ"
  b"""
    \x01É╩F\x1EUsÇì¾\\n
    ▄Â/Û
    """
  b"\x01É╩F\x1EVsã║\fe²┤ß\x1D"
  b"\x01É╩F\x1EXp§£X£«╔V´é"
  b"\x01É╩F\x1EZr\x08ù└úâ¦\v\x08g"
  b"\x01É╩F\x1E[s´ó╝É└µa\x00Ó"
  b"\x01É╩F\x1E]q¾âe\r¤qá\x05"
  b"\x01É╩F\x1E^r¾¥\x17╣7å²U¾"
  b"\x01É╩F\x1E`pmùI¥ñLM┴-"
  b"\x01É╩F\x1Eap0Ñ█U▓÷,4F"
  b"\x01É╩F\x1Ecp ƒ\x10Þ\x0EH<╚9"
  b"\x01É╩F\x1Eds¾®PE\x05\x1D¶_\x0E"
  b"\x01É╩F\x1Efr%Åx`©É├└="
  b"\x01É╩F\x1Ehr«úqØe~ëö▒"
  b"\x01É╩F\x1Eis!ímÈ©mG┘ô"
  b"\x01É╩F\x1Ekq7Æ׳░®©█²"
  b"\x01É╩F\x1ElqRìèoÊ\t~é="
  b"\x01É╩F\x1EnrEÀP\x0FfznPè"
  b"\x01É╩F\x1Eoscè─Åj\x0Fk<â"
  b"\x01É╩F\x1Eqr>¬å±\x13zçW÷"
  b"\x01É╩F\x1Ers5âòp╗}³ï\x05"
  b"\x01É╩F\x1Ets╚«¦«\x1F├┴àÚ"
  b"\x01É╩F\x1Euq*ƒ½®´(e¨■"
  b"\x01É╩F\x1EvsÓ×Ù-w{┘$╬"
  b"\x01É╩F\x1Exsùì·\x00Î'¡\x1Då"
  b"\x01É╩F\x1Ezrá£pɦ▄ÛgÃ"
  b"\x01É╩F\x1E{p╣▓\x1CJ\x0F\x0E©\x1DF"
  b"\x01É╩F\x1E}q█£▀H\r®▓#þ"
  b"\x01É╩F\x1E\x7Fp:┐│¶ÃIâkq"
  b"\x01É╩F\x1EÇp¢╝ Þ>`\f[`"
  b"\x01É╩F\x1Eàp'æË┼╠P\x02└E"
  b"\x01É╩F\x1Eåq │ѧ\e®▀Â\x17"
  b"\x01É╩F\x1Eçrñ╣@Ö■ä7\e\x14"
  b"\x01É╩F\x1Eêpƒ¬z.gwÑ6v"
  b"\x01É╩F\x1EèsmÆ×Tÿ{Çà\x1A"
  b"\x01É╩F\x1EîqªÅ┤║▀ýï`n"
  b"\x01É╩F\x1EÄr\x0FôýÀ~?jz╗"
  b"""
    \x01É╩F\x1EÅqÇ╣\n
    HôäðÅP
    """
  b"\x01É╩F\x1Eæp&ü<ô─IO┌┬"
  b"\x01É╩F\x1EôqÄøË\x1Fµ╔Á¾Ô"
  b"\x01É╩F\x1EösnªÓ¢\x11ü▄µa"
  b"\x01É╩F\x1Eûr°®╣ZM×_:O"
  b"\x01É╩F\x1Eÿpv║ÃÌ\x02▒ø&ƒ"
  b"\x01É╩F\x1EÖpú»/Me.└3Â"
  b"\x01É╩F\x1EøpÀâ;R┌┘ù┤3"
]
56 4.45 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 OFFSET 8000
Parameters:
[
  false
]
57 1.33 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩F\x1E£qû½à\x03á­!ë\v"
  b"""
    \x01É╩F\x1E×qϬ·\n
    ■Åq3à
    """
  b"\x01É╩F\x1Eár┘éD2ÏI║8S"
  b"\x01É╩F\x1EípB½\x01FJ84hı"
  b"\x01É╩F\x1EúqO¥═ûò$'¯&"
  b"\x01É╩F\x1Eñq┤è┌hÖý³█{"
  b"\x01É╩F\x1EªrDÂG;Û▄9O²"
  b"\x01É╩F\x1E¿p8¢▒Ùï¿KFö"
  b"\x01É╩F\x1E®p½òMÊ\x1A-\x15"
  b"\x01É╩F\x1E½sgÀ\x08\x18ØAd"
  b"\x01É╩F\x1E¼q\x01óx\x069ÊçY\x1C"
  b"\x01É╩F\x1E«q\x13üÕè½\x19" Þ"
  b"\x01É╩F\x1E»rÁÇV.\x02¡╗%©"
  b"\x01É╩F\x1E▒q?åi#╗Ã\x1D"
  b"\x01É╩F\x1E│rcòß╦ËÒÈí1"
  b"\x01É╩F\x1E┤pÇ░\x1F\x06f\x03õh"
  b"\x01É╩F\x1EÂrÝáOEb\f\x06Þ{"
  b"\x01É╩F\x1EÀr\e­eµt欃"
  b"\x01É╩F\x1E╣s\x05òBðÚ»PÊg"
  b"\x01É╩F\x1E╗pb║õéaD?Õi"
  b"\x01É╩F\x1E╝p\x01Æ▒!ÌÚÛf\x06"
  b"\x01É╩F\x1E¥pÏçfãÔ┬H─\x13"
  b"\x01É╩F\x1E┐p▒│ÑÞ║fË╬½"
  b"\x01É╩F\x1E┴p¼à\x10¹m"\x13Ø!"
  b"\x01É╩F\x1E├p3»\x12▓;®\x15è\x1A"
  b"\x01É╩F\x1E─q╗ÆrÆ<?Et\x10"
  b"\x01É╩F\x1Eãs*▒5¿ òÄ\tm"
  b"\x01É╩F\x1EÃr╔©[]«®\vúç"
  b"\x01É╩F\x1E╔pþîË┬"$▀\x12¸"
  b"\x01É╩F\x1E╦p°çá\x03üß│Q\x12"
  b"\x01É╩F\x1E╠s¾òmÚ\x1E\v¥Ï\x12"
  b"\x01É╩F\x1E╬r\eÂt9JmÊF■"
  b"\x01É╩F\x1E¤p»Ä╠\x1AX\x01ÂHò"
  b"\x01É╩F\x1EÐp\x1C®ÐrÞ¸\x02²®"
  b"\x01É╩F\x1EÊr,┤¸╬Ôw\x13│Ï"
  b"\x01É╩F\x1EÈp\x0E╗×­Ý°®a\x01"
  b"\x01É╩F\x1EÍp²Â|H¦Ä±y\"
  b"\x01É╩F\x1EÎq¡ÄÁ║ÿ└┐ï½"
  b"\x01É╩F\x1E┘p+ùÙßu\x11Ù╔▓"
  b"\x01É╩F\x1E┌r▀Å`S\x7FWù╦Î"
  b"\x01É╩F\x1E▄s\x11û\t█│{ÎM6"
  b"\x01É╩F\x1E¦p±ôM\x10°\x1E£Ñ┘"
  b"\x01É╩F\x1E▀qJú\eÌZc\x14a¿"
  b"\x01É╩F\x1Eßs\x1E©5zõ\x01åqR"
  b"\x01É╩F\x1EÔr¡¢?X┬¼n\v\x1D"
  b"\x01É╩F\x1EõpÓôAƳuW P"
  b"\x01É╩F\x1EÕr═ÆDõN4┤O╦"
  b"\x01É╩F\x1EþqðÂQÊ?ÔZN┌"
  b"\x01É╩F\x1EÞp_£Ì_Ó.Õ‗Ö"
  b"\x01É╩F\x1EÛq®Ö╣HÃ┌Û¨M"
  b"\x01É╩F\x1EýqWÆÐfÖªó¥Ñ"
  b"\x01É╩F\x1EÝrþÀ\x00J÷║Ä¢°"
  b"\x01É╩F\x1E´p‗«┘MxD╚´®"
  b"\x01É╩F\x1E­r┴îÊ■\x13Ðz╔ø"
  b"\x01É╩F\x1E‗p"│\x1Cî╠▀·╦\x02"
  b"\x01É╩F\x1E¶pÑöHÕ5\x07¾Éy"
  b"\x01É╩F\x1E§q|ë\x1FÑI\x17\t\x1Co"
  b"\x01É╩F\x1E¸qÚÜÍÚànÑ<╝"
  b"\x01É╩F\x1E°q\x16ó\x03h´-╣\rµ"
  b"\x01É╩F\x1E·qUóÜO4NX.4"
  b"\x01É╩F\x1E¹s^óx\f.6Õ÷þ"
  b"\x01É╩F\x1E²p\x18ÄbÚ├?mÛ{"
  b"\x01É╩F\x1E qºÅ\x03`Q\x1EÙ¿¹"
  b"\x01É╩F\x1F\x00s\nï_Ùáh}­q"
  b"\x01É╩F\x1F\x02sÏú(\f\x1Fú┼|F"
  b"\x01É╩F\x1F\x03p\vøç╦U■×Aê"
  b"\x01É╩F\x1F\x05s│╝Ý╚■I¼ÂK"
  b"\x01É╩F\x1F\x07pØæ\x02▀`u\ôó"
  b"\x01É╩F\x1F\x08s}½\rWD¯┘a½"
  b"""
    \x01É╩F\x1F\n
    rø┐ÖSt,\x03╚ø
    """
  b"\x01É╩F\x1F\vrÊâ¤g,¯÷ü§"
  b"\x01É╩F\x1F\rr~┐Ú?4─ß#F"
  b"\x01É╩F\x1F\x0Fq*äé╗\e[ióf"
  b"\x01É╩F\x1F\x10r\v\x7FóD\x14kf\x03"
  b"\x01É╩F\x1F\x12s&ü╦)\x1AıÔFþ"
  b"\x01É╩F\x1F\x13rëô\x1A¥Û/ÿ─I"
  b"\x01É╩F\x1F\x15r¦ó|GÀ\x07jW_"
  b"\x01É╩F\x1F\x16p\x0EÑ  7Æÿ\x05¼"
  b"\x01É╩F\x1F\x18pzØY×¢║\x15"
  b"\x01É╩F\x1F\x1AqØ▓\vD}c\x1Aü\x05"
  b"\x01É╩F\x1F\eszü´q\x06\x19{²D"
  b"\x01É╩F\x1F\x1DsjÖ├╝╠Ü┼║ß"
  b"\x01É╩F\x1F\x1EqW¬e½+\x1C\x04±"
  b"\x01É╩F\x1F pfÀ‗▄Jnr\x0F\x7F"
  b"\x01É╩F\x1F!p>Ü\x05\x11ÒÐú×å"
  b"\x01É╩F\x1F#swò\x13)\x0E\x10╩Ý""
  b"\x01É╩F\x1F%p6®¡ª«Ü7´J"
  b"\x01É╩F\x1F&p╝û┴\x12x\x19]jb"
  b"\x01É╩F\x1F(rÅùu#0÷S=å"
  b"\x01É╩F\x1F)qTú┤eae\x08"
  b"\x01É╩F\x1F+r┘¼┼ÌfB\x1D-#"
  b"""
    \x01É╩F\x1F-s─Çß┬¡\n
    |\x15l
    """
  b"\x01É╩F\x1F.p©ƒ\f>│§║gö"
  b"\x01É╩F\x1F0r\x06ºpK\x14\x01¦«ä"
  b"\x01É╩F\x1F1pcê\x01æ╝m`÷Ð"
  b"\x01É╩F\x1F3p╠êD\x08Ö§y╣æ"
  b"\x01É╩F\x1F4qõ®Òs½`╦│ı"
  b"\x01É╩F\x1F6sêú²"s\x056Y\x03"
  b"\x01É╩F\x1F8rPù)xT├Ä`░"
  b"\x01É╩F\x1F9rîÄ3CÔ©_å*"
  b"\x01É╩F\x1F;p\x15ïTS.zäì‗"
  b"\x01É╩F\x1F<r\x15éî╦ià\x04°ü"
  b"""
    \x01É╩F\x1F>q█æ-:2\n
    µ┬»
    """
  b"\x01É╩F\x1F@qüä\x01\t┼¦ò\x10<"
  b"\x01É╩F\x1FAp{Ƹ‗\x0FÐo╦\x1F"
  b"\x01É╩F\x1FCp┐┤Ñ\x1A%\*\x12Å"
  b"\x01É╩F\x1FDpHô.C>;ißI"
  b"\x01É╩F\x1FFp\x11\r╔f\x1CU¹Í"
  b"\x01É╩F\x1FGp]Ö\x03ÒáÊo¾E"
  b"\x01É╩F\x1FIr─▒óã┴º\x14SC"
  b"\x01É╩F\x1FKqÉèÔÿ_▀¾ƒ³"
  b"\x01É╩F\x1FLp\x19┤■/\Ø\x15"O"
  b"\x01É╩F\x1FNrÄô2‗┐hÓ½ "
  b"\x01É╩F\x1FOq»ö¨Á`¯ú░Ù"
  b"\x01É╩F\x1FQs\x1Föÿ<┼>\x1A»m"
  b"\x01É╩F\x1FRqëD¸\x02øõì@"
  b"\x01É╩F\x1FTr=ÁÕ³£8║\x17ô"
  b"\x01É╩F\x1FVqèùB╩■└*úø"
  b"\x01É╩F\x1FWqsجñ╔¯D\e"
  b"""
    \x01É╩F\x1FYp\n
    û╝y_ÎQ╗W
    """
  b"\x01É╩F\x1FZp\x04ÿ-j/2J¥▒"
  b"\x01É╩F\x1F\px¡r╔-^|J"
  b"\x01É╩F\x1F^qıÜü\x12Z}S¦¦"
  b"\x01É╩F\x1F_q\x08í┼8\x0E\x1EÄ\x15\x18"
  b"\x01É╩F\x1Fap2Ö\x10þú╩\x0EW@"
  b"\x01É╩F\x1Fbp╔│ð(╝ó1\x1D\x03"
  b"\x01É╩F\x1Fdp±»\x10y1VÇ!""
  b"\x01É╩F\x1FeqcÇ╝;Û\eïåo"
  b"\x01É╩F\x1Fgr¡¥])B╠v»ã"
  b"\x01É╩F\x1Fir>ÆÕ║\x1A'┤ñÝ"
  b"\x01É╩F\x1Fjr*½êÜZñ}J\x05"
  b"\x01É╩F\x1FlpWíòUk°-ìõ"
  b"\x01É╩F\x1FmsV░9ÁR1µ¾r"
  b"\x01É╩F\x1Fos\x1A║«?\x12‗5*Ð"
  b"\x01É╩F\x1Fqpñ╝=#ÁCÁ:Â"
  b"\x01É╩F\x1Frp╩øâ±f\x11±2Ò"
  b"\x01É╩F\x1Ftr»ù±¶-(Û50"
  b"\x01É╩F\x1FurѼı6'`ñ.ó"
  b"\x01É╩F\x1Fwq\fü;\x06p¿·¥á"
  b"\x01É╩F\x1Fys\x1D¬ó¿³[Ù└ı"
  b"""
    \x01É╩F\x1Fzq¡ùæs█└\n
    
    """
  b"\x01É╩F\x1F|q&ØÓFÍX%\x11Ê"
  b"\x01É╩F\x1F~r°│íH┘C▒\x07"
  b"\x01É╩F\x1F\x7FsçéËÂ\x0F=óZ@"
  b"\x01É╩F\x1FürJ░|µX║øHs"
  b"\x01É╩F\x1FâsÝ¿£u÷Et\x7Fs"
  b"\x01É╩F\x1Fäqåí]:6\x04dì("
  b"\x01É╩F\x1Fåsúá.ÑÚÁ~\v\x1E"
  b"\x01É╩F\x1FêrÁ╝þ5ç=,├▀"
  b"\x01É╩F\x1Fës,çô-å)\x03ú{"
  b"\x01É╩F\x1Fïq#ñ óÙ_Z\x14Å"
  b"\x01É╩F\x1Fîr§ï}®#vp1}"
  b"\x01É╩F\x1FÄs\x08ÅeÙj^æàr"
  b"\x01É╩F\x1FÉp╦®ÊÀ÷g±Îâ"
  b"\x01É╩F\x1Fæq²ê¾╚■À±í$"
  b"\x01É╩F\x1Fôp\x11¿>¿Å{M\x07m"
  b"\x01É╩F\x1För┘¡╩\x05──K\x07þ"
  b"\x01É╩F\x1FûqÜ╣\t\e└f\x03¸┘"
  b"\x01É╩F\x1Fÿr\x1F▓ı¯╬·/s¯"
  b"\x01É╩F\x1FÖqªÁØÅ\x16l\x1FC═"
  b"\x01É╩F\x1Føqàà\x15ƒû*Ú}4"
  b"\x01É╩F\x1F£p\x1A©G╩ä├ó_9"
  b"\x01É╩F\x1F×sñáð³ê§>SÉ"
  b"\x01É╩F\x1Fƒr\x7FñK╝S\x01°Æ5"
  b"\x01É╩F\x1FípbÀıÿúe'4\x11"
  b"\x01É╩F\x1FúpÀÜPÔº\x19v8\x1D"
  b"\x01É╩F\x1Fñp8É░i!\x02ÀQ█"
  b"\x01É╩F\x1Fªp@ïëñ\x02àıbÐ"
  b"\x01É╩F\x1FºpÜå"┴wë\tt|"
  b"\x01É╩F\x1F®rȃð-·╣\x03\x08}"
  b"\x01É╩F\x1F½qó┤«0d"T°@"
  b"\x01É╩F\x1F¼pÑ¢u\x1FÛ\t\x05"
  b"\x01É╩F\x1F«q¹┐üÁ8\f{\x10"
  b"\x01É╩F\x1F»pËé\x06K¸Â╚\x05}"
  b"\x01É╩F\x1F▒r│╣┐ß╠°\x00▓Ä"
  b"\x01É╩F\x1F▓r\x1D║"½'#¿ÅT"
  b"\x01É╩F\x1F┤sÉùeX╠4`ñ<"
  b"\x01É╩F\x1FÂr,¥Ýz7ë?i²"
  b"\x01É╩F\x1FÀs}òSèoÁ?`\x12"
  b"\x01É╩F\x1F╣sê│6a‗&i\x06±"
  b"\x01É╩F\x1F║sFóÒMzÜÉÂÈ"
  b"\x01É╩F\x1F╝r\x12ëÀT\x10Y╣\e "
  b"\x01É╩F\x1F¥p6à╬║#\x1AÀ´ï"
  b"\x01É╩F\x1F┐q▓Á┬]h4j\x06â"
  b"\x01É╩F\x1F┴qâÇÀäOX}\x1D7"
  b"\x01É╩F\x1F┬r4ô\x17ú\x11\x07\rѼ"
  b"\x01É╩F\x1F─q\x03¿üÂ\x10\rÀÞ¡"
  b"\x01É╩F\x1F┼r#ƒ┼O╦ü;Ò5"
  b"\x01É╩F\x1FÃph¬Öµ└PZêO"
  b"\x01É╩F\x1F╔qBâÅ▒╚RÌÉc"
  b"\x01É╩F\x1F╩s«ª\x08϶áªfú"
  b"\x01É╩F\x1F╠sç×R╔╦ømÜ$"
  b"\x01É╩F\x1F═r╩ú÷àÉ8AÇ╦"
  b"\x01É╩F\x1F¤r¼çÖ\x05Êã╬«\x17"
  b"\x01É╩F\x1FÐs´û┼\rê\x1C\eë▀"
  b"\x01É╩F\x1FÊsÈû\x00Í-\x1CñÆÙ"
  b"\x01É╩F\x1FÈsi¢Kc\x06ÝÑ­f"
  b"\x01É╩F\x1FıpÐë┘ZÛ┤═9y"
  b"\x01É╩F\x1FÎpF£¨^©Øè┼õ"
  b"\x01É╩F\x1FÏs&ñt)!║5<­"
  b"\x01É╩F\x1F┌p ÖF╬\x0FPk»i"
  b"\x01É╩F\x1F▄pËâ╦|kLú'ø"
  b"\x01É╩F\x1F¦rJÖÜy╚\x06¦Tw"
  b"\x01É╩F\x1F▀p░îÏ\f*\x15,Úa"
  b"\x01É╩F\x1FÓsx«´5\x1E\x05é\x18\x12"
  b"\x01É╩F\x1FÔq▒ÂÛ\x05\x13¨g\x1E©"
  b"\x01É╩F\x1FõpeÖð\x1Fæà4ò+"
  b"\x01É╩F\x1FÕp´ó­^Ķ¿2ñ"
  b"\x01É╩F\x1FþsÛɹqûÇÔÔÿ"
  b"\x01É╩F\x1FÞp}ñ1ÕÓh┌¾\x10"
  b"\x01É╩F\x1FÛqçë\x08╩Z$\x05½h"
  b"\x01É╩F\x1FÙp\ôÃV(j9åõ"
  b"\x01É╩F\x1FÝso«Û¹\x08\t¢X¡"
  b"\x01É╩F\x1F´qQûöi+WÆŧ"
  b"\x01É╩F\x1F­r$«\x7F1}<!║■"
  b"\x01É╩F\x1F‗qÞøzëÏ|®){"
  b"\x01É╩F\x1F¾qجEÙÓ­ÐéÅ"
  b"""
    \x01É╩F\x1F§p\x19║×┌\n
    Ãl\x10
    """
  b"\x01É╩F\x1F¸qCܤ!4\x08MoN"
  b"\x01É╩F\x1F°sMêØ_<╣)Á¸"
  b"\x01É╩F\x1F·sQé╬Ò©u2ÖÏ"
  b"\x01É╩F\x1F¹qâ½ íV\x19Å. "
  b"\x01É╩F\x1F²qQ░ÈÚº,\x15"
  b"\x01É╩F\x1F p\t¢Û╚~U\r6n"
  b"\x01É╩F \x00s╣öi}\╗Lp*"
  b"\x01É╩F \x02s²áDÚÓ\x03ç,{"
  b"\x01É╩F \x03qâ╝|├Pàø\v\t"
  b"\x01É╩F \x05rüÜ\x15©vÊ\x7F"
  b"\x01É╩F \x06s:ô─ÕÞÝPı\x1A"
  b"\x01É╩F \x08rñå¸{Ê\x14»┐Õ"
  b"""
    \x01É╩F \n
    rO┐_È´┤J\x17\x13
    """
  b"\x01É╩F \vp¹┐YÓ\x00¿\x11:v"
  b"\x01É╩F \rr\tà©O╦wôê³"
  b"\x01É╩F \x0EpüüÏq▒[»öÞ"
  b"\x01É╩F \x10rùÅ\eS|41%\x16"
  b"\x01É╩F \x14qé©à╔╩dVx├"
  b"\x01É╩F \x16q!º/Ø\x08MÍβ"
  b"\x01É╩F \x1Aq\e╣-Fæ;Ó i"
  b"\x01É╩F \es#êÖʵd±$?"
  b"\x01É╩F \x1Dpß×cîÜ}Íßi"
  b"\x01É╩F \x1EsbÂ█\x03ËpSµ¥"
  b"\x01É╩F  r:ê┌;¨²;u]"
  b"\x01É╩F !s)▒ÜDƒzI\x18Ó"
  b"\x01É╩F #q¢»¥@Ée\x7F"
  b"\x01É╩F %r\x1D½!J┴\x00▄U,"
  b"\x01É╩F 'q└º«Íl\x1D\x1Dì"
  b"\x01É╩F )r»â\x01s|òÆÙ‗"
  b"\x01É╩F *pNäBþMAK7═"
  b"\x01É╩F ,px¥▄²·ÈS╦\x08"
  b"\x01É╩F .r╬àÛã6╔\x16Yv"
  b"\x01É╩F /r▀║9 r©ÁƒÑ"
  b"\x01É╩F 1që║nbí¤½r$"
  b"\x01É╩F 3pèùµÏܬºì\x11"
  b"\x01É╩F 4p┐«\es5¡Ýî\t"
  b"\x01É╩F 6qèå\x1Dù¢µn'3"
  b"\x01É╩F 8rƒ║\x10®­Mwt "
  b"\x01É╩F 9qsÇû¢rBWd>"
  b"\x01É╩F ;pÕìn£B¾òá\r"
  b"\x01É╩F =rì▓ÆÛwÅ░¿V"
  b"\x01É╩F >r°è2:û4\x07Hx"
  b"\x01É╩F @rªí│Ëó-¡ëî"
  b"\x01É╩F Bpaì\x16SK<²ìÇ"
  b"\x01É╩F Cplö¢½█coÑ\x1C"
  b"\x01É╩F Ep‗░O-lGÎ:v"
  b"""
    \x01É╩F GqÇäCà\n
    \x017÷┐
    """
  b"\x01É╩F Hq Â\e\x1APLk÷"
  b"\x01É╩F JsºÆ¸uvõ@ÚÖ"
  b"\x01É╩F Lqg«ÉÓÁÿ╗¬ı"
  b"\x01É╩F Mp$┐÷5=¡¤e#"
  b"\x01É╩F Npè¿M^┬ù¶6:"
  b"\x01É╩F Osþ¢ß0dî\x14,░"
  b"\x01É╩F Pr1▓|:f/\x16þ¿"
  b"\x01É╩F QpMªP<¿Ùó$Â"
  b"\x01É╩F Rq÷ø■\x17ñó<üg"
  b"\x01É╩F Ts¦½åZ_\x00Tó╔"
  b"\x01É╩F VsiƒG\x02ÎØ\x1A\x14²"
  b"\x01É╩F Wq\vó¢├,[\x18═ý"
  b"\x01É╩F Yqzé▀╩,░ıèê"
  b"\x01É╩F [pÛáÔ= ┌\x04"
  b"\x01É╩F \pÚ¬ØJ^3¿╚\x15"
  b"\x01É╩F _sî▓║´%ë╔║6"
  b"\x01É╩F `r\x1AêäjÞ■Gi'"
  b"\x01É╩F bq▒ôDfl│\x1D┼J"
  b"\x01É╩F ds\x1D¢ë×Hæ*\x08"
  b"\x01É╩F ep╔üz¼å\x1FdMÞ"
  b"\x01É╩F gp\x00àQF┴\x02"¾<"
  b"\x01É╩F ip)┐ïÝ{xG2─"
  b"\x01É╩F jr╠▒xçÝ]\x14Y\x11"
  b"\x01É╩F lrw│àâå\e═ªJ"
  b"\x01É╩F nrÑûV\x07ÙqÀàM"
  b"\x01É╩F os×ìVç2äGÛ4"
  b"\x01É╩F qsa░óó┼ä÷­E"
  b"\x01É╩F sr▀îálÉ║╦$¢"
  b"\x01É╩F tsçÀð'I^*┴¥"
  b"\x01É╩F vp¶èQ<.\x17è±@"
  b"\x01É╩F xp«ú\x1DµùÃıOL"
  b"\x01É╩F ys▀òB\Û<Èm×"
  b"\x01É╩F {p»ë\x1Cè╠$╔ÖL"
  b"\x01É╩F |s\x15┐║ó\x14║»×n"
  b"\x01É╩F ~q;Å£&┬îÃëx"
  b"\x01É╩F Çr\x05ê\x1Dë╠­A╣w"
  b"\x01É╩F ür½òܹ"╣\r\x0Fk"
  b"\x01É╩F âq└¥¿1║┐\x16°h"
  b"\x01É╩F är▒ò³ÿa▓╬ïa"
  b"\x01É╩F ås$░,³ÊÈÙ╦û"
  b"\x01É╩F çr4Ø‗}[x╗Óf"
  b"\x01É╩F ëq`╝Æã¥└_▓½"
  b"\x01É╩F ïqz║│O\x1C¦▀Ç×"
  b"\x01É╩F îp┼êʺ°¦ÙKo"
  b"\x01É╩F Är┼×ÀIí\r‗ñ·"
  b"\x01É╩F Åq\x14½\x1D6│¶¶ÔE"
  b"\x01É╩F æs╔╗_É2¸¸­½"
  b"\x01É╩F ôs ÄiÿÉåXMH"
  b"\x01É╩F ösßìç┌ÅZ<:\x07"
  b"\x01É╩F ûq`▒ië\x01\x11@yn"
  b"\x01É╩F ùqD╣Á1­Ì¯iæ"
  b"\x01É╩F Ös¥▒f\x17Ë\x06\x7FË\x1E"
  b"\x01É╩F øs¨ó}Ò8╗öz/"
  b"\x01É╩F £qûØ▓Ü\x10║®Us"
  b"\x01É╩F ×pfÿ.px&┤\x04²"
  b"\x01É╩F ƒs\x17á"\x03\x12-ò¬ú"
  b"\x01É╩F óp\f½\x10þáY//C"
  b"\x01É╩F ñqX╝P┌ä6 £W"
  b"\x01É╩F ªr ì\x07¬luRb¡"
  b"\x01É╩F ¿r%×ø\x0E$┘╠H7"
  b"\x01É╩F ®qÒòz┤▀/Þ]é"
  b"\x01É╩F ½p9ñ▒ÀÝ%[\vl"
  b"\x01É╩F ¡pıòDÆ1ak█┴"
  b"\x01É╩F »pÜ«p1^ï>J?"
  b"\x01É╩F ▒qÜöTâ╣m/â4"
  b"\x01É╩F │sÓïÆ5M\x1E)n\t"
  b"\x01É╩F Áq\x1Fÿ¸╗░Û\x03ÿx"
  b"\x01É╩F Àr▄░\fo6|¿╣)"
  b"\x01É╩F ╣r,░Y▓sÌ>\x1A+"
  b"\x01É╩F ╗p║òı¾3v\x18À▄"
  b"\x01É╩F ¢sLó¦█dÁ²\x11ì"
  b"\x01É╩F ¥s~âYj\x10ÿkªL"
  b"\x01É╩F └q║▒:vëb>î\x1F"
  b"\x01É╩F ┬q2»\x12‗╚Xì©+"
  b"\x01É╩F ├qLæ┼\x1Dð^ñ¾\x15"
  b"\x01É╩F ┼p\x01Ö*sió╩§█"
  b"\x01É╩F Ãqmé¬‗a÷"
  b"\x01É╩F ╔r®öè\e├4╗Â¥"
  b"\x01É╩F ╩s█▒N▒7Z]┌‗"
  b"\x01É╩F ╠q±®J\=\x087Ìû"
  b"\x01É╩F ╬s¯º\x02i┬V{µæ"
  b"\x01É╩F ðsÚë■)Iíÿc\x1F"
  b"\x01É╩F Êp\x0E┤¼┼├ıt║\e"
  b"\x01É╩F Ës\x07║Wøn=à6w"
  b"\x01É╩F ıp¾▓©\rW\x10T-Z"
  b"\x01É╩F Îp\x10ø╣╔ÝT▓╗!"
  b"""
    \x01É╩F ┘qyæúãg<\n
    
    """
  b"""
    \x01É╩F █s3éno[Ok\n
    ã
    """
  b"\x01É╩F ▄s}ºÀÆêY|│^"
  b"\x01É╩F ÌqÇì#­\x03ömj&"
  b"\x01É╩F Órì┤C\tçÃ\x1C"
  b"\x01É╩F ßqbûä|H-Ô<\x16"
  b"\x01É╩F Òq1êa└Nh2■Z"
  b"\x01É╩F ÕpPÖg\tÕª(ê%"
  b"\x01É╩F þqÌøþwu╠Í\x1DF"
  b"\x01É╩F Þr,é\x04UõóÐC¶"
  b"\x01É╩F Ûqgë\x03³┬´§"\x1E"
  b"\x01É╩F ýrÓ¡\x08┼5?┘ÎI"
  b"\x01É╩F Ýqôª7èbûÈ/:"
  b"\x01É╩F ´p^ìhûö\tدı"
  b"\x01É╩F ±q¸øÙ§aAQ¼w"
  b"\x01É╩F ‗pÔ£ßæíöþ\x08»"
  b"\x01É╩F ¶p╬Ñ\x04\rÍÞ@▀Ó"
  b"\x01É╩F ÷päï"Þ‗Ù┤_f"
  b"\x01É╩F ¸s\x08âúËuMð─Ð"
  b"\x01É╩F ¨qßÂ÷Â.\x18\x03D"
  b"\x01É╩F ¹s─ÖzM8¥Îâ+"
  b"\x01É╩F ²s¸¿ñÍÙ╦ì[5"
  b"\x01É╩F ■r-üh9lV─GU"
  b"\x01É╩F!\x00s@ö'ÑϦí\x7FÊ"
  b"\x01É╩F!\x02p[ÿç¼ÌJ#àe"
  b"\x01É╩F!\x03qcç°Ô²¦NI^"
  b"\x01É╩F!\x05p®íÞ\v¡³öÏ%"
  b"\x01É╩F!\x07rë║╩o¡Ö╝Ç®"
  b"\x01É╩F!\tp@º\x1E\x08å¶éÀ\x02"
  b"\x01É╩F!\vs;öqk\fª<\x1Að"
  b"\x01É╩F!\rr"Æ(═sıÿþÊ"
  b"\x01É╩F!\x0Ep½┐K\x15Bƒ└»¡"
  b"\x01É╩F!\x10sÁÑfyÆùóõk"
  b"\x01É╩F!\x12r3ƒ‗hw ‗\x1F"
  b"\x01É╩F!\x14r¸ÂOq\x12ÂIàg"
  b"\x01É╩F!\x15p║â÷¦c5ÃÄ."
  b"\x01É╩F!\x17q}ƒ\x01\x01Syz"
  b"\x01É╩F!\x19p╠ìé\x02■Á-Ãï"
  b"\x01É╩F!\x1Ap\x04╝ÿtıÁÂæ~"
  b"\x01É╩F!\x1Cp2îÏeìwâ,▓"
  b"\x01É╩F!\x1Erm«¾┐òÃ\x1D\x01\x03"
  b"\x01É╩F! pßâ─ÿÓ├m\Î"
  b"\x01É╩F!!s\x1D¢i╚█áS\x0EÅ"
  b"\x01É╩F!#q\x15╝Ü\x0E╦\\r"
  b"\x01É╩F!%p6ì\x1Fn¸■_\x0E"
  b"\x01É╩F!&q\x18Àµv§æ\x04ä+"
  b"\x01É╩F!(r\x1C\x7F;û$ ¯}"
  b"\x01É╩F!*pýöUd0¾s\x1A"
  b"\x01É╩F!+qõå΃│Ýÿæ\x08"
  b"\x01É╩F!-quÄm░à@a®c"
  b"\x01É╩F!/qAìÈî¶\x7FL»Î"
  b"\x01É╩F!0r"Å┼┤╩yZgQ"
  b"\x01É╩F!2p\x14ÄjñÎÉÞ\x11¢"
  b"\x01É╩F!4sÄïT┬ «\x11"
  b"\x01É╩F!5q\x19©\o ▓{äc"
  b"\x01É╩F!7r¬│\x171┐2¤\x10k"
  b"\x01É╩F!8r4Å]rT2^Þf"
  b"\x01É╩F!:q·óbÅH\x08,\x02H"
  b"\x01É╩F!<r¯ùw┼¹░\v\x03è"
  b"\x01É╩F!=qı▒\x01<├úâ|Ú"
  b"\x01É╩F!?qå«ô½4V>╚^"
  b"\x01É╩F!ApYò;ãS\x01¬╬┼"
  b"\x01É╩F!Bq\x14É\fÇ.{╠/Å"
  b"\x01É╩F!DqÖƒ ÚKÅ7┌."
  b"\x01É╩F!Fq\x11╣è'\x1F±(6\f"
  b"\x01É╩F!Gr*┤Æ6Zei¦\x08"
  b"\x01É╩F!Iq3┤┐┌\x18a×A2"
  b"\x01É╩F!Ks╔┤\x19\x7F\x08\v╚o="
  b"\x01É╩F!Lr\e╗‗¬¬õ\x0Fµî"
  b"\x01É╩F!Mso║\x1Aºd´^▄G"
  b"\x01É╩F!Nsmôm9Ö_Ð▓v"
  b"\x01É╩F!Ps-îÉù³k\x08ÜÑ"
  b"\x01É╩F!Rp(Ä■Ò¦ã\v"
  b"\x01É╩F!Sr!│╣┘gÓc§j"
  b"\x01É╩F!UqÍëlÿ\x04&\x11fC"
  b"\x01É╩F!Wq#Éå_#y1/©"
  b"\x01É╩F!XqgØ13▒¾A┴O"
  b"\x01É╩F!Zq│╣ÆÊç=qöÇ"
  b"\x01É╩F!\sı«d\x01a╬!:‗"
  b"\x01É╩F!]q\x03¼rãÜ=ÖÔ\x1A"
  b"\x01É╩F!_qZùhv\x0E_î½\x14"
  b"\x01É╩F!ap╩ñXE‗\v─öÀ"
  b"\x01É╩F!br+épKwtÔlı"
  b"\x01É╩F!dsK¡1*³g\x1A²l"
  b"\x01É╩F!fqüÑ-ñbeY\x04Á"
  b"\x01É╩F!gqÛ▓V▓(k@»Ì"
  b"\x01É╩F!iq\x19Ø\rã[È+%‗"
  b"\x01É╩F!ksO¡¨ó═├$b\x11"
  b"\x01É╩F!lqë╣^ÁA¿ñ\t¯"
  b"\x01É╩F!nq^¼zd4àÌ!³"
  b"\x01É╩F!pr\r£┘¦\x167L¨'"
  b"\x01É╩F!qr¢à`7éw┐½▒"
  b"\x01É╩F!srz½úEFºtù0"
  b"\x01É╩F!ur│▒▒|-n$È┌"
  b"\x01É╩F!vs,©¥qÜEgî2"
  b"\x01É╩F!xpÃ╗gc'\x17\x1F+6"
  b"\x01É╩F!zqgÀ}┐bîÃÖ└"
  b"\x01É╩F!{p═Äè\x1F\x18Ñ┤.E"
  b"\x01É╩F!}s▄½SXà▓i¨▒"
  b"\x01É╩F!\x7Fs=ÀåË▄c¶┐Ë"
  b"\x01É╩F!Çss▓╠ÊO¶njV"
  b"\x01É╩F!Çss▓╠ÊP\vÜ|/"
  b"\x01É╩F!ép1çÞiÐì]─█"
  b"\x01É╩F!äp\x05¡u\x03┘£\x00Ï¿"
  b"\x01É╩F!àrß▒┘ô└\x19ÒI!"
  b"\x01É╩F!àrß▒┘ô└2lÒÕ"
  b"\x01É╩F!çpÖ×T├kÀ╬gM"
  b"\x01É╩F!ês\x0F¢\t\vû╠S"
  b"\x01É╩F!èp╩û╝e¯*ÉÝ¿"
  b"\x01É╩F!îq├│ã┴\vL\x01▒\"
  b"\x01É╩F!ìsàÇ\x12,▓ô\x1C`ÿ"
  b"\x01É╩F!Åsp¡Ó\x03 ëO¹\x04"
  b"\x01É╩F!æs\x03ƒ/4Â$(ö\x10"
  b"\x01É╩F!Æspî´mFuå╠╚"
  b"\x01É╩F!öqÂÁb7±V¯w┤"
  b"\x01É╩F!ûqEïÄêÖÖðRÿ"
  b"\x01É╩F!ùs╗Å┘û_▀¡ñü"
  b"\x01É╩F!ÖpË╝P¬j└m«4"
  b"\x01É╩F!øpÍáèX\x04j/\x049"
  b"\x01É╩F!£p\x11Æ\x1EY╦B╚ø\x01"
  b"\x01É╩F!×pFòV÷\x12~=3."
  b"\x01É╩F!ápäƒ╬mò½¸#L"
  b"\x01É╩F!íp┼ì`Ù½)─®|"
  b"\x01É╩F!úp\x05¢%\x00N(ÆT¬"
  b"\x01É╩F!Ñp©ÿu/▀x>ñN"
  b"""
    \x01É╩F!ºrùÿ\x02\n
    s‗u¯
    """
  b"\x01É╩F!¿r ëªw3!R®±"
  b"\x01É╩F!¬stÑÍpOW\x16ÒÄ"
  b"\x01É╩F!½r\x07ă\e┼X\x7F¹0"
  b"\x01É╩F!¡rYâ;Iͦ9ï="
  b"\x01É╩F!»r'ç«l\x02»\x1Dõ®"
  b"\x01É╩F!░p9àó$/\x0E\x01\x07D"
  b"\x01É╩F!▓q6öÉNà\x05┬º³"
  b"\x01É╩F!┤s`│Iõ┤ÌÛ\x10"
  b"\x01É╩F!Ás»ó'ðxæ■$á"
  b"\x01É╩F!Àq\x01ûØe¾▓'üê"
  b"\x01É╩F!╣svìcý_uØó\x15"
  b"\x01É╩F!║sñá/\e0\x1F-5)"
  b"\x01É╩F!╝q\tàÈS\x16B\x05"
  b"\x01É╩F!¥p┐úððYo▓Uù"
  b"\x01É╩F!┐p\x04ö▓wAzQ#Ã"
  b"\x01É╩F!┴qP»Tq^P¹\v"
  b"\x01É╩F!├s\eó╦\x07.¡è>}"
  b"\x01É╩F!─sùëU╬\x1A\x08ÏWL"
  b"\x01É╩F!ãq├»Ìÿb¼ðá¯"
  b"\x01É╩F!╚q£ÅÚ_┤è§bq"
  b"\x01É╩F!╔q\x1E¡þÓJó\x14\x18m"
  b"\x01É╩F!╦p╦á\x02á╚®'\x08'"
  b"\x01É╩F!═srÿã\x0F}д=#"
]
58 5.45 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 OFFSET 8500
Parameters:
[
  false
]
59 1.48 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩F!╬r8¿ZjºX<╗b"
  b"\x01É╩F!ðs╣│┘µ·à-<x"
  b"\x01É╩F!Êp═Áý\x17"\v9cT"
  b"\x01É╩F!ËsºÖ}"á´\x12Æ\x18"
  b"\x01É╩F!ıs╗òE4æ½┼\v"
  b"\x01É╩F!ÎqöæÇ─¼Ô3┤P"
  b"\x01É╩F!ÏpñÉñK┬,å¦\x00"
  b"\x01É╩F!┌r ╝ØÉ%ö_ܪ"
  b"\x01É╩F!▄p6׸╬@Ë┼'ø"
  b"\x01É╩F!¦s1úhw]Dô9º"
  b"\x01É╩F!Óq\tú╣B╝Â/öX"
  b"\x01É╩F!ßqýƒ®Í╚Ó°╣a"
  b"\x01É╩F!ßqýƒ®Í╚■╠ØÈ"
  b"\x01É╩F!Òp┤▒═Ø9ûÙ·}"
  b"\x01É╩F!õr{¢èuJ\x1F íS"
  b"\x01É╩F!µqáío0\x18¹#³Ù"
  b"\x01É╩F!Þp`ò│\x06o~"g§"
  b"\x01É╩F!ÛqÅÑ\\x16Úép\x03\x01"
  b"\x01É╩F!Ùqñâ\x0F²½Í\x1Fõ┼"
  b"\x01É╩F!Ýq\x16Ä)\x19¡\x12\vÚ█"
  b"\x01É╩F!´sîÄ*|G*╬3\x12"
  b"\x01É╩F!­q\x00î¤Zr┤0■s"
  b"\x01É╩F!‗píâT\x08*oJÐG"
  b"\x01É╩F!¶pÛ¡TD¥Ï\x11\x04Ý"
  b"\x01É╩F!§pçîÒ!d£>ïÌ"
  b"\x01É╩F!¸pÖä▒AÓ╔\fÔ¾"
  b"\x01É╩F!¨q¢ûO┤ÄÄ,▓J"
  b"\x01É╩F!·sWØ╣\x1A÷¨├5W"
  b"\x01É╩F!³r¤è^£\x18╔ıÊï"
  b"\x01É╩F!■r┌ÿF0\x7F_%gÍ"
  b"\x01É╩F! s'ø▓SÀÈÀ▄I"
  b"\x01É╩F"\x01pÅ▓Jåaø'\x05"
  b"\x01É╩F"\x03rÙÖHÝs¥ïðQ"
  b"\x01É╩F"\x04r╔╝%\f\x04[·×å"
  b"\x01É╩F"\x06rͼ\x1EåøDúí\"
  b"\x01É╩F"\x08roªðA"ƒlD\"
  b"\x01É╩F"\tr\fײbí&8pà"
  b"\x01É╩F"\vsç╣ßàϽMÝ{"
  b"\x01É╩F"\rq\x04¢Ö¿\x1C÷ÊÖÞ"
  b"\x01É╩F"\x0Eq\x00ƒU\x01v^╚\fS"
  b"\x01É╩F"\x10q\x0Fê?Ý┴Ñï▀└"
  b"\x01É╩F"\x11séò5M─═sÞ\x0F"
  b"\x01É╩F"\x13sî╗m5╦\x04\x16³Ì"
  b"\x01É╩F"\x15pÓäL\x19¢­OÿX"
  b"\x01É╩F"\x17r─¬K³üsdE""
  b"\x01É╩F"\x18ps░²\x10Re\x19ð-"
  b"\x01É╩F"\x1AqK¡}+\x12­ ò&"
  b"\x01É╩F"\er╬åï>O:wȪ"
  b"\x01É╩F"\x1Ds▒½\x7F\x11┘üu"
  b"\x01É╩F"\x1FsÈ┤°│\x1A\x00╗o"
  b"\x01É╩F" r\x00©\x123mX´█\v"
  b"\x01É╩F""s┘ÆÔõõ(┐óØ"
  b"\x01É╩F"$pÕÇ\x1CÌ\x1ECæø│"
  b"\x01É╩F"%sÔ©▒0ðÇó\x1F"
  b"\x01É╩F"'q\x12É®T╩=ÞtB"
  b"\x01É╩F")sdæ3$}┐¹\x16}"
  b"\x01É╩F"*r└®▄&+IW┐µ"
  b"\x01É╩F",rvÁº»©M4/Ò"
  b"\x01É╩F".qT┤z\x18³▀ñ\x12\f"
  b"\x01É╩F"/pzô\x13╦=ä┤\x0Fº"
  b"\x01É╩F"1s/¼▄³FwË6x"
  b"\x01É╩F"3sÞ┤ÝÃ═¾§\v\x1D"
  b"\x01É╩F"4r║ªmb▓G\x12\x18\f"
  b"\x01É╩F"6p%Ä5Þsü\x04e\x06"
  b"\x01É╩F"8r\x1Eô┬\x7Fì¨═┬º"
  b"\x01É╩F"9r¤¿\fK\x077ý¸╬"
  b"\x01É╩F";s¿╗è,æ¶WÕ╠"
  b"\x01É╩F"=q=▒¿(Ëàh\x07À"
  b"\x01É╩F">r\x03º²]ñ\x14]úe"
  b"\x01É╩F"@rPê\x14"6:9\x01ó"
  b"\x01É╩F"Bpî½h░m┘Õö½"
  b"\x01É╩F"DpPáXl (>ƒø"
  b"\x01É╩F"Eq┴ï\r¨íñ½Àµ"
  b"\x01É╩F"Gpûåó\x1Cé®TAL"
  b"\x01É╩F"Is\x06Ö[‗\x7Fè¶*Ä"
  b"\x01É╩F"JqÉö█╔Ob~z╔"
  b"\x01É╩F"LrX░{S┼¸║Ôy"
  b"\x01É╩F"Nqðû{¹‗╗\x1C╦%"
  b"\x01É╩F"Pp\x08ÉÉìU╦╗─h"
  b"\x01É╩F"Qp╝ñY\x1F\x14Nð¯v"
  b"\x01É╩F"SpÕÀk±\x08Ϭµ)"
  b"\x01É╩F"Ur,ÜYKÍ\x00╩Oë"
  b"\x01É╩F"Yqðªn«\Ô¾P\x18"
  b"\x01É╩F"]pë×Ðù┼îó\x15L"
  b"\x01É╩F"_r\f®G=ª\fj¯5"
  b"\x01É╩F"br3û%═À■Í»Ö"
  b"\x01É╩F"dq\tÁ±║Òê\x05"
  b"\x01É╩F"grXÖ[¿n#\x0Fz\x17"
  b"\x01É╩F"ip▒£╠üαzd┼"
  b"\x01É╩F"lqjúë½lÒ¹úd"
  b"\x01É╩F"oq╦¬\x07?╦¤8ƒÂ"
  b"\x01É╩F"qqX╣àÎt¦µéƒ"
  b"\x01É╩F"sqL╝OEëüñÓ`"
  b"\x01É╩F"tqùªS¿¯ß,Ø\x7F"
  b"\x01É╩F"vq«ïW;û╔ÒHJ"
  b"\x01É╩F"xqCè\x18\x0F┤Ã┬om"
  b"\x01É╩F"zrSáK˹\x13Uz─"
  b"\x01É╩F"|qCÄd┐¸\x0E\ez\f"
  b"\x01É╩F"}pÛ؃Ϭƒ2æ;"
  b"\x01É╩F"\x7Fp îVI'4\x00"
  b"\x01É╩F"üp▓½Îÿs\x14¤╔¹"
  b"\x01É╩F"âpмÕ\r~FÊA╔"
  b"\x01É╩F"äp¼îã"âdà┼Ö"
  b"\x01É╩F"åpª║d³J«§È─"
  b"\x01É╩F"ëp;ûÂPbΣWÕ"
  b"\x01É╩F"ïqÚÜ\x02\x15ÚÞ´Hâ"
  b"\x01É╩F"îs├▓û°è\x1D\x18\x11"
  b"\x01É╩F"Äs_ÇTøl\x02öâé"
  b"\x01É╩F"És¿åéÎhTF\x14"
  b"\x01É╩F"æpÐòàW²1\x10"
  b"\x01É╩F"ôr7è\x1AÁ3\x07#M)"
  b"\x01É╩F"òq\x01Â╝CoaÎnÑ"
  b"\x01É╩F"ûsÍî\x1E\x19T▄+F┌"
  b"\x01É╩F"ÿrùä\fa╔Q╔ÉD"
  b"\x01É╩F"ÜpÊ░&\x1F\x02«$░]"
  b"\x01É╩F"øsÐÆd┼ı÷?■\x07"
  b"\x01É╩F"Øsoç╔Ï░G©\x04I"
  b"\x01É╩F"ƒsîø\x18ª▓ù¼ý9"
  b"\x01É╩F"áph¿k,¾¥½/Q"
  b"\x01É╩F"óqsü\x043°KÕ=¢"
  b"\x01É╩F"ñpOäÈ·F\x02Gá¢"
  b"\x01É╩F"Ñp2¥\x02\x19Ôlõ╣^"
  b"\x01É╩F"ºsíì═Sþ¯\x01¢6"
  b"\x01É╩F"®q╝ÖÑð\x07ùµDI"
  b"\x01É╩F"¬r'öx\t\x00ì£$"
  b"\x01É╩F"¼qöè÷ÿD▀Ð┼▀"
  b"\x01É╩F"«sï╣8¯§│\r"
  b"\x01É╩F"░qÖªèı╝<o\x12"
  b"\x01É╩F"▒pƬ5áä»»Ô;"
  b"\x01É╩F"│qrø\v±½^\x00▄Ú"
  b"\x01É╩F"ÁqäêíÕÃÿ┼ ´"
  b"\x01É╩F"ÂsU¼xÙ2ßS║k"
  b"\x01É╩F"©qªò/\x1F\x14E═"
  b"\x01É╩F"║s8íΡR"\x12¼c"
  b"\x01É╩F"╗pàÜ|\f½dç\rÿ"
  b"\x01É╩F"¢pØôS\x18\x18¿÷i"
  b"\x01É╩F"┐rcøôtÎ@KN¾"
  b"\x01É╩F"┴pöÜPkö(à¸‗"
  b"\x01É╩F"┬qıƒ┌U¹ú$Óh"
  b"\x01É╩F"─q\x0F¢ù=ç╠ C!"
  b"\x01É╩F"ãs╩æÎ@8Ó>(8"
  b"\x01É╩F"ÃqJç¾wyBoƒù"
  b"\x01É╩F"╔qüêº\x07YäÐ└Ò"
  b"\x01É╩F"╦s\x7Fä╗¼DBZcN"
  b"\x01É╩F"╠qYØQ\e│Iîàç"
  b"\x01É╩F"╬sù½mvÃÏb,g"
  b"\x01É╩F"ðqÜÿeõy9`±!"
  b"\x01É╩F"ÊpüûI2Ç\x15Y─P"
  b"\x01É╩F"ÈrıôÅ\x02┌®\x12ªå"
  b"\x01É╩F"ısRÄ┘Âùwn\x04W"
  b"\x01É╩F"Îqýü\x150VÜ ¯+"
  b"\x01É╩F"┘qWéþ\x10®ñ\x00e┌"
  b"\x01É╩F"┌sA«\fF*\x1Fü┌f"
  b"\x01É╩F"▄q#╗+ôdáÂUÝ"
  b"\x01É╩F"Ìpë│$}ù¾ã"å"
  b"\x01É╩F"▀ptÅ┐nkoj▓H"
  b"\x01É╩F"ßs┼▓²6Ø\x18S╩Ç"
  b"\x01É╩F"ÒpnÇÓ┤Á\x7Fu\x00ö"
  b"\x01É╩F"õpÞå▀"\x01lÂ╦Y"
  b"\x01É╩F"µrWɃ\x1C░øµ÷9"
  b"\x01É╩F"Þp\x04öÎ5,üGó¦"
  b"\x01É╩F"Úpà¼gbcùÏcö"
  b"""
    \x01É╩F"Ùp\x06░Ö\Nq\n
    \x7F\x13
    """
  b"\x01É╩F"Ýq«ö╩┼-2ôq}"
  b"""
    \x01É╩F#\x02p=öüç\x04\n
    éRe
    """
  b"\x01É╩F#\x02p=öüç\x04\e`ô¨"
  b"\x01É╩F#\x03rh¢ÌÙ^ñ:0ò"
  b"\x01É╩F#\x05pHƒ▓Èò¾\x1DÚì"
  b"\x01É╩F#\x06r;®┘AõJ\x0E\x08"
  b"\x01É╩F#\x08s\x05Ñ╔Xl(!■ì"
  b"""
    \x01É╩F#\n
    rvà²\x0Fg\x03Q÷ú
    """
  b"\x01É╩F#\vqÝëKÁ\x0F║\╗n"
  b"\x01É╩F#\rq±½¢ÉgË▒½&"
  b"\x01É╩F#\x0FrÃ▓)ÃÑ,c¥U"
  b"\x01É╩F#\x10s@¡ô═¹:×#e"
  b"\x01É╩F#\x12qW▒ü¸\x1E*é^á"
  b"\x01É╩F#\x14s\x13¬h\x00àÂxÅ┤"
  b"\x01É╩F#\x15qlñ█Ô╠ø³\eð"
  b"\x01É╩F#\x17rA¡\x01KÏpLÊ┌"
  b"\x01É╩F#\x19sGÁ%º\x7F\x10Î└"
  b"\x01É╩F#\x1As~»80¶Þuï­"
  b"\x01É╩F#\x1Cp┌ŨÖ~\x07¶┤\v"
  b"""
    \x01É╩F#\x1Ds\n
    å¾OÓ-ı®¿
    """
  b"\x01É╩F#\x1FqËó×╝ƒ\eÖ\x00|"
  b"\x01É╩F#!r<à\x1F(C¦¹h!"
  b"\x01É╩F#"sF▓t'cÁ╗]\x17"
  b"\x01É╩F#$q.«í®ÓÛ╠>\x16"
  b"\x01É╩F#%s\x0E┤C÷º\x0FÖ▄"
  b"\x01É╩F#'pJèé\e¯ëd7­"
  b"\x01É╩F#(qûÉO\x17¼╬\f<|"
  b"""
    \x01É╩F#*rlâ\n
    \x074UtQ·
    """
  b"\x01É╩F#,sKƒ("▒T¦Ó╣"
  b"\x01É╩F#-p\x06ª[\x08Ù`┼ö("
  b"\x01É╩F#/séª\r\x1E3\x03ÌÄÉ"
  b"\x01É╩F#0q(ص┐~6ùË@"
  b"\x01É╩F#2s%ÁÞçÛ¡¬°┘"
  b"\x01É╩F#3sqáue│A¡Kû"
  b"\x01É╩F#5qK│e¶'╠\x11╣N"
  b"\x01É╩F#7qð¬ñ÷íy§D%"
  b"\x01É╩F#8qî╗│\x11\x00¤×╚"
  b"\x01É╩F#:p{«Kpë\x18F:\x0F"
  b"\x01É╩F#;r┘É\x01:.¡:\x0F"
  b"\x01É╩F#=r╦╣\x1Aı╔Ú7╬à"
  b"\x01É╩F#>sÓÉõKF─Ôô<"
  b"\x01É╩F#@r£¬æ½¥¡─\x1FÈ"
  b"\x01É╩F#Bpè¿╔Ë1$├t\x17"
  b"\x01É╩F#EsÔá\r³/¥.°│"
  b"\x01É╩F#Fs7î├╠ÏC#╗p"
  b"\x01É╩F#Hp¿┤õ│|B\x12àO"
  b"\x01É╩F#Jr┌▒\x05\x15IÛ©E©"
  b"\x01É╩F#LqdÜÄ╚uÞpeÙ"
  b"\x01É╩F#NsJÖ\x02'y³╔¸("
  b"\x01É╩F#PsaÅׯ\x02\x1A█û×"
  b"\x01É╩F#Rp.ä^º²ÜG╣\t"
  b"\x01É╩F#Ss6üaS\x1C┼z*ð"
  b"\x01É╩F#Upm½û┬ûÂ\v\t¼"
  b"\x01É╩F#Wq;Â!»f\x13├÷▀"
  b"\x01É╩F#Xs\x15\x0F1Òf³1¢"
  b"\x01É╩F#Zs(«ú0m\x04ø¯Ç"
  b"\x01É╩F#\s0│\x13Nº╔ø<¨"
  b"\x01É╩F#^p\x00¡Àk╩ýä┴╬"
  b"\x01É╩F#`p£¢vAuõ+ü\x02"
  b"\x01É╩F#asüÜ{\em¬T├c"
  b"\x01É╩F#cq\x01▒Áî¾/\x05"
  b"\x01É╩F#erq╗\x02Uj├ñâï"
  b"\x01É╩F#fq7û▓"─\x0Eô▒E"
  b"\x01É╩F#hp÷üg¼.┴cfº"
  b"\x01É╩F#jpÁºåMi╣áÍ\x14"
  b"\x01É╩F#lsoîj|í»ß║§"
  b"\x01É╩F#np\x07┤└▀\x04ÿ9/."
  b"\x01É╩F#pq1░\x03\x03ÿA\x0E±\t"
  b"\x01É╩F#qqÓ╝▀\x15¶xø½Ì"
  b"\x01É╩F#spkáå\x19│ï2VY"
  b"\x01É╩F#spkáå\x19│¿ñvÎ"
  b"\x01É╩F#us▄×Fr\x12DMç║"
  b"\x01É╩F#vq×ëEó`F┤└s"
  b"\x01É╩F#wq\x14¬§ÛÛ‗­\x16J"
  b"\x01É╩F#zpKú\x08)76\x13\x19$"
  b"\x01É╩F#|q▒┤bIo║I│W"
  b"\x01É╩F#}pãè_æÝpà╚ß"
  b"\x01É╩F#\x7Fq´¼Äþ"á³=q"
  b"\x01É╩F#ür-ÿ*ÁÈÏ!\x14$"
  b"\x01É╩F#érãÖV³%\x1AÞìÞ"
  b"\x01É╩F#är¬îázs~ª\x11i"
  b"\x01É╩F#år/ú.±QÅ▓Ò═"
  b"\x01É╩F#êp8öw|Üå\x01"
  b"\x01É╩F#ëq¾ëv-\x0Eû\x7F│*"
  b"\x01É╩F#ïq\x05¥▒ÙÁ╝Þ\x1AP"
  b"\x01É╩F#ìs\x02âk/Õ2Íó¯"
  b"\x01É╩F#Är%ò┴Õøâ¾\v;"
  b"\x01É╩F#Éqé╣P\x1CHÛС¹"
  b"\x01É╩F#Æp\x00¢¾ã`\x1A\x13òë"
  b"\x01É╩F#ôq£¢\x18═H█¥▒─"
  b"\x01É╩F#òrýÁs\x05OS á­"
  b"\x01É╩F#ùs\x0FÂî\ePS│<\x14"
  b"\x01É╩F#ÿqÐ│`'ãÈ'y+"
  b"\x01É╩F#Ür®ú%ƒMÛÓ\t\x01"
  b"\x01É╩F#£s─òÿ\elÞÃ=\x19"
  b"\x01É╩F#Øs|ûıNgþç§\x07"
  b"\x01É╩F#ƒphÅýéZÕº¬Ì"
  b"\x01É╩F#ísÆójx‗╦yð▀"
  b"\x01É╩F#úq©øZ¶Ì¡ô▄\n"
  b"\x01É╩F#ñq├¡óIr·}ê "
  b"\x01É╩F#ªs\x18ùÅäHµ█û"
  b"\x01É╩F#¿sLî▀Ô╣°÷╣­"
  b"\x01É╩F#®r═£i┤6\x11ÏH "
  b"\x01É╩F#½qa¬dTãÁK0i"
  b"\x01É╩F#¡p\r╗╗rë\fôö\"
  b"\x01É╩F#«sÚô :³óÇT¿"
  b"\x01É╩F#░pWòô\x7F(¾üÙ("
  b"\x01É╩F#▓pQÖ ¶\x149mBµ"
  b"\x01É╩F#│r¤öqım_\x13jw"
  b"\x01É╩F#Ás\x15üå¹2á\x1F"
  b"\x01É╩F#Âq┌ö)÷ixÿ}à"
  b"\x01É╩F#©qfï\x11\x12\x12ÅÚþ"
  b"\x01É╩F#║q¿│\x13\x1E«¸£uÝ"
  b"\x01É╩F#╗råí│\x12ëÝ╝'\x03"
  b"\x01É╩F#¢p\x05ÑXA█▄OÓ\x01"
  b"\x01É╩F#┐p░®¶ñUÅàå\x1F"
  b"\x01É╩F#└pëÑ▓╗ô\x15ú╬)"
  b"\x01É╩F#┬p╔úíoÝ▓±\x7Fh"
  b"\x01É╩F#─p░î­\x11êq÷îâ"
  b"\x01É╩F#┼q@ø\x1AþÁ\x15[·§"
  b"\x01É╩F#ÃrØú{Ðмíßû"
  b"\x01É╩F#╔r\x11òߪÆÄÑ║╗"
  b"\x01É╩F#╦s╠¡m▓\t1J»<"
  b"\x01É╩F#╠qÿ╗\x14röýµ┤Ä"
  b"\x01É╩F#¤p~æsoD\x7FVf\x01"
  b"\x01É╩F#Êpc░CÖTÿqhË"
  b"\x01É╩F#ıp`Ѩ\x03l┬ݹ¬"
  b"\x01É╩F#ÏrUán┌<]&,▓"
  b"\x01É╩F#┌p█╣▄ÎU¸Õ§2"
  b"\x01É╩F#¦p█»£ıVxÄë\f"
  b"\x01É╩F#▀qýº'\x01├HÔ\x13±"
  b"\x01É╩F#Ôqãê\x13\x10cu?dz"
  b"\x01É╩F#õs\x04é¯÷oªÔ▒7"
  b"\x01É╩F#µs©æõßýSSÿã"
  b"\x01É╩F#Þr1«ÝhûÎ\x03\v"
  b"\x01É╩F#Úqqÿ░\x0EM³ Ä-"
  b"\x01É╩F#ýp¤Æ)┼^7öæL"
  b"\x01É╩F#¯r?©ÍÊÍx▄¼║"
  b"\x01É╩F#´rÆ®ïæù2m¿\x10"
  b"\x01É╩F#±rÖØ&\x04¤z■─<"
  b"\x01É╩F#¾p╠½└â\x15ô═1\x13"
  b"\x01É╩F#§rÜ▒\x1Aè¯b6"á"
  b"\x01É╩F#¸rìë‗`ÑLyô\x1C"
  b"""
    \x01É╩F#¨q9┤\n
    ¿\f&Ûxé
    """
  b"\x01É╩F#¹p8½ë\t¾'èPi"
  b"\x01É╩F#²r\x16«êØÐá¯\x16\x15"
  b"\x01É╩F# p_è½ÁÒƒûµÜ"
  b"\x01É╩F$\x01sùòËa\r½×Ì\x13"
  b"\x01É╩F$\x04p¬îzѳ¿0qæ"
  b"\x01É╩F$\x07p╗ŪDÈÛ]ѽ"
  b"\x01É╩F$\tp?ôÇÅ=K\r_■"
  b"\x01É╩F$\vpE»\x13¹dé7 \x02"
  b"\x01É╩F$\fq\x01┐ç k<(ó╬"
  b"\x01É╩F$\x0Ep¥ü|¬á/\x1C╚ò"
  b"\x01É╩F$\x10r)ù\x0F¹░.\x00H>"
  b"\x01É╩F$\x11ss╗É▄█dë'V"
  b"\x01É╩F$\x13q╔ƒ4Æ█ç"í="
  b"\x01É╩F$\x15rPº¥\t4pøl\x03"
  b"\x01É╩F$\x16s=ø\x05¸íÒ\x00á═"
  b"\x01É╩F$\x18rBíãª*n(ÛP"
  b"\x01É╩F$\x1Aq±ì-¡░{║â\x11"
  b"\x01É╩F$\x1CqïÆ?u╬VIyö"
  b"\x01É╩F$\x1Dp\rí)<¨ƒµöE"
  b"\x01É╩F$\x1Fr?ü£\x03\r"
  b"\x01É╩F$!qÈÑo²s█IìÉ"
  b"\x01É╩F$"qJçú°nñiÙ\e"
  b"\x01É╩F$$r╠░║▀í\x08░Yp"
  b"\x01É╩F$&rr®1\x07s╔ð─▒"
  b"\x01É╩F$'r\x19ü\x0Eð┴ÓÍ6f"
  b"\x01É╩F$)pL╣/Ñ\x12KY\x11Ð"
  b"\x01É╩F$+q~û¾y\r║ý¬®"
  b"\x01É╩F$,r\rƒÅÝym¹Ðr"
  b"\x01É╩F$/q\x02ä\x00Ü\x11O┤'┬"
  b"\x01É╩F$1réî$Fµ­`‗·"
  b"\x01É╩F$2r\x02Æ\x1D¼ÔwvÛá"
  b"\x01É╩F$4p├û%%\x13\têJk"
  b"\x01É╩F$6sXƒTw┌?\x10"
  b"\x01É╩F$7s¶¼@\x7Fæ÷ªè³"
  b"\x01É╩F$9q&í³GGI¹\eª"
  b"\x01É╩F$;p\x1Cù'\x19p\r¬øÔ"
  b"\x01É╩F$=p\x1D╣n/┬u./\e"
  b"\x01É╩F$>q¼ïÝf¼Â[s\t"
  b"\x01É╩F$@p‗¼¤HS2p£I"
  b"""
    \x01É╩F$BqèĬ¢Û\x1D\n
    8g
    """
  b"\x01É╩F$Ds!ôG´▒\x7FSßX"
  b"\x01É╩F$EpfÑ-rÀ║å\x1DX"
  b"\x01É╩F$GqÄ╗ßrïô\x05ô\x1C"
  b"\x01É╩F$IrEÉ╦ú\x17i╬6\e"
  b"\x01É╩F$Jp=ÁMjá+ì\x14\x1E"
  b"\x01É╩F$Lpû×rèû;UÄ"
  b"\x01É╩F$Np\x00╗Ö´¨Ýê▄!"
  b"\x01É╩F$PrSÂUKJ┴Ï¥3"
  b"\x01É╩F$Qp%áÚè\f,▒)\x01"
  b"\x01É╩F$SrÄ▓Oã2Ô\x05├¶"
  b"\x01É╩F$UsöªÀ\x1Fò\eÔ\x10A"
  b"\x01É╩F$Vp-í@þ\eq\x1A§Ü"
  b"\x01É╩F$XsT®Ý█z>«hu"
  b"\x01É╩F$Zq\x1D\x01[Cµß`e"
  b"""
    \x01É╩F$[s¢öQÃ\n
    \x1Fj7S
    """
  b"\x01É╩F$]p_ö┘Ésý┤\x08@"
  b"\x01É╩F$_reö┬ä\x12!^\x10\e"
  b"\x01É╩F$ap,è6g)▓¨wH"
  b"\x01É╩F$cpl¢z¨'ï\x0FÛo"
  b"\x01É╩F$epËѣݡªÎS\x18"
  b"\x01É╩F$fs\x06Å¿│‗ñ_\x0E"
  b"""
    \x01É╩F$hq?åY\n
     ├ó\vU
    """
  b"\x01É╩F$jq╬Á6┌HǪÄh"
  b"\x01É╩F$lq▀ú_³´╚Èû;"
  b"\x01É╩F$mq\rØ<ZR.ç\x7F¼"
  b"\x01É╩F$os>ÿ\r(\x13JÈX÷"
  b"\x01É╩F$qqäÀ\x14ú·╠┌uÈ"
  b"\x01É╩F$ssÖÿJP1ÿ!\x13È"
  b"\x01É╩F$tr»×ö╚‗°Ó\x04"
  b"\x01É╩F$vs|ök╚4`\x00v-"
  b"\x01É╩F$xpØÖ·}|¯Ã\x01¬"
  b"\x01É╩F$ysR¡âd1\x1D\x02"
  b"\x01É╩F${pGÄkE\e╠¿ê£"
  b"\x01É╩F$}s▓îenMBd­¥"
  b"\x01É╩F$\x7FrgîtÊ\x14¾Ï/¾"
  b"\x01É╩F$üq~ê¿ÀsOûù¦"
  b"\x01É╩F$âr─óLwõ¬§°"
  b"""
    \x01É╩F$äqwº`·lê\n
    r~
    """
  b"\x01É╩F$åqõ܃└Å└Ã\x17ª"
  b"\x01É╩F$ëq╝╗Iuë╠\x12®æ"
  b"\x01É╩F$ïsÛçıxÉÌz\x06ÿ"
  b"\x01É╩F$îp¯ªëú\x07\x02\x04▄x"
  b"\x01É╩F$Äq;ÀK5Hs█\x044"
  b"\x01É╩F$ÉpÞûÎN\x17\x13v\x16È"
  b"\x01É╩F$Æpê╗╝éíðͲ&"
  b"\x01É╩F$öqé¬‗>öƒLJþ"
  b"\x01É╩F$ûq┴ØþiÓfN╔E"
  b"\x01É╩F$ùs\x07óã\x03á└ÿÌa"
  b"\x01É╩F$Ös*¥┴ì\x07}\)╣"
  b"\x01É╩F$øq┤¿5■Ü│\ã3"
  b"\x01É╩F$£räè░ü\x02▓ä3("
  b"\x01É╩F$×p\x00À\x0FùZ4<\x01Û"
  b"\x01É╩F$ár¡ØS\x7F<¶8{¢"
  b"\x01É╩F$órvùÏD«àl·│"
  b"\x01É╩F$úp\x14à▀█=3ÿ8\x13"
  b"\x01É╩F$Ñs}ñX\x16I\x02³X}"
  b"\x01É╩F$ºqÞØÂÓ{áÝSÿ"
  b"\x01É╩F$¿rþÉÁ└[`ùN╠"
  b"\x01É╩F$¬q╩îè'Z½ò╔#"
  b"\x01É╩F$¼s±Æ*c┼9ßÐD"
  b"\x01É╩F$¡r\x08ö÷p`ï\x0Eõö"
  b"\x01É╩F$»p·ûÓGkw°ü¿"
  b"\x01É╩F$▒pUø\x04\x1DL├­┴î"
  b"\x01É╩F$│qZ¡´®3£├┤\x12"
  b"\x01É╩F$┤qfø\x15'pÏ║8Ó"
  b"\x01É╩F$Âr*àîú±y\t\x7Fo"
  b"\x01É╩F$©q÷░\tåY\x0F\x04o┼"
  b"\x01É╩F$╣rtÁs|S│Ã,k"
  b"\x01É╩F$╗s¥º¶Y\x00æâ\n"
  b"\x01É╩F$¢qÛÄ.Þ·?¬╩{"
  b"\x01É╩F$┐q¯ôƒ▀»+ıx£"
  b"\x01É╩F$└pú£¢ƒhÓµ\v¤"
  b"\x01É╩F$┬r▄«z{│£v\x05Ö"
  b"\x01É╩F$─rW¥_CÓ¸]Ä╝"
  b"\x01É╩F$┼sì©\x10ÁE\x1D«U­"
  b"\x01É╩F$╚r¯░Ð│Év¾ª║"
  b"\x01É╩F$╩s¥ôé{'è╚■>"
  b"\x01É╩F$╦s×ÿ╗\x19\x02┤¾Â4"
  b"\x01É╩F$═r&Ä¥Ýг?\x03Ê"
  b"\x01É╩F$¤qg£\x03\x16§êï\x04¢"
  b"\x01É╩F$ðqnûÄBS ╗Aµ"
  b"\x01É╩F$Êqãï\x13Ë_¸\x16\x0FÍ"
  b"\x01É╩F$Èp´á║ê\x03å\x1C@╚"
  b"\x01É╩F$ıq]àà²mVÄ\v7"
  b"\x01É╩F$Îq*âÎn>\x19ò¹0"
  b"\x01É╩F$┘q\x1CÄw½k$¼\x0Eï"
  b"\x01É╩F$█q\x1AçÜ7.â<\x07o"
  b"\x01É╩F$Ìs|ñ8J┐Û\r"
  b"\x01É╩F$Ôp.û-{ú9Þ▓¬"
  b"""
    \x01É╩F$Þqã»┤\f\x18\n
    Ùåø
    """
  b"\x01É╩F$Ýq@╗°\eû¸C7▓"
  b"\x01É╩F$‗s\║æP\x7Fëp©ø"
  b"\x01É╩F$÷qTééãúÕß°¥"
  b"\x01É╩F$¨p¦ÆrDø╝iyª"
  b"\x01É╩F$²p7àÜÏ\x12í\x16@\x7F"
  b"\x01É╩F%\x01r\x12á«Hû¸L4ì"
  b"\x01É╩F%\x05s¬ºH╬Ù┌#\x1Aï"
  b"\x01É╩F%\x08s\rùÛÓÂ1íÝ─"
  b"\x01É╩F%\fpíàs{Ñ\f\f\x04a"
  b"\x01É╩F%\x10r\êôz<╦6г"
  b"\x01É╩F%\x14r*░\‗─V\x04#┘"
  b"\x01É╩F%\x18rAª3ÑW├7º("
  b"\x01É╩F%\x1Cq\x12øM*乸a¨"
  b"\x01É╩F% r╩▒² _ìc\v\r"
  b"\x01É╩F%$rHçt¨‗`\x1A÷\x19"
  b"\x01É╩F%(s█«Lß,ÇV®½"
  b"\x01É╩F%,s-ô\f\tµ\x10È\x08ä"
  b"\x01É╩F%1s ü,I1Bó¨B"
  b"\x01É╩F%5s\x01ó©▓╬â(°\x1D"
  b"\x01É╩F%8p6â3ÿs▄¡f\x01"
  b"\x01É╩F%<qZûÍ>é6ü\x1C"
  b"\x01É╩F%AsÚÖ\x1C)³´Ö¯Ä"
  b"\x01É╩F%Er>à¢òdZh5Æ"
  b"\x01É╩F%JsGë\x1C█s\x07\x02\x08G"
  b"\x01É╩F%Mr\x05è\x13<kïy\x14"
  b"\x01É╩F%Opàñþ2\x15:╠½ı"
  b"\x01É╩F%Rrfël═^%┘éX"
  b"\x01É╩F%Tr]óË▒Y*ñ¾>"
  b"\x01É╩F%Wp\x00╝fífþS4Ö"
  b"\x01É╩F%Yr ▓¢ÚØJ.kÞ"
  b"\x01É╩F%[rø«Ø¶~¢b\x15\x03"
  b"\x01É╩F%^r«ø\x01▄T·÷fS"
  b"\x01É╩F%`r█¿¦Í\r\x12ÕÁ┤"
  b"\x01É╩F%brî┐Òâ©░Iyz"
  b"\x01É╩F%dqÎÁu(|█rìÀ"
  b"\x01É╩F%gpE┐\x0F\x7FÃ1~┘\x1D"
  b"\x01É╩F%iq¿¿░¹Öv─E¤"
  b"\x01É╩F%lr´┐V(ÓÑ°\x10"
  b"\x01É╩F%nq\x05àoÈ:\x19+½º"
  b"\x01É╩F%qr4ì┐EàeêNª"
  b"\x01É╩F%ssÕü■iè\x11°Ç\x1F"
  b"\x01É╩F%up(ÅÒ2 &ìQô"
  b"\x01É╩F%wq ¡ÖÏÔ\rq▀ "
  b"\x01É╩F%yr\x00Á\x18Á┼s#§Ö"
  b"\x01É╩F%{s┤óƒ\x147Èdôã"
  b"\x01É╩F%}rù¡å¹æF¸@g"
  b"\x01É╩F%Çp¢╣­Î­aVúâ"
  b"\x01É╩F%éq\x07ªiJ¬P½üÝ"
  b"\x01É╩F%äp%ªË┤\r!!,í"
  b"\x01É╩F%åpBù`ûO(§\x0F"
  b"\x01É╩F%ês\x03ñ\x0FcÒ1­4\e"
  b"\x01É╩F%èqðë─©$SÌ©S"
  b"\x01É╩F%îq0ì\x0FÏ4¼áô"
  b"\x01É╩F%ÄqÁÇ\x05è5╦翱"
  b"\x01É╩F%æq┼▒B¢MÃ9\x172"
  b"\x01É╩F%ôpwè ‗\x7FùÓ5N"
  b"\x01É╩F%örRèºQÛÑ6"2"
  b"\x01É╩F%ûqóï\x01¾p\x0EjEø"
  b"\x01É╩F%ÿs\x1E£YJ ?Çiƒ"
  b"\x01É╩F%Üqøò+Ðâz-\x14\x07"
  b"\x01É╩F%£rÖ«ƒû ▄BQ\x11"
  b"\x01É╩F%×q\x1D¢\x7FÖ╬-ô\vX"
  b"\x01É╩F%áp\x1D¡oÿw\x17¯Ï¦"
]
60 4.88 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 OFFSET 9000
Parameters:
[
  false
]
61 1.36 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩F%ís▄å­▒Ø3\x01\vÙ"
  b"\x01É╩F%úsµ┐ߥfL*Öı"
  b"\x01É╩F%ÑqI¬Ñ!ä╝WNH"
  b"\x01É╩F%ºq░å\x16\x04·\x1F¸Eû"
  b"\x01É╩F%®sÿ¡├Í╬~ï╠û"
  b"\x01É╩F%¬sû¥é\x10®\x1Eä╩¬"
  b"\x01É╩F%¼sùª­╦╚ı²µc"
  b"\x01É╩F%«pãÅòq╝Â┐\x0E"
  b"\x01É╩F%░q─ë\x08ç?¦╬ç\e"
  b"\x01É╩F%▓pIà)═\x01|´¹G"
  b"\x01É╩F%│p+╣%ùÖc\x1Am'"
  b"\x01É╩F%ÁqçÁ¯¢1LÁC╔"
  b"\x01É╩F%Àp®é-v×,ðÇz"
  b"\x01É╩F%╣p¿ú\x18XÔ*XÁ\x12"
  b"\x01É╩F%╗qÀÅ4@Âw\f▄&"
  b"\x01É╩F%╝sïûp\v▓u\x00DA"
  b"\x01É╩F%¥pÒü┐1â×Ô~ù"
  b"\x01É╩F%└r\x07»øéY└ýGÌ"
  b"\x01É╩F%┬r\x15áý\v¬_\x10\x02*"
  b"\x01É╩F%─p┘¬lðQS\x08ì&"
  b"\x01É╩F%ãr\x18ô\f³î─e¬ÿ"
  b"\x01É╩F%╚p\x10ç!\x08à═Iƒ÷"
  b"\x01É╩F%╔q\x05Ä8ä\eò®T╗"
  b"\x01É╩F%╦p*ëÈÈgKhé\x05"
  b"\x01É╩F%═sSÀÒõõ├¼(\x04"
  b"\x01É╩F%╬rtàöÿ├\x1A&¹÷"
  b"\x01É╩F%ðr░©\x11QÍ╚¦\r"
  b"\x01É╩F%Ês@äJÔâ9bå\x1D"
  b"\x01É╩F%ÈrTï\x18m░»fýÒ"
  b"""
    \x01É╩F%Íp\n
    ¡zù╚¶l│\x1E
    """
  b"\x01É╩F%ÎsAú;Y▒Ðö±¤"
  b"\x01É╩F%┘r&â\rË ÑÜ1╝"
  b"\x01É╩F%█s╦Øì¼e=1&Ï"
  b"\x01É╩F%¦r\x04┐é©;\x19jAô"
  b"\x01É╩F%▀pB×?µz/æ\x07\e"
  b"\x01É╩F%ÓrNÄ┴=Ô\x04\x08)_"
  b"\x01É╩F%ÔpÃëàÉ!°┼L%"
  b"\x01É╩F%õp\x12ù¾t╦,~ºc"
  b"\x01É╩F%µpéúd7Lqu\x1F¸"
  b"\x01É╩F%Þp┌Ø¿Ê▄\ÚùF"
  b"\x01É╩F%Ûq¦à╦jYÿ ═:"
  b"\x01É╩F%ýpÝä\x10 ?U%@~"
  b"\x01É╩F%¯ryÄÿg\vQåÀr"
  b"\x01É╩F%­sPí*p£\t\x15"
  b"\x01É╩F%‗s?®å\x1FPdº¢§"
  b"\x01É╩F%¾q9æëѤçÎÝy"
  b"\x01É╩F%§sÍÂ|î┤Jü%┴"
  b"\x01É╩F%¸pm¼Ô‗N|ô\x07\x00"
  b"\x01É╩F%¨pƒå-T9Ú╬æu"
  b"\x01É╩F%·rMÿ═¦Q{ı\x02\x1D"
  b"\x01É╩F%³rg¥ó\x1A+]\x1C§u"
  b"\x01É╩F%■q;ÑòÉ \x1C/N│"
  b"\x01É╩F&\x00svò╗РıÂ1¢"
  b"\x01É╩F&\x01p~Ç\v║w2¿ã\n"
  b"\x01É╩F&\x03pâ┐·¬■\r­Ïñ"
  b"\x01É╩F&\x05q¿£VıBtë\x0Eü"
  b"\x01É╩F&\x08q\x18¡á┐ :³¢╬"
  b"\x01É╩F&\trÚ¿Ö.Á;¤If"
  b"\x01É╩F&\vqQíJKì\x16ðS,"
  b"\x01É╩F&\rp8¥>\t\x1A÷▀█u"
  b"\x01É╩F&\x0Er1ê o/XE±░"
  b"\x01É╩F&\x10snç\x17.@4çLs"
  b"\x01É╩F&\x12qF½┼P{2µ╩\f"
  b"\x01É╩F&\x14s×çæØ\x12■}ÉE"
  b"\x01É╩F&\x15r\Éù·\X_´ú"
  b"\x01É╩F&\x16r═âª╩\x1Fì┌>O"
  b"\x01É╩F&\x17s\rÀBhƒg¶©Ó"
  b"\x01É╩F&\x18r╠ä\x0EÆú{öÁ░"
  b"\x01É╩F&\x1Ar(è÷I\f\x14d[!"
  b"\x01É╩F&\x1CrxìxÑ═¿\x13\t\x1A"
  b"\x01É╩F&\x1Dr¥×õÒj°v&K"
  b"\x01É╩F&\x1Fqcü\e\ó[\x02·ÿ"
  b"\x01É╩F&!ræ░+ÕV·ê┼s"
  b"\x01É╩F&"q¨á\x10]╔\x15\x11▄ø"
  b"\x01É╩F&$s\x14©─Ú║øp0\v"
  b"\x01É╩F&%såª9_è<b²¯"
  b"\x01É╩F&'sHêáî±AºÄo"
  b"\x01É╩F&)pëÖëÁ(iÎ│$"
  b"\x01É╩F&*sn┤│\x1FA\x19HÆ´"
  b"\x01É╩F&,seض&\x06Hz░\x1F"
  b"\x01É╩F&-rW│ù×┬Ú\x06\x18\x0E"
  b"\x01É╩F&/r «s\x08[àMÈd"
  b"\x01É╩F&0p9ù╬┤ÄTƒ\▀"
  b"\x01É╩F&2rr»NÁP┤j‗ù"
  b"\x01É╩F&4qÉÿ\x008£èØG¬"
  b"\x01É╩F&5rûóÓ\x16Ô#Ô´R"
  b"\x01É╩F&7pÍàv ┐Ûûër"
  b"\x01É╩F&8pµØäöX\x03\r\x02²"
  b"\x01É╩F&:p\x05ç¥ÌÌÌu'o"
  b"\x01É╩F&<s´ÀT;9├@▒┼"
  b"\x01É╩F&>pf½\x03>\x19┐ë╗³"
  b"\x01É╩F&@s#ù¬;ıðÐÄ\x01"
  b"\x01É╩F&Bs\┐0Ú[Ù}§à"
  b"\x01É╩F&DqxÑ║¡e@µ\x01"
  b"\x01É╩F&EqÞ¬/\x03ÓA┬\x0FM"
  b"\x01É╩F&GpÞÂJ\x03Tû║F~"
  b"\x01É╩F&Is Át/=ãè}á"
  b"\x01É╩F&Kr\x10¼NÙ\r\fv█\x1A"
  b"\x01É╩F&LpD½M)uâÿÀ­"
  b"\x01É╩F&Npê┐ØÄæÈ╔7{"
  b"\x01É╩F&Pq9ÁDCß5▓\x043"
  b"\x01É╩F&Qr╣ásð╦÷¨»}"
  b"\x01É╩F&Sr¾ÁmCïÛ\x02Él"
  b"\x01É╩F&Up|ò¨¸Ù8J\x7F\f"
  b"\x01É╩F&Wp╬ï\x12ÔY\x03\x1E]\x17"
  b"\x01É╩F&Xqò½2hYÙ■\f-"
  b"\x01É╩F&Zq└øtï¹ê\rÁJ"
  b"\x01É╩F&\r\vóÏá$¥3\x14î"
  b"\x01É╩F&^skÖÏT\x19!rXx"
  b"\x01É╩F&`pwÉwIæQ\x18ÿ¡"
  b"\x01É╩F&aqHòÉ`/ìw\x18R"
  b"\x01É╩F&cpÖç╠æ¯\x1Fà+t"
  b"\x01É╩F&ep.øE['Ãô\x07|"
  b"\x01É╩F&gq\x19║╠X,ï½├Ð"
  b"\x01É╩F&hs¢ìT}Vÿ3÷Ã"
  b"\x01É╩F&kpvàîL╚õóÓy"
  b"\x01É╩F&mrG¼MxêÏ,ÖÍ"
  b"\x01É╩F&oq\t糪j\x03$¬É"
  b"\x01É╩F&qqxØ\x171\x13dùÄm"
  b"\x01É╩F&rqå«Ný8┴\föË"
  b"\x01É╩F&tqت`ªy\$Öƒ"
  b"\x01É╩F&vrv┐e\x02ÅØ1û¦"
  b"\x01É╩F&xqxé{óéÝÕ1\x13"
  b"\x01É╩F&zr┌ü¤¢·R}àL"
  b"\x01É╩F&|sͼѣ¤R¹Z¶"
  b"\x01É╩F&~pJÖ*Èï-8CC"
  b"\x01É╩F&Çr└׃¤ÿ¨ |ù"
  b"\x01É╩F&épÈóbÌ┌­Xú\x1C"
  b"\x01É╩F&äs#è\x06'╗\ee\x1Eí"
  b"\x01É╩F&åpRÂ│Í(?Y÷m"
  b"\x01É╩F&çs`É!╔&▒§▓\x01"
  b"\x01É╩F&ëq5¡l\x02V|D║▀"
  b"\x01É╩F&ïr¸Ä\x1A¯╗È\╔{"
  b"\x01É╩F&ìq\r«ßC Ucá|"
  b"\x01É╩F&Åq║ü┐\rÔ­f¯┴"
  b"\x01É╩F&æs\x14ì¼2l\x00\x0F╗╔"
  b"\x01É╩F&öqNö»//\x1CiÝî"
  b"\x01É╩F&ùrW╗¦sÌC\f\x03ı"
  b"\x01É╩F&Ös╔ù/3ïôkÆm"
  b"\x01É╩F&øseØ╦L/¸¨­\x0F"
  b"\x01É╩F&ØsKô┬}#Õ╠;í"
  b"\x01É╩F&ƒr{«ÇòF\x17&\x16o"
  b"\x01É╩F&ár\x1AéÛ¸Éæ£L«"
  b"\x01É╩F&óp©½ØR8▀V_k"
  b"\x01É╩F&ªs╗££ïʳ·\x18Ø"
  b"\x01É╩F&ªs╗££ïË\x15DÊ<"
  b"\x01É╩F&¿s°¬%3k\x13æ¸\x03"
  b"\x01É╩F&¬pê╗P&C\f\x1A\x08"
  b"\x01É╩F&¼qø¡¦p&L┌-═"
  b"\x01É╩F&¡qù╝¯Ü╬mâ0Q"
  b"\x01É╩F&»pÑö¯\v+ ô¨î"
  b"\x01É╩F&▒pMø¦¬Oïbu²"
  b"""
    \x01É╩F&│p\x10å\n
    Ð8àÈD«
    """
  b"\x01É╩F&ÁpøÀ┘▀eÍ3øÈ"
  b"\x01É╩F&Âp\x12¬©8\ve‗\x08"
  b"\x01É╩F&©p╬û┘Öè÷ÚÆ^"
  b"\x01É╩F&║r¾ôÅÿMü8╗a"
  b"\x01É╩F&¢r┼óõM0iÂu\x00"
  b"\x01É╩F&┐s(ùh\x02§>\x02"
  b"\x01É╩F&┴qO│1┤¨Ë\x11"
  b"\x01É╩F&├r6£2▀ıK×£ñ"
  b"\x01É╩F&┼rVÆ┬\t\t\x11Ó"
  b"""
    \x01É╩F&Ãp.Âq\n
    >ÚD7}
    """
  b"\x01É╩F&╔s╬årâ¹°\x05*}"
  b"\x01É╩F&╦p òGüÒ═ÑBÐ"
  b"\x01É╩F&╠s\x14æ}\x1F¯┴J\x1Fc"
  b"\x01É╩F&¤sçô\x08`dûyñ/"
  b"\x01É╩F&ÐsOóϳC;÷IÓ"
  b"\x01É╩F&Ër2ÉIõ{Â7┌â"
  b"\x01É╩F&ÈqǺëî\x15©çe┘"
  b"\x01É╩F&Îq╚¿J;d\x7FË°U"
  b"\x01É╩F&┌s3¥\rÒ╔}└XÑ"
  b"\x01É╩F&▄q├¢e\x1F╣×%6¯"
  b"\x01É╩F&Ìp▄Ø=\x0E>╠\x15þc"
  b"\x01É╩F&Ós'ù_█ëcá¯v"
  b"\x01É╩F&ßpSÀÖ\x05■]\x19"
  b"\x01É╩F&Òp]ûo\x1ClÍ<Ü®"
  b"\x01É╩F&Õr╚ô#\x14P┘û(\x02"
  b"\x01É╩F&ÞrW╣ÈÎpÉw6Y"
  b"\x01É╩F&Ûqèí▀│'¶Ä┬¦"
  b"\x01É╩F&ýq\x12░ ×zϱ\x19g"
  b"\x01É╩F&¯q¬æΣ\x08b]®L"
  b"\x01É╩F&­r▓î*\x06═+B[W"
  b"\x01É╩F&‗q"èf×ü}^y)"
  b"\x01É╩F&¶söØ!YIGYwµ"
  b"\x01É╩F&÷qTÂX║╚÷g¢█"
  b"\x01É╩F&¸rAè[·\x0E(>¦£"
  b"\x01É╩F&¨s}¡à§©Û¾¨]"
  b"\x01É╩F&¹su¢╩h\x7F^ìï▓"
  b"\x01É╩F&²sC®åøk═■┬\x7F"
  b"\x01É╩F& r\x07¥üøFKÅu¯"
  b"\x01É╩F'\x01ry¡±┐N░p5ü"
  b"\x01É╩F'\x03r2àÔqç¢uÛ&"
  b"\x01É╩F'\x05r¬ì\x17y6ÈC┬\x1F"
  b"\x01É╩F'\x06sþ┐\x1A-I\x04V50"
  b"\x01É╩F'\x08r¾«<ÂýhÃ>■"
  b"""
    \x01É╩F'\n
    që║íÂ0!ùÞ\n
    """
  b"\x01É╩F'\vrØä\x15ûú┬âýZ"
  b"\x01É╩F'\rq|ªW¨õ\x0F¶┘L"
  b"\x01É╩F'\x0Fp\x7FƒK\x08\x0Erѯ▓"
  b"\x01É╩F'\x11rñ╗¹þ#ãô╗Ï"
  b"\x01É╩F'\x13rSò!zS\x04╗©º"
  b"\x01É╩F'\x14r\x1A®/\x05úg┬¾S"
  b"\x01É╩F'\x16pı╝s>õîc} "
  b"\x01É╩F'\x18q»öÐ<u̲Ñ┘"
  b"\x01É╩F'\x19rÍòAÍl©╚}þ"
  b"\x01É╩F'\er┬æÇ\x10é-¾åZ"
  b"\x01É╩F'\x1Ds(ôÚQ\x1E\x1FI²Y"
  b"\x01É╩F'\x1Fpà┐ÛÑ~ÇØ5h"
  b"\x01É╩F'!s4É\x13¥Q tï>"
  b"\x01É╩F'#rUàí'╣ö\x16íä"
  b"\x01É╩F'$ss▓½+\x11`/¤R"
  b"\x01É╩F'&pDÀJ¶│¤ù Q"
  b"\x01É╩F'(q ╝äéı]²Ð▄"
  b"\x01É╩F')r%£½═rNÅ5*"
  b"\x01É╩F'+riù\x1E╝@ôÀ]&"
  b"\x01É╩F'-p╣ÜMðcP\x16╩y"
  b"\x01É╩F'.q(ñä4+rN`û"
  b"\x01É╩F'0s╚À½7▄.‗}\x16"
  b"\x01É╩F'2qu»×\x05³\x10LD@"
  b"\x01É╩F'3rƒñ┴▓÷iH▄ß"
  b"\x01É╩F'5rR╣╬‗└y\x05"
  b"\x01É╩F'8rú▓ı\x14┤üıħ"
  b"\x01É╩F'9q@ºgt­┐╝/ù"
  b"\x01É╩F';räñV B▄"½n"
  b"\x01É╩F'=rè»ÕÕ¯ı│ÃÓ"
  b"\x01É╩F'>r8Éx \x06wI╣j"
  b"\x01É╩F'@qR┐╠Þ█\tòqJ"
  b"\x01É╩F'Bp\x1DøpÝ©\x11¸Wf"
  b"\x01É╩F'Csd¥╬ÂÉ\x15Q\x06t"
  b"\x01É╩F'Ep└╝¥¶Ë%\x1Dº½"
  b"\x01É╩F'Gr÷ªü\x14¼┤┌\x1A§"
  b"\x01É╩F'IpÜÅ\x06+│oí▒│"
  b"\x01É╩F'KsúÂWo\x05\x1F^"
  b"\x01É╩F'Mq¡Æ\x0Eû².ÿr"
  b"\x01É╩F'NrÀäÕ×7ôCÓ\x7F"
  b"\x01É╩F'PsÇè.ÈA½Z\{"
  b"\x01É╩F'Rq¨á¦´7\x1DR┬î"
  b"\x01É╩F'SsF▓ôç+`ı├¾"
  b"\x01É╩F'Ur«ÖÒ╗k\x1DÄÛı"
  b"\x01É╩F'Wp╗Á┐\x12¯\x7F\x04¬─"
  b"\x01É╩F'Xp\Å▓\x1A¨ÚÅ\eÀ"
  b"""
    \x01É╩F'Zq2▒8¬┤\n
    è@Þ
    """
  b"\x01É╩F'\q;íدü^p#\e"
  b"\x01É╩F'^p/½vþ─úë½c"
  b"\x01É╩F'`p+▒1ý­(ãi."
  b"""
    \x01É╩F'bs«ç4\n
    ]r┘\x04Ì
    """
  b"\x01É╩F'dq┼▒y┼@@ù~ø"
  b"\x01É╩F'eq'ó´é¯┼▒!à"
  b"\x01É╩F'gp;©éúÐ\r¶´Ö"
  b"\x01É╩F'ipk×xX¢Ü╣i²"
  b"\x01É╩F'jr\e¼zƒ\x14Å+ë;"
  b"\x01É╩F'lr³ªç\x10▓çÉýÕ"
  b"\x01É╩F'nrðû║µæ¹$!F"
  b"\x01É╩F'op#âsñ\x0E\vtÕ┐"
  b"""
    \x01É╩F'qq┴╗Zå\n
    \x1F¯kÐ
    """
  b"\x01É╩F'sqË▒░k>¶qÁ\x14"
  b"\x01É╩F'tsFâÛ░═s╔ëÑ"
  b"\x01É╩F'vr\x06ú­Ã▀Á┼ܾ"
  b"\x01É╩F'xsv╗\x0F£a\x04\rÞ"
  b"\x01É╩F'ysNÆÄwýÄQ▄╣"
  b"\x01É╩F'{s¤å~ý1Â9k▄"
  b"\x01É╩F'}q\x16\x05│Âú D}"
  b"\x01É╩F'~s¬╝ùþ\x0F$w+7"
  b"\x01É╩F'ÇqL«\nq\x0F6\x1Eh\x00"
  b"\x01É╩F'üqøÁ▓WpN+wÓ"
  b"\x01É╩F'âq=û÷râ─¥\x01þ"
  b"\x01É╩F'äs>ò├5´ON;\x7F"
  b"\x01É╩F'år%¿½>*oSır"
  b"\x01É╩F'çs]É`ô\x18U Íy"
  b"\x01É╩F'ës\x1AÑþ╚çQ-ãê"
  b"\x01É╩F'ïrðº4m┴║ÁUø"
  b"\x01É╩F'îr¨ærá│0î┴ "
  b"\x01É╩F'Äp/À╗▀G\f]-╩"
  b"\x01É╩F'ÅqLé¶Mx-±g╔"
  b"\x01É╩F'æqpç/ó\x17¨%\\x18"
  b"\x01É╩F'ôs┘Öýý¿\x02qL█"
  b"\x01É╩F'ör║ÿ80»dÐåÉ"
  b"\x01É╩F'ûsÓ░å%ÝHËù["
  b"\x01É╩F'ùs┐à\x16Æe╩ð┐▒"
  b"\x01É╩F'Ör┤ù´2\x7F#░ø├"
  b"\x01É╩F'øpÍ║ªıìöì\x00"
  b"\x01É╩F'£q\x07Ü~ò:ÔL╩\x18"
  b"\x01É╩F'×quøi╩\x13\x179!\x0E"
  b"\x01É╩F'ƒpÈ»Ì}┘âªy("
  b"\x01É╩F'ír╚êpÝ\x16c\x1D"
  b"\x01É╩F'óq▀ÅCA(Ç\x10"
  b"\x01É╩F'úq¸Å│.æîãÛı"
  b"\x01É╩F'Ñr╦ñ\x05ºLiÛ\v3"
  b"\x01É╩F'ºpYá»í‗Ò&╚\v"
  b"\x01É╩F'¿qÓª@\x05ûß»)\x06"
  b"""
    \x01É╩F'¬s­ÑS\n
    ©\x06q\x14¹
    """
  b"\x01É╩F'½p7¬/\x026_{Ë\x0E"
  b"\x01É╩F'¡r,▓\x05\x08┴ª▓UR"
  b"\x01É╩F'»p¶Ñ%Þü\x07│,l"
  b"\x01É╩F'░s╬ƒj\x1D\x18¦└"
  b"\x01É╩F'▓pMëÁ­┘ôª╬■"
  b"\x01É╩F'│rjàã}\r│·J═"
  b"\x01É╩F'Áq\x7F°&¿hÅýÎ"
  b"\x01É╩F'Ârn£ì/B\x11ë?ñ"
  b"\x01É╩F'©p ®\x04¬aÈ8þ\x16"
  b"\x01É╩F'║q\x12»&~b\x165²¯"
  b"\x01É╩F'╗s▒Æh×‗ƒáè\x10"
  b"\x01É╩F'¢sÀ▒¯{ámÚ®-"
  b"\x01É╩F'¥rý║KÚ³\x0E­`Ó"
  b"\x01É╩F'└qBëfƒ\x07'U\x14ª"
  b"\x01É╩F'┴p▄ƒ¡²\x00Ù|ï("
  b"\x01É╩F0æq\x02¬\x0F¥½▓ \x1AÖ"
  b"\x01É╩F0ôq╣┐BZKDǾô"
  b"\x01É╩F0ös륩Aý÷UZ("
  b"\x01É╩F0ûsòòÛþ·┴dwõ"
  b"\x01É╩F0ÿs░¢£┌2º╠░╝"
  b"\x01É╩F0Ös0À¢§Øüj{U"
  b"\x01É╩F0øp¬â$å±H└e5"
  b"\x01É╩F0£r\eåF│\eÓ!íÊ"
  b"\x01É╩F0×sÎîÆ\x10ıûqI1"
  b"\x01É╩F0ƒqú¼UZn╬F\x1D4"
  b"\x01É╩F0ípøâ¾\x0E}¿Kþ▓"
  b"\x01É╩F0óq%è\x7Fæ╗3 ^÷"
  b"\x01É╩F0ñs¡ó\x06Ò\x1E}¸à│"
  b"\x01É╩F0ªsªº\x06Aî▀ríâ"
  b"""
    \x01É╩F0ºs\fÁÃe\n
    \x17\x1Aı¨
    """
  b"\x01É╩F0®sxÿ╬=ü└È "
  b"\x01É╩F0¬r▒ø\x10µR5{4_"
  b"\x01É╩F0¼q?ú¼7ù+QîL"
  b"\x01É╩F0¡r┴│ÉFi#|1P"
  b"\x01É╩F0»qú┐e^\x1Eì┼0\r"
  b"\x01É╩F0▒s.À y,3<│Á"
  b"\x01É╩F0▓s{Æ\x12v×MzmÁ"
  b"\x01É╩F0┤p\x03ÿÖ×ߧëå<"
  b"\x01É╩F0Áp~ôå┌Svx­5"
  b"\x01É╩F0Àq┌üÍÏÔ%º¡*"
  b"\x01É╩F0©qê©ä©\x16£\R├"
  b"\x01É╩F0║r%©yDÎZ£╬Ú"
  b"\x01É╩F0╝r5髺ø¨q»\x1A"
  b"\x01É╩F0¥pðÅ▓╦\f\x03Ö"
  b"\x01É╩F0┐q üõ³9Î6ØM"
  b"\x01É╩F0┴q[½y╔¨ë┼oH"
  b"\x01É╩F0┬q▀¢Ï■µãüɨ"
  b"\x01É╩F0─p[îs(N-┼╣\x1E"
  b"\x01É╩F0┼qãùÕÌ┘c{:5"
  b"\x01É╩F0Ãr6┤Úwûµ─4u"
  b"\x01É╩F0╚qÿÉ\x00\x0FJy\x1A\nf"
  b"\x01É╩F0╩rg╣&HÌ\x1Dk\x02À"
  b"\x01É╩F0╦p̽1¹©éM\x16\"
  b"\x01É╩F0═r À¹(\x1A;ÅÇÆ"
  b"\x01É╩F0¤pB¥\x16'\ƒûøg"
  b"\x01É╩F0ðs}¿ÙsÓ■Í Í"
  b"\x01É╩F0ÊrÈá4\x14ß!bT~"
  b"\x01É╩F0Ëqvâ▄D=\x1Cä'ê"
  b"\x01É╩F0ır-ƒ÷î²\t» ┌"
  b"\x01É╩F0ÍrW║q'¶Jpμ"
  b"\x01É╩F0ÏrV£'¨G¢\vÆ\x10"
  b"\x01É╩F0┘q\rëú¥×mjº╩"
  b"\x01É╩F0█sýü¾\x15í\x11¿▄X"
  b"\x01É╩F0▄rlï▓!N­¨/G"
  b"\x01É╩F0Ìr\x13ïëÆܳ┐¸┘"
  b"\x01É╩F0▀qmü┼¶³┌ú)Ò"
  b"\x01É╩F0ßqB¿)&×╬┌Ì┐"
  b"\x01É╩F0Òp;®ÏLÁ\x01\x06\x1AÈ"
  b"\x01É╩F0õp»ÂÞ{\x0FD@¦("
  b"\x01É╩F0µrÿ«A|ï┬▒$K"
  b"\x01É╩F0þrZò*ó\rQ\x1E"
  b"\x01É╩F0ÚqÇï‗┌ÑÇ5@╔"
  b"\x01É╩F0Ûp\x17£\x7F\x06îhr¦┼"
  b"\x01É╩F0ýp┐ƒ\x11┌╠U\f"
  b"\x01É╩F0ÝrϺÒ\x05sE¹x§"
  b"""
    \x01É╩F0¯qçº\n
    dÕF\x1AØM
    """
  b"\x01É╩F0­s§¼ûÜ\x1E¼ìÓ┘"
  b"\x01É╩F0±sï»qº-║öÝF"
  b"\x01É╩F0¾på╣å┴\x11ÅÓô "
  b"\x01É╩F0¶q\x14®Ûÿ1¾©┴¥"
  b"\x01É╩F0÷p½î[ù4ϵ°H"
  b"\x01É╩F0¸r ╗└\eï\e·Gë"
  b"\x01É╩F0¨s¨ê╠)zê­G┌"
  b"\x01É╩F0·sÁæ¡Î┼Ð|\x01ø"
  b"\x01É╩F0³rPç┐(è¥î2é"
  b"\x01É╩F0²rËÑ┴\x1ARÌQ¯,"
  b"\x01É╩F0 qƒç»ñ■jÝ┬±"
  b"\x01É╩F1\x00qûæTïÕ\x18┬¬>"
  b"\x01É╩F1\x02q├Ä;øðt\x18A="
  b"\x01É╩F1\x03pà¼\x13S═±nýõ"
  b"\x01É╩F1\x05qÜ®ï÷<\x13Þ¿═"
  b"\x01É╩F1\x06q4╣ðm½\tÈNõ"
  b"\x01É╩F1\x08qíè­á\x1EÛÖè\r"
  b"""
    \x01É╩F1\n
    st¥┼Gz\r­÷·
    """
  b"\x01É╩F1\vqúâmJ╝û²Ê3"
  b"\x01É╩F1\rp\x0F┐│\x1D─e\x1D"\r"
  b"\x01É╩F1\x0ErMözÛxD╬nÈ"
  b"\x01É╩F1\x10q´é\x01Q▄(bßf"
  b"\x01É╩F1\x12pUï=╩s┼÷À‗"
  b"\x01É╩F1\x13qúÆï\x13#©▒MM"
  b"\x01É╩F1\x15r\x08×\x07‗ù0)þ"
  b"\x01É╩F1\x16r\x1CôÕ:±ê£6J"
  b"\x01É╩F1\x18p├ë6´\x7FI┬‗t"
  b"\x01É╩F1\x1AsY×UE╝╔┬[╗"
  b"\x01É╩F1\x1Csäå¢:*\x051zm"
  b"\x01É╩F1\x1Es·ç\x1Eı©3²╝¥"
  b"\x01É╩F1\x1Fsq£ç\x11\x14ø▒╦"
  b"\x01É╩F1!s╔┐¹░b│"┤ò"
  b"\x01É╩F1#q\x11▓ö\x11G\x19ñ;z"
  b"""
    \x01É╩F1$p┌¿¯ëõ╝×\n
    i
    """
  b"\x01É╩F1&sññ┬åP\x15ÂàË"
  b"\x01É╩F1'p1öº\t\x1FîR3▒"
  b"\x01É╩F1)p´ôfƒk­\x05Ö2"
  b"\x01É╩F1*sÚª`╗╬u\x19\x12¦"
  b"\x01É╩F1,qƒÁÏå┌\ÒèÆ"
  b"\x01É╩F1.seÖ╩úfcñ6¡"
  b"\x01É╩F1/p\x1Dò\x16╬c\x13═ıl"
  b"\x01É╩F11rpú°HÌfJ\x17"
  b"\x01É╩F12sa╝ªÌÂP*╩\x16"
  b"\x01É╩F14pÚç\x16ç6;)Å£"
  b"\x01É╩F15r­╗4nKÂfÚƒ"
  b"\x01É╩F17r╠¢!}t¹w߶"
  b"\x01É╩F19r\x02Ø­øµRøé\x00"
  b"\x01É╩F1:r\x13î\x14\x05wm¤"
  b"\x01É╩F1<q4î\x13▀gè³òÂ"
  b"\x01É╩F1=sLà¸▄J┘åx╩"
  b"\x01É╩F1?q▀£\x06@í$\x14ûz"
  b"\x01É╩F1@pâ▒v¯═\x1D!í("
  b"\x01É╩F1Bq¹ÅÐ1ÍÊ.─?"
  b"\x01É╩F1Cqîüé¾=§i@*"
  b"\x01É╩F1Ep)ºP©§\x18\x04A3"
  b"\x01É╩F1Fs\x01¼ÿÇ©\e¨\x1C÷"
  b"\x01É╩F1Hq¥½ãûra┼ÈÝ"
  b"\x01É╩F1Isnä19ñãIzn"
  b"\x01É╩F1Kq╚¼£¾¥84\x14t"
  b"\x01É╩F1MsÔ«─¬\e\x05& t"
  b"\x01É╩F1Nsuê¥\x7F³7\v\fÈ"
  b"\x01É╩F1Pp=à&m\Ý\v\x08U"
  b"\x01É╩F1Qp\fë╗\x1A ┼ü*õ"
  b"\x01É╩F1Sq¦╗nµÔéæ&<"
  b"\x01É╩F1TpÄîHT┴­%\x1F\x19"
  b"\x01É╩F1Vr·ìêb¿‗fÔ\x15"
  b"\x01É╩F1Wpe©└ñ‗ôƒ\ve"
  b"\x01É╩F1Ys;ó▄²H═R,┴"
  b"\x01É╩F1Zs1│\x03\x17<'B\x13\x06"
  b"\x01É╩F1\qƒüݺծ│Üã"
  b"\x01É╩F1^q╬û\x12QÜÊ└CJ"
  b"\x01É╩F1_rçÿeT'CÜÐâ"
  b"\x01É╩F1aq┴│æpu\vrßG"
  b"\x01É╩F1bqoô,N╝Ëî╩m"
  b"\x01É╩F1dr▀╗À\x13>½ðzö"
  b"\x01É╩F1eqïÂû©\x1F╚%\x00ì"
  b"\x01É╩F1gsìÉÃ┐'Â(Ãó"
  b"\x01É╩F1hr#½x\x0FCÂÔ.Ì"
  b"\x01É╩F1jrÇò¼¾¸SÉOª"
  b"\x01É╩F1kq\x1C▓R‗\x15Ø5Q¼"
  b"\x01É╩F1mp½è8\x1D\x1FîÏÛ|"
  b"\x01É╩F1npîó)\x069¶Ñm,"
  b"\x01É╩F1pp╠¼\x11\f\x0Elç┬a"
  b"\x01É╩F1rr¤ô\x03┌EzÙ+½"
  b"\x01É╩F1ss`╣±mÅóÊò┐"
  b"\x01É╩F1usê┐┐]ð\x11Ôã{"
  b"\x01É╩F1vpμ\x19\x18[├&%"
  b"\x01É╩F1xq\x06╝µ,X(░od"
  b"\x01É╩F1ysÒê▒d%4├üt"
  b"\x01É╩F1{s┴ôí└Ñ7lD-"
  b"\x01É╩F1|s¬Ü)ç0û;\eA"
  b"\x01É╩F1~rwâPQ\x03ûØGå"
  b"\x01É╩F1Çp½│\x07k?┌X┴:"
  b"\x01É╩F1ürG¼\x02_\v¸¾­┐"
  b"\x01É╩F1ârúÅ■╔Äâiè╔"
  b"\x01É╩F1àp├û┬\x0F\eÁ ßh"
  b"\x01É╩F1åp"ä7-\x12k╠M▀"
  b"\x01É╩F1êpÄÖu\x15½)└xt"
  b"\x01É╩F1ëqdø╔á±Dgê\x11"
  b"\x01É╩F1ïp)ù1±Û$%jã"
  b"\x01É╩F1îq┐á4±Nü+OÛ"
  b"\x01É╩F1Äp#à╩à4)û\F"
  b"\x01É╩F1Årìï┤\x14\x12ðKÓa"
  b"""
    \x01É╩F1æpÐ┐ê¯e\n
    °L\x08
    """
  b"\x01É╩F1ôq%ØÑíÕ2\x03^:"
  b"\x01É╩F1öpûç\x0Fì;Uª5Æ"
  b"\x01É╩F1ûrs┤cþ\x1A╝\\r»"
  b"\x01É╩F1ùq▓ò╗r▒ÖB*w"
  b"\x01É╩F1Ös§é§bðÙ─è "
  b"\x01É╩F1Üp)çp¶µYé4 "
  b"\x01É╩F1£s\x07½wË├j\x1A7_"
  b"\x01É╩F1×q\x02Ñ|\x1A\x1Aß\\vç"
  b"""
    \x01É╩F1ƒpıò8³\x15\n
    èÜ\r
    """
  b"\x01É╩F1írÐò├\x17:╝t\x13Î"
  b"\x01É╩F1ór¯Æ╬7[Þ├ãÖ"
  b"\x01É╩F1ñqàªnÚÉpÛE¯"
  b"\x01É╩F1ªswúu6Ø]\x1C"
  b"\x01É╩F1ºqhàò&Ç'|Oc"
  b"\x01É╩F1®pÉúóÖþq‗Í9"
  b"\x01É╩F1¬qæ│aOoñr³├"
  b"\x01É╩F1¼sÜ¿¦>îuÓM\x1F"
  b"\x01É╩F1¡q×èr\x7FUd7ƒT"
  b"\x01É╩F1»rÈ║ÜÉè\x12q\v'"
  b"\x01É╩F1░pîÄÃ$§ih9B"
  b"\x01É╩F1▓p7¡U┴\x1E§uö─"
  b"\x01É╩F1│q¿ƒ┼%ë\x7FÔr\x1A"
  b"\x01É╩F1Ár4á \x06╔]ù╩ª"
  b"\x01É╩F1ÀqWª/~N©.ÀÈ"
  b"\x01É╩F1©rc¡I‗u²dDß"
  b"\x01É╩F1║s^øã9µÁ\f"
  b"\x01É╩F1╗q_ñQ¡S▀\x08"
  b"\x01É╩F1¢pW¬ó]├\x01o\x04n"
]
62 4.41 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 OFFSET 9500
Parameters:
[
  false
]
63 1.19 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩F1┐r|ɤCRm═\rb"
  b"\x01É╩F1└q`À~\x17.OÛ╗ô"
  b"\x01É╩F1┬rJçCr\x1F2 (\x02"
  b"\x01É╩F1├p·í├\x1A¹àÛ┤\x18"
  b"\x01É╩F1┼sFÖ║'ÚÌ_╬┼"
  b"\x01É╩F1ãpÝà¨|,ñóÒr"
  b"\x01É╩F1╚r1ªm\x0F├*aÆ\x00"
  b"\x01É╩F1╔qÀ▒│\x06°;53@"
  b"\x01É╩F1╦rƒ×─D½XÀI\x1E"
  b"\x01É╩F1╠q╣ú\r\t█zı?║"
  b"\x01É╩F1╬r-ÜM├É©x.w"
  b"\x01É╩F1¤s¬Ç╗\x1FÉuè&å"
  b"\x01É╩F1Ðr©£Î>Ó¦\x1E´Ð"
  b"\x01É╩F1ËqÁèî2« G(""
  b"\x01É╩F1Èp┬ÅyÖJ\x1F\t\x01"
  b"\x01É╩F1Ís\x08ù└»├5ìð!"
  b"\x01É╩F1Îr¯¿¾▓│-Ó¶ò"
  b"\x01É╩F1┘p\x00\x18oîçu,¸"
  b"\x01É╩F1┌sèáD\x1FæbÑô\f"
  b"\x01É╩F1▄r\x0Fë_gþ\x07x│§"
  b"\x01É╩F1¦p└»\v\x05\x1CÃÉ"
  b"\x01É╩F1▀s▒úÕ\x01\x043╗YH"
  b"\x01É╩F1ÓsdÑ\x14\v\x11q┼\x0E "
  b"\x01É╩F1ÔrùÀ\x157ƒÒöAÕ"
  b"\x01É╩F1ÒpÙô|â├_Vÿ┐"
  b"\x01É╩F1Õqýƒ<Âçã<\f!"
  b"\x01É╩F1þr\x10Â\x0FØ\x1C"sD\x13"
  b"\x01É╩F1ÞqÂÆ\x15\x05²6{Na"
  b"\x01É╩F1ÛsûüCÃ0[äx["
  b"\x01É╩F1ÙsyÉ âµ mÒñ"
  b"\x01É╩F1Ýpoæ\x1C\rÂ÷\x10"
  b"\x01É╩F1¯rt▓[ôØ\x10âê╗"
  b"\x01É╩F1­qå┐Å®eT4é¦"
  b"\x01É╩F1±q¤«ßz¯§iGÝ"
  b"\x01É╩F1¾q\fñ=ëèg>E╝"
  b"\x01É╩F1§qRÑp|I\x1F\x05ªØ"
  b"\x01É╩F1÷q¼öÍH╦ÁÊ\r@"
  b"\x01É╩F1°s ╣zSXP\x0E\x1A"
  b"\x01É╩F1·q®ƒØÞÈ^┴`\x13"
  b"\x01É╩F1²q{Â0/\x1DÄAv\x07"
  b"\x01É╩F1 rxä╩Yüú"SU"
  b"\x01É╩F2\x02r\eò#0ÿ\x11*?L"
  b"\x01É╩F2\x04pÕ╗Z▄»h«)["
  b"\x01É╩F2\x06p0╗\x15 ıuÙu`"
  b"\x01É╩F2\trbó¶█§│&Ó>"
  b"""
    \x01É╩F2\n
    pÞ®Ç┴dæfy\x16
    """
  b"\x01É╩F2\fsúÖ─èªïıZ:"
  b"\x01É╩F2\x0Erº╣\tï_â!?Í"
  b"\x01É╩F2\x0Fq\x01ûï┘D+f>°"
  b"\x01É╩F2\x11pøñ¤¾ö|ë/«"
  b"\x01É╩F2\x13q¶ø±Qð\x1Cp°╦"
  b"\x01É╩F2\x15q▒╣ߦ\f\x1F<?ª"
  b"\x01É╩F2\x19qìóêþ╠âUáÖ"
  b"\x01É╩F2\x1Cs╩ƒ[\x05,'A\x1E"
  b"\x01É╩F2\x1Fp¿░áÒiZö┤ı"
  b"\x01É╩F2!p¦½ CLY·\x1F+"
  b"\x01É╩F2#q\r▓<\x16\x10\x1EGFæ"
  b"\x01É╩F2%sFòn│7Õ═ËN"
  b"\x01É╩F2(rMå%sW<┬\x15\x1E"
  b"\x01É╩F2*r~ª\f\v2ÀÁæq"
  b"\x01É╩F2-p½½ß»ÃÏÂk\f"
  b"\x01É╩F20sµ▓8\nm;\x00~)"
  b"\x01É╩F23qüú╣9Vr/Ò║"
  b"\x01É╩F25r©ô░sÝ{4K┬"
  b"\x01É╩F28p>ìÀ&,Z¶┐["
  b"\x01É╩F2;pwØü\x19w=èÁ-"
  b"\x01É╩F2=p\x1C░yåî\x01┬·\x18"
  b"\x01É╩F2?sxî\x0Fbvi░<é"
  b"\x01É╩F2@pü¼HÆõÒþþØ"
  b"\x01É╩F2Bs¨Å╚Kªø-Ö\x1A"
  b"\x01É╩F2Dp9░s_¾└åd$"
  b"\x01É╩F2Fs\x19ò─³╝¿æøè"
  b"\x01É╩F2Gp¤æ3ØqÐÌÇÀ"
  b"\x01É╩F2Iq\x1A▓¯±(╝└ñq"
  b"\x01É╩F2Kp£ÿc|F\x11▀_└"
  b"\x01É╩F2Msd¬├mkÔ#³\x0E"
  b"\x01É╩F2Ns6ìD¢ùkC`\f"
  b"\x01É╩F2Pp\x06òÕÊ\x14!©■î"
  b"\x01É╩F2RrJÿOê░▀└╗\x7F"
  b"""
    \x01É╩F2SrÄ×l·\n
    ±Áv\x15
    """
  b"\x01É╩F2Us4ÜX\x05ð■\x07▓Ó"
  b"\x01É╩F2WrTÀ¯┼xÿ┴ã▓"
  b"\x01É╩F2Xrf¢÷\x7FôÁ<╠├"
  b"\x01É╩F2Zq\x01ü\x13\x13Ѽ\x10/}"
  b"\x01É╩F2\qJáLQî@qjÂ"
  b"\x01É╩F2]qË╗w3Sm(õ-"
  b"\x01É╩F2_r\x0Eî\x0F··¢auÖ"
  b"\x01É╩F2`p╚ª¨╬ðvë7─"
  b"\x01É╩F2bq{ÄóÖV\x00'╗\x19"
  b"\x01É╩F2dqñÉ▄î>Q▀¾\x0E"
  b"\x01É╩F2esâ▒t\x16L\x06ÕÒå"
  b"\x01É╩F2gq┬¬ÙÆ×=\x04À¿"
  b"\x01É╩F2hq│º&Y\fÞ\x7F&P"
  b"\x01É╩F2jq­¢gpµ DGh"
  b"\x01É╩F2lr¾æ\x08│ÿÚ-╗\x1C"
  b"\x01É╩F2mqA▓╦El})D╔"
  b"\x01É╩F2or└ïàfõ¹9(Í"
  b"\x01É╩F2prØ╝²S>%áEO"
  b"\x01É╩F2rpiª¥nó\x0E(=Á"
  b"\x01É╩F2sp\x08ï\x06\x07ÙbKÀ\x17"
  b"\x01É╩F2uqùîäÇ\rëA!5"
  b"\x01É╩F2vqßó6ÄE ├]Z"
  b"\x01É╩F2xp$É-é\x0Fj╗D7"
  b"""
    \x01É╩F2zp█öÎ\v6{\n
    ÈU
    """
  b"\x01É╩F2{sT│ÄöîÂ\x0F"
  b"\x01É╩F2}pMùìÝ\x1A~.\x07ª"
  b"\x01É╩F2~pB┐A¡\x10y¨?S"
  b"\x01É╩F2ÇqPú╗©N¨9²Ñ"
  b"\x01É╩F2üp*äÿGâüW}S"
  b"\x01É╩F2âr]¼ƒ£ZK└ÿ8"
  b"\x01É╩F2äq§â÷9å\tÛ6Õ"
  b"""
    \x01É╩F2årÂ╣\x14Y\n
    ¾[Ë°
    """
  b"\x01É╩F2çr3¿\x141ä╚ëØ\f"
  b"\x01É╩F2ësG┤╠A\x01'?F█"
  b"\x01É╩F2ïq{»\x14RP╠±\x18\x03"
  b"\x01É╩F2ìp\x08êð\x11hºp│\x1F"
  b"\x01É╩F2Åpºç^\x1Df>Á\x13¹"
  b"""
    \x01É╩F2Ép\n
    ó░3'n\x13Ç\x11
    """
  b"\x01É╩F2Æslé\x1DW\x19╗î\x03"
  b"\x01É╩F2ôrgà­õú$u╔\x05"
  b"\x01É╩F2òskª┴®\t»Ã\x190"
  b"\x01É╩F2ûrË×J╦┐╣ÒOZ"
  b"\x01É╩F2ÿp´»R\tÉ$­×╩"
  b"\x01É╩F2Ür┐╗¿'wb\x0Ep\x08"
  b"\x01É╩F2£s\x17┐M╩m\vKÁÜ"
  b"\x01É╩F2Øq+Áþûùýâû\x06"
  b"\x01É╩F2ƒp¸ô┤aXß×ÕE"
  b"\x01É╩F2árM¬█mÿD>&B"
  b"\x01É╩F2ós}▓`²´ \x03"
  b"\x01É╩F2ñrJ¿SÊ\x10ËfÐ┼"
  b"\x01É╩F2Ñq?¢9ÀÆ\x0F\x00"
  b"\x01É╩F2ºr╣ûõ©`C^SÄ"
  b"\x01É╩F2¿snÇÆ×\x0E\x07\t¶7"
  b"\x01É╩F2¬r\x18½·í\vLÈ■z"
  b"\x01É╩F2½ráá\x1DÙ[ÈCóe"
  b"\x01É╩F2¡s.ÇY\x15¨-öÖ\x06"
  b"\x01É╩F2»qÆ«-╝Àè?+D"
  b"\x01É╩F2░s\x14╗S\x7F1¿gFÇ"
  b"\x01É╩F2▓s§å╗ʼaü]¸"
  b"\x01É╩F2│rÑô[Ï$­´zJ"
  b"\x01É╩F2Ás\x1D¬¥¼Sÿ\\x03Ñ"
  b"\x01É╩F2ÂrÃ×eR?ım\`"
  b"\x01É╩F2©r°ëdâ6Y/\x00£"
  b"\x01É╩F2║s3ìæ▒\t²xÂ▀"
  b"\x01É╩F2╝ríº│Ì\x0E9ÎMP"
  b"\x01É╩F2¢sÄñaÕ─-ÕÃ\x0F"
  b"\x01É╩F2┐q\x19┤9pb2"k▄"
  b"\x01É╩F2└pw╝x│╔\x15\x12¸Ø"
  b"\x01É╩F2┬puî:B/DÅæN"
  b"\x01É╩F2├qDòqÏj│╦ÿR"
  b"\x01É╩F2┼qÈó\x1A¶÷ZÁÇ\x1C"
  b"\x01É╩F2Ãq┬ì!zj?`²¬"
  b"\x01É╩F2╔rÇç¸\tp.\eú³"
  b"\x01É╩F2╩p}ï\x16MıøL┌ƒ"
  b"\x01É╩F2╠s█íî|øoVfÁ"
  b"""
    \x01É╩F2╬s\x01áß\x15¹\n
    ¸Ëß
    """
  b"\x01É╩F2ðsߪ&)³¯\x1A\x1Cù"
  b"\x01É╩F2Ðq^¼?ÜQéå\x007"
  b"\x01É╩F2Ëro╣»W\x15 Qãô"
  b"\x01É╩F2ıs Ç\x19ö¾_¯*p"
  b"\x01É╩F2Íq`í╣t<eô¥È"
  b"\x01É╩F2ÏpZÑx█_b:$▄"
  b"\x01É╩F2┘s3ªú▓+ƒÓıa"
  b"\x01É╩F2█s.á±m9┼¦3ì"
  b"\x01É╩F2¦pØÂ¥ÕóYøú^"
  b"\x01É╩F2ÌrÂÇy¹\x07§ý╦^"
  b"\x01É╩F2Óqjôµ¡³¬5ü\e"
  b"\x01É╩F2ßs▀û#É÷Þ6d3"
  b"\x01É╩F2Òp(à)zªÅ+}æ"
  b"\x01É╩F2õs±Åà#lå4$├"
  b"\x01É╩F2µs¥øsW\x0E\x08³ml"
  b"\x01É╩F2Þp\x0E╣╬È\x04/aãà"
  b"\x01É╩F2Úp±ºf¬}B)­,"
  b"\x01É╩F2ÙqMûeAa$>¢A"
  b"\x01É╩F2ýqðø\x1D¯øå└ôÊ"
  b"\x01É╩F2¯p\x11æ▄^°┤üx\x7F"
  b"\x01É╩F2´qZ©╚2UìË7­"
  b"\x01É╩F2±s‗ìö\x7F½Ebÿ¸"
  b"\x01É╩F2‗q2┤Ð■█: ‗■"
  b"\x01É╩F2¶qn┐[#\x03│╔qÁ"
  b"\x01É╩F2÷qz╝;\x05Üc\x14,f"
  b"\x01É╩F2°p┘ú-Ý─\x15÷8è"
  b"\x01É╩F2¨q\x14¥pL\x03\x1D▄à "
  b"\x01É╩F2¹r\x01¿N\x01r┴Æ┌P"
  b"\x01É╩F2³sÛÁ┼▄\r¶ÃV\x03"
  b"\x01É╩F2■r溦_©ào)S"
  b"\x01É╩F2 sèú¿DÌ┐MÚP"
  b"\x01É╩F3\x01r%ºôâLLµØú"
  b"\x01É╩F3\x03q^®Â»Ç\x15µÅº"
  b"\x01É╩F3\x04qÏ»ı}B┐┬╩\x16"
  b"\x01É╩F3\x06rÝñ]\x04{6¸'á"
  b"\x01É╩F3\x07qÐ╗\x19└£J\x0Fg\x12"
  b"\x01É╩F3\tq\x19ûk▒ÚëZ~Ü"
  b"\x01É╩F3\vpQû\x074,ó7┤Ã"
  b"\x01É╩F3\frÜÇä┐'É─Ý\x05"
  b"\x01É╩F3\x0ErN░5øIG¢9»"
  b"\x01É╩F3\x0FrÈô=p\rÓݯ¬"
  b"\x01É╩F3\x11p\x18\x1Fþ2÷Ý<°"
  b"\x01É╩F3\x13sGæ9kiùI┤×"
  b"\x01É╩F3\x14s1ì┐o@▄y░c"
  b"\x01É╩F3\x16q?ø=`u­T-\v"
  b"\x01É╩F3\x18q\x18ò\t\x11 █ùR("
  b"\x01É╩F3\x1Aq╔║°\x00·üYä°"
  b"\x01É╩F3\er/Ñı╦e)ú┌="
  b"\x01É╩F3\x1Dsmúg\tÐ┴ØP\x1C"
  b"\x01É╩F3\x1EsuÇ└E~P}U─"
  b"\x01É╩F3 qø┤─x#Ô\x06¿\x18"
  b"\x01É╩F3"p\x1A╗ô\x7FÊRG\x19_"
  b"\x01É╩F3$p\x15ï\x0F\x10¾└ïtR"
  b"\x01É╩F3%rX©¡\x00╗8┌±Î"
  b"""
    \x01É╩F3's▄Ø9äÒñ3\n
    F
    """
  b"\x01É╩F3(rL┐»×Ëèâ¡└"
  b"\x01É╩F3*rñ╝Õñ\fñê¼["
  b"\x01É╩F3,qoÖ┘■\v¯~aÂ"
  b"\x01É╩F3-rjÅ¿VáZ╝Q▓"
  b"\x01É╩F3/s╚×6Ú´|\x1A"
  b"\x01É╩F30q*ô@TéZÕaÓ"
  b"\x01É╩F32s\x15ƒx´0┼V\x16}"
  b"\x01É╩F33qüÿ╚#T‗z╔M"
  b"\x01É╩F35r\x19öY\f2\x00├└E"
  b"\x01É╩F37sðâ0ÝÍûþîí"
  b"\x01É╩F38s<íFù9¥qΨ"
  b"\x01É╩F3:q¼Æ\x15ã\x17¡░ç\x7F"
  b"\x01É╩F3;sûø[¿öAÌF\x1D"
  b"\x01É╩F3=pf¢\x00þùí└\x12o"
  b"\x01É╩F3>s┴óçìì¤×%╠"
  b"\x01É╩F3@p?╝#\x0E\e\x16Ñ¿Ð"
  b"\x01É╩F3BrÏø┤-┬ü;«ï"
  b"\x01É╩F3CqO£<é╣\x7Fä═"
  b"\x01É╩F3Er\vÉuhu\x13╦kÞ"
  b"\x01É╩F3Fr|Ü\x14¸ö\x10S┌Û"
  b"\x01É╩F3Hpÿé\x7Fq®T\x14"
  b"\x01É╩F3Is?¿\x05íÌàX¨¿"
  b"\x01É╩F3Kr\x1E╗ê\vé~\t\x19 "
  b"\x01É╩F3Lpf╣\x13I\ÈYFV"
  b"\x01É╩F3Nrêôƒ┐\x08\x1Dµºn"
  b"\x01É╩F3PqØç¾Â{t¹┘\x07"
  b"\x01É╩F3Qr┘│°y\x19æ|,ª"
  b"\x01É╩F3Tq\x15Ç\x1Fá╩YåÐ█"
  b"\x01É╩F3Uqµ¢-A╝)\x18Ug"
  b"\x01É╩F3Wp\x12½­Lû`µæw"
  b"\x01É╩F3Xr¨╣¶P2µÂso"
  b"\x01É╩F3Zpbè.Ü█\fܪ´"
  b"\x01É╩F3\pÁè}\vÃ_\x11│░"
  b"\x01É╩F3]sñ┐|!Ðl\x1D@T"
  b"\x01É╩F3_r╗║ü*O\x07Ç╣\x11"
  b"\x01É╩F3ar\x19»·ºß¨0\x1Cv"
  b"\x01É╩F3bq)ª¸mäGRê"
  b"\x01É╩F3dq\x01á.\x14▓±È┼Û"
  b"\x01É╩F3eqÆôkPÿÿÒÐï"
  b"\x01É╩F3gq¦ç­ı\x08ç\fâ´"
  b"\x01É╩F3ip╗│▒@¡P\e®ò"
  b"\x01É╩F3jsWèÈGq5░»é"
  b"\x01É╩F3lpôºRtÜÄå4\x17"
  b"\x01É╩F3mqTâ¸░\r\x19°Í‗"
  b"\x01É╩F3orfç¿÷ÃåÖ\x05ù"
  b"\x01É╩F3pp°è¨Pö▒\x00 ¸"
  b"\x01É╩F3rsÁô»Þ4AwX:"
  b"\x01É╩F3trþò6ñ.YK¾à"
  b"\x01É╩F3ur~¥\eÚñÖÄ╗\x02"
  b"\x01É╩F3wq Æiôxæøkë"
  b"\x01É╩F3xq­Ç®╔£%ê­4"
  b"\x01É╩F3zr\x10ÆI>;\x01'\x18þ"
  b"\x01É╩F3|p­║l┤\x01\x16Âl3"
  b"\x01É╩F3}q\x17Ä\x1AÓ½«\x07\x13V"
  b"\x01É╩F3\x7Fpÿæ"▄■mk5´"
  b"\x01É╩F3üp\x17│ÍBýd·d\x13"
  b"\x01É╩F3ér■×ýx/ ICE"
  b"\x01É╩F3ärWí8ÏC»!«═"
  b"\x01É╩F3àrÉÅË\r\x1Fdl¿\x1A"
  b"\x01É╩F3çs×ÄECÏJ¦\x0F\f"
  b"\x01É╩F3ês\x16╗­\x16\x08+╠"
  b"\x01É╩F3èp!£ðgIñéà\x1C"
  b"\x01É╩F3ïr─òB╣­‗SïÉ"
  b"\x01É╩F3ìp┌┤ñç7TÒ┘È"
  b"\x01É╩F3ÅrP£┘j<ıãÁð"
  b"\x01É╩F3ÉpÏï3@5\x07³}├"
  b"\x01É╩F3Æq'Ñ·▓ÌóÄ2±"
  b"\x01É╩F3ôs$âwõ\x15¹Ewü"
  b"\x01É╩F3òrñ½Ð\x1E\x7Fn┌\x08p"
  b"\x01É╩F3ûp¢ª¬%¶╝]Q5"
  b"\x01É╩F3ÿqjÄEò±IU-Q"
  b"\x01É╩F3Öqi¢M9\x0FÒ3­┤"
  b"\x01É╩F3øsûªuÛ\x15ÜóÄ\x0E"
  b"\x01É╩F3£qAÆ/¸uÑί╗"
  b"\x01É╩F3×r"á0u┘ÐìäÃ"
  b"\x01É╩F3ápïâ¨8?Oü*_"
  b"\x01É╩F3íqЫù\x06\x16\x02lÖO"
  b"\x01É╩F3úr\x7F¥Çã▀Úã\x08å"
  b"\x01É╩F3ñqÓ®┴ý·╦┌═\n"
  b"\x01É╩F3ªqCñÁW¸\t\x04"
  b"\x01É╩F3ºpÃò#┴\x05\x13úé"
  b"\x01É╩F3®s»¢$▒{ÀJúµ"
  b"\x01É╩F3½s£^\t\x7FÓqu"
  b"\x01É╩F3¼p╚║Þð▒ù¬Ã-"
  b"\x01É╩F3«q▄¡æÓ£Í|£r"
  b"\x01É╩F3»s\x03ª|-╗8q\rê"
  b"\x01É╩F3▒q§»R¿ÞA·/^"
  b"\x01É╩F3│qÄ┤Ûó»þ`\x00\x1C"
  b"\x01É╩F3┤rAèú\x10I╣-À±"
  b"\x01É╩F3Âr³ç\x16Ú\x19º‗Ï┤"
  b"\x01É╩F3©quØmB\t,╠C\x10"
  b"\x01É╩F3║qbë\x13IËGøk┘"
  b"\x01É╩F3╝pçƒ:ÕÅý\x0E"
  b"\x01É╩F3¢p-│øBÙäM\x1EÒ"
  b"\x01É╩F3┐sÌÉ\x08J»À\x0E\fa"
  b"\x01É╩F3└sh×wå╦Vù#&"
  b"\x01É╩F3┬q└Æ2A;÷8r▒"
  b"\x01É╩F3─s×¥ýXEK!\x02"
  b"\x01É╩F3ãpúë\x13Ë%\x08Þ╣┐"
  b"\x01É╩F3Ãp´¥r╗S\r¿\x11Ñ"
  b"\x01É╩F3╔qVؼu╠^ï©\x07"
  b"\x01É╩F3╩rÆê┐t┤‗O¦Y"
  b"\x01É╩F3╠q]ïûzSòëVá"
  b"\x01É╩F3╬sÜ║╠|¤Þ\x15¦\x00"
  b"\x01É╩F3ðsÔåûÛ2\x16ıÿ¶"
  b"\x01É╩F3ÐpmÅRhÀ┐ý/p"
  b"\x01É╩F3ËrÅ▒º\rS`ýÈa"
  b"\x01É╩F3Èq­ÑXV╔ÀCã@"
  b"\x01É╩F3ÍpËòv╬®e╩ÿJ"
  b"\x01É╩F3Ïr░ü$ª"RêßÏ"
  b"\x01É╩F3┘s»î¬nnʶ\f`"
  b"\x01É╩F3█shæ®°+Ï2íÄ"
  b"\x01É╩F3▄qÇâó&Eé17┴"
  b"\x01É╩F3ÌqÑ¡>\x1E═d»┤à"
  b"\x01É╩F3▀r`║\x1C\x1A├)\x19¸P"
  b"\x01É╩F3ßsyÑv5\x07i▒Ù║"
  b"\x01É╩F3Òqt╝ñ©┬\x1F?n("
  b"\x01É╩F3õp\x03Ü▀2<ßrÇß"
  b"\x01É╩F3µp{ÿ\\x08\x7F[ïÙÃ"
  b"\x01É╩F3þq\x1E¥¿¹╬\x1601×"
  b"\x01É╩F3ÚsÏäó\x0EõÏ\x12aN"
  b"\x01É╩F3Ùq_»▀ÂÈ╦_█Î"
  b"\x01É╩F3ýpo»!9ßÀHó‗"
  b"\x01É╩F3¯q7ªk§øE?õ¬"
  b"\x01É╩F3´s5å╩\x06#i§╣┴"
  b"\x01É╩F3±p"í÷õx°\x15┴═"
  b"\x01É╩F3‗pæø³p│¡▄b?"
  b"\x01É╩F3¶pi£$oåШ▄@"
  b"\x01É╩F3÷qô£R\e0┐Â/║"
  b"\x01É╩F3¸sZÖ\t\x00ãwrIs"
  b"\x01É╩F3¨qJ¢\x19È3\e\x12"
  b"\x01É╩F3³p■▒¿0þÀ°ÉÒ"
  b"\x01É╩F3²rãÖ═p▀¥°h\x05"
  b"\x01É╩F3 qÚôøY╦w\r¯ñ"
  b"\x01É╩F4\x00p ê(Ml1╬L\x1A"
  b"\x01É╩F4\x02r\x0Fâf\x0E¼ÎÚ&v"
  b"\x01É╩F4\x03qyÅaØ\x1AiØã\x0F"
  b"\x01É╩F4\x05q±è¦\x0EÛZ²u²"
  b"\x01É╩F4\x07pyçCòÊ6Éð\x1C"
  b"\x01É╩F4\x08q\fÁJ×'ü×!╣"
  b"\x01É╩F4\x0Er┌îmìY\x12OÆÔ"
  b"\x01É╩F4\x10qÎ╝%­\x14ó┤░?"
  b"\x01É╩F4\x11rwïu┬$Ò─Ó3"
  b"\x01É╩F4\x13qA®ÉƒÌ±o®¢"
  b"""
    \x01É╩F4\x14q\n
    ╗aS■╬Ä»'
    """
  b"\x01É╩F4\x16p«¼úÁ£=+ÄC"
  b"\x01É╩F4\x18sıóÌ █ò_:╦"
  b"\x01É╩F4\x19sEò0f·óÙæ~"
  b"\x01É╩F4\er│¬ø¥▒$ï╗B"
  b"\x01É╩F4\x1Dq¬À~Û╠"²▀ "
  b"\x01É╩F4\x1Fp)øßg~^├╬║"
  b"\x01É╩F4 qƒøÅh§éª]Ñ"
  b"\x01É╩F4"sÔéÚ¹®Ï├î"
  b"\x01É╩F4#rx╗[kæ┴ó\rX"
  b"\x01É╩F4%sbéı\x07ª‗)H▄"
  b"\x01É╩F4&q9¢┴▀\x16ýÑ®\x1E"
  b"\x01É╩F4(qO▒\x05D\x10[º3¤"
  b"\x01É╩F4*rû░à\x14 Î\x17Òã"
  b"""
    \x01É╩F4+qËå\n
    _¡cú\M
    """
  b"\x01É╩F4-s¢ñ'~}Ó+█ì"
  b"\x01É╩F4.si»ÃßFO\x10"
  b"\x01É╩F40s9îÚ│+îÔ\x11P"
  b"\x01É╩F42rÊÖ\f\vkf▀▓\"
  b"\x01É╩F43sÅ¿ÆÃJý µ\x18"
  b"\x01É╩F45sò╣ä!¬S¶Ñ%"
  b"""
    \x01É╩F46r\n
    ü5@ûOö|\x16
    """
  b"\x01É╩F48qÈ®:9$À:╔³"
  b"\x01É╩F49p▄úÛ\x10ê"╠Q╬"
  b"\x01É╩F4;pN▓\x05L\v\x08\x07"
  b"\x01É╩F4=s░ò\x18d\t\x0Em\x12,"
  b"\x01É╩F4>seǨÕ;í\x03:>"
  b"\x01É╩F4@q=║╬├%鮯Á"
  b"\x01É╩F4Aq^░óM{ÔA<®"
  b"\x01É╩F4Cp^ñ\x04ƒë0\è\x11"
  b"\x01É╩F4DsÑæ¿Ý¨³ç1\x13"
  b"\x01É╩F4Fp¹ôMÓ@uû\x0F_"
  b"\x01É╩F4Hp¨ûªÿ=\x11¸v■"
  b"\x01É╩F4Is¢ÖX+Ý®╗Õ\x0F"
  b"\x01É╩F4KrVî\x03Qû¸\x1A"
  b"\x01É╩F4LpF║\fG╬╦Rur"
  b"\x01É╩F4Nq¾┤ãç\x03Ûâ!E"
  b"\x01É╩F4PqÝù_èau▄ƒè"
  b"""
    \x01É╩F4QqÁÜ\n
    u\x13Ë\f¡\x1A
    """
  b"\x01É╩F4SrBäíId8ίl"
  b"\x01É╩F4Tr¼ªÂ(Ý}OZ¡"
  b"\x01É╩F4Vs°ûæÃ─┬\x03╗`"
  b"\x01É╩F4XpPºÀýc`é5ç"
  b"\x01É╩F4Ys╦¥&uÑÕıy╩"
  b"\x01É╩F4[s´ê■¦\x02àT·ê"
  b"\x01É╩F4\q&│Ø]╗└Ýå\x03"
  b"\x01É╩F4^qEÇkc§0N%Ø"
  b"\x01É╩F4_sx╗\x03rgÀ█l@"
  b"\x01É╩F4ap^ªe\x17ý`┘mA"
  b"\x01É╩F4csüØuøó‗Üü%"
  b"\x01É╩F4drüûm]­jÁW"
  b"\x01É╩F4erfàÛ╝/ò¸MJ"
  b"\x01É╩F4grã┐i³┼┐üÅ\x00"
  b"\x01É╩F4hq\x07ª_Ï:\x02öCN"
  b"\x01É╩F4jq*âqì¨"ÿOH"
  b"\x01É╩F4kpáñz³┴¡±H{"
  b"\x01É╩F4mrà▒ñ²┼▄¼\x18¿"
  b"\x01É╩F4nqÜǽö\x7F]\x0F.\x1D"
  b"\x01É╩F4pr§┐Ĭ9âôÅ7"
  b"\x01É╩F4qpâ┤ÛLªM█ö▓"
  b"\x01É╩F4sr(Át║\x1672¤º"
  b"\x01É╩F4tpE®Ö~5v+%´"
  b"\x01É╩F4vp\x11©├\x06┌└\x172░"
  b"\x01É╩F4wr\x03Æ÷5\x03rÆ^c"
  b"\x01É╩F4yrtÑ´Ò¢mmıô"
  b"\x01É╩F4zq║®N¬\x03\x03¢"
  b"\x01É╩F4|sP×\x15\x07s╝╣þ,"
  b"""
    \x01É╩F4~sÁí\x0Eª\n
    \e╚:­
    """
  b"\x01É╩F4\x7Fp╦ôöI\x1Eö\x154y"
  b"\x01É╩F4ÇqCúú■\x1AÚm¶─"
  b"\x01É╩F4ér¶│Ð┐\x02w&TK"
  b"\x01É╩F4ârõÀ´P═╚ÿ;,"
  b"\x01É╩F4àr\x1FáP^;wÏ]*"
  b"\x01É╩F4åp┬É\x08BÏü?ÁÙ"
  b"\x01É╩F4êpÞô┘Yr¡3;ß"
  b"\x01É╩F4ër)│║\x19´WìØ="
  b"\x01É╩F4ïr5░Â╣└Ëû`\x00"
  b"\x01É╩F4îsÌ╝rµZ]▒\x01Ò"
  b"\x01É╩F4Äprì½\x02-ó├éü"
  b"\x01É╩F4År1╗ÎÆ)\x12ö<è"
  b"\x01É╩F4æsMï0FôÏ\x00"
  b"\x01É╩F4Æplê\x17ù┘ÕyÛR"
  b"\x01É╩F4öq\x1DÆI,Èv├Bi"
  b"\x01É╩F4òpÁÁU&ü█Ç╝╝"
  b"\x01É╩F4ùr┤ÑE\x1Caé┌§d"
  b"\x01É╩F4ÿsØ®eLÐϨ\x0F×"
  b"\x01É╩F4ÜrKÆ┬òÍyF²¼"
  b"\x01É╩F4øq"ànìÔõøñs"
  b"\x01É╩F4Øp"è&hÿÔä07"
  b"\x01É╩F4×rÃÄú╩‗t\x07\f*"
  b"\x01É╩F4áqáÖ\x03¢»ñ(Ô<"
  b"\x01É╩F4ís╬░s<'!î¬w"
  b"\x01É╩F4úpöó╗\ekÚ3\x07="
  b"\x01É╩F4ñs■Ñ┬×­\x07▄╣³"
  b"\x01É╩F4Ñp\x15ƒõØy┐\x01ÃP"
  b"\x01É╩F4ºrOó*Ök‗@é╬"
  b"\x01É╩F4¿sê©þr░ëFÊ¿"
  b"\x01É╩F4¬stòosÚ\x1C\x10\x04O"
  b"\x01É╩F4½q├ë ÇÄò\vÝò"
  b"\x01É╩F4¡q.╝Q└ÃÊÐé."
  b"\x01É╩F4«r╗ër Ê\x08ðÈè"
  b"\x01É╩F4░r­©ÿÈ\fÃ88H"
  b"\x01É╩F4▒sÒáN\,┌\x02¡@"
  b"\x01É╩F4│s#ï\r\x17▀.ÚaW"
  b"\x01É╩F4┤r\x05╝:‗£o¥Oý"
  b"\x01É╩F4Âr]ÀDèyþ"âÜ"
  b"\x01É╩F4Àr\x08ú¹v?ú╝╝7"
  b"\x01É╩F4╣qÕ¿\x7F[ÉÎ/I<"
  b"\x01É╩F4║qg¬UÀ╗ç\x18\x01Õ"
  b"\x01É╩F4╝sYÑ®{#\rêÏß"
  b"\x01É╩F4¢q^«gí89Õ\x10P"
  b"\x01É╩F4┐s╩Çc[╝▒j\x18¦"
  b"\x01É╩F4└rÇøn<4ð═┼╔"
  b"""
    \x01É╩F4┬r\n
    ¡ïH³ñi╬\x05
    """
  b"\x01É╩F4├rÁ¡s§×0¦_╚"
  b"\x01É╩F4┼p{│ëª\t▓ýñ]"
  b"\x01É╩F4ãsÆ╗╣?+%´«┼"
  b"\x01É╩F4╚sg©óï\x06\x18í¾þ"
  b"\x01É╩F4╔ræÑÅ\x15\x1F\x15"
  b"""
    \x01É╩F4╦qÆøÍ│┘\n
    qtÉ
    """
  b"\x01É╩F4╠pOÖÇõ®×p!6"
  b"\x01É╩F4╬p½è\x1A\x02\x1Fö-Ëí"
  b"\x01É╩F4¤p`»*û╦┐¿Å¦"
  b"\x01É╩F4Ðr\x0EöNåÞ4WZ┐"
  b"\x01É╩F4ÊrNë\x18×K!c╩╬"
  b"\x01É╩F4ÈpTà├┴)Ñ.(M"
  b"\x01É╩F4ıq\x11Ѥ«\x04\r>T\v"
  b"\x01É╩F4Ípõâ49ZM\x07j="
  b"\x01É╩F4Ïr|¥ük¹\te┐├"
  b"\x01É╩F4┘q.¥²]¶Qú\x12j"
  b"\x01É╩F4█s~Âisµ`5└("
  b"\x01É╩F4▄q§╗o!¢4ð'▀"
  b"\x01É╩F4Ìr]ƒ╦²Ó\\x1C\x10E"
  b"\x01É╩F4▀rûåI8 +│#▓"
  b"\x01É╩F4ßr×ìÄ╬\x18U╔«y"
  b"\x01É╩F4Ôr\f¼‗ª▒┐pü\x02"
  b"\x01É╩F4õqöû\x00íf\x00Qd/"
  b"\x01É╩F4ÛpÃï╝"a½¢\x08V"
  b"\x01É╩F4Ùp┐│┌\x02±gº²7"
  b"\x01É╩F4ýr╚É╦ eç»~▀"
  b"\x01É╩F4¯sW¬\x04¾2┼\x0FõN"
  b"\x01É╩F4´p\x1F\x7FéSL\f{""
  b"\x01É╩F4±qÊëbEE╔?6ı"
  b"\x01É╩F4¾r{╝kköµÂ%c"
  b"\x01É╩F4¶sÑà,4B#\¾6"
]
64 4.67 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 OFFSET 10000
Parameters:
[
  false
]
65 1.33 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩F4÷p²ü`ªå║W├@"
  b"\x01É╩F4¸q0ñmôcíÄTZ"
  b"\x01É╩F4¨p±é\x11╔è«&*ô"
  b"\x01É╩F4¹síìÖ·i®qf\x14"
  b"\x01É╩F4³r\x0Eø╬ ┤▀9\x10"
  b"\x01É╩F4■r±ëËî\x1CØd¬┘"
  b"\x01É╩F4 p\x1AçoÏö»X}\x02"
  b"\x01É╩F5\x01r\x08óï\x11Ò%\\x7Få"
  b"\x01É╩F5\x03p\x08ºy[@º Jê"
  b"\x01É╩F5\x04s¥┤SBª\x1Cg\x1A²"
  b"\x01É╩F5\x06r\x15ç\x1Dÿ█bx3ý"
  b"\x01É╩F5\x07qdå]\x08§├æÖM"
  b"\x01É╩F5\trRé\x077úÎ\r*b"
  b"\x01É╩F5\vq\x00¢Þo]%ð─\x04"
  b"\x01É╩F5\frçùK¡\x14*­§ö"
  b"\x01É╩F5\x0Er¹éÆá╣ýH{6"
  b"\x01É╩F5\x0Fq\x1CÅ\x00e\x10àÓ░É"
  b"\x01É╩F5\x11pËíejÇDfpñ"
  b"\x01É╩F5\x12qRñ¡IýG║\x12\x7F"
  b"\x01É╩F5\x14sk«\x04Dz\x0FÀ\x13)"
  b"\x01É╩F5\x16p╦£¶M4Vne]"
  b"\x01É╩F5\x17p┴íRã\Õö1Ó"
  b"\x01É╩F5\x19p3óÓ»╦¦╝Õ╝"
  b"\x01É╩F5\x1Aq¦╣Á@ùqDäª"
  b"\x01É╩F5\x1Cp┘ëÕáòÏ%\x16ë"
  b"\x01É╩F5\x1EpX╝O%°h28_"
  b"\x01É╩F5\x1FsKê▒KlGXPñ"
  b"\x01É╩F5!svëú\x10\x10+/§¡"
  b"\x01É╩F5"r┬º\x18\x04\x1E\x02┴³\x7F"
  b"\x01É╩F5$p■ñOCú§\x1F"
  b"\x01É╩F5&p[ò\x7F¬|x\x12öÍ"
  b"\x01É╩F5'sdÅ¥¶g<ÞûÂ"
  b"\x01É╩F5)qi£EÙí\fFm~"
  b"\x01É╩F5*s\r╣7(ÿtÊZ\x18"
  b"\x01É╩F5,p0ø÷jê6j×ò"
  b"\x01É╩F5.q#Å;/Öh´JR"
  b"\x01É╩F5/sUúïU\e╚lpÊ"
  b"\x01É╩F51p´É6\rWf <│"
  b"\x01É╩F52p0ÜFBOñ1|┌"
  b"\x01É╩F54q\x1C¬nCÞjä¯á"
  b"\x01É╩F56pU░V²£■Æ>è"
  b"\x01É╩F57qÒ▓\x1D¬ÑKt░ë"
  b"\x01É╩F59r└▓fÈ┘<·K▓"
  b"\x01É╩F5:p╬â$ô\x19Þ\x14\x06K"
  b"\x01É╩F5<r\x11ôLdŤâëñ"
  b"\x01É╩F5>q&ëı³ƒ╣±S\t"
  b"\x01É╩F5?p▓ü£ÛË:\x10x\x1F"
  b"\x01É╩F5Aq┐ªðÕS┐M6÷"
  b"\x01É╩F5BsP¥\x12D±╩|\x0F_"
  b"\x01É╩F5DqgÂ\x03±\x1C:ÿÏ\e"
  b"\x01É╩F5Fr§½â\x06i'¨î÷"
  b"\x01É╩F5Gqãáðp┼┘C│■"
  b"\x01É╩F5Is;│¾|1ÍÁ\x11Ú"
  b"\x01É╩F5Jpeâp‗┼\x01cûÈ"
  b"\x01É╩F5LqËû>ê¸Î b║"
  b"\x01É╩F5Msóû\x10kk6¼\e)"
  b"\x01É╩F5OqÐÀ¤ok\x16SS&"
  b"\x01É╩F5QrRèT`";\] "
  b"""
    \x01É╩F5RsÌú8\n
    ‗ld\e\x13
    """
  b"\x01É╩F5Ts_£.D\x04\x0EçÅ\x19"
  b"\x01É╩F5Uqûê\x1DU─Ù\x16h─"
  b"\x01É╩F5Wq╝úÌ■áHÉ4ô"
  b"\x01É╩F5Ys┼░\x04|+L\x1DL┐"
  b"\x01É╩F5Zq4åq#Ú²·?,"
  b"\x01É╩F5\q\x05┐oj\x0FÞÐ\x16á"
  b"\x01É╩F5]r\tØáU¡MgîÛ"
  b"\x01É╩F5_r@┤è¿%4\x0E\x1A#"
  b"\x01É╩F5`rºØ■\x054ÎQv\x13"
  b"\x01É╩F5brÕ╝­}Ú-<Âý"
  b"\x01É╩F5dp´╝1│\x02³\x15ên"
  b"\x01É╩F5eqT▓iü\x03N{^└"
  b"\x01É╩F5gp¬ïíð\x06\x15°fê"
  b"\x01É╩F5hr\r▒╣╣═Áòäé"
  b"\x01É╩F5js×æ▓cÖM[I\x1E"
  b"\x01É╩F5lr÷©\x02\x17Äùe┐P"
  b"\x01É╩F5mr÷í¤Ú¡\x1DS*A"
  b"\x01É╩F5os¹À1k█6GhÉ"
  b"\x01É╩F5prÁÅ\x00\x15\n‗¸\v@"
  b"\x01É╩F5rs\x0EÉZ/\x17Å\r}‗"
  b"\x01É╩F5tr!ïÒri"áø■"
  b"\x01É╩F5upjé±5╚óm┤h"
  b"\x01É╩F5wqκ \x085p¦k~"
  b"\x01É╩F5xq\x1DÜàbóV\x02┌╝"
  b"\x01É╩F5zq\x18üqïG¶|-Æ"
  b"\x01É╩F5{pa½dçh\x06yP#"
  b"\x01É╩F5épzò5{£ßüÍZ"
  b"\x01É╩F5âp\x18ü(╚\x13ë÷n_"
  b"\x01É╩F5äpîùk!\x08ñ┴FQ"
  b"\x01É╩F5åqaàô1VýãJÞ"
  b"\x01É╩F5çqøƒÏ├╠\rø\fÇ"
  b"\x01É╩F5ëq▀ï\x03ÏZ▓╬{\x04"
  b"\x01É╩F5èsU©\t.\x14%\x0F\x1Eº"
  b"\x01É╩F5îp³øwFÎ{\x17¶:"
  b"\x01É╩F5Äp┐½\x16@\x14Y├\x06Ì"
  b"\x01É╩F5År░à:‗┤G█5m"
  b"\x01É╩F5æp+ÇZ³\x06/C╣V"
  b"\x01É╩F5Æp"î╝m╩5篯"
  b"\x01É╩F5ös¡ÄVUwÀ.µc"
  b"\x01É╩F5ûq«î\x07ð;æcw▀"
  b"\x01É╩F5ùr«ôèÍ´<\x16°\x04"
  b"\x01É╩F5Ör¿É÷║˸\x13═╩"
  b"\x01É╩F5Ür=©Aë┴34±h"
  b"\x01É╩F5£sýÑf\x14\x04ÚZa!"
  b"\x01É╩F5×r}»╣íñ\x16x\x13§"
  b"\x01É╩F5ƒpÓöÙúm·|¦É"
  b"\x01É╩F5íqi©[Ôó~Ík`"
  b"\x01É╩F5órk╣Ð-▓(0õ;"
  b"\x01É╩F5ñre¡ûþR æDÛ"
  b"\x01É╩F5ªrï▒1l^\t\tv#"
  b"\x01É╩F5ºp|áçU╗\vgõ?"
  b"\x01É╩F5®q ║Ç\r&H@)^"
  b"\x01É╩F5¬s=║.╚¸ç>\x1A\x0E"
  b"\x01É╩F5¼sO▓Åî\x05<(Ù*"
  b"\x01É╩F5¡sz½x└ÆÒÆ\x10´"
  b"\x01É╩F5»qÜè0¢/ï\x03"▓"
  b"\x01É╩F5▒s╬Á.(\x04┴/j§"
  b"\x01É╩F5▓pçòâ\x7F\x17Ø■└\x12"
  b"\x01É╩F5┤r/à╦×e╦ÞÛh"
  b"\x01É╩F5ÁqÒú\x1A[c/Ø\x05"
  b"\x01É╩F5Àp┘»\x10Ûæ\x19Þ╔┐"
  b"\x01É╩F5╣pJìkƒÈ\x02á\x05×"
  b"\x01É╩F5║påíX4®£Ý³6"
  b"\x01É╩F5╝rÌöùMu9ý\─"
  b"\x01É╩F5¢q»¿d\x1ES╦ãÿr"
  b"\x01É╩F5┐p▄í§ı┌ëu(\x00"
  b"\x01É╩F5└s¬Ñ\ÕÅ2\r"
  b"\x01É╩F5┬pgâË]Hû0¤."
  b"\x01É╩F5─s╔╝ÑX¶µtMW"
  b"\x01É╩F5┼s\eá\x04ë┐Æóbx"
  b"\x01É╩F5ÃpBù\║;\x1D═H╚"
  b"\x01É╩F5╚p´½\x11°øþ\x15Íq"
  b"\x01É╩F5╩rËä\x1F\vàÒò9ò"
  b"\x01É╩F5╠r5ÑØ┬Öaë$\f"
  b"\x01É╩F5═qLÄÓ\x1Cߨ╚£\r"
  b"\x01É╩F5¤s%│▓¨Ä]´\v\n"
  b"\x01É╩F5ðp\x06ün7┌╬ÿz+"
  b"\x01É╩F5Êq ×╚▀ð´L‗e"
  b"\x01É╩F5ËqVï\x14╔£╚«43"
  b"\x01É╩F5ıpú¶í£‗¥Oê"
  b"\x01É╩F5Íp¡░«ä╔\x14ïÐ\x07"
  b"\x01É╩F5ÏssÑK=│%F\x1Fî"
  b"\x01É╩F5┌r:Âö9\x02°v?o"
  b"\x01É╩F5█p÷ê«\x01üvÙÕË"
  b"\x01É╩F5¦râáæ¡┴ï1°È"
  b"\x01É╩F5Ìs░Æ╠b\­\eïd"
  b"\x01É╩F5Óq‗ü\x1C[`À¦+~"
  b"\x01É╩F5Ôq\x16ÉàáÎ╔12▀"
  b"\x01É╩F5Òq[ä¹ÈMÜ®v$"
  b"\x01É╩F5ÕrÿìLES▄a\x19"
  b"\x01É╩F5µq1À!çlf]Ò>"
  b"\x01É╩F5ÞqxëK\t¡E¾cí"
  b"\x01É╩F5ÛqÜ¥ÞN░N$\x13»"
  b"\x01É╩F5Ùq¶¡°®Âïþ\x1DÈ"
  b"\x01É╩F5Ýp;ù├\x05²zèı}"
  b"\x01É╩F5¯r└ñn¿9ÝÿÀH"
  b"\x01É╩F5­rÆ»L_;═'½Ù"
  b"\x01É╩F5‗r4½r\t>X\x1D"
  b"\x01É╩F5¾q?º\rÅ\r4Tó>"
  b"\x01É╩F5§qÃÄ\x03à\r\e[\x182"
  b"\x01É╩F5÷s┼â5\x14/Âæb\x07"
  b"\x01É╩F5°qøçq╚ȳC>¢"
  b"\x01É╩F5·rFƒÎB‗ÉJ:q"
  b"\x01É╩F5¹r\x01░ù§tgtmK"
  b"\x01É╩F5²rëÆÜ¿╠"\x15╩Æ"
  b"\x01É╩F5■så×Ù*ûÔÅب"
  b"\x01É╩F6\x00sXæ²-¢S│ýã"
  b"\x01É╩F6\x01q/©k,╠0RLw"
  b"\x01É╩F6\x03q╦ºpß▀(¾Ó▒"
  b"\x01É╩F6\x05q§ìÅ║ÃéS¾8"
  b"\x01É╩F6\x06pNñ\x01\x15\x05îh\x14«"
  b"\x01É╩F6\x08pÑ╣µ±\x08═~«▓"
  b"\x01É╩F6\ts`ü÷õc5'\x0FÓ"
  b"\x01É╩F6\vq╗á▓ÍÒ┘h┘Ï"
  b"\x01É╩F6\rsëìè^!\x0F═")"
  b"\x01É╩F6\x0Ep?ä\eöp¼\x05\x17ï"
  b"\x01É╩F6\x10rdÆåD\x11ÖDr""
  b"\x01É╩F6\x11r\x13®­Wà\x03H·q"
  b"\x01É╩F6\x13q\x14â|'■ý■¾┬"
  b"\x01É╩F6\x14qëíý╚┬ªòr\x13"
  b"\x01É╩F6\x16pG┤FúùæùV\x04"
  b"\x01É╩F6\x18rW▓\x14å`\x16´È▒"
  b"\x01É╩F6\x19p\x18¥B&±Iú/-"
  b"\x01É╩F6\es÷ââ\x06Ùd\vÌ■"
  b"\x01É╩F6\x1Cq&║vPe%*ÄE"
  b"\x01É╩F6\x1Eq;¥P,┘(`CÇ"
  b"\x01É╩F6\x1Fp¶Ø Ý\x02F÷¤ "
  b"\x01É╩F6!rÆâ^´¤; ¦Ë"
  b"\x01É╩F6#qGÜ\x14È?¬z÷Ä"
  b"\x01É╩F6$sá░UTÕ¹¼‗\x0F"
  b"\x01É╩F6&sºÄ^²■\x01l*▄"
  b"\x01É╩F6'r\öÐ\x19êKı]¯"
  b"\x01É╩F6)p╬┐ÜI·ge³["
  b"\x01É╩F6+rÄ║Ê░Ú¡y\x17D"
  b"\x01É╩F6,p/óû\x1CI¿*#A"
  b"\x01É╩F6.q├«5▄®\x17Áæ\n"
  b"\x01É╩F6/qt░Pû:ÐàÌ`"
  b"\x01É╩F61pýé³üC,TSU"
  b"\x01É╩F63r\x0Fç\x1A\x17ÌMX═ñ"
  b"\x01É╩F64s¿é▓╦(¹█q["
  b"\x01É╩F66p¯│2Ã'\x17D9Æ"
  b"\x01É╩F67r¦¡$Ë,»/ß]"
  b"\x01É╩F69rƒôéÊôõN\x02"
  b"\x01É╩F6:rú¢êão█ÅWj"
  b"\x01É╩F6<p┌à\x14­Óø\x1F\x01Á"
  b"\x01É╩F6>p Öí~«▒■ü;"
  b"\x01É╩F6?séÀ╗\x05{ûK;\x01"
  b"\x01É╩F6As\x00»"ç©i¯¿W"
  b"\x01É╩F6BplÆÉ·Øñ«\x04K"
  b"\x01É╩F6Dräئ/pZqc8"
  b"\x01É╩F6FrÐ░\e·ıUÏ└ß"
  b"\x01É╩F6Gq\x16تK¸¢\x11┼õ"
  b"\x01É╩F6Ip'®ƒà═Ý╩ú┴"
  b"\x01É╩F6Jp├ƒ╬\tg¢ë-ä"
  b"\x01É╩F6Ls\x1A▓║\x14\v»ñ|└"
  b"\x01É╩F6NsÄ»┌\x14\x11rI"
  b"\x01É╩F6Oq¸Âµ÷\x18\x10õÃ/"
  b"\x01É╩F6Qp█ò╦┼¾_\=Q"
  b"\x01É╩F6RsSƒ;SX▓q\x11é"
  b"\x01É╩F6TpOüÑã§iMEi"
  b"\x01É╩F6UpÜ│|dÀ╠½\x19ô"
  b"\x01É╩F6WrÑê·öà\x14Uád"
  b"\x01É╩F6YpôÆ!Yûr[F╠"
  b"\x01É╩F6Zp\x10û╚═\x07┌ï\x11¼"
  b"\x01É╩F6\sa«\x14Ò£·5ùM"
  b"\x01É╩F6]pEôM┤║╩Wèï"
  b"\x01É╩F6_s°¥Û╠¶MÐ┼┘"
  b"\x01É╩F6as)×J╝Ð6Öª\x11"
  b"\x01É╩F6bpKëXÁþ®¹Ñ┬"
  b"\x01É╩F6dp¼æµX┼e½\x01"
  b"\x01É╩F6er ½╚Jí/õ\ve"
  b"\x01É╩F6grÔü¹¾ïzÓx┼"
  b"\x01É╩F6irÿæ\t┘ u\x14W\x07"
  b"\x01É╩F6js■áåyO$dü\x05"
  b"\x01É╩F6lr═ñF=WÇ\x04┬Ç"
  b"\x01É╩F6mqtúÚoO!\x1For"
  b"\x01É╩F6osı×ËÚæ%©Ëô"
  b"\x01É╩F6pr«Ø­öPAoØ\x0E"
  b"\x01É╩F6rs├å7\x07¸ªY׶"
  b"\x01É╩F6ts4âe@4^U‗6"
  b"\x01É╩F6uqûít┐]Ø\x04╣e"
  b"\x01É╩F6wpáóåDÓÖÙºª"
  b"\x01É╩F6xr]æñ3▄ÒNÎç"
  b"\x01É╩F6zqRù\t¾\x01±Å¨µ"
  b"\x01É╩F6{px╣FM¡Kí4ÿ"
  b"\x01É╩F6}rn│Wc©+&■%"
  b"\x01É╩F6\x7Fpèìb┬\x16õ ¾G"
  b"\x01É╩F6ÇrÏîv\x13▄Û═×■"
  b"\x01É╩F6ér¦ì/B«~\x02)H"
  b"\x01É╩F6âq\x05»ÿ)iɲ´õ"
  b"\x01É╩F6àq"çó\x103;ðظ"
  b"\x01É╩F6çsØ«Ü®Ñ8­▄b"
  b"\x01É╩F6êsæ┐\x12U_cQ╝═"
  b"\x01É╩F6ès└ƒö░\x0Fâ=╦╔"
  b"\x01É╩F6ïq▀»▓áñ]\x1AJ¿"
  b"\x01É╩F6ìq§┐{²╔ç╚┌u"
  b"\x01É╩F6ÄqÏÅ\x11ñþìh╦@"
  b"\x01É╩F6Ép¥éè\x00Ç\x10Dw«"
  b"\x01É╩F6Æsiü¾8ñÔ\x1CÁ+"
  b"""
    \x01É╩F6ôs©Á\x1Dõv>J\n
    b
    """
  b"\x01É╩F6òp\x1Dó5\x03Âͧwá"
  b"\x01É╩F6ûs╚ØxØ;\x19ã\tF"
  b"\x01É╩F6ÿp;æ\x13\t\x1Ep/b§"
  b"\x01É╩F6Üsb©!»óu╝<Þ"
  b"\x01É╩F6øs¤Â\x01þBÇ;\x117"
  b"\x01É╩F6Øq\x01║,╬O=Q/▄"
  b"\x01É╩F6×ræÿ\x12&x¾©Ý8"
  b"\x01É╩F6ás‗¼ç\x10[Æ=ÐU"
  b"\x01É╩F6íqºåö(;,|[█"
  b"\x01É╩F6úrýƒ(£u─ ÌË"
  b"\x01É╩F6Ñs_òx/Ù│âG¾"
  b"\x01É╩F6ªqèçÅ\x1Dƒ\x1D,b┬"
  b"\x01É╩F6¿ro»:RÏ]»²á"
  b"\x01É╩F6®pf¥Ìw\x7F\x113C│"
  b"\x01É╩F6½r╗®°¶\x1E°ÕUÆ"
  b"\x01É╩F6¡q╬║1ı\x19\x14╩0X"
  b"\x01É╩F6«qÑÖÊéj─TWá"
  b"\x01É╩F6░rä¥Õø@╝\x0EÍ{"
  b"\x01É╩F6▒rÓƒ§ñ\fí\x045^"
  b"\x01É╩F6│r ëÆhô▒À\x1D7"
  b"\x01É╩F6┤s\x19▒"]×|‗ë:"
  b"\x01É╩F6ÂrÏ┐Ú═ß\t×║_"
  b"\x01É╩F6©p■ér\ÉSYNÚ"
  b"\x01É╩F6╣sÓùTÔÈ┐ç├©"
  b"\x01É╩F6╗pPÀƒB8d╔îç"
  b"\x01É╩F6╝rø¿G½e\x02Weú"
  b"\x01É╩F6¥pDöîƒ\x13Sçîæ"
  b"\x01É╩F6└q/êáºó$ù:O"
  b"\x01É╩F6┴pHìÕO®└à# "
  b"\x01É╩F6├s\x05¿Ò\x1EÝÎdƒ▒"
  b"\x01É╩F6─sâØ╬\x13äÞ¥_\x04"
  b"\x01É╩F6ãp┴ì4ÃÖ╦\x18=4"
  b"\x01É╩F6╚pUìÐiäÓ╚b¬"
  b"\x01É╩F6╔q4ÿ\¯Öw\x02\x18\v"
  b"\x01É╩F6╦s3éÍý▓ÙìO\x00"
  b"\x01É╩F6╠szè¬└ÛWµÀ)"
  b"\x01É╩F6╬s°ó5í\x14▀;®S"
  b"\x01É╩F6¤q\x0EÆë(╬ïı\x1EÑ"
  b"\x01É╩F6Ðr_│e)\x00»Þ´\x19"
  b"\x01É╩F6Ëq$¬GÙ¤\x7F┬£S"
  b"\x01É╩F6ÈsâÀÇ\x0E¿╗\x12©╩"
  b"\x01É╩F6Ís¯┐| \e§dû╗"
  b"\x01É╩F6ÎpÉû\x0Fÿ\x02╠s─@"
  b"\x01É╩F6┘r\x1Dç╝p├Be©Æ"
  b"\x01É╩F6┌qLú^åaðÈá¸"
  b"\x01É╩F6▄r7ÿ}úr5e╝G"
  b"""
    \x01É╩F6Ìr¸┤\n
    Em▄╣░Z
    """
  b"\x01É╩F6▀pèÅk¶+ÀF\x1Ec"
  b"\x01É╩F6ßqã¼Ó¿²,▀òG"
  b"\x01É╩F6Ôq\x18«ı/Â\x7FÞ2³"
  b"\x01É╩F6õr\x07¬#\vÏéûS\x11"
  b"\x01É╩F6µpà«┤\x01Ò┤¤øò"
  b"\x01É╩F6þr¬æÜ■]\x07_┬\x03"
  b"\x01É╩F6Úq·àVÃ\x10ú╚ËÕ"
  b"\x01É╩F6Ûs¢Ü¸\x1AÃkÝ‗û"
  b"\x01É╩F6ýs¨×\x07¡6Ñ‗^é"
  b"\x01É╩F6¯qY╣Ø\x13\x07à\x17¨ú"
  b"\x01É╩F6´sÞƒ\x06|J°¼®¯"
  b"\x01É╩F6±s¡ó¾â■b¼Mı"
  b"\x01É╩F6‗pýíB┴jÌ▄b/"
  b"\x01É╩F6¶s\eÆ6╗╦)¯NÑ"
  b"\x01É╩F6§q ø┬í║@þ\x14:"
  b"\x01É╩F6¸qPÆ7mº½1 l"
  b"\x01É╩F6¨pVøÒƒ¯┼ÇÊÚ"
  b"\x01É╩F6·s\x16ÅÄÇ«÷Ã|-"
  b"\x01É╩F6³r¦╣Daàò╦0Ö"
  b"\x01É╩F6²qçí>╗\x17\x07øµ¡"
  b"\x01É╩F6 srûb\x06ozͯ▒"
  b"\x01É╩F7\x01qÇÇ╚c─+ì'."
  b"\x01É╩F7\x02r█Ø\x1FOTf³ûÆ"
  b"\x01É╩F7\x04pµü£ÕFLÛ\x12¹"
  b"\x01É╩F7\x05q]âHKD─w\x1F\x1C"
  b"\x01É╩F7\x07p\x06öZç;╚ë­\r"
  b"\x01É╩F7\x08r ¼J┼¼¹╦³Å"
  b"""
    \x01É╩F7\n
    q║øQ´▀Ñ&╠\x13
    """
  b"\x01É╩F7\fp▒ÉØý█ÞRl\t"
  b"\x01É╩F7\rpâæ¾\eQy\x1Aì "
  b"\x01É╩F7\x0Fs>áfÔïx«┤O"
  b"\x01É╩F7\x10pS¥\\x01ñþä\x1DÞ"
  b"\x01É╩F7\x12qhúª╚\x08&ı`W"
  b"\x01É╩F7\x16s&®>ò═\x00f~L"
  b"\x01É╩F7\x17s\eè╔║¿7%e█"
  b"\x01É╩F7\x18sÃ냿ú­+L,"
  b"\x01É╩F7\x1Aqq®OÏÑÑ®â0"
  b"\x01É╩F7\eqÚöÊÞÜË\x1Eƒ\x1E"
  b"\x01É╩F7\x1Dr▒À¾HN▓D║ª"
  b"\x01É╩F7\x1Ep\f×C\x19æ╚Ó╣Ú"
  b"\x01É╩F7 s\t¼ê*╩'ó/Ç"
  b"\x01É╩F7"q\x00Æ▄V\x1Fz¿³Q"
  b"\x01É╩F7#p¼å)ö×yB|°"
  b"\x01É╩F7%p7çe¢§¯┼5Ý"
  b"\x01É╩F7&r▒¢A@³ú±R¡"
  b"\x01É╩F7(p8╝þ×½Kã\r¥"
  b"\x01É╩F7*rÑÜ╩¹»R\x1E"
  b"\x01É╩F7+r©ÁÇ\¤\x03ÍÉ»"
  b"\x01É╩F7-pÙë6{«hì%\x1F"
  b"\x01É╩F7.p5®└©=£¥ï\x1D"
  b"\x01É╩F70q\x18äé:╝QKkò"
  b"\x01É╩F72påá\┴║Æ\x17\em"
  b"\x01É╩F73q─ì^=M▄«å╚"
  b"\x01É╩F75s3ÜYýÖ0\tSo"
  b"\x01É╩F76r¬ïÏ\x00\x00╚ð\x1D"
  b"\x01É╩F78qGäU]f¤\x1DL┬"
  b"\x01É╩F79r¿ÖþxÆÊÚÍë"
  b"\x01É╩F7;scî#w\x00I┘\x16·"
  b"\x01É╩F7=qÞò\x07oÙ{\x17Ì\x01"
  b"\x01É╩F7>qÞà─íÎ$ u<"
  b"\x01É╩F7@q2ÂÀèbþÅÛ¥"
  b"\x01É╩F7Aqîî½õ÷WÂ\x00Ñ"
  b"\x01É╩F7CsÉ╝ü¥ÉæåË\x1E"
  b"\x01É╩F7EpJèb\x1AÞ\x1DK\x0Eà"
  b"\x01É╩F7Fp@é°çhÔ|\x7FF"
  b"\x01É╩F7HqöÿÃܾ¸µ\x7F¡"
  b"""
    \x01É╩F7IrI╝º¿{├]\n
    
    """
  b"\x01É╩F7Ks!¬ÖçÀ\çDÙ"
  b"\x01É╩F7Ls┐«═\x06\x05D´OE"
  b"\x01É╩F7NqyÑ!Âx/\x14ß:"
  b"\x01É╩F7PqöÿÃWILg@Þ"
  b"\x01É╩F7Qqæ║\x19$╩ª\x00ñ■"
  b"\x01É╩F7Sq┴┤_õÕS~í\x10"
  b"\x01É╩F7TqV£¿f#└±Äò"
  b"\x01É╩F7VrûÀ\x7Fw)%g­ı"
  b"\x01É╩F7XsËú\x10=\x16÷\x17åC"
  b"\x01É╩F7Yq%ø{Ï\x17■v¿ "
  b"\x01É╩F7[rTÆu]hÀ╝îE"
  b"\x01É╩F7\sW╣aq\x1C┤Õß_"
  b"\x01É╩F7^s╣øHë\x02S▓1■"
  b"\x01É╩F7`p╔×‗¢‗Á8\x13L"
  b"\x01É╩F7bs9│H,s╗©àö"
  b"\x01É╩F7dp[Ø° ╝Y)%Ç"
  b"\x01É╩F7fs│ë^\x7FH`µ\x10_"
  b"\x01É╩F7gqºí─░Þú┤ø"
  b"\x01É╩F7irnâÔqO■T┐─"
  b"\x01É╩F7kq$║q"Hb║h¼"
  b"\x01É╩F7lqËå("┬R|┐l"
  b"""
    \x01É╩F7nr\x11ë¸ç~▀\n
    
    """
  b"\x01É╩F7pq\x1Eì¾\x05\f²úDò"
  b"\x01É╩F7rrz»ÀTª\x07YY╚"
  b"\x01É╩F7ssh╣╬v║.¿ì`"
  b"\x01É╩F7usÒÜ\x00Ó¢\x18"
  b"\x01É╩F7wqïû‗\x00¼DÊ×Õ"
  b"\x01É╩F7xq'╣-âWóqÀ▀"
  b"\x01É╩F7zr\x1D»DÉ~\x08yêW"
  b"\x01É╩F7|s§ç³Yÿ@ä█Ö"
  b"\x01É╩F7~q\x1Dî¶BÊ%‗R\x1D"
  b"\x01É╩F7Çp第É\x1C\x19¾F\x08"
  b"\x01É╩F7érjÉl║╔¿¶&("
  b"\x01É╩F7är»¼Á'\eö7Aq"
  b"\x01É╩F7àsC«ÞÍo\x1CÄk/"
  b"\x01É╩F7çs╝┤\x1DW"\x08¡=ä"
  b"\x01É╩F7ësÅæ┴paÏ╣╚\x06"
  b"\x01É╩F7ïqW¢O0rcà=®"
  b"\x01É╩F7îp$òÆjÿ╚\x1Dýb"
  b"\x01É╩F7Äp\t¿´2]Q S\v"
  b"\x01É╩F7Ér\x14╣Æ2sª?D▀"
  b"\x01É╩F7ærVÁ\x1A®>═F>\x07"
  b"\x01É╩F7ôq­èyé}\x10íM\v"
  b"\x01É╩F7òs\x04│ ¦":8`ù"
  b"\x01É╩F7ùpbÉ\x7FNa\x7FPr¿"
  b"\x01É╩F7ÿps¼-gF¡S¶6"
  b"\x01É╩F7ÜsÀ│$ÏÈ(\x08╠s"
  b"\x01É╩F7£pe│CÆ║x▄\t¼"
  b"\x01É╩F7×pFäk\x15öªá¨ê"
  b"\x01É╩F7íqoé­®¾µdÖÏ"
  b"\x01É╩F7órÃ║ÅqUmµ\`"
  b"\x01É╩F7ñq\x17ö©Ôoê×\rH"
  b"""
    \x01É╩F7Ñr\n
    ú?#v$\x15®
    """
  b"\x01É╩F7ºr╝æ¹òOd?Ûi"
  b"\x01É╩F7®s:ö\x1C\t6zF§ð"
  b"\x01É╩F7½pÅ¢[N_ù\x03"
  b"\x01É╩F7¼r╗Ä╬ï?Û7_H"
  b"\x01É╩F7«p│Â\x14╚ª¬┐┬5"
  b"\x01É╩F7░rüäþ¬@VU\x04"
  b"\x01É╩F7▒pò░q*ãcä'/"
  b"\x01É╩F7│qô¢╣7t]Í3§"
  b"\x01É╩F7Ás7£w¡\x7F>\x19\x1CR"
  b"\x01É╩F7Âr.¼\l\x1DYlLT"
  b"\x01É╩F7©r±ºýn¨\³m═"
  b"\x01É╩F7╣pëô¸\x1EcØ╠â┐"
  b"\x01É╩F7╗räé4Ì\x07║ò~°"
  b"\x01É╩F7¢rCøy=lıvOÒ"
  b"\x01É╩F7¥qõ╣F,k:t\x1Ey"
  b"\x01É╩F7└r\f\x05\x00\v²h@="
  b"\x01É╩F7┬s¥┐b\x16Ï\tI`°"
  b"\x01É╩F7├rbÆ<*×\x10*\x7Fº"
  b"\x01É╩F7┼q×ç¢█║E║Ù\x08"
  b"\x01É╩F7ãqE¿\x12É¡ñÉà┬"
  b"\x01É╩F7╚pZÇ@-%µA²à"
  b"\x01É╩F7╩r¥ÉàAÌj}d©"
  b"\x01É╩F7╦r¥úıð !ÂZt"
  b"\x01É╩F7═p\x06êðye¹¥\x19x"
  b"\x01É╩F7╬q=¥?øØ\x04»åã"
  b"\x01É╩F7ðp┌©┬âÔ0°BL"
  b"\x01É╩F7ÊsZùıÞÙ\x14\x0Ee\x0F"
  b"\x01É╩F7ËpK¿åu└߬\x19Î"
  b"\x01É╩F7ır<¼\x05\x00Ù¤\x158\n"
  b"\x01É╩F7ÍqÄò\x17'\x14\x05î¢\x13"
  b"\x01É╩F7Ïr╩░ZwãPKÚ6"
  b"\x01É╩F7┌r■ìµÉMÙèͽ"
  b"\x01É╩F7█sVá!¾ø«z%;"
  b"\x01É╩F7¦pNôv²ØS§ıÞ"
  b"\x01É╩F7Ìr└Ø@jë├Ù╚:"
  b"\x01É╩F7Óq»░╦£35·\x03®"
  b"\x01É╩F7ßqñ▓¾7xÖCéí"
  b"\x01É╩F7ÒqZ▒Ø\t-å!`4"
  b"\x01É╩F7Õq┼ºÝÙ└\x10\e\x16È"
  b"\x01É╩F7µrUø)Õ$n#k?"
  b"\x01É╩F7Þp îªT/Î═Sâ"
  b"\x01É╩F7Úrê╗E\x13úÍ\x01"
  b"\x01É╩F7Ùr/╝ýåà═ò\x10"
  b"\x01É╩F7¯r¤ç┬ç×0úfç"
  b"\x01É╩F7´r\x1DæEu\x1D.\x15"
  b"\x01É╩F7±p;╗ÓFt-G\x11\x0E"
  b"\x01É╩F7¾r└øl\x1C²êöÕ?"
  b"\x01É╩F7¶q%ùî'ÙÌ«;\x7F"
  b"\x01É╩F7÷s¥ûóÏ 7\x04¼§"
  b"\x01É╩F7°s§å└m$VÈ\x04"
  b"\x01É╩F7·sÁÇ║K.¢É\x1Aó"
  b"\x01É╩F7¹rýƒ¦\x14þix¢\x17"
  b"\x01É╩F7²så▒VÌ\x1270UÆ"
  b"\x01É╩F7 rWÜWqt´}r{"
  b"\x01É╩F8\x00r¿êèP¦ó«ä\x1D"
  b"\x01É╩F8\x02q¥ÿ─ºı\x18µ®@"
  b"\x01É╩F8\x05s.£]ýÛ░¯Áé"
  b"\x01É╩F8\x06pÊÀ\x00\x04¦Ï╔ZÔ"
  b"\x01É╩F8\x08rYì0 Áàî(¹"
  b"""
    \x01É╩F8\tp\n
    ┤=d\x18TKÑå
    """
  b"""
    \x01É╩F8\n
    qí┤4│Ûû~­b
    """
  b"\x01É╩F8\fs&ÜHW©°à­╝"
  b"\x01É╩F8\rrÑ▒ó\)w^N&"
  b"\x01É╩F8\x10q ÿK╔ä!!Gj"
  b"\x01É╩F8\x12pn«ãUy>Ç¿Æ"
  b"\x01É╩F8\x13s\ǵL┐nªïÂ"
  b"\x01É╩F8\x15rº╝pÁiÖ¥\x04\x0E"
  b"\x01É╩F8\x17qx▒HF\-▓▒ð"
  b"\x01É╩F8\x18qÄêTs·ë¯▓\x1A"
  b"\x01É╩F8\x1AqöÄ\x1C1x¦N¹µ"
  b"\x01É╩F8\x1CsËímØ└\fxnç"
  b"\x01É╩F8\x1Esò│\x13(_g\x17>a"
  b"\x01É╩F8 s»ùkv‗┌}ƒ·"
  b"\x01É╩F8!pö┤­í3/âS\x1C"
]
66 4.43 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 OFFSET 10500
Parameters:
[
  false
]
67 1.26 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩F8#rX¿\x18■òô_½["
  b"\x01É╩F8%rKÇ¿:Zr£;å"
  b"\x01É╩F8&q³ÇÂ\x06\x05\\x0E█4"
  b"\x01É╩F8(r'Ö#ýɳ\x11T|"
  b"\x01É╩F8*sÙÀ│Êé'ÊòÂ"
  b"\x01É╩F8,pMå/\x04\x12\x02°WD"
  b"\x01É╩F8.r¿▒'µ`N{â┤"
  b"\x01É╩F8/rSª×!\x05\x17┤Ùé"
  b"\x01É╩F81p¼¢┐\x7F8Bâã\x0F"
  b"\x01É╩F83s»¿Ãçnì1ý["
  b"\x01É╩F84p¶åI \x0F[-┘G"
  b"\x01É╩F86rE¿ÞýdíUA\x13"
  b"\x01É╩F88q├åB┬\x01ø\x0F╗Ô"
  b"\x01É╩F8:q\x02à·Øí╝×4ï"
  b"\x01É╩F8<p×╗\e¶)ȼ░Ï"
  b"\x01É╩F8=r·©9á"\x7F─(~"
  b"\x01É╩F8?sWï\x0EI?Q■eA"
  b"\x01É╩F8Aq|óY┐9ç|¹Ä"
  b"\x01É╩F8CsòÉw³(W cÍ"
  b"\x01É╩F8Es®ë\x18V­,█I├"
  b"\x01É╩F8FpBƒ.³l\x0ElZ╩"
  b"\x01É╩F8Hp\vÉ0ßv\x03▄0├"
  b"\x01É╩F8Js<è╔\x19oöÞ║┼"
  b"\x01É╩F8Lr­íã7°6\t\x10Æ"
  b"\x01É╩F8Ns┤æ\x17½Â\x0E +û"
  b"\x01É╩F8Ps¡¬kØ.┴°¡c"
  b"\x01É╩F8RsCÜ?è▒D╠ô\x06"
  b"\x01É╩F8TpWƒý┌0║\x07‗¹"
  b"\x01É╩F8Vp\x13ï■■æ■é¨\x08"
  b"\x01É╩F8Wp,í\x7F\x15‗B|█;"
  b"\x01É╩F8Yp■ÇNÇ \x178\x05Á"
  b"\x01É╩F8[p3¡█¦½Õ0^Ï"
  b"\x01É╩F8\põ╣o▀­ÞáF;"
  b"\x01É╩F8^q0èt·]wmk¼"
  b"\x01É╩F8`p└Øû\x00¾Ø=▀ "
  b"\x01É╩F8asaÂè\fêÕ\x04@5"
  b"\x01É╩F8crCæ3²ÎƒCÄË"
  b"\x01É╩F8eq1ظÚ1╗■eÐ"
  b"\x01É╩F8fp¶╗­¨~\x03╣¥Â"
  b"\x01É╩F8hp╔ÿ¯4╣îûý"
  b"\x01É╩F8jrש¯®û\r\x00Z"
  b"\x01É╩F8krÓƒ░dUYþ~)"
  b"\x01É╩F8msÚƒùÕR§X\x19@"
  b"\x01É╩F8oqS¢2®00¢,é"
  b"\x01É╩F8qr¸░\fw▓׫ØÍ"
  b"\x01É╩F8rrÞÄͲC<Ù¶P"
  b"\x01É╩F8tpûêP\x12T\x12\x06¶ï"
  b"\x01É╩F8vr5ö.í}\x1A‗▒÷"
  b"""
    \x01É╩F8xpíÉx]┼2®\n
    <
    """
  b"\x01É╩F8ys¨Á─üE\x06ìÀ%"
  b"\x01É╩F8{rÍ©®\x15±è%>­"
  b"\x01É╩F8|pwì\x04ÓMî#ðI"
  b"\x01É╩F8~rÆ║\x02Þ\x03¨á2ü"
  b"\x01É╩F8ÇpÒªÅ■QR#u\x15"
  b"\x01É╩F8üq¬ÉXÇXfºÌØ"
  b"\x01É╩F8âpÍ×░R╣ b╝#"
  b"\x01É╩F8àqkîe?y.\x1Eéf"
  b"\x01É╩F8åpZ½¿Ûfâñ\x13Û"
  b"\x01É╩F8êsü┤ıË\x04╔«²["
  b"\x01É╩F8ësÌ£ezî Wã\x03"
  b"\x01É╩F8ïp&║\x13n\x1AÞ7¹é"
  b"\x01É╩F8ìq2ïã╗nlq"5"
  b"\x01É╩F8Är\x1C\x15§´ø»Ãf"
  b"\x01É╩F8Épdì┘┘\x03ü\x06¼p"
  b"\x01É╩F8ær¥ág‗┌╣█╝i"
  b"\x01É╩F8ôs ó<³]\x16®o¶"
  b"\x01É╩F8òsSû¨' ┌u=\x10"
  b"\x01É╩F8ùq6║z½ª\x08]fð"
  b"\x01É╩F8Öq\x08«\x1F+\x1Feá!▓"
  b"\x01É╩F8ør ©WÝ÷ÄÜ2x"
  b"\x01É╩F8£q~¼ï\x03\x16wÓªÀ"
  b"\x01É╩F8×s¿¥±E¼ª$DO"
  b"\x01É╩F8áslò6t¤\x1CÊä\x02"
  b"\x01É╩F8ós/ï█e-Ú#IÉ"
  b"\x01É╩F8úp║®¯Vï¦d«¥"
  b"\x01É╩F8ÑqVÿî\x00iFwªµ"
  b"\x01É╩F8ºrùúÄüü\fÝ®)"
  b"\x01É╩F8¿r=ê ▀Ö▓çpã"
  b"\x01É╩F8¬q\x11ï┴\x16á£ûöà"
  b"\x01É╩F8¼r®¥gkF\x1F}$«"
  b"\x01É╩F8«r\x1E¢d■ÿÁ\x1A\x00?"
  b"\x01É╩F8»qcÆÕ×ÄéWÁC"
  b"\x01É╩F8▒r¤╝Pø\x01P\x1F┴Ì"
  b"\x01É╩F8│s‗¼\x06ªG×Qá="
  b"\x01É╩F8┤säåÒ\tO{Þ²\x13"
  b"\x01É╩F8Âse¥>■\x08x¯3L"
  b"\x01É╩F8©qc×G\x14>o¥½8"
  b"\x01É╩F8║r║â\x05øˤ\x1FÍ░"
  b"\x01É╩F8╗p¯Ñò╚╦\e░¨\x05"
  b"\x01É╩F8¢p\x0EçÇqÂûÚ─Ô"
  b"\x01É╩F8┐r»ÿ|êÎ¥=1\x1A"
  b"\x01É╩F8└rÚ▒Ì%R·2à╣"
  b"\x01É╩F8┬s¥®\x03▄!ôÎ┴î"
  b"\x01É╩F8─s▄ÖahóµB°;"
  b"\x01É╩F8┼p─▒äk\vÁ█¡╣"
  b"\x01É╩F8Ãrÿƒ\x18AØ%äg6"
  b"\x01É╩F8╔pÑ╝2ù'ÞQíY"
  b"\x01É╩F8╦s«ø$@▀3M┴¢"
  b"\x01É╩F8╠pôƹz\x1Cý\x08,\r"
  b"\x01É╩F8╬sÍ®´┬Ç\x1C\x05"
  b"\x01É╩F8¤pVÑ÷\x0F .\x17│¹"
  b"""
    \x01É╩F8Ðr║çÜ\x14\x0F.F\n
    E
    """
  b"\x01É╩F8Ëpìáÿ¯\x0FãWî{"
  b"\x01É╩F8Èp\x15£ë┌¥æL±¨"
  b"\x01É╩F8ÍrX¢!^65?╗├"
  b"\x01É╩F8Ïp▄ï╔┼ÇR▓\x12Ê"
  b"\x01É╩F8┘pê┤P5\x10┴R\x10J"
  b"\x01É╩F8█q─░Z\x05É\x18È░7"
  b"\x01É╩F8▄q╣ƒ\x00¢l^¡)┴"
  b"\x01É╩F8Ìr\x04│▒âÀ\rÙr5"
  b"\x01É╩F8Óp~ççQ@ûIõ¤"
  b"\x01É╩F8ßq.ܱdìûÌ├6"
  b"\x01É╩F8Òq\x18í"â\x00+¿│/"
  b"\x01É╩F8õsÆê\x7FI×Y³┬╦"
  b"\x01É╩F8µq\x12©öƱýJ\x7FË"
  b"\x01É╩F8ÞqÕ¼æ\t\x08 ┼£D"
  b"\x01É╩F8ÚsÓ¬/■MW]ä3"
  b"\x01É╩F8Ùs[çÊ\x16╦ñ"l°"
  b"\x01É╩F8ýsg╗©¢vª·´╦"
  b"\x01É╩F8¯ss¢╬`(dã¡ß"
  b"\x01É╩F8­q¿îöV┘?«è»"
  b"\x01É╩F8±rc£ºf\x08╬]>;"
  b"\x01É╩F8¾sÎîÖÍ\x07®\x1C_▄"
  b"\x01É╩F8§rk╣Ãy\x17╬ß¿Ú"
  b"\x01É╩F8÷sÜíê:gÊ┤-·"
  b"\x01É╩F8°p¯ñÚxXþ║\x04³"
  b"\x01É╩F8¨qJÇ╗S½äÏ(,"
  b"\x01É╩F8¹sVò=H(\x1E\x00"
  b"\x01É╩F8²sVê½²þ|╦N²"
  b"\x01É╩F8■r═┤\x14\x1F‗┤qøÌ"
  b"\x01É╩F9\x00rüÿƒÍ█½ı╔c"
  b"\x01É╩F9\x01qX©æÅCg¢sB"
  b"\x01É╩F9\x03r1­■\x16ÊãïÂ"
  b"\x01É╩F9\x05qt║└■\x7F&\x0EB9"
  b"\x01É╩F9\x06q3²╗\tn¨û¢"
  b"\x01É╩F9\x08síæ\x19─ùW¡\x7Fv"
  b"\x01É╩F9\nr╣½lÀ\x00Ðöä{"
  b"\x01É╩F9\vr\x1C║2Öì\x02┼àá"
  b"\x01É╩F9\rr{îê\x03¸PÖ~┘"
  b"\x01É╩F9\x0Fpµ¢Ðå┐╗²Vù"
  b"\x01É╩F9\x10p9òxõ[ä(í|"
  b"\x01É╩F9\x12p┼ÿM-\vJ Ð="
  b"\x01É╩F9\x14ru┐Ò64\x1Dz=!"
  b"\x01É╩F9\x15qM©é×âb µf"
  b"\x01É╩F9\x17q┴║ʪÉÐüß\x10"
  b"\x01É╩F9\x19p¾á\øÚ\x08W:A"
  b"\x01É╩F9\x1Asgÿa\x04½\x1D]╬7"
  b"""
    \x01É╩F9\x1Cs@î\n
    Éi¿¨\x08
    """
  b"\x01É╩F9\x1Er═î}>µÓ4߯"
  b"\x01É╩F9\x1FpÔ¢;/\x07ºb├ "
  b"\x01É╩F9!pRéÚ\x10┌┤<%ñ"
  b"\x01É╩F9"s÷ä\x07<(ß7õ\x05"
  b"\x01É╩F9$q\x02Á6E±YcòL"
  b"\x01É╩F9&sÇüÍÝ»\x0Fõ"ª"
  b"\x01É╩F9'qìól7õ§\x02"
  b"\x01É╩F9)q£¿czØWq\x02F"
  b"\x01É╩F9+q└½ú³k÷ÆPƒ"
  b"\x01É╩F9,räåÀ\x1C\x16\x0Eà\x00¦"
  b"\x01É╩F9.sØí╠╝\x11¡ryö"
  b"\x01É╩F90q\x10ñõ)Ú_t¦à"
  b"\x01É╩F91sÿÿ\tÑÆk\x1D"
  b"\x01É╩F93p­┤³l+D│<\x13"
  b"\x01É╩F94sêâüÎDF0\x18°"
  b"\x01É╩F96pV¡²▒¿│\x06"
  b"\x01É╩F98pÆ¡[X-L7┴M"
  b"\x01É╩F9:rÏÑþ─<ЮB;"
  b"\x01É╩F9;p╩░w×[Ðy¡â"
  b"\x01É╩F9=p╬½¤▓&yúMå"
  b"\x01É╩F9>sÑ©pd┐ióâ\x00"
  b"\x01É╩F9@sÓù¢b▒\x13┴£Ö"
  b"\x01É╩F9Bsá,\x1CT@\x7FGu"
  b"\x01É╩F9Cq&ç¨Yq­µ\x1Fb"
  b"\x01É╩F9Eq4▓º┌\x18O%ÈÃ"
  b"\x01É╩F9Fpc©┼ ▓\x12u¨u"
  b"\x01É╩F9HqÍÉkƒ~Ï├[\x12"
  b"\x01É╩F9Jrg╗Ô|¡)hë6"
  b"\x01É╩F9Kq▀ª`¸1)Àt("
  b"\x01É╩F9Mr\x04ø═│_‗ýVd"
  b"\x01É╩F9Nsƺ¶┐ÑZ\rõ\x1C"
  b"\x01É╩F9Pp\tÀ¶ ╣ØÞÉÿ"
  b"\x01É╩F9RræàSÔ×┤\x15g┌"
  b"\x01É╩F9Sse»I\ù╦Ã╝║"
  b"\x01É╩F9UpºÆ\x15åƵ0ÇÑ"
  b"\x01É╩F9Wp▒ês5¶y;Ìt"
  b"\x01É╩F9Xp¼Ç\x14ÃAÖÞJ¢"
  b"\x01É╩F9Zqv£çTîo\r®3"
  b"\x01É╩F9\p¨Â\v\x190þà\x08"
  b"\x01É╩F9]pó▒P¢,Åvdq"
  b"\x01É╩F9_s\x10ñ\eù┬\x1Fç1î"
  b"\x01É╩F9as»¼╠\x195ã#á~"
  b"\x01É╩F9bqeº\x07\x16ém¤i"
  b"\x01É╩F9dppóg╔\x04ZS¡p"
  b"\x01É╩F9fsíÉ\t6d\x1F Þù"
  b"\x01É╩F9gp▀«ù¡ÀXp\x1Eó"
  b"\x01É╩F9ir\x02ÿå└¬Ð5±#"
  b"\x01É╩F9krt┐\tïü═ão\x03"
  b"\x01É╩F9lq▓Ö±▓µfþèe"
  b"\x01É╩F9nq$║¬Ú¤Nó╝À"
  b"\x01É╩F9op\x13▒Tð\x1EíX┴ä"
  b"\x01É╩F9qpÛü▀ÒÔ¬\x14\x18ð"
  b"\x01É╩F9sp╦À\x06ºË~\x17\x08\x10"
  b"\x01É╩F9tpL×¹á"5Hïè"
  b"\x01É╩F9vqÄÁ\t\x12\x12õî&▒"
  b"\x01É╩F9xs:ì┤Þ^<0¼ú"
  b"\x01É╩F9yp╦Ö¸R\x07\x02»õ}"
  b"\x01É╩F9{q¦Ö¡ØÅÎ#Z\x18"
  b"\x01É╩F9|s!ÆáêUD¸S█"
  b"\x01É╩F9~qð╝µêÑù¿)À"
  b"""
    \x01É╩F9Çp\n
    ú┬Ãédó~Ä
    """
  b"\x01É╩F9érÇò´a±DH└Â"
  b"\x01É╩F9âr\tô²¦╗¹*ït"
  b"\x01É╩F9àp¼©\x08┴Õ¡▓4▀"
  b"\x01É╩F9åpì«å╔\x01A8\r"
  b"\x01É╩F9êp´Ñ6(\x1CM\x0F"
  b"\x01É╩F9èqO│?Pþ*÷╣Ä"
  b"\x01É╩F9ïr\rÖ\e\x18Unº▄î"
  b"\x01É╩F9ìqv©0Ê®¶▓¦J"
  b"\x01É╩F9Åpx®¯åé║>"╬"
  b"\x01É╩F9Ér¤│arn─c¿╠"
  b"\x01É╩F9Ær[éwªlpí9A"
  b"\x01É╩F9ôp¹¥,VHY\x1D´'"
  b"\x01É╩F9òsGÆ&ıÎÌoyÆ"
  b"\x01É╩F9ùrUòei\x17¥~vÿ"
  b"\x01É╩F9ÿqðïWå╩Ù$·t"
  b"\x01É╩F9Ürù║▄eó^0í└"
  b"\x01É╩F9øqæäþ\x1A_fDÈí"
  b"\x01É╩F9Øqæ¿ø×±xÂw\x1A"
  b"\x01É╩F9ƒq-ød\x07¢È├£Æ"
  b"\x01É╩F9ísÙÜNþåqj┤5"
  b"\x01É╩F9ósYèñJ\x19┬ƒÊ\x10"
  b"\x01É╩F9ñp\rø\x17┌0J½\x11î"
  b"\x01É╩F9ÑsMÄ╗░╬âÏ┌├"
  b"\x01É╩F9ºr%ñ‗¥¯sÖ1╬"
  b"\x01É╩F9¿s¾»ƒs÷uõ\x10Þ"
  b"\x01É╩F9¬q,░ç`>\x17Áƒh"
  b"\x01É╩F9¼q\x17ƒ&-|─┤Ðá"
  b"""
    \x01É╩F9«q\e\x05`\n
    p\x18:d
    """
  b"\x01É╩F9»p×ò▀b?Èñ±="
  b"\x01É╩F9▒sPÅCK\rRt\x7F¬"
  b"\x01É╩F9▓rjÑ{ø×\x18¬H/"
  b"\x01É╩F9┤r\x00îR%IGß┤U"
  b"\x01É╩F9ÂrÁÆok┬)\e─ú"
  b"\x01É╩F9ÀqXí{Ä\x1C░2õò"
  b"\x01É╩F9╣smÆ├þ}\x027¸╣"
  b"\x01É╩F9╗q\tÉåù\x1Dh\x17"
  b"\x01É╩F9╝pVØ©L\v*¦åì"
  b"\x01É╩F9¥s§À+sÅð}½v"
  b"\x01É╩F9└q!£vUxú Os"
  b"\x01É╩F9┴sLø\x13¨µn\x04"
  b"\x01É╩F9├r/©©}]{þëÒ"
  b"\x01É╩F9┼p▀ò2@ Y└ê├"
  b"""
    \x01É╩F9Ãs£▓\x07\x1E\n
    A'á\e
    """
  b"\x01É╩F9╔sMÿ7\x08ô|X1Â"
  b"\x01É╩F9╩rX▓\x1E±k\x07ÍV^"
  b"\x01É╩F9╠sSé▄äµoüá¥"
  b"\x01É╩F9╬s\x07è._Þ£9Ø2"
  b"\x01É╩F9ðqð┐?\x1Cõ╦HjT"
  b"\x01É╩F9Ðq9┤ߢû1¦º£"
  b"""
    \x01É╩F9Ëp\n
    Á\x089sL┤Ïy
    """
  b"\x01É╩F9ıp`æî═öxÇ¿┬"
  b"\x01É╩F9ÎrY┤í­=2\f@v"
  b"\x01É╩F9┘r\x7Fƒ1Ü&³0╗%"
  b"\x01É╩F9┌p\vé\x16\x11·q<ïÖ"
  b"\x01É╩F9▄p|ªÀı▓1\x11\x00\x16"
  b"\x01É╩F9Ìq¶êv\x1DPü╬~ü"
  b"\x01É╩F9Ós\x11å▒Ǩܧí┤"
  b"\x01É╩F9Ôpaó)╠cáƒÅ+"
  b"\x01É╩F9Òql¡╩±┤³ltó"
  b"\x01É╩F9ÕsƒöI'Êc╠║E"
  b"\x01É╩F9þqA░E│y£\x1D\x0F\x03"
  b"\x01É╩F9Ûr╣üß█C°ÈéÛ"
  b"\x01É╩F9ýq¸ä^tQÊ¥Øz"
  b"\x01É╩F9´r\x01ÁF╦Z\x03\x01"
  b"""
    \x01É╩F9‗q\x19ÿ~²┼\n
    ¦ØB
    """
  b"\x01É╩F9§rÁèû\x12Ãô6R{"
  b"\x01É╩F9¸s[ñ®ÄàywÃ┬"
  b"\x01É╩F9¨pgÅ\x10╔ø│\x18┐■"
  b"""
    \x01É╩F9¹s\x1FîóPí\n
    └+6
    """
  b"\x01É╩F9²qóÖ?ä4\■\x00D"
  b"\x01É╩F9■s³èXyáëá ┐"
  b"\x01É╩F:\x00p£ÆIPÐM}\vb"
  b"\x01É╩F:\x02sSç´ï±­¦åä"
  b"\x01É╩F:\x04q9úº\x17 Ö\x0E\r"
  b"\x01É╩F:\x05q*Â╣OÑDé\x13"
  b"\x01É╩F:\x07p(úË┐ð┴\x1F"
  b"\x01É╩F:\tq▀ô|ù└m\tS\x1A"
  b"""
    \x01É╩F:\n
    p¤ìþ\x1A┴í■­G
    """
  b"\x01É╩F:\fr├ù╗å┐TîU­"
  b"\x01É╩F:\x0Es\x1AòB\x1Eä┼êwE"
  b"\x01É╩F:\x0Fq─¬\x0EèÌ\x0F£Ýá"
  b"\x01É╩F:\x11s\x03à°h£ƒ~jè"
  b"\x01É╩F:\x13r╬ª^▒¿l\x07Ø█"
  b"\x01É╩F:\x14quö^╬\x15█§Eô"
  b"\x01É╩F:\x16rıÂÛ¶á¬░╔ë"
  b"\x01É╩F:\x18qêì═ú[=í\x11\x02"
  b"\x01É╩F:\x19q³¬B╔Ä‗äL@"
  b"\x01É╩F:\es§çÍ«Õ>h░$"
  b"""
    \x01É╩F:\x1Dq\x17»läq\n
    rbç
    """
  b"\x01É╩F:\x1Eqs│ªs\x08\x07pýÑ"
  b"\x01É╩F: r%Ài├¢Ðæ=¢"
  b"\x01É╩F:"q│║/bëIéb\x0F"
  b"\x01É╩F:#pû¢ƒ¼─\x18|╚½"
  b"\x01É╩F:%pµ¡î`Qî"{╝"
  b"\x01É╩F:'r#ú/÷┘Wkoı"
  b"\x01É╩F:)s\x1EÉ╗¼_µ²MD"
  b"\x01É╩F:+r}Å\eEqÞ\x0Ej\f"
  b"\x01É╩F:,qoÆEÅ\t´­-5"
  b"""
    \x01É╩F:.r\n
    ñ8┌^╣\x1C)\n
    """
  b"\x01É╩F:0p\tê\x17º½Ún\x1D@"
  b"\x01É╩F:1s\x16ä─¯*\tï(j"
  b"\x01É╩F:3qa┤]|─º´hê"
  b"\x01É╩F:5qU╝wû\x16b\x1A³¦"
  b"\x01É╩F:6r^á■ùÞÕjY§"
  b"\x01É╩F:8qmĨ▀ûÌ]cp"
  b"\x01É╩F::r└å½¾Ëõb!y"
  b"\x01É╩F:;qþ£Ê]┘¼\x07Êä"
  b"\x01É╩F:=r7ñ,B¯\x1Aÿ*s"
  b"\x01É╩F:?r9îÐò´i┼'^"
  b"\x01É╩F:@rÕÇAkÀ└Â6³"
  b"\x01É╩F:BsÍ╗:ƒ\t\x1CY\x16~"
  b"\x01É╩F:Dp\r░>\x01╝nÇQÚ"
  b"\x01É╩F:Epnä├$C{ÊïÙ"
  b"\x01É╩F:Gs]╣ØqQK├ú¨"
  b"\x01É╩F:IpWº\x1Eüé3ÔXØ"
  b"\x01É╩F:Kp!×\x18³¶Êu╠╚"
  b"\x01É╩F:MsÆ║F²\x0F┌²}\x11"
  b"\x01É╩F:Os3áBäù█gÿÕ"
  b"\x01É╩F:QrRÑ┘sz5╩s\x13"
  b"\x01É╩F:RpDĹùCàêC¦"
  b"\x01É╩F:Trƒø¸\x02ëÂvz'"
  b"\x01É╩F:VsLæ┼\eÌ#so\x03"
  b"\x01É╩F:Wsß«═©_\x14\x0F¹\x0F"
  b"\x01É╩F:YrÉá░36Á¯à\x7F"
  b"\x01É╩F:[pÊûºm▀~Zz╠"
  b"\x01É╩F:\pÒ©╣³,70\x0F?"
  b"""
    \x01É╩F:^s\e½ª\v\n
    O┐■\x17
    """
  b"\x01É╩F:`s6ÿÆSÎØ÷Úç"
  b"\x01É╩F:bs\x04\x10PÙFÐǨ"
  b"\x01É╩F:drnçf5V\x1FDu\x16"
  b"\x01É╩F:fql½ä²\x19A\x1E46"
  b"\x01É╩F:hq╣╣Ì=·ü¬×Ã"
  b"\x01É╩F:irëì|üı?═\x03Î"
  b"\x01É╩F:kpý©I\x19=²°aþ"
  b"\x01É╩F:mqíÄ▄\x00¤)sò~"
  b"\x01É╩F:opxô\vÌ\x02µ&┌▄"
  b"\x01É╩F:qp.Ö\x12O\x17║n╩è"
  b"\x01É╩F:ss\x17ܾ╝êØ2┴­"
  b"\x01É╩F:vr\x1CÄΤ×2ƒëë"
  b"\x01É╩F:xs§ÆèÅj(È&V"
  b"\x01É╩F:{rÝê\x02NÅ.~Öò"
  b"\x01É╩F:}rIåvÿSóÔ78"
  b"\x01É╩F:ÇpÞ┤ïæ³\,ü║"
  b"\x01É╩F:âsG▒\x04ø\x18ıÞFn"
  b"\x01É╩F:àq\x16ÀÁ\x1A¢╣c·ö"
  b"\x01É╩F:åp£ó\x1A±Æ\x1EÙ\rY"
  b"\x01É╩F:ês┤ÀvèK▓┬7ò"
  b"\x01É╩F:èqsæ0&┌ja\x1AÒ"
  b"\x01É╩F:ïpÊâ'Ó■5ð\x16à"
  b"""
    \x01É╩F:ìrN«e\n
     î¼mÿ
    """
  b"\x01É╩F:År\x11ë&Ì¡¸¸\x0ER"
  b"\x01É╩F:Æq5åà▀çP/èu"
  b"\x01É╩F:öpðá3"¿¨å¡Ù"
  b"\x01É╩F:ûr▄╝ÒÝ▒▓┤\t"
  b"\x01É╩F:ÿp»▓Çî¼\x04B─░"
  b"\x01É╩F:Ürܽ۸×.¡\x1Fð"
  b"\x01É╩F:£q>»*tÖtÃÙº"
  b"\x01É╩F:Ør|£}ù‗ÙryÁ"
  b"\x01É╩F:ƒq└ç?<å*0ͺ"
  b"\x01É╩F:íp\f«²#\x0E┌f┐Ã"
  b"\x01É╩F:ós-üt¦ð¦õáƒ"
  b"\x01É╩F:ñp×á║î®l6@▒"
  b"\x01É╩F:ªr(│Då┬þ═ÆV"
  b"\x01É╩F:ºqZÜ¢ÞÒ%\x1C"
  b"\x01É╩F:®p┘£Sk«û╝█\e"
  b"\x01É╩F:½rÁº¼}ï\x14±¡O"
  b"\x01É╩F:¡së«\eï;X¦ÒL"
  b"\x01É╩FE±p¾║i\x03h3!Û¥"
  b"\x01É╩FE¾sNñé\x1E‗êöü)"
  b"\x01É╩FE¶q9Â\x1F\x08,!ôy."
  b"\x01É╩FE÷r5▒Þ¼\x08\x00ô¿'"
  b"""
    \x01É╩FE°r┤î/\v\n
    y\x11╔q
    """
  b"\x01É╩FE¨pDäÁ¤‗ôqƒö"
  b"\x01É╩FE¹qªîÍ$#}│}\x1D"
  b"\x01É╩FE²r1üT6EGUù©"
  b"\x01É╩FE■s©»█ö[·åñk"
  b"\x01É╩FF\x00s}│{Ë\x1CÒ¹GÔ"
  b"\x01É╩FF\x01r¶Ü±JÇïSgÀ"
  b"\x01É╩FF\x03p^½²\x107\x12`['"
  b"\x01É╩FF\x05p5╝$╝É¡\x1C\x0F\x7F"
  b"\x01É╩FF\x07s\x7Fó÷¿½PÖÜf"
  b"\x01É╩FF\x08pYÖ`OeQ\x03░ "
  b"""
    \x01É╩FF\n
    säª\r¸\x04ü\x1C
    """
  b"\x01É╩FF\vp?¬ßú6Ï%þÜ"
  b"\x01É╩FF\rroÑ╣>wÞÌdÇ"
  b"\x01É╩FF\x0FqÇèéæ¸┼jƒÆ"
  b"\x01É╩FF\x10s£ëØ░­\x7F>¤i"
  b"\x01É╩FF\x12rOÉ\x1FH┘x\tH\x07"
  b"\x01É╩FF\x14qFÅué╗°º\fÝ"
  b"\x01É╩FF\x15rè¼─\x0E\x17ô" \x07"
  b"\x01É╩FF\x17r8®ø\x06USm│n"
  b"\x01É╩FF\x18r\v«)1þQ×\x01è"
  b"\x01É╩FF\epr«ðíaöá░|"
  b"\x01É╩FF\x1DrÉ©ö"f­ıÛB"
  b"\x01É╩FF\x1Er®àþ3Î@Ò·\x1A"
  b"""
    \x01É╩FF s¾î\x18Ôp\n
    BÚ╝
    """
  b"\x01É╩FF!r¹ôuê\x13grTs"
  b"\x01É╩FF#q1ê▓▒\x0F\x13Ô*1"
  b"\x01É╩FF$qa«o|û?²>│"
  b"\x01É╩FF%q¹¿ÇH6^4q?"
  b"\x01É╩FF's³å\x00p¢<þ^▄"
  b"\x01É╩FF)rvü\x14cKwèhy"
  b"\x01É╩FF+q ┐ivh-¦┼q"
  b"\x01É╩FF,ps┤\x01Úñ+\x7F"
  b"\x01É╩FF.p\eÆyvÆ█Ñaæ"
  b"\x01É╩FF/qáº8¦■Yı'¡"
  b"\x01É╩FF1pzÉv©\x11Ï\t,╠"
  b"\x01É╩FF3q├¢╚\x1Aþ\\x14Qu"
  b"\x01É╩FF4r2╝k{;ß\x16a_"
  b"\x01É╩FF6r¶▓ëøJèu▒f"
  b"\x01É╩FF7qÃä\x07\x04\x06×æÕØ"
  b"\x01É╩FF9rñŵ┌\x16ä\x13t "
  b"\x01É╩FF;qôb\t\x1E"
  b"\x01É╩FF<q\x06┤³í1B´N\x01"
  b"\x01É╩FF>sYÆ\x18┐e>I³á"
  b"\x01É╩FF?p┬│¡\x00y¥,Éò"
  b"\x01É╩FFAs°îÇ▓└Ù_\x02{"
  b"\x01É╩FFCrF£╩-\x15ùØ╩Ð"
  b"\x01É╩FFDs{║íïÀ²³\vL"
  b"\x01É╩FFFrdômÕ\x1Fý║┴b"
  b"\x01É╩FFGr‗ë\vkEv\v¸G"
  b"\x01É╩FFIp┘»ÿÍ2SøË┘"
  b"\x01É╩FFKrvų|\x12ï1.\x17"
  b"\x01É╩FFMräâG¤´oo-]"
  b"\x01É╩FFOr(▒<¬I\x1CMdè"
  b"\x01É╩FFQr\x00í\x01"/»$ö­"
  b"\x01É╩FFSp┐è ÏyXÉL┌"
  b"\x01É╩FFTsmñ°¢ß=¨▒{"
  b"\x01É╩FFVsÂíõL─Eı\x13;"
  b"\x01É╩FFXq7¼h\x00└vA\x12\x00"
  b"\x01É╩FFYr(öe▀n²M)\f"
  b"\x01É╩FF[p§×N[RýéVr"
  b"\x01É╩FF\p-º=0QD║═Æ"
  b"\x01É╩FF^sßæáÂY¨,Þ\x13"
  b"\x01É╩FF_pEÉîüÿ¶Á╠s"
  b"\x01É╩FFap\x1Fà╦Óìfà:B"
  b"\x01É╩FFbs┐ïÓ├ \x08\r├º"
  b"\x01É╩FFdr8ø©á.JªK¼"
  b"\x01É╩FFeqn×\x082]ªª¿½"
  b"\x01É╩FFgpéÄsòTqW±╣"
  b"\x01É╩FFiqsÖ╣-<Qü{Ý"
  b"\x01É╩FFjsÕ┤\r¶Å\x19├½t"
  b"\x01É╩FFlr´ÿ╦µåûãwø"
  b"\x01É╩FFmq+уı╣Ìßúô"
  b"\x01É╩FFoq0ÁM×ϼZ99"
  b"\x01É╩FFpqw▓\x1E┐~¶\e╦W"
  b"\x01É╩FFrr\v¡ÔÇOçk)Ú"
  b"\x01É╩FFsp!ø྽x·£w"
  b"\x01É╩FFuq\x17ñR║\tE╝┼╚"
  b"\x01É╩FFwqÒ┤\x0Fù\x0FV▄£Ò"
  b"\x01É╩FFxr/¿\f=\x0E\x19Â5l"
  b"\x01É╩FFzpäì\x1CØñ±oÖU"
  b"\x01É╩FF{s$îð?Th─â)"
  b"\x01É╩FF}q§ö=Y»uN╬|"
  b"\x01É╩FF~q╣À▀§~\x12Ë;\x08"
  b"\x01É╩FFÇs▀ò\x16\x17┴¼d;R"
  b"\x01É╩FFéqjñ#ç\x07Èà-▄"
  b"\x01É╩FFâsUìUä¿\x04┐i¾"
  b"\x01É╩FFàq\x1DîF┤Rá░E¹"
  b"\x01É╩FFåp▒ë\x19Öj\x144\x07"
  b"\x01É╩FFêpmÇjÍ\x01\x1Eó!Ó"
  b"\x01É╩FFër.©s\x7F╦ r½¦"
  b"\x01É╩FFïs`ª\x13ì>÷ò`"
  b"\x01É╩FFìsÆÇ\x0EtyÍ£´W"
  b"\x01É╩FFÄsúë\e\x1FwæÍy¦"
  b"\x01É╩FFÉpÙ┐\fHËKZþ«"
  b"\x01É╩FFæruÇí²═z°´\x07"
  b"\x01É╩FFôsbÑÊÆ&\x18ù*Ï"
  b"\x01É╩FFòpi▓|\x0E╩Ĥ}\x14"
  b"\x01É╩FFûp─À)ÅØ­A\x02â"
  b"\x01É╩FFÿpYæô)H\x07ãAt"
  b"\x01É╩FFÜr¥░½ÿ▓H¨┤\x1F"
  b"\x01É╩FFøq*ÀЬfð1º\x1E"
  b"\x01É╩FFØs_ØilA\x14æ`\x16"
  b"\x01É╩FFƒqÓÖÜ\tÁÙ\x15ªÎ"
  b"\x01É╩FFípÕ¡ÿõð^Þmí"
  b"\x01É╩FFórq¼Ø]┤\tÔõÚ"
  b"""
    \x01É╩FFñp~ôH\n
    öOÃ\x18A
    """
  b"\x01É╩FFªpðàÅÁª░┘om"
  b"\x01É╩FFºr=ñ+Ñ║QÌ\x05#"
  b"\x01É╩FF®pJè÷\x10ÿ┬®1¢"
  b"\x01É╩FF½q╚¬íAɹ¡H\x16"
  b"\x01É╩FF¡r\x17Â(6àWN°Ñ"
  b"\x01É╩FF«pÎÂ×jæ¼GÅ▄"
  b"\x01É╩FF░paº═§\x04\x17╣t¦"
  b"\x01É╩FF▒s\x11©\x0Fø┐Éñ`│"
  b"\x01É╩FF│p▒®j\x01L¯'$¹"
  b"\x01É╩FF┤rb½\x070/╔ÀI÷"
  b"\x01É╩FFÂryÅ├Cr¿v£Ö"
  b"\x01É╩FF©r\x13®F~¾\x17\x041┬"
  b"\x01É╩FF║p(ÀB7¨ Ì─Ø"
]
68 4.59 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 OFFSET 11000
Parameters:
[
  false
]
69 1.38 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩FF¢sòçÝ_╚£oAf"
  b"\x01É╩FF┐s─¡âwõÔ?\x14""
  b"\x01É╩FF└p:À▒lITÞ╦Ì"
  b"\x01É╩FF┬s▓üJ┐½ÚárÉ"
  b"\x01É╩FF├qR▓‗0Á*t▄q"
  b"\x01É╩FF┼r\x0FÀF­\x1D²pÿr"
  b"\x01É╩FFãqU¬├┬\x05B`A\x1E"
  b"\x01É╩FF╚qKç=┴ \x16µ\x1Fa"
  b"\x01É╩FF╩sTÂ>û╚╣q┼L"
  b"\x01É╩FF╠p5å5©[ã┘█®"
  b"\x01É╩FF═rf║─̹5@vò"
  b"\x01É╩FF¤r\x17Æè#\x1E\x02,<ß"
  b"\x01É╩FFðp¨øVún▒\x03\x04"
  b"\x01É╩FFÊsAó¾\x00╦¹Üií"
  b"\x01É╩FFËpòÑ7¤­ñg▀¸"
  b"\x01É╩FFıp1ù\x01Ë¿╩0V\v"
  b"\x01É╩FFÎpW¬Çý¯\x0Fçg-"
  b"\x01É╩FFÏr1©\x06xÝ\úÚ÷"
  b"\x01É╩FF┌pÀù=¶w§KÍÇ"
  b"\x01É╩FF█q¼ó«½ò(Ã1\x7F"
  b"\x01É╩FF¦p:ûøz¤\x1A\x13ü■"
  b"\x01É╩FF▀sm▒È'Vw²╗O"
  b"\x01É╩FFÓq÷Á£E骷-w"
  b"\x01É╩FFÔsP¼öß\x05s\x0Fý\x0E"
  b"\x01É╩FFÒsÝù»ÝK­\x01"
  b"\x01É╩FFÕs‗Àb\x13─┐[í""
  b"\x01É╩FFþs5ØÀøå\x06\x13*/"
  b"\x01É╩FFÞs²©!Âð6\x08\x16Þ"
  b"\x01É╩FFÛs¿ò█-%‗ÜÃX"
  b"\x01É╩FFÙphó├®úì]w+"
  b"\x01É╩FFÝs?öM\x05oÛJ.@"
  b"\x01É╩FF¯qi楩╬Å6ä┴"
  b"\x01É╩FF­pß╝&ndÅ┬ \n"
  b"\x01É╩FF‗rκÄZ»ÕqR\x06"
  b"\x01É╩FF¾sÑÂ5Ýü├×Å└"
  b"\x01É╩FF§q7¡F^ø\eæÞç"
  b"\x01É╩FF¸s\x16Å3\x10■ó┐¤W"
  b"\x01É╩FF°p²╣#\x1D╝¯`Vv"
  b"\x01É╩FF·q║É▀┘<~¦â├"
  b"\x01É╩FF³sù╝É¥j,á+r"
  b"\x01É╩FF²qÊù7>\x19zÇvT"
  b"\x01É╩FF rYí╗ýO╚ÕÁ½"
  b"\x01É╩FG\x01pıèNµZ\x7Ff>ò"
  b"\x01É╩FG\x02pççÓ¯╣áHäc"
  b"\x01É╩FG\x04q■àõ6  $Èw"
  b"\x01É╩FG\x06r╣ò\x1CôÍ\t└¿Y"
  b"\x01É╩FG\x07p¯ò└Ñ`Öé\x16\x12"
  b"\x01É╩FG\tr\x7Fö±\x10Ò/á·E"
  b"""
    \x01É╩FG\n
    q¶Âu░!Þ \x03m
    """
  b"\x01É╩FG\fs¦èñ¹Å¢0¶ì"
  b"\x01É╩FG\x0Eqìê¿Ö×J\x13 @"
  b"\x01É╩FG\x0FsE¡þ\x05'è▓█Æ"
  b"\x01É╩FG\x11rº«É▓ \x08ȺM"
  b"\x01É╩FG\x13qrò\x05╩╝ÿ╗\x7Fò"
  b"\x01É╩FG\x14q0ò╗RØx3pì"
  b"\x01É╩FG\x16qJô\x1F\x07\x07╦À┌V"
  b"\x01É╩FG\x18qò│J©ð■Ub%"
  b"\x01É╩FG\x1Aq×ïQs\x15\x19└ßô"
  b"\x01É╩FG\erЪ1╗Pqƒ\x0E"
  b"\x01É╩FG\x1Dp╗ñàµÛ]!╗╚"
  b"\x01É╩FG\x1Fsðôc(╔E4°Ð"
  b"\x01É╩FG pÒƒ¥╣& ÔóÙ"
  b"\x01É╩FG"q®îúöô\x1F\x13\x14"
  b"\x01É╩FG$qjâóo┌§ôç""
  b"\x01É╩FG%r-úÑ\x07Â?ı\x02"
  b"\x01É╩FG'rÈé▄2C¿ö<o"
  b"\x01É╩FG)pa┐5┬û\x18\x13"
  b"\x01É╩FG*scÖ¤¡\x1DkÁKF"
  b"\x01É╩FG,røù─îâä\x03£D"
  b"""
    \x01É╩FG.p²Öƒõbl9\n
    L
    """
  b"\x01É╩FG/qàúiñ\x1F╦µTm"
  b"\x01É╩FG1r¨º}\x1A&ÑM²å"
  b"\x01É╩FG3q×óâéD¬Æà""
  b"\x01É╩FG4p6¿Å╠Õ╚Èy«"
  b"""
    \x01É╩FG6p\n
    ¿\x14e \x08ÒnU
    """
  b"\x01É╩FG7q¼ä¹©v╣\f┬N"
  b"\x01É╩FG9sgù1Î\x08jè╦S"
  b"\x01É╩FG;sL«7Æ╣^ïå*"
  b"""
    \x01É╩FG<rzºÿÿ\n
    ÉE³Î
    """
  b"\x01É╩FG>r▓ìd3\x7F}í═n"
  b"""
    \x01É╩FG?sä│òäFË\n
    Ö±
    """
  b"\x01É╩FGApþé¼|qFÏ@Ò"
  b"\x01É╩FGCp¡©D╔|üÿø\x13"
  b"\x01É╩FGDqSéßrË¡╦aá"
  b"\x01É╩FGFpq▓ı@┘¢dÛ4"
  b"\x01É╩FGGpR£d4░?\x02"
  b"\x01É╩FGIr¢¬ÚÍ╚\x05à\vn"
  b"\x01É╩FGKr┼ñ$\x05\víð│]"
  b"\x01É╩FGLp▓£\fp=â\x02ãó"
  b"\x01É╩FGNs\x06┤'®«Gò5║"
  b"\x01É╩FGPr‗░¯'O■©=°"
  b"\x01É╩FGRs\x1CÉbé%=ùt\f"
  b"\x01É╩FGTs\x12êÈô║¾Um\x15"
  b"\x01É╩FGVpÛö╚´\x03\x02╣0\x07"
  b"\x01É╩FGWq\x1Dî`¶»×┐.ï"
  b"\x01É╩FGYq■¥ÑÓn\x04ã¦'"
  b"\x01É╩FG[p{ò¢N£¼┼[y"
  b"""
    \x01É╩FG\rûüç\x04K:\n
    
    """
  b"\x01É╩FG^qOå\x01\x1Cóó¤§G"
  b"\x01É╩FG`rñÆþU╔╗Pþ\e"
  b"\x01É╩FGarÅùºJ!\x0EmÐu"
  b"\x01É╩FGcs\x1E\x07é¤ÙóRn"
  b"\x01É╩FGeq »▄ºSƒª=N"
  b"\x01É╩FGfp\x1Eظf골ì\t"
  b"\x01É╩FGhs║╗\x0FMm´E5\x0F"
  b"\x01É╩FGisÏÁ\x11#Æþ3dx"
  b"\x01É╩FGks.Äõ5NÍÍ,├"
  b"\x01É╩FGmqäÆÉ\x1D▀г▄X"
  b"\x01É╩FGnrb®Óý░ý┌j\x19"
  b"\x01É╩FGps)ûð┘ä¯AÃ\x19"
  b"\x01É╩FGqqDÀ\x0EÆçô²\x10½"
  b"\x01É╩FGsr⻦òô%Y¶║"
  b"\x01É╩FGtq6­Gà=þ¶G"
  b"\x01É╩FGvq\Äj═¶ä4╔Ã"
  b"\x01É╩FGxpõÉÂ`|`\x13m╣"
  b"""
    \x01É╩FGyrë╗B\n
    @w┘õ|
    """
  b"\x01É╩FG{p╗¬╬Öÿ¡ )µ"
  b"\x01É╩FG|qÜû\x02Huµ£0Ø"
  b"\x01É╩FG~pzª╬m\x00\x10äê"
  b"\x01É╩FGÇrËú%Ès«Q╠½"
  b"\x01É╩FGüpý¥³ë\x03\f!"\x05"
  b"\x01É╩FGâr¼åƒK╔h§®{"
  b"\x01É╩FGàr\x1Aæ╦\x163å#ä´"
  b"""
    \x01É╩FGårGÜà/\x1A┬╔\n
    Ë
    """
  b"\x01É╩FGêp¹àI\x04S¬╦ãö"
  b"\x01É╩FGësèÆ\x1AZÉû/5m"
  b"\x01É╩FGïrá│HFû║┴ç÷"
  b"\x01É╩FGìs¼Ü╦æJJýø\x02"
  b"\x01É╩FGÄraÀúÃËã'­|"
  b"\x01É╩FGÉq¨®\x16¼░L\x11j╠"
  b"""
    \x01É╩FGæs×ÀBdg[^\n
    _
    """
  b"\x01É╩FGôpbÀ\x17'+ÀíêÀ"
  b"\x01É╩FGòrIò3Ư;\x17Æ╗"
  b"\x01É╩FGûr\x7Fî\eE╝5ì7è"
  b"\x01É╩FGÿpé┐ëØéc¥\rc"
  b"\x01É╩FGÜqö×Ý┤קÀ{¼"
  b"\x01É╩FGøq´¢ÚDk╣4h¦"
  b"\x01É╩FGØpIà\rò└3Dn\x0E"
  b"\x01É╩FG×p×à^\x01W┐\x04©\x17"
  b"\x01É╩FGápÑ£a%╔Ñiv\x12"
  b"\x01É╩FGípF¡\x17ìqôDk\e"
  b"\x01É╩FGúplú¿Â$«BÝÍ"
  b"\x01É╩FGñr0ö\x10T\x02r4_\x08"
  b"\x01É╩FGªr\x12½É╝8Wá\;"
  b"\x01É╩FG¿qÚÜ Pı┐Y┐d"
  b"\x01É╩FG®q┬ê1(¾╝.É4"
  b"\x01É╩FG½q:×▓~─Î×%â"
  b"\x01É╩FG¼s▄ª█A\x02ýÇ┬n"
  b"\x01É╩FG«qYÄþe╬)│¨Û"
  b"\x01É╩FG»r╝¢o\x17'äÃF¬"
  b"\x01É╩FG▒s´×ðâ\x1Fà÷¾╗"
  b"\x01É╩FG│s\rÖl<\vwkêé"
  b"\x01É╩FG┤pЪý#\x08\vÈ\x12"
  b"\x01É╩FGÂrCó4͸7ݤ("
  b"\x01É╩FG©qÿ║ß~+pÅ▄6"
  b"\x01É╩FG║p\eøô5Lq\x0E"
  b"\x01É╩FG┴sF¼\tÄîõH¥n"
  b"\x01É╩FG┴sF¼\tÄî¹bÕ╚"
  b"\x01É╩FG├q░ºS═\rÿ┴ÚÐ"
  b"\x01É╩FG┼qµå%è\x07═Do`"
  b"\x01É╩FGÃs|»\x0F¹+\x14"
  b"\x01É╩FG╚s®╣]жJc▓Þ"
  b"\x01É╩FG╩qZ»ÖôN┬Û)w"
  b"\x01É╩FG╠pÌü╣ɶ┬╩8@"
  b"\x01É╩FG╬r▓ú░@r\fZ=u"
  b"\x01É╩FG¤szǯ¹ª8/Ë\x13"
  b"""
    \x01É╩FGÐs8½Ï\n
    ºé\x06|\x04
    """
  b"\x01É╩FGËr7┤iSDıÌF¡"
  b"\x01É╩FGıq▀ö\fªðý 5ô"
  b"\x01É╩FGÍs~úJLõ┘ëT╠"
  b"\x01É╩FGÏqWîv¥╩ø§]^"
  b"\x01É╩FG┌s╣Ö4rºýÙI?"
  b"\x01É╩FG▄r>ª'\x7FÃFÝ6Î"
  b"\x01É╩FG¦ppÀ6Ø│Ì/|┘"
  b"\x01É╩FG▀sØäB\i»▒ h"
  b"\x01É╩FGßrMü`¿\v╣ß╚ö"
  b"""
    \x01É╩FGÒs\n
    ín7¯¸9Zè
    """
  b"\x01É╩FGõp\x13£G\x02\x13_HÄê"
  b"\x01É╩FGµr{è!Q╣dÛƒw"
  b"\x01É╩FGÞs`▒ÆóÉ\x1A:¹\"
  b"\x01É╩FGÚqï©\x140▄m>w{"
  b"\x01É╩FGÙrÉïÉj}˦aþ"
  b"\x01É╩FGÝpNöËåÖQç5┬"
  b"\x01É╩FG´rÊÆ■õ\v­\x15X\x1D"
  b"\x01É╩FG­pßôÂ\x06¡\x11éö)"
  b"\x01É╩FG‗rüº¦@%ܵν"
  b"\x01É╩FG¶qz¢2ôSns├║"
  b"\x01É╩FG÷póøhçZ┴┌é─"
  b"\x01É╩FG¸rßè\v\x18OYë9Q"
  b"\x01É╩FG¨s┌äΪÞÆ■ô^"
  b"\x01É╩FG¹p■ÅÎe°\x05»mN"
  b"\x01É╩FG³q à\x1FÅÝMYÿ\x06"
  b"\x01É╩FG■s\x16Ö²<×z\x1Fï│"
  b"\x01É╩FH\x00qýç \n└ x§|"
  b"\x01É╩FH\x01p\x7Fú\eÿ­Áp¶©"
  b"\x01É╩FH\x03q└ñ\x01m8╬\x1E╠0"
  b"\x01É╩FH\x04s\à»*kâQ:▒"
  b"\x01É╩FH\x06s è\x00╝/¶╚l©"
  b"\x01É╩FH\x08pÉ®Ùøy¤½■\x0E"
  b"\x01É╩FH\tr┼ñ\vò±\x11°█\x17"
  b"\x01É╩FH\vrB©ïÈ%╗6]Ý"
  b"\x01É╩FH\rp÷ÀÄÝÀBÛ╗╔"
  b"\x01É╩FH\x0Es\x7Fá«VBÇ▀F¤"
  b"\x01É╩FH\x10qmøN¥Â\■U\x05"
  b"\x01É╩FH\x12r\x13¿▒}gË\x11\x15í"
  b"\x01É╩FH\x13pQàT\x0FƒE"ì\x03"
  b"\x01É╩FH\x15rM░¿ì-5c█\x1D"
  b"\x01É╩FH\x18sø¿õúÐÅ:w÷"
  b"\x01É╩FH\x1Aq\x16ñ+j«\r"
  b"\x01É╩FH\es»óa\x13▓ÄÉ\t"
  b"\x01É╩FH!rìªþå└N\x19ëÑ"
  b"\x01É╩FH!rìªþå└ihK<"
  b"\x01É╩FH#qu£┐╬À─La╚"
  b"\x01É╩FH%rpÀçÀ┴´E\x14»"
  b"\x01É╩FH&rY¡¥\¦\x18Z\x07¯"
  b"\x01É╩FH(rá½<d2\x1D\x02┴æ"
  b"\x01É╩FH*r"ÂÜ╦aÏÀß8"
  b"\x01É╩FH+reêg¢"Ãt┬÷"
  b"\x01É╩FH-qíî°‗╬ '´¥"
  b"\x01É╩FH/q\tÆ▄ü█╣Nm╬"
  b"\x01É╩FH0q\x03ëÓµ.»\x19╣^"
  b"\x01É╩FH2rY░×.\x00Ì©ôN"
  b"\x01É╩FH4q2¬ª\x19tOCº6"
  b"\x01É╩FH6r¸äÌ¿?\x11▒èû"
  b"\x01É╩FH8sb┐(Eò0\x1D³▒"
  b"\x01É╩FH:ppÁgÑ\x06\váZÙ"
  b"\x01É╩FH;rÁâ{╠Kæ$\x02\x13"
  b"\x01É╩FH=s\x01▓]ý\x16\x10Ã(T"
  b"\x01É╩FH?s┴┤ÐÙÍ\x14¥I\x08"
  b"\x01É╩FH@p±â▄­£Û÷Hm"
  b"\x01É╩FHBsSâ<Á/ß┌¯\x08"
  b"\x01É╩FHDs▒ï░kõe▒:º"
  b"\x01É╩FHEq▒│µü░╠─µE"
  b"\x01É╩FHGq╬╗_j¤H\x1Aàv"
  b"\x01É╩FHIrp¡$ßz\x07%┘ú"
  b"\x01É╩FHJqËèV─?1AûQ"
  b"\x01É╩FHLphä \e\x00 ´ç×"
  b"\x01É╩FHNp╗ä¦ı&z┤&Û"
  b"\x01É╩FHOs·âð-\f\x1E\x07ûZ"
  b"""
    \x01É╩FHQrë¢\n
    ^Fæ±ôö
    """
  b"\x01É╩FHSq"îw\x12¶Y▒4ñ"
  b"\x01É╩FHTp­Å\x1C\x02géããÒ"
  b"\x01É╩FHVs\x19ù5¯Ã]ÚPd"
  b"\x01É╩FHXscªµ¢┐\x1CàôÌ"
  b"\x01É╩FHYp$ƒêò┤v¼¢K"
  b"\x01É╩FH[r»Ñd»┼╬§óÞ"
  b"\x01É╩FH]sD®│╔¢ıA\x13D"
  b"\x01É╩FH_r├øKCâ\x02Ã\x17"
  b"\x01É╩FH`q─ÿ sÄõ\f\x06\x1C"
  b"\x01É╩FHbpçç┘?C█+W&"
  b"\x01É╩FHdqÛ▒(«ïÝ¡s`"
  b"\x01É╩FHepl░9ÇÄ\x1C^h║"
  b"\x01É╩FHgr:Ñ╗1Eü\x10ÖÝ"
  b"\x01É╩FHiqôà\x1Ev«^«i["
  b"\x01É╩FHjp─ª┼¼"`\x07═H"
  b"\x01É╩FHlqS▓k¦ÃE\n\x00,"
  b"\x01É╩FHnp¢ÿ\r'ñıû5╠"
  b"\x01É╩FHop ░«µÕÊïÅk"
  b"\x01É╩FHqr»╣¿¾¼\x06?Z\x7F"
  b"\x01É╩FHsqð▒äYÍÊ)▄\x17"
  b"\x01É╩FHtpÅ╣Ó¯écÃ\x01ë"
  b"""
    \x01É╩FHvpJæ9\x03ß\n
    \t
    """
  b"\x01É╩FHxqBÅy~╬░M+·"
  b"\x01É╩FHyqa▒‗g2 tÂè"
  b"\x01É╩FH{püª÷┘¹ƒC╦ù"
  b"\x01É╩FH}p¡ï‗&ê░¹%¾"
  b"\x01É╩FH\x7Fstøz_¬ç╝ð½"
  b"\x01É╩FHÇpÌÇÌ╝\¸¬ın"
  b"\x01É╩FHéqÏ╝\x1Cê\x0EÍ´ÆM"
  b"\x01É╩FHäp═▒)\x12u\x1DPE░"
  b"\x01É╩FHàs1ĶuÞa╣æo"
  b"\x01É╩FHçpÉöWÜ\x11\x15Tðã"
  b"\x01É╩FHëq9®ƒ┤·²¨ïî"
  b"\x01É╩FHèpöí]÷╦▀¾¬│"
  b"\x01É╩FHîp?ÁuYl\x07Ðâ\x00"
  b"\x01É╩FHÄsªù+Q£KþP¬"
  b"""
    \x01É╩FHÅpƒ▒z╗äL\n
    w{
    """
  b"\x01É╩FHæs ƒ\v»ÂçK╠4"
  b"\x01É╩FHôs╔¥zg\x16┌çBÏ"
  b"\x01É╩FHöpõæÛ¡│N½jÉ"
  b"\x01É╩FHûqÐ┤\x11f\x7F/┬¯\x03"
  b"\x01É╩FHÿp+Ñ9\f╬z)Ó╩"
  b"\x01É╩FHÖr×¥þF\x16O\x00M╚"
  b"\x01É╩FHøqü▓<\x04:Ç'FÐ"
  b"\x01É╩FHØqªù«Q90§\x17\e"
  b"\x01É╩FH×rlÁ\x1DTOùq½\x16"
  b"\x01É╩FHásT¬ð \x105ç7\x12"
  b"\x01É╩FHópåähMë·\x1Fg├"
  b"\x01É╩FHúq1æ¥\x0FïÉDs="
  b"\x01É╩FHÑsE░\x12Àc£lP("
  b"\x01É╩FHºpRÿ\x02¸úÔìü╚"
  b"\x01É╩FH¿sf×ùF\e¨Ã&\t"
  b"\x01É╩FH¬swê\x1F`ÃMÔ┘|"
  b"\x01É╩FH¼raÑKm·C╚v½"
  b"\x01É╩FH«sìúQ¢]‗▄/þ"
  b"\x01É╩FH»rNìt£@ÄPòD"
  b"\x01É╩FH▒q±Æ5¡\x0F~Þ'$"
  b"\x01É╩FH│síû°╠ƒÔ═Ê#"
  b"\x01É╩FH┤pIÑEÚ\e´í5®"
  b"\x01É╩FHÂs%çGË\f│¶÷ç"
  b"\x01É╩FH©qøö┐âò╠ºD%"
  b"\x01É╩FH╣q\x01\x19ìGó-º¯"
  b"\x01É╩FH╗pÊÑÎTͲæ│┴"
  b"\x01É╩FH¢qòå+Ø╝▀V■ "
  b"\x01É╩FH¥pä¥ı┘ß╩wJU"
  b"\x01É╩FH└s▒æc4║;Ùë¤"
  b"\x01É╩FH┴reîÖò»¤»A\x03"
  b"\x01É╩FH├qgñ¾C\v7ÿ~\x06"
  b"\x01É╩FH┼p\x01üû\x18î┘\x16g\x02"
  b"\x01É╩FHãp±á¾!ıeß┘ô"
  b"\x01É╩FH╚rò»'0À±v\x00î"
  b"\x01É╩FH╩pìüÔâd8é\x10T"
  b"\x01É╩FH╠p─ÀB\x19\x06Î4"
  b"\x01É╩FH═r\x19┐┼|┤┼ hú"
  b"\x01É╩FH¤sG║O>Dê¤1z"
  b"\x01É╩FHÐr│╗Òø|q‗├─"
  b"\x01É╩FHÊs*¿åç°è╔Iß"
  b"\x01É╩FHÈp\x7FÅód\e|í╬╩"
  b"\x01É╩FHÍr¶£0ø\x1F`.\x02p"
  b"\x01É╩FHÎpÖ«*[­\x116ʸ"
  b"\x01É╩FH┘r\x19áì׳ûúW\x00"
  b"\x01É╩FH█r¥Â¸ça╬ö═¹"
  b"\x01É╩FH¦pwü\x19[ù¢\x12└Ã"
  b"\x01É╩FHÌsÑ»¥H▓r+a¸"
  b"\x01É╩FHÓsiû╬gMÀ\x18÷)"
  b"\x01É╩FHÔp╗âõ~#û¬ü,"
  b"\x01É╩FHÒq­Â É\x12\x10╬´\x00"
  b"\x01É╩FHÕrîî·§'EAÆò"
  b"\x01É╩FHþrªôÐ┐\fCW=¦"
  b"\x01É╩FHÞp▒ê\x16æ╗░4¬c"
  b"\x01É╩FHÛq\x13\v£©¯Ôµ1"
  b"\x01É╩FHýs«░ÿbôà~cå"
  b"\x01É╩FH¯qn¡TT@à¬ì\x17"
  b"\x01É╩FH´pD«Þ"\x02'S¤>"
  b"\x01É╩FH±pÿ┐A~█àı\x1E\x17"
  b"\x01É╩FH¾sg£Í}«&1èÚ"
  b"\x01É╩FH¶si»F5ða \x01Ñ"
  b"\x01É╩FH÷r_┐╦DG\#\x1A\x08"
  b"\x01É╩FH°rÕùÐ\t\x06ìH\x13«"
  b"\x01É╩FH·pX╝Ù&Á┐\x08w▓"
  b"\x01É╩FH¹p\x14ëó$Ò▄╠─Ç"
  b"\x01É╩FH²r|Ü©!\x06å±Fø"
  b"\x01É╩FH q\¥\x08r│\t\x1A└E"
  b"\x01É╩FI\x00qóÁı\x16ä©&?t"
  b"\x01É╩FI\x02s]»\x04µÓèÑóÅ"
  b"\x01É╩FI\x04r·Âºkèå8O9"
  b"\x01É╩FI\x06qµØ*\x1Dk<\x18┌└"
  b"\x01É╩FI\x07q▄ïX«Bº¯L¼"
  b"\x01É╩FI\tr£║eáıýEG\x1A"
  b"\x01É╩FI\vq½öã└¼aÆ:;"
  b"\x01É╩FI\rsiƒÜ‗Í'f\x13ƒ"
  b"\x01É╩FI\x0Eq\x00×Ø╣mÒª)╔"
  b"\x01É╩FI\x10q\x1CöjÍ┬t¯ü\x08"
  b"\x01É╩FI\x12s³¬╗ýËRMãG"
  b"\x01É╩FI\x13pyñ ¥L└eyõ"
  b"\x01É╩FI\x15qmä╩a°©µê\x11"
  b"\x01É╩FI\x17rà▒\x01Î╔\x1CÕnß"
  b"\x01É╩FI\x19rvæ6OGîÛeÜ"
  b"\x01É╩FI\x1Ar¶øs¼\x05░¡T▄"
  b"\x01É╩FI\x1Cs¸ö4┘ÃJ╩╔\e"
  b"\x01É╩FI\x1Eq(╝Æ█║\x1Dá_ß"
  b"\x01É╩FI\x1FsF»ó¯&\x15(®Ð"
  b"\x01É╩FI!sÀº\t*XòS¯P"
  b"\x01É╩FI#rËú­kMá02\x08"
  b"\x01É╩FI%q*ÿ;»ªA┤çÂ"
  b"\x01É╩FI&phäáÏb\x00¾áƒ"
  b"\x01É╩FI(r┤£\x18®g½òÒ▓"
  b"\x01É╩FI*p¾óagR¼]ÞË"
  b"\x01É╩FI,qÕ╣ö\x01­³rª┤"
  b"\x01É╩FI.r<ä}/‗Y▀Ð\x1C"
  b"\x01É╩FI0rÍ╣½"\x14\x16["
  b"""
    \x01É╩FI1sA¢Ô6\n
    d&▒ú
    """
  b"\x01É╩FI3ruü¸[¹┐³┌7"
  b"\x01É╩FI5s\x1FçÑ\x06»î╣fò"
  b"\x01É╩FI6p\x0FÁS'[Á╚ØÔ"
  b"\x01É╩FI8s+░d^S¿(X:"
  b"\x01É╩FI:sYƒ<Ýj\x13hü¤"
  b"\x01É╩FI;pzªC\x02C¾±²\x0F"
  b"\x01É╩FI=sÄîÇ®\x01░Èx‗"
  b"\x01É╩FI?r\x07│Â\x1Cé┼á)Ë"
  b"\x01É╩FI@p$ø▓ÖÈíú+?"
  b"\x01É╩FIBs$û(v;ëHxK"
  b"\x01É╩FIDs\r×│╬N¾Ì}ü"
  b"\x01É╩FIFpù£Ö\x1AsrxÉ;"
  b"\x01É╩FIGsnɦ\x15¦Q®êy"
  b"\x01É╩FIIsr×<\x00ÞLí#q"
  b"\x01É╩FILp\x08ò\x1FPf9╣4\x05"
  b"\x01É╩FIMq!À'p\v]{÷Ë"
  b"\x01É╩FIOqø£¦9Ù¦Â1▄"
  b"\x01É╩FIQrıü\x1D\r«Åî\x01"
  b"\x01É╩FISp6çi-åé_Ò}"
  b"\x01É╩FITpµø\e~▄xÎı8"
  b"\x01É╩FIVqFüÖ(Ä╗\x┌"
  b"\x01É╩FIXp§┤\x00(░\x13\vƒh"
  b"""
    \x01É╩FIYsÏ¡ñ{æ\x19\n
    
    """
  b"\x01É╩FI[s¤¬®┤┌ ªaj"
  b"\x01É╩FI]rNƒ▄êqõ!Ô░"
  b"\x01É╩FI_sjøûÝÆë=fà"
  b"\x01É╩FI`rúí┤Þ^╔I─N"
  b"\x01É╩FIbrvùÒiî¾╦ö\x1F"
  b"\x01É╩FIepÙ┤LsI╗>ô "
  b"\x01É╩FIirÅâeÀ│▀A┬õ"
  b"\x01É╩FIls┌×ÕÃA¹òÉ\x15"
  b"\x01É╩FIor¶Ø▄#ó\x07ѱ\n"
  b"\x01É╩FIrp¬¥ê˲óq}¡"
  b"\x01É╩FIupXª\x14·▒£­█\x13"
  b"\x01É╩FIvs▒Åâö\x06t!¢ý"
  b"\x01É╩FIxr╗¢ÚH©ME©w"
  b"\x01É╩FIzpµñú!\x15¿‗I▀"
  b"\x01É╩FI|q×ÁsTD╦\x10ß\t"
  b"\x01É╩FI~s\x06örÖï:S\x14\v"
  b"\x01É╩FIÇp»¼ÁK\x05wjÓo"
  b"\x01É╩FIâq╩║1┴¬!\x1Dá«"
  b"\x01É╩FIàq\tÜ\x18╦µæéZª"
  b"\x01É╩FIçq\x05ìu7RótF3"
  b"\x01É╩FIëpßå¨ñÀiN=6"
  b"\x01É╩FIïsÉù▒à\x13┼ö?\x18"
  b"\x01É╩FIìp\x1FÀ6yÕ│ü\x19"
  b"\x01É╩FIÅsaïKÌCÙCÌ═"
  b"\x01É╩FIæp¯ò¤Ý¾ñÁk\x0E"
  b"\x01É╩FIôp\x1A╗╔«`j╝6Ã"
  b"\x01É╩FIòs:ØFp\x03╠Ýj·"
  b"\x01É╩FIùr ▒oS³┌\x168╚"
  b"\x01É╩FIÖp2¢Úú\x1AnÊ▒h"
  b"\x01É╩FIøsgÜ\x1Cvnk\v,*"
  b"""
    \x01É╩FIØp\x04¢ñxçÖ\n
    É 
    """
  b"\x01É╩FIƒqÁø5Ã│o½¾├"
  b"\x01É╩FIír\x02ç%cÞ\x03╔M╔"
  b"\x01É╩FIúq5åi\x1FÓ7á3m"
  b"\x01É╩FIÑrEìÐÁY!\t\x13\x1A"
  b"\x01É╩FIºs=úù4┐W╬\x19E"
  b"\x01É╩FI®s{Ñ═ñ¶╠╚¾¯"
  b"\x01É╩FI½r¦û┘ÚHÖõÆı"
  b"\x01É╩FI¡p8ú\x16`£¿®u{"
  b"\x01É╩FI»pà¿Ù\>Ú®#░"
  b"\x01É╩FI░r*û─tïÐìbR"
  b"\x01É╩FI▓q▀╗Ý¥¿M`dg"
  b"\x01É╩FI┤sYôú{ÆNha;"
  b"\x01É╩FIÂp:ë│ÿûræ:╠"
  b"\x01É╩FIÀrb¼╗╔õá.kT"
  b"\x01É╩FI╣qwúÖ¥!h,g¬"
  b"\x01É╩FI╗p×®K\x19\x0FÔä\x1F"
  b"\x01É╩FI¢r_ì3‗>IW¼\x02"
  b"\x01É╩FI¥r<ƒRzâ£OÞL"
  b"\x01É╩FI└q´╝ùD\x07U» Á"
  b"\x01É╩FI┬pîÂÖ¤´ßÜ\x14="
  b"\x01É╩FI─s\r®pÕ\v²Þ\x04\x01"
  b"\x01É╩FI┼pÁñ¨R\x16╬WI·"
  b"\x01É╩FIÃqæÆ4>Y`\x16%\x7F"
  b"\x01É╩FI╔p¼│I«ùÆLCý"
  b"\x01É╩FI╦p\x1CÉ╣»(­A{,"
  b"\x01É╩FI╠qùÄ▓üökÊcg"
  b"\x01É╩FI╬q┤é4\x1E\x18¦╗ë\v"
  b"\x01É╩FIðs]í▀\f╝êò Ô"
  b"\x01É╩FIÐs─▒\x13ò´u+V╦"
  b"\x01É╩FIËr¦£Í.w¤=¢\x07"
  b"\x01É╩FIır"╗Üû8╠ë┐Þ"
  b"\x01É╩FIÎq¯«\x15\f\x01░|ø▀"
  b"\x01É╩FIÏsX╣\x1C8Fì\fþ\x7F"
  b"\x01É╩FI┌q¢½ª\fÙ█k\x16\t"
  b"\x01É╩FI▄qö©w×U║-íW"
  b"\x01É╩FIÌrÏ¡ºù¶\x08\e¿╠"
  b"\x01É╩FI▀qÖñ¡©)ݱÁ`"
  b"\x01É╩FI÷r«ûòz¡ûLuÖ"
  b"\x01É╩FI¸pêɶXm;\x7FN\x14"
  b"\x01É╩FI¨s¶í:╩¾\x0E╩Ä3"
  b"\x01É╩FI·sb£▒=│ÆÄ\x17"
  b"\x01É╩FI³qn»úÚ\x04{=@B"
  b"\x01É╩FI■r¦ü#└d\fíîØ"
  b"\x01É╩FJ\x00roê¶ÉZƒ│³9"
  b"\x01É╩FJ\x01rѼ7█¬qÚ■®"
  b"\x01É╩FJ\x04qÄéÖDb÷"\e\x00"
  b"\x01É╩FJ\x06s░ôÁ0¬\x05Á\x04H"
  b"\x01É╩FJ\x08s[ºVMo▓\x16"
  b"\x01É╩FJ\tpÁ¢¹ÂtJ5JÖ"
  b"\x01É╩FJ\vqÍ╝úc┼E├ÀÎ"
  b"\x01É╩FJ\rq╚Á»┐╗½0´#"
  b"\x01É╩FJ\x0Fr┐º▒M┐\x17Ðå┤"
  b"\x01É╩FJ\x10pàºR_m\x0EƒCÿ"
  b"\x01É╩FJ\x12seù¯îù\x06╚A▒"
  b"""
    \x01É╩FJ\x14r\n
    Ñ┘h÷S╩#\x1D
    """
  b"\x01É╩FJ\x16rc½ÂSPÔ´┴w"
  b"\x01É╩FJ\x17s╠é\x13cÔ¾±M;"
  b"\x01É╩FJ\x19px│ø\x03▒¬\x05þl"
  b"\x01É╩FJ\er─ö?Gãþë»ñ"
  b"\x01É╩FJ\x1CpÎÿ┌HÔDë^§"
  b"\x01É╩FJ\x1Es\x01ñ'7A\x7F\x119l"
  b"\x01É╩FJ p\t▓-ªÔ!¡·N"
  b"""
    \x01É╩FJ"qõÂ┤:\n
    FÊï:
    """
  b"\x01É╩FJ#sPÂÃ;/═:Û\x1F"
  b"\x01É╩FJ%rë╗ıËZèjZ▒"
  b"\x01É╩FJ(r¯á═¯$FÜy2"
  b"\x01É╩FJ)q\x08▓╦\x00¯tÒÁÃ"
  b"\x01É╩FJ+r#╝\tÒ╝iáè$"
  b"\x01É╩FJ-q[¥F\x1CnoiTd"
  b"\x01É╩FJ/s^×Í║}¿r\x11ë"
  b"\x01É╩FJ0rıåÛ╬\x1F>\x02╝D"
  b"\x01É╩FJ2p▄ÉcÕÏ‗w┴8"
  b"\x01É╩FJ4sZâ®v»\e^■Ý"
  b"\x01É╩FJ6qò©/\x1F°Mü\x05\v"
]
70 4.60 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 OFFSET 11500
Parameters:
[
  false
]
71 1.38 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩FJ7p{à¶É[╝Jbú"
  b"\x01É╩FJ9r.ÜQlÃnä┬t"
  b"\x01É╩FJ;s³ëc\wO¶┴\t"
  b"\x01É╩FJ=p▓êÝ═pÈh8\x1A"
  b"\x01É╩FJ>q\x1C╝^t\x12\x18Wc"
  b"\x01É╩FJ@p¸¡\x016Àqé1Ô"
  b"\x01É╩FJBq┐ÁßèxN┐¤Æ"
  b"\x01É╩FJDq7ÂûTÈ;Y2""
  b"\x01É╩FJFsï£Gh¨3 M┤"
  b"\x01É╩FJGsCâè!╣CÎÀd"
  b"\x01É╩FJIp\x06»ßÍuh╣Ñ\x07"
  b"\x01É╩FJLq\x15ªé"AeÞXã"
  b"\x01É╩FJNq╬®ç\x17║-ibe"
  b"\x01É╩FJPpèÿ\x1FÓ\x16└;ì·"
  b"\x01É╩FJRq\r¿»\x08\v¯$ê\x08"
  b"\x01É╩FJSr{╗JV╬÷$´\x06"
  b"\x01É╩FJUsÎïXØ\t\x12ÂÌÔ"
  b"\x01É╩FJWpøæãÈÔ\x08$Qè"
  b"\x01É╩FJYrt×ö-\rýýÛ╔"
  b"\x01É╩FJ[pqñ×┐¾Q­µ×"
  b"\x01É╩FJ]p øz\x1EIÀ÷é'"
  b"\x01É╩FJ_sp│ \x12éä╔\x14æ"
  b"\x01É╩FJaq¡à­3ãÆ(S8"
  b"\x01É╩FJcpI¡J░▓Ìö\x08\x08"
  b"\x01É╩FJfp■º8║n°,ü┴"
  b"\x01É╩FJhrR£`T>\x17Ë\tl"
  b"""
    \x01É╩FJjsGêÀ_*2\n
    y\x07
    """
  b"\x01É╩FJlq\x10És╬ı±X_ã"
  b"\x01É╩FJns┐¬#>îú╝╣Ç"
  b"\x01É╩FJqp\x03ÅAËò\x1ER"¬"
  b"\x01É╩FJsrî¼\x05ƒq÷Cÿ¬"
  b"\x01É╩FJusrª╣Â=èd­Y"
  b"\x01É╩FJwpï½\x16\x1F├ÏwÞ\x0F"
  b"\x01É╩FJypk▓òÝáÅ\rd|"
  b"\x01É╩FJ{s\x12«Wu<þ9*\x12"
  b"\x01É╩FJ|q┬×ÿïò¼║Õ²"
  b"\x01É╩FJ~pôƒI»ÐHja\x04"
  b"\x01É╩FJÇsÏälåsÝ\x7F\x13\x16"
  b"\x01É╩FJésıúkt\x08<úØ]"
  b"\x01É╩FJârþÑP=\x14²·é¡"
  b"\x01É╩FJàrÞª▒\x01\x10\x04ñ"
  b"\x01É╩FJçr\x1E¼ƒ6\x07▒Sò²"
  b"\x01É╩FJërÎ│èê\x01¶rúr"
  b"\x01É╩FJèqBò.=~ªÌy\x10"
  b"\x01É╩FJîsТ±df^ày\x03"
  b"\x01É╩FJÄqeÁAÚx{×\x1D"
  b"\x01É╩FJÉs\x11░éÂde\x19&▀"
  b"\x01É╩FJÆsk▓éqT¦\x07Ât"
  b"\x01É╩FJör'àÍ!\x15¸Õ,W"
  b"\x01É╩FJòp\x00íPÈ├QEª┘"
  b"\x01É╩FJùs8ùK╔\x0E├þ§-"
  b"\x01É╩FJÖqPò╬\x0FÞñ\x15ñ\x04"
  b"\x01É╩FJøp¨âÈÿXxæHO"
  b"\x01É╩FJ£qãÉ░ÕS\x17b██"
  b"\x01É╩FJ×r?║¿#YWÄ\x17"
  b"\x01É╩FJáp-Â>¼U■4ÇÁ"
  b"\x01É╩FJóq7òü=\x7F■%╣╬"
  b"\x01É╩FJúpåïk]░ò'FO"
  b"\x01É╩FJÑpñ¡&Dþ¿ÝP¹"
  b"\x01É╩FJºsÓÖsS¦\x19Û└\x7F"
  b"\x01É╩FJ®ps▓áß└§3þq"
  b"\x01É╩FJÀqÒÿàx‗R╣$┤"
  b"\x01É╩FJÀqÒÿàx‗kwP\x12"
  b"\x01É╩FJ╣so¡¯ÏÓLý╣À"
  b"\x01É╩FJ╝qÆéÀ╚l#rÍX"
  b"\x01É╩FJ¢rë×-ø8ÅQ\x03À"
  b"\x01É╩FJ┐pD׿'~}pi\x0E"
  b"\x01É╩FJ┴r«å┘öU\x7F╩9â"
  b"\x01É╩FJ├s¦Ø·9rr▀B\x1D"
  b"\x01É╩FJ─qä½,¸\x12Ê_ÇQ"
  b"\x01É╩FJãp³®J7)6\x10úÄ"
  b"\x01É╩FJ╚r®Â©Æ!\tı[ò"
  b"\x01É╩FJ╩r~┐~%╦:I%═"
  b"\x01É╩FJ╠r`ÖÆ8┤ÈaEö"
  b"\x01É╩FJ═qeñ«Kÿ!¾:\x03"
  b"\x01É╩FJ¤p£┤¢IÀI¾\x15~"
  b"\x01É╩FJÐr╦┐¡┐v¸█7┐"
  b"\x01É╩FJËp╚äÑ$Å╬>Ü┤"
  b"\x01É╩FJÈsè╣ã9X▒ÓZ╚"
  b"\x01É╩FJÍrØ¢mh¯$╦ã&"
  b"\x01É╩FJÏq<ñ▄\x03\x0E5¡▒Î"
  b"\x01É╩FJ┌r.ù6ͪÌÞ@T"
  b"\x01É╩FJ█sEÉ_╩<v6§h"
  b"\x01É╩FJ¦q└¥·«&zù\x15é"
  b"\x01É╩FJÓs╣òÁ│\x07MS\x7F"
  b"\x01É╩FJßs\x1C½_Á╚}═\x04ë"
  b"\x01É╩FJÒph©äȪë®Ç3"
  b"\x01É╩FJÕr9ÿ┌NP\vÀY└"
  b"\x01É╩FJþp3░©Ç═7\x03░2"
  b"\x01É╩FJÞp\x1C│s°▀³╔áÃ"
  b"\x01É╩FJÛqMí╗ã|ÜÞ#£"
  b"\x01É╩FJýpß░ݤ¯\x13¸┬R"
  b"\x01É╩FJ¯sc¢±Éíé÷[V"
  b"\x01É╩FJ´reÆ╠é┴H┘Ä└"
  b"\x01É╩FJ±p\x18ë¬╗j\x0Fk┌\x1A"
  b"\x01É╩FJ¾p¼ô«\x17°Áõ-O"
  b"\x01É╩FJ§s\x04ïm(o#■·û"
  b"\x01É╩FJ÷r\²\eØ\x04\x07"
  b"\x01É╩FJ°r‗À\x19ã\vn\x1F¿b"
  b"\x01É╩FJ·röüÌÉ9\ËÀL"
  b"\x01É╩FJ³s\x05®'┬\r║n\x04"
  b"\x01É╩FJ²p┐åÕá7\x11 R\x1A"
  b"\x01É╩FJ pG╣b┐ö_\x0Fán"
  b"\x01É╩FK\x02sªï\x0EHX±ÒÛV"
  b"\x01É╩FK\x05pðô╦\x14iß▓ƒ5"
  b"\x01É╩FK\x08rë┐╚┬\rqÜ*¬"
  b"\x01É╩FK\ts8â░\x03|c\x17A\x06"
  b"\x01É╩FK\vq|®┘┌ \tdxö"
  b"\x01É╩FK\rsWñ.f¹M»T#"
  b"\x01É╩FK\x0Frþ¥┴¹mÇ\x04ey"
  b"\x01É╩FK\x11sGàùá└î3Zd"
  b"\x01É╩FK\x13qAò▄rÞ‗£ÉR"
  b"\x01É╩FK\x15s>¬_MáÛ-W\x10"
  b"\x01É╩FK\x17r■©ðöU²é/Û"
  b"\x01É╩FK\x19r?åîÂÕ3®¡°"
  b"\x01É╩FK\erYª\x7F\x00t\x04°╣\"
  b"\x01É╩FK\x1DsA░├h«ÂKıý"
  b"\x01É╩FK\x1Fr´®»·#>H'E"
  b"\x01É╩FK!p>é×uKÑ\f]*"
  b"\x01É╩FK#pî╗‗┌¬ö\x08¤Y"
  b"\x01É╩FK%q%É\x1Cíþ┬e¦Ð"
  b"\x01É╩FK'qiªt╗╝KP¢a"
  b"\x01É╩FK)p­äÁ(\x00ƒ\x01▓f"
  b"\x01É╩FK+s}¥R░]╝2Þ┬"
  b"\x01É╩FK,qJÄ;Ë*╠ñDï"
  b"\x01É╩FK.sMóM├÷7\f"
  b"\x01É╩FK0q\x00ƒa├╠ îÝP"
  b"\x01É╩FK3rð╝G├ä߬°╣"
  b"\x01É╩FK5qÚ¬F{\x7F█4ÄC"
  b"\x01É╩FK7pÀñ!ÉÛw\x15"
  b"\x01É╩FK9q═╝\x10Ç9╝D±8"
  b"\x01É╩FK;s\tø7Ã\x1E"
  b"\x01É╩FK=sL®nìøô¢Ö&"
  b"\x01É╩FK>qס[{e┴¨Ûr"
  b"\x01É╩FK@q>Æp║Ss┐MG"
  b"\x01É╩FKBrƒÀ§Q║┌Ý\x17\x0E"
  b"\x01É╩FKDs░®ÎnÓ═A├¢"
  b"\x01É╩FKFp┌¥f.ÐËUw&"
  b"\x01É╩FKHp┴åU¶«o╗ù\x13"
  b"""
    \x01É╩FKJp┴│╝¼t \n
    ü#
    """
  b"\x01É╩FKLq\x7Føij¨r:Âz"
  b"\x01É╩FKNs╩®█ðýö\x08ø\"
  b"\x01É╩FKOsæú\x03XÌ>┼qÉ"
  b"\x01É╩FKQrÍø0þøfÉßb"
  b"\x01É╩FKSq³Ö4╠¦"Ý▀Ö"
  b"\x01É╩FKUrËé¦ÛØ)ýRÇ"
  b"\x01É╩FKWsvüÀ\x13½ê\x03±5"
  b"\x01É╩FKYpFÀ(2¨¤¯┬\t"
  b"\x01É╩FKZp¸×¥\x14Â■ºÿk"
  b"\x01É╩FK\p§£5®~D▒Ek"
  b"\x01É╩FK_q¨ââ\╚█┌\x1C´"
  b"\x01É╩FKasDù®0^ñ▀,4"
  b"""
    \x01É╩FKcq<Ñ# J\x15\x06\n
    T
    """
  b"\x01É╩FKepÓª\x1A░KÎC8~"
  b"\x01É╩FKgr\x02¬Âáoÿ┘\x17w"
  b"\x01É╩FKiq\x13¬╩b\ƒ)åÙ"
  b"\x01É╩FKksúï@ÝÜ╩fJu"
  b"\x01É╩FKmp\x0FïhéB\x07åòJ"
  b"\x01É╩FKors£©─«\x1Aé\x10Ò"
  b"\x01É╩FKqsF«t<z\x13üÙE"
  b"\x01É╩FKrq╬ì\x14HY▀V§┼"
  b"\x01É╩FKtrðÿü¸\x18bê§É"
  b"\x01É╩FKvp█¥\x1E\x18@â[l¼"
  b"\x01É╩FKxr^»Lqt¸ÑÀØ"
  b"\x01É╩FKzs6ïÂßåÃçn\x1F"
  b"\x01É╩FK|póùË\x15Ä┴\x15¯Ö"
  b"\x01É╩FK~qTÉ╔5▄kU║\x03"
  b"\x01É╩FKÇqÖª¬╚ý┴ùCÒ"
  b"\x01É╩FKéqãä@¢│¾çùÛ"
  b"\x01É╩FKäp°Ñwzë‗SäK"
  b"\x01É╩FKàr"îW·ÐÉ6Îm"
  b"\x01É╩FKçq&╣1þ¯¹ ¼┤"
  b"\x01É╩FKës¯╣║Uwv5×\x17"
  b"\x01É╩FKïr<£ÉÌ='╣ýº"
  b"\x01É╩FKîsû£óIÇÆÖâƒ"
  b"\x01É╩FKÄs\x07Øâ"3¿╝ò±"
  b"\x01É╩FKÉp┌úd║3\x10O}Ì"
  b"\x01É╩FKÆr´¥<¯\x01\f*S"
  b"\x01É╩FKôq¸╣È█\x12\x15Ô»b"
  b"\x01É╩FKòr\x1AæhÚ¹.·Ñ\x13"
  b"\x01É╩FKùpCØ┌┴«uT┤a"
  b"\x01É╩FKÖr&ú─=\x12¹\v»\x12"
  b"\x01É╩FKÜsıÑ\x01\x1A§\x06À╠o"
  b"\x01É╩FK£qÀ¢ò▓p\x12\x0E&▄"
  b"\x01É╩FK×rKóÏaÖdPÁo"
  b"\x01É╩FKíp¥çÆdz\x08ß^╚"
  b"\x01É╩FKús¢óUä\x03ÕRG_"
  b"\x01É╩FKªsÿª╩kÎH³ýs"
  b"\x01É╩FK¿s©û\x1C\x08³lèoá"
  b"\x01É╩FK½rÔ│¬6├a\x01{;"
  b"\x01É╩FK¡q¾¡+À¢í╗\x1Dõ"
  b"\x01É╩FK░rþÿqÞ,Ï0Ð▒"
  b"\x01É╩FK│s÷äÊs)Ú╝¯õ"
  b"\x01É╩FKÁráá,?Ú°z©û"
  b"\x01É╩FKÀs\x1FïÄ\f1:È├E"
  b"\x01É╩FK©pyàþ±\x17º&\tf"
  b"\x01É╩FK║p#║ßÎL´\x08Á\x17"
  b"\x01É╩FK╝sK¥çõÖõ²ñı"
  b"\x01É╩FK¥s\x00«ì ³zº=\x04"
  b"\x01É╩FK└p «m\x1EA$Äíî"
  b"\x01É╩FK┴p9ïæ3Å╔\e╔C"
  b"\x01É╩FK├pãëfOz┴\x13¯╣"
  b"\x01É╩FK┼sèö~¬î´Þ+Æ"
  b"\x01É╩FKÃp2Â:B}®)öÅ"
  b"\x01É╩FK╔sz©ó\x1D\vü­└ð"
  b"\x01É╩FK╩r~©ÚÇïª\x07w"
  b"\x01É╩FK╠pûëk├┼\x1En*c"
  b"\x01É╩FK╬p\fì\x19\x1D-ð´"
  b"\x01É╩FK¤p׺´ÓÙ┌\x1Eá¿"
  b"\x01É╩FKÐqé½¥þenÍÎ■"
  b"\x01É╩FKËp┘▓¶\r\x120!▒■"
  b"\x01É╩FKısû£}*òcÄBe"
  b"\x01É╩FKÍs3ö\e_|Áû\x18\e"
  b"\x01É╩FKÏqı¥_\e\x1CÞ\x01"
  b"\x01É╩FK┌p\rÉù_}G[¯É"
  b"\x01É╩FK█r1Ä▒cøÎ?@Ý"
  b"\x01É╩FK¦r\x04ó\x1DÞ\x15Ôí=a"
  b"\x01É╩FKÓr\eà,)Ññ,°\t"
  b"\x01É╩FKÔpU»\x1Cý\x06ôOýô"
  b"\x01É╩FKÒsdë{ñ±\x18x\x1ET"
  b"\x01É╩FKÕp\x1Få\x06\x0E\¢┬Î█"
  b"\x01É╩FKþs\x12¢=\x02[âò£\x02"
  b"\x01É╩FKÞr2üWå*¼ç\x11("
  b"\x01É╩FKÛs5ì'Ö\x1DaçúÜ"
  b"\x01É╩FKýrÍúÑ╠Ìv@¤Æ"
  b"\x01É╩FK¯so┤ÓÞÜ╦0©é"
  b"\x01É╩FK´quºÞßnvéìì"
  b"\x01É╩FK±r▒ÇEQü\r‗y\x06"
  b"\x01É╩FK¾r╣ƒ╩╠┬¦uF¬"
  b"\x01É╩FK¶r9Éyn«░ █Ù"
  b"\x01É╩FK÷qvåç\x02├¾8Ľ"
  b"\x01É╩FK°røîÒ'¹-8ÿ\x08"
  b"\x01É╩FK·pÎö╩à\x12■■\x13^"
  b"\x01É╩FK¹rf╗`░úÞA"\x13"
  b"\x01É╩FK²p¿â└Ì@\x00Òÿì"
  b"\x01É╩FK q³ªá\x0Em\x16‗ Þ"
  b"\x01É╩FL\x01rc¬VpÐ5&\f9"
  b"\x01É╩FL\x03s,©poY²\v"
  b"\x01É╩FL\x05r¿¼\r\x18`Ø¿Fß"
  b"\x01É╩FL\x07qËà╠·SYSZõ"
  b"\x01É╩FL\x08sÆÀ¿\x1EÜöoç\f"
  b"""
    \x01É╩FL\n
    r\¢\x11\x08IÈi8Ö
    """
  b"\x01É╩FL\fqÞâßoñı╠Æþ"
  b"\x01É╩FL\x0Es×â>=©╬¨{¡"
  b"\x01É╩FL\x0FpZ▒↓║£®>"
  b"\x01É╩FL\x11péé╠c*ù%\x08v"
  b"\x01É╩FL\x13rþÅÓ#\x0Eöò$ó"
  b"\x01É╩FL\x15so¿\x18뤢»█)"
  b"\x01É╩FL\x16sî▒éáë\x10î\r"
  b"\x01É╩FL\x18r|ö6|~fV└ï"
  b"\x01É╩FL\x1Apƒö\x08µëâèx▄"
  b"\x01É╩FL\es^è\x12d~╗bÑU"
  b"\x01É╩FL\x1Ds\x1Cñ²4!\x00s\x08¨"
  b"\x01É╩FL\x1FsØàü└%,./B"
  b"\x01É╩FL!s┐½ |ÂGP─\x17"
  b"\x01É╩FL#qÎ│|▄╦yA¢÷"
  b"\x01É╩FL%rOÅ=\x06å╝˪O"
  b"\x01É╩FL'q\rühú.·a.ê"
  b"\x01É╩FL)qµÅ\x1C$"¤"▄\x18"
  b"\x01É╩FL*p\x16ûAÖ╝µ~è‗"
  b"\x01É╩FL,rÅâ‗Urï¨Ò{"
  b"\x01É╩FL.q┬▒hók4À\x13s"
  b"\x01É╩FL/s╝Â\x19×8\x06¤KÛ"
  b"\x01É╩FL1p'º¼AçáÉ}Ê"
  b"\x01É╩FL3q+¡tþ\x06«î[X"
  b"\x01É╩FL5q\x01ûð\x00ÐOiqƒ"
  b"\x01É╩FL6s¿âK¹┴░ÿ╦æ"
  b"\x01É╩FL8sú¿\x00×=¯{╔N"
  b"\x01É╩FL:rmå§├iË¥JÇ"
  b"\x01É╩FL<r×å>\\x08:@ù9"
  b"\x01É╩FL=qEÜÎ─ıÊ*Äâ"
  b"\x01É╩FL?rë¡Ñ9Ç╦#├l"
  b"\x01É╩FLAsbà¼[}p¼e7"
  b"\x01É╩FLCsÛ╣³k^®\x04┘@"
  b"\x01É╩FLDqn┐Ü,ô\x19\x07\x08 "
  b"\x01É╩FLFp╚®ôéëSDP\x1F"
  b"\x01É╩FLHr╚Ö)\x12¸┌À«]"
  b"\x01É╩FLJpîÁÅ«ÎjY\x18r"
  b"""
    \x01É╩FLKpÎè{╗\n
    gˮ%
    """
  b"\x01É╩FLMs§ª\x15■╦/¬-u"
  b"\x01É╩FLOqö╣¥o¢\x10\ròÛ"
  b"\x01É╩FLPr*®9Ï\x08\t£ý\x1E"
  b"\x01É╩FLRp`│L!║Ù_*."
  b"\x01É╩FLTsm½H>Ù@\x0El?"
  b"\x01É╩FLVr\x05âGêĪÿUª"
  b"\x01É╩FLWsÒòÑ\x17íÑQ,╝"
  b"\x01É╩FLYs(ø·\x1C°·Ôµ╔"
  b"\x01É╩FL[r^¼töã\x06¨ÜR"
  b"\x01É╩FL\pÅåUÕ└\x1A\x1A"
  b"\x01É╩FL^qPƒsEï─Dc\x02"
  b"\x01É╩FL`rÐÿÝoíÑý╣ç"
  b"\x01É╩FLasK×Ðï\x1F┴┬µx"
  b"\x01É╩FLcq°▒»lþ²Ä▄_"
  b"\x01É╩FLesmç┤êµ:Ñv╚"
  b"\x01É╩FLgr\x16É\x1E4\x1C╗e\x19B"
  b"\x01É╩FLhs\x00ñ¾\f$Æ:=¤"
  b"\x01É╩FLjq\x0EÁ8lûõñÄY"
  b"\x01É╩FLlròƒ«¾╠°¸\x007"
  b"\x01É╩FLmsæ»\x14▒&@³Y─"
  b"\x01É╩FLos"╗ìåZ╦▀&`"
  b"\x01É╩FLqqä╣o\x02┐Á\x16¢t"
  b"\x01É╩FLrq\x10ó¥«iÝlbH"
  b"""
    \x01É╩FLts\n
    è¾!\x1C ºE┼
    """
  b"\x01É╩FLvrU¿y ├j\x7F"
  b"\x01É╩FLxsÂØö╝z╝Dþ-"
  b"\x01É╩FLys║®èÞ¢Cø┘ı"
  b"\x01É╩FL{r6«µ[o@¬?ì"
  b"\x01É╩FL}rÒíb╠¾Cà\x06Ë"
  b"\x01É╩FL\x7FrEŸ┬½ß̲Î"
  b"\x01É╩FLÇròèÙhÓ,Ú║\x17"
  b"\x01É╩FLérWܾÿTdB£ÿ"
  b"\x01É╩FLäq)éæ\x1FýqØÙï"
  b"\x01É╩FLàs$¡)C ╔$û)"
  b"\x01É╩FLçr}Ñ÷nÚÄ┼Ùm"
  b"\x01É╩FLëp┬½} Ò\x1E\x12Av"
  b"\x01É╩FLïs\x1A¡yÕ ▓j·F"
  b"\x01É╩FLîs¹ò┘(─²Jë½"
  b"\x01É╩FLÄsJì║LU÷&▀Ì"
  b"\x01É╩FLÉscÄ║Î\eÓ\x1CÆ'"
  b"\x01É╩FLæpA¬Ë[\x05\x05Iæ▄"
  b"\x01É╩FLôrY»»¥\x1F.\x10^#"
  b"\x01É╩FLòp½┐}]u\x1C9»ª"
  b"\x01É╩FLùs~│×Ò¸M▒'p"
  b"\x01É╩FLÿs"╝ÏÓ\x07Ö\x0F´¾"
  b"\x01É╩FLÜp®ÿÒøòùV┴\x07"
  b"\x01É╩FL£q\x1CàQ\x10x╩ÝÒØ"
  b"\x01É╩FLØsÓÂ\x18ÎL÷3°c"
  b"\x01É╩FLƒsݼoø²Åä²\x19"
  b"\x01É╩FLíq╦ØÿVMÁ‗{Y"
  b"\x01É╩FLúqKÀ\x02µÑ\x12~ª>"
  b"\x01É╩FLñs¾▒╩µc¾{Jç"
  b"\x01É╩FLªrÐñm¿ ¾\r"
  b"\x01É╩FL¿qYØø┬{\tû\x08²"
  b"\x01É╩FL®s╠×$áà'├─¥"
  b"\x01É╩FL½p╚áÁ▀NNi¯h"
  b"\x01É╩FL¡qdÑ║b╦ü┌Ä7"
  b"\x01É╩FL«q┌ëÀãà┘D6G"
  b"\x01É╩FL░sÔí aÙB\x15"
  b"\x01É╩FL▓s.│ÌpË?▓¯Í"
  b"\x01É╩FL┤q¨Á7VP█m\x05\x12"
  b"\x01É╩FLÁqj«Q.9ÍñÂ┬"
  b"\x01É╩FLÀs@Ü«#/yÝån"
  b"\x01É╩FL╣qQîB,\rr¾£\n"
  b"\x01É╩FL║pÙ½wÎþ¬Wo\x13"
  b"\x01É╩FL╝p2æÁK£ñ(äE"
  b"\x01É╩FL¥s£;Å\x01bVdY"
  b"\x01É╩FL└p±Ø┤×‗²þ\x19A"
  b"\x01É╩FL┴q║▒Â_ì▀ΣÜ"
  b"\x01É╩FL├rÜù▓0»╔¼\x041"
  b"\x01É╩FL┼rÁÜ3KK¡ÔbD"
  b"""
    \x01É╩FLÃsË│Ì}hÑ\n
    e▓
    """
  b"\x01É╩FL╚r6ÜÛ»\x05I@¼â"
  b"\x01É╩FL╩qcûø3»ÁZîÿ"
  b"\x01É╩FL╠p\x0FåRF¦Ø▄¶¡"
  b"\x01É╩FL═rì¡f\t\x0FRÚd╚"
  b"\x01É╩FL¤qQåýk|gË\x06\x17"
  b"\x01É╩FLÐrµƒPq¤ÃR\x19Ë"
  b"\x01É╩FLÊpy┐\x08n\x14Q\x03_\x07"
  b"\x01É╩FLÈsYùsdIfâ´\x1A"
  b"\x01É╩FLÍp\x05ñ«┌D¬gôÞ"
  b"\x01É╩FLÏs-╝@ÝÂBp▀:"
  b"\x01É╩FL┘q╩┐\x16`╣ÛÈìé"
  b"\x01É╩FL█qùï┐<vÍí¦┌"
  b"\x01É╩FL¦r\åB#tS\x10À®"
  b"\x01É╩FLÌp5░ıï&\x14<h7"
  b"\x01É╩FLÓs\x13áÚ>V¹┴#¡"
  b"\x01É╩FLÔq\vÂ▒Þ\x16ô@╦d"
  b"\x01É╩FLõqgÉ\x15nP'¥ò¬"
  b"\x01É╩FLÕrz╗H║¤\Â\v"
  b"\x01É╩FLþs\vçï¹fÊZób"
  b"\x01É╩FLÚpß¡:j@\x17'¢m"
  b"\x01É╩FLÙræå¥úÖzN¤õ"
  b"\x01É╩FLýs═½#ô█ÛàmS"
  b"\x01É╩FL¯rfªC■Ü╚gJ\x07"
  b"""
    \x01É╩FL­r#òÇï={╩\n
    |
    """
  b"\x01É╩FL±s¥ä\x10$\x17Ó^\t,"
  b"\x01É╩FL¾r»ü'ê;r«:Ó"
  b"\x01É╩FL§s║å▀°ªÉ²\x12\x1C"
  b"\x01É╩FL¸r\x07©Oò\x1EÛ¶s¼"
  b"\x01É╩FL°r~ñ═ó.\x07²"V"
  b"\x01É╩FL·p7û\x165█À#<ó"
  b"\x01É╩FL³q¸ïx×È;TrÜ"
  b"\x01É╩FL²p┼┐/ÅCæ§Æâ"
  b"\x01É╩FL q%ù¯8·3äÅ‗"
  b"\x01É╩FM\x01s ¢└zq%Z\x11("
  b"\x01É╩FM\x02q À×L\x14=ÈGð"
  b"\x01É╩FM\x04räù>¬Ãê┌ó4"
  b"\x01É╩FM\x06pÍ▒pH\x12<Ãá■"
  b"\x01É╩FM\x08r1¢═bÅ?\x11"
  b"\x01É╩FM\tr&░Lé╬Ù\x11ð┬"
  b"\x01É╩FM\vpuò©╗║¶\x13\x05Ç"
  b"\x01É╩FM\rs┐äβ\x0F┼¬tƒ"
  b"\x01É╩FM\x0Ep´╗8╗¼-ıÉ0"
  b"\x01É╩FM\x10pVè\µ▓┐ü.S"
  b"\x01É╩FM\x12q·ÿÄIıõ\x7F`\x06"
  b"\x01É╩FM\x13rËæ═\x1F\x7F\x1CY"
  b"\x01É╩FM\x15sæØPAl╝─:§"
  b"\x01É╩FM\x17spç▒Îû8\x05├l"
  b"\x01É╩FM\x19pVºí\x07■1p╔╗"
  b"\x01É╩FM\erc░ù┴unV\x1DÓ"
  b"\x01É╩FM\x1Cs\x15ós░éáá§å"
  b"\x01É╩FM\x1EqAÁ+╦\x10Õá\F"
  b"\x01É╩FM q\x10ëU_æBÑ(\"
  b"\x01É╩FM!r«ëF¶ó¿vi5"
  b"\x01É╩FM#quØ_Òb╣wµ\x07"
  b"\x01É╩FM%pñÄ+╗\<Ñ~N"
  b"\x01É╩FM'qÄÆG\x19úAk\x19\x04"
  b"\x01É╩FM(rN¥äMyBý#þ"
  b"\x01É╩FM*q¥ÖG\fE┘‗╦¼"
  b"""
    \x01É╩FM,s¨¡?ó\n
    E\x7F
    """
  b"\x01É╩FM-rTÀ¶!\x1FıRpô"
  b"\x01É╩FM/r\x18¬ÆÛ)╗iØ\x17"
  b"\x01É╩FM1prí▄r\x11ca\x15\x04"
  b"\x01É╩FM3s<ê?3"▓\v(┬"
  b"\x01É╩FM4r~½ÉoMìé║\x13"
  b"\x01É╩FM6s\x08Ü\x08Òı■Üþ4"
  b"\x01É╩FM8qíø\x02ç╣\x02╗ù®"
  b"\x01É╩FM:r?ç\x1A?¡╠├XÒ"
  b"\x01É╩FM;qåì9è~é└─="
  b"\x01É╩FM=sÔî1e┌▀ï\x03¬"
  b"\x01É╩FM@q8ª\x0E\v\x03Ð%"
  b"\x01É╩FMBr\x11¼1\x15Fg░ãû"
  b"\x01É╩FMCs╚ØËåý:\rı>"
  b"\x01É╩FMEqå░}@(Ø▓\x10&"
  b"\x01É╩FMGq Ç┬&\x7F┐çqé"
  b"\x01É╩FMHp\vó®v4IÊØÞ"
  b"\x01É╩FMIs/«Ðã Â└╗ƒ"
  b"\x01É╩FMKs┘íµıpìÅé\f"
  b"\x01É╩FMMp®┐ÌG´█yE!"
  b"\x01É╩FMOsäâeeùZ\x01\x19"
  b"\x01É╩FMQsÇ│Í\x7F■÷º#~"
  b"\x01É╩FMSsTô1¡ö\x07\x01"
  b"\x01É╩FMUq¢øwc×á[▀¹"
  b"\x01É╩FMVs\x15½╝{Dïq\x10\x19"
  b"\x01É╩FMXpíâæî?ð\x02ÉÉ"
  b"\x01É╩FMZs ┐U·¢G╣¯w"
  b"\x01É╩FMír\râ>e3\x00]|ê"
  b"\x01É╩FMús\fÂ=*┬\x16£¬¤"
  b"\x01É╩FMÑpº¬ã½¨╚Ã\x14·"
  b"\x01É╩FMºq\x16øJåܦ\x14▒G"
  b"\x01É╩FM¿r?ìyð\x07T|7║"
  b"""
    \x01É╩FM¬p\x12ö&`,"═\n
    ë
    """
  b"\x01É╩FM¼qºÁƒT"Z´2i"
  b"\x01É╩FM«rYï~g└~\x06:\x01"
  b"\x01É╩FM»rV¡¼5¸Rs█Æ"
  b"\x01É╩FM▒r\x0Fö­ã˺ïu\x1F"
  b"\x01É╩FM│r╬ë┴¥\x01ÆKV­"
  b"\x01É╩FM┤rÞÀ½\rë"ÆÅ"
  b"\x01É╩FMÂsmòñ█­║<\x03ª"
  b"\x01É╩FM©qHÂ3R®ÅöºÌ"
  b"\x01É╩FM║qb┤‗ÎÈ\x1CuAV"
  b"\x01É╩FM╝sTú« !è^ë\x16"
  b"\x01É╩FM¢p1¢#\x04-%Ê\x1D!"
  b"\x01É╩FM┐rÌí│╣9FÇKõ"
  b"\x01É╩FM┴p~▒3#▄æhÇ\x1E"
  b"\x01É╩FM┬r`ùı\x00.Õ6[z"
  b"\x01É╩FM─qô«~î\x126\x7Fª"
  b"\x01É╩FMãrk®\x12)*└÷ý3"
  b"\x01É╩FM╚syØø└y\r2Å┼"
  b"\x01É╩FM╔s░¥HèCÒÌZâ"
  b"\x01É╩FM╦r▀ü¿\x17`L\x11"
  b"\x01É╩FM═rᢧ(x\x11㧷"
  b"\x01É╩FM¤sƒàÈ]°¢º\x02²"
  b"\x01É╩FMðr└À└>\x13"ýÇõ"
  b"\x01É╩FMÊs¡£=°ı├4v\r"
  b"\x01É╩FMÈqWñ─\x1C\e\x1EÛv@"
  b"\x01É╩FMıpOÉ\fîß \x1CíÝ"
  b"""
    \x01É╩FMÎs!¢¼+▒}\n
    j╝
    """
  b"\x01É╩FM┘qµô¤¢9\x13├nØ"
  b"\x01É╩FM█q\x11ó3©└óÓ╚i"
  b"\x01É╩FM▄q6ù║╔Ä'×cñ"
  b"\x01É╩FMÌqMÁ\x19´Ü{¤ò¸"
  b"\x01É╩FMÓsÂ│dv\x12Ìløê"
  b"\x01É╩FMÔqa½*yoÝÿÚj"
  b"\x01É╩FMÒqû©LÖJ\x13?▓█"
  b"\x01É╩FMÕrtú«}╗\x11É;½"
  b"""
    \x01É╩FMþséè\n
    V(\x0FªÐN
    """
  b"\x01É╩FMÞs▀®\x11§w┌\x1F\x1F"
  b"\x01É╩FMÛqèúOb[Íü£w"
  b"\x01É╩FMýrñÀîP\x1En\x14ú╩"
  b"\x01É╩FM¯s\©=F\x1E\x14┤5"
  b"\x01É╩FM´r\x19ºØ╝þØ\x1D\x1DY"
  b"\x01É╩FM±qGø±·\x10\x16S\x0F`"
  b"\x01É╩FM¾pZ¢┴92-Ë"`"
  b"\x01É╩FM§qÇÆ´®Ï"*+¯"
  b"""
    \x01É╩FM÷r\x11í\x05¢┤\n
    ´1Ö
    """
  b"\x01É╩FM°pQè#1╬üiÀ-"
  b"\x01É╩FM·pjàÚÀ®^é\x02\e"
  b"\x01É╩FM³p ö_\x14\x03╗¦ú "
  b"\x01É╩FM²p*║¯±æåÅç}"
  b"\x01É╩FM sëéÆ\eGuTlo"
  b"\x01É╩FN\x01s¸┐¯·Øß%╠©"
  b"\x01É╩FN\x03r¦£■õÓ■ÑDÙ"
  b"\x01É╩FN\x04síí┌RM}▓æp"
  b"\x01É╩FN\x06s"▓h?ð/0\x04`"
  b"\x01É╩FN\x08p\x19ü\x18:\x10\x13¤$O"
  b"\x01É╩FN\ts‗ï▀¨Ln(\x08\t"
  b"""
    \x01É╩FN\vróÄù┌\x03\n
    ³W\x16
    """
  b"\x01É╩FN\rpËé\x1E¬g¦Øwf"
  b"\x01É╩FN\x0FsÛâÌ╣5Zxºä"
]
72 4.60 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 OFFSET 12000
Parameters:
[
  false
]
73 1.45 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩FN\x10p║▓óõÑoº/ï"
  b"\x01É╩FN\x12r┼░ܸ¨pÙ°3"
  b"\x01É╩FN\x14pà£╗ÒRB╣íd"
  b"\x01É╩FN\x15p7¢Ù\x12\x1D9ÝaÓ"
  b"\x01É╩FN\x17pY╝$ÂWj§┐þ"
  b"\x01É╩FN\x19rUîÝ\x18\x11\x18øײ"
  b"\x01É╩FN\x1ApÐó\x14I¯Þüü\x17"
  b"\x01É╩FN\x1Cs3¥l¶╩lÎr▄"
  b"\x01É╩FN&qáôC7`_FQ÷"
  b"\x01É╩FN's\rÿ N{@¾Mb"
  b"\x01É╩FN)q£Ü^ø╔\x02í7Z"
  b"""
    \x01É╩FN*pe½\x03*A\n
    }Ñë
    """
  b"\x01É╩FN,sñ¼á▓\x15ûýÿ├"
  b"\x01É╩FN.p║ú\x7F\f¾kıE\f"
  b"\x01É╩FN0q═º╦FHD"ì´"
  b"\x01É╩FN1r\x0F▓\æý│þ+Ù"
  b"\x01É╩FN3p\x0E«┴\t,7\x04¿Ï"
  b"\x01É╩FN5p\f╝¢=ãÙ╠ ö"
  b"\x01É╩FN7p\x1D£┘═ÉhµPú"
  b"\x01É╩FN8q;½T\x1CD\x11c■\x08"
  b"\x01É╩FN:qÞ¢¥tB¢õ^q"
  b"\x01É╩FN<sÐôõi╣S\x19æÛ"
  b"\x01É╩FN=s▄£xÑ░\r,óë"
  b"\x01É╩FN?pÝ¿{ÚåÒû\x1CÃ"
  b"\x01É╩FNAsÄÅèrD\x0E°z¡"
  b"\x01É╩FNBs^ÂUX 楡w"
  b"\x01É╩FNDrÇ©├>\x0Fo\x0F±Å"
  b"\x01É╩FNFq┌äåx\x19p}:@"
  b"\x01É╩FNHs\x15ÅÐû,╝|a└"
  b"\x01É╩FNIs\x0F¥®\x1F¬6B╚ø"
  b"\x01É╩FNKqòª\x15Ce\x07´¹\x1E"
  b"\x01É╩FNMs\׸‗<\x05├■""
  b"\x01É╩FNNsM×u°╝▒ƒwı"
  b"\x01É╩FNPs¸┤\x08"ýî\x1C┌±"
  b"\x01É╩FNRsðî┬¥U/0D×"
  b"\x01É╩FNTrƒá¥CG\x1AÝ¢Ò"
  b"\x01É╩FNVq°╣¯*æªûPj"
  b"\x01É╩FNWqñù\r?éñ©ÒÊ"
  b"\x01É╩FNYqÁÑþ°~\v(0?"
  b"\x01É╩FN[sB│þñ─Ï÷R¾"
  b"\x01É╩FN]s|ìÍB╔©\v"
  b"\x01É╩FN^rߍ%Cà¡┘I"
  b"\x01É╩FN`seÄ╚C³Í^DÕ"
  b"\x01É╩FNbpAº4¿dúòV}"
  b"\x01É╩FNcp\fúj╝g¾ÿ¼2"
  b"\x01É╩FNepk»\x1E/5§Sá─"
  b"\x01É╩FNgsÍòƒ\x17@Ü>ðD"
  b"\x01É╩FNisFÁsñq\┴uÁ"
  b"\x01É╩FNkqOª16▀Ñ oı"
  b"\x01É╩FNls■ê×O{˦åQ"
  b"\x01É╩FNnrn┐®8ð¥▀·é"
  b"\x01É╩FNpsNå½~ñ|╩ßí"
  b"\x01É╩FNrs3┐jFt`ÜêÉ"
  b"\x01É╩FNsr¡ä\x08°├\x1FÃã¦"
  b"\x01É╩FNup·Â\x17D\x0EýÇ\x1D\t"
  b"\x01É╩FNwpõÉj╩tË\x00\x149"
  b"\x01É╩FNys®Æn┼îH9Jý"
  b"\x01É╩FNzq┐èÕÌì÷Ì\x10U"
  b"\x01É╩FN|q│╗´"¡ç˱┌"
  b"\x01É╩FN~s4Ñ\r─¾üêx½"
  b"\x01É╩FNÇs©¼O(\x14ÊD┘\x15"
  b"\x01É╩FNür█╝\x01╠î\x7F\x18ùõ"
  b"\x01É╩FNâs▓ÅZM¨<èf█"
  b"\x01É╩FNàqO¥└Q╗ù¥[\x08"
  b"\x01É╩FNårÌæı6Ã│jZ*"
  b"\x01É╩FNêr\x07è║FÃ;ë<¥"
  b"\x01É╩FNèq;æ╠Uó\x16´½¶"
  b"\x01É╩FNîræøzpùà:jQ"
  b"\x01É╩FNìsN¬\x11¡^ZiC%"
  b"\x01É╩FNÅpCéͧ\v9\x14ýÜ"
  b"\x01É╩FNæsþÅQ\x00:Vûÿt"
  b"\x01É╩FNôq╠╣8J|´ë /"
  b"\x01É╩FNös\x1CÁ}\^┤Óºe"
  b"\x01É╩FNûqмÎ■o╔1µ╬"
  b"\x01É╩FNÿr▄╝ý‗õ┤÷:,"
  b"\x01É╩FNÜq┘½═ù`ýïq·"
  b"\x01É╩FNør9ùªY\x08h\x1Aÿ²"
  b"\x01É╩FNØsRÄ»7H╚®ñ\t"
  b"\x01É╩FNƒrPé\e"6Î■³½"
  b"\x01É╩FNáqXéÿ8B\x1DIÒ▒"
  b"\x01É╩FNóq­┤<Äù6\t*n"
  b"\x01É╩FNñr▓ø\r/\x1FÞD<\x10"
  b"\x01É╩FNªqùÿàaÒâHW´"
  b"\x01É╩FNºsàÄÊ<õ\x18\v"
  b"\x01É╩FN®pÑ®ê.E¤╦\x18V"
  b"\x01É╩FN½qzØ╣\x07_i}n╦"
  b"\x01É╩FN¼sUó\x11"B5Ãæ┼"
  b"\x01É╩FN«p╚º\x18ª»­¦k¿"
  b"\x01É╩FN░qíéz\x04å\x1F¼0^"
  b"\x01É╩FN▒sþª%▀ñB+╚ë"
  b"\x01É╩FN│r®£¦*3æ³X2"
  b"\x01É╩FNÁr°ï┤pæ7B´\x10"
  b"\x01É╩FNÀpÂû\x1F¦Ê¢╩■<"
  b"\x01É╩FN©qO½TÍâì╩¹°"
  b"\x01É╩FN║s┼ÿò▓ñÀ4}Ú"
  b"""
    \x01É╩FN╝p.¿\n
    &TF┌Kà
    """
  b"\x01É╩FN¥q`ìÌwâóðÊ®"
  b"\x01É╩FN┐rd▒¼è»/Lpx"
  b"\x01É╩FN┴qk©■c¶ËöÊf"
  b"""
    \x01É╩FN├sͬ}/\n
    Þ¸\x0F0
    """
  b"\x01É╩FN─r:ì³\v\x08\x18è¬Ê"
  b"\x01É╩FNãq)×C£1Û!-┘"
  b"\x01É╩FN╚sL╗éWÓ▓Å\x15S"
  b"\x01É╩FN╩sCÇ×UûM\x00"
  b"\x01É╩FN╦sÑ©5Cå═¹\rç"
  b"\x01É╩FN═s┼äÜCu\x16/'t"
  b"\x01É╩FN¤r╩¡4«^\x10Äù-"
  b"\x01É╩FNðq╚│{Ø▄{à¼\x19"
  b"\x01É╩FNÊsû░7÷®ö\f6q"
  b"\x01É╩FNÈsâ│æò[°‗:k"
  b"\x01É╩FNÍrLú▀U<\x10¢Î^"
  b"\x01É╩FNÎp┼ÖDïµ\x05ãå-"
  b"\x01É╩FN┘pªÄxgVHe½K"
  b"\x01É╩FN█rÒ×REZ=OîÅ"
  b"\x01É╩FN¦q;öÃ\t\x17\x1F>sa"
  b"\x01É╩FNÌr\x14╝ݪ+╣\x08û\r"
  b"\x01É╩FNÓrn┐¡¸\vOèøs"
  b"\x01É╩FNÔqBÆwNt▓+ ÿ"
  b"\x01É╩FNÒpjèÕF§\x05\x18┬!"
  b"\x01É╩FNÕqÏæâþmKO─1"
  b"\x01É╩FNþp┘¼Oð©£└bB"
  b"\x01É╩FNÞsb▒ß\r=tï¿┼"
  b"\x01É╩FNÛs=ñx6ZÀ±IC"
  b"\x01É╩FNýqqç=Eý'íL½"
  b"\x01É╩FN¯s±╣ç╩Oüõ\x0Eó"
  b"\x01É╩FN´p■ñî\x0FXtªÑ#"
  b"\x01É╩FN±p]çêõ█òoc©"
  b"\x01É╩FN¾r¨ñ\t<\x7F9\x191/"
  b"\x01É╩FN¶p¨£╚ÑL═G\x18ð"
  b"\x01É╩FN÷p`öB±Ä\x0Eô\x12"
  b"\x01É╩FN°rÝë╗([ü┬ÇÛ"
  b"\x01É╩FN·rPüH╚q¬\"\x14"
  b"\x01É╩FN¹p£¢\fôhÐ┌\f*"
  b"\x01É╩FN²q╗Ñ^¨ê║Â■Ñ"
  b"\x01É╩FN q\x1Câî>L\x01\x1EOy"
  b"\x01É╩FO\x01r\x08òC`ý ¿T´"
  b"\x01É╩FO\x02q úð²\x08\x7F|\x14÷"
  b"\x01É╩FO\x04sKï│½═6\x16{;"
  b"\x01É╩FO\x06s╦ë1²ôNı\x10"
  b"\x01É╩FO\x07p9¼Þ\x1A(5ı¹Ú"
  b"\x01É╩FO\tp@©║¨qk¥Fÿ"
  b"\x01É╩FO\vpYÂ|ëÔ█╚ê╝"
  b"\x01É╩FO\rppë\x15=ê÷÷h\"
  b"\x01É╩FO\x0Eq£ªj├Ûà\e7g"
  b"\x01É╩FO\x10qñôn╬$L.Aø"
  b"\x01É╩FO\x12qıû·²s\x12Ç®┤"
  b"\x01É╩FO\x13r$ï¥ã^┤þXL"
  b"\x01É╩FO\x15q╦øE{ü^h3ê"
  b"\x01É╩FO\x17p\x17┐áá3╩M¨\t"
  b"\x01É╩FO\x18q¡¬I┬Í\x0FNw╠"
  b"\x01É╩FO\x1Aq┼ç:_‗bKd\x10"
  b"\x01É╩FO\x1Cr¥ûÚ\x1DB┴æ╔ä"
  b"\x01É╩FO\x1Dp»▓\r┬ù;\x19¿¾"
  b"\x01É╩FO\x1Fpż¯åÇÎ\x1Aÿ]"
  b"\x01É╩FO!sÃÄ©\x08åá\x01ÇÚ"
  b"\x01É╩FO#r¨è█j\t\x1Em5Ó"
  b"\x01É╩FO%qú╝õ\x1DÙJè.-"
  b"\x01É╩FO&svÄe©ÉDy|/"
  b"\x01É╩FO(s·▒°(?2Ð,t"
  b"\x01É╩FO*p\e½%ú┘8\x19█Ï"
  b"\x01É╩FO+rï╝^¾÷¥^¿#"
  b"\x01É╩FO-sO║+ð\fvD\x08ý"
  b"\x01É╩FO/r]ÂÈÞ©╔°Ç "
  b"\x01É╩FO1poÉó0\r\vº╗â"
  b"\x01É╩FO2q\x1C¡)õ\x1D\x12à¹Y"
  b"\x01É╩FO4q{éIÄ╬nsîu"
  b"\x01É╩FO6p\x7F╗├U$┴\x01ÂM"
  b"\x01É╩FO8q_äskR║Ï=\"
  b"\x01É╩FO9s¡▓\x06\x06hmØÀ╠"
  b"\x01É╩FO;qðØ┬j\x01\x1A¤├¦"
  b"\x01É╩FO=r]®OQ¢Å\rÕÀ"
  b"\x01É╩FO?s©Æ\x1C\v>Ï .\x18"
  b"\x01É╩FO@såÉü\x06Å─Táò"
  b"\x01É╩FOBq\x08¬@m=º\x1DÊ╦"
  b"\x01É╩FODrõ©▓µ+Bê¥!"
  b"\x01É╩FOFsM▓&ζ<}Ü´"
  b"\x01É╩FOGqN║È5▄ãN7¡"
  b"\x01É╩FOIr;å¥ÕFGõ▒Y"
  b"\x01É╩FOKr\x0FÖrN▀k*═Z"
  b"\x01É╩FOLp\x1FÆ\x1A╗^C\x10¶¡"
  b"\x01É╩FONr¡░o┬¦æ\vÝ`"
  b"\x01É╩FOPp\eÀ¥┘T,<G\x15"
  b"\x01É╩FOQs\x1Aà¿\x08<.\x05Ø\x01"
  b"\x01É╩FOSqñë-ÞÔ\e"Û┘"
  b"\x01É╩FOUr«êѺðËùk¥"
  b"\x01É╩FOWqÒª9Shíàf\t"
  b"\x01É╩FOXq¬¬§%ô8┼¡Ü"
  b"\x01É╩FOZsï½V´µFi5\x7F"
  b"\x01É╩FO\qQªs│¾ìíö\r"
  b"\x01É╩FO]p┼®é\x13\v─@u?"
  b"\x01É╩FO_q│éV·\v═v3╝"
  b"\x01É╩FOas²«\x13┬î$Ѿt"
  b"\x01É╩FOcq¹®ô(│¬ƒ\x00¸"
  b"\x01É╩FOdp±│▄´òK°±T"
  b"\x01É╩FOfs3ô-\x17ı4£ÿ«"
  b"\x01É╩FOhq´╗o┼Öz|~\f"
  b"\x01É╩FOjs\x08ä¦M;└ Kn"
  b"\x01É╩FOkq@▒;h7àZÛÉ"
  b"\x01É╩FOmpÄ¿h╦ò)Ë4º"
  b"\x01É╩FOos\x16üj`½ÉÔX\x15"
  b"\x01É╩FOpr┴ÇØô\x0EÁ£x}"
  b"\x01É╩FOrrÍâ╬v«9»¹\x01"
  b"\x01É╩FOtpÂ▓È\eA╩Ö▓æ"
  b"\x01É╩FOvq┐òÜF└/Ä4³"
  b"\x01É╩FOwr\t¼u N<a╔é"
  b"\x01É╩FOyq1å{íê¶c§³"
  b"\x01É╩FO{rìô',▀ló\x14®"
  b"\x01É╩FO}pEá\x15«ú\x19=\x7FO"
  b"\x01É╩FO~p7ÑG§\x08v\x00\x03"
  b"\x01É╩FOÇp\fè\x11³║!3p["
  b"\x01É╩FOâplé┘b┼t¸┐╦"
  b"\x01É╩Fà7q"á\rÕâÆ┬íz"
  b"\x01É╩Fà8p\x14\x08¡^þpr¤"
  b"\x01É╩Fà:s¼â\f'²·®¦w"
  b"\x01É╩Fà;qÌ▒E­Z╚▓>X"
  b"\x01É╩Fà=s┤î\x0F\x100Cd"
  b"\x01É╩Fà?q/▒<┼ÈE×Íg"
  b"\x01É╩Fà@r«×ù=ò}>╗ô"
  b"\x01É╩FàBpı¡ÐaµÚ╩¦\t"
  b"\x01É╩FàCr\x00í\x18\x19ÅÊ\x1F\x01"
  b"\x01É╩FàEpþ▒\x06\x12Ã\x0EÿÄ▒"
  b"\x01É╩FàGs\x07ƒ\x03H\x02╚─®}"
  b"""
    \x01É╩FàHpÒùK\n
    G·ØÉO
    """
  b"\x01É╩FàJpiâ${\x1D¼_\ß"
  b"\x01É╩FàKqï¼lãü\¨¯▓"
  b"\x01É╩FàMqØ×┐24©?g\x1C"
  b"\x01É╩FàNpø¢[xõ~╣,\x1C"
  b"\x01É╩FàPq┐ÖÎÈ.mXQ┼"
  b"\x01É╩FàSpEæ¾±áæÎË "
  b"\x01É╩FàSpEæ¾±á®ë´ü"
  b"\x01É╩FàUq╝ç┴;Vý\x14æß"
  b"\x01É╩FàVpê«Ú*▄3║M\e"
  b"\x01É╩FàXrq«?\x05F^/Yl"
  b"\x01É╩FàZp}æÇÞ\eb\x018K"
  b"\x01É╩Fà[qrÂmÇ5¬þ\x08\x16"
  b"\x01É╩Fà]s°ò░âDÊ┐¸ã"
  b"\x01É╩Fà^r½¿╗Ï┬8ç¼8"
  b"\x01É╩Fà`r╣¡5\x01Þ│ö\x0F"
  b"\x01É╩Fàaq┐Á┼═Ë=ý¥ƒ"
  b"\x01É╩Fàcp\x04í‗▄\v%n│A"
  b"\x01É╩Fàep\x02¥d═C~¢ƒT"
  b"\x01É╩Fàfr6Äcærox\x0FD"
  b"\x01É╩Fàhq█½█(Ú:þ¶\f"
  b"\x01É╩FàiqKÂ¥J½½Ý´Ê"
  b"\x01É╩Fàkpê>\x1C$\x06ìïU"
  b"\x01É╩Fàlpr┐ÖÁäÔ߶£"
  b"\x01É╩Fànr\x19éV\x07\x04\x01ëûL"
  b"\x01É╩Fàpr«Ü³´\x17:│û$"
  b"\x01É╩Fàqs×û4æS+'ƒä"
  b"\x01É╩FàsqØù{ª\x11¼┼FW"
  b"\x01É╩FàtrZ╣█\x022m▒oB"
  b"\x01É╩Fàvs‗øx╚ÞOÂ]X"
  b"\x01É╩Fàxq¾£×Ê(¬H\x02/"
  b"\x01É╩Fàzs\x04æ\x1F\x1Fb²åªX"
  b"\x01É╩Fà{r\x11╗╝ÖsüZx\x11"
  b"\x01É╩Fà}qk╣│º═µ\x0FUy"
  b"\x01É╩Fà\x7FsD£╔Îç\x14 4O"
  b"\x01É╩FàÇpÇ╣Îf¤±ëçE"
  b"\x01É╩Fàéq¼®hI4¨°p?"
  b"\x01É╩Fàäq$¢î©s='0T"
  b"\x01É╩FàåqϪ8¯oï:i╩"
  b"\x01É╩Fàçráü>UóÅÛ'ô"
  b"\x01É╩Fàëp8ó{¡▀\x12\x12─ñ"
  b"\x01É╩Fàïq¿Äàæó\vƒ║\x01"
  b"\x01É╩Fàìsø¡È³]¶öSw"
  b"\x01É╩FàÄròܤBãò.\x02¿"
  b"\x01É╩FàÉqËæȵ¿Ý] `"
  b"\x01É╩FàörSé"I\█Þès"
  b"\x01É╩FàörSé"I\´A£├"
  b"\x01É╩FàûpÜïË\x13Ä‗{\f"
  b"\x01É╩FàÿrYÿÒxª6(├▒"
  b"\x01É╩FàÜsQÄL╗¸õ\x19ç\x14"
  b"\x01É╩Fà£s:®Ï!ÆfÖ1n"
  b"\x01É╩FàØqwâ┤U¹Yñ8V"
  b"\x01É╩FàƒrâöH­»aÔN*"
  b"\x01É╩Fàípõ╣1\x16\x06\x18U┬"
  b"\x01É╩Fàós¨ÅP╩UØÅÛ&"
  b"\x01É╩Fàñp¨▒W\O┐\x11░á"
  b"\x01É╩Fàªr¤î'%\x1EÂw╠¨"
  b"\x01É╩Fà¿qËû\x1F▀­Ò3(þ"
  b"\x01É╩Fà®s1Öcƒ\x1E\v®D\x11"
  b"\x01É╩Fà½r\x11ê0¹±└n\x12""
  b"\x01É╩Fà¡sKÉ&âøB\x1E"
  b"\x01É╩Fà»s▀×\x1F\x084*?Vî"
  b"\x01É╩Fà░poÆ\x1DÜ└íº\x18\x08"
  b"\x01É╩Fà▓r╗║\rø═h\x01Ä\x01"
  b"\x01É╩Fà┤rCù{':x]NE"
  b"\x01É╩FàÁqYá\x10\x16?áÞ²ÿ"
  b"\x01É╩FàÀpEÄ[EÔ­l"¨"
  b"\x01É╩Fà╣sg╗\rtÆÖ¯\vÉ"
  b"\x01É╩Fà╗rL£ÑƒU\x7Fó$▒"
  b"\x01É╩Fà╝r­â»Oò\x1AÞ8¹"
  b"\x01É╩Fà¥s┘ħË▀}┐q\x06"
  b"\x01É╩Fà└s╗òmrt7S´P"
  b"\x01É╩Fà┴pK╗■{»:à­c"
  b"\x01É╩Fà├r´å\fã.S£»]"
  b"\x01É╩Fà┼sçèõ®fz■aí"
  b"\x01É╩Fàãp\x04è}\x06\e▄╔"
  b"\x01É╩Fà╚p¼ÿÑ¥Ì└S )"
  b"\x01É╩Fà╔qùïke¬ôå.ı"
  b"\x01É╩Fà╦sçÆÓ└║m░2\x12"
  b"\x01É╩Fà═rÈ¿lO/`î▓ê"
  b"\x01É╩Fà╬qç¼ô}ô='\x11+"
  b"\x01É╩Fàðs2âm/\x19*²R«"
  b"\x01É╩FàÊpÊöò[íéc3j"
  b"\x01É╩FàËp)£#i̼╗¾£"
  b"\x01É╩Fàıp\rál╔╬ðTy╔"
  b"\x01É╩FàÍp=í¶\x18W©âÚH"
  b"\x01É╩FàÏs\e╣T8it \M"
  b"\x01É╩Fà┌qvÅ2╬0uMýÍ"
  b"\x01É╩Fà█qqÂ!h»6ïÁ±"
  b"\x01É╩Fà¦rƒƒi@`¡6\rÎ"
  b"\x01É╩FàÌr.¡A\x04§4ýxû"
  b"\x01É╩FàÓs\x15ØÀl[\x06Y!┼"
  b"\x01É╩FàÔpÍ┤ê\x013ìmªß"
  b"\x01É╩FàÒrfÑs─Z\x12çOı"
  b"\x01É╩FàÕs▄ÇƧ[ı«\x18§"
  b"\x01É╩Fàµr┐¼=ÆwV┼P\x06"
  b"\x01É╩FàÞsC¬Jf!¹Å╬Ó"
  b"\x01É╩FàÛrÀÇÒÎå░­¬¥"
  b"\x01É╩FàÙrº®*\e& ─¦\x15"
  b"\x01É╩FàÝqe¬·└à!│Hå"
  b"\x01É╩Fà´qðæ§\v╗‗\r[,"
  b"\x01É╩Fà­rã®cÆ,\x1F\x08╔╗"
  b"\x01É╩Fà‗qÊÅ┴\x04¯+°ÎZ"
  b"\x01É╩Fà¾s;▒\x01f>╣╣╬/"
  b"\x01É╩Fà§r╦ïª─┘F29æ"
  b"\x01É╩Fà¸r▒ฤwkÒe6"
  b"""
    \x01É╩Fà°s\x7Fë╠ZNa║\n
    O
    """
  b"\x01É╩Fà·q®âO(\x04,N¦Ü"
  b"\x01É╩Fà¹s¹ÖX\x15╝■¶`║"
  b"\x01É╩Fà²rLïp±EL®7ò"
  b"\x01É╩Fà s■¡£IØ█®:╗"
  b"\x01É╩Få\x00r9ƒkq§¡‗(Ý"
  b"\x01É╩Få\x02q¸ô\x11┼&pá\x02"
  b"\x01É╩Få\x03pUÉ‗·êïøÑ╠"
  b"\x01É╩Få\x05såÁÃl\x12┼JÒÌ"
  b"\x01É╩Få\x07p~ªB╩£\x1C\x14|\x1E"
  b"\x01É╩Få\tq▀àDTÆï;{\x18"
  b"\x01É╩Få\vq^èÈî═Ñ6\x11Ö"
  b"\x01É╩Få\rsÆÆ─;«\tMÒr"
  b"\x01É╩Få\x0Fqσ\e̪M6~y"
  b"\x01É╩Få\x11q¼ñ¨×î)¶╚┬"
  b"\x01É╩Få\x12q\x1Cñ_NÔJ\f"
  b"\x01É╩Få\x14q¹ª\f╬ñ%│\x0Eò"
  b"\x01É╩Få\x16p§┤┐£┐0ùm┴"
  b"\x01É╩Få\x17sæóñJ4\x0EÛ.\"
  b"\x01É╩Få\x19pÚ▓ª\x12╔╗®©║"
  b"\x01É╩Få\es´é\x1E¿¬r­═Y"
  b"\x01É╩Få\x1Cs:áå║I*­\x171"
  b"\x01É╩Få\x1Es1╗+ÔÑÒ\x1Eùñ"
  b"\x01É╩Få rk┤├q`[ê\x141"
  b"\x01É╩Få"q<ê└¦5\x06À┬\r"
  b"\x01É╩Få$pü£Äü`{╠iF"
  b"\x01É╩Få&s\x17┐└1s°|ı╔"
  b"\x01É╩Få(q«¿¦EW▒lJû"
  b"\x01É╩Få*rS╝ø┐@MyÃù"
  b"\x01É╩Få,qªæ­Óp╬ñı\r"
  b"\x01É╩Få-s\x00┐ZÈ\nÑäQð"
  b"\x01É╩Få/sí▓(á+║¿`ÿ"
  b"\x01É╩Få1r╦¼\r)╩Ä┤\x1AZ"
  b"\x01É╩Få3rA»╦xæ\x13¹/î"
  b"\x01É╩Få5rØ»┘·═OÁ╬²"
  b"\x01É╩Få7s\x1Fïe`‗Þ9┼¥"
  b"\x01É╩Få9s╠Öàð\x19e╠¦í"
  b"\x01É╩Få;s▓ƒó#▒"µ¾`"
  b"\x01É╩Få=q╩│\x1A\x04æfþ\x04A"
  b"\x01É╩Få?sG¢▄äÕ■?p\x1E"
  b"\x01É╩Få┴pÜøFÝÏ*▓Bî"
  b"\x01É╩Få┬r´░úO\x1A╩íµ"
  b"\x01É╩Få─ruº\x02╗|Ø┴GÞ"
  b"\x01É╩FåãsòØ×È9\x04·µ0"
  b"\x01É╩FåÃpx▒^K°ı92Õ"
  b"\x01É╩Få╔q|┐ûz\e┘D═\x15"
  b"\x01É╩Få╩sþ¬Æ-╬÷Ϧ|"
  b"\x01É╩Få╠sO¼╦âpö\rıý"
  b"\x01É╩Få╬sÚÿ╦\v­PXÌÃ"
  b"\x01É╩Få¤rÇÜ\Çä\tú×m"
  b"\x01É╩FåÐs"Øh˶æÁ~\x07"
  b"\x01É╩FåÊr)Øö²L╗î\x02|"
  b"\x01É╩FåÈry║\x1F\x1D6,─\x16\x15"
  b"\x01É╩FåÍq!å\x19CRý\x03\x13\"
  b"\x01É╩FåÎp¹£y`\e¾vMP"
  b"\x01É╩Få┘r9ç¾\x1E`b└Ý¿"
  b"\x01É╩Få┌qþ«ÓÜ_?y┤Z"
  b"\x01É╩Få▄s\x05ç"─¸\x13à\x19W"
  b"\x01É╩Få¦r2èµ2­îI¢\x7F"
  b"\x01É╩FåÌqáèe└Yª─}═"
  b"\x01É╩FåÓr\tîP8ï¯7]\v"
  b"\x01É╩FåÔs╦¥#¬ı«┼Kº"
  b"\x01É╩FåÒsÙüÎ?!sçö╠"
  b"\x01É╩FåÕpÑàXK\x05¶$:░"
  b"\x01É╩FåµqÏëÈÆ×\x06y\t~"
  b"\x01É╩FåÞrÑïý┘ýT½\x13\r"
  b"\x01É╩FåÛr!é\x15tjtı\x7F`"
  b"\x01É╩FåÙr¾ÜMA\x13ÆÃÒ\x14"
  b"\x01É╩FåÝsƒ®.ÌΡ├\x0E2"
  b"\x01É╩Få¯qÞç?˱Ä:╦ô"
  b"\x01É╩Få­rMî%\v■6■J\x03"
  b"""
    \x01É╩Få±s>ùÌ\n
    :V³wC
    """
  b"\x01É╩Få¾qñíU ╬■\x13cx"
  b"\x01É╩Få§r!▒%\x14x╗Pã\x10"
  b"\x01É╩Få÷qþì÷H\x14\x069\r"
  b"\x01É╩Få°pÅñ>│\v6Þ─~"
  b"\x01É╩Få¨p║Ñ7³Ð\x01±-p"
  b"\x01É╩Få¹p\x1FƒnÁ\x07gÑï]"
  b"\x01É╩Få²pÚÑ¡"ºãÞòÛ"
  b"\x01É╩Få■pUöVL~ø˵®"
  b"\x01É╩Fç\x00r\rÆsÿÊrQ®K"
  b"\x01É╩Fç\x01r\x13ïIb╠adþú"
  b"\x01É╩Fç\x03s­ú‗ƒ┤Dý▒è"
  b"\x01É╩Fç\x04q║öäUùª\x04\x02P"
  b"\x01É╩Fç\x06pa»ëeàÃj¼À"
  b"\x01É╩Fç\x08sÒø\x16ddzñÝ:"
  b"\x01É╩Fç\tr,¼¦D5w╠9Ô"
  b"\x01É╩Fç\vs:ƒî@\x02ðq\x06²"
  b"\x01É╩Fç\fs~Ç\x18véA▄Õ""
  b"\x01É╩Fç\x0Er\x18Üı█\x14±A\x04\x01"
  b"\x01É╩Fç\x0Fréùpã8/bÚ|"
  b"\x01É╩Fç\x11s\x08ë²ÞÆmB £"
  b"\x01É╩Fç\x13q\x17ö¡¢ûBC<L"
  b"\x01É╩Fç\x14p╚▒/┐V½ä<'"
  b"\x01É╩Fç\x16q\x1D╣¨║»Úâ)x"
  b"""
    \x01É╩Fç\x17s└┤\n
    çem¢\x1Aé
    """
  b"\x01É╩Fç\x19qeíÜ╝#\t¥hÎ"
  b"\x01É╩Fç\er]½\x1D\e║K<J\x15"
  b"\x01É╩Fç\x1Cpiº\x03>$\e òì"
  b"\x01É╩Fç\x1Er\x07Ø\x1CôHû¥³Ù"
  b"\x01É╩Fç\x1Fq\x1Fñ─ù­Y=?Ð"
  b"\x01É╩Fç!p|î6º°╦Ô\e\x03"
  b"\x01É╩Fç"pÞØdibƒ¹ê^"
  b"\x01É╩Fç$r║Ä▀│ãÀ·\x03¼"
  b"\x01É╩Fç&r8ù­ ã¤┘Ó\e"
  b"\x01É╩Fç'qñê'ÉìJÓãÄ"
  b"\x01É╩Fç)pø║`\tö_\x7FèÃ"
  b"\x01É╩Fç*qèÿÝb)ÅVÿ\x07"
  b"\x01É╩Fç,r;ôí#wîÏV´"
  b"\x01É╩Fç.plÑ└‗±┬└Uÿ"
  b"\x01É╩Fç/rp░è│└s\x08©Ë"
  b"\x01É╩Fç1r┌ª¸╠Ù\x14\x11"
  b"\x01É╩Fç2qa¼ZΩ:O§"
  b"\x01É╩Fç4s+å<zã\x10;ßË"
  b"\x01É╩Fç6ryÅb\x06ºà§Â░"
  b"\x01É╩Fç7spû"ïs─¶<®"
  b"""
    \x01É╩Fç9q\x18\n
    ╗L\x05─Ø@
    """
  b"\x01É╩Fç:rò▒Ð7µ┐]\x12Ç"
  b"\x01É╩Fç<qÝÄ<Tf░>iU"
  b"\x01É╩Fç>s!í}O²│É╝§"
  b"\x01É╩Fç?r\x00à2|0=\v£Ì"
  b"\x01É╩FçApJì\x0F\x19þ¡gÃ└"
  b"\x01É╩FçBp╩àM¬\fi0\x10u"
  b"""
    \x01É╩FçDq|º/Õ\n
    åEûð
    """
  b"\x01É╩FçFrvü\x0F\râþ┴0¨"
  b"\x01É╩FçFrvü\x0F\râ■\x0EU`"
  b"\x01É╩FçHpdëë┼Ñ{^¨Â"
  b"\x01É╩FçJp·¡Öí\x1Eë"Ì`"
  b"\x01É╩FçKp¤ÿ┬òUé{·A"
  b"\x01É╩FçMr\x0Fö┌»UwS\tß"
  b"\x01É╩FçNqÕ╣┴±\eÞ┘àA"
  b"\x01É╩FçPr»ù«¯├ã\x1F\x17Ú"
  b"\x01É╩FçRpb┐Ù\x19Ø}\x01"
  b"\x01É╩FçSqñ£_s╠Õ║½X"
  b"\x01É╩FçUpXƒü^ù║&[o"
  b"\x01É╩FçVpÊæ\x07t-c®ÆÖ"
  b"\x01É╩FçXpáô]\f°N¸0\x05"
  b"\x01É╩FçYqàø└a qûb7"
  b"\x01É╩Fç[q¬öü\x1E×&¶dÀ"
  b"\x01É╩Fç]q│Â)§2▄ÎV("
  b"\x01É╩Fç^sr¡UöùwEnI"
  b"""
    \x01É╩Fç`raƒY#\n
    ðj‗í
    """
  b"\x01É╩FçasB£/þM\x14╦P."
  b"\x01É╩Fçcr\x19¥tkî═^u░"
  b"\x01É╩Fçdr2¬z9\x1Ej\x14"
  b"\x01É╩Fçfpm«wÍz8þcø"
  b"\x01É╩Fçhsì╗^éjGTõ>"
  b"\x01É╩Fçirý┐¸?Ô\x17®5£"
  b"\x01É╩FçkqKÿ/¢\x18‗p─\x14"
  b"\x01É╩Fçlrrën┌2e@;G"
  b"\x01É╩FçnsíªD\x03ÐùöÙ\x1E"
  b"\x01É╩FçprV¥Ä\x11Ø2Ì\x11$"
  b"\x01É╩Fçqr\x19àP\x07\ò9¼¢"
  b"\x01É╩FçssA£ã┼£░hc▄"
  b"\x01É╩Fçtp\x01í║³¦\x15\v"
  b"\x01É╩FçvsXö'\x1C\x02ÀZ«"
  b"\x01É╩Fçwp»Ç\x0FJmÃ╬ɽ"
  b"\x01É╩FçysÍöÐJýÀl¿("
  b"\x01É╩Fç{phæWu7X:Ò\x14"
  b"\x01É╩Fç|ríº║,Þ#\x04hi"
  b"\x01É╩Fç~s░ÂÜ|pı½ù\x06"
  b"\x01É╩Fç\x7FqCÉL²5¯ÄÅM"
  b"\x01É╩FçürS│@²¢\x1E÷t┼"
  b"\x01É╩Fçéqxá═\rö&S%‗"
  b"\x01É╩Fçäp\ÿz╠Æ1w¼Ü"
  b"\x01É╩Fçåpõ¿ö╠»ò\nF\x00"
  b"\x01É╩Fë/r‗«│VN\x1E)Ïc"
  b"\x01É╩Fë1qÒ½M\t\eSá´\f"
  b"\x01É╩Fë2pdóÅ\f¶ËhÉ®"
  b"\x01É╩Fë4qÔ▒╚ã¾]█j┴"
  b"\x01É╩Fë6r£ë\f\t\e%7"
  b"\x01É╩Fë8r\x1CÑ\x1EÔÃ█G4\x11"
]
74 4.59 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 OFFSET 12500
Parameters:
[
  false
]
75 1.21 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩Fë:rY«ÇyY\tl{Ñ"
  b"\x01É╩Fë<r\x01╝±]ù5©:\x02"
  b"\x01É╩Fë=r▄▒;Ú\x12P█\x1E "
  b"\x01É╩Fë?p,ç.W3Á!e<"
  b"\x01É╩FëAr╬ï╬ÖÃ{Ю!"
  b"\x01É╩FëCr~ûg,WFl$\e"
  b"\x01É╩FëDp╠»ZB¨É\t{,"
  b"\x01É╩FëFp\x00É█┐╔öv\v1"
  b"\x01É╩FëHp6ö\x0E/}Ò=Ò\f"
  b"\x01É╩FëJp<üBäÏØ:À3"
  b"\x01É╩FëKqI╝ó«\'3B#"
  b"\x01É╩FëMr!Ç*\x1A-áaC\x7F"
  b"\x01É╩FëOrmñmb\x15;$ðt"
  b"\x01É╩FëQsaƒ6õò╩\fæí"
  b"\x01É╩FëSr@»\x1Eaä~Ô░¯"
  b"\x01É╩FëTsÖÄM#Î\x05░uå"
  b"\x01É╩FëVs·âªDò9΃è"
  b"\x01É╩FëXqà½Ú,ûshúƒ"
  b"\x01É╩FëZs│ò╣4°\x11Î[ß"
  b"\x01É╩Fë\q\x12▓~½\x11lj╩g"
  b"\x01É╩Fë^r9¿─À\x19ù¼a7"
  b"\x01É╩Fë_sê¼So\x01à wm"
  b"\x01É╩Fëaq\x7F║╦L\x08\e┬Û\x03"
  b"\x01É╩Fëcp}ì¹T¥«á\x0EZ"
  b"\x01É╩Fëep\x06ª▓ÏV╩ßK÷"
  b"\x01É╩Fëfsóö»"~ƒV\x14D"
  b"\x01É╩FëhpÄóÿ¾\x0E§²k┐"
  b"\x01É╩Fëjsm×þ\x07rdh<à"
  b"""
    \x01É╩Fëks]Ŧ\vÉ\n
    ┌õ\x1C
    """
  b"\x01É╩Fëmp\x13íík8╗¢à\x00"
  b"\x01É╩Fëor~Ü-Àøìð\Ê"
  b"\x01É╩Fëqp\rÀo²IsC\x16ò"
  b"\x01É╩FësrúÀTrIþÛ̵"
  b"\x01É╩Fëuq¡¡─õ³å:\x1A|"
  b"\x01É╩FëwrW¡^Îô(V<Ý"
  b"\x01É╩Fëxp^º\x18ðÈ/Ë°a"
  b"\x01É╩Fëzpý½C"ðí_e\x14"
  b"\x01É╩Fë|r\x02ØÄÓéñ\x10gU"
  b"\x01É╩Fë~q(ûß°\x06µıØ@"
  b"\x01É╩FëÇr àN#w´Ht;"
  b"\x01É╩Fëér¾Â\x00o▓Eÿâ|"
  b"\x01É╩FëàrO┤½\x17ºã\x16\x7Fã"
  b"\x01É╩Fëçs╗åTØ!!£º,"
  b"\x01É╩FëëpÙ×Ú=s╬ï1\x06"
  b"\x01É╩FëèqÆ┐Clò¾ \x08\x1D"
  b"\x01É╩Fëîsq©8ıw%▄╝Ö"
  b"\x01É╩FëÄsP»¥ÛY¸¤©■"
  b"\x01É╩FëÅs▒¬ö_}Å│l▓"
  b"\x01É╩FëærúÄò7Ê\x15ª4|"
  b"\x01É╩FëÆr8ê\x7F\x1FË.ífV"
  b"\x01É╩Fëöq'¼ƒíz▄\x1DÞ\x19"
  b"\x01É╩Fëûr"║.ð!ƒ³Ãh"
  b"\x01É╩FëùsÕç═║\x05Ë\x07\x0F¹"
  b"\x01É╩FëÖpE¢╣▒\x16LQ~k"
  b"\x01É╩FëÜsJøı\x14\x06xBYZ"
  b"\x01É╩Fë£pò«é?L┘Ô\x16¼"
  b"\x01É╩FëØr.┐\x127¶ÞØ`á"
  b"\x01É╩Fëƒq%½_!mÅU#&"
  b"\x01É╩FëíqlÁ¥íÞ■£Ðè"
  b"\x01É╩Fëór\x16ÿ\x19Û}Ô\t-q"
  b"\x01É╩FëñsÄ¢\x12;.PffB"
  b"\x01É╩FëÑp\x18óIüÛ]SÈ2"
  b"\x01É╩FëºsUöÕ²}\x02─ÿº"
  b"\x01É╩Fë®qäÁÑ\rá3\x11\x18~"
  b"\x01É╩Fë¬p¥×n\fW┼ïFe"
  b"\x01É╩Fë¼pQ╣r°╦bbNû"
  b"""
    \x01É╩Fë¡p³ï\x06J[├\n
    \x19\x19
    """
  b"\x01É╩Fë»pìçÔÑ\x08^×ÚÌ"
  b"\x01É╩Fë▒sèÀôÄ:\tA¯¹"
  b"\x01É╩Fë▓s¿é¥Îb½T╗ê"
  b"\x01É╩Fë┤s¶ò┘2äµ┬á."
  b"\x01É╩FëÁq\x12║¥J\x04\x03▄þ³"
  b"\x01É╩FëÀqzåÝI\x0Equ»""
  b"\x01É╩Fë╣q\▒9Ã7ï\e\x16\x7F"
  b"\x01É╩Fë║qñÅ[╠/´¼b┼"
  b"\x01É╩Fë╝r\x18äâà├\x15\x05ô▒"
  b"\x01É╩Fë¢s0ªzcƒ╚,v·"
  b"\x01É╩Fë┐s╝¢8f\x11▓-<\x1A"
  b"""
    \x01É╩Fë└pÀá6\x06\n
    ¹╠├%
    """
  b"\x01É╩Fë┬r┼ØèÖâÀ½u\x04"
  b"\x01É╩Fë─r¶ò>·¡\x11¼┼┘"
  b"\x01É╩Fë┼qW¢└■QC}JL"
  b"""
    \x01É╩FëÃq^░ıù^\n
    yÝó
    """
  b"\x01É╩Fë╚s┤ü┴o▀Ò¨¿D"
  b"\x01É╩Fë╩s█é!q¨Öÿñ="
  b"\x01É╩Fë╠qÀôñ╦½7î\x15$"
  b"\x01É╩Fë═q:áª▀_SDUë"
  b"\x01É╩Fë¤rPÇõa9âÁõ╝"
  b"\x01É╩FëðqN¥ß\x0EmäÒ>0"
  b"""
    \x01É╩FëÊpVº┼fl╝\n
    ã\x04
    """
  b"\x01É╩FëÈs×äÏ\x00\x1FM¾╦I"
  b"\x01É╩Fëıs▓í]┴\x06¹Óø\v"
  b"\x01É╩FëÎsY»1Ã└÷Ýà¾"
  b"\x01É╩FëÏqì╗é·p9r║\x10"
  b"\x01É╩Fë┌qÕá\x11ðÙh¿▄Ù"
  b"\x01É╩Fë▄p~î¡╗É\x16àßÏ"
  b"\x01É╩Fë¦rܪ║¢;╣\x1AE╔"
  b"\x01É╩Fë▀pNò\x1Eywî¯R8"
  b"\x01É╩FëÓq╠î6═\x1E▀┐%▀"
  b"\x01É╩FëÔr│½├×÷,õ·å"
  b"\x01É╩FëÒsI¢%³F¤H÷¤"
  b"\x01É╩FëÕrTæ╣\v╗¿trº"
  b"\x01É╩Fëµq¹£Ý$;}§½ß"
  b"\x01É╩FëÞs\x1DåF\fFÃ69ù"
  b"\x01É╩FëÛs\x1F»+┘Läü¨á"
  b"\x01É╩I\vasn┐zìô¤Xµ±"
  b"\x01É╩I\vcrû¬Ê\x17\x1D¿o\x1C¥"
  b"\x01É╩I\vep¹╗Ù{sï\t"
  b"\x01É╩I\vgs×îãì\x025┴┬Ñ"
  b"\x01É╩I\viq^Äk?«µö¡¼"
  b"\x01É╩I\vjs,¢õfõÄü/ç"
  b"\x01É╩I\vlpÐåþ╠╝$7\f\x08"
  b"\x01É╩I\vnr'î├U\e(Q;³"
  b"\x01É╩I\vpp└ñ│Ç¿Ç`è\x02"
  b"\x01É╩I\vqqº®±ù\x02¦»\rA"
  b"\x01É╩I\vsr\x1FáM░µ╦vv'"
  b"\x01É╩I\vur┌ú┘Tê½³O³"
  b"\x01É╩I\rìq┘®¤\x18Z\x08╚:¡"
  b"""
    \x01É╩I\rÆp4íâSç\n
    à'ñ
    """
  b"\x01É╩I\rörıø\x13ß½35ú╗"
  b"\x01É╩I\rûsüìñ,j¿Ã\v"
  b"\x01É╩I\rÖq║¼ñ8ð@─É\x07"
  b"\x01É╩I\røp~¥>üÖ{ߨ\x15"
  b"\x01É╩I\r×s\x18«┌/├\x1FØ\x05ü"
  b"\x01É╩I\ráseÇ░\x0Eîôg(d"
  b"\x01É╩I\rúpÙÆ4È╔Ç<(¥"
  b"\x01É╩I\rÑr¸ûÖWhG\x001\x19"
  b"\x01É╩I\r¿q\x0Fí\x13<\tçtx\x1D"
  b"\x01É╩I\r®p\t\x18\x16ÞÎ\x16"
  b"\x01É╩I\r½p┼èÁc}<\x04\x08"
  b"\x01É╩I\r¡pªÑ39Ëuh7>"
  b"\x01É╩I\r«qz┤GüògYj├"
  b"\x01É╩I\r░pÿøYÉë_\x03ÇÍ"
  b"\x01É╩I\r▓qáô,¸Zu*├Æ"
  b"\x01É╩I\r│qõèäÚhæ#¿t"
  b"\x01É╩I\rÁp¨ûºÛ`Ï\f1""
  b"\x01É╩I\rÀpfê§þ┤ý£dà"
  b"\x01É╩I\r©p╝ƒp×-d▒\x14"
  b"\x01É╩I\r║q╩ô9\x19gî6═ö"
  b"\x01É╩I\r╗s╦Ñ\t÷VN┬¤¥"
  b"\x01É╩I\r¢sß┤\x1A}H¸╠,\e"
  b"\x01É╩I\r┐p6î¯┌óØÝê`"
  b"\x01É╩I\r└p├┐J▓ZH\x00"
  b"\x01É╩I\r┬pË£QKSÒ\x12N9"
  b"\x01É╩I\r┼q¤ù┬}N╔e93"
  b"\x01É╩I\rÃp´éhV»@\x00\x02ó"
  b"""
    \x01É╩I\r╔r\n
    ª├mÅOü┴:
    """
  b"\x01É╩I\r╩s╔ú©ö³_¬ │"
  b"\x01É╩I\r╠q¿ê\\x120╔E8M"
  b"\x01É╩I\r╬pÃá\x1D\r\x1A\x00P"
  b"\x01É╩I\rðrH╣\x14µ\x11~\x08r$"
  b"\x01É╩I\rÐq\r¡oxdïF]_"
  b"\x01É╩I\rËsó¼£╚éLÁ±▄"
  b"\x01É╩I\rıs*×\x08MDô×\ft"
  b"\x01É╩I\rÎq\x02¿ÙµýãZ\x07Ì"
  b"\x01É╩I\r┘süÉ\x02µSw´åÕ"
  b"\x01É╩I\r┌rÿ¥æ\x1EYLù)|"
  b"\x01É╩I\r▄påå#Ârb▓b^"
  b"\x01É╩I\rÌr»¼y\x18\x15d\x1Aç³"
  b"\x01É╩I\rÓr»┤Ê‗~®.¸v"
  b"\x01É╩I\rßq\véı{\r¼%?%"
  b"\x01É╩I\rÒp╦á]ò±º&ßä"
  b"\x01É╩I\rÕrÓÿ}Oq─â.┌"
  b"\x01É╩I\rþs╗Æ2■m│îÞ½"
  b"\x01É╩I\rÚp¸ÇqiÜÑf¡h"
  b"\x01É╩I\rÛsæ®OcÀC\x07"
  b"\x01É╩I\rýqKÆ╗X\vØÒÞÓ"
  b"\x01É╩I\r¯p=î╔‗´k1pÙ"
  b"\x01É╩I\r­s╬£«[PË╣s)"
  b"""
    \x01É╩I\r‗p■¼|\n
    }╠Èrÿ
    """
  b"\x01É╩I\r¾qAúå╣Ó´J½█"
  b"\x01É╩I\r§s│Ö&°\x02ã▀Þ`"
  b"\x01É╩I\r¸q¾ùçöOyþ}╩"
  b"\x01É╩I\r¨p▄Àî/\x1FÔ¿þÅ"
  b"\x01É╩I\r¹sJ¥╩\x13`\5nï"
  b"\x01É╩I\r³q2ü\x10\x08\x1C9öù;"
  b"\x01É╩I\r■r-ù7Ãÿü█ÐJ"
  b"\x01É╩I\x0E\x00q%ù3\x03ux\fF\x14"
  b"\x01É╩I\x0E\x02qÿª\x0F.§;±ù×"
  b"\x01É╩I\x0E\x04r\tâ\t.§ı\vX\x05"
  b"\x01É╩I\x0E\x05p\x0EïG<<k║þ "
  b"\x01É╩I\x0E\x07rÁá▒.IÃ8\x19Ù"
  b"\x01É╩I\x0E\trÈç°ó\f\x16v\eê"
  b"\x01É╩I\x0E\vqðÁð\v┼t"ó\x1F"
  b"\x01É╩I\x0E\fpÚª5ò$L═\x14*"
  b"\x01É╩I\x0E\x0Eq\x7F¿o÷8┬¾Îè"
  b"""
    \x01É╩I\x0E\x10r\tú\n
    ]Ö¦û▄æ
    """
  b"\x01É╩I\x0E\x12p\fÀ8░E°¼╣m"
  b"\x01É╩I\x0E\x13r\x17íkå\x1AÇ\a°"
  b"\x01É╩I\x0E\x15p¢«Ü9\f+`^4"
  b"\x01É╩I\x0E\x17q¤çA=\x06\x1Eur"
  b"\x01É╩I\x0E\x18s\e©pê\x1F\x0EJM~"
  b"\x01É╩I\x0E\x1As-ó\x11\Xö×\r\x12"
  b"\x01É╩I\x0E\x1CslÆ,▓ø\x12B}å"
  b"\x01É╩I\x0E\x1Dr▓üç\x1F\x1A.+"
  b"\x01É╩I\x0E\x1FpGö╦6¹\fK*£"
  b"\x01É╩I\x0E!qº¢╩¦-‗╦¢>"
  b"\x01É╩I(åsÔ┐┌KdOP2""
  b"\x01É╩I(ês\îÔ:íûõ\x19]"
  b"\x01É╩I(îsB»(\x0E\x19ÎÅ\x15Ó"
  b"\x01É╩I(Äs¼»·Hu┘+k¤"
  b"\x01É╩I(æsQ®ÀÊ5pÝ?Ø"
  b"\x01É╩I(ösöºä┤╣È£LÜ"
  b"\x01É╩I(ûpZ┐\x04\v\x11k\x14"
  b"\x01É╩I(ÿr│ï║%û\x13=╝t"
  b"\x01É╩I(øqjø┼·kQiúß"
  b"\x01É╩I(Øpb«\f¤▒¢▒¶\r"
  b"\x01É╩I(ƒrmƒa\x1DÉ▓╠\t®"
  b"\x01É╩I(óp/Øñà:Ø╩%\x02"
  b"\x01É╩I(ñp\x0Eí_Ì\x02[¯¹5"
  b"\x01É╩I(ªr\x7FÜ`%ð.¹*E"
  b"\x01É╩I(¿pyÄ═■\x13Ä┤\x10à"
  b"\x01É╩I(½s\x15»³&\x10à¦sk"
  b"\x01É╩I(¡q£«}└╔\x1Aæ\x1AE"
  b"\x01É╩I(»r\fƒ×~èÌÓîÀ"
  b"\x01É╩I(░pëåÅßóÿu\x0Fï"
  b"\x01É╩I(▓q▀Üh▒5ß\\x08Q"
  b"""
    \x01É╩I(┤pE«ÂwY§y\n
    <
    """
  b"\x01É╩I(Âq¥ÀÚ\x1A-e\x1E·5"
  b"""
    \x01É╩I(ÀrúÑn\n
    ƒÌ°$│
    """
  b"\x01É╩I(╣r╔ô\x01Ü╚ëÛÜÔ"
  b"\x01É╩I(╗s(ìþ&ücmMÂ"
  b"\x01É╩I(¢r%ÄL¶ª¡n\x04²"
  b"\x01É╩I(┐sxƒ┌öJ¿╦û\x0F"
  b"\x01É╩I(┴rxë\x01à¨\x00NB╬"
  b"\x01É╩I(├q|Æ|QÃ╬Rƒ├"
  b"\x01É╩I(┼r*ÿÅádÙ¦¢À"
  b"\x01É╩I(ãrEñ#¡Þ╬4TÂ"
  b"\x01É╩I(╚rÜÅ\vÂ?u\x7F┼X"
  b"\x01É╩I(╩q┤║\x19\x1D\x05\x7F,«^"
  b"\x01É╩I(╦pFç\x12ÅÏ\x1EÆÊ\x18"
  b"\x01É╩I(═pvânc\pS:ü"
  b"\x01É╩I(¤q║ƒ£´Ô;!d±"
  b"\x01É╩I(ðsGï|1õ¸È³>"
  b"\x01É╩I(Êp(ù«)9Jÿ\x0E\x1E"
  b"\x01É╩I(Èsóå\x068þØ\x058X"
  b"\x01É╩I(ırt¥"┘­vbÛI"
  b"\x01É╩I(Îq9┤2ZYS\x04tV"
  b"\x01É╩I(┘r=Ç·b]▓\x11"
  b"\x01É╩I(┌sÞò­Æ&cÕ|ƒ"
  b"\x01É╩I(▄r\x06╗ÐjYþ0zj"
  b"\x01É╩I(¦pRê_ØQ│*öµ"
  b"\x01É╩I(▀p■°\x14-Úf§#"
  b"\x01É╩I(Ór\x16×f«┌'kÌë"
  b"\x01É╩I(ÔrÅ¢╬O7\x03IÍ■"
  b"\x01É╩I(õpBô"ó═ú╩*\x1A"
  b"\x01É╩I(Õr┐ɹ©¶\x7F╝$»"
  b"\x01É╩I(þpªê\x7F½ƒ┬©åq"
  b"\x01É╩I(Úp\x11¢\x06áÂC\x1FÀ§"
  b"\x01É╩I(Ûráî´╗½6S®╗"
  b"\x01É╩I(ýq└ܪÿúáï\x18P"
  b"\x01É╩I(Ýsw¼ªû9\x7FPñY"
  b"\x01É╩I(´s¨Á\x08╔µ\ÿNå"
  b"""
    \x01É╩I(­s¦ç\x03\x19\n
    Ù(\x1DÃ
    """
  b"\x01É╩I(‗p\x1EÁ«iVRÞE╬"
  b"\x01É╩I(¾sdÂWú┼¦Å═\x11"
  b"\x01É╩I(§qÏîJ╔ÿw\x05êl"
  b"\x01É╩I(¸q?Æ7b×»\x00"
  b"\x01É╩I(°qh©×\x01_ù┴üî"
  b"\x01É╩I(·pýü¾²▓¥×3^"
  b"\x01É╩I(¹q\x01ô\x13J'ıî¾ "
  b"\x01É╩I(²sD▓ Ö qá╗ó"
  b"\x01É╩I(■pêÁ\x7FP]¤ïõE"
  b"\x01É╩I)\x00qnìöi\n¿îMi"
  b"\x01É╩I)\x01qOöZá?\x11\x16s}"
  b"\x01É╩I)\x03rwììiÃQ¬Ô9"
  b"\x01É╩I)\x04sU¼)\x1FÊ┬6WÎ"
  b"\x01É╩I)\x06rAï´┼\x15¶KIý"
  b"""
    \x01É╩I)\x08rëò╦5]\n
    4─┼
    """
  b"\x01É╩I)\vp┴ÁWÕé\#¸n"
  b"\x01É╩I)\rq­î\x07íá\x17\x16ÿ"
  b"\x01É╩I)\x10r╝ìv└┤ÕéÝ\x18"
  b"\x01É╩I)\x11rR┐e\x01£\x07Ü┤þ"
  b"\x01É╩I)\x13q®òZ\x17æþ/\x16"
  b"\x01É╩I)\x15p5â#YzBq\x02?"
  b"\x01É╩I)\x17pêáõ\x19\x1Cxéw»"
  b"\x01É╩I)\x19p┘ÿ|ô═ÝT-K"
  b"\x01É╩I)\epðØ®{ø/¥Ï+"
  b"\x01É╩I)\x1Dq\x0Fñ▒\fHä╝¶M"
  b"\x01É╩I)\x1Fr%ì~ˬºh╬Á"
  b"\x01É╩I) p\x16ªß6ÞxþÇ*"
  b"\x01É╩I)"s#¢ÖÊÖv·ÊÔ"
  b"\x01É╩I)#s§ü6\x1A\x01½┴I¿"
  b"\x01É╩I)%r‗¥ý>£»õÕ½"
  b"\x01É╩I)'r{░hÃf¸\x06[\x14"
  b"\x01É╩I)(rõçSƒ╦°└w)"
  b"\x01É╩I)*r«¡"]$§d¦\t"
  b"\x01É╩I)+sV×ìw§"7Î┐"
  b"\x01É╩I)-qóØÿío■\x1Af\t"
  b"\x01É╩I).pjÀª╔»\x1F9G°"
  b"\x01É╩I)0p[ôx\x00öeI\f3"
  b"\x01É╩I)1p¿êØÞ©æµ"╦"
  b"\x01É╩I)3rÏѬ²9\x1CS×."
  b"\x01É╩I)4p;ú¤÷ÞÔ³qk"
  b"\x01É╩I)6qh│áN·░├═c"
  b"\x01É╩I)7rÿø┌\vÒ\x12\x7Fè\x08"
  b"\x01É╩I)9r[û\x10:zâ¡\x13R"
  b"\x01É╩I):qRÅÉ┐\x15õ┬7Å"
  b"\x01É╩I)<s\x01\x16\x1Fn├ì=U"
  b"\x01É╩I)>s\x1Füß╩,\x0E\x16"
  b"\x01É╩I)?sƒºÒ\r>U\x15"
  b"\x01É╩I)Aqé▓ÈbRÇÔÞÜ"
  b"\x01É╩I)Bp*×Õº¤\x01Ê©Í"
  b"\x01É╩I)DqÐêÀÝM°T▓F"
  b"\x01É╩I)Es2ª)\x1E àÛûÎ"
  b"\x01É╩I)Gp├╣¿\x00î\vfy\x01"
  b"\x01É╩I)Hs7©P▄Ô\x08╬×ê"
  b"\x01É╩I)Jq─Ä!\e\rÿþ\x05ß"
  b"\x01É╩I)Kp\x08░Ï╚═YAäá"
  b"\x01É╩I)Mqt»p\x1D\x05\x1F59"
  b"\x01É╩I)Os\fü\x17╩:9JÃé"
  b"\x01É╩I)Pp£║uÂ\x12\ej¬m"
  b"\x01É╩I)RrÙîn\x7F|3ö\x02â"
  b"\x01É╩I)SpƒÑvü▀Ù\x1F¦Â"
  b"\x01É╩I)UpRÜLàby:\x05n"
  b"\x01É╩I)Vr\t¢Rî®ùi>\x18"
  b"\x01É╩I)Xr÷Ñ»┘4\x1AÁ'Ï"
  b"\x01É╩I)Zq;ö╔GEiB*S"
  b"\x01É╩I)[p\x0F«#G3Õ³§╠"
  b"\x01É╩I)]rU³ÖüwRF\t"
  b"\x01É╩I)^q>Â\r6ɯX[Ü"
  b"\x01É╩I)`rÅÉ2·Õý3Ý|"
  b"\x01É╩I)bsYñPL>Rè\få"
  b"\x01É╩I)cpÍ®╩¨-7Vm\x0F"
  b"\x01É╩I)epÆ©qìäÈs®û"
  b"\x01É╩I)fr░Â\x02]*Ù┬*Æ"
  b"\x01É╩I)hr=¢#ê\x05┬┬¼4"
  b"\x01É╩I)jqû┐áÚ±÷╔%@"
  b"\x01É╩I)lsÜ»¿\v\x07o¸Xß"
  b"\x01É╩I)mqçá¸F\x17\x12¨°¼"
  b"\x01É╩I)or*ì─Ú\x17\x17½ Ñ"
  b"\x01É╩I)qr║¡È─§¥\x08¤æ"
  b"\x01É╩I)rpu▒\x7FwÉL¾ïw"
  b"\x01É╩I)tr\x16ù\x11Þùı\x14ú\x0E"
  b"\x01É╩I)vq\r¿ÇOþl\x1E­Õ"
  b"\x01É╩I)wpváasNfÙ:f"
  b"\x01É╩I)yq▒ÿÿ¤<XÉjå"
  b"\x01É╩I)zr&╗│LY\x13ñ;¶"
  b"\x01É╩I)|r\x14ü╚Ë#\x01\r"
  b"\x01É╩I)~q)ñ¾åà±½b┌"
  b"\x01É╩I)\x7Fq­┤¾MÅ╬9¥0"
  b"\x01É╩I)üq╠╣\fÚßçjÉ■"
  b"\x01É╩I)ér?æ}#\e\x13ê"
  b"\x01É╩I)äq─Ø[ºÌ'w5ı"
  b"\x01É╩I)åpfÆ\x02ñ½Z\x13!┐"
  b"""
    \x01É╩I)çq\n
    æhá@\vBÐl
    """
  b"\x01É╩I)ëpÇ▒ZxX┤ÊÒÑ"
  b"\x01É╩I)èq\x1Dém\rÁı´.S"
  b"\x01É╩I)îp ï\x0EX>░╚f\x0E"
  b"\x01É╩I)ìqË»<z\x10MÖð\x14"
  b"\x01É╩I)Åq├Æ!\x05Cïpà\x1D"
  b"\x01É╩I)ÉqÍåæ[ܯïY^"
  b"\x01É╩I)ÆrÔÂ`N\x11~\x12×║"
  b"\x01É╩I)öp±╗¹î‗BÃxÚ"
  b"\x01É╩I)òs\x10ú©ö═z\x06"
  b"\x01É╩I)ùsCÀAãÇ"Î\x04S"
  b"\x01É╩I)ÿsÒè'kw╚Ê╝\x17"
  b"\x01É╩I)Üs£Æ╔*\i2T\x1C"
  b"\x01É╩I)øs«ÉJÈ╩3öÖ2"
  b"\x01É╩I)Øq<å×ê5­þgz"
  b"\x01É╩I)×qñôv\x1A-\x17¡Kì"
  b"\x01É╩I)áp¿ºaN\x01õ0~¾"
  b"\x01É╩I)ósÄÉ·©╗╔Uÿı"
  b"\x01É╩I)ús¦á\x13╗§▒iAä"
  b"\x01É╩I)Ñq"¥"'b╦áA¿"
  b"\x01É╩I)ªrýæ└├\x11~Úmã"
  b"\x01É╩I)¿qeÉ\x00ô├F³_│"
  b"\x01É╩I)®r\x18Æ┴ßñhz█ƒ"
  b"\x01É╩I)½q¼î┤¬\x17F\x01"
  b"\x01É╩I)¼sqìi\f\x17╔M"
  b"\x01É╩I)«r\x19ª\╬.W‗úû"
  b"\x01É╩I)»p¯æd┴\x7F}½®H"
  b"\x01É╩I)▒s[¡­P§Ò\x19K▄"
  b"\x01É╩I)│p\x18îÏíÙ7\x1D█╣"
  b"\x01É╩I)┤q\x07ûçI¹■‗Ä\x03"
  b"\x01É╩I)ÂpÞç\x0FøÇ|?~^"
  b"\x01É╩I)Àsûë╦/,<ÅAj"
  b"\x01É╩I)╣põ¥Rn░░}ß@"
  b"\x01É╩I)║q\rç6îfT1\r\x17"
  b"\x01É╩I)╝p┬ø█¸TÜâ\x04\x05"
  b"\x01É╩I)¥p·àâ║Oƒ¢Mß"
  b"\x01É╩I)┐r-ók!\x19\x06ë"
  b"\x01É╩I)┴q\vëu\f­bö‗b"
  b"\x01É╩I)┬qeå\fW¶¾#¦%"
  b"\x01É╩I)─p¦ò×D»5¨ú¾"
  b"\x01É╩I)┼q\x13¡qÈhv]Ô®"
  b"\x01É╩I)ÃsBáuô█æ4└Ô"
  b"\x01É╩I)╔r!áÊ®zG\vÂ\x16"
  b"\x01É╩I)Ëp┌ÅUÉm\x0E[Øÿ"
  b"\x01É╩I)Èsƒ│ÃúR\x06b3¢"
  b"\x01É╩I)ÍpaÇ!øíwÄÎ."
  b"\x01É╩I)┌rø¿][ìcWYý"
  b"\x01É╩I)█rmázM»\x01:÷é"
  b"\x01É╩I)¦rö┐2D»v\x17┬V"
  b"\x01É╩I)Ìr$Ǫ4Ým¢n\r"
  b"\x01É╩I)▀p ÿQ¤ÖµNRÅ"
  b"\x01É╩I)ÓssÑê#¡Z.ܺ"
  b"\x01É╩I)ßpá╣\x19æ°×\x12÷#"
  b"\x01É╩I)Ôrôä¤?×à¹F\x15"
  b"\x01É╩I)õpt¡dóìó\x0E"
  b"\x01É╩I)ÕsTö0▓\x00k\x062)"
  b"\x01É╩I)þs\v¡4øYá┼\x05G"
  b"\x01É╩I)Ús\x1EñåÈ═v¾¢ô"
  b"\x01É╩I)ÙpD½7▒×Óå:A"
  b"\x01É╩I)Ýr|¢õr¼3$═Õ"
  b"\x01É╩I)´qvÖrbYÉ┘┐ñ"
  b"\x01É╩I)­p─øvîkÜ\x0EV2"
  b"\x01É╩I)‗s:░\OóÔ╣\x1Ep"
  b"\x01É╩I)¶p┬╗┼'ß9a¬c"
  b"\x01É╩I)§q%│ß\x02y▀b² "
  b"\x01É╩I)¸qÔèK½j\x08\x10\x00¸"
  b"\x01É╩I)¨p┤¡\x18ÍFr½8>"
  b"\x01É╩I)¹rÚ¬á¿┘ôÃ┤\x02"
  b"\x01É╩I)²p·Ñ¥\rWߨ&ø"
  b"\x01É╩I) s}Åpóã^Å@2"
  b"\x01É╩I*\x01s'¥Ù\x02è\x01\r_/"
  b"\x01É╩I*\x02qÒ│▓┤ù¥¼IË"
  b"\x01É╩I*\x04q§êÔ═÷©cç╩"
  b"\x01É╩I*\x06r=£þu_ðö└├"
  b"\x01É╩I*\x07rqÿZcƒu%mj"
  b"\x01É╩I*\tssî\x7Fì\x1EXé"\e"
  b"""
    \x01É╩I*\n
    pØæ ╔ÑÓ1YK
    """
  b"\x01É╩I*\fq‗ú´I┌Jhüá"
  b"\x01É╩I*\x0Eq׬l\x19ºeôùH"
  b"\x01É╩I*\x0FqÎó\x7Fû\x19Î▓§w"
  b"\x01É╩I*\x11p{¡p┌%]J│Ê"
  b"\x01É╩I*\x13qZô¡ó4sLѨ"
  b"\x01É╩I*\x15p|¢söREÝÍ─"
  b"\x01É╩I*\x16rʬ\x15Ê{]Ñ┤-"
  b"\x01É╩I*\x18pq▒\x19.HVQ;Æ"
  b"\x01É╩I*\x1AqJæ;\Ï2b­Ã"
  b"\x01É╩I*\erÐɸF¡,x@´"
  b"\x01É╩I*\x1Ds\x1E¡coÔ\x02Á7ı"
  b"\x01É╩I*\x1Fqä╣╬\x12¾P█─®"
  b"\x01É╩I* qß╝ºp ┌^½Ñ"
  b"\x01É╩I*"rÈÀ\\x10}ýÏng"
  b"\x01É╩I*$r╝º¤Dí░\f\v½"
  b"\x01É╩I*%rí▒©·p6â[d"
  b"\x01É╩I*'rLÅîTö#\ÇE"
  b"\x01É╩I*)r¤ÿ╗\x13\x03\x11ɬ¥"
  b"\x01É╩I**r┬▒¬│╩.@{²"
  b"\x01É╩I*,p,Æß1{}<"{"
  b"\x01É╩I*.q\x00«ÌÖ½)Q\x04F"
  b"\x01É╩I*/sAƒ¿¿"ÀP*\x7F"
  b"\x01É╩I*1r¤ë\x7F`ýþ3\x16F"
  b"\x01É╩I*3sÔ®s\x18█ª¸ú\x08"
  b"\x01É╩I*4p█▒VT¶ƒãYÖ"
  b"\x01É╩I*6r¯Äm¦\x05╚ήÉ"
  b"\x01É╩I*7rcâªÔÀ\x1F©&w"
  b"\x01É╩I*9s\x06£Ëé-¦¥ı\"
  b"\x01É╩I*;p\x17ø¡═ı\x17ô└C"
  b"\x01É╩I*<s¡Àµ8Íú\x1Ej▀"
  b"\x01É╩I*>s╣Á®HJ\x14ç_<"
  b"\x01É╩I*?rº║Xé\x05%Pðq"
  b"\x01É╩I*As=│:┴■n\x04]`"
  b"\x01É╩I*Cq¯áÇ\x01û*┼~▄"
  b"\x01É╩I*Dsýæ#\x13ÁÖ\x19▄a"
  b"\x01É╩I*FqsƯ@tÙñ~Ä"
  b"\x01É╩I*GrÚà┴┴╔­t=x"
  b"\x01É╩I*Ir=ôw╝lK\x11F!"
  b"\x01É╩I*KrîÇ/|¸Æ╝_Æ"
  b"\x01É╩I*Lp~Á▓ì¢V■¶ý"
  b"\x01É╩I*Op|¡ò+ï‗Cþû"
  b"\x01É╩I*QstÂd³±#z├\n"
  b"\x01É╩I*SrläÏ;\e\x0FzkË"
  b"\x01É╩I*Uq@à¥u\x16¿^²»"
  b"\x01É╩I*Vp░î¦NÚ´¿ÃÍ"
  b"\x01É╩I*Xq\x1Fó─´õÐ\t<$"
  b"\x01É╩I*Zr­Åú"k¾§êU"
  b"\x01É╩I*\pañ«½\x14Óû^»"
  b"\x01É╩I*]q\x1D£\fÏ\x1DTó╗\x01"
  b"\x01É╩I*_r5Â\x06ëE┘G¥¼"
  b"""
    \x01É╩I*ap~î"F╠¨\n
    \v¦
    """
  b"\x01É╩I*bqö×d\x06ë@:¨3"
  b"\x01É╩I*drõ┐ ÷ÁYó\x7F§"
  b"\x01É╩I*fs╦»|Lsì×û█"
  b"\x01É╩I*hr\x1C┤c\rS±*\x1Dµ"
  b"\x01É╩I*jpb¥\x16▄i\x1AKL,"
  b"\x01É╩I*lq\eÑi■4UwÓu"
  b"\x01É╩I*mpÊ©ñ\x16 á0!\x05"
  b"\x01É╩I*opÉî6ÖýªÉÝ¥"
  b"\x01É╩I*qr┤Ö┌┐¤¼\x14³û"
  b"\x01É╩I*rs÷î¦\x08\x10]Fïú"
  b"\x01É╩I*tqV£┴ëiDô\x14Â"
  b"\x01É╩I*vrȬ\x0EV[ðì┌~"
  b"\x01É╩I*wpÓ¢ü%bÑÐ[\x1F"
  b"\x01É╩I*yqÊí\x1AnQm╚o2"
  b"\x01É╩I*{p¦╗\x18├ \\x1C³a"
  b"\x01É╩I*}s▄òå\x7F<YðÀÞ"
  b"\x01É╩I*~p3ëU╩G¾bð "
  b"\x01É╩I*Çrp¬\x00$éz┐\x00o"
  b"\x01É╩I*éq{Ñ¢É░N`QË"
  b"\x01É╩I*âr╔ÿ\x04EJÝHKÍ"
  b"\x01É╩I*àqºº▒ıü─z I"
  b"\x01É╩I*çq\x04╗À2║MÓâ-"
  b"\x01É╩I*êr\x07Ñ┘ÈÅ6)'‗"
  b"\x01É╩I*èpiö─Ì)¿e\x1F­"
  b"\x01É╩I*îr\x1D« ┌»G)AN"
  b"\x01É╩I*ìr-à║Y┼\x1EÈ"V"
  b"\x01É╩I*Åp█¥\x02ıí╔UìÊ"
]
76 4.57 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 OFFSET 13000
Parameters:
[
  false
]
77 1.14 ms
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╩I*æp¶Ö\x11¤§¹‗]#"
  b"\x01É╩I*Æsr¡─éL7É£Ê"
  b"\x01É╩I*öpý░\rpÉõÖıT"
  b"\x01É╩I*ûqÎæ§5zÖ╝ª\n"
  b"\x01É╩I*ùqKöV×>iÊ\x10Û"
  b"\x01É╩I*Öpûĵ\e╔¦Õ\x06\f"
  b"\x01É╩I*ør)ø\x00Û╗¢æ\x16H"
  b"\x01É╩I*£s╦âÙ ±ýäjý"
  b"\x01É╩I*×q\x19ïª,ÉU¯g╠"
  b"\x01É╩I*áp¹ì┼qÍýõ§│"
  b"\x01É╩I*íq╠╝╠ÀtïIÿ¡"
  b"\x01É╩I*úr°▒QÍ╠ýó\x02"
  b"\x01É╩I*ÑsFùB5C\e\f\x7F\v"
  b"\x01É╩I*ªs\x02╝ƒlLîHÂı"
  b"\x01É╩I*¿qo▓('7t¹´î"
  b"\x01É╩I*¬rpÑ├■lPA=╩"
  b"\x01É╩I*¼pÝú;ù~?xö¡"
  b"\x01É╩I*¡r¶ô2╩\x13ªÚoÒ"
  b"\x01É╩I*»p¢▓aı┐eDº+"
  b"\x01É╩I*░q.£µ4\x06ª│╣▓"
  b"\x01É╩I*▓p┤▒õì├p%┌¿"
  b"\x01É╩I*┤pU®k╗┬9\x1F\r\x16"
  b"\x01É╩I*Âs&ª>\x12ÀÏe\x19É"
  b"\x01É╩I*ÀsÏâéLÊg\=ù"
  b"\x01É╩I*╣sHÁ\x16`zV╚±\n"
  b"\x01É╩I*╗p┘¥é²«‗Xîo"
  b"\x01É╩I*╝r_óqßj■\tm;"
  b"\x01É╩I*¥qüØÅ©kÕ╦dY"
  b"\x01É╩I*└p\röæ\x0EBf‗ê¨"
  b"\x01É╩I*┴q1ÿ‗\x17D<Ë©%"
  b"\x01É╩I*├q\eÂh\rm\t\x00"
  b"\x01É╩I*─p,êY~ó\f\x02"
  b"\x01É╩I*ãs´┐Rzª\x06\v½"
  b"\x01É╩I*Ãs®▒o8╔Rµñ\x03"
  b"\x01É╩I*╔pnâu,õ┌▄òÛ"
  b"\x01É╩I*╦qoòUÍwÙÒ¤b"
  b"\x01É╩I*╠sÄÿPù­Ñã\x11&"
  b"\x01É╩I*╬s┐ü¥c_Þ¸ÏB"
  b"\x01É╩I*¤pCÆÖÑ\x02┐h\fð"
  b"\x01É╩I*Ðp]×■{╬\x1Cä┬è"
  b"\x01É╩I*Êp­éz╩à═ÓUÙ"
  b"\x01É╩I*Èràô\x03\fµ║Õ\x7F"
  b"\x01É╩I*Ísyä=\f{ȸ\x15"
  b"\x01É╩I*ÎsÓ¢\x10(\x00┌ƒ0\r"
  b"\x01‘+rãÿqô²\x04¢&ž\x1CÔ>"
  b"\x01‘+rä\x00qÝ£¤¯\x19#NÜC"
  b"\x01‘+vxÄr#©è7·xÝf¨"
  b"\x01‘+ˆ»~s\x0F„!\x08 –QÆ´"
  b"\x01‘+ˆ»~s\x0F„!\x08 °\x0E¸d"
  b"\x01‘+ˆ»€qÑšÊe.?~ŒU"
  b"\x01æ+ê╝{póü¬*<,┌ðõ"
  b"\x01‘+ˆ¼|rŽ 27ˆöÂÇd"
  b"\x01‘+ˆ¼}q\x11°­o£½\eœÙ"
  b"\x01‘+ˆ¼~qNŒÛžaÜZ\x07²"
  b"\x01‘+ˆ¼€qà¸Ìê±1=aJ"
  b"\x01æ+ê╝üqf╗├├┌¯ÚüÃ"
  b"\x01‘+ˆ¼ƒr¦…S\x1CÇU>”Ò"
  b"\x01æ+ê╝ëq┌ÉIÌwF>\x01¤"
  b"\x01‘+ˆ¼‹pË®ª9\x1E­÷pg"
  b"\x01æ+ê╝ìs\x7Fèp%Ü°æ~³"
  b"\x01‘+ˆ¼Žp÷¢FµÂo4Kå"
  b"\x01‘+ˆÅ5s„£\x08\x16»”äÒ©"
  b"\x01æ+ê┼7s^Øp(├¹\x05═>"
  b"\x01‘+ˆÅ8r¥«eæ`±I\x12P"
  b"\x01‘+ˆÅ:se«î? ƒŸ\x03Ì"
  b"\x01‘+ˆÅ;q±ªHo/\x030s÷"
  b"\x01‘+ˆÇîqİŃ©è!Ì~"
  b"\x01‘+ˆÇïrƒ”h@í8žh""
  b"\x01‘+ˆËvsk¾f1wËë\x02â"
  b"\x01‘+ˆËxr\x18¥Ý\x06fwXê\x1C"
  b"\x01‘+ˆË{r¶…E›üö5†Ì"
  b"\x01æ+ê╦|p+ôG■▒R%┬ì"
  b"\x01æ+ê╦}p\x00┤]¤T\x1EìV\x1E"
  b"\x01‘+ˆß\fpß¹Ø5‰*Áãè"
  b"\x01‘+ˆß\x0EqV¥ßñ½óR~\x11"
  b"\x01æ+ê▀\x0FrÚä±ÀÜz,UÅ"
  b"\x01æ+ê▀\x11p­©\x0FÅðä┼®%"
  b"\x01‘+ˆß\x12ssµÉ½\x15¯`5$"
  b"\x01‘+ˆß\x14pc°K#“:\x16"
  b"\x01‘+ˆß\x16se³ö\x1Feil§®"
  b"\x01æ+ê▀\x17s╠É╬$ã┤̸\x19"
  b"\x01æ+ê▀#pÞûÜÝcÅ;~╬"
  b"\x01‘+ˆß$r°¬Ü—6ô\x00\x1Av"
  b"\x01‘+ˆß%s¼¶D|«ŒÂQE"
  b"\x01‘+ˆß3s\x1E¤°céŠ\x14“J"
  b"\x01‘+ˆß4qw›\x12\x15Y™ªgù"
  b"\x01‘+ˆß6rm°lý\x03vYõJ"
  b"\x01‘+ˆß7q(ºs\x12\x1E'ßî¿"
  b"\x01‘+ˆß8s}‰\x01U\x16\x06öøH"
  b"\x01‘+ˆß:qƆŽ\vëË\x1E\x03¬"
  b"\x01‘+ˆß;p€·æÁš]Dß:"
  b"\x01‘+ˆß<sÍ‹îP–«øðÁ"
  b"""
    \x01‘+ˆß=rä¦v&\x1E\n
    bF:
    """
  b"\x01‘+ˆß>sxœ_<­™€Ô…"
  b"\x01‘+ˆß?q\v§UÖi'øØŸ"
  b"\x01æ+ê▀@pɽÅ▀y┼\x05ÅÕ"
  b"\x01‘+ˆßApØ»\x07\x13B\x00dØl"
  b"\x01æ+ê▀Bs¡ûá»░Èиü"
  b"\x01æ+êÔ]q»ì\x18nê$└Lk"
  b"\x01‘+ˆâ_r/ˆÎÙHýaõ\t"
  b"\x01‘+ˆâ`q­¬f:L\x05"]Ò"
  b"\x01‘+ˆâap6•³\x06?>G_ "
  b"""
    \x01æ+êÔbp\x17áLØ\n
    ÅuL¡
    """
  b"\x01‘+ˆâdsY€y:\vÚÊùN"
  b"\x01‘+ˆâeq–‹)\x12S5‹q4"
  b"\x01‘+ˆâeq–‹)\x12SNçñ9"
  b"\x01æ+êÔfpiÀþƒ®‗ü\x13?"
  b"\x01‘+ˆâgp\f¦Zák“ ª\f"
  b"\x01æ+êÔhsê»\x18¦n®ìID"
  b"\x01‘+ˆâiq@˜\x18\x00ÃN0"
  b"\x01‘+ˆâiq@˜\x18K§"\x06œ\x07"
  b"\x01‘+ˆâjs³¾ ^XRJD’"
  b"\x01‘+ˆâkp½‘}¢òÍW|‡"
  b"\x01æ+êÔlr¿ÿ╣IÐM\x03\x11Å"
  b"""
    \x01‘+ˆâtq{ªk\n
    f\x0F;.A
    """
  b"""
    \x01‘+ˆâtq{ªk\n
    f)q§’
    """
  b"\x01‘+ˆâvp\f·\x01^~·:ž\x07"
  b"\x01æ+êÔxsËì▀├XÆãq¸"
  b"\x01æ+êÔxsËì▀├X¼Æ¹J"
  b"""
    \x01‘+ˆâzqº‹Ã(\x7FG\n
    \x1D¸
    """
  b"\x01‘+ˆâ\x7FrãŠw›pn³°ç"
  b"\x01‘+ˆâ\x7FrãŠw›pŠ\x0E‰Ù"
  b"\x01æ+êÔürÇÜ╣?o{ı±­"
  b"\x01æ+êÔép[Æ\x1D\t\x03┬´Ér"
  b"\x01‘+ˆâ‚p[’\x1D\t\x03ß‚ýd"
  b"\x01‘+ˆâƒqL‚¤šê\x1AÔ4S"
  b"\x01‘+ˆâ„s/ƒã\x14é77ì½"
  b"\x01æ+êÔàr\x19»myµÖð_ì"
  b"\x01‘+ˆâ†sׯi\x07\x11\e9"
  b"\x01‘+ˆâ‡rJŒë%Dq‚O/"
  b"\x01‘+ˆâ‡rJŒë%D‹b?ö"
  b"\x01‘+ˆâˆp‡¨_<V¸{¼±"
  b"\x01æ+êÔëpNü<*╦\f┼$ò"
  b"\x01‘+ˆâŠr\x13‰ÆZ\x08\tТ"
  b"\x01æ+êÔèr\x13ëãZ\x08ØxÅ­"
  b"\x01‘+ˆâŒs\x1F•¯Icyyë™"
  b"\x01æ+êÔìp\x00¥*pƒuF]l"
  b"\x01æ+êÔìp\x00¥*pƒÖ6R\x19"
  b"\x01‘+ˆâŽp¼‹Ÿ\fre2Ñö"
  b"\x01æ+êÔÉpUÁxT\x17┌`e╣"
  b"\x01‘+ˆâ‘r\x13˜„ŽMÒ¢l¤"
  b"\x01‘+ˆâ’p‰‡ \x02¸0þ†Ð"
  b"\x01‘+ˆâ“q\vŒ-¦¬¹\x0E\x05:"
  b"\x01æ+êÔös╝┐jNÅÜ|gÃ"
  b"\x01‘+ˆâ–pñ¼Ú\r¬GYæå"
  b"""
    \x01‘+ˆâ˜q¥£\n
    Z0:ZîT
    """
  b"""
    \x01‘+ˆâ˜q¥£\n
    Z0\Íýx
    """
  b"\x01‘+ˆâ™q貯•5\vÜÜ£"
  b"\x01‘+ˆâ›sÚ©\x12jLÀ¬z§"
  b"""
    \x01‘+ˆâœp\n
    ­û˜!\x1FÃ%U
    """
  b"\x01æ+êÔØp┴Ç3öi█½┘Ñ"
  b"\x01‘+ˆâžs<¯Ãk± Š\v\x7F"
  b"\x01æ+êÔƒpnÉ\x1E■m╬\x1E¸ç"
  b"\x01‘+ˆâ¡ql²xá\x04'7"´"
  b"\x01‘+ˆâ¡ql²xá\x04DÒJ*"
  b"\x01‘+ˆâ£qu£Ö$®ŽÅ}:"
  b"\x01‘+ˆâ¤pA±Û‚\x02Ö‚\e\x1D"
  b"\x01‘+ˆâ¥qZ”~µ¢\x0F\x17"
  b"\x01æ+êÔ»rWØ~×ÊfÖkÛ"
  b"\x01æ+êÔ»rWØ~×Ê{\x13┼f"
  b"\x01‘+ˆâ±q&˜[ý\x12pOšž"
  b"\x01‘+ˆâ³rÒ‘\x025\x10ŽœŠn"
  b"\x01‘+ˆâ´sãšð:0¢­þd"
  b"\x01æ+êÔÂr Ø \x7F\x10o7'Ò"
  b"\x01‘+ˆâ·qOˆ…‚)y‘\x13ã"
  b"\x01‘+ˆâ¹pË´VHJ3žxè"
  b"\x01‘+ˆâºsYŽ¤G“Ö¾Ÿ\x02"
  b"\x01æ+êÔ╗pq×É÷▀░┬\x16\f"
  b"\x01‘+ˆâ¼q;°Ìú\x1Cßn\x17\x1A"
  b"\x01‘+ˆâ½s³œxÆ&ú\x1AÊŠ"
  b"\x01‘+ˆâ¾s\x10®\x00ãÔ'‹]5"
  b"\x01‘+ˆâ¿q\f\x1C7\v×~¡õ"
  b"\x01‘+ˆâÁqÀ¼j¤×@WUõ"
  b"\x01‘+ˆâÂqÑ’æAý\x04aûÌ"
  b"\x01æ+êÔ├s8úüs£\x04\x08"
  b"\x01‘+ˆåâsº¨~\x04gI?Â>"
  b"\x01‘+ˆåäq½¸Žß\x01( ¤Î"
  b"\x01‘+ˆååq¦º>#Vw(ÃB"
  b"\x01‘+ˆåæp7šî[ŒA—çN"
  b"\x01‘+ˆåçs8¶*\x01ž’‰®p"
  b"\x01æ+êÕÞq4ü\x0FÓÊ݃p;"
  b"\x01‘+ˆåêr\x07š$GtÄf;)"
  b"\x01‘+ˆåìqÁ…q%¿Ñ;M9"
  b"\x01‘+ˆåír¬ª\x13Bã¢î\x02­"
  b"\x01‘+ˆåîrزQÝàfž¬á"
  b"\x01æ+êÕ­r,ì)ÀZÐzºµ"
  b"\x01æ+êÕ­r,ì)ÀZÕô©ã"
  b"\x01æ+êÕ‗pÅâPTÐ═pþ\"
  b"\x01‘+ˆåôqq°ü#uÉ4%‹"
  b"\x01‘+ˆåõq<¾ÊëŽÉ¸\x07"
  b"\x01æ+êÕ¸qèîpËØ\e■ºÊ"
  b"\x01æ+êÕ°p■©ü\x028\x1DÞ!æ"
  b"\x01‘+ˆåúqµ„*¬&÷=1¸"
  b"\x01‘+ˆåÿp4¬À ªÅW\x7Fx"
  b"\x01‘+ˆæ\x01r“¶µÍ>©·æ©"
  b"""
    \x01‘+ˆæ\x02rQ— \n
    \x1Eƒt
    """
  b"\x01‘+ˆæ\x04qB®k¸`°©§6"
  b"\x01‘+ˆæ\x07q”„ïˆj;”\x03."
  b"\x01‘+ˆæ\x07q”„ïˆjS\x7Fc\x15"
  b"""
    \x01‘+ˆæ\n
    qû€D¿“UÝË@
    """
  b"""
    \x01‘+ˆæ\vrã³7˜‘J“\n
    ~
    """
  b"\x01‘+ˆæ\rr\x0F¶Œ4H‚\x00ñ{"
  b"\x01‘+ˆæ\x0Ep¢¡~¼\x1C‘K:\x14"
  b"\x01‘+ˆæ\x10rH˜\x07WÛÊ\r\ei"
  b"\x01‘+ˆæ\x11që«©l¾‹DqC"
  b"\x01æ+êµ\x13pçóÑ3Å╠\x06├Ó"
  b"\x01‘+ˆæ\x14rÛŠÀæ»\x19\x7F"
  b"\x01‘+ˆæ\x17q“ˆ-SÅüSMõ"
  b"\x01‘+ˆæ\x17q“ˆ-SÆ\x16ö…¿"
  b"\x01‘+ˆæ\x19p¾±äY63\x15k™"
  b"\x01‘+ˆæ\x1AsT—4\x10\x11šM¤©"
  b"\x01æ+êµ\epK¡(ªÅ┴B¬\x11"
  b"\x01‘+ˆæ\x1CqÎœRÉ߀Gx\x00"
  b"\x01‘+ˆæ\x1ErY…žI"2¿ýd"
  b"\x01‘+ˆæ q¢ª½‰øØ\x17"
  b"\x01æ+êµ!qæØ\x1D├ï°µAÃ"
  b"\x01æ+êµ"rRô^¾\x1FÉÈo­"
  b"\x01‘+ˆæ#rC°Òz¸‰‡%^"
  b"\x01‘+ˆæ%sÓ¬\x1F\x08Ç\x01+~\x02"
  b"\x01‘+ˆæ's\e ºæ\x16?xC¥"
  b"\x01‘+ˆæ*rÛ\ÃÊ\x11\x19µë"
  b"\x01‘+ˆæ0sì—;ý²º€^û"
  b"\x01‘+ˆæ1sL™6¾\x1E¸ïHf"
  b"\x01æ+êµ3p^¢Â\x16\x0FƒØ\x07ñ"
  b"\x01‘+ˆæ4s'“Ä) rÑì\e"
  b"\x01‘+ˆæ7pbˆNï\x13/›,2"
  b"\x01‘+ˆæ7pbˆNï\x13L³KÈ"
  b"\x01‘+ˆæ<q3„gGR²â\x10u"
  b"\x01‘+ˆæ=rø»Å_›F}¸¬"
  b"\x01‘+ˆæCp\x1F¼ú£eÈ¡v\x1A"
  b"\x01‘+ˆæDq‰„ÌtÂÏ\x16öß"
  b"\x01æ+êµGqiì,¼¸\x0F\LU"
  b"\x01æ+êµHp╩Å╦º\x17mý û"
  b"\x01‘+ˆæJrá¬lI\x7FŠõÿ\x14"
  b"\x01‘+ˆæKs\x1F™Ù#èSœÚ$"
  b"\x01æ+êµLqüò@%4ÛÔÿÄ"
  b"\x01æ+êµMs´ØU]f¯K│V"
  b"\x01‘+ˆæNrJ»uÙ‡9ŒÈ¢"
  b"\x01‘+ˆæNrJ»uÙ‡U\x17£M"
  b"\x01‘+ˆæOpï¤&°>g-O\x16"
  b"\x01‘+ˆæPs\e»cÌ%ìî‡\n"
  b"\x01æ+êµQqzò*)┌³ÉAë"
  b"\x01‘+ˆæRp*©hÊUÛ®#ø"
  b"""
    \x01‘+ˆæTrW (ÌŽ\n
    k+$
    """
  b"\x01æ+êµVr¡ü¿´L\x00;\x04?"
  b"\x01‘+ˆæWqA¼çM\x0E(îW\x08"
  b"\x01‘+ˆæXpW‰N¹Gu~G·"
  b"\x01æ+êµYs¼ñü┌;ößz¤"
  b"\x01æ+êµZpóÅÿ\x14úè ıl"
  b"\x01‘+ˆæ]pÇ‘Q•3x\x18\x1D¢"
  b"\x01‘+ˆæ^qé½'[Œ“èùx"
  b"\x01‘+ˆæ`sŵhûq“EªØ"
  b"\x01æ+êµap^Ø'¥¨p9ªı"
  b"\x01‘+ˆæcsÙ†F¬\rÛÂ\x0F8"
  b"\x01‘+ˆæcsÙ†F¬\rönÚ¯"
  b"\x01‘+ˆæfr\€U´\eö°V‡"
  b"\x01‘+ˆægq­Š÷Z\x1C@\x11\x1CÅ"
  b"\x01‘+ˆæip¶Š¾0\eLµÎ "
  b"\x01‘+ˆæks‹ƒ\x1D-ÓÅXç "
  b"\x01‘+ˆæosd”\x0EÁs¦\x08¼£"
  b"\x01æ+êµqpØ¥\x1D\x1590gb╠"
  b"\x01‘+ˆærs…³\x02ótUcpç"
  b"\x01‘+ˆæsp ¼Yè‚öüÄŸ"
  b"\x01‘+ˆætsÛÜHÊû»"
  b"\x01‘+ˆævq\x16‘1'c¥”´¤"
  b"\x01æ+êµwsxÉ▒yQ0R■Ú"
  b"\x01‘+ˆæxp\x12ƒ³ÓšòÝoœ"
  b"\x01æ+êµys3óü├ü\x19g└¶"
  b"\x01‘+ˆæ}p\x7Fª\x1E\x14aâ‘Öï"
  b"\x01‘+ˆæ~rá¡ÿA›³À³Œ"
  b"\x01‘+ˆæ\x7FsŸ¤=À\t\v³Æ£"
  b"\x01‘+ˆæ\x7FsŸ¤=À\t+<Ù–"
  b"\x01æ+êµüpçÁ(\x02Ï°Cg7"
  b"\x01‘+ˆæŠpK©ö‹Aw/K\f"
  b"\x01‘+ˆæ‹q\x03‘¶\x11ŒÚ>\x7FÓ"
  b"""
    \x01æ+êµìr¨©âü8└\n
    Ü|
    """
  b"\x01æ+êµìr¨©âü8ıp¶¥"
  b"\x01æ+êµÅsüí\x07[-´è├×"
  b"\x01æ+êµÉr¹ª¥\x07aJ\x11\x01~"
  b"\x01‘+ˆæ‘pȵ9™Ø\x0ETê~"
  b"\x01‘+ˆæ“s€¾\x13}\x06§S¥ú"
  b"\x01‘+ˆæ•rè‡OY@±º°\x1F"
  b"\x01‘+ˆæ•rè‡OY@È»a1"
  b"\x01æ+êµùpÅÂwyô{─ÖY"
  b"\x01‘+ˆæ›q>¶f“^0g9Û"
  b"\x01æ+êµØr\rû-\x04Å├2\x15Ð"
  b"\x01æ+굃pLÉ¢╗╦ƒÏóE"
  b"\x01æ+êµáp\x1FüTæ´#Æ\x1EC"
  b"\x01‘+ˆæ¢s¾±†|k\x13{ØÊ"
  b"\x01‘+ˆæ¤qµº´k\x00:^¨™"
  b"""
    \x01æ+êµÑs\rÅ\x08Ú\x06zx\n
    î
    """
  b"\x01‘+ˆæ¦sÇ…ñE?\x08oŸ½"
  b"\x01‘+ˆæ¬qtŸ…aïk‰tÅ"
  b"\x01‘+ˆæ­s©‹Þ×üÄÔ m"
  b"\x01‘+ˆæ®s”¡á‚\x03¸ˆ–Š"
  b"\x01‘+ˆæ¯q.¥;\x17V›‰ \x08"
  b"\x01‘+ˆæ±q¯—søÜ\x05\x0Eqh"
  b"\x01‘+ˆæ²p©­\x06b{¾®„ä"
  b"\x01‘+ˆæ³pr”æ¿Ä3}î/"
  b"\x01‘+ˆæµs\x18”ë\x0F¤¦\x00"
  b"\x01‘+ˆæ·s#¡®™ú%\x18"
  b"\x01‘+ˆæ¸s1‘\x0FÐ\x15È\x08¦Ã"
  b"\x01‘+ˆæºsô¦AˆÕ‡Tà>"
  b"\x01‘+ˆæ¼r\x19©é<&\x7FDô"
  b"\x01æ+êµ¥rð┤æÄü╩ÌïB"
  b"\x01‘+ˆæ¿rk£ä…yy#dj"
  b"\x01‘+ˆæÁsV©\x03\x03’ø—ÑX"
  b"\x01‘+ˆæÃp¨¦º÷\t¹Ž¦ª"
  b"\x01‘+ˆæÅrù¢®›ÞÅßÍ\x19"
  b"\x01‘+ˆæÈqN®+TÒ,m¼£"
  b"\x01‘+ˆæÊr4‰œo¡[\x0F\x06x"
  b"\x01‘+ˆæÍrɨöy¥‹õ’÷"
  b"\x01‘+ˆæÏq‚˜Ç#4a›ƒü"
  b"\x01‘+ˆæÑroŠµ¶ñ=^:\x06"
  b"\x01æ+êµÈs²ìÎ1N\x04\x12"
  b"\x01‘+ˆæ×s‹‡6—”GÓF‚"
  b"\x01æ+êµÏpö«|▄ü7§┬\x16"
  b"\x01‘+ˆæÛsl¨3v§žšt¹"
  b"\x01‘+ˆæÝs3³!\x05Ÿéõß;"
  b"\x01‘+ˆæßp\r¦ïÂRütV‚"
  b"\x01‘+ˆæâp+³\x04µ–p¶\x1F-"
  b"\x01‘+ˆæäs¦‹™Dc;;Ûö"
  b"\x01‘+ˆæçsr©ø„ïòû\é"
  b"\x01‘+ˆæéq‰¶L\x0EÓ}nü9"
  b"\x01æ+êµýq_ì)ÀJFÊÖl"
  b"\x01æ+ë`GpÍÇ\x0Fk²üj▓/"
  b"\x01‘+‰`HpV€ÿÃŒðq\x04å"
  b"\x01‘+‰`LqP’:ˆÙ\t;±0"
  b"\x01æ+ë`OsöɹÁÝ\x00┬:g"
  b"\x01‘+‰`Rq(±¹Uà7±Cq"
  b"\x01‘+‰`UqJžÕ*ŸÉà\rÿ"
  b"\x01‘+‰`XpéŠ{jDâä׸"
  b"\x01æ+ë`[p\eì┴┐Wf¤E$"
  b"\x01‘+‰`^s'˜„[Xe‹%\x13"
  b"\x01‘+‰`ap(œ®ùñM\eEd"
  b"\x01æ+ë`csÆ¿#.üV'[ñ"
  b"\x01‘+‰`ds8”Ò6øy­’<"
  b"\x01‘+‰`gp¢‘Þ\x15„r\v"
  b"\x01‘+‰`iq±‘ë>`U†Qž"
  b"\x01‘+‰`kqô¢³\r*Ü7åï"
  b"\x01æ+ë`mrwª\e\x7FÅËc;b"
  b"\x01æ+ë`pqQ¼f·┤[æÂÉ"
  b"\x01‘+‰`vs\x1F«ËR\x18c@Òp"
  b"\x01‘+‰`wp\eˆ0¨\x19lü¸\x7F"
  b"\x01‘+‰`{p_¶Dn\x1F\-\x050"
  b"\x01‘+‰`~q¨Œr¤£.'^d"
  b"\x01‘+‰`€s¿³#\ýPiô\x7F"
  b"\x01æ+ë`érêÉÏ´Þ:Âõd"
  b"\x01‘+‰`„s$²áR‹\x1E’à„"
  b"\x01‘+‰`†p^½ÿáBXÏó"
  b"\x01æ+ë`êqàÅ¢\x7F╔a»\x11·"
  b"\x01‘+‰`‹rß¿~\x18úþÆhÃ"
  b"\x01æ+ë`ìpKƒ▒\x15åF*ƒ¤"
  b"\x01æ+ë`Éq▀©îÑ╝³>\x1A\x00"
  b"\x01‘+‰`”p(šê\]=-·\x10"
  b"\x01æ+ë`ÿrH┤µÇÎ`êüA"
  b"\x01‘+‰`›s”‡\x11§fQF\x07-"
  b"\x01‘+‰`žsîµ¢Fú\x1E÷ÝD"
  b"\x01æ+ë`ár6Å\x0FuæmWÅ]"
  b"\x01‘+‰`¢r…œY¼Ø\x08'¢¦"
  b"\x01‘+‰`¥q̵VÑ0nƒ¤\x05"
  b"\x01‘+‰`©s©—1…7uÄ­"
  b"\x01æ+ë`¼s¶öé³¥M\x7F"
  b"\x01‘+‰`¯qo©ê\x1E^o\x05‰Q"
  b"\x01æ+ë`▓p¡ñÅ╝go╩zh"
  b"\x01‘+‰`µr2ƒÔÍGï€ÙŠ"
  b"\x01‘+‰`¸ph–V¹;Nk|C"
  b"\x01‘+‰`¼p&³-ˆmõÒ\x00\x03"
  b"\x01æ+ë`┐r\x15øüF9mÃ▓f"
  b"\x01‘+‰`ÁqÞ´­@ÏÕcïÒ"
  b"\x01æ+ë`├qfìmuk\x144╝Å"
  b"\x01‘+‰`ÄpÈ”e`Ž\x05Í°Ö"
  b"\x01‘+‰`ÆsY›`‡•vÐ9s"
  b"\x01æ+ë`╚q┌ì\x0EƒÂoùYú"
  b"\x01æ+ë`╦q«Ø\x12ö³(ïd·"
  b"\x01‘+‰`Îqv¯íå€-Uk~"
  b"\x01æ+ë`ÐqNü\x04ðe4´\x155"
  b"\x01‘+‰`Ôpb‡\x17ðs,±³3"
  b"\x01‘+‰`×q\x18­,°þ\x15€‚3"
  b"\x01‘+‰`Ús~ƒr?'³‚ý´"
  b"\x01‘+‰`ÜrC®9\x16~%Çï\"
  b"\x01æ+ëa\x06rðì±OÅ\x01±\x07B"
  b"\x01æ+ëa\x07sbüö\x0F\x07-X╬═"
  b"\x01‘+‰a\x08pR¤î6ˆÎ\x03\x1F\x00"
  b"\x01‘+‰a\nq\x17¦¾\x00üˆ\€·"
  b"\x01‘+‰a\rrø±z¼£çøI\x05"
  b"\x01‘+‰a\x10qÀ€éŒãȦ˜~"
  b"\x01‘+‰a\x13p8¤?\x01ã\x1D§k\n"
  b"\x01æ+ëa\x15r9╣\x17üG┤\r┤¬"
  b"\x01‘+‰a\x18pP†-¢\x1ER›±š"
  b"\x01æ+ëa\epàÑØäצB\x1E§"
  b"\x01æ+ëa\x1ErÅ®V\x1FØUß\x1Eç"
  b"\x01‘+‰a!p'¬}^ú.V¼ý"
  b"\x01‘+‰a$pmŠ]y\x0Fvé?Œ"
  b"\x01‘+‰a'sé…AN\x03\vû¦»"
  b"\x01‘+‰a*q®¿.Ïí¾\x00ý§"
  b"\x01‘+‰a-sqªT\x1C\x12\x1F«§\x1C"
  b"\x01‘+‰a/r¸´pùåW@Jü"
  b"\x01‘+‰a0r°¤ðq{ *Ïy"
  b"\x01‘+‰a3rê‘(Q°Î² h"
  b"""
    \x01‘+‰a6qrˆ¿!\x1F¥\n
    ˜\e
    """
  b"\x01‘+‰a9r8‚ІS¼9Ô8"
  b"\x01‘+‰a<rG¬‘ŸØAÅñ\x03"
  b"\x01‘+‰a?ra¢ˆÝZ\x02ä)s"
  b"\x01‘+‰aBr픞O&:\e¾k"
  b"\x01‘+‰aDs\x1D¯p\e\x08l1ûa"
  b"\x01‘+‰aGpi…wFò?ÉO\x13"
  b"\x01‘+‰aHpL“ä¶ã«Lø²"
  b"\x01‘+‰aJrž¿œ¼uÕëf0"
  b"\x01‘+‰aKq;Ÿh¿Óç\x12"
  b"\x01æ+ëaLr÷Ñ%Mj?HØ»"
  b"\x01‘+‰aNqé˜Ü(¶?3U}"
  b"\x01‘2Æf[q\x12\x18\x16L¾çeR"
  b"\x01‘JŒ6Ás\x17³„9ÉKÿÈo"
  b"\x01‘JŒ6Âs\x1AŒ×Lèƒ4:i"
]
78 0.17 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
79 0.23 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
80 0.05 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
81 0.21 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
82 0.06 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
83 0.14 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
84 0.03 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
85 0.11 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
86 0.03 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
87 0.13 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\rúDryª995ülK"
]
88 0.04 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\rúDryª995ülK"
]
89 0.15 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:
[]
90 0.09 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:
[]
91 0.06 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"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
  b"\x13 /è.ÅL²·H9ÕöA±^"
]
92 0.13 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
93 0.32 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
94 0.21 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
95 0.21 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
96 0.06 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
97 0.14 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
98 0.03 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
99 0.11 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
100 0.03 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
101 0.12 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\rúDryª995ülK"
]
102 0.04 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\rúDryª995ülK"
]
103 0.11 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:
[]
104 0.07 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
105 0.07 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters:
[
  "token" => "9WlRrk0aj6DN5qOiF04tmAxNN1axoVj0"
]
106 0.26 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
  "9WlRrk0aj6DN5qOiF04tmAxNN1axoVj0"
]
107 0.13 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "9WlRrk0aj6DN5qOiF04tmAxNN1axoVj0"
]
108 0.21 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
109 0.38 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
110 0.18 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
111 0.30 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
112 0.06 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
113 0.15 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
114 0.04 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
115 0.11 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
116 0.03 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
117 0.16 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\rúDryª995ülK"
]
118 0.04 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\rúDryª995ülK"
]
119 0.14 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:
[]
120 0.08 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:
[]
121 0.06 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
122 0.31 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
123 0.15 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
124 0.29 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
125 0.13 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
126 0.25 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
127 0.12 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
128 0.23 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
129 0.12 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
130 0.17 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\rúDryª995ülK"
]
131 0.04 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\rúDryª995ülK"
]
132 0.11 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:
[]
133 0.07 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
134 0.08 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters:
[
  "token" => "9WlRrk0aj6DN5qOiF04tmAxNN1axoVj0"
]
135 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"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
]
136 0.27 ms
# header::languages::search-ids
SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id`  LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id`  WHERE (`language.salesChannelDomains`.`sales_channel_id` = ? AND `language.salesChannels`.`id` = ?) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC
Parameters:
[
  b"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
  b"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
]
137 0.26 ms
# header::languages::read
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.productSearchConfig`.`id` as `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` as `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` as `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` as `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` as `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` as `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` as `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` as `language.translationCode.id`, `language.translationCode`.`code` as `language.translationCode.code`, `language.translationCode`.`created_at` as `language.translationCode.createdAt`, `language.translationCode`.`updated_at` as `language.translationCode.updatedAt`, `language.translationCode.translation.name`, COALESCE(`language.translationCode.translation.name`,`language.translationCode.translation.name`) as `language.translationCode.name`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) as `language.translationCode.territory`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) as `language.translationCode.customFields`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.localeId`, `language.translationCode.translation.languageId` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.locale_id, `language.translationCode.translation`.name as `language.translationCode.translation.name`, `language.translationCode.translation`.territory as `language.translationCode.translation.territory`, `language.translationCode.translation`.custom_fields as `language.translationCode.translation.customFields`, `language.translationCode.translation`.created_at as `language.translationCode.translation.createdAt`, `language.translationCode.translation`.updated_at as `language.translationCode.translation.updatedAt`, `language.translationCode.translation`.locale_id as `language.translationCode.translation.localeId`, `language.translationCode.translation`.language_id as `language.translationCode.translation.languageId` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.language_id = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
138 0.18 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x10„kÌTæGl‚v¼*\x0E\n"
  b"\x10„kÌTæGl‚v¼*\x0E\n"
  b"\x10„kÌTæGl‚v¼*\x0E\n"
]
139 1.47 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|10846bcc54e6476c8276bc2a0e43af0a|%"
  1
  3
]
140 0.32 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
141 0.55 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%"
  "%|10846bcc54e6476c8276bc2a0e43af0a|%"
  3
  true
  true
]
142 0.33 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x10„kÌTæGl‚v¼*\x0E\n"
]
143 0.19 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"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
]
144 0.18 ms
# header::currencies::read
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
145 0.16 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"¶e├\x05_5N├║\r\x0EaHízØ"
  b"¶e├\x05_5N├║\r\x0EaHízØ"
  b"¶e├\x05_5N├║\r\x0EaHízØ"
]
146 0.93 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|f465c3055f354ec3ba0d0e6148a17a9d|%"
  2
  4
]
147 0.42 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%"
  "%|f465c3055f354ec3ba0d0e6148a17a9d|%"
  4
  true
  true
]
148 0.31 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    kÓø,²RA&µ\ec5v\n
    È\
    """
  b"¶e├\x05_5N├║\r\x0EaHízØ"
]
149 0.15 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"""
    kÓø,²RA&µ\ec5v\n
    È\
    """
  b"""
    kÓø,²RA&µ\ec5v\n
    È\
    """
  b"""
    kÓø,²RA&µ\ec5v\n
    È\
    """
]
150 1.13 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|6bd3f82cb2524126b51b6335760ac85c|%"
  1
  4
]
151 0.41 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%"
  "%|6bd3f82cb2524126b51b6335760ac85c|%"
  4
  true
  true
]
152 0.30 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    kÓø,²RA&µ\ec5v\n
    È\
    """
]
153 0.24 ms
# generic-page::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
]
154 0.34 ms
# generic-page::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`position` as `shipping_method.position`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method.appShippingMethod`.`id` as `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` as `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` as `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` as `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` as `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` as `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` as `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` as `shipping_method.technicalName`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`config` as `shipping_method.media.config`, `shipping_method.media`.`path` as `shipping_method.media.path`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `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` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = ?) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.language_id = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x1Fà“\x1DÒN΃`ïP‚$&°"
]
155 0.12 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
156 0.25 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
157 0.12 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
158 0.26 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
159 0.13 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
160 0.23 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
161 0.12 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
162 0.16 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
163 0.04 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
164 0.14 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\rúDryª995ülK"
]
165 0.04 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\rúDryª995ülK"
]
166 0.12 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:
[]
167 0.07 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
168 0.10 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"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
]
169 0.03 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
170 0.13 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
171 0.04 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
172 0.14 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
173 0.04 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
174 0.22 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
175 0.06 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
176 0.17 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
177 0.05 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
178 0.23 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\rúDryª995ülK"
]
179 0.07 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\rúDryª995ülK"
]
180 0.20 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:
[]
181 0.15 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:
[]
182 0.31 ms
# category::data::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x10„kÌTæGl‚v¼*\x0E\n"
]
183 0.21 ms
# category::cms-page::read
SELECT `cms_page`.`id` as `cms_page.id`, `cms_page`.`version_id` as `cms_page.versionId`, `cms_page`.`type` as `cms_page.type`, `cms_page`.`entity` as `cms_page.entity`, `cms_page`.`css_class` as `cms_page.cssClass`, `cms_page`.`config` as `cms_page.config`, `cms_page`.`preview_media_id` as `cms_page.previewMediaId`, `cms_page`.`locked` as `cms_page.locked`, `cms_page`.`created_at` as `cms_page.createdAt`, `cms_page`.`updated_at` as `cms_page.updatedAt`, `cms_page.translation.name`, COALESCE(`cms_page.translation.name`,`cms_page.translation.name`) as `cms_page.name`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.customFields`,`cms_page.translation.customFields`) as `cms_page.customFields`, `cms_page.translation.createdAt`, `cms_page.translation.updatedAt`, `cms_page.translation.cmsPageId`, `cms_page.translation.languageId`, `cms_page.translation.cmsPageVersionId` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.cms_page_id, `cms_page.translation`.cms_page_version_id, `cms_page.translation`.name as `cms_page.translation.name`, `cms_page.translation`.custom_fields as `cms_page.translation.customFields`, `cms_page.translation`.created_at as `cms_page.translation.createdAt`, `cms_page.translation`.updated_at as `cms_page.translation.updatedAt`, `cms_page.translation`.cms_page_id as `cms_page.translation.cmsPageId`, `cms_page.translation`.language_id as `cms_page.translation.languageId`, `cms_page.translation`.cms_page_version_id as `cms_page.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.language_id = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.cms_page_version_id = `cms_page`.version_id WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01îÉ×¥╣rüá▄^Ò÷▓\x10æ"
]
184 0.23 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` as `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` as `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` as `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` as `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` as `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` as `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` as `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` as `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` as `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` as `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` as `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` as `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` as `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` as `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` as `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) as `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.languageId` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.media_id, `cms_section.backgroundMedia.translation`.title as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.alt as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.custom_fields as `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation`.created_at as `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation`.updated_at as `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation`.media_id as `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation`.language_id as `cms_section.backgroundMedia.translation.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.language_id = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01îÉ×¥╣rüá▄^Ò÷▓\x10æ"
]
185 0.24 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` as `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` as `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` as `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` as `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` as `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` as `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` as `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` as `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` as `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` as `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` as `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` as `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` as `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` as `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` as `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) as `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.languageId` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.media_id, `cms_block.backgroundMedia.translation`.title as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.alt as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.custom_fields as `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation`.created_at as `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation`.updated_at as `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation`.media_id as `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation`.language_id as `cms_block.backgroundMedia.translation.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.language_id = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01îÉ×¥┴r-┤7d©╩§Ï!"
  b"\x01îÉ×¥┴r-┤7d©ÊÜ1h"
  b"\x01îÉ×¥┴r-┤7d©Ï~\x11\x02"
  b"""
    \fßýŽ\n
    ‰OP¬øv, =Æf
    """
  b"\x0E›õJJ½Iµ²ªÕ,HÁÔq"
  b"\x0F@ÈrÜëOC‚§Ÿÿ\x17\x10"
  b",\x14Í\x03\x07Ù@t§¨Õµ,œðò"
  b"ôÀ■Ê┴ýG( Ø▄N«\x14 "
  b"ÖòÜB╩■I6É\x16ø/*░Eù"
  b"°9gG{\eDˆ‚x’\x10ú›£\"
  b"ߌ’…œRHõ©àÀ¿ˆ)ey"
  b"¶┴¯þ¿É@\x00ôi┴\x1A±p\x18Ñ"
]
186 0.40 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.config`,`cms_slot.translation.config`) as `cms_slot.config`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) as `cms_slot.customFields`, `cms_slot.translation.createdAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.languageId`, `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.cms_slot_id, `cms_slot.translation`.cms_slot_version_id, `cms_slot.translation`.config as `cms_slot.translation.config`, `cms_slot.translation`.custom_fields as `cms_slot.translation.customFields`, `cms_slot.translation`.created_at as `cms_slot.translation.createdAt`, `cms_slot.translation`.updated_at as `cms_slot.translation.updatedAt`, `cms_slot.translation`.cms_slot_id as `cms_slot.translation.cmsSlotId`, `cms_slot.translation`.language_id as `cms_slot.translation.languageId`, `cms_slot.translation`.cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.language_id = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.cms_slot_version_id = `cms_slot`.version_id WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"`ø¾Ä)?F•¯Õ¯Y`Íéb"
  b"÷½–4\x1F$B\x7F´7!½ê\x13Â\f"
  b"\x01îÉ×¥┴r-┤7d©ËcÓC"
  b"\x01îÉ×¥┴r-┤7d©Ë¦1K"
  b"\x01îÉ×¥┴r-┤7d©┘Ù╝1"
  b"\x01ìT\x15Ó¢r'«═ä\v¾R¡¿"
  b"/X▄j\x01┬CÕؽªÓL\e °"
  b"“#©X^]MV¬×ëÊ\x0F“Ê^"
  b"› Ë\v.•G\x18‰‡·­ø\x0F-\x01"
  b"•ZÚþ\x1Fî@ø…µ¹}g\x13{_"
  b"\x02ëcÁØ\x04C/ô@\fûub%\f"
  b"}ÐR\x06ñqAã„t\x1Aþ/Æ-î"
  b"¥p┬^î░@þúë\x1AÍü°ÊC"
  b"N—\x02F[öK ¤d¡õƒ\x14„€"
  b"\x19ÐX1°0LMˆ£±˜\tÖmŒ"
  b"mhöÃùtAß“ª!'Üp\f="
  b"nCÒ•¯\x05@˜¬š\x18ÝŸÛé]"
]
187 0.15 ms
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, COALESCE(`product_stream.translation.name`,`product_stream.translation.name`) as `product_stream.name`, `product_stream.translation.description`, COALESCE(`product_stream.translation.description`,`product_stream.translation.description`) as `product_stream.description`, `product_stream.translation.customFields`, COALESCE(`product_stream.translation.customFields`,`product_stream.translation.customFields`) as `product_stream.customFields`, `product_stream.translation.createdAt`, `product_stream.translation.updatedAt`, `product_stream.translation.productStreamId`, `product_stream.translation.languageId` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.product_stream_id, `product_stream.translation`.name as `product_stream.translation.name`, `product_stream.translation`.description as `product_stream.translation.description`, `product_stream.translation`.custom_fields as `product_stream.translation.customFields`, `product_stream.translation`.created_at as `product_stream.translation.createdAt`, `product_stream.translation`.updated_at as `product_stream.translation.updatedAt`, `product_stream.translation`.product_stream_id as `product_stream.translation.productStreamId`, `product_stream.translation`.language_id as `product_stream.translation.languageId` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.language_id = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Ѥz·Z/Anâg\x19R╔Å#É"
]
188 0.33 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"/ŒË=P­NÀ©¤£¢o:3ý"
  b"ÛIä…\x10½L4¡ey[Ì‚w)"
  b"Ö┘]îx«DµÇì6┴zvUà"
  b"WŸ<^ËçBø°?ülpƒ\x13b"
  b"bIâדßGW“ó¾íÒ\øû"
  b"g.µ\x06c’Hfµ\tÈ5¿ë-„"
  b"\x07\x0E£Z\äNã…£uË \r\x0EÖ"
]
189 0.38 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
  true
  b"\x01îÈÈyMpì¿┬°¶╗\x01Lb"
  b"\x01ŒØÁìÎrïˆF\v½ããý°"
  b"\x01ŒÙwþÌpÚŸŸãß×\x15¬\x04"
  b"\x01ŒÙŒ¨\fqØ»‚†½Hï%V"
  b"\x01î┘ùɨpÛ¼\t¨ç│Ùvä"
  b"\x01ŒéD˜qr=¦e\x0Eˆ\x05M!L"
  b"\x02{±ÒÎID“¨³ã7\x04i\x7F¥"
  b"\x05©\x1FHqÉDªô\x18Q▄▄Â)-"
]
190 1.97 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, `product.swkwebPseudovariantsRo`.`product_id` as `product.swkwebPseudovariantsRo.productId`, `product.swkwebPseudovariantsRo`.`product_version_id` as `product.swkwebPseudovariantsRo.productVersionId`, `product.swkwebPseudovariantsRo`.`main_pseudovariant_product_id` as `product.swkwebPseudovariantsRo.mainPseudovariantProductId`, `product.swkwebPseudovariantsRo`.`main_pseudovariant_product_version_id` as `product.swkwebPseudovariantsRo.mainPseudovariantProductVersionId`, `product.swkwebPseudovariantsRo`.`swkweb_pseudovariants_pseudovariant_group_id` as `product.swkwebPseudovariantsRo.pseudovariantGroupId`, `product.swkwebPseudovariantsRo`.`is_main_pseudovariant` as `product.swkwebPseudovariantsRo.isMainPseudovariant`, `product.swkwebPseudovariantsRo`.`is_buyable` as `product.swkwebPseudovariantsRo.isBuyable`, `product.swkwebPseudovariantsRo`.`variant_selection_template` as `product.swkwebPseudovariantsRo.variantSelectionTemplate`, `product.swkwebPseudovariantsRo`.`variant_list_template` as `product.swkwebPseudovariantsRo.variantListTemplate`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_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 `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 `swkweb_pseudovariants_pseudovariants_ro` `product.swkwebPseudovariantsRo` ON `product`.`id` = `product.swkwebPseudovariantsRo`.`product_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 `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01îÈÈyMpì¿┬°¶╗\x01Lb"
  b"\x01ŒØÁìÎrïˆF\v½ããý°"
  b"\x01ŒÙwþÌpÚŸŸãß×\x15¬\x04"
  b"\x01ŒÙŒ¨\fqØ»‚†½Hï%V"
  b"\x01î┘ùɨpÛ¼\t¨ç│Ùvä"
  b"\x01ŒéD˜qr=¦e\x0Eˆ\x05M!L"
  b"\x02{±ÒÎID“¨³ã7\x04i\x7F¥"
]
191 0.24 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01îÈÈyMpì¿┬°¶╗\x01Lb"
  b"\x01ŒØÁìÎrïˆF\v½ããý°"
  b"\x01ŒÙwþÌpÚŸŸãß×\x15¬\x04"
  b"\x01ŒÙŒ¨\fqØ»‚†½Hï%V"
  b"\x01î┘ùɨpÛ¼\t¨ç│Ùvä"
  b"\x01ŒéD˜qr=¦e\x0Eˆ\x05M!L"
  b"\x02{±ÒÎID“¨³ã7\x04i\x7F¥"
]
192 0.22 ms
SELECT `swkweb_pseudovariants_pseudovariant_group_cheapest_price`.`swkweb_pseudovariants_pseudovariant_group_id` as `swkweb_pseudovariants_pseudovariant_group_cheapest_price.id`, `swkweb_pseudovariants_pseudovariant_group_cheapest_price`.`cheapest_price` as `swkweb_pseudovariants_pseudovariant_group_cheapest_price.cheapestPrice` FROM `swkweb_pseudovariants_pseudovariant_group_cheapest_price` WHERE `swkweb_pseudovariants_pseudovariant_group_cheapest_price`.`swkweb_pseudovariants_pseudovariant_group_id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"Çíï)\x10QIü¿œ¯¡‹¤dö"
  b"Çíï)\x10QIü¿œ¯¡‹¤dö"
  b"Ê͈fO\x1DO[–æÿÒ\x07¾;¯"
  b"Ê͈fO\x1DO[–æÿÒ\x07¾;¯"
  b"a 7È\x16?KŽ»Ò×Ê\x03Õ¢{"
  b"a 7È\x16?KŽ»Ò×Ê\x03Õ¢{"
]
193 0.33 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) as `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) as `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation`.unit_id, `unit.translation`.short_code as `unit.translation.shortCode`, `unit.translation`.name as `unit.translation.name`, `unit.translation`.custom_fields as `unit.translation.customFields`, `unit.translation`.created_at as `unit.translation.createdAt`, `unit.translation`.updated_at as `unit.translation.updatedAt`, `unit.translation`.unit_id as `unit.translation.unitId`, `unit.translation`.language_id as `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.language_id = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
194 0.20 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
195 0.44 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
196 0.14 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
197 0.36 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
198 0.25 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
199 0.26 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
200 0.12 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
201 0.24 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
202 0.12 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
203 0.26 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\rúDryª995ülK"
]
204 0.12 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\rúDryª995ülK"
]
205 0.22 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:
[]
206 0.26 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:
[]
207 0.17 ms
SELECT `gbmed_lmiv`.`id` FROM `gbmed_lmiv` WHERE (`gbmed_lmiv`.`product_id` IN (?, ?, ?, ?, ?, ?, ?) AND `gbmed_lmiv`.`active` = ?) ORDER BY `gbmed_lmiv`.`name` ASC
Parameters:
[
  b"\x01îÈÈyMpì¿┬°¶╗\x01Lb"
  b"\x01ŒØÁìÎrïˆF\v½ããý°"
  b"\x01ŒÙwþÌpÚŸŸãß×\x15¬\x04"
  b"\x01ŒÙŒ¨\fqØ»‚†½Hï%V"
  b"\x01î┘ùɨpÛ¼\t¨ç│Ùvä"
  b"\x01ŒéD˜qr=¦e\x0Eˆ\x05M!L"
  b"\x02{±ÒÎID“¨³ã7\x04i\x7F¥"
  true
]
208 0.78 ms
SELECT `gbmed_lmiv`.`id` as `gbmed_lmiv.id`, `gbmed_lmiv`.`name` as `gbmed_lmiv.name`, `gbmed_lmiv`.`unit` as `gbmed_lmiv.unit`, `gbmed_lmiv`.`portion` as `gbmed_lmiv.portion`, `gbmed_lmiv`.`nutriscore` as `gbmed_lmiv.nutriscore`, `gbmed_lmiv`.`active` as `gbmed_lmiv.active`, `gbmed_lmiv`.`nutriscore_active` as `gbmed_lmiv.nutriscoreActive`, `gbmed_lmiv`.`product_id` as `gbmed_lmiv.productId`, `gbmed_lmiv`.`gbmed_lmiv_manufacturer_id` as `gbmed_lmiv.gbmedLmivManufacturerId`, `gbmed_lmiv`.`product_version_id` as `gbmed_lmiv.productVersionId`, `gbmed_lmiv`.`created_at` as `gbmed_lmiv.createdAt`, `gbmed_lmiv`.`updated_at` as `gbmed_lmiv.updatedAt`, `gbmed_lmiv.gbmedLmivManufacturer`.`id` as `gbmed_lmiv.gbmedLmivManufacturer.id`, `gbmed_lmiv.gbmedLmivManufacturer`.`name` as `gbmed_lmiv.gbmedLmivManufacturer.name`, `gbmed_lmiv.gbmedLmivManufacturer`.`address` as `gbmed_lmiv.gbmedLmivManufacturer.address`, `gbmed_lmiv.gbmedLmivManufacturer`.`created_at` as `gbmed_lmiv.gbmedLmivManufacturer.createdAt`, `gbmed_lmiv.gbmedLmivManufacturer`.`updated_at` as `gbmed_lmiv.gbmedLmivManufacturer.updatedAt`, `gbmed_lmiv.product`.`id` as `gbmed_lmiv.product.id`, `gbmed_lmiv.product`.`version_id` as `gbmed_lmiv.product.versionId`, `gbmed_lmiv.product`.`parent_id` as `gbmed_lmiv.product.parentId`, `gbmed_lmiv.product`.`parent_version_id` as `gbmed_lmiv.product.parentVersionId`, COALESCE(`gbmed_lmiv.product`.`product_manufacturer_id`, `gbmed_lmiv.product.parent`.`product_manufacturer_id`) as `gbmed_lmiv.product.manufacturerId`, COALESCE(`gbmed_lmiv.product`.`product_manufacturer_version_id`, `gbmed_lmiv.product.parent`.`product_manufacturer_version_id`) as `gbmed_lmiv.product.productManufacturerVersionId`, COALESCE(`gbmed_lmiv.product`.`unit_id`, `gbmed_lmiv.product.parent`.`unit_id`) as `gbmed_lmiv.product.unitId`, COALESCE(`gbmed_lmiv.product`.`tax_id`, `gbmed_lmiv.product.parent`.`tax_id`) as `gbmed_lmiv.product.taxId`, COALESCE(`gbmed_lmiv.product`.`product_media_id`, `gbmed_lmiv.product.parent`.`product_media_id`) as `gbmed_lmiv.product.coverId`, COALESCE(`gbmed_lmiv.product`.`product_media_version_id`, `gbmed_lmiv.product.parent`.`product_media_version_id`) as `gbmed_lmiv.product.productMediaVersionId`, COALESCE(`gbmed_lmiv.product`.`delivery_time_id`, `gbmed_lmiv.product.parent`.`delivery_time_id`) as `gbmed_lmiv.product.deliveryTimeId`, COALESCE(`gbmed_lmiv.product`.`product_feature_set_id`, `gbmed_lmiv.product.parent`.`product_feature_set_id`) as `gbmed_lmiv.product.featureSetId`, COALESCE(`gbmed_lmiv.product`.`canonical_product_id`, `gbmed_lmiv.product.parent`.`canonical_product_id`) as `gbmed_lmiv.product.canonicalProductId`, COALESCE(`gbmed_lmiv.product`.`canonical_product_version_id`, `gbmed_lmiv.product.parent`.`canonical_product_version_id`) as `gbmed_lmiv.product.canonicalProductVersionId`, COALESCE(`gbmed_lmiv.product`.`cms_page_id`, `gbmed_lmiv.product.parent`.`cms_page_id`) as `gbmed_lmiv.product.cmsPageId`, COALESCE(`gbmed_lmiv.product`.`cms_page_version_id`, `gbmed_lmiv.product.parent`.`cms_page_version_id`) as `gbmed_lmiv.product.cmsPageVersionId`, `gbmed_lmiv.product.parent`.`price` as `gbmed_lmiv.product.price.inherited`, COALESCE(`gbmed_lmiv.product`.`price`, `gbmed_lmiv.product.parent`.`price`) as `gbmed_lmiv.product.price`, `gbmed_lmiv.product`.`product_number` as `gbmed_lmiv.product.productNumber`, COALESCE(`gbmed_lmiv.product`.`restock_time`, `gbmed_lmiv.product.parent`.`restock_time`) as `gbmed_lmiv.product.restockTime`, `gbmed_lmiv.product`.`auto_increment` as `gbmed_lmiv.product.autoIncrement`, COALESCE(`gbmed_lmiv.product`.`active`, `gbmed_lmiv.product.parent`.`active`) as `gbmed_lmiv.product.active`, `gbmed_lmiv.product`.`available` as `gbmed_lmiv.product.available`, COALESCE(`gbmed_lmiv.product`.`is_closeout`, `gbmed_lmiv.product.parent`.`is_closeout`) as `gbmed_lmiv.product.isCloseout`, `gbmed_lmiv.product`.`available_stock` as `gbmed_lmiv.product.availableStock`, `gbmed_lmiv.product`.`stock` as `gbmed_lmiv.product.stock`, `gbmed_lmiv.product`.`display_group` as `gbmed_lmiv.product.displayGroup`, `gbmed_lmiv.product.parent`.`variant_listing_config` as `gbmed_lmiv.product.variantListingConfig.inherited`, COALESCE(`gbmed_lmiv.product`.`variant_listing_config`, `gbmed_lmiv.product.parent`.`variant_listing_config`) as `gbmed_lmiv.product.variantListingConfig`, `gbmed_lmiv.product`.`variant_restrictions` as `gbmed_lmiv.product.variantRestrictions`, COALESCE(`gbmed_lmiv.product`.`manufacturer_number`, `gbmed_lmiv.product.parent`.`manufacturer_number`) as `gbmed_lmiv.product.manufacturerNumber`, COALESCE(`gbmed_lmiv.product`.`ean`, `gbmed_lmiv.product.parent`.`ean`) as `gbmed_lmiv.product.ean`, COALESCE(`gbmed_lmiv.product`.`purchase_steps`, `gbmed_lmiv.product.parent`.`purchase_steps`) as `gbmed_lmiv.product.purchaseSteps`, COALESCE(`gbmed_lmiv.product`.`max_purchase`, `gbmed_lmiv.product.parent`.`max_purchase`) as `gbmed_lmiv.product.maxPurchase`, COALESCE(`gbmed_lmiv.product`.`min_purchase`, `gbmed_lmiv.product.parent`.`min_purchase`) as `gbmed_lmiv.product.minPurchase`, COALESCE(`gbmed_lmiv.product`.`purchase_unit`, `gbmed_lmiv.product.parent`.`purchase_unit`) as `gbmed_lmiv.product.purchaseUnit`, COALESCE(`gbmed_lmiv.product`.`reference_unit`, `gbmed_lmiv.product.parent`.`reference_unit`) as `gbmed_lmiv.product.referenceUnit`, COALESCE(`gbmed_lmiv.product`.`shipping_free`, `gbmed_lmiv.product.parent`.`shipping_free`) as `gbmed_lmiv.product.shippingFree`, `gbmed_lmiv.product.parent`.`purchase_prices` as `gbmed_lmiv.product.purchasePrices.inherited`, COALESCE(`gbmed_lmiv.product`.`purchase_prices`, `gbmed_lmiv.product.parent`.`purchase_prices`) as `gbmed_lmiv.product.purchasePrices`, COALESCE(`gbmed_lmiv.product`.`mark_as_topseller`, `gbmed_lmiv.product.parent`.`mark_as_topseller`) as `gbmed_lmiv.product.markAsTopseller`, COALESCE(`gbmed_lmiv.product`.`weight`, `gbmed_lmiv.product.parent`.`weight`) as `gbmed_lmiv.product.weight`, COALESCE(`gbmed_lmiv.product`.`width`, `gbmed_lmiv.product.parent`.`width`) as `gbmed_lmiv.product.width`, COALESCE(`gbmed_lmiv.product`.`height`, `gbmed_lmiv.product.parent`.`height`) as `gbmed_lmiv.product.height`, COALESCE(`gbmed_lmiv.product`.`length`, `gbmed_lmiv.product.parent`.`length`) as `gbmed_lmiv.product.length`, COALESCE(`gbmed_lmiv.product`.`release_date`, `gbmed_lmiv.product.parent`.`release_date`) as `gbmed_lmiv.product.releaseDate`, COALESCE(`gbmed_lmiv.product`.`rating_average`, `gbmed_lmiv.product.parent`.`rating_average`) as `gbmed_lmiv.product.ratingAverage`, `gbmed_lmiv.product.parent`.`category_tree` as `gbmed_lmiv.product.categoryTree.inherited`, COALESCE(`gbmed_lmiv.product`.`category_tree`, `gbmed_lmiv.product.parent`.`category_tree`) as `gbmed_lmiv.product.categoryTree`, `gbmed_lmiv.product.parent`.`property_ids` as `gbmed_lmiv.product.propertyIds.inherited`, COALESCE(`gbmed_lmiv.product`.`property_ids`, `gbmed_lmiv.product.parent`.`property_ids`) as `gbmed_lmiv.product.propertyIds`, `gbmed_lmiv.product.parent`.`option_ids` as `gbmed_lmiv.product.optionIds.inherited`, COALESCE(`gbmed_lmiv.product`.`option_ids`, `gbmed_lmiv.product.parent`.`option_ids`) as `gbmed_lmiv.product.optionIds`, `gbmed_lmiv.product.parent`.`stream_ids` as `gbmed_lmiv.product.streamIds.inherited`, COALESCE(`gbmed_lmiv.product`.`stream_ids`, `gbmed_lmiv.product.parent`.`stream_ids`) as `gbmed_lmiv.product.streamIds`, `gbmed_lmiv.product.parent`.`tag_ids` as `gbmed_lmiv.product.tagIds.inherited`, COALESCE(`gbmed_lmiv.product`.`tag_ids`, `gbmed_lmiv.product.parent`.`tag_ids`) as `gbmed_lmiv.product.tagIds`, `gbmed_lmiv.product.parent`.`category_ids` as `gbmed_lmiv.product.categoryIds.inherited`, COALESCE(`gbmed_lmiv.product`.`category_ids`, `gbmed_lmiv.product.parent`.`category_ids`) as `gbmed_lmiv.product.categoryIds`, `gbmed_lmiv.product`.`child_count` as `gbmed_lmiv.product.childCount`, COALESCE(`gbmed_lmiv.product`.`custom_field_set_selection_active`, `gbmed_lmiv.product.parent`.`custom_field_set_selection_active`) as `gbmed_lmiv.product.customFieldSetSelectionActive`, `gbmed_lmiv.product`.`sales` as `gbmed_lmiv.product.sales`, `gbmed_lmiv.product`.`states` as `gbmed_lmiv.product.states`, `gbmed_lmiv.product.tax`.`id` as `gbmed_lmiv.product.tax.id`, `gbmed_lmiv.product.tax`.`tax_rate` as `gbmed_lmiv.product.tax.taxRate`, `gbmed_lmiv.product.tax`.`name` as `gbmed_lmiv.product.tax.name`, `gbmed_lmiv.product.tax`.`position` as `gbmed_lmiv.product.tax.position`, `gbmed_lmiv.product.tax`.`custom_fields` as `gbmed_lmiv.product.tax.customFields`, `gbmed_lmiv.product.tax`.`created_at` as `gbmed_lmiv.product.tax.createdAt`, `gbmed_lmiv.product.tax`.`updated_at` as `gbmed_lmiv.product.tax.updatedAt`, `gbmed_lmiv.product`.`created_at` as `gbmed_lmiv.product.createdAt`, `gbmed_lmiv.product`.`updated_at` as `gbmed_lmiv.product.updatedAt`, `gbmed_lmiv.product.translation.metaDescription`, `gbmed_lmiv.product.parent.translation.metaDescription`, COALESCE(`gbmed_lmiv.product.translation.metaDescription`,`gbmed_lmiv.product.parent.translation.metaDescription`,`gbmed_lmiv.product.translation.metaDescription`) as `gbmed_lmiv.product.metaDescription`, `gbmed_lmiv.product.translation.name`, `gbmed_lmiv.product.parent.translation.name`, COALESCE(`gbmed_lmiv.product.translation.name`,`gbmed_lmiv.product.parent.translation.name`,`gbmed_lmiv.product.translation.name`) as `gbmed_lmiv.product.name`, `gbmed_lmiv.product.translation.keywords`, `gbmed_lmiv.product.parent.translation.keywords`, COALESCE(`gbmed_lmiv.product.translation.keywords`,`gbmed_lmiv.product.parent.translation.keywords`,`gbmed_lmiv.product.translation.keywords`) as `gbmed_lmiv.product.keywords`, `gbmed_lmiv.product.translation.description`, `gbmed_lmiv.product.parent.translation.description`, COALESCE(`gbmed_lmiv.product.translation.description`,`gbmed_lmiv.product.parent.translation.description`,`gbmed_lmiv.product.translation.description`) as `gbmed_lmiv.product.description`, `gbmed_lmiv.product.translation.metaTitle`, `gbmed_lmiv.product.parent.translation.metaTitle`, COALESCE(`gbmed_lmiv.product.translation.metaTitle`,`gbmed_lmiv.product.parent.translation.metaTitle`,`gbmed_lmiv.product.translation.metaTitle`) as `gbmed_lmiv.product.metaTitle`, `gbmed_lmiv.product.translation.packUnit`, `gbmed_lmiv.product.parent.translation.packUnit`, COALESCE(`gbmed_lmiv.product.translation.packUnit`,`gbmed_lmiv.product.parent.translation.packUnit`,`gbmed_lmiv.product.translation.packUnit`) as `gbmed_lmiv.product.packUnit`, `gbmed_lmiv.product.translation.packUnitPlural`, `gbmed_lmiv.product.parent.translation.packUnitPlural`, COALESCE(`gbmed_lmiv.product.translation.packUnitPlural`,`gbmed_lmiv.product.parent.translation.packUnitPlural`,`gbmed_lmiv.product.translation.packUnitPlural`) as `gbmed_lmiv.product.packUnitPlural`, `gbmed_lmiv.product.translation.customSearchKeywords`, `gbmed_lmiv.product.parent.translation.customSearchKeywords`, COALESCE(`gbmed_lmiv.product.translation.customSearchKeywords`,`gbmed_lmiv.product.parent.translation.customSearchKeywords`,`gbmed_lmiv.product.translation.customSearchKeywords`) as `gbmed_lmiv.product.customSearchKeywords`, `gbmed_lmiv.product.translation.slotConfig`, `gbmed_lmiv.product.parent.translation.slotConfig`, COALESCE(`gbmed_lmiv.product.translation.slotConfig`,`gbmed_lmiv.product.parent.translation.slotConfig`,`gbmed_lmiv.product.translation.slotConfig`) as `gbmed_lmiv.product.slotConfig`, `gbmed_lmiv.product.translation.customFields`, `gbmed_lmiv.product.parent.translation.customFields`, COALESCE(`gbmed_lmiv.product.translation.customFields`,`gbmed_lmiv.product.parent.translation.customFields`,`gbmed_lmiv.product.translation.customFields`) as `gbmed_lmiv.product.customFields`, `gbmed_lmiv.product.translation.createdAt`, `gbmed_lmiv.product.parent.translation.createdAt`, `gbmed_lmiv.product.translation.updatedAt`, `gbmed_lmiv.product.parent.translation.updatedAt`, `gbmed_lmiv.product.translation.productId`, `gbmed_lmiv.product.parent.translation.productId`, `gbmed_lmiv.product.translation.languageId`, `gbmed_lmiv.product.parent.translation.languageId`, `gbmed_lmiv.product.translation.productVersionId`, `gbmed_lmiv.product.parent.translation.productVersionId`, `gbmed_lmiv.translation.productName`, COALESCE(`gbmed_lmiv.translation.productName`,`gbmed_lmiv.translation.productName`) as `gbmed_lmiv.productName`, `gbmed_lmiv.translation.description`, COALESCE(`gbmed_lmiv.translation.description`,`gbmed_lmiv.translation.description`) as `gbmed_lmiv.description`, `gbmed_lmiv.translation.unitCode`, COALESCE(`gbmed_lmiv.translation.unitCode`,`gbmed_lmiv.translation.unitCode`) as `gbmed_lmiv.unitCode`, `gbmed_lmiv.translation.eLabelId`, COALESCE(`gbmed_lmiv.translation.eLabelId`,`gbmed_lmiv.translation.eLabelId`) as `gbmed_lmiv.eLabelId`, `gbmed_lmiv.translation.createdAt`, `gbmed_lmiv.translation.updatedAt`, `gbmed_lmiv.translation.gbmedLmivId`, `gbmed_lmiv.translation.languageId` FROM `gbmed_lmiv` LEFT JOIN (SELECT `gbmed_lmiv.translation`.gbmed_lmiv_id, `gbmed_lmiv.translation`.product_name as `gbmed_lmiv.translation.productName`, `gbmed_lmiv.translation`.description as `gbmed_lmiv.translation.description`, `gbmed_lmiv.translation`.unit_code as `gbmed_lmiv.translation.unitCode`, `gbmed_lmiv.translation`.e_label_id as `gbmed_lmiv.translation.eLabelId`, `gbmed_lmiv.translation`.created_at as `gbmed_lmiv.translation.createdAt`, `gbmed_lmiv.translation`.updated_at as `gbmed_lmiv.translation.updatedAt`, `gbmed_lmiv.translation`.gbmed_lmiv_id as `gbmed_lmiv.translation.gbmedLmivId`, `gbmed_lmiv.translation`.language_id as `gbmed_lmiv.translation.languageId` FROM `gbmed_lmiv_translation` `gbmed_lmiv.translation` WHERE `gbmed_lmiv.translation`.language_id = ?) `gbmed_lmiv.gbmed_lmiv_translation` ON `gbmed_lmiv.gbmed_lmiv_translation`.`gbmed_lmiv_id` = `gbmed_lmiv`.`id` LEFT JOIN `gbmed_lmiv_manufacturer` `gbmed_lmiv.gbmedLmivManufacturer` ON `gbmed_lmiv`.`gbmed_lmiv_manufacturer_id` = `gbmed_lmiv.gbmedLmivManufacturer`.`id` LEFT JOIN `product` `gbmed_lmiv.product` ON `gbmed_lmiv`.`product_id` = `gbmed_lmiv.product`.`id` AND `gbmed_lmiv`.`product_version_id` = `gbmed_lmiv.product`.`version_id` LEFT JOIN `product` `gbmed_lmiv.product.parent` ON `gbmed_lmiv.product`.`parent_id` = `gbmed_lmiv.product.parent`.`id` AND `gbmed_lmiv.product`.`parent_version_id` = `gbmed_lmiv.product.parent`.`version_id` LEFT JOIN (SELECT `gbmed_lmiv.product.translation`.product_id, `gbmed_lmiv.product.translation`.product_version_id, `gbmed_lmiv.product.translation`.meta_description as `gbmed_lmiv.product.translation.metaDescription`, `gbmed_lmiv.product.translation`.name as `gbmed_lmiv.product.translation.name`, `gbmed_lmiv.product.translation`.keywords as `gbmed_lmiv.product.translation.keywords`, `gbmed_lmiv.product.translation`.description as `gbmed_lmiv.product.translation.description`, `gbmed_lmiv.product.translation`.meta_title as `gbmed_lmiv.product.translation.metaTitle`, `gbmed_lmiv.product.translation`.pack_unit as `gbmed_lmiv.product.translation.packUnit`, `gbmed_lmiv.product.translation`.pack_unit_plural as `gbmed_lmiv.product.translation.packUnitPlural`, `gbmed_lmiv.product.translation`.custom_search_keywords as `gbmed_lmiv.product.translation.customSearchKeywords`, `gbmed_lmiv.product.translation`.slot_config as `gbmed_lmiv.product.translation.slotConfig`, `gbmed_lmiv.product.translation`.custom_fields as `gbmed_lmiv.product.translation.customFields`, `gbmed_lmiv.product.translation`.created_at as `gbmed_lmiv.product.translation.createdAt`, `gbmed_lmiv.product.translation`.updated_at as `gbmed_lmiv.product.translation.updatedAt`, `gbmed_lmiv.product.translation`.product_id as `gbmed_lmiv.product.translation.productId`, `gbmed_lmiv.product.translation`.language_id as `gbmed_lmiv.product.translation.languageId`, `gbmed_lmiv.product.translation`.product_version_id as `gbmed_lmiv.product.translation.productVersionId` FROM `product_translation` `gbmed_lmiv.product.translation` WHERE `gbmed_lmiv.product.translation`.language_id = ?) `gbmed_lmiv.product.product_translation` ON `gbmed_lmiv.product.product_translation`.`product_id` = `gbmed_lmiv.product`.`id` AND `gbmed_lmiv.product.product_translation`.product_version_id = `gbmed_lmiv.product`.version_id LEFT JOIN (SELECT `gbmed_lmiv.product.parent.translation`.product_id, `gbmed_lmiv.product.parent.translation`.product_version_id, `gbmed_lmiv.product.parent.translation`.meta_description as `gbmed_lmiv.product.parent.translation.metaDescription`, `gbmed_lmiv.product.parent.translation`.name as `gbmed_lmiv.product.parent.translation.name`, `gbmed_lmiv.product.parent.translation`.keywords as `gbmed_lmiv.product.parent.translation.keywords`, `gbmed_lmiv.product.parent.translation`.description as `gbmed_lmiv.product.parent.translation.description`, `gbmed_lmiv.product.parent.translation`.meta_title as `gbmed_lmiv.product.parent.translation.metaTitle`, `gbmed_lmiv.product.parent.translation`.pack_unit as `gbmed_lmiv.product.parent.translation.packUnit`, `gbmed_lmiv.product.parent.translation`.pack_unit_plural as `gbmed_lmiv.product.parent.translation.packUnitPlural`, `gbmed_lmiv.product.parent.translation`.custom_search_keywords as `gbmed_lmiv.product.parent.translation.customSearchKeywords`, `gbmed_lmiv.product.parent.translation`.slot_config as `gbmed_lmiv.product.parent.translation.slotConfig`, `gbmed_lmiv.product.parent.translation`.custom_fields as `gbmed_lmiv.product.parent.translation.customFields`, `gbmed_lmiv.product.parent.translation`.created_at as `gbmed_lmiv.product.parent.translation.createdAt`, `gbmed_lmiv.product.parent.translation`.updated_at as `gbmed_lmiv.product.parent.translation.updatedAt`, `gbmed_lmiv.product.parent.translation`.product_id as `gbmed_lmiv.product.parent.translation.productId`, `gbmed_lmiv.product.parent.translation`.language_id as `gbmed_lmiv.product.parent.translation.languageId`, `gbmed_lmiv.product.parent.translation`.product_version_id as `gbmed_lmiv.product.parent.translation.productVersionId` FROM `product_translation` `gbmed_lmiv.product.parent.translation` WHERE `gbmed_lmiv.product.parent.translation`.language_id = ?) `gbmed_lmiv.product.product_translation.parent` ON `gbmed_lmiv.product.product_translation.parent`.`product_id` = `gbmed_lmiv.product.parent`.`id` AND `gbmed_lmiv.product.product_translation.parent`.product_version_id = `gbmed_lmiv.product.parent`.version_id LEFT JOIN `tax` `gbmed_lmiv.product.tax` ON `gbmed_lmiv.product`.`tax` = `gbmed_lmiv.product.tax`.`id` WHERE `gbmed_lmiv`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¼íЧ\rYH¸·\x14\x10Å}:?$"
  b"\x01Ž\t?±èq¦¨”9u©ó&z"
  b"\x01Ž\tL¶Áqº—Þkˆ|çn†"
  b"\x01Ž\tNaœr¢ºpuÃ\¬>Z"
  b"\x01Ž\tNòmpz…ªpн»5|"
  b"\x01Ž\tOr\fq`’<†?>\x18\e6"
]
209 0.44 ms
SELECT `gbmed_lmiv_option`.`id` as `gbmed_lmiv_option.id`, `gbmed_lmiv_option`.`value` as `gbmed_lmiv_option.value`, `gbmed_lmiv_option`.`portion` as `gbmed_lmiv_option.portion`, `gbmed_lmiv_option`.`gbmed_lmiv_id` as `gbmed_lmiv_option.lmivId`, `gbmed_lmiv_option`.`gbmed_lmiv_group_option_id` as `gbmed_lmiv_option.groupOptionId`, `gbmed_lmiv_option`.`created_at` as `gbmed_lmiv_option.createdAt`, `gbmed_lmiv_option`.`updated_at` as `gbmed_lmiv_option.updatedAt`, `gbmed_lmiv_option.gbmed_lmiv_group_option`.`id` as `gbmed_lmiv_option.gbmed_lmiv_group_option.id`, `gbmed_lmiv_option.gbmed_lmiv_group_option`.`group` as `gbmed_lmiv_option.gbmed_lmiv_group_option.group`, `gbmed_lmiv_option.gbmed_lmiv_group_option`.`unit` as `gbmed_lmiv_option.gbmed_lmiv_group_option.unit`, `gbmed_lmiv_option.gbmed_lmiv_group_option`.`position` as `gbmed_lmiv_option.gbmed_lmiv_group_option.position`, `gbmed_lmiv_option.gbmed_lmiv_group_option`.`technical_name` as `gbmed_lmiv_option.gbmed_lmiv_group_option.technicalName`, `gbmed_lmiv_option.gbmed_lmiv_group_option`.`created_at` as `gbmed_lmiv_option.gbmed_lmiv_group_option.createdAt`, `gbmed_lmiv_option.gbmed_lmiv_group_option`.`updated_at` as `gbmed_lmiv_option.gbmed_lmiv_group_option.updatedAt`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.name`, COALESCE(`gbmed_lmiv_option.gbmed_lmiv_group_option.translation.name`,`gbmed_lmiv_option.gbmed_lmiv_group_option.translation.name`) as `gbmed_lmiv_option.gbmed_lmiv_group_option.name`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.createdAt`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.updatedAt`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.gbmedLmivGroupOptionId`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.languageId` FROM `gbmed_lmiv_option` LEFT JOIN `gbmed_lmiv_group_option` `gbmed_lmiv_option.gbmed_lmiv_group_option` ON `gbmed_lmiv_option`.`gbmed_lmiv_group_option_id` = `gbmed_lmiv_option.gbmed_lmiv_group_option`.`id` LEFT JOIN (SELECT `gbmed_lmiv_option.gbmed_lmiv_group_option.translation`.gbmed_lmiv_group_option_id, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation`.name as `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.name`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation`.created_at as `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.createdAt`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation`.updated_at as `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.updatedAt`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation`.gbmed_lmiv_group_option_id as `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.gbmedLmivGroupOptionId`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation`.language_id as `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.languageId` FROM `gbmed_lmiv_group_option_translation` `gbmed_lmiv_option.gbmed_lmiv_group_option.translation` WHERE `gbmed_lmiv_option.gbmed_lmiv_group_option.translation`.language_id = ?) `gbmed_lmiv_option.gbmed_lmiv_group_option.gbmed_lmiv_group_option_translation` ON `gbmed_lmiv_option.gbmed_lmiv_group_option.gbmed_lmiv_group_option_translation`.`gbmed_lmiv_group_option_id` = `gbmed_lmiv_option.gbmed_lmiv_group_option`.`id` WHERE (`gbmed_lmiv_option`.`gbmed_lmiv_id` IN (?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Ž\t?±èq¦¨”9u©ó&z"
  b"\x01Ž\tL¶Áqº—Þkˆ|çn†"
  b"\x01Ž\tNaœr¢ºpuÃ\¬>Z"
  b"\x01Ž\tNòmpz…ªpн»5|"
  b"\x01Ž\tOr\fq`’<†?>\x18\e6"
  b"¼íЧ\rYH¸·\x14\x10Å}:?$"
]
210 0.17 ms
SELECT `gbmed_lmiv_group_option_translation`.`name` as `gbmed_lmiv_group_option_translation.name`, `gbmed_lmiv_group_option_translation`.`created_at` as `gbmed_lmiv_group_option_translation.createdAt`, `gbmed_lmiv_group_option_translation`.`updated_at` as `gbmed_lmiv_group_option_translation.updatedAt`, `gbmed_lmiv_group_option_translation`.`gbmed_lmiv_group_option_id` as `gbmed_lmiv_group_option_translation.gbmedLmivGroupOptionId`, `gbmed_lmiv_group_option_translation`.`language_id` as `gbmed_lmiv_group_option_translation.languageId` FROM `gbmed_lmiv_group_option_translation` WHERE (`gbmed_lmiv_group_option_translation`.`gbmed_lmiv_group_option_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x0E \x7F\x06\x03▄Bñ┐b┐RØÃÆÀ"
  b"bõÌ\x07Q\O\x01—p\tfTyL$"
  b"§ªâw6 O+ª\x02)Å ÿ<i"
  b"Y!f“|OAµ‰ý Öø—ON"
  b"nãi=\x00ìBž¬ýRoóX\x15Í"
  b"g\x14™ãh_Gø¿·,ù\x02áå³"
  b"╚]\x10åÀóFbìâçÕ*«­p"
  b"ÉâM‚C¼K>¶yRs4SÀç"
  b"┘}¨░║³EþØÖ_fÖ¯¥®"
]
211 0.27 ms
SELECT `gbmed_lmiv_translation`.`product_name` as `gbmed_lmiv_translation.productName`, `gbmed_lmiv_translation`.`description` as `gbmed_lmiv_translation.description`, `gbmed_lmiv_translation`.`unit_code` as `gbmed_lmiv_translation.unitCode`, `gbmed_lmiv_translation`.`e_label_id` as `gbmed_lmiv_translation.eLabelId`, `gbmed_lmiv_translation.eLabel`.`id` as `gbmed_lmiv_translation.eLabel.id`, `gbmed_lmiv_translation.eLabel`.`user_id` as `gbmed_lmiv_translation.eLabel.userId`, `gbmed_lmiv_translation.eLabel`.`media_folder_id` as `gbmed_lmiv_translation.eLabel.mediaFolderId`, `gbmed_lmiv_translation.eLabel`.`mime_type` as `gbmed_lmiv_translation.eLabel.mimeType`, `gbmed_lmiv_translation.eLabel`.`file_extension` as `gbmed_lmiv_translation.eLabel.fileExtension`, `gbmed_lmiv_translation.eLabel`.`uploaded_at` as `gbmed_lmiv_translation.eLabel.uploadedAt`, `gbmed_lmiv_translation.eLabel`.`file_name` as `gbmed_lmiv_translation.eLabel.fileName`, `gbmed_lmiv_translation.eLabel`.`file_size` as `gbmed_lmiv_translation.eLabel.fileSize`, `gbmed_lmiv_translation.eLabel`.`media_type` as `gbmed_lmiv_translation.eLabel.mediaTypeRaw`, `gbmed_lmiv_translation.eLabel`.`meta_data` as `gbmed_lmiv_translation.eLabel.metaData`, `gbmed_lmiv_translation.eLabel`.`config` as `gbmed_lmiv_translation.eLabel.config`, `gbmed_lmiv_translation.eLabel`.`path` as `gbmed_lmiv_translation.eLabel.path`, `gbmed_lmiv_translation.eLabel`.`private` as `gbmed_lmiv_translation.eLabel.private`, `gbmed_lmiv_translation.eLabel`.`thumbnails_ro` as `gbmed_lmiv_translation.eLabel.thumbnailsRo`, `gbmed_lmiv_translation.eLabel`.`created_at` as `gbmed_lmiv_translation.eLabel.createdAt`, `gbmed_lmiv_translation.eLabel`.`updated_at` as `gbmed_lmiv_translation.eLabel.updatedAt`, `gbmed_lmiv_translation.eLabel.translation.title`, COALESCE(`gbmed_lmiv_translation.eLabel.translation.title`,`gbmed_lmiv_translation.eLabel.translation.title`) as `gbmed_lmiv_translation.eLabel.title`, `gbmed_lmiv_translation.eLabel.translation.alt`, COALESCE(`gbmed_lmiv_translation.eLabel.translation.alt`,`gbmed_lmiv_translation.eLabel.translation.alt`) as `gbmed_lmiv_translation.eLabel.alt`, `gbmed_lmiv_translation.eLabel.translation.customFields`, COALESCE(`gbmed_lmiv_translation.eLabel.translation.customFields`,`gbmed_lmiv_translation.eLabel.translation.customFields`) as `gbmed_lmiv_translation.eLabel.customFields`, `gbmed_lmiv_translation.eLabel.translation.createdAt`, `gbmed_lmiv_translation.eLabel.translation.updatedAt`, `gbmed_lmiv_translation.eLabel.translation.mediaId`, `gbmed_lmiv_translation.eLabel.translation.languageId`, `gbmed_lmiv_translation`.`created_at` as `gbmed_lmiv_translation.createdAt`, `gbmed_lmiv_translation`.`updated_at` as `gbmed_lmiv_translation.updatedAt`, `gbmed_lmiv_translation`.`gbmed_lmiv_id` as `gbmed_lmiv_translation.gbmedLmivId`, `gbmed_lmiv_translation`.`language_id` as `gbmed_lmiv_translation.languageId` FROM `gbmed_lmiv_translation` LEFT JOIN `media` `gbmed_lmiv_translation.eLabel` ON `gbmed_lmiv_translation`.`e_label_id` = `gbmed_lmiv_translation.eLabel`.`id` LEFT JOIN (SELECT `gbmed_lmiv_translation.eLabel.translation`.media_id, `gbmed_lmiv_translation.eLabel.translation`.title as `gbmed_lmiv_translation.eLabel.translation.title`, `gbmed_lmiv_translation.eLabel.translation`.alt as `gbmed_lmiv_translation.eLabel.translation.alt`, `gbmed_lmiv_translation.eLabel.translation`.custom_fields as `gbmed_lmiv_translation.eLabel.translation.customFields`, `gbmed_lmiv_translation.eLabel.translation`.created_at as `gbmed_lmiv_translation.eLabel.translation.createdAt`, `gbmed_lmiv_translation.eLabel.translation`.updated_at as `gbmed_lmiv_translation.eLabel.translation.updatedAt`, `gbmed_lmiv_translation.eLabel.translation`.media_id as `gbmed_lmiv_translation.eLabel.translation.mediaId`, `gbmed_lmiv_translation.eLabel.translation`.language_id as `gbmed_lmiv_translation.eLabel.translation.languageId` FROM `media_translation` `gbmed_lmiv_translation.eLabel.translation` WHERE `gbmed_lmiv_translation.eLabel.translation`.language_id = ?) `gbmed_lmiv_translation.eLabel.media_translation` ON `gbmed_lmiv_translation.eLabel.media_translation`.`media_id` = `gbmed_lmiv_translation.eLabel`.`id` WHERE (`gbmed_lmiv_translation`.`gbmed_lmiv_id` IN (?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Ž\t?±èq¦¨”9u©ó&z"
  b"\x01Ž\tL¶Áqº—Þkˆ|çn†"
  b"\x01Ž\tNaœr¢ºpuÃ\¬>Z"
  b"\x01Ž\tNòmpz…ªpн»5|"
  b"\x01Ž\tOr\fq`’<†?>\x18\e6"
  b"¼íЧ\rYH¸·\x14\x10Å}:?$"
]
212 0.19 ms
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
213 0.18 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:
[]
214 0.32 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
  true
  b"\x01ŒØÁìÎrïˆF\v½ããý°"
  b"\x01ŒÙY\x03Kq§™Šô˜bvÆW"
  b"\x01ŒÙwþÌpÚŸŸãß×\x15¬\x04"
  b"\x01ŒÙŒ¨\fqØ»‚†½Hï%V"
  b"\x01î┘ùɨpÛ¼\t¨ç│Ùvä"
  b"\x01ŒéD˜qr=¦e\x0Eˆ\x05M!L"
  b"\x02{±ÒÎID“¨³ã7\x04i\x7F¥"
]
215 1.15 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, `product.swkwebPseudovariantsRo`.`product_id` as `product.swkwebPseudovariantsRo.productId`, `product.swkwebPseudovariantsRo`.`product_version_id` as `product.swkwebPseudovariantsRo.productVersionId`, `product.swkwebPseudovariantsRo`.`main_pseudovariant_product_id` as `product.swkwebPseudovariantsRo.mainPseudovariantProductId`, `product.swkwebPseudovariantsRo`.`main_pseudovariant_product_version_id` as `product.swkwebPseudovariantsRo.mainPseudovariantProductVersionId`, `product.swkwebPseudovariantsRo`.`swkweb_pseudovariants_pseudovariant_group_id` as `product.swkwebPseudovariantsRo.pseudovariantGroupId`, `product.swkwebPseudovariantsRo`.`is_main_pseudovariant` as `product.swkwebPseudovariantsRo.isMainPseudovariant`, `product.swkwebPseudovariantsRo`.`is_buyable` as `product.swkwebPseudovariantsRo.isBuyable`, `product.swkwebPseudovariantsRo`.`variant_selection_template` as `product.swkwebPseudovariantsRo.variantSelectionTemplate`, `product.swkwebPseudovariantsRo`.`variant_list_template` as `product.swkwebPseudovariantsRo.variantListTemplate`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_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 `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 `swkweb_pseudovariants_pseudovariants_ro` `product.swkwebPseudovariantsRo` ON `product`.`id` = `product.swkwebPseudovariantsRo`.`product_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 `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ŒØÁìÎrïˆF\v½ããý°"
  b"\x01ŒÙY\x03Kq§™Šô˜bvÆW"
  b"\x01ŒÙwþÌpÚŸŸãß×\x15¬\x04"
  b"\x01ŒÙŒ¨\fqØ»‚†½Hï%V"
  b"\x01î┘ùɨpÛ¼\t¨ç│Ùvä"
  b"\x01ŒéD˜qr=¦e\x0Eˆ\x05M!L"
  b"\x02{±ÒÎID“¨³ã7\x04i\x7F¥"
]
216 0.18 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ŒØÁìÎrïˆF\v½ããý°"
  b"\x01ŒÙY\x03Kq§™Šô˜bvÆW"
  b"\x01ŒÙwþÌpÚŸŸãß×\x15¬\x04"
  b"\x01ŒÙŒ¨\fqØ»‚†½Hï%V"
  b"\x01î┘ùɨpÛ¼\t¨ç│Ùvä"
  b"\x01ŒéD˜qr=¦e\x0Eˆ\x05M!L"
  b"\x02{±ÒÎID“¨³ã7\x04i\x7F¥"
]
217 0.14 ms
SELECT `swkweb_pseudovariants_pseudovariant_group_cheapest_price`.`swkweb_pseudovariants_pseudovariant_group_id` as `swkweb_pseudovariants_pseudovariant_group_cheapest_price.id`, `swkweb_pseudovariants_pseudovariant_group_cheapest_price`.`cheapest_price` as `swkweb_pseudovariants_pseudovariant_group_cheapest_price.cheapestPrice` FROM `swkweb_pseudovariants_pseudovariant_group_cheapest_price` WHERE `swkweb_pseudovariants_pseudovariant_group_cheapest_price`.`swkweb_pseudovariants_pseudovariant_group_id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"Çíï)\x10QIü¿œ¯¡‹¤dö"
  b"Ê͈fO\x1DO[–æÿÒ\x07¾;¯"
  b"Ê͈fO\x1DO[–æÿÒ\x07¾;¯"
  b"Ê͈fO\x1DO[–æÿÒ\x07¾;¯"
  b"a 7È\x16?KŽ»Ò×Ê\x03Õ¢{"
  b"a 7È\x16?KŽ»Ò×Ê\x03Õ¢{"
]
218 0.12 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
219 0.25 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
220 0.13 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
221 0.29 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
222 0.13 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
223 0.24 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
224 0.05 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
225 0.13 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
226 0.04 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
227 0.14 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\rúDryª995ülK"
]
228 0.04 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\rúDryª995ülK"
]
229 0.12 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:
[]
230 0.07 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
231 0.08 ms
SELECT `gbmed_lmiv`.`id` FROM `gbmed_lmiv` WHERE (`gbmed_lmiv`.`product_id` IN (?, ?, ?, ?, ?, ?, ?) AND `gbmed_lmiv`.`active` = ?) ORDER BY `gbmed_lmiv`.`name` ASC
Parameters:
[
  b"\x01ŒØÁìÎrïˆF\v½ããý°"
  b"\x01ŒÙY\x03Kq§™Šô˜bvÆW"
  b"\x01ŒÙwþÌpÚŸŸãß×\x15¬\x04"
  b"\x01ŒÙŒ¨\fqØ»‚†½Hï%V"
  b"\x01î┘ùɨpÛ¼\t¨ç│Ùvä"
  b"\x01ŒéD˜qr=¦e\x0Eˆ\x05M!L"
  b"\x02{±ÒÎID“¨³ã7\x04i\x7F¥"
  true
]
232 0.63 ms
SELECT `gbmed_lmiv`.`id` as `gbmed_lmiv.id`, `gbmed_lmiv`.`name` as `gbmed_lmiv.name`, `gbmed_lmiv`.`unit` as `gbmed_lmiv.unit`, `gbmed_lmiv`.`portion` as `gbmed_lmiv.portion`, `gbmed_lmiv`.`nutriscore` as `gbmed_lmiv.nutriscore`, `gbmed_lmiv`.`active` as `gbmed_lmiv.active`, `gbmed_lmiv`.`nutriscore_active` as `gbmed_lmiv.nutriscoreActive`, `gbmed_lmiv`.`product_id` as `gbmed_lmiv.productId`, `gbmed_lmiv`.`gbmed_lmiv_manufacturer_id` as `gbmed_lmiv.gbmedLmivManufacturerId`, `gbmed_lmiv`.`product_version_id` as `gbmed_lmiv.productVersionId`, `gbmed_lmiv`.`created_at` as `gbmed_lmiv.createdAt`, `gbmed_lmiv`.`updated_at` as `gbmed_lmiv.updatedAt`, `gbmed_lmiv.gbmedLmivManufacturer`.`id` as `gbmed_lmiv.gbmedLmivManufacturer.id`, `gbmed_lmiv.gbmedLmivManufacturer`.`name` as `gbmed_lmiv.gbmedLmivManufacturer.name`, `gbmed_lmiv.gbmedLmivManufacturer`.`address` as `gbmed_lmiv.gbmedLmivManufacturer.address`, `gbmed_lmiv.gbmedLmivManufacturer`.`created_at` as `gbmed_lmiv.gbmedLmivManufacturer.createdAt`, `gbmed_lmiv.gbmedLmivManufacturer`.`updated_at` as `gbmed_lmiv.gbmedLmivManufacturer.updatedAt`, `gbmed_lmiv.product`.`id` as `gbmed_lmiv.product.id`, `gbmed_lmiv.product`.`version_id` as `gbmed_lmiv.product.versionId`, `gbmed_lmiv.product`.`parent_id` as `gbmed_lmiv.product.parentId`, `gbmed_lmiv.product`.`parent_version_id` as `gbmed_lmiv.product.parentVersionId`, COALESCE(`gbmed_lmiv.product`.`product_manufacturer_id`, `gbmed_lmiv.product.parent`.`product_manufacturer_id`) as `gbmed_lmiv.product.manufacturerId`, COALESCE(`gbmed_lmiv.product`.`product_manufacturer_version_id`, `gbmed_lmiv.product.parent`.`product_manufacturer_version_id`) as `gbmed_lmiv.product.productManufacturerVersionId`, COALESCE(`gbmed_lmiv.product`.`unit_id`, `gbmed_lmiv.product.parent`.`unit_id`) as `gbmed_lmiv.product.unitId`, COALESCE(`gbmed_lmiv.product`.`tax_id`, `gbmed_lmiv.product.parent`.`tax_id`) as `gbmed_lmiv.product.taxId`, COALESCE(`gbmed_lmiv.product`.`product_media_id`, `gbmed_lmiv.product.parent`.`product_media_id`) as `gbmed_lmiv.product.coverId`, COALESCE(`gbmed_lmiv.product`.`product_media_version_id`, `gbmed_lmiv.product.parent`.`product_media_version_id`) as `gbmed_lmiv.product.productMediaVersionId`, COALESCE(`gbmed_lmiv.product`.`delivery_time_id`, `gbmed_lmiv.product.parent`.`delivery_time_id`) as `gbmed_lmiv.product.deliveryTimeId`, COALESCE(`gbmed_lmiv.product`.`product_feature_set_id`, `gbmed_lmiv.product.parent`.`product_feature_set_id`) as `gbmed_lmiv.product.featureSetId`, COALESCE(`gbmed_lmiv.product`.`canonical_product_id`, `gbmed_lmiv.product.parent`.`canonical_product_id`) as `gbmed_lmiv.product.canonicalProductId`, COALESCE(`gbmed_lmiv.product`.`canonical_product_version_id`, `gbmed_lmiv.product.parent`.`canonical_product_version_id`) as `gbmed_lmiv.product.canonicalProductVersionId`, COALESCE(`gbmed_lmiv.product`.`cms_page_id`, `gbmed_lmiv.product.parent`.`cms_page_id`) as `gbmed_lmiv.product.cmsPageId`, COALESCE(`gbmed_lmiv.product`.`cms_page_version_id`, `gbmed_lmiv.product.parent`.`cms_page_version_id`) as `gbmed_lmiv.product.cmsPageVersionId`, `gbmed_lmiv.product.parent`.`price` as `gbmed_lmiv.product.price.inherited`, COALESCE(`gbmed_lmiv.product`.`price`, `gbmed_lmiv.product.parent`.`price`) as `gbmed_lmiv.product.price`, `gbmed_lmiv.product`.`product_number` as `gbmed_lmiv.product.productNumber`, COALESCE(`gbmed_lmiv.product`.`restock_time`, `gbmed_lmiv.product.parent`.`restock_time`) as `gbmed_lmiv.product.restockTime`, `gbmed_lmiv.product`.`auto_increment` as `gbmed_lmiv.product.autoIncrement`, COALESCE(`gbmed_lmiv.product`.`active`, `gbmed_lmiv.product.parent`.`active`) as `gbmed_lmiv.product.active`, `gbmed_lmiv.product`.`available` as `gbmed_lmiv.product.available`, COALESCE(`gbmed_lmiv.product`.`is_closeout`, `gbmed_lmiv.product.parent`.`is_closeout`) as `gbmed_lmiv.product.isCloseout`, `gbmed_lmiv.product`.`available_stock` as `gbmed_lmiv.product.availableStock`, `gbmed_lmiv.product`.`stock` as `gbmed_lmiv.product.stock`, `gbmed_lmiv.product`.`display_group` as `gbmed_lmiv.product.displayGroup`, `gbmed_lmiv.product.parent`.`variant_listing_config` as `gbmed_lmiv.product.variantListingConfig.inherited`, COALESCE(`gbmed_lmiv.product`.`variant_listing_config`, `gbmed_lmiv.product.parent`.`variant_listing_config`) as `gbmed_lmiv.product.variantListingConfig`, `gbmed_lmiv.product`.`variant_restrictions` as `gbmed_lmiv.product.variantRestrictions`, COALESCE(`gbmed_lmiv.product`.`manufacturer_number`, `gbmed_lmiv.product.parent`.`manufacturer_number`) as `gbmed_lmiv.product.manufacturerNumber`, COALESCE(`gbmed_lmiv.product`.`ean`, `gbmed_lmiv.product.parent`.`ean`) as `gbmed_lmiv.product.ean`, COALESCE(`gbmed_lmiv.product`.`purchase_steps`, `gbmed_lmiv.product.parent`.`purchase_steps`) as `gbmed_lmiv.product.purchaseSteps`, COALESCE(`gbmed_lmiv.product`.`max_purchase`, `gbmed_lmiv.product.parent`.`max_purchase`) as `gbmed_lmiv.product.maxPurchase`, COALESCE(`gbmed_lmiv.product`.`min_purchase`, `gbmed_lmiv.product.parent`.`min_purchase`) as `gbmed_lmiv.product.minPurchase`, COALESCE(`gbmed_lmiv.product`.`purchase_unit`, `gbmed_lmiv.product.parent`.`purchase_unit`) as `gbmed_lmiv.product.purchaseUnit`, COALESCE(`gbmed_lmiv.product`.`reference_unit`, `gbmed_lmiv.product.parent`.`reference_unit`) as `gbmed_lmiv.product.referenceUnit`, COALESCE(`gbmed_lmiv.product`.`shipping_free`, `gbmed_lmiv.product.parent`.`shipping_free`) as `gbmed_lmiv.product.shippingFree`, `gbmed_lmiv.product.parent`.`purchase_prices` as `gbmed_lmiv.product.purchasePrices.inherited`, COALESCE(`gbmed_lmiv.product`.`purchase_prices`, `gbmed_lmiv.product.parent`.`purchase_prices`) as `gbmed_lmiv.product.purchasePrices`, COALESCE(`gbmed_lmiv.product`.`mark_as_topseller`, `gbmed_lmiv.product.parent`.`mark_as_topseller`) as `gbmed_lmiv.product.markAsTopseller`, COALESCE(`gbmed_lmiv.product`.`weight`, `gbmed_lmiv.product.parent`.`weight`) as `gbmed_lmiv.product.weight`, COALESCE(`gbmed_lmiv.product`.`width`, `gbmed_lmiv.product.parent`.`width`) as `gbmed_lmiv.product.width`, COALESCE(`gbmed_lmiv.product`.`height`, `gbmed_lmiv.product.parent`.`height`) as `gbmed_lmiv.product.height`, COALESCE(`gbmed_lmiv.product`.`length`, `gbmed_lmiv.product.parent`.`length`) as `gbmed_lmiv.product.length`, COALESCE(`gbmed_lmiv.product`.`release_date`, `gbmed_lmiv.product.parent`.`release_date`) as `gbmed_lmiv.product.releaseDate`, COALESCE(`gbmed_lmiv.product`.`rating_average`, `gbmed_lmiv.product.parent`.`rating_average`) as `gbmed_lmiv.product.ratingAverage`, `gbmed_lmiv.product.parent`.`category_tree` as `gbmed_lmiv.product.categoryTree.inherited`, COALESCE(`gbmed_lmiv.product`.`category_tree`, `gbmed_lmiv.product.parent`.`category_tree`) as `gbmed_lmiv.product.categoryTree`, `gbmed_lmiv.product.parent`.`property_ids` as `gbmed_lmiv.product.propertyIds.inherited`, COALESCE(`gbmed_lmiv.product`.`property_ids`, `gbmed_lmiv.product.parent`.`property_ids`) as `gbmed_lmiv.product.propertyIds`, `gbmed_lmiv.product.parent`.`option_ids` as `gbmed_lmiv.product.optionIds.inherited`, COALESCE(`gbmed_lmiv.product`.`option_ids`, `gbmed_lmiv.product.parent`.`option_ids`) as `gbmed_lmiv.product.optionIds`, `gbmed_lmiv.product.parent`.`stream_ids` as `gbmed_lmiv.product.streamIds.inherited`, COALESCE(`gbmed_lmiv.product`.`stream_ids`, `gbmed_lmiv.product.parent`.`stream_ids`) as `gbmed_lmiv.product.streamIds`, `gbmed_lmiv.product.parent`.`tag_ids` as `gbmed_lmiv.product.tagIds.inherited`, COALESCE(`gbmed_lmiv.product`.`tag_ids`, `gbmed_lmiv.product.parent`.`tag_ids`) as `gbmed_lmiv.product.tagIds`, `gbmed_lmiv.product.parent`.`category_ids` as `gbmed_lmiv.product.categoryIds.inherited`, COALESCE(`gbmed_lmiv.product`.`category_ids`, `gbmed_lmiv.product.parent`.`category_ids`) as `gbmed_lmiv.product.categoryIds`, `gbmed_lmiv.product`.`child_count` as `gbmed_lmiv.product.childCount`, COALESCE(`gbmed_lmiv.product`.`custom_field_set_selection_active`, `gbmed_lmiv.product.parent`.`custom_field_set_selection_active`) as `gbmed_lmiv.product.customFieldSetSelectionActive`, `gbmed_lmiv.product`.`sales` as `gbmed_lmiv.product.sales`, `gbmed_lmiv.product`.`states` as `gbmed_lmiv.product.states`, `gbmed_lmiv.product.tax`.`id` as `gbmed_lmiv.product.tax.id`, `gbmed_lmiv.product.tax`.`tax_rate` as `gbmed_lmiv.product.tax.taxRate`, `gbmed_lmiv.product.tax`.`name` as `gbmed_lmiv.product.tax.name`, `gbmed_lmiv.product.tax`.`position` as `gbmed_lmiv.product.tax.position`, `gbmed_lmiv.product.tax`.`custom_fields` as `gbmed_lmiv.product.tax.customFields`, `gbmed_lmiv.product.tax`.`created_at` as `gbmed_lmiv.product.tax.createdAt`, `gbmed_lmiv.product.tax`.`updated_at` as `gbmed_lmiv.product.tax.updatedAt`, `gbmed_lmiv.product`.`created_at` as `gbmed_lmiv.product.createdAt`, `gbmed_lmiv.product`.`updated_at` as `gbmed_lmiv.product.updatedAt`, `gbmed_lmiv.product.translation.metaDescription`, `gbmed_lmiv.product.parent.translation.metaDescription`, COALESCE(`gbmed_lmiv.product.translation.metaDescription`,`gbmed_lmiv.product.parent.translation.metaDescription`,`gbmed_lmiv.product.translation.metaDescription`) as `gbmed_lmiv.product.metaDescription`, `gbmed_lmiv.product.translation.name`, `gbmed_lmiv.product.parent.translation.name`, COALESCE(`gbmed_lmiv.product.translation.name`,`gbmed_lmiv.product.parent.translation.name`,`gbmed_lmiv.product.translation.name`) as `gbmed_lmiv.product.name`, `gbmed_lmiv.product.translation.keywords`, `gbmed_lmiv.product.parent.translation.keywords`, COALESCE(`gbmed_lmiv.product.translation.keywords`,`gbmed_lmiv.product.parent.translation.keywords`,`gbmed_lmiv.product.translation.keywords`) as `gbmed_lmiv.product.keywords`, `gbmed_lmiv.product.translation.description`, `gbmed_lmiv.product.parent.translation.description`, COALESCE(`gbmed_lmiv.product.translation.description`,`gbmed_lmiv.product.parent.translation.description`,`gbmed_lmiv.product.translation.description`) as `gbmed_lmiv.product.description`, `gbmed_lmiv.product.translation.metaTitle`, `gbmed_lmiv.product.parent.translation.metaTitle`, COALESCE(`gbmed_lmiv.product.translation.metaTitle`,`gbmed_lmiv.product.parent.translation.metaTitle`,`gbmed_lmiv.product.translation.metaTitle`) as `gbmed_lmiv.product.metaTitle`, `gbmed_lmiv.product.translation.packUnit`, `gbmed_lmiv.product.parent.translation.packUnit`, COALESCE(`gbmed_lmiv.product.translation.packUnit`,`gbmed_lmiv.product.parent.translation.packUnit`,`gbmed_lmiv.product.translation.packUnit`) as `gbmed_lmiv.product.packUnit`, `gbmed_lmiv.product.translation.packUnitPlural`, `gbmed_lmiv.product.parent.translation.packUnitPlural`, COALESCE(`gbmed_lmiv.product.translation.packUnitPlural`,`gbmed_lmiv.product.parent.translation.packUnitPlural`,`gbmed_lmiv.product.translation.packUnitPlural`) as `gbmed_lmiv.product.packUnitPlural`, `gbmed_lmiv.product.translation.customSearchKeywords`, `gbmed_lmiv.product.parent.translation.customSearchKeywords`, COALESCE(`gbmed_lmiv.product.translation.customSearchKeywords`,`gbmed_lmiv.product.parent.translation.customSearchKeywords`,`gbmed_lmiv.product.translation.customSearchKeywords`) as `gbmed_lmiv.product.customSearchKeywords`, `gbmed_lmiv.product.translation.slotConfig`, `gbmed_lmiv.product.parent.translation.slotConfig`, COALESCE(`gbmed_lmiv.product.translation.slotConfig`,`gbmed_lmiv.product.parent.translation.slotConfig`,`gbmed_lmiv.product.translation.slotConfig`) as `gbmed_lmiv.product.slotConfig`, `gbmed_lmiv.product.translation.customFields`, `gbmed_lmiv.product.parent.translation.customFields`, COALESCE(`gbmed_lmiv.product.translation.customFields`,`gbmed_lmiv.product.parent.translation.customFields`,`gbmed_lmiv.product.translation.customFields`) as `gbmed_lmiv.product.customFields`, `gbmed_lmiv.product.translation.createdAt`, `gbmed_lmiv.product.parent.translation.createdAt`, `gbmed_lmiv.product.translation.updatedAt`, `gbmed_lmiv.product.parent.translation.updatedAt`, `gbmed_lmiv.product.translation.productId`, `gbmed_lmiv.product.parent.translation.productId`, `gbmed_lmiv.product.translation.languageId`, `gbmed_lmiv.product.parent.translation.languageId`, `gbmed_lmiv.product.translation.productVersionId`, `gbmed_lmiv.product.parent.translation.productVersionId`, `gbmed_lmiv.translation.productName`, COALESCE(`gbmed_lmiv.translation.productName`,`gbmed_lmiv.translation.productName`) as `gbmed_lmiv.productName`, `gbmed_lmiv.translation.description`, COALESCE(`gbmed_lmiv.translation.description`,`gbmed_lmiv.translation.description`) as `gbmed_lmiv.description`, `gbmed_lmiv.translation.unitCode`, COALESCE(`gbmed_lmiv.translation.unitCode`,`gbmed_lmiv.translation.unitCode`) as `gbmed_lmiv.unitCode`, `gbmed_lmiv.translation.eLabelId`, COALESCE(`gbmed_lmiv.translation.eLabelId`,`gbmed_lmiv.translation.eLabelId`) as `gbmed_lmiv.eLabelId`, `gbmed_lmiv.translation.createdAt`, `gbmed_lmiv.translation.updatedAt`, `gbmed_lmiv.translation.gbmedLmivId`, `gbmed_lmiv.translation.languageId` FROM `gbmed_lmiv` LEFT JOIN (SELECT `gbmed_lmiv.translation`.gbmed_lmiv_id, `gbmed_lmiv.translation`.product_name as `gbmed_lmiv.translation.productName`, `gbmed_lmiv.translation`.description as `gbmed_lmiv.translation.description`, `gbmed_lmiv.translation`.unit_code as `gbmed_lmiv.translation.unitCode`, `gbmed_lmiv.translation`.e_label_id as `gbmed_lmiv.translation.eLabelId`, `gbmed_lmiv.translation`.created_at as `gbmed_lmiv.translation.createdAt`, `gbmed_lmiv.translation`.updated_at as `gbmed_lmiv.translation.updatedAt`, `gbmed_lmiv.translation`.gbmed_lmiv_id as `gbmed_lmiv.translation.gbmedLmivId`, `gbmed_lmiv.translation`.language_id as `gbmed_lmiv.translation.languageId` FROM `gbmed_lmiv_translation` `gbmed_lmiv.translation` WHERE `gbmed_lmiv.translation`.language_id = ?) `gbmed_lmiv.gbmed_lmiv_translation` ON `gbmed_lmiv.gbmed_lmiv_translation`.`gbmed_lmiv_id` = `gbmed_lmiv`.`id` LEFT JOIN `gbmed_lmiv_manufacturer` `gbmed_lmiv.gbmedLmivManufacturer` ON `gbmed_lmiv`.`gbmed_lmiv_manufacturer_id` = `gbmed_lmiv.gbmedLmivManufacturer`.`id` LEFT JOIN `product` `gbmed_lmiv.product` ON `gbmed_lmiv`.`product_id` = `gbmed_lmiv.product`.`id` AND `gbmed_lmiv`.`product_version_id` = `gbmed_lmiv.product`.`version_id` LEFT JOIN `product` `gbmed_lmiv.product.parent` ON `gbmed_lmiv.product`.`parent_id` = `gbmed_lmiv.product.parent`.`id` AND `gbmed_lmiv.product`.`parent_version_id` = `gbmed_lmiv.product.parent`.`version_id` LEFT JOIN (SELECT `gbmed_lmiv.product.translation`.product_id, `gbmed_lmiv.product.translation`.product_version_id, `gbmed_lmiv.product.translation`.meta_description as `gbmed_lmiv.product.translation.metaDescription`, `gbmed_lmiv.product.translation`.name as `gbmed_lmiv.product.translation.name`, `gbmed_lmiv.product.translation`.keywords as `gbmed_lmiv.product.translation.keywords`, `gbmed_lmiv.product.translation`.description as `gbmed_lmiv.product.translation.description`, `gbmed_lmiv.product.translation`.meta_title as `gbmed_lmiv.product.translation.metaTitle`, `gbmed_lmiv.product.translation`.pack_unit as `gbmed_lmiv.product.translation.packUnit`, `gbmed_lmiv.product.translation`.pack_unit_plural as `gbmed_lmiv.product.translation.packUnitPlural`, `gbmed_lmiv.product.translation`.custom_search_keywords as `gbmed_lmiv.product.translation.customSearchKeywords`, `gbmed_lmiv.product.translation`.slot_config as `gbmed_lmiv.product.translation.slotConfig`, `gbmed_lmiv.product.translation`.custom_fields as `gbmed_lmiv.product.translation.customFields`, `gbmed_lmiv.product.translation`.created_at as `gbmed_lmiv.product.translation.createdAt`, `gbmed_lmiv.product.translation`.updated_at as `gbmed_lmiv.product.translation.updatedAt`, `gbmed_lmiv.product.translation`.product_id as `gbmed_lmiv.product.translation.productId`, `gbmed_lmiv.product.translation`.language_id as `gbmed_lmiv.product.translation.languageId`, `gbmed_lmiv.product.translation`.product_version_id as `gbmed_lmiv.product.translation.productVersionId` FROM `product_translation` `gbmed_lmiv.product.translation` WHERE `gbmed_lmiv.product.translation`.language_id = ?) `gbmed_lmiv.product.product_translation` ON `gbmed_lmiv.product.product_translation`.`product_id` = `gbmed_lmiv.product`.`id` AND `gbmed_lmiv.product.product_translation`.product_version_id = `gbmed_lmiv.product`.version_id LEFT JOIN (SELECT `gbmed_lmiv.product.parent.translation`.product_id, `gbmed_lmiv.product.parent.translation`.product_version_id, `gbmed_lmiv.product.parent.translation`.meta_description as `gbmed_lmiv.product.parent.translation.metaDescription`, `gbmed_lmiv.product.parent.translation`.name as `gbmed_lmiv.product.parent.translation.name`, `gbmed_lmiv.product.parent.translation`.keywords as `gbmed_lmiv.product.parent.translation.keywords`, `gbmed_lmiv.product.parent.translation`.description as `gbmed_lmiv.product.parent.translation.description`, `gbmed_lmiv.product.parent.translation`.meta_title as `gbmed_lmiv.product.parent.translation.metaTitle`, `gbmed_lmiv.product.parent.translation`.pack_unit as `gbmed_lmiv.product.parent.translation.packUnit`, `gbmed_lmiv.product.parent.translation`.pack_unit_plural as `gbmed_lmiv.product.parent.translation.packUnitPlural`, `gbmed_lmiv.product.parent.translation`.custom_search_keywords as `gbmed_lmiv.product.parent.translation.customSearchKeywords`, `gbmed_lmiv.product.parent.translation`.slot_config as `gbmed_lmiv.product.parent.translation.slotConfig`, `gbmed_lmiv.product.parent.translation`.custom_fields as `gbmed_lmiv.product.parent.translation.customFields`, `gbmed_lmiv.product.parent.translation`.created_at as `gbmed_lmiv.product.parent.translation.createdAt`, `gbmed_lmiv.product.parent.translation`.updated_at as `gbmed_lmiv.product.parent.translation.updatedAt`, `gbmed_lmiv.product.parent.translation`.product_id as `gbmed_lmiv.product.parent.translation.productId`, `gbmed_lmiv.product.parent.translation`.language_id as `gbmed_lmiv.product.parent.translation.languageId`, `gbmed_lmiv.product.parent.translation`.product_version_id as `gbmed_lmiv.product.parent.translation.productVersionId` FROM `product_translation` `gbmed_lmiv.product.parent.translation` WHERE `gbmed_lmiv.product.parent.translation`.language_id = ?) `gbmed_lmiv.product.product_translation.parent` ON `gbmed_lmiv.product.product_translation.parent`.`product_id` = `gbmed_lmiv.product.parent`.`id` AND `gbmed_lmiv.product.product_translation.parent`.product_version_id = `gbmed_lmiv.product.parent`.version_id LEFT JOIN `tax` `gbmed_lmiv.product.tax` ON `gbmed_lmiv.product`.`tax` = `gbmed_lmiv.product.tax`.`id` WHERE `gbmed_lmiv`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¼íЧ\rYH¸·\x14\x10Å}:?$"
  b"\x01Ž\tMc\x08pA»\e|ë:ÃÞe"
  b"\x01Ž\tL¶Áqº—Þkˆ|çn†"
  b"\x01Ž\tNaœr¢ºpuÃ\¬>Z"
  b"\x01Ž\tNòmpz…ªpн»5|"
  b"\x01Ž\tOr\fq`’<†?>\x18\e6"
]
233 0.31 ms
SELECT `gbmed_lmiv_option`.`id` as `gbmed_lmiv_option.id`, `gbmed_lmiv_option`.`value` as `gbmed_lmiv_option.value`, `gbmed_lmiv_option`.`portion` as `gbmed_lmiv_option.portion`, `gbmed_lmiv_option`.`gbmed_lmiv_id` as `gbmed_lmiv_option.lmivId`, `gbmed_lmiv_option`.`gbmed_lmiv_group_option_id` as `gbmed_lmiv_option.groupOptionId`, `gbmed_lmiv_option`.`created_at` as `gbmed_lmiv_option.createdAt`, `gbmed_lmiv_option`.`updated_at` as `gbmed_lmiv_option.updatedAt`, `gbmed_lmiv_option.gbmed_lmiv_group_option`.`id` as `gbmed_lmiv_option.gbmed_lmiv_group_option.id`, `gbmed_lmiv_option.gbmed_lmiv_group_option`.`group` as `gbmed_lmiv_option.gbmed_lmiv_group_option.group`, `gbmed_lmiv_option.gbmed_lmiv_group_option`.`unit` as `gbmed_lmiv_option.gbmed_lmiv_group_option.unit`, `gbmed_lmiv_option.gbmed_lmiv_group_option`.`position` as `gbmed_lmiv_option.gbmed_lmiv_group_option.position`, `gbmed_lmiv_option.gbmed_lmiv_group_option`.`technical_name` as `gbmed_lmiv_option.gbmed_lmiv_group_option.technicalName`, `gbmed_lmiv_option.gbmed_lmiv_group_option`.`created_at` as `gbmed_lmiv_option.gbmed_lmiv_group_option.createdAt`, `gbmed_lmiv_option.gbmed_lmiv_group_option`.`updated_at` as `gbmed_lmiv_option.gbmed_lmiv_group_option.updatedAt`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.name`, COALESCE(`gbmed_lmiv_option.gbmed_lmiv_group_option.translation.name`,`gbmed_lmiv_option.gbmed_lmiv_group_option.translation.name`) as `gbmed_lmiv_option.gbmed_lmiv_group_option.name`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.createdAt`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.updatedAt`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.gbmedLmivGroupOptionId`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.languageId` FROM `gbmed_lmiv_option` LEFT JOIN `gbmed_lmiv_group_option` `gbmed_lmiv_option.gbmed_lmiv_group_option` ON `gbmed_lmiv_option`.`gbmed_lmiv_group_option_id` = `gbmed_lmiv_option.gbmed_lmiv_group_option`.`id` LEFT JOIN (SELECT `gbmed_lmiv_option.gbmed_lmiv_group_option.translation`.gbmed_lmiv_group_option_id, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation`.name as `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.name`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation`.created_at as `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.createdAt`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation`.updated_at as `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.updatedAt`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation`.gbmed_lmiv_group_option_id as `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.gbmedLmivGroupOptionId`, `gbmed_lmiv_option.gbmed_lmiv_group_option.translation`.language_id as `gbmed_lmiv_option.gbmed_lmiv_group_option.translation.languageId` FROM `gbmed_lmiv_group_option_translation` `gbmed_lmiv_option.gbmed_lmiv_group_option.translation` WHERE `gbmed_lmiv_option.gbmed_lmiv_group_option.translation`.language_id = ?) `gbmed_lmiv_option.gbmed_lmiv_group_option.gbmed_lmiv_group_option_translation` ON `gbmed_lmiv_option.gbmed_lmiv_group_option.gbmed_lmiv_group_option_translation`.`gbmed_lmiv_group_option_id` = `gbmed_lmiv_option.gbmed_lmiv_group_option`.`id` WHERE (`gbmed_lmiv_option`.`gbmed_lmiv_id` IN (?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Ž\tL¶Áqº—Þkˆ|çn†"
  b"\x01Ž\tMc\x08pA»\e|ë:ÃÞe"
  b"\x01Ž\tNaœr¢ºpuÃ\¬>Z"
  b"\x01Ž\tNòmpz…ªpн»5|"
  b"\x01Ž\tOr\fq`’<†?>\x18\e6"
  b"¼íЧ\rYH¸·\x14\x10Å}:?$"
]
234 0.10 ms
SELECT `gbmed_lmiv_group_option_translation`.`name` as `gbmed_lmiv_group_option_translation.name`, `gbmed_lmiv_group_option_translation`.`created_at` as `gbmed_lmiv_group_option_translation.createdAt`, `gbmed_lmiv_group_option_translation`.`updated_at` as `gbmed_lmiv_group_option_translation.updatedAt`, `gbmed_lmiv_group_option_translation`.`gbmed_lmiv_group_option_id` as `gbmed_lmiv_group_option_translation.gbmedLmivGroupOptionId`, `gbmed_lmiv_group_option_translation`.`language_id` as `gbmed_lmiv_group_option_translation.languageId` FROM `gbmed_lmiv_group_option_translation` WHERE (`gbmed_lmiv_group_option_translation`.`gbmed_lmiv_group_option_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"\x0E \x7F\x06\x03▄Bñ┐b┐RØÃÆÀ"
  b"bõÌ\x07Q\O\x01—p\tfTyL$"
  b"§ªâw6 O+ª\x02)Å ÿ<i"
  b"Y!f“|OAµ‰ý Öø—ON"
  b"nãi=\x00ìBž¬ýRoóX\x15Í"
  b"g\x14™ãh_Gø¿·,ù\x02áå³"
  b"╚]\x10åÀóFbìâçÕ*«­p"
  b"ÉâM‚C¼K>¶yRs4SÀç"
  b"┘}¨░║³EþØÖ_fÖ¯¥®"
]
235 0.15 ms
SELECT `gbmed_lmiv_translation`.`product_name` as `gbmed_lmiv_translation.productName`, `gbmed_lmiv_translation`.`description` as `gbmed_lmiv_translation.description`, `gbmed_lmiv_translation`.`unit_code` as `gbmed_lmiv_translation.unitCode`, `gbmed_lmiv_translation`.`e_label_id` as `gbmed_lmiv_translation.eLabelId`, `gbmed_lmiv_translation.eLabel`.`id` as `gbmed_lmiv_translation.eLabel.id`, `gbmed_lmiv_translation.eLabel`.`user_id` as `gbmed_lmiv_translation.eLabel.userId`, `gbmed_lmiv_translation.eLabel`.`media_folder_id` as `gbmed_lmiv_translation.eLabel.mediaFolderId`, `gbmed_lmiv_translation.eLabel`.`mime_type` as `gbmed_lmiv_translation.eLabel.mimeType`, `gbmed_lmiv_translation.eLabel`.`file_extension` as `gbmed_lmiv_translation.eLabel.fileExtension`, `gbmed_lmiv_translation.eLabel`.`uploaded_at` as `gbmed_lmiv_translation.eLabel.uploadedAt`, `gbmed_lmiv_translation.eLabel`.`file_name` as `gbmed_lmiv_translation.eLabel.fileName`, `gbmed_lmiv_translation.eLabel`.`file_size` as `gbmed_lmiv_translation.eLabel.fileSize`, `gbmed_lmiv_translation.eLabel`.`media_type` as `gbmed_lmiv_translation.eLabel.mediaTypeRaw`, `gbmed_lmiv_translation.eLabel`.`meta_data` as `gbmed_lmiv_translation.eLabel.metaData`, `gbmed_lmiv_translation.eLabel`.`config` as `gbmed_lmiv_translation.eLabel.config`, `gbmed_lmiv_translation.eLabel`.`path` as `gbmed_lmiv_translation.eLabel.path`, `gbmed_lmiv_translation.eLabel`.`private` as `gbmed_lmiv_translation.eLabel.private`, `gbmed_lmiv_translation.eLabel`.`thumbnails_ro` as `gbmed_lmiv_translation.eLabel.thumbnailsRo`, `gbmed_lmiv_translation.eLabel`.`created_at` as `gbmed_lmiv_translation.eLabel.createdAt`, `gbmed_lmiv_translation.eLabel`.`updated_at` as `gbmed_lmiv_translation.eLabel.updatedAt`, `gbmed_lmiv_translation.eLabel.translation.title`, COALESCE(`gbmed_lmiv_translation.eLabel.translation.title`,`gbmed_lmiv_translation.eLabel.translation.title`) as `gbmed_lmiv_translation.eLabel.title`, `gbmed_lmiv_translation.eLabel.translation.alt`, COALESCE(`gbmed_lmiv_translation.eLabel.translation.alt`,`gbmed_lmiv_translation.eLabel.translation.alt`) as `gbmed_lmiv_translation.eLabel.alt`, `gbmed_lmiv_translation.eLabel.translation.customFields`, COALESCE(`gbmed_lmiv_translation.eLabel.translation.customFields`,`gbmed_lmiv_translation.eLabel.translation.customFields`) as `gbmed_lmiv_translation.eLabel.customFields`, `gbmed_lmiv_translation.eLabel.translation.createdAt`, `gbmed_lmiv_translation.eLabel.translation.updatedAt`, `gbmed_lmiv_translation.eLabel.translation.mediaId`, `gbmed_lmiv_translation.eLabel.translation.languageId`, `gbmed_lmiv_translation`.`created_at` as `gbmed_lmiv_translation.createdAt`, `gbmed_lmiv_translation`.`updated_at` as `gbmed_lmiv_translation.updatedAt`, `gbmed_lmiv_translation`.`gbmed_lmiv_id` as `gbmed_lmiv_translation.gbmedLmivId`, `gbmed_lmiv_translation`.`language_id` as `gbmed_lmiv_translation.languageId` FROM `gbmed_lmiv_translation` LEFT JOIN `media` `gbmed_lmiv_translation.eLabel` ON `gbmed_lmiv_translation`.`e_label_id` = `gbmed_lmiv_translation.eLabel`.`id` LEFT JOIN (SELECT `gbmed_lmiv_translation.eLabel.translation`.media_id, `gbmed_lmiv_translation.eLabel.translation`.title as `gbmed_lmiv_translation.eLabel.translation.title`, `gbmed_lmiv_translation.eLabel.translation`.alt as `gbmed_lmiv_translation.eLabel.translation.alt`, `gbmed_lmiv_translation.eLabel.translation`.custom_fields as `gbmed_lmiv_translation.eLabel.translation.customFields`, `gbmed_lmiv_translation.eLabel.translation`.created_at as `gbmed_lmiv_translation.eLabel.translation.createdAt`, `gbmed_lmiv_translation.eLabel.translation`.updated_at as `gbmed_lmiv_translation.eLabel.translation.updatedAt`, `gbmed_lmiv_translation.eLabel.translation`.media_id as `gbmed_lmiv_translation.eLabel.translation.mediaId`, `gbmed_lmiv_translation.eLabel.translation`.language_id as `gbmed_lmiv_translation.eLabel.translation.languageId` FROM `media_translation` `gbmed_lmiv_translation.eLabel.translation` WHERE `gbmed_lmiv_translation.eLabel.translation`.language_id = ?) `gbmed_lmiv_translation.eLabel.media_translation` ON `gbmed_lmiv_translation.eLabel.media_translation`.`media_id` = `gbmed_lmiv_translation.eLabel`.`id` WHERE (`gbmed_lmiv_translation`.`gbmed_lmiv_id` IN (?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Ž\tL¶Áqº—Þkˆ|çn†"
  b"\x01Ž\tMc\x08pA»\e|ë:ÃÞe"
  b"\x01Ž\tNaœr¢ºpuÃ\¬>Z"
  b"\x01Ž\tNòmpz…ªpн»5|"
  b"\x01Ž\tOr\fq`’<†?>\x18\e6"
  b"¼íЧ\rYH¸·\x14\x10Å}:?$"
]
236 0.09 ms
SELECT `currency`.`id` as `currency.id`, `currency`.`factor` as `currency.factor`, `currency`.`symbol` as `currency.symbol`, `currency`.`iso_code` as `currency.isoCode`, `currency`.`position` as `currency.position`, `currency`.`tax_free_from` as `currency.taxFreeFrom`, `currency`.`item_rounding` as `currency.itemRounding`, `currency`.`total_rounding` as `currency.totalRounding`, `currency`.`created_at` as `currency.createdAt`, `currency`.`updated_at` as `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) as `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) as `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) as `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name as `currency.translation.shortName`, `currency.translation`.name as `currency.translation.name`, `currency.translation`.custom_fields as `currency.translation.customFields`, `currency.translation`.created_at as `currency.translation.createdAt`, `currency.translation`.updated_at as `currency.translation.updatedAt`, `currency.translation`.currency_id as `currency.translation.currencyId`, `currency.translation`.language_id as `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
237 1.82 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `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 ((((COALESCE(`product.translation.name`,`product.parent.translation.name`) LIKE ? AND NOT (COALESCE(`product.translation.name`,`product.parent.translation.name`) LIKE ?) AND (NOT (COALESCE(`product.translation.name`,`product.parent.translation.name`) LIKE ?)) AND NOT (COALESCE(`product.translation.name`,`product.parent.translation.name`) LIKE ?) AND (NOT (COALESCE(`product.translation.name`,`product.parent.translation.name`) LIKE ?))) OR ((`product`.`id` = ? OR `product`.`parent_id` = ?))) AND NOT (`product`.`display_group` <=> ?) AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`display_group` ORDER BY MIN(`product`.`stock`) ASC, MIN(IFNULL(`product`.`release_date`, `product.parent`.`release_date`)) ASC LIMIT 10
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%Schwarzkümmelöl%"
  "%pferde%"
  "%Kapseln%"
  "%hunde%"
  "%creme%"
  b"`Ƹú╩\x04Géñº\x01Å#M1╬"
  b"`Ƹú╩\x04Géñº\x01Å#M1╬"
  null
  10
  b"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
  true
]
238 0.51 ms
SELECT `sas_blog_entries`.`id` as `sas_blog_entries.id`, `sas_blog_entries`.`active` as `sas_blog_entries.active`, `sas_blog_entries`.`detail_teaser_image` as `sas_blog_entries.detailTeaserImage`, `sas_blog_entries`.`media_id` as `sas_blog_entries.mediaId`, `sas_blog_entries`.`author_id` as `sas_blog_entries.authorId`, `sas_blog_entries`.`cms_page_id` as `sas_blog_entries.cmsPageId`, `sas_blog_entries`.`cms_page_version_id` as `sas_blog_entries.cmsPageVersionId`, `sas_blog_entries.media`.`id` as `sas_blog_entries.media.id`, `sas_blog_entries.media`.`user_id` as `sas_blog_entries.media.userId`, `sas_blog_entries.media`.`media_folder_id` as `sas_blog_entries.media.mediaFolderId`, `sas_blog_entries.media`.`mime_type` as `sas_blog_entries.media.mimeType`, `sas_blog_entries.media`.`file_extension` as `sas_blog_entries.media.fileExtension`, `sas_blog_entries.media`.`uploaded_at` as `sas_blog_entries.media.uploadedAt`, `sas_blog_entries.media`.`file_name` as `sas_blog_entries.media.fileName`, `sas_blog_entries.media`.`file_size` as `sas_blog_entries.media.fileSize`, `sas_blog_entries.media`.`media_type` as `sas_blog_entries.media.mediaTypeRaw`, `sas_blog_entries.media`.`meta_data` as `sas_blog_entries.media.metaData`, `sas_blog_entries.media`.`config` as `sas_blog_entries.media.config`, `sas_blog_entries.media`.`path` as `sas_blog_entries.media.path`, `sas_blog_entries.media`.`private` as `sas_blog_entries.media.private`, `sas_blog_entries.media`.`thumbnails_ro` as `sas_blog_entries.media.thumbnailsRo`, `sas_blog_entries.media`.`created_at` as `sas_blog_entries.media.createdAt`, `sas_blog_entries.media`.`updated_at` as `sas_blog_entries.media.updatedAt`, `sas_blog_entries.media.translation.title`, COALESCE(`sas_blog_entries.media.translation.title`,`sas_blog_entries.media.translation.title`) as `sas_blog_entries.media.title`, `sas_blog_entries.media.translation.alt`, COALESCE(`sas_blog_entries.media.translation.alt`,`sas_blog_entries.media.translation.alt`) as `sas_blog_entries.media.alt`, `sas_blog_entries.media.translation.customFields`, COALESCE(`sas_blog_entries.media.translation.customFields`,`sas_blog_entries.media.translation.customFields`) as `sas_blog_entries.media.customFields`, `sas_blog_entries.media.translation.createdAt`, `sas_blog_entries.media.translation.updatedAt`, `sas_blog_entries.media.translation.mediaId`, `sas_blog_entries.media.translation.languageId`, `sas_blog_entries`.`published_at` as `sas_blog_entries.publishedAt`, `sas_blog_entries`.`created_at` as `sas_blog_entries.createdAt`, `sas_blog_entries`.`updated_at` as `sas_blog_entries.updatedAt`, `sas_blog_entries.blogAuthor`.`id` as `sas_blog_entries.blogAuthor.id`, `sas_blog_entries.blogAuthor`.`media_id` as `sas_blog_entries.blogAuthor.mediaId`, `sas_blog_entries.blogAuthor`.`salutation_id` as `sas_blog_entries.blogAuthor.salutationId`, `sas_blog_entries.blogAuthor`.`first_name` as `sas_blog_entries.blogAuthor.firstName`, `sas_blog_entries.blogAuthor`.`last_name` as `sas_blog_entries.blogAuthor.lastName`, `sas_blog_entries.blogAuthor`.`email` as `sas_blog_entries.blogAuthor.email`, `sas_blog_entries.blogAuthor`.`display_name` as `sas_blog_entries.blogAuthor.displayName`, `sas_blog_entries.blogAuthor.media`.`id` as `sas_blog_entries.blogAuthor.media.id`, `sas_blog_entries.blogAuthor.media`.`user_id` as `sas_blog_entries.blogAuthor.media.userId`, `sas_blog_entries.blogAuthor.media`.`media_folder_id` as `sas_blog_entries.blogAuthor.media.mediaFolderId`, `sas_blog_entries.blogAuthor.media`.`mime_type` as `sas_blog_entries.blogAuthor.media.mimeType`, `sas_blog_entries.blogAuthor.media`.`file_extension` as `sas_blog_entries.blogAuthor.media.fileExtension`, `sas_blog_entries.blogAuthor.media`.`uploaded_at` as `sas_blog_entries.blogAuthor.media.uploadedAt`, `sas_blog_entries.blogAuthor.media`.`file_name` as `sas_blog_entries.blogAuthor.media.fileName`, `sas_blog_entries.blogAuthor.media`.`file_size` as `sas_blog_entries.blogAuthor.media.fileSize`, `sas_blog_entries.blogAuthor.media`.`media_type` as `sas_blog_entries.blogAuthor.media.mediaTypeRaw`, `sas_blog_entries.blogAuthor.media`.`meta_data` as `sas_blog_entries.blogAuthor.media.metaData`, `sas_blog_entries.blogAuthor.media`.`config` as `sas_blog_entries.blogAuthor.media.config`, `sas_blog_entries.blogAuthor.media`.`path` as `sas_blog_entries.blogAuthor.media.path`, `sas_blog_entries.blogAuthor.media`.`private` as `sas_blog_entries.blogAuthor.media.private`, `sas_blog_entries.blogAuthor.media`.`thumbnails_ro` as `sas_blog_entries.blogAuthor.media.thumbnailsRo`, `sas_blog_entries.blogAuthor.media`.`created_at` as `sas_blog_entries.blogAuthor.media.createdAt`, `sas_blog_entries.blogAuthor.media`.`updated_at` as `sas_blog_entries.blogAuthor.media.updatedAt`, `sas_blog_entries.blogAuthor.media.translation.title`, COALESCE(`sas_blog_entries.blogAuthor.media.translation.title`,`sas_blog_entries.blogAuthor.media.translation.title`) as `sas_blog_entries.blogAuthor.media.title`, `sas_blog_entries.blogAuthor.media.translation.alt`, COALESCE(`sas_blog_entries.blogAuthor.media.translation.alt`,`sas_blog_entries.blogAuthor.media.translation.alt`) as `sas_blog_entries.blogAuthor.media.alt`, `sas_blog_entries.blogAuthor.media.translation.customFields`, COALESCE(`sas_blog_entries.blogAuthor.media.translation.customFields`,`sas_blog_entries.blogAuthor.media.translation.customFields`) as `sas_blog_entries.blogAuthor.media.customFields`, `sas_blog_entries.blogAuthor.media.translation.createdAt`, `sas_blog_entries.blogAuthor.media.translation.updatedAt`, `sas_blog_entries.blogAuthor.media.translation.mediaId`, `sas_blog_entries.blogAuthor.media.translation.languageId`, `sas_blog_entries.blogAuthor`.`created_at` as `sas_blog_entries.blogAuthor.createdAt`, `sas_blog_entries.blogAuthor`.`updated_at` as `sas_blog_entries.blogAuthor.updatedAt`, `sas_blog_entries.blogAuthor.translation.description`, COALESCE(`sas_blog_entries.blogAuthor.translation.description`,`sas_blog_entries.blogAuthor.translation.description`) as `sas_blog_entries.blogAuthor.description`, `sas_blog_entries.blogAuthor.translation.customFields`, COALESCE(`sas_blog_entries.blogAuthor.translation.customFields`,`sas_blog_entries.blogAuthor.translation.customFields`) as `sas_blog_entries.blogAuthor.customFields`, `sas_blog_entries.blogAuthor.translation.createdAt`, `sas_blog_entries.blogAuthor.translation.updatedAt`, `sas_blog_entries.blogAuthor.translation.sasBlogAuthorId`, `sas_blog_entries.blogAuthor.translation.languageId`, (SELECT GROUP_CONCAT(HEX(`sas_blog_entries.blogCategories.mapping`.`sas_blog_category_id`) SEPARATOR '||')
                  FROM `sas_blog_blog_category` `sas_blog_entries.blogCategories.mapping`
                  WHERE `sas_blog_entries.blogCategories.mapping`.`sas_blog_entries_id` = `sas_blog_entries`.`id` ) as `sas_blog_entries.blogCategories.id_mapping`, `sas_blog_entries.translation.title`, COALESCE(`sas_blog_entries.translation.title`,`sas_blog_entries.translation.title`) as `sas_blog_entries.title`, `sas_blog_entries.translation.slug`, COALESCE(`sas_blog_entries.translation.slug`,`sas_blog_entries.translation.slug`) as `sas_blog_entries.slug`, `sas_blog_entries.translation.teaser`, COALESCE(`sas_blog_entries.translation.teaser`,`sas_blog_entries.translation.teaser`) as `sas_blog_entries.teaser`, `sas_blog_entries.translation.metaTitle`, COALESCE(`sas_blog_entries.translation.metaTitle`,`sas_blog_entries.translation.metaTitle`) as `sas_blog_entries.metaTitle`, `sas_blog_entries.translation.metaDescription`, COALESCE(`sas_blog_entries.translation.metaDescription`,`sas_blog_entries.translation.metaDescription`) as `sas_blog_entries.metaDescription`, `sas_blog_entries.translation.metaKeywords`, COALESCE(`sas_blog_entries.translation.metaKeywords`,`sas_blog_entries.translation.metaKeywords`) as `sas_blog_entries.metaKeywords`, `sas_blog_entries.translation.content`, COALESCE(`sas_blog_entries.translation.content`,`sas_blog_entries.translation.content`) as `sas_blog_entries.content`, `sas_blog_entries.translation.customFields`, COALESCE(`sas_blog_entries.translation.customFields`,`sas_blog_entries.translation.customFields`) as `sas_blog_entries.customFields`, `sas_blog_entries.translation.createdAt`, `sas_blog_entries.translation.updatedAt`, `sas_blog_entries.translation.sasBlogEntriesId`, `sas_blog_entries.translation.languageId` FROM `sas_blog_entries` LEFT JOIN (SELECT `sas_blog_entries.translation`.sas_blog_entries_id, `sas_blog_entries.translation`.title as `sas_blog_entries.translation.title`, `sas_blog_entries.translation`.slug as `sas_blog_entries.translation.slug`, `sas_blog_entries.translation`.teaser as `sas_blog_entries.translation.teaser`, `sas_blog_entries.translation`.meta_title as `sas_blog_entries.translation.metaTitle`, `sas_blog_entries.translation`.meta_description as `sas_blog_entries.translation.metaDescription`, `sas_blog_entries.translation`.meta_keywords as `sas_blog_entries.translation.metaKeywords`, `sas_blog_entries.translation`.content as `sas_blog_entries.translation.content`, `sas_blog_entries.translation`.custom_fields as `sas_blog_entries.translation.customFields`, `sas_blog_entries.translation`.created_at as `sas_blog_entries.translation.createdAt`, `sas_blog_entries.translation`.updated_at as `sas_blog_entries.translation.updatedAt`, `sas_blog_entries.translation`.sas_blog_entries_id as `sas_blog_entries.translation.sasBlogEntriesId`, `sas_blog_entries.translation`.language_id as `sas_blog_entries.translation.languageId` FROM `sas_blog_entries_translation` `sas_blog_entries.translation` WHERE `sas_blog_entries.translation`.language_id = ?) `sas_blog_entries.sas_blog_entries_translation` ON `sas_blog_entries.sas_blog_entries_translation`.`sas_blog_entries_id` = `sas_blog_entries`.`id` LEFT JOIN `media` `sas_blog_entries.media` ON `sas_blog_entries`.`media_id` = `sas_blog_entries.media`.`id` LEFT JOIN `sas_blog_author` `sas_blog_entries.blogAuthor` ON `sas_blog_entries`.`author_id` = `sas_blog_entries.blogAuthor`.`id` LEFT JOIN (SELECT `sas_blog_entries.media.translation`.media_id, `sas_blog_entries.media.translation`.title as `sas_blog_entries.media.translation.title`, `sas_blog_entries.media.translation`.alt as `sas_blog_entries.media.translation.alt`, `sas_blog_entries.media.translation`.custom_fields as `sas_blog_entries.media.translation.customFields`, `sas_blog_entries.media.translation`.created_at as `sas_blog_entries.media.translation.createdAt`, `sas_blog_entries.media.translation`.updated_at as `sas_blog_entries.media.translation.updatedAt`, `sas_blog_entries.media.translation`.media_id as `sas_blog_entries.media.translation.mediaId`, `sas_blog_entries.media.translation`.language_id as `sas_blog_entries.media.translation.languageId` FROM `media_translation` `sas_blog_entries.media.translation` WHERE `sas_blog_entries.media.translation`.language_id = ?) `sas_blog_entries.media.media_translation` ON `sas_blog_entries.media.media_translation`.`media_id` = `sas_blog_entries.media`.`id` LEFT JOIN (SELECT `sas_blog_entries.blogAuthor.translation`.sas_blog_author_id, `sas_blog_entries.blogAuthor.translation`.description as `sas_blog_entries.blogAuthor.translation.description`, `sas_blog_entries.blogAuthor.translation`.custom_fields as `sas_blog_entries.blogAuthor.translation.customFields`, `sas_blog_entries.blogAuthor.translation`.created_at as `sas_blog_entries.blogAuthor.translation.createdAt`, `sas_blog_entries.blogAuthor.translation`.updated_at as `sas_blog_entries.blogAuthor.translation.updatedAt`, `sas_blog_entries.blogAuthor.translation`.sas_blog_author_id as `sas_blog_entries.blogAuthor.translation.sasBlogAuthorId`, `sas_blog_entries.blogAuthor.translation`.language_id as `sas_blog_entries.blogAuthor.translation.languageId` FROM `sas_blog_author_translation` `sas_blog_entries.blogAuthor.translation` WHERE `sas_blog_entries.blogAuthor.translation`.language_id = ?) `sas_blog_entries.blogAuthor.sas_blog_author_translation` ON `sas_blog_entries.blogAuthor.sas_blog_author_translation`.`sas_blog_author_id` = `sas_blog_entries.blogAuthor`.`id` LEFT JOIN `media` `sas_blog_entries.blogAuthor.media` ON `sas_blog_entries.blogAuthor`.`media_id` = `sas_blog_entries.blogAuthor.media`.`id` LEFT JOIN (SELECT `sas_blog_entries.blogAuthor.media.translation`.media_id, `sas_blog_entries.blogAuthor.media.translation`.title as `sas_blog_entries.blogAuthor.media.translation.title`, `sas_blog_entries.blogAuthor.media.translation`.alt as `sas_blog_entries.blogAuthor.media.translation.alt`, `sas_blog_entries.blogAuthor.media.translation`.custom_fields as `sas_blog_entries.blogAuthor.media.translation.customFields`, `sas_blog_entries.blogAuthor.media.translation`.created_at as `sas_blog_entries.blogAuthor.media.translation.createdAt`, `sas_blog_entries.blogAuthor.media.translation`.updated_at as `sas_blog_entries.blogAuthor.media.translation.updatedAt`, `sas_blog_entries.blogAuthor.media.translation`.media_id as `sas_blog_entries.blogAuthor.media.translation.mediaId`, `sas_blog_entries.blogAuthor.media.translation`.language_id as `sas_blog_entries.blogAuthor.media.translation.languageId` FROM `media_translation` `sas_blog_entries.blogAuthor.media.translation` WHERE `sas_blog_entries.blogAuthor.media.translation`.language_id = ?) `sas_blog_entries.blogAuthor.media.media_translation` ON `sas_blog_entries.blogAuthor.media.media_translation`.`media_id` = `sas_blog_entries.blogAuthor.media`.`id` WHERE (`sas_blog_entries`.`id` = ? AND (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`sas_blog_entries.translation.customFields`, '$.salesChannelIds')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`sas_blog_entries.translation.customFields`, '$.salesChannelIds')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) LIKE ? OR COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`sas_blog_entries.translation.customFields`, '$.salesChannelIds')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`sas_blog_entries.translation.customFields`, '$.salesChannelIds')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/D&¨-\x05M\v äë8T,=R"
  "%391f9fc31d2c4c0da4e3984c2675af78%"
  null
]
239 0.82 ms
SELECT `sas_blog_entries`.`id` as `sas_blog_entries.id`, `sas_blog_entries`.`active` as `sas_blog_entries.active`, `sas_blog_entries`.`detail_teaser_image` as `sas_blog_entries.detailTeaserImage`, `sas_blog_entries`.`media_id` as `sas_blog_entries.mediaId`, `sas_blog_entries`.`author_id` as `sas_blog_entries.authorId`, `sas_blog_entries`.`cms_page_id` as `sas_blog_entries.cmsPageId`, `sas_blog_entries`.`cms_page_version_id` as `sas_blog_entries.cmsPageVersionId`, `sas_blog_entries.media`.`id` as `sas_blog_entries.media.id`, `sas_blog_entries.media`.`user_id` as `sas_blog_entries.media.userId`, `sas_blog_entries.media`.`media_folder_id` as `sas_blog_entries.media.mediaFolderId`, `sas_blog_entries.media`.`mime_type` as `sas_blog_entries.media.mimeType`, `sas_blog_entries.media`.`file_extension` as `sas_blog_entries.media.fileExtension`, `sas_blog_entries.media`.`uploaded_at` as `sas_blog_entries.media.uploadedAt`, `sas_blog_entries.media`.`file_name` as `sas_blog_entries.media.fileName`, `sas_blog_entries.media`.`file_size` as `sas_blog_entries.media.fileSize`, `sas_blog_entries.media`.`media_type` as `sas_blog_entries.media.mediaTypeRaw`, `sas_blog_entries.media`.`meta_data` as `sas_blog_entries.media.metaData`, `sas_blog_entries.media`.`config` as `sas_blog_entries.media.config`, `sas_blog_entries.media`.`path` as `sas_blog_entries.media.path`, `sas_blog_entries.media`.`private` as `sas_blog_entries.media.private`, `sas_blog_entries.media`.`thumbnails_ro` as `sas_blog_entries.media.thumbnailsRo`, `sas_blog_entries.media`.`created_at` as `sas_blog_entries.media.createdAt`, `sas_blog_entries.media`.`updated_at` as `sas_blog_entries.media.updatedAt`, `sas_blog_entries.media.translation.title`, COALESCE(`sas_blog_entries.media.translation.title`,`sas_blog_entries.media.translation.title`) as `sas_blog_entries.media.title`, `sas_blog_entries.media.translation.alt`, COALESCE(`sas_blog_entries.media.translation.alt`,`sas_blog_entries.media.translation.alt`) as `sas_blog_entries.media.alt`, `sas_blog_entries.media.translation.customFields`, COALESCE(`sas_blog_entries.media.translation.customFields`,`sas_blog_entries.media.translation.customFields`) as `sas_blog_entries.media.customFields`, `sas_blog_entries.media.translation.createdAt`, `sas_blog_entries.media.translation.updatedAt`, `sas_blog_entries.media.translation.mediaId`, `sas_blog_entries.media.translation.languageId`, `sas_blog_entries`.`published_at` as `sas_blog_entries.publishedAt`, `sas_blog_entries`.`created_at` as `sas_blog_entries.createdAt`, `sas_blog_entries`.`updated_at` as `sas_blog_entries.updatedAt`, `sas_blog_entries.translation.title`, COALESCE(`sas_blog_entries.translation.title`,`sas_blog_entries.translation.title`) as `sas_blog_entries.title`, `sas_blog_entries.translation.slug`, COALESCE(`sas_blog_entries.translation.slug`,`sas_blog_entries.translation.slug`) as `sas_blog_entries.slug`, `sas_blog_entries.translation.teaser`, COALESCE(`sas_blog_entries.translation.teaser`,`sas_blog_entries.translation.teaser`) as `sas_blog_entries.teaser`, `sas_blog_entries.translation.metaTitle`, COALESCE(`sas_blog_entries.translation.metaTitle`,`sas_blog_entries.translation.metaTitle`) as `sas_blog_entries.metaTitle`, `sas_blog_entries.translation.metaDescription`, COALESCE(`sas_blog_entries.translation.metaDescription`,`sas_blog_entries.translation.metaDescription`) as `sas_blog_entries.metaDescription`, `sas_blog_entries.translation.metaKeywords`, COALESCE(`sas_blog_entries.translation.metaKeywords`,`sas_blog_entries.translation.metaKeywords`) as `sas_blog_entries.metaKeywords`, `sas_blog_entries.translation.content`, COALESCE(`sas_blog_entries.translation.content`,`sas_blog_entries.translation.content`) as `sas_blog_entries.content`, `sas_blog_entries.translation.customFields`, COALESCE(`sas_blog_entries.translation.customFields`,`sas_blog_entries.translation.customFields`) as `sas_blog_entries.customFields`, `sas_blog_entries.translation.createdAt`, `sas_blog_entries.translation.updatedAt`, `sas_blog_entries.translation.sasBlogEntriesId`, `sas_blog_entries.translation.languageId` FROM `sas_blog_entries` LEFT JOIN `media` `sas_blog_entries.media` ON `sas_blog_entries`.`media_id` = `sas_blog_entries.media`.`id` LEFT JOIN (SELECT `sas_blog_entries.translation`.sas_blog_entries_id, `sas_blog_entries.translation`.title as `sas_blog_entries.translation.title`, `sas_blog_entries.translation`.slug as `sas_blog_entries.translation.slug`, `sas_blog_entries.translation`.teaser as `sas_blog_entries.translation.teaser`, `sas_blog_entries.translation`.meta_title as `sas_blog_entries.translation.metaTitle`, `sas_blog_entries.translation`.meta_description as `sas_blog_entries.translation.metaDescription`, `sas_blog_entries.translation`.meta_keywords as `sas_blog_entries.translation.metaKeywords`, `sas_blog_entries.translation`.content as `sas_blog_entries.translation.content`, `sas_blog_entries.translation`.custom_fields as `sas_blog_entries.translation.customFields`, `sas_blog_entries.translation`.created_at as `sas_blog_entries.translation.createdAt`, `sas_blog_entries.translation`.updated_at as `sas_blog_entries.translation.updatedAt`, `sas_blog_entries.translation`.sas_blog_entries_id as `sas_blog_entries.translation.sasBlogEntriesId`, `sas_blog_entries.translation`.language_id as `sas_blog_entries.translation.languageId` FROM `sas_blog_entries_translation` `sas_blog_entries.translation` WHERE `sas_blog_entries.translation`.language_id = ?) `sas_blog_entries.sas_blog_entries_translation` ON `sas_blog_entries.sas_blog_entries_translation`.`sas_blog_entries_id` = `sas_blog_entries`.`id` LEFT JOIN (SELECT `sas_blog_entries.media.translation`.media_id, `sas_blog_entries.media.translation`.title as `sas_blog_entries.media.translation.title`, `sas_blog_entries.media.translation`.alt as `sas_blog_entries.media.translation.alt`, `sas_blog_entries.media.translation`.custom_fields as `sas_blog_entries.media.translation.customFields`, `sas_blog_entries.media.translation`.created_at as `sas_blog_entries.media.translation.createdAt`, `sas_blog_entries.media.translation`.updated_at as `sas_blog_entries.media.translation.updatedAt`, `sas_blog_entries.media.translation`.media_id as `sas_blog_entries.media.translation.mediaId`, `sas_blog_entries.media.translation`.language_id as `sas_blog_entries.media.translation.languageId` FROM `media_translation` `sas_blog_entries.media.translation` WHERE `sas_blog_entries.media.translation`.language_id = ?) `sas_blog_entries.media.media_translation` ON `sas_blog_entries.media.media_translation`.`media_id` = `sas_blog_entries.media`.`id` WHERE (`sas_blog_entries`.`author_id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"dôÆ\x01”cA(¹¸]’™y|E"
]
240 0.20 ms
SELECT `sas_blog_category`.`id` as `sas_blog_category.id`, `sas_blog_category`.`version_id` as `sas_blog_category.versionId`, `sas_blog_category`.`parent_id` as `sas_blog_category.parentId`, `sas_blog_category`.`parent_version_id` as `sas_blog_category.parentVersionId`, `sas_blog_category`.`after_category_id` as `sas_blog_category.afterCategoryId`, `sas_blog_category`.`level` as `sas_blog_category.level`, `sas_blog_category`.`path` as `sas_blog_category.path`, `sas_blog_category`.`child_count` as `sas_blog_category.childCount`, `sas_blog_category`.`created_at` as `sas_blog_category.createdAt`, `sas_blog_category`.`updated_at` as `sas_blog_category.updatedAt`, `sas_blog_category.translation.name`, COALESCE(`sas_blog_category.translation.name`,`sas_blog_category.translation.name`) as `sas_blog_category.name`, `sas_blog_category.translation.breadcrumb`, COALESCE(`sas_blog_category.translation.breadcrumb`,`sas_blog_category.translation.breadcrumb`) as `sas_blog_category.breadcrumb`, `sas_blog_category.translation.customFields`, COALESCE(`sas_blog_category.translation.customFields`,`sas_blog_category.translation.customFields`) as `sas_blog_category.customFields`, `sas_blog_category.translation.createdAt`, `sas_blog_category.translation.updatedAt`, `sas_blog_category.translation.sasBlogCategoryId`, `sas_blog_category.translation.languageId`, `sas_blog_category.translation.sasBlogCategoryVersionId` FROM `sas_blog_category` LEFT JOIN (SELECT `sas_blog_category.translation`.sas_blog_category_id, `sas_blog_category.translation`.sas_blog_category_version_id, `sas_blog_category.translation`.name as `sas_blog_category.translation.name`, `sas_blog_category.translation`.breadcrumb as `sas_blog_category.translation.breadcrumb`, `sas_blog_category.translation`.custom_fields as `sas_blog_category.translation.customFields`, `sas_blog_category.translation`.created_at as `sas_blog_category.translation.createdAt`, `sas_blog_category.translation`.updated_at as `sas_blog_category.translation.updatedAt`, `sas_blog_category.translation`.sas_blog_category_id as `sas_blog_category.translation.sasBlogCategoryId`, `sas_blog_category.translation`.language_id as `sas_blog_category.translation.languageId`, `sas_blog_category.translation`.sas_blog_category_version_id as `sas_blog_category.translation.sasBlogCategoryVersionId` FROM `sas_blog_category_translation` `sas_blog_category.translation` WHERE `sas_blog_category.translation`.language_id = ?) `sas_blog_category.sas_blog_category_translation` ON `sas_blog_category.sas_blog_category_translation`.`sas_blog_category_id` = `sas_blog_category`.`id` AND `sas_blog_category.sas_blog_category_translation`.sas_blog_category_version_id = `sas_blog_category`.version_id WHERE (`sas_blog_category`.`version_id` = ?) AND (`sas_blog_category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ìîÓ>░s║ûÉ\x18Ñ·\x08©¾"
]
241 0.57 ms
SELECT `sas_blog_entries`.`id` as `sas_blog_entries.id`, `sas_blog_entries`.`active` as `sas_blog_entries.active`, `sas_blog_entries`.`detail_teaser_image` as `sas_blog_entries.detailTeaserImage`, `sas_blog_entries`.`media_id` as `sas_blog_entries.mediaId`, `sas_blog_entries`.`author_id` as `sas_blog_entries.authorId`, `sas_blog_entries`.`cms_page_id` as `sas_blog_entries.cmsPageId`, `sas_blog_entries`.`cms_page_version_id` as `sas_blog_entries.cmsPageVersionId`, `sas_blog_entries.media`.`id` as `sas_blog_entries.media.id`, `sas_blog_entries.media`.`user_id` as `sas_blog_entries.media.userId`, `sas_blog_entries.media`.`media_folder_id` as `sas_blog_entries.media.mediaFolderId`, `sas_blog_entries.media`.`mime_type` as `sas_blog_entries.media.mimeType`, `sas_blog_entries.media`.`file_extension` as `sas_blog_entries.media.fileExtension`, `sas_blog_entries.media`.`uploaded_at` as `sas_blog_entries.media.uploadedAt`, `sas_blog_entries.media`.`file_name` as `sas_blog_entries.media.fileName`, `sas_blog_entries.media`.`file_size` as `sas_blog_entries.media.fileSize`, `sas_blog_entries.media`.`media_type` as `sas_blog_entries.media.mediaTypeRaw`, `sas_blog_entries.media`.`meta_data` as `sas_blog_entries.media.metaData`, `sas_blog_entries.media`.`config` as `sas_blog_entries.media.config`, `sas_blog_entries.media`.`path` as `sas_blog_entries.media.path`, `sas_blog_entries.media`.`private` as `sas_blog_entries.media.private`, `sas_blog_entries.media`.`thumbnails_ro` as `sas_blog_entries.media.thumbnailsRo`, `sas_blog_entries.media`.`created_at` as `sas_blog_entries.media.createdAt`, `sas_blog_entries.media`.`updated_at` as `sas_blog_entries.media.updatedAt`, `sas_blog_entries.media.translation.title`, COALESCE(`sas_blog_entries.media.translation.title`,`sas_blog_entries.media.translation.title`) as `sas_blog_entries.media.title`, `sas_blog_entries.media.translation.alt`, COALESCE(`sas_blog_entries.media.translation.alt`,`sas_blog_entries.media.translation.alt`) as `sas_blog_entries.media.alt`, `sas_blog_entries.media.translation.customFields`, COALESCE(`sas_blog_entries.media.translation.customFields`,`sas_blog_entries.media.translation.customFields`) as `sas_blog_entries.media.customFields`, `sas_blog_entries.media.translation.createdAt`, `sas_blog_entries.media.translation.updatedAt`, `sas_blog_entries.media.translation.mediaId`, `sas_blog_entries.media.translation.languageId`, `sas_blog_entries`.`published_at` as `sas_blog_entries.publishedAt`, `sas_blog_entries`.`created_at` as `sas_blog_entries.createdAt`, `sas_blog_entries`.`updated_at` as `sas_blog_entries.updatedAt`, `sas_blog_entries.blogAuthor`.`id` as `sas_blog_entries.blogAuthor.id`, `sas_blog_entries.blogAuthor`.`media_id` as `sas_blog_entries.blogAuthor.mediaId`, `sas_blog_entries.blogAuthor`.`salutation_id` as `sas_blog_entries.blogAuthor.salutationId`, `sas_blog_entries.blogAuthor`.`first_name` as `sas_blog_entries.blogAuthor.firstName`, `sas_blog_entries.blogAuthor`.`last_name` as `sas_blog_entries.blogAuthor.lastName`, `sas_blog_entries.blogAuthor`.`email` as `sas_blog_entries.blogAuthor.email`, `sas_blog_entries.blogAuthor`.`display_name` as `sas_blog_entries.blogAuthor.displayName`, `sas_blog_entries.blogAuthor.media`.`id` as `sas_blog_entries.blogAuthor.media.id`, `sas_blog_entries.blogAuthor.media`.`user_id` as `sas_blog_entries.blogAuthor.media.userId`, `sas_blog_entries.blogAuthor.media`.`media_folder_id` as `sas_blog_entries.blogAuthor.media.mediaFolderId`, `sas_blog_entries.blogAuthor.media`.`mime_type` as `sas_blog_entries.blogAuthor.media.mimeType`, `sas_blog_entries.blogAuthor.media`.`file_extension` as `sas_blog_entries.blogAuthor.media.fileExtension`, `sas_blog_entries.blogAuthor.media`.`uploaded_at` as `sas_blog_entries.blogAuthor.media.uploadedAt`, `sas_blog_entries.blogAuthor.media`.`file_name` as `sas_blog_entries.blogAuthor.media.fileName`, `sas_blog_entries.blogAuthor.media`.`file_size` as `sas_blog_entries.blogAuthor.media.fileSize`, `sas_blog_entries.blogAuthor.media`.`media_type` as `sas_blog_entries.blogAuthor.media.mediaTypeRaw`, `sas_blog_entries.blogAuthor.media`.`meta_data` as `sas_blog_entries.blogAuthor.media.metaData`, `sas_blog_entries.blogAuthor.media`.`config` as `sas_blog_entries.blogAuthor.media.config`, `sas_blog_entries.blogAuthor.media`.`path` as `sas_blog_entries.blogAuthor.media.path`, `sas_blog_entries.blogAuthor.media`.`private` as `sas_blog_entries.blogAuthor.media.private`, `sas_blog_entries.blogAuthor.media`.`thumbnails_ro` as `sas_blog_entries.blogAuthor.media.thumbnailsRo`, `sas_blog_entries.blogAuthor.media`.`created_at` as `sas_blog_entries.blogAuthor.media.createdAt`, `sas_blog_entries.blogAuthor.media`.`updated_at` as `sas_blog_entries.blogAuthor.media.updatedAt`, `sas_blog_entries.blogAuthor.media.translation.title`, COALESCE(`sas_blog_entries.blogAuthor.media.translation.title`,`sas_blog_entries.blogAuthor.media.translation.title`) as `sas_blog_entries.blogAuthor.media.title`, `sas_blog_entries.blogAuthor.media.translation.alt`, COALESCE(`sas_blog_entries.blogAuthor.media.translation.alt`,`sas_blog_entries.blogAuthor.media.translation.alt`) as `sas_blog_entries.blogAuthor.media.alt`, `sas_blog_entries.blogAuthor.media.translation.customFields`, COALESCE(`sas_blog_entries.blogAuthor.media.translation.customFields`,`sas_blog_entries.blogAuthor.media.translation.customFields`) as `sas_blog_entries.blogAuthor.media.customFields`, `sas_blog_entries.blogAuthor.media.translation.createdAt`, `sas_blog_entries.blogAuthor.media.translation.updatedAt`, `sas_blog_entries.blogAuthor.media.translation.mediaId`, `sas_blog_entries.blogAuthor.media.translation.languageId`, `sas_blog_entries.blogAuthor`.`created_at` as `sas_blog_entries.blogAuthor.createdAt`, `sas_blog_entries.blogAuthor`.`updated_at` as `sas_blog_entries.blogAuthor.updatedAt`, `sas_blog_entries.blogAuthor.translation.description`, COALESCE(`sas_blog_entries.blogAuthor.translation.description`,`sas_blog_entries.blogAuthor.translation.description`) as `sas_blog_entries.blogAuthor.description`, `sas_blog_entries.blogAuthor.translation.customFields`, COALESCE(`sas_blog_entries.blogAuthor.translation.customFields`,`sas_blog_entries.blogAuthor.translation.customFields`) as `sas_blog_entries.blogAuthor.customFields`, `sas_blog_entries.blogAuthor.translation.createdAt`, `sas_blog_entries.blogAuthor.translation.updatedAt`, `sas_blog_entries.blogAuthor.translation.sasBlogAuthorId`, `sas_blog_entries.blogAuthor.translation.languageId`, (SELECT GROUP_CONCAT(HEX(`sas_blog_entries.blogCategories.mapping`.`sas_blog_category_id`) SEPARATOR '||')
                  FROM `sas_blog_blog_category` `sas_blog_entries.blogCategories.mapping`
                  WHERE `sas_blog_entries.blogCategories.mapping`.`sas_blog_entries_id` = `sas_blog_entries`.`id` ) as `sas_blog_entries.blogCategories.id_mapping`, `sas_blog_entries.translation.title`, COALESCE(`sas_blog_entries.translation.title`,`sas_blog_entries.translation.title`) as `sas_blog_entries.title`, `sas_blog_entries.translation.slug`, COALESCE(`sas_blog_entries.translation.slug`,`sas_blog_entries.translation.slug`) as `sas_blog_entries.slug`, `sas_blog_entries.translation.teaser`, COALESCE(`sas_blog_entries.translation.teaser`,`sas_blog_entries.translation.teaser`) as `sas_blog_entries.teaser`, `sas_blog_entries.translation.metaTitle`, COALESCE(`sas_blog_entries.translation.metaTitle`,`sas_blog_entries.translation.metaTitle`) as `sas_blog_entries.metaTitle`, `sas_blog_entries.translation.metaDescription`, COALESCE(`sas_blog_entries.translation.metaDescription`,`sas_blog_entries.translation.metaDescription`) as `sas_blog_entries.metaDescription`, `sas_blog_entries.translation.metaKeywords`, COALESCE(`sas_blog_entries.translation.metaKeywords`,`sas_blog_entries.translation.metaKeywords`) as `sas_blog_entries.metaKeywords`, `sas_blog_entries.translation.content`, COALESCE(`sas_blog_entries.translation.content`,`sas_blog_entries.translation.content`) as `sas_blog_entries.content`, `sas_blog_entries.translation.customFields`, COALESCE(`sas_blog_entries.translation.customFields`,`sas_blog_entries.translation.customFields`) as `sas_blog_entries.customFields`, `sas_blog_entries.translation.createdAt`, `sas_blog_entries.translation.updatedAt`, `sas_blog_entries.translation.sasBlogEntriesId`, `sas_blog_entries.translation.languageId` FROM `sas_blog_entries` LEFT JOIN (SELECT `sas_blog_entries.translation`.sas_blog_entries_id, `sas_blog_entries.translation`.title as `sas_blog_entries.translation.title`, `sas_blog_entries.translation`.slug as `sas_blog_entries.translation.slug`, `sas_blog_entries.translation`.teaser as `sas_blog_entries.translation.teaser`, `sas_blog_entries.translation`.meta_title as `sas_blog_entries.translation.metaTitle`, `sas_blog_entries.translation`.meta_description as `sas_blog_entries.translation.metaDescription`, `sas_blog_entries.translation`.meta_keywords as `sas_blog_entries.translation.metaKeywords`, `sas_blog_entries.translation`.content as `sas_blog_entries.translation.content`, `sas_blog_entries.translation`.custom_fields as `sas_blog_entries.translation.customFields`, `sas_blog_entries.translation`.created_at as `sas_blog_entries.translation.createdAt`, `sas_blog_entries.translation`.updated_at as `sas_blog_entries.translation.updatedAt`, `sas_blog_entries.translation`.sas_blog_entries_id as `sas_blog_entries.translation.sasBlogEntriesId`, `sas_blog_entries.translation`.language_id as `sas_blog_entries.translation.languageId` FROM `sas_blog_entries_translation` `sas_blog_entries.translation` WHERE `sas_blog_entries.translation`.language_id = ?) `sas_blog_entries.sas_blog_entries_translation` ON `sas_blog_entries.sas_blog_entries_translation`.`sas_blog_entries_id` = `sas_blog_entries`.`id` LEFT JOIN `media` `sas_blog_entries.media` ON `sas_blog_entries`.`media_id` = `sas_blog_entries.media`.`id` LEFT JOIN `sas_blog_author` `sas_blog_entries.blogAuthor` ON `sas_blog_entries`.`author_id` = `sas_blog_entries.blogAuthor`.`id` LEFT JOIN (SELECT `sas_blog_entries.media.translation`.media_id, `sas_blog_entries.media.translation`.title as `sas_blog_entries.media.translation.title`, `sas_blog_entries.media.translation`.alt as `sas_blog_entries.media.translation.alt`, `sas_blog_entries.media.translation`.custom_fields as `sas_blog_entries.media.translation.customFields`, `sas_blog_entries.media.translation`.created_at as `sas_blog_entries.media.translation.createdAt`, `sas_blog_entries.media.translation`.updated_at as `sas_blog_entries.media.translation.updatedAt`, `sas_blog_entries.media.translation`.media_id as `sas_blog_entries.media.translation.mediaId`, `sas_blog_entries.media.translation`.language_id as `sas_blog_entries.media.translation.languageId` FROM `media_translation` `sas_blog_entries.media.translation` WHERE `sas_blog_entries.media.translation`.language_id = ?) `sas_blog_entries.media.media_translation` ON `sas_blog_entries.media.media_translation`.`media_id` = `sas_blog_entries.media`.`id` LEFT JOIN (SELECT `sas_blog_entries.blogAuthor.translation`.sas_blog_author_id, `sas_blog_entries.blogAuthor.translation`.description as `sas_blog_entries.blogAuthor.translation.description`, `sas_blog_entries.blogAuthor.translation`.custom_fields as `sas_blog_entries.blogAuthor.translation.customFields`, `sas_blog_entries.blogAuthor.translation`.created_at as `sas_blog_entries.blogAuthor.translation.createdAt`, `sas_blog_entries.blogAuthor.translation`.updated_at as `sas_blog_entries.blogAuthor.translation.updatedAt`, `sas_blog_entries.blogAuthor.translation`.sas_blog_author_id as `sas_blog_entries.blogAuthor.translation.sasBlogAuthorId`, `sas_blog_entries.blogAuthor.translation`.language_id as `sas_blog_entries.blogAuthor.translation.languageId` FROM `sas_blog_author_translation` `sas_blog_entries.blogAuthor.translation` WHERE `sas_blog_entries.blogAuthor.translation`.language_id = ?) `sas_blog_entries.blogAuthor.sas_blog_author_translation` ON `sas_blog_entries.blogAuthor.sas_blog_author_translation`.`sas_blog_author_id` = `sas_blog_entries.blogAuthor`.`id` LEFT JOIN `media` `sas_blog_entries.blogAuthor.media` ON `sas_blog_entries.blogAuthor`.`media_id` = `sas_blog_entries.blogAuthor.media`.`id` LEFT JOIN (SELECT `sas_blog_entries.blogAuthor.media.translation`.media_id, `sas_blog_entries.blogAuthor.media.translation`.title as `sas_blog_entries.blogAuthor.media.translation.title`, `sas_blog_entries.blogAuthor.media.translation`.alt as `sas_blog_entries.blogAuthor.media.translation.alt`, `sas_blog_entries.blogAuthor.media.translation`.custom_fields as `sas_blog_entries.blogAuthor.media.translation.customFields`, `sas_blog_entries.blogAuthor.media.translation`.created_at as `sas_blog_entries.blogAuthor.media.translation.createdAt`, `sas_blog_entries.blogAuthor.media.translation`.updated_at as `sas_blog_entries.blogAuthor.media.translation.updatedAt`, `sas_blog_entries.blogAuthor.media.translation`.media_id as `sas_blog_entries.blogAuthor.media.translation.mediaId`, `sas_blog_entries.blogAuthor.media.translation`.language_id as `sas_blog_entries.blogAuthor.media.translation.languageId` FROM `media_translation` `sas_blog_entries.blogAuthor.media.translation` WHERE `sas_blog_entries.blogAuthor.media.translation`.language_id = ?) `sas_blog_entries.blogAuthor.media.media_translation` ON `sas_blog_entries.blogAuthor.media.media_translation`.`media_id` = `sas_blog_entries.blogAuthor.media`.`id` WHERE (`sas_blog_entries`.`id` = ? AND (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`sas_blog_entries.translation.customFields`, '$.salesChannelIds')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`sas_blog_entries.translation.customFields`, '$.salesChannelIds')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) LIKE ? OR COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`sas_blog_entries.translation.customFields`, '$.salesChannelIds')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`sas_blog_entries.translation.customFields`, '$.salesChannelIds')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"˜ŸÔG¶ÅL\x11£>kþ<6—²"
  "%391f9fc31d2c4c0da4e3984c2675af78%"
  null
]
242 0.84 ms
SELECT `sas_blog_entries`.`id` as `sas_blog_entries.id`, `sas_blog_entries`.`active` as `sas_blog_entries.active`, `sas_blog_entries`.`detail_teaser_image` as `sas_blog_entries.detailTeaserImage`, `sas_blog_entries`.`media_id` as `sas_blog_entries.mediaId`, `sas_blog_entries`.`author_id` as `sas_blog_entries.authorId`, `sas_blog_entries`.`cms_page_id` as `sas_blog_entries.cmsPageId`, `sas_blog_entries`.`cms_page_version_id` as `sas_blog_entries.cmsPageVersionId`, `sas_blog_entries.media`.`id` as `sas_blog_entries.media.id`, `sas_blog_entries.media`.`user_id` as `sas_blog_entries.media.userId`, `sas_blog_entries.media`.`media_folder_id` as `sas_blog_entries.media.mediaFolderId`, `sas_blog_entries.media`.`mime_type` as `sas_blog_entries.media.mimeType`, `sas_blog_entries.media`.`file_extension` as `sas_blog_entries.media.fileExtension`, `sas_blog_entries.media`.`uploaded_at` as `sas_blog_entries.media.uploadedAt`, `sas_blog_entries.media`.`file_name` as `sas_blog_entries.media.fileName`, `sas_blog_entries.media`.`file_size` as `sas_blog_entries.media.fileSize`, `sas_blog_entries.media`.`media_type` as `sas_blog_entries.media.mediaTypeRaw`, `sas_blog_entries.media`.`meta_data` as `sas_blog_entries.media.metaData`, `sas_blog_entries.media`.`config` as `sas_blog_entries.media.config`, `sas_blog_entries.media`.`path` as `sas_blog_entries.media.path`, `sas_blog_entries.media`.`private` as `sas_blog_entries.media.private`, `sas_blog_entries.media`.`thumbnails_ro` as `sas_blog_entries.media.thumbnailsRo`, `sas_blog_entries.media`.`created_at` as `sas_blog_entries.media.createdAt`, `sas_blog_entries.media`.`updated_at` as `sas_blog_entries.media.updatedAt`, `sas_blog_entries.media.translation.title`, COALESCE(`sas_blog_entries.media.translation.title`,`sas_blog_entries.media.translation.title`) as `sas_blog_entries.media.title`, `sas_blog_entries.media.translation.alt`, COALESCE(`sas_blog_entries.media.translation.alt`,`sas_blog_entries.media.translation.alt`) as `sas_blog_entries.media.alt`, `sas_blog_entries.media.translation.customFields`, COALESCE(`sas_blog_entries.media.translation.customFields`,`sas_blog_entries.media.translation.customFields`) as `sas_blog_entries.media.customFields`, `sas_blog_entries.media.translation.createdAt`, `sas_blog_entries.media.translation.updatedAt`, `sas_blog_entries.media.translation.mediaId`, `sas_blog_entries.media.translation.languageId`, `sas_blog_entries`.`published_at` as `sas_blog_entries.publishedAt`, `sas_blog_entries`.`created_at` as `sas_blog_entries.createdAt`, `sas_blog_entries`.`updated_at` as `sas_blog_entries.updatedAt`, `sas_blog_entries.translation.title`, COALESCE(`sas_blog_entries.translation.title`,`sas_blog_entries.translation.title`) as `sas_blog_entries.title`, `sas_blog_entries.translation.slug`, COALESCE(`sas_blog_entries.translation.slug`,`sas_blog_entries.translation.slug`) as `sas_blog_entries.slug`, `sas_blog_entries.translation.teaser`, COALESCE(`sas_blog_entries.translation.teaser`,`sas_blog_entries.translation.teaser`) as `sas_blog_entries.teaser`, `sas_blog_entries.translation.metaTitle`, COALESCE(`sas_blog_entries.translation.metaTitle`,`sas_blog_entries.translation.metaTitle`) as `sas_blog_entries.metaTitle`, `sas_blog_entries.translation.metaDescription`, COALESCE(`sas_blog_entries.translation.metaDescription`,`sas_blog_entries.translation.metaDescription`) as `sas_blog_entries.metaDescription`, `sas_blog_entries.translation.metaKeywords`, COALESCE(`sas_blog_entries.translation.metaKeywords`,`sas_blog_entries.translation.metaKeywords`) as `sas_blog_entries.metaKeywords`, `sas_blog_entries.translation.content`, COALESCE(`sas_blog_entries.translation.content`,`sas_blog_entries.translation.content`) as `sas_blog_entries.content`, `sas_blog_entries.translation.customFields`, COALESCE(`sas_blog_entries.translation.customFields`,`sas_blog_entries.translation.customFields`) as `sas_blog_entries.customFields`, `sas_blog_entries.translation.createdAt`, `sas_blog_entries.translation.updatedAt`, `sas_blog_entries.translation.sasBlogEntriesId`, `sas_blog_entries.translation.languageId` FROM `sas_blog_entries` LEFT JOIN `media` `sas_blog_entries.media` ON `sas_blog_entries`.`media_id` = `sas_blog_entries.media`.`id` LEFT JOIN (SELECT `sas_blog_entries.translation`.sas_blog_entries_id, `sas_blog_entries.translation`.title as `sas_blog_entries.translation.title`, `sas_blog_entries.translation`.slug as `sas_blog_entries.translation.slug`, `sas_blog_entries.translation`.teaser as `sas_blog_entries.translation.teaser`, `sas_blog_entries.translation`.meta_title as `sas_blog_entries.translation.metaTitle`, `sas_blog_entries.translation`.meta_description as `sas_blog_entries.translation.metaDescription`, `sas_blog_entries.translation`.meta_keywords as `sas_blog_entries.translation.metaKeywords`, `sas_blog_entries.translation`.content as `sas_blog_entries.translation.content`, `sas_blog_entries.translation`.custom_fields as `sas_blog_entries.translation.customFields`, `sas_blog_entries.translation`.created_at as `sas_blog_entries.translation.createdAt`, `sas_blog_entries.translation`.updated_at as `sas_blog_entries.translation.updatedAt`, `sas_blog_entries.translation`.sas_blog_entries_id as `sas_blog_entries.translation.sasBlogEntriesId`, `sas_blog_entries.translation`.language_id as `sas_blog_entries.translation.languageId` FROM `sas_blog_entries_translation` `sas_blog_entries.translation` WHERE `sas_blog_entries.translation`.language_id = ?) `sas_blog_entries.sas_blog_entries_translation` ON `sas_blog_entries.sas_blog_entries_translation`.`sas_blog_entries_id` = `sas_blog_entries`.`id` LEFT JOIN (SELECT `sas_blog_entries.media.translation`.media_id, `sas_blog_entries.media.translation`.title as `sas_blog_entries.media.translation.title`, `sas_blog_entries.media.translation`.alt as `sas_blog_entries.media.translation.alt`, `sas_blog_entries.media.translation`.custom_fields as `sas_blog_entries.media.translation.customFields`, `sas_blog_entries.media.translation`.created_at as `sas_blog_entries.media.translation.createdAt`, `sas_blog_entries.media.translation`.updated_at as `sas_blog_entries.media.translation.updatedAt`, `sas_blog_entries.media.translation`.media_id as `sas_blog_entries.media.translation.mediaId`, `sas_blog_entries.media.translation`.language_id as `sas_blog_entries.media.translation.languageId` FROM `media_translation` `sas_blog_entries.media.translation` WHERE `sas_blog_entries.media.translation`.language_id = ?) `sas_blog_entries.media.media_translation` ON `sas_blog_entries.media.media_translation`.`media_id` = `sas_blog_entries.media`.`id` WHERE (`sas_blog_entries`.`author_id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"dôÆ\x01”cA(¹¸]’™y|E"
]
243 0.24 ms
SELECT `sas_blog_category`.`id` as `sas_blog_category.id`, `sas_blog_category`.`version_id` as `sas_blog_category.versionId`, `sas_blog_category`.`parent_id` as `sas_blog_category.parentId`, `sas_blog_category`.`parent_version_id` as `sas_blog_category.parentVersionId`, `sas_blog_category`.`after_category_id` as `sas_blog_category.afterCategoryId`, `sas_blog_category`.`level` as `sas_blog_category.level`, `sas_blog_category`.`path` as `sas_blog_category.path`, `sas_blog_category`.`child_count` as `sas_blog_category.childCount`, `sas_blog_category`.`created_at` as `sas_blog_category.createdAt`, `sas_blog_category`.`updated_at` as `sas_blog_category.updatedAt`, `sas_blog_category.translation.name`, COALESCE(`sas_blog_category.translation.name`,`sas_blog_category.translation.name`) as `sas_blog_category.name`, `sas_blog_category.translation.breadcrumb`, COALESCE(`sas_blog_category.translation.breadcrumb`,`sas_blog_category.translation.breadcrumb`) as `sas_blog_category.breadcrumb`, `sas_blog_category.translation.customFields`, COALESCE(`sas_blog_category.translation.customFields`,`sas_blog_category.translation.customFields`) as `sas_blog_category.customFields`, `sas_blog_category.translation.createdAt`, `sas_blog_category.translation.updatedAt`, `sas_blog_category.translation.sasBlogCategoryId`, `sas_blog_category.translation.languageId`, `sas_blog_category.translation.sasBlogCategoryVersionId` FROM `sas_blog_category` LEFT JOIN (SELECT `sas_blog_category.translation`.sas_blog_category_id, `sas_blog_category.translation`.sas_blog_category_version_id, `sas_blog_category.translation`.name as `sas_blog_category.translation.name`, `sas_blog_category.translation`.breadcrumb as `sas_blog_category.translation.breadcrumb`, `sas_blog_category.translation`.custom_fields as `sas_blog_category.translation.customFields`, `sas_blog_category.translation`.created_at as `sas_blog_category.translation.createdAt`, `sas_blog_category.translation`.updated_at as `sas_blog_category.translation.updatedAt`, `sas_blog_category.translation`.sas_blog_category_id as `sas_blog_category.translation.sasBlogCategoryId`, `sas_blog_category.translation`.language_id as `sas_blog_category.translation.languageId`, `sas_blog_category.translation`.sas_blog_category_version_id as `sas_blog_category.translation.sasBlogCategoryVersionId` FROM `sas_blog_category_translation` `sas_blog_category.translation` WHERE `sas_blog_category.translation`.language_id = ?) `sas_blog_category.sas_blog_category_translation` ON `sas_blog_category.sas_blog_category_translation`.`sas_blog_category_id` = `sas_blog_category`.`id` AND `sas_blog_category.sas_blog_category_translation`.sas_blog_category_version_id = `sas_blog_category`.version_id WHERE (`sas_blog_category`.`version_id` = ?) AND (`sas_blog_category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ìîÓ>░s║ûÉ\x18Ñ·\x08©¾"
]
244 0.56 ms
SELECT `sas_blog_entries`.`id` as `sas_blog_entries.id`, `sas_blog_entries`.`active` as `sas_blog_entries.active`, `sas_blog_entries`.`detail_teaser_image` as `sas_blog_entries.detailTeaserImage`, `sas_blog_entries`.`media_id` as `sas_blog_entries.mediaId`, `sas_blog_entries`.`author_id` as `sas_blog_entries.authorId`, `sas_blog_entries`.`cms_page_id` as `sas_blog_entries.cmsPageId`, `sas_blog_entries`.`cms_page_version_id` as `sas_blog_entries.cmsPageVersionId`, `sas_blog_entries.media`.`id` as `sas_blog_entries.media.id`, `sas_blog_entries.media`.`user_id` as `sas_blog_entries.media.userId`, `sas_blog_entries.media`.`media_folder_id` as `sas_blog_entries.media.mediaFolderId`, `sas_blog_entries.media`.`mime_type` as `sas_blog_entries.media.mimeType`, `sas_blog_entries.media`.`file_extension` as `sas_blog_entries.media.fileExtension`, `sas_blog_entries.media`.`uploaded_at` as `sas_blog_entries.media.uploadedAt`, `sas_blog_entries.media`.`file_name` as `sas_blog_entries.media.fileName`, `sas_blog_entries.media`.`file_size` as `sas_blog_entries.media.fileSize`, `sas_blog_entries.media`.`media_type` as `sas_blog_entries.media.mediaTypeRaw`, `sas_blog_entries.media`.`meta_data` as `sas_blog_entries.media.metaData`, `sas_blog_entries.media`.`config` as `sas_blog_entries.media.config`, `sas_blog_entries.media`.`path` as `sas_blog_entries.media.path`, `sas_blog_entries.media`.`private` as `sas_blog_entries.media.private`, `sas_blog_entries.media`.`thumbnails_ro` as `sas_blog_entries.media.thumbnailsRo`, `sas_blog_entries.media`.`created_at` as `sas_blog_entries.media.createdAt`, `sas_blog_entries.media`.`updated_at` as `sas_blog_entries.media.updatedAt`, `sas_blog_entries.media.translation.title`, COALESCE(`sas_blog_entries.media.translation.title`,`sas_blog_entries.media.translation.title`) as `sas_blog_entries.media.title`, `sas_blog_entries.media.translation.alt`, COALESCE(`sas_blog_entries.media.translation.alt`,`sas_blog_entries.media.translation.alt`) as `sas_blog_entries.media.alt`, `sas_blog_entries.media.translation.customFields`, COALESCE(`sas_blog_entries.media.translation.customFields`,`sas_blog_entries.media.translation.customFields`) as `sas_blog_entries.media.customFields`, `sas_blog_entries.media.translation.createdAt`, `sas_blog_entries.media.translation.updatedAt`, `sas_blog_entries.media.translation.mediaId`, `sas_blog_entries.media.translation.languageId`, `sas_blog_entries`.`published_at` as `sas_blog_entries.publishedAt`, `sas_blog_entries`.`created_at` as `sas_blog_entries.createdAt`, `sas_blog_entries`.`updated_at` as `sas_blog_entries.updatedAt`, `sas_blog_entries.blogAuthor`.`id` as `sas_blog_entries.blogAuthor.id`, `sas_blog_entries.blogAuthor`.`media_id` as `sas_blog_entries.blogAuthor.mediaId`, `sas_blog_entries.blogAuthor`.`salutation_id` as `sas_blog_entries.blogAuthor.salutationId`, `sas_blog_entries.blogAuthor`.`first_name` as `sas_blog_entries.blogAuthor.firstName`, `sas_blog_entries.blogAuthor`.`last_name` as `sas_blog_entries.blogAuthor.lastName`, `sas_blog_entries.blogAuthor`.`email` as `sas_blog_entries.blogAuthor.email`, `sas_blog_entries.blogAuthor`.`display_name` as `sas_blog_entries.blogAuthor.displayName`, `sas_blog_entries.blogAuthor.media`.`id` as `sas_blog_entries.blogAuthor.media.id`, `sas_blog_entries.blogAuthor.media`.`user_id` as `sas_blog_entries.blogAuthor.media.userId`, `sas_blog_entries.blogAuthor.media`.`media_folder_id` as `sas_blog_entries.blogAuthor.media.mediaFolderId`, `sas_blog_entries.blogAuthor.media`.`mime_type` as `sas_blog_entries.blogAuthor.media.mimeType`, `sas_blog_entries.blogAuthor.media`.`file_extension` as `sas_blog_entries.blogAuthor.media.fileExtension`, `sas_blog_entries.blogAuthor.media`.`uploaded_at` as `sas_blog_entries.blogAuthor.media.uploadedAt`, `sas_blog_entries.blogAuthor.media`.`file_name` as `sas_blog_entries.blogAuthor.media.fileName`, `sas_blog_entries.blogAuthor.media`.`file_size` as `sas_blog_entries.blogAuthor.media.fileSize`, `sas_blog_entries.blogAuthor.media`.`media_type` as `sas_blog_entries.blogAuthor.media.mediaTypeRaw`, `sas_blog_entries.blogAuthor.media`.`meta_data` as `sas_blog_entries.blogAuthor.media.metaData`, `sas_blog_entries.blogAuthor.media`.`config` as `sas_blog_entries.blogAuthor.media.config`, `sas_blog_entries.blogAuthor.media`.`path` as `sas_blog_entries.blogAuthor.media.path`, `sas_blog_entries.blogAuthor.media`.`private` as `sas_blog_entries.blogAuthor.media.private`, `sas_blog_entries.blogAuthor.media`.`thumbnails_ro` as `sas_blog_entries.blogAuthor.media.thumbnailsRo`, `sas_blog_entries.blogAuthor.media`.`created_at` as `sas_blog_entries.blogAuthor.media.createdAt`, `sas_blog_entries.blogAuthor.media`.`updated_at` as `sas_blog_entries.blogAuthor.media.updatedAt`, `sas_blog_entries.blogAuthor.media.translation.title`, COALESCE(`sas_blog_entries.blogAuthor.media.translation.title`,`sas_blog_entries.blogAuthor.media.translation.title`) as `sas_blog_entries.blogAuthor.media.title`, `sas_blog_entries.blogAuthor.media.translation.alt`, COALESCE(`sas_blog_entries.blogAuthor.media.translation.alt`,`sas_blog_entries.blogAuthor.media.translation.alt`) as `sas_blog_entries.blogAuthor.media.alt`, `sas_blog_entries.blogAuthor.media.translation.customFields`, COALESCE(`sas_blog_entries.blogAuthor.media.translation.customFields`,`sas_blog_entries.blogAuthor.media.translation.customFields`) as `sas_blog_entries.blogAuthor.media.customFields`, `sas_blog_entries.blogAuthor.media.translation.createdAt`, `sas_blog_entries.blogAuthor.media.translation.updatedAt`, `sas_blog_entries.blogAuthor.media.translation.mediaId`, `sas_blog_entries.blogAuthor.media.translation.languageId`, `sas_blog_entries.blogAuthor`.`created_at` as `sas_blog_entries.blogAuthor.createdAt`, `sas_blog_entries.blogAuthor`.`updated_at` as `sas_blog_entries.blogAuthor.updatedAt`, `sas_blog_entries.blogAuthor.translation.description`, COALESCE(`sas_blog_entries.blogAuthor.translation.description`,`sas_blog_entries.blogAuthor.translation.description`) as `sas_blog_entries.blogAuthor.description`, `sas_blog_entries.blogAuthor.translation.customFields`, COALESCE(`sas_blog_entries.blogAuthor.translation.customFields`,`sas_blog_entries.blogAuthor.translation.customFields`) as `sas_blog_entries.blogAuthor.customFields`, `sas_blog_entries.blogAuthor.translation.createdAt`, `sas_blog_entries.blogAuthor.translation.updatedAt`, `sas_blog_entries.blogAuthor.translation.sasBlogAuthorId`, `sas_blog_entries.blogAuthor.translation.languageId`, (SELECT GROUP_CONCAT(HEX(`sas_blog_entries.blogCategories.mapping`.`sas_blog_category_id`) SEPARATOR '||')
                  FROM `sas_blog_blog_category` `sas_blog_entries.blogCategories.mapping`
                  WHERE `sas_blog_entries.blogCategories.mapping`.`sas_blog_entries_id` = `sas_blog_entries`.`id` ) as `sas_blog_entries.blogCategories.id_mapping`, `sas_blog_entries.translation.title`, COALESCE(`sas_blog_entries.translation.title`,`sas_blog_entries.translation.title`) as `sas_blog_entries.title`, `sas_blog_entries.translation.slug`, COALESCE(`sas_blog_entries.translation.slug`,`sas_blog_entries.translation.slug`) as `sas_blog_entries.slug`, `sas_blog_entries.translation.teaser`, COALESCE(`sas_blog_entries.translation.teaser`,`sas_blog_entries.translation.teaser`) as `sas_blog_entries.teaser`, `sas_blog_entries.translation.metaTitle`, COALESCE(`sas_blog_entries.translation.metaTitle`,`sas_blog_entries.translation.metaTitle`) as `sas_blog_entries.metaTitle`, `sas_blog_entries.translation.metaDescription`, COALESCE(`sas_blog_entries.translation.metaDescription`,`sas_blog_entries.translation.metaDescription`) as `sas_blog_entries.metaDescription`, `sas_blog_entries.translation.metaKeywords`, COALESCE(`sas_blog_entries.translation.metaKeywords`,`sas_blog_entries.translation.metaKeywords`) as `sas_blog_entries.metaKeywords`, `sas_blog_entries.translation.content`, COALESCE(`sas_blog_entries.translation.content`,`sas_blog_entries.translation.content`) as `sas_blog_entries.content`, `sas_blog_entries.translation.customFields`, COALESCE(`sas_blog_entries.translation.customFields`,`sas_blog_entries.translation.customFields`) as `sas_blog_entries.customFields`, `sas_blog_entries.translation.createdAt`, `sas_blog_entries.translation.updatedAt`, `sas_blog_entries.translation.sasBlogEntriesId`, `sas_blog_entries.translation.languageId` FROM `sas_blog_entries` LEFT JOIN (SELECT `sas_blog_entries.translation`.sas_blog_entries_id, `sas_blog_entries.translation`.title as `sas_blog_entries.translation.title`, `sas_blog_entries.translation`.slug as `sas_blog_entries.translation.slug`, `sas_blog_entries.translation`.teaser as `sas_blog_entries.translation.teaser`, `sas_blog_entries.translation`.meta_title as `sas_blog_entries.translation.metaTitle`, `sas_blog_entries.translation`.meta_description as `sas_blog_entries.translation.metaDescription`, `sas_blog_entries.translation`.meta_keywords as `sas_blog_entries.translation.metaKeywords`, `sas_blog_entries.translation`.content as `sas_blog_entries.translation.content`, `sas_blog_entries.translation`.custom_fields as `sas_blog_entries.translation.customFields`, `sas_blog_entries.translation`.created_at as `sas_blog_entries.translation.createdAt`, `sas_blog_entries.translation`.updated_at as `sas_blog_entries.translation.updatedAt`, `sas_blog_entries.translation`.sas_blog_entries_id as `sas_blog_entries.translation.sasBlogEntriesId`, `sas_blog_entries.translation`.language_id as `sas_blog_entries.translation.languageId` FROM `sas_blog_entries_translation` `sas_blog_entries.translation` WHERE `sas_blog_entries.translation`.language_id = ?) `sas_blog_entries.sas_blog_entries_translation` ON `sas_blog_entries.sas_blog_entries_translation`.`sas_blog_entries_id` = `sas_blog_entries`.`id` LEFT JOIN `media` `sas_blog_entries.media` ON `sas_blog_entries`.`media_id` = `sas_blog_entries.media`.`id` LEFT JOIN `sas_blog_author` `sas_blog_entries.blogAuthor` ON `sas_blog_entries`.`author_id` = `sas_blog_entries.blogAuthor`.`id` LEFT JOIN (SELECT `sas_blog_entries.media.translation`.media_id, `sas_blog_entries.media.translation`.title as `sas_blog_entries.media.translation.title`, `sas_blog_entries.media.translation`.alt as `sas_blog_entries.media.translation.alt`, `sas_blog_entries.media.translation`.custom_fields as `sas_blog_entries.media.translation.customFields`, `sas_blog_entries.media.translation`.created_at as `sas_blog_entries.media.translation.createdAt`, `sas_blog_entries.media.translation`.updated_at as `sas_blog_entries.media.translation.updatedAt`, `sas_blog_entries.media.translation`.media_id as `sas_blog_entries.media.translation.mediaId`, `sas_blog_entries.media.translation`.language_id as `sas_blog_entries.media.translation.languageId` FROM `media_translation` `sas_blog_entries.media.translation` WHERE `sas_blog_entries.media.translation`.language_id = ?) `sas_blog_entries.media.media_translation` ON `sas_blog_entries.media.media_translation`.`media_id` = `sas_blog_entries.media`.`id` LEFT JOIN (SELECT `sas_blog_entries.blogAuthor.translation`.sas_blog_author_id, `sas_blog_entries.blogAuthor.translation`.description as `sas_blog_entries.blogAuthor.translation.description`, `sas_blog_entries.blogAuthor.translation`.custom_fields as `sas_blog_entries.blogAuthor.translation.customFields`, `sas_blog_entries.blogAuthor.translation`.created_at as `sas_blog_entries.blogAuthor.translation.createdAt`, `sas_blog_entries.blogAuthor.translation`.updated_at as `sas_blog_entries.blogAuthor.translation.updatedAt`, `sas_blog_entries.blogAuthor.translation`.sas_blog_author_id as `sas_blog_entries.blogAuthor.translation.sasBlogAuthorId`, `sas_blog_entries.blogAuthor.translation`.language_id as `sas_blog_entries.blogAuthor.translation.languageId` FROM `sas_blog_author_translation` `sas_blog_entries.blogAuthor.translation` WHERE `sas_blog_entries.blogAuthor.translation`.language_id = ?) `sas_blog_entries.blogAuthor.sas_blog_author_translation` ON `sas_blog_entries.blogAuthor.sas_blog_author_translation`.`sas_blog_author_id` = `sas_blog_entries.blogAuthor`.`id` LEFT JOIN `media` `sas_blog_entries.blogAuthor.media` ON `sas_blog_entries.blogAuthor`.`media_id` = `sas_blog_entries.blogAuthor.media`.`id` LEFT JOIN (SELECT `sas_blog_entries.blogAuthor.media.translation`.media_id, `sas_blog_entries.blogAuthor.media.translation`.title as `sas_blog_entries.blogAuthor.media.translation.title`, `sas_blog_entries.blogAuthor.media.translation`.alt as `sas_blog_entries.blogAuthor.media.translation.alt`, `sas_blog_entries.blogAuthor.media.translation`.custom_fields as `sas_blog_entries.blogAuthor.media.translation.customFields`, `sas_blog_entries.blogAuthor.media.translation`.created_at as `sas_blog_entries.blogAuthor.media.translation.createdAt`, `sas_blog_entries.blogAuthor.media.translation`.updated_at as `sas_blog_entries.blogAuthor.media.translation.updatedAt`, `sas_blog_entries.blogAuthor.media.translation`.media_id as `sas_blog_entries.blogAuthor.media.translation.mediaId`, `sas_blog_entries.blogAuthor.media.translation`.language_id as `sas_blog_entries.blogAuthor.media.translation.languageId` FROM `media_translation` `sas_blog_entries.blogAuthor.media.translation` WHERE `sas_blog_entries.blogAuthor.media.translation`.language_id = ?) `sas_blog_entries.blogAuthor.media.media_translation` ON `sas_blog_entries.blogAuthor.media.media_translation`.`media_id` = `sas_blog_entries.blogAuthor.media`.`id` WHERE (`sas_blog_entries`.`id` = ? AND (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`sas_blog_entries.translation.customFields`, '$.salesChannelIds')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`sas_blog_entries.translation.customFields`, '$.salesChannelIds')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) LIKE ? OR COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`sas_blog_entries.translation.customFields`, '$.salesChannelIds')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`sas_blog_entries.translation.customFields`, '$.salesChannelIds')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Cv±k~„@êƒANO¼zÅÉ"
  "%391f9fc31d2c4c0da4e3984c2675af78%"
  null
]
245 0.80 ms
SELECT `sas_blog_entries`.`id` as `sas_blog_entries.id`, `sas_blog_entries`.`active` as `sas_blog_entries.active`, `sas_blog_entries`.`detail_teaser_image` as `sas_blog_entries.detailTeaserImage`, `sas_blog_entries`.`media_id` as `sas_blog_entries.mediaId`, `sas_blog_entries`.`author_id` as `sas_blog_entries.authorId`, `sas_blog_entries`.`cms_page_id` as `sas_blog_entries.cmsPageId`, `sas_blog_entries`.`cms_page_version_id` as `sas_blog_entries.cmsPageVersionId`, `sas_blog_entries.media`.`id` as `sas_blog_entries.media.id`, `sas_blog_entries.media`.`user_id` as `sas_blog_entries.media.userId`, `sas_blog_entries.media`.`media_folder_id` as `sas_blog_entries.media.mediaFolderId`, `sas_blog_entries.media`.`mime_type` as `sas_blog_entries.media.mimeType`, `sas_blog_entries.media`.`file_extension` as `sas_blog_entries.media.fileExtension`, `sas_blog_entries.media`.`uploaded_at` as `sas_blog_entries.media.uploadedAt`, `sas_blog_entries.media`.`file_name` as `sas_blog_entries.media.fileName`, `sas_blog_entries.media`.`file_size` as `sas_blog_entries.media.fileSize`, `sas_blog_entries.media`.`media_type` as `sas_blog_entries.media.mediaTypeRaw`, `sas_blog_entries.media`.`meta_data` as `sas_blog_entries.media.metaData`, `sas_blog_entries.media`.`config` as `sas_blog_entries.media.config`, `sas_blog_entries.media`.`path` as `sas_blog_entries.media.path`, `sas_blog_entries.media`.`private` as `sas_blog_entries.media.private`, `sas_blog_entries.media`.`thumbnails_ro` as `sas_blog_entries.media.thumbnailsRo`, `sas_blog_entries.media`.`created_at` as `sas_blog_entries.media.createdAt`, `sas_blog_entries.media`.`updated_at` as `sas_blog_entries.media.updatedAt`, `sas_blog_entries.media.translation.title`, COALESCE(`sas_blog_entries.media.translation.title`,`sas_blog_entries.media.translation.title`) as `sas_blog_entries.media.title`, `sas_blog_entries.media.translation.alt`, COALESCE(`sas_blog_entries.media.translation.alt`,`sas_blog_entries.media.translation.alt`) as `sas_blog_entries.media.alt`, `sas_blog_entries.media.translation.customFields`, COALESCE(`sas_blog_entries.media.translation.customFields`,`sas_blog_entries.media.translation.customFields`) as `sas_blog_entries.media.customFields`, `sas_blog_entries.media.translation.createdAt`, `sas_blog_entries.media.translation.updatedAt`, `sas_blog_entries.media.translation.mediaId`, `sas_blog_entries.media.translation.languageId`, `sas_blog_entries`.`published_at` as `sas_blog_entries.publishedAt`, `sas_blog_entries`.`created_at` as `sas_blog_entries.createdAt`, `sas_blog_entries`.`updated_at` as `sas_blog_entries.updatedAt`, `sas_blog_entries.translation.title`, COALESCE(`sas_blog_entries.translation.title`,`sas_blog_entries.translation.title`) as `sas_blog_entries.title`, `sas_blog_entries.translation.slug`, COALESCE(`sas_blog_entries.translation.slug`,`sas_blog_entries.translation.slug`) as `sas_blog_entries.slug`, `sas_blog_entries.translation.teaser`, COALESCE(`sas_blog_entries.translation.teaser`,`sas_blog_entries.translation.teaser`) as `sas_blog_entries.teaser`, `sas_blog_entries.translation.metaTitle`, COALESCE(`sas_blog_entries.translation.metaTitle`,`sas_blog_entries.translation.metaTitle`) as `sas_blog_entries.metaTitle`, `sas_blog_entries.translation.metaDescription`, COALESCE(`sas_blog_entries.translation.metaDescription`,`sas_blog_entries.translation.metaDescription`) as `sas_blog_entries.metaDescription`, `sas_blog_entries.translation.metaKeywords`, COALESCE(`sas_blog_entries.translation.metaKeywords`,`sas_blog_entries.translation.metaKeywords`) as `sas_blog_entries.metaKeywords`, `sas_blog_entries.translation.content`, COALESCE(`sas_blog_entries.translation.content`,`sas_blog_entries.translation.content`) as `sas_blog_entries.content`, `sas_blog_entries.translation.customFields`, COALESCE(`sas_blog_entries.translation.customFields`,`sas_blog_entries.translation.customFields`) as `sas_blog_entries.customFields`, `sas_blog_entries.translation.createdAt`, `sas_blog_entries.translation.updatedAt`, `sas_blog_entries.translation.sasBlogEntriesId`, `sas_blog_entries.translation.languageId` FROM `sas_blog_entries` LEFT JOIN `media` `sas_blog_entries.media` ON `sas_blog_entries`.`media_id` = `sas_blog_entries.media`.`id` LEFT JOIN (SELECT `sas_blog_entries.translation`.sas_blog_entries_id, `sas_blog_entries.translation`.title as `sas_blog_entries.translation.title`, `sas_blog_entries.translation`.slug as `sas_blog_entries.translation.slug`, `sas_blog_entries.translation`.teaser as `sas_blog_entries.translation.teaser`, `sas_blog_entries.translation`.meta_title as `sas_blog_entries.translation.metaTitle`, `sas_blog_entries.translation`.meta_description as `sas_blog_entries.translation.metaDescription`, `sas_blog_entries.translation`.meta_keywords as `sas_blog_entries.translation.metaKeywords`, `sas_blog_entries.translation`.content as `sas_blog_entries.translation.content`, `sas_blog_entries.translation`.custom_fields as `sas_blog_entries.translation.customFields`, `sas_blog_entries.translation`.created_at as `sas_blog_entries.translation.createdAt`, `sas_blog_entries.translation`.updated_at as `sas_blog_entries.translation.updatedAt`, `sas_blog_entries.translation`.sas_blog_entries_id as `sas_blog_entries.translation.sasBlogEntriesId`, `sas_blog_entries.translation`.language_id as `sas_blog_entries.translation.languageId` FROM `sas_blog_entries_translation` `sas_blog_entries.translation` WHERE `sas_blog_entries.translation`.language_id = ?) `sas_blog_entries.sas_blog_entries_translation` ON `sas_blog_entries.sas_blog_entries_translation`.`sas_blog_entries_id` = `sas_blog_entries`.`id` LEFT JOIN (SELECT `sas_blog_entries.media.translation`.media_id, `sas_blog_entries.media.translation`.title as `sas_blog_entries.media.translation.title`, `sas_blog_entries.media.translation`.alt as `sas_blog_entries.media.translation.alt`, `sas_blog_entries.media.translation`.custom_fields as `sas_blog_entries.media.translation.customFields`, `sas_blog_entries.media.translation`.created_at as `sas_blog_entries.media.translation.createdAt`, `sas_blog_entries.media.translation`.updated_at as `sas_blog_entries.media.translation.updatedAt`, `sas_blog_entries.media.translation`.media_id as `sas_blog_entries.media.translation.mediaId`, `sas_blog_entries.media.translation`.language_id as `sas_blog_entries.media.translation.languageId` FROM `media_translation` `sas_blog_entries.media.translation` WHERE `sas_blog_entries.media.translation`.language_id = ?) `sas_blog_entries.media.media_translation` ON `sas_blog_entries.media.media_translation`.`media_id` = `sas_blog_entries.media`.`id` WHERE (`sas_blog_entries`.`author_id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"dôÆ\x01”cA(¹¸]’™y|E"
]
246 0.21 ms
SELECT `sas_blog_category`.`id` as `sas_blog_category.id`, `sas_blog_category`.`version_id` as `sas_blog_category.versionId`, `sas_blog_category`.`parent_id` as `sas_blog_category.parentId`, `sas_blog_category`.`parent_version_id` as `sas_blog_category.parentVersionId`, `sas_blog_category`.`after_category_id` as `sas_blog_category.afterCategoryId`, `sas_blog_category`.`level` as `sas_blog_category.level`, `sas_blog_category`.`path` as `sas_blog_category.path`, `sas_blog_category`.`child_count` as `sas_blog_category.childCount`, `sas_blog_category`.`created_at` as `sas_blog_category.createdAt`, `sas_blog_category`.`updated_at` as `sas_blog_category.updatedAt`, `sas_blog_category.translation.name`, COALESCE(`sas_blog_category.translation.name`,`sas_blog_category.translation.name`) as `sas_blog_category.name`, `sas_blog_category.translation.breadcrumb`, COALESCE(`sas_blog_category.translation.breadcrumb`,`sas_blog_category.translation.breadcrumb`) as `sas_blog_category.breadcrumb`, `sas_blog_category.translation.customFields`, COALESCE(`sas_blog_category.translation.customFields`,`sas_blog_category.translation.customFields`) as `sas_blog_category.customFields`, `sas_blog_category.translation.createdAt`, `sas_blog_category.translation.updatedAt`, `sas_blog_category.translation.sasBlogCategoryId`, `sas_blog_category.translation.languageId`, `sas_blog_category.translation.sasBlogCategoryVersionId` FROM `sas_blog_category` LEFT JOIN (SELECT `sas_blog_category.translation`.sas_blog_category_id, `sas_blog_category.translation`.sas_blog_category_version_id, `sas_blog_category.translation`.name as `sas_blog_category.translation.name`, `sas_blog_category.translation`.breadcrumb as `sas_blog_category.translation.breadcrumb`, `sas_blog_category.translation`.custom_fields as `sas_blog_category.translation.customFields`, `sas_blog_category.translation`.created_at as `sas_blog_category.translation.createdAt`, `sas_blog_category.translation`.updated_at as `sas_blog_category.translation.updatedAt`, `sas_blog_category.translation`.sas_blog_category_id as `sas_blog_category.translation.sasBlogCategoryId`, `sas_blog_category.translation`.language_id as `sas_blog_category.translation.languageId`, `sas_blog_category.translation`.sas_blog_category_version_id as `sas_blog_category.translation.sasBlogCategoryVersionId` FROM `sas_blog_category_translation` `sas_blog_category.translation` WHERE `sas_blog_category.translation`.language_id = ?) `sas_blog_category.sas_blog_category_translation` ON `sas_blog_category.sas_blog_category_translation`.`sas_blog_category_id` = `sas_blog_category`.`id` AND `sas_blog_category.sas_blog_category_translation`.sas_blog_category_version_id = `sas_blog_category`.version_id WHERE (`sas_blog_category`.`version_id` = ?) AND (`sas_blog_category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ìîÓ>░s║ûÉ\x18Ñ·\x08©¾"
]
247 0.24 ms
SELECT `pixel_faqmanager_categories`.`id` FROM `pixel_faqmanager_categories` LEFT JOIN (SELECT `pixel_faqmanager_categories.translation`.pixel_faqmanager_categories_id, `pixel_faqmanager_categories.translation`.name as `pixel_faqmanager_categories.translation.name`, `pixel_faqmanager_categories.translation`.description as `pixel_faqmanager_categories.translation.description`, `pixel_faqmanager_categories.translation`.seo_url as `pixel_faqmanager_categories.translation.seoUrl`, `pixel_faqmanager_categories.translation`.meta_title as `pixel_faqmanager_categories.translation.metaTitle`, `pixel_faqmanager_categories.translation`.meta_keywords as `pixel_faqmanager_categories.translation.metaKeywords`, `pixel_faqmanager_categories.translation`.meta_description as `pixel_faqmanager_categories.translation.metaDescription`, `pixel_faqmanager_categories.translation`.created_at as `pixel_faqmanager_categories.translation.createdAt`, `pixel_faqmanager_categories.translation`.updated_at as `pixel_faqmanager_categories.translation.updatedAt`, `pixel_faqmanager_categories.translation`.pixel_faqmanager_categories_id as `pixel_faqmanager_categories.translation.pixelFaqmanagerCategoriesId`, `pixel_faqmanager_categories.translation`.language_id as `pixel_faqmanager_categories.translation.languageId` FROM `pixel_faqmanager_categories_translation` `pixel_faqmanager_categories.translation` WHERE `pixel_faqmanager_categories.translation`.language_id = ?) `pixel_faqmanager_categories.pixel_faqmanager_categories_translation` ON `pixel_faqmanager_categories.pixel_faqmanager_categories_translation`.`pixel_faqmanager_categories_id` = `pixel_faqmanager_categories`.`id` WHERE (`pixel_faqmanager_categories`.`id` = ?) ORDER BY COALESCE(`pixel_faqmanager_categories.translation.name`) ASC LIMIT 99999
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0EÐ\x165<\x08K7½æ%ðàò\fê"
]
248 0.16 ms
SELECT COUNT(*) FROM (SELECT `pixel_faqmanager_categories`.`id` FROM `pixel_faqmanager_categories` LEFT JOIN (SELECT `pixel_faqmanager_categories.translation`.pixel_faqmanager_categories_id, `pixel_faqmanager_categories.translation`.name as `pixel_faqmanager_categories.translation.name`, `pixel_faqmanager_categories.translation`.description as `pixel_faqmanager_categories.translation.description`, `pixel_faqmanager_categories.translation`.seo_url as `pixel_faqmanager_categories.translation.seoUrl`, `pixel_faqmanager_categories.translation`.meta_title as `pixel_faqmanager_categories.translation.metaTitle`, `pixel_faqmanager_categories.translation`.meta_keywords as `pixel_faqmanager_categories.translation.metaKeywords`, `pixel_faqmanager_categories.translation`.meta_description as `pixel_faqmanager_categories.translation.metaDescription`, `pixel_faqmanager_categories.translation`.created_at as `pixel_faqmanager_categories.translation.createdAt`, `pixel_faqmanager_categories.translation`.updated_at as `pixel_faqmanager_categories.translation.updatedAt`, `pixel_faqmanager_categories.translation`.pixel_faqmanager_categories_id as `pixel_faqmanager_categories.translation.pixelFaqmanagerCategoriesId`, `pixel_faqmanager_categories.translation`.language_id as `pixel_faqmanager_categories.translation.languageId` FROM `pixel_faqmanager_categories_translation` `pixel_faqmanager_categories.translation` WHERE `pixel_faqmanager_categories.translation`.language_id = ?) `pixel_faqmanager_categories.pixel_faqmanager_categories_translation` ON `pixel_faqmanager_categories.pixel_faqmanager_categories_translation`.`pixel_faqmanager_categories_id` = `pixel_faqmanager_categories`.`id` WHERE (`pixel_faqmanager_categories`.`id` = ?)) total
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0EÐ\x165<\x08K7½æ%ðàò\fê"
]
249 0.26 ms
SELECT `pixel_faqmanager_categories`.`id` as `pixel_faqmanager_categories.id`, `pixel_faqmanager_categories`.`position` as `pixel_faqmanager_categories.position`, `pixel_faqmanager_categories`.`active` as `pixel_faqmanager_categories.active`, `pixel_faqmanager_categories`.`isstart` as `pixel_faqmanager_categories.isstart`, `pixel_faqmanager_categories`.`created_at` as `pixel_faqmanager_categories.createdAt`, `pixel_faqmanager_categories`.`updated_at` as `pixel_faqmanager_categories.updatedAt`, (SELECT GROUP_CONCAT(HEX(`pixel_faqmanager_categories.items.mapping`.`pixel_faqmanager_items_id`) SEPARATOR '||')
                  FROM `pixel_faqmanager_pages_items` `pixel_faqmanager_categories.items.mapping`
                  WHERE `pixel_faqmanager_categories.items.mapping`.`pixel_faqmanager_categories_id` = `pixel_faqmanager_categories`.`id` ) as `pixel_faqmanager_categories.items.id_mapping`, `pixel_faqmanager_categories.translation.name`, COALESCE(`pixel_faqmanager_categories.translation.name`,`pixel_faqmanager_categories.translation.name`) as `pixel_faqmanager_categories.name`, `pixel_faqmanager_categories.translation.description`, COALESCE(`pixel_faqmanager_categories.translation.description`,`pixel_faqmanager_categories.translation.description`) as `pixel_faqmanager_categories.description`, `pixel_faqmanager_categories.translation.seoUrl`, COALESCE(`pixel_faqmanager_categories.translation.seoUrl`,`pixel_faqmanager_categories.translation.seoUrl`) as `pixel_faqmanager_categories.seoUrl`, `pixel_faqmanager_categories.translation.metaTitle`, COALESCE(`pixel_faqmanager_categories.translation.metaTitle`,`pixel_faqmanager_categories.translation.metaTitle`) as `pixel_faqmanager_categories.metaTitle`, `pixel_faqmanager_categories.translation.metaKeywords`, COALESCE(`pixel_faqmanager_categories.translation.metaKeywords`,`pixel_faqmanager_categories.translation.metaKeywords`) as `pixel_faqmanager_categories.metaKeywords`, `pixel_faqmanager_categories.translation.metaDescription`, COALESCE(`pixel_faqmanager_categories.translation.metaDescription`,`pixel_faqmanager_categories.translation.metaDescription`) as `pixel_faqmanager_categories.metaDescription`, `pixel_faqmanager_categories.translation.createdAt`, `pixel_faqmanager_categories.translation.updatedAt`, `pixel_faqmanager_categories.translation.pixelFaqmanagerCategoriesId`, `pixel_faqmanager_categories.translation.languageId` FROM `pixel_faqmanager_categories` LEFT JOIN (SELECT `pixel_faqmanager_categories.translation`.pixel_faqmanager_categories_id, `pixel_faqmanager_categories.translation`.name as `pixel_faqmanager_categories.translation.name`, `pixel_faqmanager_categories.translation`.description as `pixel_faqmanager_categories.translation.description`, `pixel_faqmanager_categories.translation`.seo_url as `pixel_faqmanager_categories.translation.seoUrl`, `pixel_faqmanager_categories.translation`.meta_title as `pixel_faqmanager_categories.translation.metaTitle`, `pixel_faqmanager_categories.translation`.meta_keywords as `pixel_faqmanager_categories.translation.metaKeywords`, `pixel_faqmanager_categories.translation`.meta_description as `pixel_faqmanager_categories.translation.metaDescription`, `pixel_faqmanager_categories.translation`.created_at as `pixel_faqmanager_categories.translation.createdAt`, `pixel_faqmanager_categories.translation`.updated_at as `pixel_faqmanager_categories.translation.updatedAt`, `pixel_faqmanager_categories.translation`.pixel_faqmanager_categories_id as `pixel_faqmanager_categories.translation.pixelFaqmanagerCategoriesId`, `pixel_faqmanager_categories.translation`.language_id as `pixel_faqmanager_categories.translation.languageId` FROM `pixel_faqmanager_categories_translation` `pixel_faqmanager_categories.translation` WHERE `pixel_faqmanager_categories.translation`.language_id = ?) `pixel_faqmanager_categories.pixel_faqmanager_categories_translation` ON `pixel_faqmanager_categories.pixel_faqmanager_categories_translation`.`pixel_faqmanager_categories_id` = `pixel_faqmanager_categories`.`id` WHERE `pixel_faqmanager_categories`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0EÐ\x165<\x08K7½æ%ðàò\fê"
]
250 0.28 ms
SELECT `pixel_faqmanager_items`.`id` as `pixel_faqmanager_items.id`, `pixel_faqmanager_items`.`categoryid` as `pixel_faqmanager_items.categoryid`, `pixel_faqmanager_items`.`active` as `pixel_faqmanager_items.active`, `pixel_faqmanager_items`.`position` as `pixel_faqmanager_items.position`, `pixel_faqmanager_items`.`shows` as `pixel_faqmanager_items.shows`, `pixel_faqmanager_items`.`display_date` as `pixel_faqmanager_items.date`, `pixel_faqmanager_items`.`created_at` as `pixel_faqmanager_items.createdAt`, `pixel_faqmanager_items`.`updated_at` as `pixel_faqmanager_items.updatedAt`, `pixel_faqmanager_items.translation.name`, COALESCE(`pixel_faqmanager_items.translation.name`,`pixel_faqmanager_items.translation.name`) as `pixel_faqmanager_items.name`, `pixel_faqmanager_items.translation.keywords`, COALESCE(`pixel_faqmanager_items.translation.keywords`,`pixel_faqmanager_items.translation.keywords`) as `pixel_faqmanager_items.keywords`, `pixel_faqmanager_items.translation.answer`, COALESCE(`pixel_faqmanager_items.translation.answer`,`pixel_faqmanager_items.translation.answer`) as `pixel_faqmanager_items.answer`, `pixel_faqmanager_items.translation.seoUrl`, COALESCE(`pixel_faqmanager_items.translation.seoUrl`,`pixel_faqmanager_items.translation.seoUrl`) as `pixel_faqmanager_items.seoUrl`, `pixel_faqmanager_items.translation.metaTitle`, COALESCE(`pixel_faqmanager_items.translation.metaTitle`,`pixel_faqmanager_items.translation.metaTitle`) as `pixel_faqmanager_items.metaTitle`, `pixel_faqmanager_items.translation.metaKeywords`, COALESCE(`pixel_faqmanager_items.translation.metaKeywords`,`pixel_faqmanager_items.translation.metaKeywords`) as `pixel_faqmanager_items.metaKeywords`, `pixel_faqmanager_items.translation.metaDescription`, COALESCE(`pixel_faqmanager_items.translation.metaDescription`,`pixel_faqmanager_items.translation.metaDescription`) as `pixel_faqmanager_items.metaDescription`, `pixel_faqmanager_items.translation.createdAt`, `pixel_faqmanager_items.translation.updatedAt`, `pixel_faqmanager_items.translation.pixelFaqmanagerItemsId`, `pixel_faqmanager_items.translation.languageId` FROM `pixel_faqmanager_items` LEFT JOIN (SELECT `pixel_faqmanager_items.translation`.pixel_faqmanager_items_id, `pixel_faqmanager_items.translation`.name as `pixel_faqmanager_items.translation.name`, `pixel_faqmanager_items.translation`.keywords as `pixel_faqmanager_items.translation.keywords`, `pixel_faqmanager_items.translation`.answer as `pixel_faqmanager_items.translation.answer`, `pixel_faqmanager_items.translation`.seo_url as `pixel_faqmanager_items.translation.seoUrl`, `pixel_faqmanager_items.translation`.meta_title as `pixel_faqmanager_items.translation.metaTitle`, `pixel_faqmanager_items.translation`.meta_keywords as `pixel_faqmanager_items.translation.metaKeywords`, `pixel_faqmanager_items.translation`.meta_description as `pixel_faqmanager_items.translation.metaDescription`, `pixel_faqmanager_items.translation`.created_at as `pixel_faqmanager_items.translation.createdAt`, `pixel_faqmanager_items.translation`.updated_at as `pixel_faqmanager_items.translation.updatedAt`, `pixel_faqmanager_items.translation`.pixel_faqmanager_items_id as `pixel_faqmanager_items.translation.pixelFaqmanagerItemsId`, `pixel_faqmanager_items.translation`.language_id as `pixel_faqmanager_items.translation.languageId` FROM `pixel_faqmanager_items_translation` `pixel_faqmanager_items.translation` WHERE `pixel_faqmanager_items.translation`.language_id = ?) `pixel_faqmanager_items.pixel_faqmanager_items_translation` ON `pixel_faqmanager_items.pixel_faqmanager_items_translation`.`pixel_faqmanager_items_id` = `pixel_faqmanager_items`.`id` WHERE `pixel_faqmanager_items`.`id` IN (?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x16Å`ãÐØK·ˆ´\v+¿¶ºT"
  b"H æ¶9\x02K÷¤›¨ªÌ\x07)™"
  b"\x06ì0\x1CEž¿áȧsRœ"
  b"""
    ƒË|Ã<´J¬ƒu'©\n
    P\x15µ
    """
  b"ÿ¶)Õ%{H╗ØÎrHám\x08D"
]
251 0.17 ms
SELECT LOWER(HEX(parent_id)) FROM language WHERE id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
252 0.38 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x10„kÌTæGl‚v¼*\x0E\n"
]
253 0.09 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = ? AND `seo_url`.`sales_channel_id` = ? AND `seo_url`.`route_name` = ? AND `seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
  "frontend.navigation.page"
  b"\x10„kÌTæGl‚v¼*\x0E\n"
  true
]
254 0.10 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = ? AND `seo_url`.`sales_channel_id` <=> ? AND `seo_url`.`route_name` = ? AND `seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  null
  "frontend.navigation.page"
  b"\x10„kÌTæGl‚v¼*\x0E\n"
  true
]
255 0.10 ms
SELECT `dreisc_seo_setting`.`id` as `dreisc_seo_setting.id`, `dreisc_seo_setting`.`key` as `dreisc_seo_setting.key`, `dreisc_seo_setting`.`value` as `dreisc_seo_setting.value`, `dreisc_seo_setting`.`sales_channel_id` as `dreisc_seo_setting.salesChannelId`, `dreisc_seo_setting`.`created_at` as `dreisc_seo_setting.createdAt`, `dreisc_seo_setting`.`updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting`.`sales_channel_id` = ?)
Parameters:
[
  b"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
]
256 0.09 ms
SELECT `dreisc_seo_setting`.`id` as `dreisc_seo_setting.id`, `dreisc_seo_setting`.`key` as `dreisc_seo_setting.key`, `dreisc_seo_setting`.`value` as `dreisc_seo_setting.value`, `dreisc_seo_setting`.`sales_channel_id` as `dreisc_seo_setting.salesChannelId`, `dreisc_seo_setting`.`created_at` as `dreisc_seo_setting.createdAt`, `dreisc_seo_setting`.`updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting`.`sales_channel_id` <=> ?)
Parameters:
[
  null
]
257 0.04 ms
SELECT LOWER(HEX(parent_id)) FROM language WHERE id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
258 0.16 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x10„kÌTæGl‚v¼*\x0E\n"
]
259 0.09 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = ? AND `seo_url`.`sales_channel_id` <=> ? AND `seo_url`.`route_name` = ? AND `seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  null
  "frontend.navigation.page"
  b"\x10„kÌTæGl‚v¼*\x0E\n"
  true
]
260 0.06 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = ? AND `seo_url`.`sales_channel_id` <=> ? AND `seo_url`.`route_name` = ? AND `seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  null
  "frontend.navigation.page"
  b"\x10„kÌTæGl‚v¼*\x0E\n"
  true
]
261 0.03 ms
SELECT LOWER(HEX(parent_id)) FROM language WHERE id = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
262 0.13 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x10„kÌTæGl‚v¼*\x0E\n"
]
263 0.07 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = ? AND `seo_url`.`sales_channel_id` <=> ? AND `seo_url`.`route_name` = ? AND `seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  null
  "frontend.navigation.page"
  b"\x10„kÌTæGl‚v¼*\x0E\n"
  true
]
264 0.05 ms
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`language_id` = ? AND `seo_url`.`sales_channel_id` <=> ? AND `seo_url`.`route_name` = ? AND `seo_url`.`foreign_key` = ? AND `seo_url`.`is_canonical` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  null
  "frontend.navigation.page"
  b"\x10„kÌTæGl‚v¼*\x0E\n"
  true
]
265 0.05 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
266 0.19 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
267 0.05 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01ÅM\rÏÐr\x1Aæe ®h¶\x7F\x00"
]
268 0.19 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
269 0.06 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
270 0.14 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
271 0.04 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01‘ú4[0po“ÔÃì;Xžy"
]
272 0.12 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
273 0.03 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\v¥‚q¶šañŸ¯GÑ&"
]
274 0.27 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\x00\rúDryª995ülK"
]
275 0.12 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01\x00\rúDryª995ülK"
]
276 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:
[]
277 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:
[]
278 0.10 ms
SELECT `acl_role`.`privileges` AS `privileges`
            FROM `acl_role`
            INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
            WHERE `app`.`id` = ?
Parameters:
[
  b"\x01‘Ú¹tÆq4«”Ö€!‰\x01Î"
]
279 0.11 ms
SELECT `acl_role`.`privileges` AS `privileges`
            FROM `acl_role`
            INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
            WHERE `app`.`id` = ?
Parameters:
[
  b"\x01\x00\rúDryª995ülK"
]
280 0.04 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
281 0.05 ms
SELECT `pickware_shipping_sales_channel_api_context`.`sales_channel_context_token` as `pickware_shipping_sales_channel_api_context.salesChannelContextToken`, `pickware_shipping_sales_channel_api_context`.`payload` as `pickware_shipping_sales_channel_api_context.payload`, `pickware_shipping_sales_channel_api_context`.`created_at` as `pickware_shipping_sales_channel_api_context.createdAt`, `pickware_shipping_sales_channel_api_context`.`updated_at` as `pickware_shipping_sales_channel_api_context.updatedAt` FROM `pickware_shipping_sales_channel_api_context` WHERE `pickware_shipping_sales_channel_api_context`.`sales_channel_context_token` IN (?)
Parameters:
[
  "9WlRrk0aj6DN5qOiF04tmAxNN1axoVj0"
]
282 0.12 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
283 0.11 ms
SELECT `dreisc_seo_setting`.`id` as `dreisc_seo_setting.id`, `dreisc_seo_setting`.`key` as `dreisc_seo_setting.key`, `dreisc_seo_setting`.`value` as `dreisc_seo_setting.value`, `dreisc_seo_setting`.`sales_channel_id` as `dreisc_seo_setting.salesChannelId`, `dreisc_seo_setting`.`created_at` as `dreisc_seo_setting.createdAt`, `dreisc_seo_setting`.`updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting`.`sales_channel_id` <=> ?)
Parameters:
[
  null
]
284 7.95 ms
# theme-service::load-config::read
SELECT `theme`.`id` as `theme.id`, `theme`.`technical_name` as `theme.technicalName`, `theme`.`name` as `theme.name`, `theme`.`author` as `theme.author`, `theme`.`preview_media_id` as `theme.previewMediaId`, `theme`.`parent_theme_id` as `theme.parentThemeId`, `theme`.`theme_json` as `theme.themeJson`, `theme`.`base_config` as `theme.baseConfig`, `theme`.`config_values` as `theme.configValues`, `theme`.`active` as `theme.active`, `theme`.`created_at` as `theme.createdAt`, `theme`.`updated_at` as `theme.updatedAt`, `theme.translation.description`, COALESCE(`theme.translation.description`,`theme.translation.description`) as `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) as `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) as `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) as `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation`.theme_id, `theme.translation`.description as `theme.translation.description`, `theme.translation`.labels as `theme.translation.labels`, `theme.translation`.help_texts as `theme.translation.helpTexts`, `theme.translation`.custom_fields as `theme.translation.customFields`, `theme.translation`.created_at as `theme.translation.createdAt`, `theme.translation`.updated_at as `theme.translation.updatedAt`, `theme.translation`.theme_id as `theme.translation.themeId`, `theme.translation`.language_id as `theme.translation.languageId` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.language_id = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
285 0.48 ms
# theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) as `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) as `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) as `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title as `media.translation.title`, `media.translation`.alt as `media.translation.alt`, `media.translation`.custom_fields as `media.translation.customFields`, `media.translation`.created_at as `media.translation.createdAt`, `media.translation`.updated_at as `media.translation.updatedAt`, `media.translation`.media_id as `media.translation.mediaId`, `media.translation`.language_id as `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"¼\x18ìï¨\fK+¢Ü¼h▓i­\x1C"
  b".¦ÆQ¹òD\x15¡\x14R ¾‘|Ë"
  b"r@ü¢╬÷H█ªt\x03íÌQ.┤"
  b"=yë3t«HdŽ89[µ‹\x05"
  b"\tC\ž:ùMß¿Xá¤3e|A"
  b"«Bw\fáRM\x17¢›\x04éƒ\vx5"
  b"iF‡ÓOëK|®\x16RÆl\x7F@\x01"
  b"e\x15”CÝ\x1FLà¨Áºß`ë?J"
]
286 0.24 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
287 0.16 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"┼®X°M\x1FC6ÅÍZQ/Äbe"
]
288 0.22 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"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
]
289 0.17 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
290 0.34 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"┼®X°M\x1FC6ÅÍZQ/Äbe"
]
291 0.98 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/9b1af3c9d9a7435a941818856ef6fd4f"
  "/navigation/39ac080546f248af8b529399fa3c80a2"
  "/navigation/21a5ce94a5704d7f8cfc2993a4265624"
  "/navigation/8691fc8166734866a709d741ce6ba8f4"
  "/navigation/d1d6eeb5fecb40a9b8c98960f4c8d7d4"
  "/navigation/5bbb45f0e9c74e96a08cb81afc7805ad"
  "/navigation/bbcacfc2e77044f4ba2ca01d5cf4a776"
  "/navigation/f8012a929397488ba2cb3a2edf31b0e9"
  "/navigation/f18757020ae04fc6bf293a34f7f92895"
  "/navigation/b618640d144c49b0be464d4df665435f"
  "/detail/018cd4d4794d708da8c2f8f4bb014c62"
  "/detail/018cd8c1ecce72ef88460bbde3e3fdb0"
  "/detail/018cd977fecc70da9f9fe3dfd715ac04"
  "/detail/018cd98ca80c71d8bb8286bd48ef2556"
  "/detail/018cd99790f970eaac09f987b3eb7684"
  "/detail/018ce9449871723da6650e88054d214c"
  "/detail/027bb1d2ce494493a8b3e33704697fa5"
  "/detail/018cd959034b71a7998af4986276c657"
  "/sas_blog/989fd447b6c54c11a33e6bfe3c3697b2"
  "/sas_blog/2f4426a82d054d0ba0e4eb38542c3d52"
  "/sas_blog/4376b16b7e8440ea83414e4fbc7ac5c9"
  "/faq/detail/83cb7cc33cb44aac837527a90a5015b5"
  "/faq/detail/98f429e5257b48bb9dd77248a06d0844"
  "/faq/detail/4820e6b639024bf7a49ba8aacc072999"
  "/faq/detail/57d406ec301c45c29ebfe1c8a773529c"
  "/faq/detail/16c560e3d0d84bb788b40b2bbfb6ba54"
  "/navigation/952e7e518c4646c68e0c9dde773d6ba1"
  "/navigation/cda28338991b4ff0ac7ca9ea92fa8834"
  "/navigation/01d803bd7cd24284ab31e3a1096eec11"
  "/navigation/6250f1fb62d148a79d3b686ab559460f"
  "/navigation/24de477b7a024f92a0a1bc2a562bf9b0"
  "/navigation/333a08b7f50341549260052c4c3eb676"
  "/navigation/fe715423ea334045a8265b80fe81c078"
  "/navigation/cab00e086f4949ccafbfde184ca3807b"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"9\x1FŸÃ\x1D,L\r¤ã˜L&u¯x"
]
292 0.39 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╔Þ±hqâÜÓ×_░é_£"
  b"\x01É╔Þ‗prH▓▀[Áíç\vô"
  b"\x01‘+vxÆr\x0F¹ókq9\x02"
  b"\x01‘+vxçp—•4‰#¤/{õ"
  b"\x06Ë\x03÷$—Nì´ÐÆ÷CPäÓ"
  b"^\x10x6üƒNÎ▓àøÔ2├âê"
  b"""
    ùË\r€x\tO\n
    \x12\x1An¸§
    """
  b"‘?Q¤gYFÜ¿°Mk¯¡ò¤"
  b"""
    -z)Ê\x0FÖA&¨º\x05\n
    ‚øc@
    """
  b"“qÎý3\tA\r˜Pæ.3gÛ\x0E"
  b"""
    \x01É╩DÝ4q\tü\rcá■Y\n
    Ø
    """
  b"\x01É╩DÝ7qÓ┐\x01bA5\x7F┼■"
  b"\x01É╩DÝ<rqª\x03Ôø«zQq"
  b"\x01É╩DÝ╠r\rø»ê¦Yè¯4"
  b"\x01É╩D¯Þr¯émR5*ý╠╝"
  b"\x01É╩E>\er▒Å°mðE¢úm"
  b"\x01É╩E>\x1Ep\táÛËNK\x0F\x13+"
  b"\x01É╩EHzpÏØ¿n4nÄ╦v"
  b"\x01É╩EH{qW®ÂØ┘?¸h<"
  b"\x01É╩EH~s{çj<\x05\x11─█░"
  b"\x01É╩EHâslÄö\ú=BeG"
  b"\x01É╩EHèq╚ü║²│J]¹ƒ"
  b"\x01É╩EHÉq\x04ïv©\x02Æ\x0E"
  b"\x01É╩EHƒq$Ø\e└6\x03X®#"
  b"\x01É╩F\x00ðqF¼3\x069ÕSv2"
  b"\x01É╩F\x00Ðq=Â\x18^@³│╚W"
  b"\x01É╩F\x01\x02rPóû╚[IH╔ "
  b"\x01É╩F\x02ïr²×Û¸ƒò┘C^"
  b"\x01É╩F\x02¿pYï`"i~\v;h"
  b"\x01É╩F\x0E¡rAîä@øpÛ/²"
  b"\x01É╩F\x0E╠p9ÄK\x00ÐÇÜÕ&"
  b"\x01É╩F\x0E­p▀âtÐ#\v░rÏ"
  b"\x01É╩F\x0E‗r╗¥YúíÈÔ;\x14"
  b"\x01É╩F\x1Dþr=ê³Ø±»Å§G"
  b"\x01É╩F\x1DÞq ¬%ê4»À.Ó"
  b"\x01É╩F1åp"ä7-\x12k╠M▀"
  b"\x01É╩FF\x00s}│{Ë\x1CÒ¹GÔ"
  b"""
    \x01É╩FF s¾î\x18Ôp\n
    BÚ╝
    """
  b"\x01É╩FF!r¹ôuê\x13grTs"
  b"\x01É╩FF#q1ê▓▒\x0F\x13Ô*1"
  b"\x01É╩FF$qa«o|û?²>│"
  b"\x01É╩FF%q¹¿ÇH6^4q?"
  b"\x01É╩FF7qÃä\x07\x04\x06×æÕØ"
  b"\x01É╩FF9rñŵ┌\x16ä\x13t "
  b"\x01É╩FFMräâG¤´oo-]"
  b"\x01É╩FG"q®îúöô\x1F\x13\x14"
  b"\x01É╩FGPr‗░¯'O■©=°"
  b"\x01É╩I(åsÔ┐┌KdOP2""
  b"\x01É╩I(¿pyÄ═■\x13Ä┤\x10à"
  b"\x01É╩I(┌sÞò­Æ&cÕ|ƒ"
  b"\x01É╩I(õpBô"ó═ú╩*\x1A"
  b"\x01É╩I)4p;ú¤÷ÞÔ³qk"
  b"\x01É╩I)?sƒºÒ\r>U\x15"
  b"\x01É╩I)┐r-ók!\x19\x06ë"
  b"\x01‘+ˆß\fpß¹Ø5‰*Áãè"
  b"\x01æ+ê▀\x0FrÚä±ÀÜz,UÅ"
  b"\x01‘+ˆß\x12ssµÉ½\x15¯`5$"
  b"\x01‘+ˆåêr\x07š$GtÄf;)"
  b"\x01‘+ˆåúqµ„*¬&÷=1¸"
]
293 0.26 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01É╔Þ±hqâÜÓ×_░é_£"
  b"\x01É╔Þ‗prH▓▀[Áíç\vô"
  b"\x01‘+vxÆr\x0F¹ókq9\x02"
  b"\x01‘+vxçp—•4‰#¤/{õ"
  b"\x06Ë\x03÷$—Nì´ÐÆ÷CPäÓ"
  b"^\x10x6üƒNÎ▓àøÔ2├âê"
  b"""
    ùË\r€x\tO\n
    \x12\x1An¸§
    """
  b"‘?Q¤gYFÜ¿°Mk¯¡ò¤"
  b"""
    -z)Ê\x0FÖA&¨º\x05\n
    ‚øc@
    """
  b"“qÎý3\tA\r˜Pæ.3gÛ\x0E"
  b"""
    \x01É╩DÝ4q\tü\rcá■Y\n
    Ø
    """
  b"\x01É╩DÝ7qÓ┐\x01bA5\x7F┼■"
  b"\x01É╩DÝ<rqª\x03Ôø«zQq"
  b"\x01É╩DÝ╠r\rø»ê¦Yè¯4"
  b"\x01É╩D¯Þr¯émR5*ý╠╝"
  b"\x01É╩E>\er▒Å°mðE¢úm"
  b"\x01É╩E>\x1Ep\táÛËNK\x0F\x13+"
  b"\x01É╩EHzpÏØ¿n4nÄ╦v"
  b"\x01É╩EH{qW®ÂØ┘?¸h<"
  b"\x01É╩EH~s{çj<\x05\x11─█░"
  b"\x01É╩EHâslÄö\ú=BeG"
  b"\x01É╩EHèq╚ü║²│J]¹ƒ"
  b"\x01É╩EHÉq\x04ïv©\x02Æ\x0E"
  b"\x01É╩EHƒq$Ø\e└6\x03X®#"
  b"\x01É╩F\x00ðqF¼3\x069ÕSv2"
  b"\x01É╩F\x00Ðq=Â\x18^@³│╚W"
  b"\x01É╩F\x01\x02rPóû╚[IH╔ "
  b"\x01É╩F\x02ïr²×Û¸ƒò┘C^"
  b"\x01É╩F\x02¿pYï`"i~\v;h"
  b"\x01É╩F\x0E¡rAîä@øpÛ/²"
  b"\x01É╩F\x0E╠p9ÄK\x00ÐÇÜÕ&"
  b"\x01É╩F\x0E­p▀âtÐ#\v░rÏ"
  b"\x01É╩F\x0E‗r╗¥YúíÈÔ;\x14"
  b"\x01É╩F\x1Dþr=ê³Ø±»Å§G"
  b"\x01É╩F\x1DÞq ¬%ê4»À.Ó"
  b"\x01É╩F1åp"ä7-\x12k╠M▀"
  b"\x01É╩FF\x00s}│{Ë\x1CÒ¹GÔ"
  b"""
    \x01É╩FF s¾î\x18Ôp\n
    BÚ╝
    """
  b"\x01É╩FF!r¹ôuê\x13grTs"
  b"\x01É╩FF#q1ê▓▒\x0F\x13Ô*1"
  b"\x01É╩FF$qa«o|û?²>│"
  b"\x01É╩FF%q¹¿ÇH6^4q?"
  b"\x01É╩FF7qÃä\x07\x04\x06×æÕØ"
  b"\x01É╩FF9rñŵ┌\x16ä\x13t "
  b"\x01É╩FFMräâG¤´oo-]"
  b"\x01É╩FG"q®îúöô\x1F\x13\x14"
  b"\x01É╩FGPr‗░¯'O■©=°"
  b"\x01É╩I(åsÔ┐┌KdOP2""
  b"\x01É╩I(¿pyÄ═■\x13Ä┤\x10à"
  b"\x01É╩I(┌sÞò­Æ&cÕ|ƒ"
  b"\x01É╩I(õpBô"ó═ú╩*\x1A"
  b"\x01É╩I)4p;ú¤÷ÞÔ³qk"
  b"\x01É╩I)?sƒºÒ\r>U\x15"
  b"\x01É╩I)┐r-ók!\x19\x06ë"
  b"\x01‘+ˆß\fpß¹Ø5‰*Áãè"
  b"\x01æ+ê▀\x0FrÚä±ÀÜz,UÅ"
  b"\x01‘+ˆß\x12ssµÉ½\x15¯`5$"
  b"\x01‘+ˆåêr\x07š$GtÄf;)"
  b"\x01‘+ˆåúqµ„*¬&÷=1¸"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.